@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap");
@font-face {
  font-family: "Futura Cyrillic Demi";
  src: url("../fonts/FuturaCyrillic-Demi.woff2") format("woff2"), url("../fonts/FuturaCyrillic-Demi.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Futura Cyrillic";
  src: url("../fonts/FuturaCyrillicMedium.woff2") format("woff2"), url("../fonts/FuturaCyrillicMedium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Futura Cyrillic Extra";
  src: url("../fonts/FuturaCyrillic-ExtraBold.woff2") format("woff2"), url("../fonts/FuturaCyrillic-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Futura Cyrillic";
  src: url("../fonts/FuturaCyrillicHeavy.woff2") format("woff2"), url("../fonts/FuturaCyrillicHeavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Futura Cyrillic";
  src: url("../fonts/FuturaCyrillicLight.woff2") format("woff2"), url("../fonts/FuturaCyrillicLight.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Futura Cyrillic Book";
  src: url("../fonts/FuturaCyrillicBook.woff2") format("woff2"), url("../fonts/FuturaCyrillicBook.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Calligraph TYGRA";
  src: url("../fonts/CalligraphTYGRA.woff2") format("woff2"), url("../fonts/CalligraphTYGRA.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Futura Cyrillic";
  src: url("../fonts/FuturaCyrillic-Bold.woff2") format("woff2"), url("../fonts/FuturaCyrillic-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.container {
  max-width: 1230px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.btn {
  background: #e79800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  font-family: "Roboto Slab", sans-serif;
  border-radius: 25px;
  height: 50px;
  width: 100%;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

@media (hover: hover) {
  .btn:hover {
    background: #c07d00;
  }
}
@media (hover: none) {
  .btn:active {
    background: #c07d00;
  }
}
.accordion__item:not(.accordion__item_show) .accordion__body {
  display: none;
}

.header {
  position: sticky;
  top: 0;
  padding-bottom: 15px;
  -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
          box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  z-index: 2;
  background: #fff;
}
.header__image {
  background-color: #e79800;
  background-image: url(../images/header/top-bg.svg);
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-position: center;
  height: 45px;
}
.header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__top-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}
.header__filial {
  color: #e79800;
  font-size: 18px;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 900;
  text-align: right;
}
.header__phone {
  font-family: "Source Sans 3", sans-serif;
  color: #e79800;
  font-size: 18px;
  font-weight: 900;
  white-space: nowrap;
}
.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100px;
  width: 100%;
  -webkit-transform: translateY(-22.5px);
      -ms-transform: translateY(-22.5px);
          transform: translateY(-22.5px);
  border-radius: 50px 50px 0 0;
  overflow: hidden;
}
.header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.header__link {
  font-family: "Roboto Slab", serif;
  color: #666;
  text-transform: uppercase;
  font-size: 13px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.header__link:hover {
  color: #000;
}
.header__burger {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  background: transparent;
  padding: 0;
  border: none;
}
.header__burger span {
  display: block;
  width: 30px;
  height: 5px;
  background: #e79800;
  border-radius: 4px;
}
.header__btn {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  white-space: nowrap;
}

@media (max-width: 1022px) {
  .header__top-right {
    gap: 20px;
  }
}
@media (max-width: 960px) {
  .header {
    padding-bottom: 0;
  }
  .header__filial {
    display: none;
  }
  .header__nav {
    display: none;
  }
  .header__top {
    margin-bottom: 0;
  }
  .header__burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 700px) {
  .header__btn {
    display: none;
  }
}
@media (max-width: 400px) {
  .header__top {
    gap: 20px;
  }
  .header__top-right {
    gap: 15px;
  }
}
.mobile-menu-overlay {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 3;
}

.mobile-menu-overlay.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobile-menu {
  max-width: 300px;
  width: 100%;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  background: #fff;
  height: 100%;
  -webkit-transform: translateX(300px);
      -ms-transform: translateX(300px);
          transform: translateX(300px);
}
.mobile-menu__body {
  padding: 20px;
}
.mobile-menu__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}
.mobile-menu__header .header__logo {
  max-width: 70px;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.mobile-menu__close {
  padding: 0;
  background: transparent;
  border: none;
  width: 30px;
  height: 30px;
}
.mobile-menu__close svg {
  width: 100%;
  height: 100%;
}
.mobile-menu .header__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
}
.mobile-menu .header__filial {
  display: block;
  text-align: center;
  margin-bottom: 30px;
  font-size: 16px;
}
.mobile-menu .header__phone {
  text-align: center;
  display: block;
}
.mobile-menu .header__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  width: 100%;
  font-size: 14px;
}

.mobile-menu.active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100vh;
  z-index: 11;
}

.overlay.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal-dialog {
  position: relative;
  background: #fff;
  padding: 30px;
  max-width: 450px;
  width: 100%;
}
.modal-dialog__close {
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 0;
  background: transparent;
  border: none;
}
.modal-dialog__title {
  margin-bottom: 25px;
  font-size: 27px;
  font-weight: 700;
  line-height: 27px;
  position: relative;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.modal-dialog__title::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 42px;
  height: 3px;
  background-color: #e79800;
}
.modal-dialog__subtitle {
  text-align: center;
  margin-bottom: 20px;
}
.modal-dialog__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.modal-dialog__input {
  color: #4b4b4b;
  font-size: 24px;
  border-radius: 5px;
  border: 1px solid #c1c1c1;
  background-color: #ffffff;
  height: 50px;
  width: 100%;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
.modal-dialog__input::-webkit-input-placeholder {
  text-align: center;
}
.modal-dialog__input::-moz-placeholder {
  text-align: center;
}
.modal-dialog__input:-ms-input-placeholder {
  text-align: center;
}
.modal-dialog__input::-ms-input-placeholder {
  text-align: center;
}
.modal-dialog__input::placeholder {
  text-align: center;
}
.modal-dialog__input.error {
  border: 1px solid red;
}
.modal-dialog__button {
  max-width: 100%;
}

.anchor-block {
  position: relative;
}
.anchor-block .anchor {
  position: absolute;
  width: 1px;
  height: 1px;
  left: -100px;
  top: -190px;
}

@media (max-width: 960px) {
  .anchor-block .anchor {
    top: -157px;
  }
}
.cta-banner {
  background: -webkit-gradient(linear, left top, right top, from(#E79800), to(#FFB23E));
  background: linear-gradient(to right, #E79800, #FFB23E);
  padding: 12px 0;
  z-index: 2;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.cta-banner.hidden {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}
.cta-banner.d-none {
  display: none;
}
.cta-banner__wrapper {
  position: relative;
}
.cta-banner__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cta-banner__text {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
}
.cta-banner__btn {
  background-color: #fff;
  color: #E79800;
  border: none;
  padding: 8px 20px;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  white-space: nowrap;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.cta-banner__btn:hover {
  background-color: #fff;
  color: #b47600;
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.cta-banner__close {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: transparent;
  border: none;
  padding: 0;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.cta-banner__close svg {
  width: 100%;
  height: 100%;
}
.cta-banner__close svg path {
  stroke: #fff;
  stroke-width: 66.6667;
}
.cta-banner__close:hover {
  -webkit-transform: translateY(-50%) scale(1.1);
      -ms-transform: translateY(-50%) scale(1.1);
          transform: translateY(-50%) scale(1.1);
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@media (max-width: 768px) {
  .cta-banner {
    padding: 10px 0;
  }
  .cta-banner__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
    text-align: center;
  }
  .cta-banner__text {
    font-size: 16px;
    line-height: 1.3;
  }
  .cta-banner__btn {
    padding: 6px 16px;
    font-size: 14px;
  }
}
.hero {
  position: relative;
}
.hero__wrapper {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
}
.hero__wrapper h1 {
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  word-spacing: 0.3em;
  font-size: 46px;
  font-family: "Roboto Slab", sans-serif;
  text-align: center;
  white-space: nowrap;
}
.hero__wrapper h2 {
  color: #fff;
  word-spacing: 0.3em;
  text-transform: capitalize;
  font-size: 18px;
  text-align: center;
  white-space: nowrap;
}
.hero__btn {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-height: 50px;
  display: none;
}
.hero__video {
  position: relative;
  z-index: 0;
}
.hero__video img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 960px) {
  .hero__wrapper {
    padding: 50px 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    box-sizing: border-box;
  }
  .hero__wrapper h1 {
    font-size: 40px;
    white-space: normal;
  }
  .hero__wrapper h2 {
    white-space: normal;
  }
}
@media (max-width: 700px) {
  .hero__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 606px) {
  .hero__wrapper h1 {
    font-size: 20px;
  }
  .hero__wrapper h2 {
    font-size: 16px;
  }
}
@media (max-width: 400px) {
  .hero__wrapper {
    gap: 10px;
  }
  .hero__wrapper h1 {
    font-size: 16px;
  }
  .hero__wrapper h2 {
    font-size: 13px;
  }
}
.classic {
  padding: 50px 0;
  background: #f8f8f8;
  position: relative;
}

.classic__title {
  font-family: "Roboto Slab", serif;
  font-size: 36px;
  color: #333;
  text-align: center;
  margin-bottom: 15px;
  font-weight: 700;
}

.classic__subtitle {
  font-family: "Source Sans 3", sans-serif;
  font-size: 24px;
  color: #e79800;
  text-align: center;
  margin-bottom: 60px;
  font-weight: 600;
}

.classic__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}

.classic__image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 15px;
  overflow: hidden;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.classic__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.classic__image img:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.classic__info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.classic__question {
  font-family: "Roboto Slab", serif;
  font-size: 28px;
  color: #333;
  margin-bottom: 30px;
  font-weight: 600;
}

.classic__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.classic__list li {
  margin-bottom: 20px;
}

.classic__answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  color: #666;
  line-height: 1.5;
}

.classic__answer img {
  width: 24px;
  height: 24px;
  margin-top: 3px;
}

@media (max-width: 960px) {
  .classic__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  .classic__image {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  .classic__title {
    font-size: 30px;
  }
  .classic__subtitle {
    font-size: 20px;
  }
  .classic__question {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  .classic {
    padding: 40px 0;
  }
  .classic__title {
    font-size: 26px;
  }
  .classic__subtitle {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .classic__question {
    font-size: 22px;
  }
  .classic__answer {
    font-size: 16px;
  }
}
.what {
  padding: 50px 0;
  background: #fff;
  position: relative;
}

.what__title {
  font-family: "Roboto Slab", serif;
  font-size: 36px;
  color: #333;
  text-align: center;
  margin-bottom: 60px;
  font-weight: 700;
}

.what__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}

.what__info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  color: #666;
  line-height: 1.5;
}
.what__info p {
  margin-bottom: 20px;
}

.what__list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}
.what__list li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 25px;
}
.what__list li::before {
  content: "•";
  color: #e79800;
  position: absolute;
  left: 0;
  font-size: 24px;
  line-height: 1;
}

.what__image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 15px;
  overflow: hidden;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.what__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.what__image img:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

@media (max-width: 960px) {
  .what__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 40px;
  }
  .what__image {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  .what__title {
    font-size: 30px;
    margin-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .what {
    padding: 40px 0;
  }
  .what__title {
    font-size: 26px;
    margin-bottom: 30px;
  }
  .what__info {
    font-size: 16px;
  }
}
.teachers {
  padding: 80px 0;
  background-color: #f8f8f8;
}
.teachers__title {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  color: #333;
  font-family: "Roboto Slab", serif;
}
.teachers__text {
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
  color: #666;
  max-width: 800px;
  margin: 0 auto 40px;
  font-family: "Source Sans 3", sans-serif;
}
.teachers__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}
.teachers__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.teachers__card:hover {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}
.teachers__card-image {
  width: 200px;
  height: 300px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.teachers__card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.teachers__card-info {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.teachers__card-name {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #e79800;
  font-family: "Roboto Slab", sans-serif;
}
.teachers__card-role {
  font-size: 16px;
  color: #666;
  line-height: 1.4;
}
.teachers__slider {
  display: none;
}
.teachers .swiper-button-prev,
.teachers .swiper-button-next {
  width: 50px;
  height: 50px;
  background: rgba(231, 152, 0, 0.5);
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  color: #fff;
}
.teachers .swiper-button-prev::after,
.teachers .swiper-button-next::after {
  font-size: 20px;
}
.teachers .swiper-button-prev:hover,
.teachers .swiper-button-next:hover {
  background: rgba(231, 152, 0, 0.8);
}

@media (max-width: 992px) {
  .teachers__grid {
    display: none;
  }
  .teachers__slider {
    display: block;
  }
  .teachers__card {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .teachers .swiper-button-prev,
  .teachers .swiper-button-next {
    width: 30px;
    height: 30px;
  }
  .teachers .swiper-button-prev::after,
  .teachers .swiper-button-next::after {
    font-size: 10px;
  }
}
@media (max-width: 576px) {
  .teachers__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .teachers__card-image {
    width: 100%;
    height: 300px;
  }
  .teachers__card-image img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .teachers__card-name {
    text-align: center;
  }
  .teachers__card-role {
    text-align: center;
  }
}
.price {
  padding: 50px 0;
  background: #fff;
  position: relative;
}

.price__title {
  font-family: "Roboto Slab", serif;
  font-size: 36px;
  color: #333;
  text-align: center;
  margin-bottom: 60px;
  font-weight: 700;
}

.price__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}

.price__info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: "Source Sans 3", sans-serif;
  color: #666;
}

.price__block {
  margin-bottom: 40px;
}
.price__block:last-child {
  margin-bottom: 0;
}

.price__block-title {
  font-size: 24px;
  color: #333;
  margin-bottom: 10px;
  font-weight: 600;
}

.price__block-title.not-bold {
  font-weight: 400;
}

.price__list {
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0;
}
.price__list li {
  margin-bottom: 0px;
  position: relative;
  padding-left: 25px;
  font-size: 18px;
  line-height: 1.5;
}
.price__list li::before {
  content: "•";
  color: #e79800;
  position: absolute;
  left: 0;
  font-size: 24px;
  line-height: 1;
}

.price__summ {
  font-size: 22px;
  color: #e79800;
  font-weight: 600;
  margin-top: 15px;
}
.price__summ span {
  font-weight: 600;
  font-size: 16px;
}

.price__image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 15px;
  overflow: hidden;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.price__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.price__image img:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

@media (max-width: 960px) {
  .price__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .price__image {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  .price__title {
    font-size: 30px;
    margin-bottom: 40px;
  }
  .price__info {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 576px) {
  .price {
    padding: 40px 0;
  }
  .price__title {
    font-size: 26px;
    margin-bottom: 30px;
  }
  .price__block-title {
    font-size: 20px;
  }
  .price__list li {
    font-size: 16px;
  }
  .price__summ {
    font-size: 20px;
  }
}
.talk {
  padding: 80px 0 40px 0;
  background-color: #f8f8f8;
}
.talk__title {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
  color: #333;
}
.talk__slider {
  padding: 20px 0;
}
.talk__video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  background-color: #000;
  border-radius: 8px;
  overflow: hidden;
}
.talk__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.talk__video-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.talk__video-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.talk__video-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #0066cc;
  font-size: 14px;
  text-decoration: none;
  padding: 8px 16px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-top: 8px;
  border-radius: 4px;
}
.talk__video-link:hover {
  color: #004d99;
  background-color: rgba(0, 102, 204, 0.1);
}
.talk .swiper-button-prev, .talk .swiper-button-next {
  top: 48%;
}
.talk .swiper-button-prev,
.talk .swiper-button-next {
  width: 50px;
  height: 50px;
  background: rgba(231, 152, 0, 0.5);
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  color: #fff;
}
.talk .swiper-button-prev::after,
.talk .swiper-button-next::after {
  font-size: 20px;
}
.talk .swiper-button-prev:hover,
.talk .swiper-button-next:hover {
  background: rgba(231, 152, 0, 0.8);
}

.swiper {
  width: 100%;
  padding: 20px 0;
}

.swiper-slide {
  width: calc(50% - 20px);
  margin-right: 20px;
  border-radius: 8px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 960px) {
  .talk .swiper-button-prev, .talk .swiper-button-next {
    top: 43%;
  }
}
@media (max-width: 768px) {
  .talk .swiper-button-prev,
  .talk .swiper-button-next {
    width: 30px;
    height: 30px;
  }
  .talk .swiper-button-prev::after,
  .talk .swiper-button-next::after {
    font-size: 10px;
  }
}
@media (max-width: 606px) {
  .swiper-slide {
    width: 100%;
    margin-right: 0;
  }
  .talk {
    padding: 40px 0 25px 0;
  }
  .talk__title {
    margin-bottom: 20px;
    font-size: 26px;
  }
}
.reviews {
  padding: 40px 0 80px 0;
  background-color: #f8f8f8;
}
.reviews__title {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
  color: #333;
}
.reviews__slider {
  padding: 20px 0;
}
.reviews__card {
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  margin: 0 15px;
  height: auto;
  min-height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.reviews__card-name {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid #f0f0f0;
}
.reviews__card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.reviews__card-text {
  font-size: 13px;
  line-height: 1.3;
  color: #555;
  margin-bottom: 15px;
}
.reviews__card-text:last-child {
  margin-bottom: 0;
}
.reviews .swiper-button-prev,
.reviews .swiper-button-next {
  width: 50px;
  height: 50px;
  background: rgba(231, 152, 0, 0.5);
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  color: #fff;
}
.reviews .swiper-button-prev::after,
.reviews .swiper-button-next::after {
  font-size: 20px;
}
.reviews .swiper-button-prev:hover,
.reviews .swiper-button-next:hover {
  background: rgba(231, 152, 0, 0.8);
}
.reviews__more {
  text-align: center;
  margin-top: 30px;
}
.reviews__more p {
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
}
.reviews__more-link {
  color: #E79800;
  text-decoration: underline;
  font-size: 15px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.reviews__more-link:hover {
  color: #b47600;
}

@media (max-width: 768px) {
  .reviews {
    padding: 25px 0 40px 0;
  }
  .reviews__title {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .reviews__card {
    padding: 20px;
    min-height: 350px;
    margin: 0;
  }
  .reviews__card-name {
    font-size: 18px;
  }
  .reviews__card-text {
    font-size: 14px;
  }
  .reviews__more {
    margin-top: 20px;
  }
  .reviews__more p {
    font-size: 14px;
  }
  .reviews__more-link {
    font-size: 13px;
    word-break: break-all;
  }
  .reviews .swiper-button-prev,
  .reviews .swiper-button-next {
    width: 30px;
    height: 30px;
  }
  .reviews .swiper-button-prev::after,
  .reviews .swiper-button-next::after {
    font-size: 10px;
  }
}
.contacts {
  padding: 80px 0;
}
.contacts__title {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
  color: #333;
}
.contacts__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .contacts__wrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 606px) {
  .contacts__wrapper {
    padding: 0;
  }
}
.contacts__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.contacts__filial {
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 10px;
  border-left: 4px solid #E79800;
}
.contacts__filial-name {
  font-size: 22px;
  font-weight: 700;
  color: #E79800;
  margin-bottom: 10px;
}
.contacts__programs {
  font-size: 16px;
  color: #666;
  margin-top: 10px;
  line-height: 1.6;
}
.contacts__address {
  font-size: 18px;
  line-height: 1.5;
  color: #333;
}
.contacts__phones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.contacts__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 18px;
  color: #333;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.contacts__phone:hover {
  color: #E79800;
}
.contacts__phone::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("/images/icons/phone.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.contacts__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contacts__social-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 30px;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.contacts__social-link:hover {
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}
.contacts__social-link--whatsapp {
  background-color: #25D366;
}
.contacts__social-link--telegram {
  background-color: #37AEE2;
}
.contacts__social-link::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}
.contacts__social-link--whatsapp::before {
  background-image: url("/images/icons/whatsapp.svg");
}
.contacts__social-link--telegram::before {
  background-image: url("/images/icons/telegram.svg");
}
.contacts__map {
  height: 400px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
@media (max-width: 606px) {
  .contacts__map {
    height: 250px;
  }
}
.contacts__map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.faq {
  padding: 80px 0;
  background-color: #f8f8f8;
}
.faq__title {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
  color: #333;
}
.faq__accordion {
  max-width: 800px;
  margin: 0 auto;
}
.faq__item {
  margin-bottom: 20px;
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.faq__item:last-child {
  margin-bottom: 0;
}
.faq__question {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.faq__question p {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.faq__question:hover {
  background-color: #f5f5f5;
}
.faq__icon {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #E79800;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.faq__icon svg {
  width: 100%;
  height: 100%;
}
.faq__answer {
  padding: 0 20px;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.faq__answer p {
  font-size: 16px;
  line-height: 1.6;
  color: #666;
  margin: 0 0 15px;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.faq__answer p:last-child {
  margin-bottom: 0;
}
.faq__item.active .faq__question {
  background-color: #f5f5f5;
}
.faq__item.active .faq__icon {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.faq__item.active .faq__answer {
  padding: 20px;
  max-height: 1000px;
  opacity: 1;
}
.faq__item.active .faq__answer p {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

@media (max-width: 768px) {
  .faq {
    padding: 40px 0;
  }
  .faq__title {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .faq__question {
    padding: 15px;
  }
  .faq__question p {
    font-size: 16px;
  }
  .faq__answer p {
    font-size: 14px;
  }
}
*:active, *:focus, *:focus-within, *:target, *:hover, *:visited, *:focus-visible {
  outline: none !important;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  outline: none;
}

a {
  text-decoration: none;
  color: #000;
}
a:hover {
  text-decoration: none;
}

body {
  font-family: "NT Somic", sans-serif;
  font-weight: 400;
  position: relative;
  color: #000;
  min-width: 303px;
  scroll-behavior: smooth;
  background: url(../images/header/top-bg.jpg) repeat-x;
}

ol, ul {
  list-style: none;
}

label, button {
  cursor: pointer;
}

b {
  font-weight: 700;
}/*# sourceMappingURL=style.css.map */