@font-face {
  font-family: "Stengazeta";
  src: url("../fonts/stengazeta/400/Stengazeta-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/gilroy/400/Gilroy-Regular.eot");
  src: url("../fonts/gilroy/400/Gilroy-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/gilroy/400/Gilroy-Regular.woff") format("woff"), url("../fonts/gilroy/400/Gilroy-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/gilroy/500/Gilroy-Medium.eot");
  src: url("../fonts/gilroy/500/Gilroy-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/gilroy/500/Gilroy-Medium.woff") format("woff"), url("../fonts/gilroy/500/Gilroy-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/gilroy/600/Gilroy-SemiBold.eot");
  src: url("../fonts/gilroy/600/Gilroy-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/gilroy/600/Gilroy-SemiBold.woff") format("woff"), url("../fonts/gilroy/600/Gilroy-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
html {
  scroll-behavior: smooth;
  font-size: 0.5208333333vw;
}
@media (max-width: 992px) {
  html {
    font-size: 1.3020833333vw;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 1.7361111111vw;
  }
}
@media (max-width: 576px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  background: #F3ECD7 url(../images/pattern.png);
}
@media (max-width: 992px) {
  body {
    background: #F3ECD7 url(../images/pattern-mob.png);
  }
}
body.noscroll {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow-y: hidden;
}
body.main-page::before {
  height: 46.5rem;
}
@media (max-width: 992px) {
  body.main-page::before {
    height: 14.4rem;
    top: 3.8rem;
  }
}
@media (max-width: 992px) {
  body.main-page main {
    min-height: calc(100dvh - 96.4rem);
    padding-top: 11.3rem;
  }
}
@media (max-width: 768px) {
  body.main-page main {
    min-height: calc(100dvh - 84.9rem);
  }
}
@media (max-width: 576px) {
  body.main-page main {
    min-height: calc(100dvh - 72.9rem);
  }
}
body::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 23.8rem;
  background: url(../images/body-before.jpg) no-repeat top center/cover;
  z-index: -1;
  top: 0;
  left: 0;
}
@media (max-width: 992px) {
  body::before {
    height: 12.2rem;
    background: url(../images/body-before-mob.jpg) no-repeat top center/cover;
  }
}
body * {
  font-family: "Stengazeta", Arial, sans-serif;
  font-size: 1.6rem;
  margin: 0;
  outline: none;
}

main {
  min-height: calc(100dvh - 76.4rem);
}
@media (max-width: 992px) {
  main {
    min-height: calc(100dvh - 95.1rem);
    padding-top: 10rem;
  }
}
@media (max-width: 768px) {
  main {
    min-height: calc(100dvh - 83.6rem);
  }
}
@media (max-width: 576px) {
  main {
    min-height: calc(100dvh - 71.6rem);
  }
}

h1, h2, h3 {
  font-weight: 400;
}

h1, h2 {
  color: #000;
}

h1 {
  font-size: 5rem;
  line-height: 4.5rem;
}
@media lg {
  h1 {
    font-size: 3rem;
    line-height: 2.5rem;
  }
}

h2 {
  font-size: 2.5rem;
  line-height: 2.5rem;
}
@media lg {
  h2 {
    font-size: 2.5rem;
    line-height: 2rem;
  }
}

p {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.2rem;
}
@media (max-width: 992px) {
  p {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}

a {
  font-family: "Gilroy", Arial, sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  text-decoration: none;
  color: #C31E2A;
  transition: all 0.1s linear;
}
a:hover {
  color: #FFC935;
}

.container {
  max-width: 136rem;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .container {
    width: calc(100% - 2.8rem);
    margin: 0 1.4rem;
  }
}

.btn {
  font-family: "Stengazeta", Arial, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  text-decoration: none;
  color: #C31E2A;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  height: 4.6rem;
  padding: 0.3rem 4.4rem 0;
  border: none;
  border-radius: 5rem;
  background: linear-gradient(0deg, #141822, #1D2835) left padding-box, linear-gradient(90deg, #181F2A 0%, #fff, 34%, #fff 68%, #181F2A 100%) border-box;
  box-sizing: border-box;
  border: 1px transparent solid;
  cursor: pointer;
  transition: all 0.1s linear;
  outline: none;
}
.btn:hover {
  color: #FFC935;
}
.btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/pattern.png) repeat top left;
  border-radius: 5rem;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
@media (max-width: 992px) {
  .btn::before {
    background: url(../images/pattern-mob.png) repeat top left;
  }
}
.btn-arrow::after {
  content: "";
  position: absolute;
  width: 1.1rem;
  height: 1.1rem;
  background: url(../images/svg/btn-arrow.svg) no-repeat center/contain;
  transform: translateY(-50%);
  top: 50%;
  right: 1.8rem;
}

.title {
  font-family: "Stengazeta", Arial, sans-serif;
  font-weight: 400;
  font-size: 5rem;
  line-height: 100%;
  text-align: center;
  background-image: linear-gradient(78deg, #C31E2A, #f00);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 5.5rem;
}
@media (max-width: 992px) {
  .title {
    font-size: 3rem;
    margin-bottom: 3.8rem;
  }
}
.title:has(> span) {
  margin-bottom: 4rem;
}
@media (max-width: 992px) {
  .title:has(> span) {
    margin-bottom: 1.5rem;
  }
}
.title:has(> span)::before, .title:has(> span)::after {
  content: none;
}
.title::before {
  content: "";
  position: absolute;
  width: 3.5rem;
  height: 3.5rem;
  background-color: rgba(0, 0, 0, 0.5);
  filter: blur(15px);
  border-radius: 50%;
  transform: translate(-50%, 100%);
  bottom: 1rem;
  left: 50%;
}
@media (max-width: 992px) {
  .title::before {
    width: 2.8rem;
    height: 2.8rem;
    bottom: 0.5rem;
  }
}
.title::after {
  content: "";
  position: absolute;
  width: 14.7rem;
  height: 3.5rem;
  background: url(../images/svg/title-decor.svg) no-repeat center/contain;
  transform: translate(-50%, 100%);
  bottom: 1rem;
  left: 50%;
}
@media (max-width: 992px) {
  .title::after {
    width: 12rem;
    height: 3rem;
    bottom: 0.5rem;
  }
}
.title span {
  font-size: 2.5rem;
  line-height: 3rem;
  background-image: linear-gradient(0deg, #132843);
  background-clip: text;
  -webkit-background-clip: text;
  margin-top: -0.5rem;
}
@media (max-width: 992px) {
  .title span {
    font-size: 1.8rem;
    line-height: 2.3rem;
  }
}

.menu {
  z-index: 1;
}
.menu ul {
  list-style: none;
  height: 100%;
  padding-left: 0;
}
.menu ul, .menu ul .menu__li-group {
  display: flex;
  gap: 8rem;
}
.menu ul:has(> .menu__li-group) {
  justify-content: space-between;
  gap: 0;
}
.menu ul li {
  height: 100%;
}
.menu ul li a {
  font-family: "Stengazeta", Arial, sans-serif;
  font-size: 1.8rem;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  height: 100%;
  padding-top: 0.3rem;
}
.menu ul li a.active, .menu ul li a:hover, .menu ul li a.highlight:hover {
  color: #C31E2A;
}
.menu ul li a.highlight {
  color: #FFC935;
}

.socials {
  display: flex;
  gap: 2rem;
}
.socials a {
  display: flex;
  align-items: center;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
}
.socials a:hover svg path {
  fill: revert-layer;
}
.socials a svg {
  width: 100%;
  height: auto;
}
.socials a svg path {
  transition: all 0.1s linear;
  fill: #B2A481;
}

.phone {
  position: relative;
  display: flex;
  text-decoration: none;
}
.phone:hover span {
  background-position: right;
}
.phone span {
  font-family: "Stengazeta", Arial, sans-serif;
  font-size: 2.5rem;
  background-image: linear-gradient(78deg, #C31E2A, #f00, #C31E2A);
  background-size: 200%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
}
.phone span:has(+ img) {
  margin-top: 5rem;
  margin-right: 18rem;
}
.phone img {
  position: absolute;
  width: 24.8rem;
  height: auto;
  object-fit: contain;
  object-position: center;
  top: -1rem;
  right: -2.5rem;
}

.email {
  font-family: "Stengazeta", Arial, sans-serif;
  font-size: 2rem;
  text-decoration: none;
  color: #000;
}
.email:hover {
  color: #FFC935;
}

.slider-arrow {
  position: relative;
  width: 5rem;
  height: 5rem;
  transition: all 0.2s linear;
  cursor: pointer;
  z-index: 1;
}
.slider-arrow:hover::before {
  opacity: 0;
}
.slider-arrow:hover::after {
  opacity: 1;
}
.slider-arrow::before, .slider-arrow::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.2s linear;
  top: 0;
  left: 0;
}
.slider-arrow::before {
  background: url(../images/svg/slider-arrow.svg) no-repeat center/contain;
  opacity: 1;
}
.slider-arrow::after {
  background: url(../images/svg/slider-arrow-active.svg) no-repeat center/contain;
  opacity: 0;
}
.slider-arrow.swiper-button-disabled {
  cursor: default;
  opacity: 0.5;
}
.slider-arrow.swiper-button-disabled::before {
  opacity: 1;
}
.slider-arrow.swiper-button-disabled::after {
  opacity: 0;
}
.slider-arrow-prev {
  rotate: 180deg;
}
.slider-arrow_dark::before {
  background: url(../images/svg/slider-arrow-dark.svg) no-repeat center/contain;
}
.slider-arrow_dark::after {
  background: url(../images/svg/slider-arrow-dark-active.svg) no-repeat center/contain;
}
.slider-progressbar {
  max-width: 67rem;
  width: 100%;
  height: 0.3rem !important;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 1rem;
  z-index: 1;
  transform: translateX(-50%);
  top: auto !important;
  left: 50% !important;
  bottom: 0;
}
@media (max-width: 992px) {
  .slider-progressbar {
    max-width: none;
    width: calc(100% - 2.8rem) !important;
  }
}
.slider-progressbar span {
  background: #FF5135 !important;
  border-radius: 1rem;
}

.form__input {
  position: relative;
}
.form__input input:focus + label {
  opacity: 0;
}
.form__input input[type=tel]:hover + label {
  opacity: 0;
}
.form__input input[type=file] {
  width: 37.3rem;
  cursor: pointer;
  padding: 0;
  opacity: 0;
}
@media (max-width: 992px) {
  .form__input input[type=file] {
    width: 100%;
  }
}
.form__input input[type=file]:hover + label {
  color: #C31E2A;
}
.form__input input[type=file]::-webkit-file-upload-button {
  cursor: pointer;
}
@media (max-width: 992px) {
  .form__input:has(> input[type=file]) {
    width: 100%;
  }
}
.form__input input[type=file] + label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 6rem;
  display: inline-block;
  width: 37.3rem;
  height: 6rem;
  background-color: rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  padding-left: 6.7rem;
  padding-right: 2rem;
  border-radius: 6rem;
  opacity: 1;
  left: 0;
}
@media (max-width: 992px) {
  .form__input input[type=file] + label {
    line-height: 4.5rem;
    width: 100%;
    height: 4.5rem;
    padding-left: 4.5rem;
    padding-right: 1rem;
  }
}
.form__input input[type=file] + label::before {
  content: "";
  position: absolute;
  width: 1.9rem;
  height: 1.9rem;
  background: url(../images/svg/file-icon.svg) no-repeat center/contain;
  transform: translateY(-50%);
  top: 50%;
  left: 3.4rem;
}
@media (max-width: 992px) {
  .form__input input[type=file] + label::before {
    left: 2rem;
  }
}
.form__input label {
  font-family: "Gilroy", Arial, sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: #132843;
  position: absolute;
  pointer-events: none;
  transition: all 0.1s linear;
  transform: translateY(-50%);
  top: 50%;
  left: 2.8rem;
}
@media (max-width: 992px) {
  .form__input label {
    left: 2rem;
  }
}
.form__input label.invisible {
  opacity: 0;
}
.form__input label sup {
  font-family: "Gilroy", Arial, sans-serif;
  font-weight: 400;
  font-size: 2.5rem;
  color: #C31E2A;
  top: 0.2rem;
}
.form__input-box {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
@media (max-width: 992px) {
  .form__input-box {
    flex-direction: column;
    align-items: start;
    gap: 1.3rem;
  }
}
.form__select .select2 {
  width: 100% !important;
}
.form__select .select2-container--open .select2-selection {
  backdrop-filter: blur(10px);
}
.form__select .select2-container--open .select2-selection__arrow {
  rotate: 180deg;
  transform: translateY(50%);
}
.form__select .select2-selection {
  height: 6rem;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 0 2.8rem;
  border: none;
  border-radius: 3rem;
  transition: backdrop-filter 0.1s linear;
}
@media (max-width: 992px) {
  .form__select .select2-selection {
    height: 4.5rem;
    padding: 0 2rem;
    border-radius: 2.25rem;
  }
}
.form__select .select2-selection__rendered {
  display: flex !important;
  align-items: center;
  height: 100%;
  padding: 0 !important;
}
.form__select .select2-selection__rendered, .form__select .select2-selection__placeholder {
  font-family: "Gilroy", Arial, sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: #132843 !important;
}
.form__select .select2-selection__arrow {
  width: 5rem !important;
  height: 5rem !important;
  background: url(../images/svg/select-arrow.svg) no-repeat center/contain;
  transform: translateY(-50%);
  top: 50% !important;
  right: 0.5rem !important;
}
@media (max-width: 992px) {
  .form__select .select2-selection__arrow {
    display: none;
  }
}
.form__select .select2-selection__arrow b {
  display: none;
}
.form input {
  font-family: "Gilroy", Arial, sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: #132843;
  width: 100%;
  height: 6rem;
  background-color: rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  padding: 0 2.8rem;
  border: none;
  border-radius: 6rem;
}
@media (max-width: 992px) {
  .form input {
    height: 4.5rem;
    padding: 0 2rem;
  }
}
.form__notation {
  font-family: "Gilroy", Arial, sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.4rem;
  color: #132843;
  margin-top: 1rem;
}
@media (max-width: 992px) {
  .form__notation {
    margin-top: 0.6rem;
  }
}
.form__notation sup {
  font-family: "Gilroy", Arial, sans-serif;
  font-weight: 400;
  font-size: 2.5rem;
  color: #C31E2A;
  top: 0.2rem;
}
.form__checkbox {
  max-width: 62rem;
}
.form__checkbox input {
  display: none;
}
.form__checkbox input:checked + label::before {
  opacity: 0;
}
.form__checkbox input:checked + label::after {
  opacity: 1;
}
.form__checkbox label {
  position: relative;
  display: inline-block;
  padding-left: 2.8rem;
  cursor: pointer;
}
.form__checkbox label::before, .form__checkbox label::after {
  content: "";
  position: absolute;
  width: 1.8rem;
  height: 1.8rem;
  transition: all 0.1s linear;
  top: 0;
  left: 0;
}
.form__checkbox label::before {
  background: url(../images/svg/legals-order-checkbox.svg) no-repeat center/contain;
}
.form__checkbox label::after {
  background: url(../images/svg/legals-order-checkbox-active.svg) no-repeat center/contain;
  opacity: 0;
}
.form__checkbox label, .form__checkbox label a {
  font-family: "Gilroy", Arial, sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.4rem;
  color: #132843;
}
@media (max-width: 992px) {
  .form__checkbox label, .form__checkbox label a {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
}
.form__checkbox label a {
  text-decoration: underline;
}
.form__checkbox label a:hover {
  color: #C31E2A;
}

.select2-dropdown {
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
  border: none;
  border-radius: 0 0 3rem 3rem;
}
@media (max-width: 992px) {
  .select2-dropdown {
    border-radius: 0 0 2.25rem 2.25rem;
  }
}
.select2-dropdown--above {
  border-radius: 3rem 3rem 0 0;
}
@media (max-width: 992px) {
  .select2-dropdown--above {
    border-radius: 2.25rem 2.25rem 0 0;
  }
}
.select2-dropdown--above .select2-results__options {
  padding: 2rem 0 0;
}
@media (max-width: 992px) {
  .select2-dropdown--above .select2-results__options {
    padding: 1rem 0 0;
  }
}
.select2-search {
  display: none;
}
.select2-results__options {
  padding: 0 0 2rem;
}
@media (max-width: 992px) {
  .select2-results__options {
    padding: 0 0 1rem;
  }
}
.select2-results__option {
  font-family: "Gilroy", Arial, sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: #132843;
  padding-left: 2.8rem;
  transition: all 0.1s linear;
}
@media (max-width: 992px) {
  .select2-results__option {
    padding-left: 2rem;
  }
}
.select2-results__option--highlighted {
  background-color: transparent !important;
  color: #C31E2A !important;
}
.select2-results__option--selected {
  background-color: transparent !important;
  color: #FFC935 !important;
}

.stars {
  width: 10.5rem;
  height: 1.5rem;
  background: url(../images/svg/star.svg) repeat-x top left;
  background-size: 2.1rem 1.5rem;
}
.stars__current {
  width: 0;
  height: 1.5rem;
  background: url(../images/svg/star-active.svg) repeat-x top left;
  background-size: 2.1rem 1.5rem;
}

.pagination {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 5rem;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 5rem;
}
@media (max-width: 992px) {
  .pagination {
    flex-direction: column;
    align-items: center;
    gap: 1.4rem;
    height: auto;
    background-color: transparent;
    border-radius: 0;
  }
}
.pagination__more {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.pagination__more:hover p {
  color: #C31E2A;
}
.pagination__more p {
  color: #132843;
}
.pagination__more p, .pagination__more p span {
  font-family: "Gilroy", Arial, sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 3.3rem;
  transition: all 0.1s linear;
}
.pagination__more p span {
  color: #f00;
}
.pagination__more svg {
  width: 1rem;
  height: 0.6rem;
}
.pagination__num {
  position: absolute;
  display: flex;
  align-items: center;
  height: 100%;
  right: 1.6rem;
}
@media (max-width: 992px) {
  .pagination__num {
    position: relative;
    justify-content: center;
    width: 100%;
    height: 5rem;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 5rem;
    right: 0;
  }
}
.pagination__num .num-inner {
  display: flex;
}
.pagination__num .num-inner a {
  font-family: "Gilroy", Arial, sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  color: #515865;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  border: 0.2rem transparent solid;
  transition: all 0.1s linear;
}
.pagination__num .num-inner a:hover {
  color: #C31E2A;
}
.pagination__num .num-inner a.cur {
  color: #C31E2A;
  border: 0.2rem #C31E2A solid;
  border-radius: 1rem;
  pointer-events: none;
}
.pagination__prev, .pagination__next {
  position: relative;
  width: 2.7rem;
  height: 100%;
}
.pagination__prev.disabled, .pagination__next.disabled {
  pointer-events: none;
}
.pagination__prev.disabled::before, .pagination__next.disabled::before {
  background: url(../images/svg/pagination-arrow-disabled.svg) no-repeat center/contain;
}
.pagination__prev::before, .pagination__next::before {
  content: "";
  position: absolute;
  width: 0.7rem;
  height: 1.2rem;
  background: url(../images/svg/pagination-arrow.svg) no-repeat center/contain;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.pagination__prev {
  rotate: 180deg;
}

.pdf {
  font-family: "Gilroy", Arial, sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.8rem;
  color: #212121;
  position: relative;
  display: flex;
  align-items: center;
  min-height: 4rem;
  padding-left: 3.5rem;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 992px) {
  .pdf {
    font-size: 1.4rem;
    line-height: 1.6rem;
    padding-left: 3rem;
  }
}
.pdf:hover {
  color: #C31E2A;
}
.pdf:hover::before {
  opacity: 0;
}
.pdf:hover::after {
  opacity: 1;
}
.pdf::before, .pdf::after {
  content: "";
  position: absolute;
  width: 2.2rem;
  height: 2.4rem;
  transition: all 0.2s ease-in-out;
  top: 0.7rem;
  left: 0;
}
.pdf::before {
  background: url(../images/svg/pdf.svg) no-repeat center/contain;
}
.pdf::after {
  background: url(../images/svg/pdf-active.svg) no-repeat center/contain;
  opacity: 0;
}

.header {
  position: relative;
  margin-bottom: 6rem;
}
@media (max-width: 992px) {
  .header {
    display: none;
  }
}
.header__burger-btn {
  display: none;
}
@media (max-width: 992px) {
  .header__burger-btn {
    display: flex;
    width: 3.4rem;
    height: 1.75rem;
    background: url(../images/svg/burger-btn.svg) no-repeat center/contain;
    padding: 0;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    z-index: 1;
  }
}
.header__logo {
  position: absolute;
  width: 67.4rem;
  height: auto;
  transform: translateX(-50%);
  z-index: 1;
  left: 50%;
  top: 0;
}
.header__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.header__top {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
  margin-bottom: 2.4rem;
}
.header__top-menu ul {
  gap: 2.4rem;
}
.header__top-menu ul li a {
  font-size: 1.6rem;
  color: #74684A;
}
.header__top-menu ul li a.active, .header__top-menu ul li a:hover {
  color: #FFC935;
}
.header__left {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1.8rem;
  margin-left: 3rem;
}
.header__left__bottom {
  display: flex;
  align-items: end;
  gap: 2.2rem;
}
.header__left__bottom .email {
  color: #B2A481;
}
.header__left__bottom .email:hover {
  color: #FFC935;
}
.header__menu {
  position: relative;
  background: linear-gradient(0deg, #141822, #1D2835) left padding-box, linear-gradient(90deg, #181F2A 0%, #fff, 34%, #fff 68%, #181F2A 100%) border-box;
  box-sizing: border-box;
  height: 6.5rem;
  padding: 0 3rem;
  border: 1px transparent solid;
  border-radius: 6.5rem;
  z-index: auto;
}
.header__menu::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/pattern.png) repeat top left;
  border-radius: 6.5rem;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.header__menu ul .menu__li-group {
  z-index: 1;
}
.header__menu ul .menu__li-group:first-of-type {
  gap: 10rem;
}
.header-fixed {
  position: fixed;
  width: 100%;
  z-index: 100;
  transition: all 0.1s linear;
  opacity: 0;
  pointer-events: none;
  top: 0;
  left: 0;
}
@media (max-width: 992px) {
  .header-fixed {
    opacity: 1;
    pointer-events: all;
  }
}
.header-fixed_mob {
  opacity: 1;
  pointer-events: all;
}
.header-fixed::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 21.5rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.7), transparent);
  pointer-events: none;
  top: 0;
  left: 0;
}
@media (max-width: 992px) {
  .header-fixed::before {
    content: none;
  }
}
.header-fixed__content {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 6.5rem;
  background: linear-gradient(0deg, #141822, #1D2835) left padding-box, linear-gradient(90deg, #181F2A 0%, #fff, 34%, #fff 68%, #181F2A 100%) border-box;
  box-sizing: border-box;
  padding: 0 2rem 0 1rem;
  border: 1px transparent solid;
  border-radius: 6.5rem;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .header-fixed__content {
    width: 100%;
    padding: 0 2.2rem;
    border-radius: 0;
    margin: 0;
  }
}
.header-fixed__content::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/pattern.png) repeat top left;
  border-radius: 6.5rem;
  pointer-events: none;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
@media (max-width: 992px) {
  .header-fixed__content::before {
    background: url(../images/pattern-mob.png) repeat top left;
  }
}
.header-fixed__logo {
  display: flex;
  width: 24.2rem;
  height: 5.4rem;
  flex-shrink: 0;
  z-index: 1;
}
@media (max-width: 992px) {
  .header-fixed__logo {
    position: absolute;
    width: 22.7rem;
    height: 8.6rem;
    transform: translateX(-50%);
    top: 0.3rem;
    left: 50%;
  }
}
@media (max-width: 992px) {
  .header-fixed__logo::before {
    content: "";
    position: absolute;
    height: 2rem;
    width: calc(100% - 5rem);
    background-color: #fff;
    border-radius: 50%;
    z-index: -1;
    transform: translateX(-50%);
    bottom: 0;
    left: 50%;
    filter: blur(10px);
  }
}
.header-fixed__logo picture, .header-fixed__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.header-fixed .phone {
  display: none;
}
@media (max-width: 992px) {
  .header-fixed .phone {
    content: url(../images/svg/phone-icon.svg);
    display: flex;
    width: 3rem;
    height: 3rem;
  }
}
.header-fixed__menu {
  height: 100%;
}
@media (max-width: 992px) {
  .header-fixed__menu {
    display: none;
  }
}
@media (max-width: 992px) {
  .header-fixed .socials {
    display: none;
  }
}
.header-fixed:has(+ .burger-opened) .header__burger-btn {
  opacity: 0;
  pointer-events: none;
}

.burger {
  position: fixed;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  gap: 6rem;
  width: 100%;
  height: calc(100dvh - 6.5rem);
  background: url(../images/burger-bg.jpg) no-repeat center/cover;
  box-sizing: border-box;
  padding: 6rem 2.5rem 2.5rem;
  transition: all 0.3s ease-in-out;
  z-index: 99;
  opacity: 0;
  pointer-events: none;
  top: 6.5rem;
  left: 0;
}
@media (max-width: 992px) {
  .burger {
    display: flex;
  }
}
.burger::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 17.5rem;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
  pointer-events: none;
  left: 0;
  bottom: 0;
}
.burger-opened {
  opacity: 1;
  pointer-events: all;
}
.burger-opened + .burger__close {
  opacity: 1;
  pointer-events: all;
}
.burger .bvi-open {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.5rem;
  height: 4.3rem;
  background: linear-gradient(0deg, #141822, #1D2835) left padding-box, linear-gradient(90deg, #181F2A 0%, #fff, 34%, #fff 68%, #181F2A 100%) border-box;
  padding-left: 1.4rem;
  border: 1px transparent solid;
  border-radius: 0 1rem 1rem 0;
  top: 0.5rem;
  left: 0;
}
.burger .bvi-open img {
  width: 3.5rem;
  height: 3.5rem;
  object-fit: contain;
  object-position: center;
}
.burger__close {
  position: fixed;
  display: none;
  width: 3rem;
  height: 3rem;
  background: url(../images/svg/close.svg) no-repeat center/contain;
  padding: 0;
  border: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  z-index: 100;
  top: 1.8rem;
  left: 2.2rem;
  opacity: 0;
  pointer-events: none;
}
.burger__close:hover {
  rotate: 180deg;
}
@media (max-width: 992px) {
  .burger__close {
    display: initial;
  }
}
.burger__content {
  position: relative;
  width: 100%;
  overflow-y: scroll;
}
.burger__content::-webkit-scrollbar {
  width: 0.3rem;
}
.burger__content::-webkit-scrollbar-track {
  background-color: #c1c1c1;
  border-radius: 1rem;
}
.burger__content::-webkit-scrollbar-thumb {
  background: #C31E2A;
  border-radius: 1rem;
}
.burger__menu ul {
  flex-direction: column;
  gap: 3rem;
}
.burger__menu ul li a {
  font-size: 2.2rem;
  color: #132843;
}
.burger__footer {
  position: relative;
  min-height: 12.5rem;
}
.burger__footer::before {
  content: "";
  position: absolute;
  width: 22.2rem;
  height: 20.4rem;
  background: url(../images/burger-phone.png) no-repeat center/contain;
  top: -1.7rem;
  right: -4rem;
}
.burger__footer .phone {
  margin-bottom: 0.5rem;
}
.burger__footer .phone span {
  font-size: 3rem;
}
.burger__footer .socials {
  gap: 1.5rem;
  margin-bottom: 1rem;
}
.burger__footer .socials a:hover svg path {
  fill: #FFC935;
}
.burger__footer .socials a svg path {
  fill: #132843;
}
.burger__footer .email {
  color: #132843;
}
.burger__footer .email:hover {
  color: #FFC935;
}

.footer__top {
  position: relative;
  height: 6.5rem;
  background: linear-gradient(0deg, #141822, #1D2835) left padding-box, linear-gradient(90deg, #181F2A 0%, #fff, 34%, #fff 68%, #181F2A 100%) border-box;
  box-sizing: border-box;
  border: 1px transparent solid;
}
.footer__top::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/pattern.png) repeat top left;
  pointer-events: none;
  top: 0;
  left: 0;
}
@media (max-width: 992px) {
  .footer__top::before {
    background: url(../images/pattern-mob.png) repeat top left;
  }
}
.footer__top__content {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .footer__top__content .menu {
    display: none;
  }
}
.footer__top__content .menu ul {
  gap: 9rem;
}
.footer__top .socials {
  display: none;
}
@media (max-width: 992px) {
  .footer__top .socials {
    display: flex;
    gap: 3rem;
  }
}
.footer__top__block {
  display: flex;
  flex-direction: column;
  align-items: end;
}
.footer__top__block .email {
  font-size: 1.4rem;
  color: #B2A481;
  display: none;
}
@media (max-width: 992px) {
  .footer__top__block .email {
    display: inline;
  }
}
.footer__top__block .email:hover {
  color: #FFC935;
}
.footer__content {
  position: relative;
  background: url(../images/footer-bg.jpg) no-repeat center/cover;
  padding: 2rem 0;
}
@media (max-width: 992px) {
  .footer__content {
    padding: 1.4rem 0 3.2rem;
  }
}
.footer__content::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 16rem;
  background: linear-gradient(0deg, rgba(44, 35, 11, 0.7), transparent);
  pointer-events: none;
  left: 0;
  bottom: 0;
}
@media (max-width: 992px) {
  .footer__content::before {
    content: none;
  }
}
.footer__content .container {
  position: relative;
  display: flex;
  gap: 8.5rem;
}
@media (max-width: 992px) {
  .footer__content .container {
    flex-direction: column-reverse;
    gap: 0;
  }
}
.footer__content .container > .footer__info__address {
  display: none;
  text-align: center;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .footer__content .container > .footer__info__address {
    display: block;
  }
}
.footer__info {
  display: flex;
  flex-direction: column;
  align-items: end;
  width: 100%;
  padding: 5rem 0 1.5rem;
}
@media (max-width: 992px) {
  .footer__info {
    align-items: start;
    padding: 0;
  }
}
.footer__info__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 5.5rem;
}
@media (max-width: 992px) {
  .footer__info__content {
    margin-bottom: 3.2rem;
    width: 100%;
  }
}
.footer__info__address {
  font-family: "Gilroy", Arial, sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  color: #000;
  margin-bottom: 1.8rem;
}
@media (max-width: 992px) {
  .footer__info__address {
    display: none;
  }
}
.footer__info__links {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 992px) {
  .footer__info__links {
    display: none;
  }
}
.footer__info__links .socials a:hover svg path {
  fill: revert-layer;
}
.footer__info__links .socials a svg path {
  fill: #000;
}
.footer__info__links .email {
  padding-top: 0.4rem;
}
.footer__logo {
  position: relative;
  width: 45.3rem;
  height: 19.3rem;
  margin-bottom: 1rem;
}
@media (max-width: 992px) {
  .footer__logo {
    width: 35.4rem;
    height: 15.1rem;
    margin: 0;
  }
}
.footer__logo::before {
  content: "";
  position: absolute;
  width: 22.6rem;
  height: 14.4rem;
  background-color: rgba(255, 255, 255, 0.7);
  filter: blur(40px);
  border-radius: 50%;
  pointer-events: none;
  transform: translateX(-50%);
  left: 50%;
  bottom: -1.2rem;
}
.footer__logo img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.footer__copyright {
  max-width: 60rem;
}
@media (max-width: 992px) {
  .footer__copyright {
    max-width: 23rem;
  }
}
.footer__copyright, .footer__copyright a {
  font-family: "Gilroy", Arial, sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 100%;
  color: #2C2106;
}
@media (max-width: 992px) {
  .footer__copyright, .footer__copyright a {
    font-size: 1.2rem;
  }
}
.footer__copyright a {
  text-decoration: underline;
}
.footer__copyright a:hover {
  color: #C31E2A;
}
.footer__luxar {
  position: absolute;
  width: 10rem;
  height: 7rem;
  right: 2rem;
  bottom: 3.2rem;
}
@media (max-width: 992px) {
  .footer__luxar {
    right: 0;
    bottom: -2rem;
  }
}
.footer__luxar img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.map {
  position: relative;
  max-width: 66.5rem;
  width: 100%;
  height: auto;
  aspect-ratio: 665/415;
  flex-shrink: 0;
  box-sizing: border-box;
  padding: 1.9rem 1.2rem 1.3rem 1.3rem;
}
@media (max-width: 992px) {
  .map {
    max-width: none;
    margin-bottom: 1.4rem;
  }
}
.map::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/map-border.png) no-repeat center/contain;
  pointer-events: none;
  top: 0;
  left: 0;
}
.map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.up {
  position: fixed;
  width: 5rem;
  height: 5rem;
  transition: all 0.1s linear;
  cursor: pointer;
  z-index: 100;
  right: 2.7rem;
  bottom: 10rem;
}
@media (max-width: 992px) {
  .up {
    right: 1.4rem;
    bottom: 8.7rem;
  }
}
.up:hover svg path {
  fill: #fff;
}
.up-invisible {
  opacity: 0;
  pointer-events: none;
}
.up svg {
  width: 100%;
  height: 100%;
}
.up svg path {
  transition: all 0.1s linear;
}

