

/* Start:/local/templates/main/assets/css/styles.css?17509398782378*/
/* styles.css */
body, html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}


@keyframes backgroundMove {
  0% { background-position: 0% 50%; }
  100% { background-position: 100% 50%; }
}


/* Контент */
.content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  z-index: 2;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0.1rem;
}



/* Подложка с эффектом матового стекла */
.content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 31, 30, 0.6); 
  backdrop-filter: blur(5px);
  z-index: -1; 
  border-radius: 10px; 
  padding: 30px; 
}

.content h1 {
  font-size: 2.5rem;
  margin: 0 0 20px;
  color: rgb(255, 255, 255);
}

.txt-rotate > .wrap {
  border-right: 0.08em solid white;
}

/* Секции */
.sections {
  padding: 10px;
  background-color: #001F1E;
  color: white;
  font-family: "IBM Plex Sans", serif;
  font-weight: 400;
  font-style: normal;
}

@media (max-width: 768px) {
  .sections {
    font-family: "IBM Plex Serif", serif;
    font-weight: 300;
    font-style: normal;
  }
}

.sections section {
  margin: 50px 0;
}

.sections h2 {
  color: rgb(221, 221, 221);
  font-size: 2.5rem;
  border-bottom: 2px solid #c2b575;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  cursor: pointer;
  font-family: "IBM Plex Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.2rem;
}

.hidden {
  display: none;
}

.arrow {
  font-size: 1.5rem;
  margin-left: 10px;
  transition: transform 0.3s ease;
  display: inline-block;
}

.arrow.open {
  transform: rotate(180deg);
}



/* КНОПКА */
.button {
  display: flex;
  justify-content: center;
  padding: 10px 20px;
  margin: 0 auto;
  border: 2px solid white;
  border-radius: 5px;
  background-color: transparent;
  color: white;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.button:hover {
  background-color: white;
  color: #001F1E;
}

@keyframes fadeIn {
  from {
    transform: scale(0.95);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

/* End */
/* /local/templates/main/assets/css/styles.css?17509398782378 */