.sidebar {
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 0.2rem;
  z-index: 100;
  top: 9rem;
  right: -0.1rem;
}
@media (max-width: 992px) {
  .sidebar {
    display: none;
  }
}
.sidebar__item {
  position: relative;
  display: flex;
  justify-content: center;
  width: 4.7rem;
  background: linear-gradient(0deg, #141822, #1D2835) left padding-box, linear-gradient(0deg, #181F2A 0%, #fff, 34%, #fff 68%, #181F2A 100%) border-box;
  box-sizing: border-box;
  padding: 0.6rem 0;
  border: 1px transparent solid;
  border-radius: 1rem 0 0 1rem;
}
.sidebar__item:hover span {
  background-position: right;
}
.sidebar__item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/pattern.png) repeat top left;
  border-radius: 1rem 0 0 1rem;
  top: 0;
  left: 0;
}
.sidebar__item img {
  width: 3.5rem;
  height: 3.5rem;
  object-fit: contain;
  object-position: center;
}
.sidebar__item span {
  font-size: 2rem;
  writing-mode: sideways-lr;
  background-image: linear-gradient(78deg, #C31E2A, #f00, #C31E2A);
  background-size: 200%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 1rem 0 1rem 0.8rem;
  transition: all 0.1s linear;
}
.sidebar__phone {
  width: 11.4rem;
  height: 12.1rem;
  transform: translateX(4.2rem);
  transition: all 0.3s ease-in-out;
}
.sidebar__phone:hover {
  transform: translateX(0.8rem);
}
.sidebar__phone img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.order-call {
  position: relative;
  width: 78.6rem;
  box-sizing: border-box;
  padding: 2.5rem 3rem 3rem;
  background: linear-gradient(0deg, #141822, #1D2835) left;
  box-sizing: border-box;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .order-call {
    width: 34.7rem;
    padding: 2.5rem 1.4rem 20rem;
  }
}
.order-call::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/pattern.png) repeat top left;
  border-radius: 2rem;
  pointer-events: none;
  top: 0;
  left: 0;
}
.order-call::after {
  content: "";
  position: absolute;
  width: 47.5rem;
  height: 39.6rem;
  background: url(../images/consultation-img-1.png) no-repeat left center/cover;
  border-radius: 0 0 2rem 0;
  pointer-events: none;
  right: 0;
  bottom: 0;
}
@media (max-width: 992px) {
  .order-call::after {
    width: 22.5rem;
    height: 19rem;
  }
}
.order-call.fancybox__content > .f-button.is-close-btn {
  width: 3rem;
  height: 3rem;
  background: url(../images/svg/modal-close.svg) no-repeat center/contain;
  top: 1.8rem;
  right: 1.8rem;
}
@media (max-width: 992px) {
  .order-call.fancybox__content > .f-button.is-close-btn {
    width: 2.5rem;
    height: 2.5rem;
    top: 1rem;
    right: 1rem;
  }
}
.order-call.fancybox__content > .f-button.is-close-btn svg {
  display: none;
}
.order-call h2 {
  font-family: "Stengazeta", Arial, sans-serif;
  font-weight: 400;
  font-size: 6rem;
  line-height: 6rem;
  background-image: linear-gradient(78deg, #C31E2A, #f00);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-left: 3rem;
  margin-bottom: 1.2rem;
  z-index: 1;
}
@media (max-width: 992px) {
  .order-call h2 {
    font-size: 5rem;
    line-height: 5rem;
    margin-bottom: 1rem;
  }
}

.drop-down {
  position: absolute;
  width: 100%;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
  top: 16rem;
  left: 0;
}
@media (max-width: 992px) {
  .drop-down {
    display: none;
  }
}
.drop-down.active {
  opacity: 1;
  pointer-events: all;
}
.drop-down_mob {
  position: fixed;
  top: 5rem;
}
.drop-down__wrapper {
  position: relative;
  display: flex;
  background: linear-gradient(0deg, #141822, #1D2835) left padding-box, linear-gradient(90deg, #181F2A 0%, #fff, 34%, #fff 68%, #181F2A 100%) border-box;
  box-sizing: border-box;
  padding: 4rem 3.8rem 8rem;
  border: 1px transparent solid;
  border-radius: 2rem;
  margin-top: 3rem;
}
.drop-down__wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/pattern.png) repeat top left;
  border-radius: 2rem;
  pointer-events: none;
  top: 0;
  left: 0;
}
.drop-down__wrapper::after {
  content: "";
  position: absolute;
  width: 15.8rem;
  height: 17.4rem;
  background: url(../images/drop-down-stamp.png) no-repeat center/contain;
  pointer-events: none;
  top: 2.8rem;
  right: 2.8rem;
}
.drop-down__list {
  list-style: none;
  flex-shrink: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 50%;
  padding-left: 0;
}
.drop-down__list::before {
  content: "";
  position: absolute;
  width: 1px;
  height: calc(100% + 7rem);
  background-color: #2C354B;
  top: -1.5rem;
  right: 0;
}
.drop-down__list li a {
  font-family: "Stengazeta", Arial, sans-serif;
  font-size: 2rem;
  line-height: 100%;
  color: #fff;
  display: inline-block;
  width: 100%;
}
.drop-down__list li a.active {
  color: #ED0E00;
}
.drop-down__content {
  padding-left: 5rem;
  padding-top: 1rem;
}
.drop-down__item {
  display: none;
  flex-direction: column;
  gap: 1.2rem;
}
.drop-down__item.active {
  display: flex;
}
.drop-down__item__content {
  position: relative;
  display: flex;
  align-items: end;
  width: 32.5rem;
  height: 23rem;
  box-sizing: border-box;
  padding: 1.5rem 2rem;
}
.drop-down__item__content::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 14rem;
  background: linear-gradient(0deg, #1B2531 20%, transparent 100%);
  border-radius: 0 0 2rem 2rem;
  pointer-events: none;
  z-index: 1;
  left: 0;
  bottom: 0;
}
.drop-down__item__content h3 {
  font-family: "Stengazeta", Arial, sans-serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 100%;
  color: #ED0E00;
  position: relative;
  z-index: 1;
}
.drop-down__item__content img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 2rem;
  top: 0;
  left: 0;
}
.drop-down__item > p {
  font-family: "Gilroy", Arial, sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.6rem;
  color: #8D9CA8;
}

.breadcrumb {
  position: relative;
  width: 100%;
  height: 4rem;
  background-color: #E9DCBB;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .breadcrumb {
    height: auto;
    background-color: transparent;
    margin-bottom: 2.6rem;
  }
}
.breadcrumb::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/pattern.png) repeat top left;
  pointer-events: none;
  top: 0;
  left: 0;
}
@media (max-width: 992px) {
  .breadcrumb::before {
    content: none;
  }
}
.breadcrumb__content {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 100%;
}
@media (max-width: 992px) {
  .breadcrumb__content {
    gap: 1.5rem 0;
    margin-top: -0.2rem;
  }
}
.breadcrumb__item a, .breadcrumb__item span, .breadcrumb__item i {
  font-family: "Gilroy", Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  color: #132843;
}
@media (max-width: 992px) {
  .breadcrumb__item a, .breadcrumb__item span, .breadcrumb__item i {
    font-size: 1.3rem;
  }
}
.breadcrumb__item a:hover span {
  color: #C31E2A;
}
.breadcrumb__item a span {
  transition: all 0.1s linear;
}

.banner {
  position: relative;
  margin-bottom: 4.5rem;
  z-index: 1;
}
@media (max-width: 992px) {
  .banner {
    margin-bottom: 3rem;
  }
}
@media (max-width: 992px) {
  .banner__content {
    width: 100%;
    margin: 0;
  }
}
.banner__slider {
  position: relative;
}
.banner__slider__arrows {
  position: absolute;
  display: flex;
  gap: 1rem;
  right: 1.4rem;
  bottom: 1.4rem;
}
@media (max-width: 992px) {
  .banner__slider__arrows {
    display: none;
  }
}
.banner__slider .slider-progressbar {
  bottom: 1.4rem;
}
.banner__slider .swiper {
  box-shadow: 0 0 3rem 0 rgba(0, 0, 0, 0.1);
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .banner__slider .swiper {
    border-radius: 0;
  }
}
.banner__slide {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 36rem;
  box-sizing: border-box;
  padding-top: 2.2rem;
  border-radius: 2rem;
  overflow: hidden;
}
@media (max-width: 992px) {
  .banner__slide {
    padding-top: 1.2rem;
    border-radius: 0;
  }
}
.banner__slide h2 {
  font-weight: 400;
  font-size: 6rem;
  line-height: 100%;
  text-align: center;
  color: #fff;
  margin-bottom: -0.8rem;
}
@media (max-width: 992px) {
  .banner__slide h2 {
    font-size: 3.5rem;
    margin-bottom: 0.5rem;
  }
}
.banner__slide p {
  font-size: 2rem;
  line-height: 100%;
  text-align: center;
  color: #fff;
}
@media (max-width: 992px) {
  .banner__slide p {
    max-width: calc(100% - 8rem);
  }
}
.banner__slide .btn {
  position: absolute;
  right: 14.8rem;
  bottom: 1.4rem;
}
@media (max-width: 992px) {
  .banner__slide .btn {
    right: 1.6rem;
    bottom: 3.2rem;
  }
}
.banner__slide img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -1;
  top: 0;
  left: 0;
}

.index-services {
  margin-bottom: 12rem;
}
@media (max-width: 992px) {
  .index-services {
    margin-bottom: 6rem;
  }
}
.index-services__content {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
@media (max-width: 992px) {
  .index-services__content {
    gap: 1rem;
  }
}
.index-services__item {
  position: relative;
  display: flex;
  align-items: end;
  width: calc(25% - 1.5rem);
  height: auto;
  aspect-ratio: 325/230;
  box-sizing: border-box;
  padding: 2rem;
  border-radius: 2rem;
  overflow: hidden;
}
@media (max-width: 992px) {
  .index-services__item {
    width: calc(50% - 0.5rem);
    aspect-ratio: 168/150;
    padding: 1.8rem 1rem;
  }
}
.index-services__item:hover p {
  color: #C31E2A;
}
.index-services__item:hover img {
  filter: none;
}
.index-services__item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 14rem;
  background: linear-gradient(0deg, #1B2531 13%, transparent 100%);
  pointer-events: none;
  left: 0;
  bottom: 0;
}
@media (max-width: 992px) {
  .index-services__item::before {
    height: 100%;
  }
}
.index-services__item > a {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  left: 0;
}
.index-services__item p {
  font-family: "Stengazeta", Arial, sans-serif;
  font-size: 2rem;
  line-height: 100%;
  color: #fff;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
@media (max-width: 992px) {
  .index-services__item p {
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
}
.index-services__item img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: grayscale(1);
  z-index: -1;
  transition: all 0.3s ease-in-out;
  top: 0;
  left: 0;
}
@media (max-width: 992px) {
  .index-services__item img {
    filter: none;
  }
}
.index-services__item_all {
  justify-content: center;
  align-items: center;
}
.index-services__item_all::before {
  content: none;
}
.index-services__item_all p {
  font-size: 2.5rem;
  color: #132843;
}
@media (max-width: 992px) {
  .index-services__item_all p {
    font-size: 2rem;
  }
}
.index-services__item_all img {
  filter: none;
}

.why {
  overflow: hidden;
  margin-bottom: 12rem;
}
@media (max-width: 992px) {
  .why {
    margin-bottom: 4rem;
  }
}
.why__content {
  max-width: 155rem;
}
.why__slider {
  position: relative;
}
.why__slider__arrows {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 100%;
  pointer-events: none;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
}
@media (max-width: 992px) {
  .why__slider__arrows {
    display: none;
  }
}
.why__slider__arrows .slider-arrow {
  pointer-events: all;
}
.why__slider .swiper {
  max-width: calc(100% - 19rem);
  padding-bottom: 3rem;
  overflow: visible !important;
}
@media (max-width: 992px) {
  .why__slider .swiper {
    max-width: none;
    width: calc(100% + 1.4rem);
    overflow: hidden !important;
  }
}
.why__slide {
  display: flex;
  height: auto;
}
.why__slide.swiper-slide {
  opacity: 0 !important;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
@media (max-width: 992px) {
  .why__slide.swiper-slide {
    opacity: 1 !important;
  }
}
.why__slide.swiper-slide-active, .why__slide.swiper-slide-prev, .why__slide.swiper-slide-next {
  opacity: 1 !important;
}
.why__item {
  display: flex;
  flex-direction: column;
  background-color: rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  padding: 2rem;
  border-radius: 2rem;
  overflow: hidden;
}
@media (max-width: 992px) {
  .why__item {
    padding: 0.8rem;
  }
}
.why__item img {
  max-width: 100%;
  width: 100%;
  height: 23.6rem;
  flex-shrink: 0;
  object-fit: cover;
  object-position: left center;
  border-radius: 1rem;
  margin-bottom: 1.7rem;
}
@media (max-width: 992px) {
  .why__item img {
    height: 21.2rem;
    margin-bottom: 1.4rem;
  }
}
.why__item h3 {
  font-size: 2.5rem;
  line-height: 100%;
  color: #132843;
  margin: 0 1rem 1.4rem;
}
@media (max-width: 992px) {
  .why__item h3 {
    font-size: 2rem;
    margin: 0 1rem 1rem;
  }
}
.why__item p {
  font-family: "Gilroy", Arial, sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #132843;
  margin: 0 1rem;
}
@media (max-width: 992px) {
  .why__item p {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
}

.consultation {
  padding: 2.5rem 0 5rem;
  margin-bottom: 3rem;
}
@media (max-width: 992px) {
  .consultation {
    padding: 9.3rem 0 3.8rem;
    margin-bottom: 0;
  }
}
.consultation__content {
  position: relative;
  display: flex;
  justify-content: space-between;
  background: linear-gradient(0deg, #141822, #1D2835);
  box-sizing: border-box;
  padding: 3rem;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .consultation__content {
    flex-direction: column;
    gap: 1.7rem;
    width: 100%;
    padding: 2.7rem 1.4rem 4.2rem;
    border-radius: 0;
    margin: 0;
  }
}
.consultation__content::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/pattern.png) repeat top left;
  border-radius: 2rem;
  pointer-events: none;
  top: 0;
  left: 0;
}
@media (max-width: 992px) {
  .consultation__content::before {
    background: url(../images/pattern-mob.png) repeat top left;
    border-radius: 0;
  }
}
.consultation__content::after {
  content: "";
  position: absolute;
  width: 52.8rem;
  height: 39.7rem;
  background: url(../images/consultation-img-1.png) no-repeat center/contain;
  pointer-events: none;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
}
@media (max-width: 992px) {
  .consultation__content::after {
    width: 25.6rem;
    height: 32rem;
    background: url(../images/consultation-img-1-mob.png) no-repeat center/contain;
    transform: none;
    top: -9.3rem;
    left: auto;
    right: 0;
    bottom: auto;
  }
}
.consultation__form {
  z-index: 1;
}
.consultation__form h2 {
  font-weight: 400;
  font-size: 6rem;
  line-height: 6rem;
  background-image: linear-gradient(78deg, #C31E2A, #f00);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .consultation__form h2 {
    font-size: 3rem;
    line-height: 2.5rem;
    margin-left: 1.6rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 576px) {
  .consultation__form h2 {
    width: min-content;
  }
}
.consultation__form h2 span {
  font-size: 5rem;
  line-height: 5.2rem;
  background-image: linear-gradient(0deg, #fff);
  background-clip: text;
  -webkit-background-clip: text;
  margin-top: -1rem;
}
@media (max-width: 992px) {
  .consultation__form h2 span {
    font-size: 4rem;
    line-height: 4.2rem;
    margin-top: 0.2rem;
  }
}
@media (max-width: 576px) {
  .consultation__form h2 span {
    width: max-content;
  }
}
.consultation__form input {
  font-family: "Gilroy", Arial, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #fff;
  max-width: 43rem;
  width: 100%;
  height: 6rem;
  background: linear-gradient(#171D28) padding-box, linear-gradient(90deg, #181F2A 0%, #fff, 34%, #fff 68%, #181F2A 100%) border-box;
  box-sizing: border-box;
  padding: 0 3rem;
  border: 1px transparent solid;
  border-radius: 6rem;
}
@media (max-width: 992px) {
  .consultation__form input {
    max-width: none;
  }
}
.consultation__form input::placeholder {
  color: #fff;
}
.consultation__form__input-box {
  position: relative;
  max-width: 43rem;
}
@media (max-width: 992px) {
  .consultation__form__input-box {
    max-width: none;
  }
}
.consultation__form__input-box::before {
  content: "";
  position: absolute;
  width: 10.8rem;
  height: 6rem;
  background-color: #788097;
  filter: blur(50px);
  border-radius: 50%;
  pointer-events: none;
  right: 6.5rem;
  bottom: 1.5rem;
}
@media (max-width: 992px) {
  .consultation__form__input-box::before {
    content: none;
  }
}
.consultation__form__input-box .btn {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 0.6rem;
}
.consultation__form__inputs {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 3rem;
}
@media (max-width: 992px) {
  .consultation__form__inputs {
    gap: 2rem;
    margin-bottom: 1.5rem;
  }
}
.consultation__form__checkbox {
  max-width: 60rem;
}
.consultation__form__checkbox input {
  display: none;
}
.consultation__form__checkbox input:checked + label::before {
  opacity: 0;
}
.consultation__form__checkbox input:checked + label::after {
  opacity: 1;
}
.consultation__form__checkbox label {
  position: relative;
  display: inline-block;
  padding-left: 3.5rem;
  cursor: pointer;
}
.consultation__form__checkbox label::before, .consultation__form__checkbox label::after {
  content: "";
  position: absolute;
  width: 2.4rem;
  height: 2.4rem;
  transition: all 0.1s linear;
  top: 0.4rem;
  left: 0;
}
.consultation__form__checkbox label::before {
  background: url(../images/svg/checkbox.svg) no-repeat center/contain;
}
.consultation__form__checkbox label::after {
  background: url(../images/svg/checkbox-active.svg) no-repeat center/contain;
  opacity: 0;
}
.consultation__form__checkbox label, .consultation__form__checkbox label a {
  font-family: "Gilroy", Arial, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.4rem;
  color: #465662;
}
@media (max-width: 992px) {
  .consultation__form__checkbox label, .consultation__form__checkbox label a {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
}
.consultation__form__checkbox label a {
  text-decoration: underline;
}
.consultation__form__checkbox label a:hover {
  color: #C31E2A;
}
.consultation__socials {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: end;
  z-index: 1;
}
@media (max-width: 992px) {
  .consultation__socials {
    align-items: start;
  }
}
.consultation__socials::before {
  content: "";
  position: absolute;
  width: 51.3rem;
  height: 35.6rem;
  background: url(../images/consultation-img-2.png) no-repeat center/contain;
  pointer-events: none;
  top: 3.7rem;
  left: -16.2rem;
}
@media (max-width: 992px) {
  .consultation__socials::before {
    width: 37.5rem;
    height: 40rem;
    background: url(../images/consultation-img-2-mob.png) no-repeat center/contain;
    transform: translateX(-50%);
    top: auto;
    left: 50%;
    bottom: -8rem;
  }
}
.consultation__socials h3 {
  font-size: 5rem;
  line-height: 5rem;
  text-align: right;
  background-image: linear-gradient(0deg, #fff);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: flex;
  flex-direction: column;
  margin-bottom: 1.6rem;
}
@media (max-width: 992px) {
  .consultation__socials h3 {
    font-size: 3rem;
    line-height: 4rem;
    text-align: left;
    margin-left: 1.6rem;
    margin-bottom: 0.8rem;
  }
}
.consultation__socials h3 span {
  font-size: 6rem;
  line-height: 5.5rem;
  background-image: linear-gradient(78deg, #C31E2A, #f00);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: -0.5rem;
}
@media (max-width: 992px) {
  .consultation__socials h3 span {
    font-size: 4rem;
    line-height: 4rem;
    margin-top: 0;
  }
}
.consultation__socials__content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 992px) {
  .consultation__socials__content {
    width: 100%;
  }
}
.consultation__socials__item {
  display: flex;
  align-items: center;
  gap: 1.3rem;
  width: 23.3rem;
  height: 5rem;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  box-sizing: border-box;
  padding-left: 1rem;
  border-radius: 5rem;
}
@media (max-width: 992px) {
  .consultation__socials__item {
    width: 100%;
  }
}
.consultation__socials__item:hover span {
  color: #C31E2A;
}
.consultation__socials__item img {
  width: 3rem;
  height: 3rem;
  object-fit: contain;
  object-position: center;
}
.consultation__socials__item span {
  font-family: "Gilroy", Arial, sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: #8D9CA8;
  transition: all 0.1s linear;
}

.licenses {
  padding: 10.2rem 0 7.4rem;
  margin-bottom: 8rem;
}
@media (max-width: 992px) {
  .licenses {
    padding: 7.4rem 0 0;
    margin-bottom: 5rem;
  }
}
.licenses__wrapper {
  position: relative;
  background: url(../images/licenses-bg.png) no-repeat right bottom/cover;
  box-sizing: border-box;
  padding: 3rem;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .licenses__wrapper {
    padding: 1.5rem 1.4rem 3rem;
    background: url(../images/licenses-bg-mob.png) no-repeat right bottom/cover;
  }
}
.licenses__wrapper::before {
  content: "";
  position: absolute;
  width: 49.4rem;
  height: 51rem;
  background: url(../images/licenses-img.png) no-repeat center/contain;
  top: -10.2rem;
  left: -1.5rem;
}
@media (max-width: 992px) {
  .licenses__wrapper::before {
    width: 17rem;
    height: 16.9rem;
    top: -7.4rem;
    left: auto;
    right: 0;
  }
}
.licenses__content {
  display: flex;
  flex-direction: column;
  margin-left: 47.3rem;
}
@media (max-width: 992px) {
  .licenses__content {
    margin-left: 0;
  }
}
.licenses__content h2 {
  font-weight: 400;
  font-size: 5rem;
  line-height: 100%;
  background-image: linear-gradient(78deg, #C31E2A, #f00);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0.7rem;
}
@media (max-width: 992px) {
  .licenses__content h2 {
    font-size: 3rem;
    max-width: 26.2rem;
    margin-bottom: 2rem;
  }
}
.licenses__content p {
  font-family: "Gilroy", Arial, sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #132843;
  max-width: 75.5rem;
  margin-bottom: 4.4rem;
}
@media (max-width: 992px) {
  .licenses__content p {
    font-size: 1.4rem;
    line-height: 1.6rem;
    max-width: none;
    margin-bottom: 2rem;
  }
}
.licenses__content .btn {
  color: #fff;
}
.licenses__content .btn:hover {
  color: #C31E2A;
}

.clients__slider {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.3), transparent);
  padding: 10rem 0;
  margin-top: -5.4rem;
}
@media (max-width: 992px) {
  .clients__slider {
    padding: 4rem 0;
    margin-top: 0;
  }
}
.clients__item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 9rem !important;
  cursor: pointer;
}
@media (max-width: 992px) {
  .clients__item {
    height: 6rem !important;
  }
}
.clients__item:hover img {
  filter: none;
  opacity: 1;
}
.clients__item img {
  max-width: 100%;
  width: auto;
  max-height: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
  filter: grayscale(1);
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
}

.services {
  margin-bottom: 12rem;
}
@media (max-width: 992px) {
  .services {
    margin-bottom: 4.5rem;
  }
}
.services__content {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
@media (max-width: 992px) {
  .services__content {
    gap: 1rem;
  }
}
.services__item {
  position: relative;
  display: flex;
  gap: 2rem;
  width: calc(50% - 1rem);
  background-color: rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  padding: 1.2rem;
  border-radius: 2rem;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .services__item {
    gap: 1rem;
    width: 100%;
    padding: 0.7rem;
  }
}
.services__item:hover {
  box-shadow: 0 0 6rem 0 rgba(0, 0, 0, 0.1);
}
.services__item:hover .services__item__image img {
  filter: none;
}
.services__item:hover .services__item__detail {
  color: #C31E2A;
}
.services__item > a {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  left: 0;
}
.services__item__image {
  flex-shrink: 0;
  position: relative;
  display: flex;
  width: 30rem;
  height: auto;
  aspect-ratio: 30/25;
}
@media (max-width: 992px) {
  .services__item__image {
    width: 16.8rem;
    aspect-ratio: 168/150;
  }
}
.services__item__image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(335deg, rgba(0, 0, 0, 0.6) 0%, transparent 50%);
  border-radius: 2rem;
  pointer-events: none;
  z-index: 1;
  top: 0;
  left: 0;
}
@media (max-width: 992px) {
  .services__item__image::before {
    background: linear-gradient(0deg, #1B2531 20%, transparent 75%);
  }
}
.services__item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 2rem;
  filter: grayscale(1);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .services__item__image img {
    filter: none;
  }
}
.services__item__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.7rem 0 1.2rem;
}
@media (max-width: 992px) {
  .services__item__content {
    padding: 0.3rem 0 0.6rem;
  }
}
.services__item__info h3 {
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  color: #132843;
  margin-bottom: 1rem;
}
@media (max-width: 992px) {
  .services__item__info h3 {
    font-size: 1.6rem;
    line-height: 1.6rem;
    text-wrap: balance;
    color: #fff;
    position: absolute;
    max-width: 15.5rem;
    margin-bottom: 0;
    z-index: 1;
    left: 1.7rem;
    bottom: 2.1rem;
  }
}
.services__item__info p {
  font-family: "Gilroy", Arial, sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.6rem;
  color: #132843;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 992px) {
  .services__item__info p {
    font-size: 1.3rem;
    line-height: 1.4rem;
  }
}
.services__item__rate {
  display: flex;
  justify-content: space-between;
  padding-right: 3.2rem;
}
@media (max-width: 992px) {
  .services__item__rate {
    padding-right: 0.4rem;
  }
}
.services__item__term {
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 1.6rem;
  color: #C31E2A;
}
@media (max-width: 992px) {
  .services__item__term {
    font-size: 1.5rem;
  }
}
.services__item__price {
  font-weight: 400;
  font-size: 3rem;
  line-height: 1.6rem;
  color: #132843;
}
@media (max-width: 992px) {
  .services__item__price {
    font-size: 2rem;
  }
}
.services__item__detail {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.6rem;
  color: #8D9CA8;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .services__item__detail {
    font-size: 1.5rem;
    color: #C31E2A;
  }
}
.services__item_special {
  min-height: 27.4rem;
}
@media (max-width: 992px) {
  .services__item_special {
    min-height: 24rem;
  }
}
.services__item_special h3 {
  font-weight: 400;
  font-size: 4rem;
  line-height: 3rem;
  background-image: linear-gradient(78deg, #C31E2A, #f00);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 5rem;
  z-index: 1;
}
@media (max-width: 992px) {
  .services__item_special h3 {
    padding-top: 2.5rem;
  }
}
.services__item_special h3 span {
  font-size: 3rem;
  line-height: 3rem;
  background-image: linear-gradient(0deg, #132843);
  background-clip: text;
  -webkit-background-clip: text;
}
.services__item_special picture {
  position: absolute;
  width: calc(100% - 2.4rem);
  height: calc(100% - 2.4rem);
  top: 1.2rem;
  left: 1.2rem;
}
.services__item_special img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom center;
  border-radius: 2rem;
}

.service {
  margin-bottom: 2.8rem;
}
@media (max-width: 992px) {
  .service {
    margin-bottom: 0;
  }
}
.service__content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 992px) {
  .service__content {
    gap: 1rem;
  }
}
.service__card {
  display: flex;
  gap: 3rem;
  background-color: rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  padding: 2rem;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .service__card {
    gap: 1.5rem;
    flex-direction: column;
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    margin-bottom: 2rem;
  }
}
.service__card__image {
  position: relative;
  max-width: 48.5rem;
  width: 100%;
  height: max-content;
  aspect-ratio: 485/290;
  flex-shrink: 0;
}
.service__card__image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(335deg, rgba(0, 0, 0, 0.6) 0%, transparent 50%);
  border-radius: 2rem;
  pointer-events: none;
  z-index: 1;
  top: 0;
  left: 0;
}
.service__card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 2rem;
}
.service__card__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.service__card__text h2 {
  font-family: "Stengazeta", Arial, sans-serif;
  font-weight: 400;
  font-size: 5rem;
  line-height: 100%;
  color: #132843;
  margin-bottom: 1rem;
}
@media (max-width: 992px) {
  .service__card__text h2 {
    font-size: 3rem;
    line-height: 2.5rem;
    margin-bottom: 1.8rem;
  }
}
.service__card__text h3 {
  font-family: "Stengazeta", Arial, sans-serif;
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 2rem;
  color: #C31E2A;
  margin-bottom: 0.4rem;
}
.service__card__text p, .service__card__text span, .service__card__text li, .service__card__text a {
  font-family: "Gilroy", Arial, sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #132843;
}
@media (max-width: 992px) {
  .service__card__text p, .service__card__text span, .service__card__text li, .service__card__text a {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}
.service__card__text p, .service__card__text ul, .service__card__text ol {
  margin-bottom: 0.8rem;
}
@media (max-width: 992px) {
  .service__card__text p, .service__card__text ul, .service__card__text ol {
    margin-bottom: 1.2rem;
  }
}
.service__card__text p > span {
  font-weight: 600;
  color: #C31E2A;
}
.service__card__text p > a {
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .service__card .btn {
    width: 100%;
    font-size: 2rem;
  }
}
.service__courses {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
@media (max-width: 992px) {
  .service__courses {
    gap: 1rem;
  }
}
.service__course {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(25% - 1.5rem);
  min-height: 20rem;
  background-color: rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  padding: 1.8rem 2rem;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .service__course {
    width: 100%;
    min-height: 11.5rem;
    padding: 1.3rem 3rem 1.5rem 1rem;
  }
}
.service__course h3 {
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 2.5rem;
  color: #132843;
}
@media (max-width: 992px) {
  .service__course h3 {
    font-size: 2rem;
    line-height: 2rem;
  }
}
.service__course__rate {
  display: flex;
  justify-content: space-between;
}
.service__course__term {
  font-family: "Stengazeta", Arial, sans-serif;
  font-size: 2.5rem;
  line-height: 1.6rem;
  color: #C31E2A;
}
@media (max-width: 992px) {
  .service__course__term {
    font-size: 2rem;
  }
}
.service__course__price {
  font-family: "Stengazeta", Arial, sans-serif;
  font-size: 3rem;
  line-height: 1.6rem;
  color: #132843;
}
@media (max-width: 992px) {
  .service__course__price {
    font-size: 2.5rem;
  }
}
.service__description {
  background-color: rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  padding: 5rem 12.5rem 11rem 4.2rem;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .service__description {
    padding: 2.4rem 1rem 4rem;
  }
}
.service__description h1, .service__description h2, .service__description h3, .service__description h4 {
  font-family: "Stengazeta", Arial, sans-serif;
  font-weight: 400;
  color: #C31E2A;
  margin-left: 0.7rem;
}
.service__description h1 {
  font-size: 3.5rem;
  line-height: 3rem;
}
.service__description h2 {
  font-size: 3rem;
  line-height: 2.5rem;
}
.service__description h3 {
  font-size: 2.5rem;
  line-height: 2rem;
}
.service__description h4 {
  font-size: 2rem;
  line-height: 1.6rem;
}
.service__description, .service__description p, .service__description a, .service__description li, .service__description span {
  font-family: "Gilroy", Arial, sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #132843;
}
@media (max-width: 992px) {
  .service__description, .service__description p, .service__description a, .service__description li, .service__description span {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}
.service__description p, .service__description ul, .service__description ol, .service__description h1, .service__description h2, .service__description h3, .service__description h4 {
  margin-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .service__description p, .service__description ul, .service__description ol, .service__description h1, .service__description h2, .service__description h3, .service__description h4 {
    margin-bottom: 1.2rem;
  }
}
.service__description a {
  color: #C31E2A;
}
.service__description a:hover {
  color: #FFC935;
}
.service__description ul, .service__description ol {
  padding-left: 2rem;
}

.reviews {
  margin-bottom: 10rem;
}
@media (max-width: 992px) {
  .reviews {
    margin-bottom: 5rem;
  }
}
.reviews__header {
  display: flex;
  gap: 6rem;
  background-color: rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  padding: 2.6rem 4rem;
  border-radius: 2rem;
  margin-bottom: 2.2rem;
}
@media (max-width: 992px) {
  .reviews__header {
    flex-direction: column;
    gap: 2.5rem;
    padding: 1.4rem 1rem 1rem;
    margin-bottom: 1.5rem;
  }
}
.reviews__header__total {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
@media (max-width: 992px) {
  .reviews__header__total {
    margin: 0 auto;
  }
}
.reviews__header__rating {
  font-family: "Stengazeta", Arial, sans-serif;
  font-size: 5rem;
  line-height: 5rem;
  background-image: linear-gradient(78deg, #C31E2A, #f00);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  display: flex;
  align-items: end;
  gap: 1.7rem;
  padding-right: 2.4rem;
  margin-bottom: -1rem;
}
.reviews__header__rating::before {
  content: "";
  position: absolute;
  width: 1px;
  height: calc(100% - 2.7rem);
  background-color: #C9E2EF;
  top: 0.7rem;
  right: 0;
}
.reviews__header__rating svg {
  width: 2.1rem;
  height: 2rem;
  margin-bottom: 1.5rem;
}
.reviews__header__count {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.reviews__header__count svg {
  width: 2rem;
  height: 1.9rem;
}
.reviews__header__count span {
  font-family: "Gilroy", Arial, sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  color: #748CA4;
}
.reviews__header__count span i {
  font-family: "Gilroy", Arial, sans-serif;
  font-style: normal;
  font-size: 2rem;
  color: #394250;
}
.reviews__header__sources {
  display: flex;
  align-items: center;
  gap: 8.5rem;
}
@media (max-width: 992px) {
  .reviews__header__sources {
    gap: 0.5rem;
    width: calc(100% + 0.7rem);
    overflow-x: scroll;
  }
}
.reviews__header__sources::-webkit-scrollbar {
  display: none;
}
.reviews__header__sources__item {
  display: flex;
  align-items: center;
  text-wrap: nowrap;
  color: #000;
  padding: 0 3.4rem;
  border: 2px transparent solid;
  border-radius: 5rem;
}
@media (max-width: 992px) {
  .reviews__header__sources__item {
    padding: 0 2.3rem;
  }
}
.reviews__header__sources__item:not(.active):hover, .reviews__header__sources__item:not(.active):hover span {
  color: #C31E2A !important;
}
.reviews__header__sources__item, .reviews__header__sources__item span, .reviews__header__sources__item i {
  font-family: "Gilroy", Arial, sans-serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 4.4rem;
  transition: all 0.1s linear;
}
@media (max-width: 992px) {
  .reviews__header__sources__item, .reviews__header__sources__item span, .reviews__header__sources__item i {
    font-size: 1.6rem;
  }
}
.reviews__header__sources__item.active {
  color: #132843;
  border: 2px #C31E2A solid;
  cursor: default;
}
.reviews__header__sources__item i {
  font-style: normal;
  color: #C31E2A;
  margin-left: 1.5rem;
}
.reviews__header__sources .btn {
  text-wrap: nowrap;
}
.reviews__content {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 5rem;
}
@media (max-width: 992px) {
  .reviews__content {
    gap: 1rem;
    margin-bottom: 1.5rem;
  }
}
.reviews__item {
  display: flex;
  flex-direction: column;
  width: calc(33.3% - 1.3rem);
  background-color: rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  padding: 3.3rem 3.5rem 2rem;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .reviews__item {
    width: 100%;
    padding: 1.2rem;
  }
}
.reviews__item_opened {
  position: relative;
  width: 74.5rem;
  background-color: rgba(246, 239, 220, 0.95);
}
@media (max-width: 992px) {
  .reviews__item_opened {
    width: calc(100% - 2.8rem);
  }
}
.reviews__item_opened::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/pattern.png) repeat top left;
  pointer-events: none;
  border-radius: 2rem;
  top: 0;
  left: 0;
}
@media (max-width: 992px) {
  .reviews__item_opened::before {
    background: url(../images/pattern-mob.png) repeat top left;
  }
}
.reviews__item_opened.fancybox__content > .f-button.is-close-btn {
  width: 3rem;
  height: 3rem;
  background: url(../images/svg/modal-close.svg) no-repeat center/contain;
  top: 1.8rem;
  right: 1.8rem;
}
@media (max-width: 992px) {
  .reviews__item_opened.fancybox__content > .f-button.is-close-btn {
    width: 2.5rem;
    height: 2.5rem;
    top: 1rem;
    right: 1rem;
  }
}
.reviews__item_opened.fancybox__content > .f-button.is-close-btn svg {
  display: none;
}
.reviews__item_opened * {
  z-index: 1;
}
.reviews__item_opened p {
  margin-bottom: 10rem;
}
@media (max-width: 992px) {
  .reviews__item_opened p {
    margin-bottom: 0;
  }
}
.reviews__item_image {
  position: relative;
  display: flex;
  width: calc(33.3% - 1.3rem);
  min-height: 43.5rem;
  order: 1;
}
@media (max-width: 992px) {
  .reviews__item_image {
    width: 100%;
    min-height: 37.5rem;
    overflow: hidden;
  }
}
.reviews__item_image::before {
  content: "";
  position: absolute;
  width: 38.5rem;
  height: 29.8rem;
  background: url(../images/leave-review-img-2.png) no-repeat center/contain;
  pointer-events: none;
  right: 2.5rem;
  bottom: -3rem;
}
@media (max-width: 992px) {
  .reviews__item_image::before {
    width: 35.6rem;
    height: 29.8rem;
    top: 8rem;
    right: -5rem;
    bottom: auto;
  }
}
.reviews__item_image img {
  width: 100%;
  height: max-content;
  object-fit: contain;
  object-position: center;
  box-shadow: 0 0.4rem 3rem 0 rgba(0, 0, 0, 0.25);
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .reviews__item_image img {
    width: 34.7rem;
    box-shadow: none;
  }
}
.reviews__item h3 {
  font-size: 2.5rem;
  line-height: 2rem;
  color: #132843;
}
.reviews__item__date {
  color: #748CA4;
  margin-bottom: 1rem;
}
.reviews__item__date, .reviews__item__date a, .reviews__item__date span {
  font-family: "Gilroy", Arial, sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2rem;
}
.reviews__item__date a {
  color: #000;
  margin-left: 0.5rem;
}
.reviews__item__date a:hover {
  text-decoration: underline;
}
.reviews__item .stars {
  margin-bottom: 1rem;
}
.reviews__item p {
  font-family: "Gilroy", Arial, sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.1rem;
  color: #132843;
}
@media (max-width: 992px) {
  .reviews__item p {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
}
.reviews__item > a {
  font-family: "Gilroy", Arial, sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 2.1rem;
  color: #C31E2A;
  margin-top: 1.2rem;
  margin-left: auto;
}
@media (max-width: 992px) {
  .reviews__item > a {
    margin-top: 0.7rem;
    margin-left: 0;
  }
}
.reviews__item > a:hover {
  color: #FFC935;
}

.promotions {
  margin-bottom: 8.5rem;
}
@media (max-width: 992px) {
  .promotions {
    margin-bottom: 4rem;
  }
}
.promotions .services__item__image img {
  filter: none;
}
@media (max-width: 992px) {
  .promotions .services__item__info h3 {
    color: #E0ECF1;
  }
}

.promotion {
  margin-bottom: 6rem;
}
@media (max-width: 992px) {
  .promotion {
    margin-bottom: 3.5rem;
  }
}
.promotion__content {
  min-height: 41.5rem;
  background-color: rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  padding: 2rem 15.5rem 10rem 2rem;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .promotion__content {
    min-height: 0;
    background-color: transparent;
    padding: 0;
    border-radius: 0;
  }
}
.promotion__content img {
  float: left;
  max-width: 48.5rem;
  width: 100%;
  height: auto;
  aspect-ratio: 485/290;
  object-fit: cover;
  object-position: center;
  border-radius: 2rem;
  margin: 0 3rem 3rem 0;
}
@media (max-width: 992px) {
  .promotion__content img {
    float: none;
    margin: 0 0 1.8rem;
  }
}
.promotion__content h1, .promotion__content h2, .promotion__content h3, .promotion__content h4 {
  font-family: "Stengazeta", Arial, sans-serif;
  font-weight: 400;
  color: #132843;
  margin-top: 1rem;
}
@media (max-width: 992px) {
  .promotion__content h1, .promotion__content h2, .promotion__content h3, .promotion__content h4 {
    margin-top: 0;
  }
}
.promotion__content h1 {
  font-size: 5.5rem;
  line-height: 5rem;
}
@media (max-width: 992px) {
  .promotion__content h1 {
    font-size: 3.5rem;
    line-height: 3rem;
  }
}
.promotion__content h2 {
  font-size: 5rem;
  line-height: 4.5rem;
}
@media (max-width: 992px) {
  .promotion__content h2 {
    font-size: 3rem;
    line-height: 2.5rem;
  }
}
.promotion__content h3 {
  font-size: 2.5rem;
  line-height: 2rem;
}
.promotion__content h4 {
  font-size: 2rem;
  line-height: 1.6rem;
}
.promotion__content, .promotion__content p, .promotion__content a, .promotion__content li, .promotion__content span {
  font-family: "Gilroy", Arial, sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #132843;
}
@media (max-width: 992px) {
  .promotion__content, .promotion__content p, .promotion__content a, .promotion__content li, .promotion__content span {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
.promotion__content p, .promotion__content ul, .promotion__content ol, .promotion__content h1, .promotion__content h2, .promotion__content h3, .promotion__content h4 {
  margin-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .promotion__content p, .promotion__content ul, .promotion__content ol, .promotion__content h1, .promotion__content h2, .promotion__content h3, .promotion__content h4 {
    margin-bottom: 1.2rem;
  }
}
.promotion__content a {
  color: #C31E2A;
}
.promotion__content a:hover {
  color: #FFC935;
}
.promotion__content ul, .promotion__content ol {
  padding-left: 2rem;
}

.intelligence {
  margin-bottom: 6rem;
}
@media (max-width: 992px) {
  .intelligence {
    margin-bottom: 3rem;
  }
}
.intelligence__content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.intelligence__item {
  position: relative;
  background-color: rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  padding: 0.5rem 2rem 0.5rem 5.4rem;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .intelligence__item {
    padding: 0.5rem 0.5rem 0.5rem 4rem;
  }
}
.intelligence__item.active > .intelligence__item__header {
  font-weight: 700;
  color: #C31E2A;
}
.intelligence__item.active > .intelligence__item__header::before, .intelligence__item.active > .intelligence__item__header::after {
  rotate: -90deg;
}
.intelligence__item.active > .intelligence__item__header::before {
  opacity: 0;
}
.intelligence__item.active > .intelligence__item__header::after {
  opacity: 1;
}
.intelligence__item__header {
  font-family: "Gilroy", Arial, sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2rem;
  color: #363636;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 4.5rem;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 992px) {
  .intelligence__item__header {
    font-size: 1.4rem;
    line-height: 1.4rem;
  }
}
.intelligence__item__header:hover {
  color: #C31E2A;
}
.intelligence__item__header:hover::before {
  opacity: 0;
}
.intelligence__item__header:hover:after {
  opacity: 1;
}
.intelligence__item__header::before, .intelligence__item__header::after {
  content: "";
  position: absolute;
  width: 1.2rem;
  height: 1.2rem;
  transition: all 0.2s ease-in-out;
  top: 2.2rem;
  left: 2.1rem;
}
.intelligence__item__header::before {
  background: url(../images/svg/intelligence-arrow.svg) no-repeat center/contain;
}
.intelligence__item__header::after {
  background: url(../images/svg/intelligence-arrow-active.svg) no-repeat center/contain;
  opacity: 0;
}
.intelligence__item__content {
  padding: 1.5rem 0;
}
@media (max-width: 992px) {
  .intelligence__item__content {
    padding: 1.5rem 1.5rem 1.5rem 0;
  }
}
.intelligence__item__content > .intelligence__item {
  background-color: rgba(255, 255, 255, 0.9);
  margin-bottom: 1.5rem;
}
.intelligence__item__content > .intelligence__item:last-of-type {
  margin-bottom: 0;
}
.intelligence__item__content > .intelligence__item.active > .intelligence__item__header {
  font-weight: 500;
}
.intelligence__item__content h1, .intelligence__item__content h2, .intelligence__item__content h3, .intelligence__item__content h4 {
  font-family: "Stengazeta", Arial, sans-serif;
  font-weight: 400;
  color: #C31E2A;
  margin-left: 0.7rem;
}
.intelligence__item__content h1 {
  font-size: 3.5rem;
  line-height: 3rem;
}
.intelligence__item__content h2 {
  font-size: 3rem;
  line-height: 2.5rem;
}
.intelligence__item__content h3 {
  font-size: 2.5rem;
  line-height: 2rem;
}
.intelligence__item__content h4 {
  font-size: 2rem;
  line-height: 1.6rem;
}
.intelligence__item__content, .intelligence__item__content p, .intelligence__item__content a, .intelligence__item__content li, .intelligence__item__content span {
  font-family: "Gilroy", Arial, sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #132843;
}
@media (max-width: 992px) {
  .intelligence__item__content, .intelligence__item__content p, .intelligence__item__content a, .intelligence__item__content li, .intelligence__item__content span {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}
.intelligence__item__content p, .intelligence__item__content ul, .intelligence__item__content ol, .intelligence__item__content h1, .intelligence__item__content h2, .intelligence__item__content h3, .intelligence__item__content h4 {
  margin-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .intelligence__item__content p, .intelligence__item__content ul, .intelligence__item__content ol, .intelligence__item__content h1, .intelligence__item__content h2, .intelligence__item__content h3, .intelligence__item__content h4 {
    margin-bottom: 1.2rem;
  }
}
.intelligence__item__content a:not(.pdf) {
  color: #C31E2A;
}
.intelligence__item__content a:not(.pdf):hover {
  color: #FFC935;
}
.intelligence__item__content ul, .intelligence__item__content ol {
  padding-left: 2rem;
}

.contacts {
  margin-bottom: 10rem;
}
@media (max-width: 992px) {
  .contacts {
    margin-bottom: 5rem;
  }
}
.contacts__wrapper {
  background-color: rgba(255, 255, 255, 0.3);
  box-sizing: border-box;
  padding: 3rem 2rem 8.8rem 3rem;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .contacts__wrapper {
    padding: 2rem 1rem 0;
    border-radius: 2rem 2rem 0 0;
  }
}
.contacts__wrapper h2 {
  color: #132843;
  margin-bottom: 2.5rem;
}
@media (max-width: 992px) {
  .contacts__wrapper h2 {
    text-wrap: balance;
    margin-bottom: 2rem;
  }
}
.contacts__wrapper h2, .contacts__wrapper h2 span {
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 2.5rem;
}
@media (max-width: 992px) {
  .contacts__wrapper h2, .contacts__wrapper h2 span {
    font-size: 2rem;
    line-height: 2rem;
  }
}
.contacts__wrapper h2 span {
  color: #C31E2A;
}
.contacts__content {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .contacts__content {
    flex-direction: column;
    gap: 2.5rem;
  }
}
.contacts__info {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
}
.contacts__info::before {
  content: "";
  position: absolute;
  width: 27.8rem;
  height: 44.6rem;
  background: url(../images/contacts-decor.png) no-repeat center/contain;
  pointer-events: none;
  right: 0;
  bottom: -3.5rem;
}
@media (max-width: 992px) {
  .contacts__info::before {
    content: none;
  }
}
.contacts__info__item {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-left: 3.5rem;
}
.contacts__info__item::before {
  content: "";
  position: absolute;
  width: 2.4rem;
  height: 2.4rem;
  pointer-events: none;
  top: 0;
  left: 0;
}
.contacts__info__item > span {
  font-family: "Gilroy", Arial, sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.2rem;
  color: #667989;
  margin-bottom: 1.2rem;
}
.contacts__info__item > a {
  font-family: "Gilroy", Arial, sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.5rem;
  color: #000;
}
.contacts__info__item > a:hover {
  color: #C31E2A;
}
.contacts__info__item > table td {
  width: 10.7rem;
  color: #000;
}
.contacts__info__item > table td, .contacts__info__item > table td span {
  font-family: "Gilroy", Arial, sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2rem;
}
.contacts__info__item > table td span {
  color: #C31E2A;
}
.contacts__info__item_address::before {
  background: url(../images/svg/address-icon.svg) no-repeat center/contain;
}
.contacts__info__item_address > a {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.8rem;
}
.contacts__info__item_phone::before {
  background: url(../images/svg/phone-contacts-icon.svg) no-repeat center/contain;
}
.contacts__info__item_email::before {
  background: url(../images/svg/email-icon.svg) no-repeat center/contain;
}
.contacts__info__item_email > a, .contacts__info__item_email > a span {
  font-size: 1.8rem;
}
.contacts__info__item_email > a span {
  font-family: "Gilroy", Arial, sans-serif;
  color: #667989;
}
.contacts__info__item_schedule::before {
  background: url(../images/svg/schedule-icon.svg) no-repeat center/contain;
}
.contacts__info__item_schedule > table {
  width: 24rem;
}
.contacts__info__item .socials a:hover svg path {
  fill: revert-layer;
}
.contacts__info__item .socials a svg path {
  fill: #899198;
}
.contacts__map {
  flex-shrink: 0;
  max-width: 76.4rem;
  height: 47.7rem;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .contacts__map {
    width: calc(100% + 2rem);
    height: auto;
    margin: 0 0 -2.5rem -1rem;
  }
}

.about {
  margin-bottom: 6.5rem;
}
@media (max-width: 992px) {
  .about {
    margin-bottom: 3.5rem;
  }
}
.about__wrapper {
  position: relative;
  display: flex;
  max-width: 145rem;
}
@media (max-width: 992px) {
  .about__wrapper {
    flex-direction: column-reverse;
    gap: 2.5rem;
  }
}
.about__menu {
  position: sticky;
  flex-shrink: 0;
  width: max-content;
  height: max-content;
  background-color: rgba(255, 251, 238, 0.5);
  box-sizing: border-box;
  padding: 3rem 2.5rem 2.5rem 3.5rem;
  border-radius: 2rem;
  margin-right: 3.5rem;
  top: 22rem;
}
@media (max-width: 992px) {
  .about__menu {
    position: relative;
    width: 100%;
    padding: 3rem 2rem 2.5rem;
    margin-right: 0;
    top: 0;
  }
}
.about__menu::before {
  content: "";
  position: absolute;
  width: 18rem;
  height: 10rem;
  background-color: rgba(0, 0, 0, 0.2);
  filter: blur(20px);
  border-radius: 50%;
  rotate: -45deg;
  pointer-events: none;
  transform: translateX(-100%);
  top: 0;
  left: -3rem;
}
@media (max-width: 992px) {
  .about__menu::before {
    width: 10rem;
    height: 7rem;
    transform: none;
    top: 2rem;
    left: auto;
    right: 0rem;
  }
}
.about__menu::after {
  content: "";
  position: absolute;
  width: 17.5rem;
  height: 19.7rem;
  background: url(../images/marks.png) no-repeat center/contain;
  pointer-events: none;
  transform: translateX(-100%);
  top: 5rem;
  left: 1.5rem;
}
@media (max-width: 992px) {
  .about__menu::after {
    width: 11.2rem;
    height: 12.6rem;
    transform: none;
    top: -1.2rem;
    left: auto;
    right: -0.6rem;
  }
}
.about__menu .menu ul {
  flex-direction: column;
  gap: 1.5rem;
}
.about__menu .menu ul li a {
  font-size: 1.6rem;
  line-height: 1.8rem;
  color: #000;
}
.about__menu .menu ul li a.active, .about__menu .menu ul li a:hover {
  color: #C31E2A;
}
.about__content {
  margin-top: 0.7rem;
}
@media (max-width: 992px) {
  .about__content {
    display: flex;
    flex-direction: column;
    margin-top: 0;
  }
}
.about__content > * {
  order: 1;
}
@media (max-width: 992px) {
  .about__content > *:nth-child(2), .about__content > *:nth-child(3) {
    order: 0;
  }
}
.about__content h2, .about__content h2 span, .about__content h3, .about__content h3 span {
  font-family: "Stengazeta", Arial, sans-serif;
  font-weight: 400;
  color: #132843;
}
.about__content h2 span, .about__content h3 span {
  color: #C31E2A;
}
.about__content h2, .about__content h2 span {
  font-size: 3rem;
  line-height: 2rem;
}
@media (max-width: 992px) {
  .about__content h2, .about__content h2 span {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}
.about__content h3:nth-of-type(2) {
  margin-top: 4.5rem;
}
@media (max-width: 992px) {
  .about__content h3:nth-of-type(2) {
    margin-top: 0;
  }
}
.about__content h3, .about__content h3 span {
  font-size: 2rem;
  line-height: 2.5rem;
}
.about__content, .about__content p, .about__content a, .about__content li, .about__content span {
  font-family: "Gilroy", Arial, sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #132843;
}
@media (max-width: 992px) {
  .about__content, .about__content p, .about__content a, .about__content li, .about__content span {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}
.about__content p, .about__content ul, .about__content ol, .about__content h2, .about__content h3 {
  margin-bottom: 1.5rem;
}
.about__content a {
  color: #C31E2A;
}
.about__content a:hover {
  color: #FFC935;
}
.about__content ul, .about__content ol {
  padding-left: 2rem;
}
.about__image {
  max-width: 42.8rem;
  width: 100%;
  height: auto;
  aspect-ratio: 428/363;
  background: url(../images/about-img-border.png) no-repeat center/contain;
  box-sizing: border-box;
  padding: 2.6rem 3rem 0 3.5rem;
}
@media (max-width: 992px) {
  .about__image {
    margin: 1rem auto !important;
  }
}
.about__image:not(:first-of-type) {
  margin-top: 1rem;
}
.about__image:nth-of-type(odd) {
  float: right;
  rotate: 4deg;
  margin-bottom: 4rem;
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .about__image:nth-of-type(odd) {
    float: none;
  }
}
.about__image:nth-of-type(even) {
  float: left;
  rotate: -4deg;
  margin-bottom: 4rem;
  margin-right: 1rem;
}
@media (max-width: 992px) {
  .about__image:nth-of-type(even) {
    float: none;
  }
}
.about__image img {
  max-width: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
  box-sizing: border-box;
  border: 0.8rem #FEF7E9 solid;
  border-radius: 0.5rem;
}
.about__image p {
  font-family: "Stengazeta", Arial, sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.8rem;
  text-align: center;
  color: #6D5A38;
}
@media (max-width: 992px) {
  .about__image p {
    font-size: 1.4rem;
    line-height: 1.4rem;
    margin-top: 0.3rem;
  }
}

.legals {
  margin-bottom: 7rem;
}
@media (max-width: 992px) {
  .legals {
    margin-bottom: 5rem;
  }
}
.legals__content {
  padding-left: 2rem;
}
@media (max-width: 992px) {
  .legals__content {
    padding-left: 0;
  }
}
.legals__content h2, .legals__content h3 {
  color: #132843;
}
.legals__content h2 span, .legals__content h3 span {
  color: #C31E2A;
}
.legals__content h2, .legals__content h2 span {
  font-family: "Stengazeta", Arial, sans-serif;
  font-weight: 400;
  font-size: 3rem;
  line-height: 2.5rem;
}
@media (max-width: 992px) {
  .legals__content h2, .legals__content h2 span {
    font-size: 2.5rem;
  }
}
.legals__content h3, .legals__content h3 span {
  font-family: "Gilroy", Arial, sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2rem;
}
@media (max-width: 992px) {
  .legals__content h3, .legals__content h3 span {
    line-height: 1.8rem;
  }
}
.legals__content, .legals__content p, .legals__content a:not(.btn, .legals__link), .legals__content li, .legals__content span {
  font-family: "Gilroy", Arial, sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #132843;
}
@media (max-width: 992px) {
  .legals__content, .legals__content p, .legals__content a:not(.btn, .legals__link), .legals__content li, .legals__content span {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}
.legals__content b {
  font-family: "Gilroy", Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 2rem;
}
@media (max-width: 992px) {
  .legals__content b {
    line-height: 1.8rem;
  }
}
.legals__content p, .legals__content ul, .legals__content ol, .legals__content h2, .legals__content h3 {
  margin-bottom: 2.2rem;
}
@media (max-width: 992px) {
  .legals__content p, .legals__content ul, .legals__content ol, .legals__content h2, .legals__content h3 {
    margin-bottom: 1.2rem;
  }
}
.legals__content p > span {
  font-family: "Gilroy", Arial, sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.5rem;
  color: #C31E2A;
}
@media (max-width: 992px) {
  .legals__content p > span {
    line-height: 1.8rem;
  }
}
.legals__content a:not(.btn, .legals__link) {
  color: #C31E2A;
}
.legals__content a:not(.btn, .legals__link):hover {
  color: #FFC935;
}
.legals__content ul, .legals__content ol {
  padding-left: 2rem;
}
.legals__content ul {
  list-style: disc;
}
.legals__link:hover {
  color: #132843;
}
.legals__link:hover span {
  color: #C31E2A;
}
.legals__link, .legals__link span {
  font-family: "Gilroy", Arial, sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.5rem;
  color: #132843;
}
@media (max-width: 992px) {
  .legals__link, .legals__link span {
    line-height: 1.8rem;
  }
}
.legals__link span {
  transition: all 0.1s linear;
}

.legals-order {
  margin-bottom: 3.5rem;
}
@media (max-width: 992px) {
  .legals-order {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .legals-order__wrapper {
    width: 100%;
    margin: 0;
  }
}
.legals-order h2 {
  font-weight: 400;
  font-size: 5rem;
  line-height: 100%;
  color: #132843;
  padding-left: 2rem;
}
@media (max-width: 992px) {
  .legals-order h2 {
    font-size: 3rem;
    padding-left: 1.4rem;
    margin-bottom: 0.7rem;
  }
}
.legals-order__content {
  position: relative;
  min-height: 46.5rem;
  background: url(../images/legals-order-bg.png) no-repeat right bottom/cover;
  box-sizing: border-box;
  padding: 5rem 0 5rem 6.5rem;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .legals-order__content {
    min-height: 91rem;
    background: url(../images/legals-order-bg-mob.png) no-repeat top center/cover;
    padding: 14rem 1.4rem 0;
  }
}
.legals-order__content::before {
  content: "";
  position: absolute;
  width: 41.3rem;
  height: 40.4rem;
  background: url(../images/legals-order-img.png) no-repeat center/contain;
  top: -6rem;
  right: 10rem;
}
@media (max-width: 992px) {
  .legals-order__content::before {
    width: 37.5rem;
    height: 31rem;
    background: url(../images/legals-order-img-mob.png) no-repeat center/contain;
    top: auto;
    right: auto;
    left: 0;
    bottom: 7rem;
  }
}
.legals-order__form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 72.2rem;
  width: 100%;
}
@media (max-width: 992px) {
  .legals-order__form {
    max-width: none;
  }
}
@media (max-width: 992px) {
  .legals-order__form .form__input input[type=file] + label {
    line-height: 6rem;
    height: 6rem;
    padding-left: 5rem;
  }
}
@media (max-width: 992px) {
  .legals-order__form .form__input input[type=file] + label::before {
    left: 2.8rem;
  }
}
@media (max-width: 992px) {
  .legals-order__form .form__input label {
    left: 2.8rem;
  }
}
.legals-order__form .form__notation {
  padding-left: 3.5rem;
}
@media (max-width: 992px) {
  .legals-order__form .form__notation {
    padding-left: 0;
  }
}
.legals-order__form .form__checkbox label {
  padding-left: 6.2rem;
}
@media (max-width: 992px) {
  .legals-order__form .form__checkbox label {
    padding-left: 3rem;
  }
}
.legals-order__form .form__checkbox label::before, .legals-order__form .form__checkbox label::after {
  left: 3.2rem;
}
@media (max-width: 992px) {
  .legals-order__form .form__checkbox label::before, .legals-order__form .form__checkbox label::after {
    left: 0;
  }
}
@media (max-width: 992px) {
  .legals-order__form input {
    height: 6rem;
    padding: 0 2.8rem;
  }
}

.pay {
  margin-bottom: 12rem;
}
@media (max-width: 992px) {
  .pay {
    margin-bottom: 3.5rem;
  }
}
.pay h2 {
  font-family: "Stengazeta", Arial, sans-serif;
  font-weight: 400;
  font-size: 6rem;
  line-height: 100%;
  text-align: center;
  color: #B2A481;
}
@media (max-width: 992px) {
  .pay h2 {
    font-size: 4rem;
  }
}
.pay__content {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-top: 8rem;
}
@media (max-width: 992px) {
  .pay__content {
    gap: 0.7rem;
    margin-top: 5.5rem;
  }
}
.pay__form {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.pay__step {
  width: calc(33.3% - 1.3rem);
}
@media (max-width: 992px) {
  .pay__step {
    width: 100%;
  }
}
.pay__step:nth-of-type(2) .pay__step__content > img {
  width: 34.8rem;
  height: 24rem;
  left: 4.6rem;
  bottom: 2rem;
}
@media (max-width: 992px) {
  .pay__step:nth-of-type(2) .pay__step__content > img {
    width: 29.6rem;
    height: 20.6rem;
    left: 1.8rem;
    bottom: 3.7rem;
  }
}
@media (max-width: 992px) {
  .pay__step:nth-of-type(3) .pay__step__content {
    min-height: 41rem;
  }
}
.pay__step:nth-of-type(3) .pay__step__content > img {
  width: 42.3rem;
  height: 33.3rem;
  right: -3.7rem;
  bottom: -1rem;
}
@media (max-width: 992px) {
  .pay__step:nth-of-type(3) .pay__step__content > img {
    width: 33.2rem;
    height: 26.1rem;
    right: auto;
    left: 0;
    bottom: 2.7rem;
  }
}
.pay__step__title {
  font-weight: 400;
  font-size: 4rem;
  line-height: 100%;
  color: #000;
  display: flex;
  align-items: center;
  gap: 1.7rem;
  width: 100%;
  height: 8rem;
  background-color: rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  padding-top: 1rem;
  padding-left: 2.5rem;
  border-radius: 2rem 2rem 0 0;
}
@media (max-width: 992px) {
  .pay__step__title {
    font-size: 3rem;
    align-items: start;
    gap: 1.2rem;
    padding-top: 2rem;
    padding-left: 1.8rem;
  }
}
.pay__step__title span {
  font-weight: 400;
  font-size: 5rem;
  line-height: 100%;
  color: #C31E2A;
}
@media (max-width: 992px) {
  .pay__step__title span {
    margin-top: -0.3rem;
  }
}
.pay__step__content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-height: 46.5rem;
  background: url(../images/pay-step-bg.jpg) no-repeat center/cover;
  box-sizing: border-box;
  padding: 2rem;
  border-radius: 0 0 2rem 2rem;
}
@media (max-width: 992px) {
  .pay__step__content {
    min-height: 37rem;
    padding: 1.4rem 0.8rem;
  }
}
.pay__step__content > img {
  position: absolute;
  object-fit: contain;
  object-position: center;
  pointer-events: none;
}
.pay__step__text {
  text-wrap: balance;
  color: #000;
}
.pay__step__text, .pay__step__text span {
  font-family: "Stengazeta", Arial, sans-serif;
  font-weight: 400;
  font-size: 3rem;
  line-height: 100%;
}
.pay__step__text span {
  color: #C31E2A;
}

.page-404 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 8rem 0 30.5rem;
}
@media (max-width: 992px) {
  .page-404 {
    padding-top: 1.1rem;
    margin: 0 0 26.5rem;
  }
}
.page-404 h1 {
  color: #000;
}
@media (max-width: 992px) {
  .page-404 h1 {
    margin-bottom: 2.5rem;
  }
}
.page-404 h1, .page-404 h1 span {
  font-weight: 400;
  font-size: 4.5rem;
}
@media (max-width: 992px) {
  .page-404 h1, .page-404 h1 span {
    font-size: 3rem;
    line-height: 3rem;
  }
}
.page-404 h1 span {
  color: #C31E2A;
}
.page-404 > img {
  width: 87.5rem;
  height: 46.4rem;
  object-fit: contain;
  object-position: center;
  pointer-events: none;
  margin-top: -6rem;
  margin-bottom: 1.5rem;
  transform: translateX(-6.5rem);
}
@media (max-width: 992px) {
  .page-404 > img {
    width: 35.5rem;
    height: 18.8rem;
    margin-top: 0;
    margin-bottom: 3.5rem;
    transform: none;
  }
}
.page-404__controls {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  width: 100%;
}
@media (max-width: 992px) {
  .page-404__controls {
    max-width: calc(100% - 2.8rem);
  }
}
.page-404__controls p {
  font-family: "Stengazeta", Arial, sans-serif;
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 5rem;
  color: #000;
}
@media (max-width: 992px) {
  .page-404__controls p {
    display: none;
  }
}
.page-404__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  width: 100%;
}
@media (max-width: 992px) {
  .page-404__buttons {
    gap: 1.5rem;
  }
}
.page-404__buttons a {
  font-family: "Stengazeta", Arial, sans-serif;
  font-weight: 400;
  font-size: 2rem;
  color: #000;
  flex-shrink: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 20rem;
  width: 100%;
  height: 5rem;
  box-sizing: border-box;
  padding-top: 0.4rem;
  border: 2px #000 solid;
  border-radius: 5rem;
  transition: all 0.1s linear;
}
@media (max-width: 992px) {
  .page-404__buttons a {
    max-width: 16.5rem;
  }
}
.page-404__buttons a:hover {
  color: #C31E2A;
  border-color: #C31E2A;
}
.page-404__buttons a::before {
  content: "";
  position: absolute;
  width: 1.2rem;
  height: 1.2rem;
  background: url(../images/svg/page-404-btn-arrow.svg) no-repeat center/contain;
  transform: translateY(-50%);
  top: 50%;
  right: 2rem;
}
.page-404__buttons a:first-of-type::before {
  rotate: 180deg;
  transform: translateY(50%);
  left: 2rem;
  right: auto;
}/*# sourceMappingURL=style.css.map */