@charset "UTF-8";
/* stylelint-disable scss/at-import-partial-extension */
:root {
  --font-family: "League Spartan", sans-serif;
  --second-font-family: "TT Chocolates Trial", sans-serif;
  --content-width: 1110px;
  --container-offset: 20px;
  --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
  --color-black: #000;
  --color-white: #fff;
  --color-light-gray: #DFDFDF;
  --color-text-dark: var(--color-black);
  --color-text-light: var(--color-white);
  --color-accent: #E4E0D7;
  --color-bg-gray: #F4F4F4;
  --color-deep-gray: #EAEAEA;
  --color-bg-light: var(--color-white);
  --color-bg-dark: #292929;
  --color-link-hover: #969085;
  --color-lang-hover: #DEDEDE;
  --color-button-active: #656159;
  --color-button-main-active: #5D5D5D;
  --color-button-second-active-bg: #656159;
  --color-button-second-hover: #D7D1C4;
  --color-swiper-button-disabled:#c3c3c3;
  --color-gray: #727272;
}
@media (max-width: 768px) {
  :root {
    --container-offset: 15px;
  }
}
:root html[lang=ru-RU] {
  --font-family: "League Spartan Cyrillic", sans-serif;
}

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
.custom-checkbox__field:checked + .custom-checkbox__content::after {
  opacity: 1;
}

.custom-checkbox__field:disabled + .custom-checkbox__content {
  opacity: 0.4;
  pointer-events: none;
}

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable value-keyword-case */
@font-face {
  font-family: "League Spartan";
  src: url("../fonts/../fonts/LeagueSpartan-Light.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "League Spartan";
  src: url("../fonts/../fonts/LeagueSpartan-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "League Spartan";
  src: url("../fonts/../fonts/LeagueSpartan-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "League Spartan";
  src: url("../fonts/../fonts/LeagueSpartan-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "League Spartan Cyrillic";
  src: url("../fonts/../fonts/LeagueSpartanCyr-Light.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "League Spartan Cyrillic";
  src: url("../fonts/../fonts/LeagueSpartanCyr-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "League Spartan Cyrillic";
  src: url("../fonts/../fonts/LeagueSpartanCyr-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "League Spartan Cyrillic";
  src: url("../fonts/../fonts/LeagueSpartanCyr-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "TT Chocolates Trial";
  src: url("../fonts/../fonts/TTChocolatesTrial-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "TT Chocolates Trial";
  src: url("../fonts/../fonts/TTChocolatesTrial-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "TT Chocolates Trial";
  src: url("../fonts/../fonts/TTChocolatesTrial-DemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "TT Chocolates Trial";
  src: url("../fonts/../fonts/TTChocolatesTrial-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.page {
  font-family: var(--font-family);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  color: var(--text);
  background-color: var(--color-background-light);
  scrollbar-gutter: stable;
}

.page__body {
  margin: 0;
  min-width: 320px;
  min-height: 100%;
  font-weight: 400;
  font-size: 16px;
  background-color: var(--main-white);
}

img {
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

a {
  text-decoration: none;
}

.site-container {
  overflow: hidden;
}

.is-hidden {
  display: none !important;
  /* stylelint-disable-line declaration-no-important */
}

.btn-reset {
  border: none;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
}

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

.input-reset {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background-color: #fff;
}
.input-reset::-webkit-search-decoration, .input-reset::-webkit-search-cancel-button, .input-reset::-webkit-search-results-button, .input-reset::-webkit-search-results-decoration {
  display: none;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
}

.container {
  margin: 0 auto;
  padding: 0 var(--container-offset);
  max-width: var(--container-width);
}

.centered {
  text-align: center;
}

.dis-scroll {
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

.page--ios .dis-scroll {
  position: relative;
}

.text-bold {
  font-weight: 700 !important;
}

@-webkit-keyframes slow-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes slow-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.archive-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 40px;
  gap: 20px;
}
.archive-filter__item input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
}
.archive-filter__label {
  display: block;
  border: 1px solid var(--color-text-dark);
  border-radius: 90px;
  padding: 5px 20px;
  font-weight: 400;
  font-size: clamp(16px, 1.25vw, 18px);
  line-height: normal;
  color: var(--color-text-dark);
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.archive-filter input:checked + label {
  color: var(--color-text-light);
  background-color: var(--color-bg-dark);
  border-color: var(--color-bg-dark);
}
@media (max-width: 576px) {
  .archive-filter {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
  }
}

.breadcrumbs {
  padding: 70px 0 40px 0;
  margin: 0;
}
.breadcrumbs .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}
.breadcrumbs a {
  color: #040404;
  opacity: 0.5;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.breadcrumbs a:hover {
  opacity: 0.7;
}
.breadcrumbs__separator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #040404;
}
.breadcrumbs__separator svg {
  width: 12px;
  height: 13px;
}
.breadcrumbs__current {
  color: #040404;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}
@media (max-width: 576px) {
  .breadcrumbs {
    padding: 50px 0 30px 0;
    margin: 0;
  }
  .breadcrumbs .container {
    font-size: 16px;
  }
  .breadcrumbs__current {
    font-size: 16px;
  }
}

.breads {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.breads__item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: var(--color-text-dark);
  opacity: 0.5;
}
@media (max-width: 560px) {
  .breads__item {
    font-size: 16px;
  }
}
@media (any-hover: hover) {
  .breads__item:not(:last-child):hover {
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    text-decoration-thickness: 2px;
  }
}
.breads__separator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.breads__separator-icon {
  width: 13px;
  height: 13px;
  fill: none;
  stroke: #000;
}
.breads__current-page {
  overflow: hidden;
  font-weight: 400;
  line-height: 140%;
  white-space: nowrap;
  text-overflow: ellipsis;
  opacity: 1;
}
@media (max-width: 768px) {
  .breads__current-page {
    max-width: clamp(137px, 480px - (768px - 100vw), 480px);
  }
}
@media (max-width: 375px) {
  .breads__current-page {
    max-width: clamp(90px, 137px - (375px - 100vw), 137px);
  }
}
@media (max-width: 560px) {
  .breads {
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
  }
}

.burger {
  --burger-width: 27px;
  --burger-height: 27px;
  --burger-line-height: 2px;
  position: relative;
  border: none;
  padding: 0;
  width: var(--burger-width);
  height: var(--burger-height);
  color: var(--color-text-dark);
  background-color: transparent;
  cursor: pointer;
  display: none;
}
.burger::before, .burger::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: var(--burger-line-height);
  background-color: currentColor;
  -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.burger::before {
  top: 2px;
  width: 50%;
  left: auto;
  right: 0;
}
.burger::after {
  top: calc(100% - 2px - var(--burger-line-height));
}
.burger__line {
  position: absolute;
  right: 0;
  top: 50%;
  width: 100%;
  height: var(--burger-line-height);
  background-color: currentColor;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.burger--active::before {
  top: 50%;
  width: 100%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.burger--active::after {
  top: 50%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.burger--active .burger__line {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media (max-width: 850px) {
  .burger {
    display: block;
    margin-left: auto;
  }
}

.button-main {
  border: 1px solid transparent;
  border-radius: 35px;
  padding: 20px 30px;
  width: 100%;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: clamp(16px, 1.0416666667vw, 20px);
  text-align: center;
  color: var(--color-text-dark);
  background-color: var(--color-accent);
}
@media (any-hover: hover) {
  .button-main:hover {
    color: var(--color-text-light);
    background-color: var(--color-bg-dark);
  }
}
.button-main:active {
  color: var(--color-button-main-active);
}

.button-second {
  border: 1px solid var(--color-accent);
  border-radius: 35px;
  padding: 20px 18px;
  font-weight: 700;
  font-size: clamp(16px, 1.0416666667vw, 20px);
  text-align: center;
  color: var(--color-accent);
  background-color: transparent;
}
@media (any-hover: hover) {
  .button-second:hover {
    color: var(--color-text-dark);
    background-color: var(--color-accent);
  }
}
.button-second:active {
  border-color: var(--color-button-second-active-bg);
  color: var(--color-text-dark);
  background-color: var(--color-button-second-active-bg);
}

.button-dark {
  border: 1px solid transparent;
  border-radius: 35px;
  padding: 20px 18px;
  font-weight: 700;
  font-size: clamp(16px, 1.0416666667vw, 20px);
  text-align: center;
  color: var(--color-text-light);
  background-color: var(--color-bg-dark);
}
@media (any-hover: hover) {
  .button-dark:hover {
    color: var(--color-text-dark);
    background-color: var(--color-accent);
  }
}
.button-dark:active {
  border-color: var(--color-button-second-active-bg);
  color: var(--color-text-dark);
  background-color: var(--color-button-second-active-bg);
}

.button-default {
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  color: var(--color-white);
  background-color: var(--color-black);
  -webkit-transition: 0.2s 0s ease;
  transition: 0.2s 0s ease;
  cursor: pointer;
}
@media (any-hover: hover) {
  .button-default:hover {
    border-color: transparent;
    color: var(--color-black);
    background-color: var(--color-button-second-hover);
  }
}
.button-default:active {
  border-color: transparent;
  color: var(--color-black);
  background-color: var(--color-button-active);
}

.button-transparent {
  display: block;
  margin: 40px auto 0;
  border: 1px solid var(--color-black);
  border-radius: 90px;
  padding: 15px 24px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  color: var(--color-black);
  background-color: transparent;
  text-wrap: nowrap;
}
@media (max-width: 560px) {
  .button-transparent {
    margin-top: 30px;
  }
}

.tab-button {
  border: 1px solid var(--color-black);
  border-radius: 90px;
  padding: 8px 20px;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  color: var(--color-black);
  background-color: transparent;
  -webkit-transition: 0.2s ease 0s;
  transition: 0.2s ease 0s;
}
.tab-button:active {
  font-size: 18px;
  color: var(--color-white);
  background-color: var(--color-black);
}

.consult-button {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  padding: 30px;
  width: 141px;
  height: 141px;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  color: var(--color-black);
  background-color: var(--color-button-second-hover);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  gap: 5px;
}
.consult-button svg {
  fill: var(--color-black);
  -webkit-transform: rotate(23deg);
  -ms-transform: rotate(23deg);
  transform: rotate(23deg);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 768px) {
  .consult-button {
    width: 100px;
    height: 100px;
    font-size: 14px;
  }
}
@media (any-hover: hover) {
  .consult-button:hover {
    color: var(--color-white);
    background-color: var(--color-black);
  }
  .consult-button:hover svg {
    fill: var(--color-white);
  }
}
.consult-button:active {
  color: var(--color-white);
  background-color: var(--color-button-second-active-bg);
}
.consult-button:active svg {
  fill: var(--color-white);
}

/* Класс для отображения кнопки */
.consult-button.visible {
  opacity: 1;
  visibility: visible;
}

.faq {
  margin-bottom: 140px;
  font-family: var(--second-font-family);
}
@media (max-width: 560px) {
  .faq {
    margin-bottom: 80px;
  }
}
.faq__title {
  margin: 0 0 40px;
  font-weight: 500;
  font-size: 46px;
  line-height: 110%;
  letter-spacing: -0.02em;
}
@media (max-width: 560px) {
  .faq__title {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 120%;
  }
}
.faq__list-item {
  position: relative;
  border-right-color: transparent;
  border-bottom: 1px solid var(--color-light-gray);
  border-left-color: transparent;
  padding: 40px 20px;
  cursor: pointer;
}
.faq__list-item p {
  margin: 0;
}
.faq__list-item-question {
  position: relative;
  z-index: 3;
  padding-right: 40px;
  font-weight: 500;
  font-size: 30px;
  line-height: 110%;
  letter-spacing: -0.01em;
}
@media (max-width: 560px) {
  .faq__list-item-question {
    font-size: 20px;
    line-height: 120%;
  }
}
.faq__list-item-answer {
  max-width: 1000px;
  max-height: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  opacity: 0;
  -webkit-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  transform: translateY(-40px);
  -webkit-transition: 0.2s 0s ease;
  transition: 0.2s 0s ease;
}
.faq__list-item-cross {
  --cross-color: var(--color-black);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.faq__list-item-cross::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  border-radius: 5px;
  width: 100%;
  height: 2px;
  background-color: var(--cross-color);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.faq__list-item-cross::after {
  content: "";
  position: absolute;
  left: 50%;
  display: block;
  border-radius: 5px;
  width: 2px;
  height: 100%;
  background-color: var(--cross-color);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 560px) {
  .faq__list-item-cross {
    width: 26px;
    height: 26px;
  }
}
@media (max-width: 560px) {
  .faq__list-item {
    padding: 31px 15px;
  }
}
.faq__list-item:first-child {
  border-top: 1px solid var(--color-light-gray);
}

.faq__list-item.open .faq__list-item-question .faq__list-item-cross {
  --cross-color: var(--color-gray);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.faq__list-item.open .faq__list-item-answer {
  padding-top: 20px;
  max-height: unset;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.site-footer {
  padding-top: 80px;
  background-color: var(--color-bg-dark);
}
@media (max-width: 576px) {
  .site-footer {
    padding-top: 50px;
  }
}
.site-footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 84px;
}
@media (max-width: 576px) {
  .site-footer__top {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 50px;
    gap: 50px;
  }
}
.site-footer__logo {
  margin-right: clamp(75px, 5.4166666667vw, 104px);
}
@media (max-width: 576px) {
  .site-footer__logo {
    margin-right: 0;
  }
}
.site-footer__nav {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(55px, 4.6875vw, 90px);
}
@media (max-width: 576px) {
  .site-footer__nav {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 30px;
  }
}
.site-footer__menu-item:not(:last-child) {
  margin-bottom: 15px;
}
.site-footer__menu-link {
  font-weight: 300;
  font-size: 20px;
  color: var(--color-text-light);
}
@media (any-hover: hover) {
  .site-footer__menu-link:hover {
    text-decoration: underline;
  }
}
.site-footer__menu-link.text-bold {
  font-weight: 700;
}
.site-footer__top-link {
  margin-right: 0;
  margin-left: auto;
  border: 1px solid var(--color-text-light);
  border-radius: 90px;
  padding: 10px 25px;
  font-weight: 700;
  font-size: 20px;
  color: var(--color-text-light);
}
@media (max-width: 576px) {
  .site-footer__top-link {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
  }
}
@media (any-hover: hover) {
  .site-footer__top-link:hover {
    border-color: var(--color-accent);
    color: var(--color-text-dark);
    background-color: var(--color-accent);
  }
}
.site-footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-top: 1px solid #4C4C4C;
  padding: 30px 0;
  gap: clamp(30px, 3.2291666667vw, 62px);
}
@media (max-width: 576px) {
  .site-footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 18px;
  }
}
.site-footer__copyright {
  margin: 0;
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 13px;
  color: #646464;
}
.site-footer__privacy-policy {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 13px;
  text-decoration: underline;
  color: #646464;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

.form-modal {
  border-radius: 20px;
  padding: 40px 32px;
  max-width: 404px;
  font-family: var(--second-font-family);
  background-color: #f4f4f4;
}
.form-modal .site-form__notice {
  margin: 0 auto;
  max-width: 300px;
}
.form-modal .js-modal-close {
  right: 20px;
  top: 20px;
  width: 24px;
  height: 24px;
}

.site-header {
  position: fixed;
  left: 50%;
  top: 30px;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  padding: 10px 28px;
  width: 100%;
  max-width: 1100px;
  -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.2);
  background-color: var(--color-bg-light);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .site-header {
    width: calc(100% - 30px);
  }
}
.site-header__logo {
  margin-right: clamp(25px, 4.9479166667vw, 95px);
}
.site-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  font-family: var(--second-font-family);
}
@media (max-width: 850px) {
  .site-header__nav {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -17px;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 35px;
    padding: 50px 40px;
    width: 100%;
    background-color: var(--color-bg-light);
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
}
.site-header__nav.menu--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.2);
}
.site-header__nav-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: clamp(10px, 0.78125vw, 15px);
}
@media (max-width: 850px) {
  .site-header__nav-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .site-header__nav-items:not(:last-child) {
    margin-bottom: 50px;
  }
}
.site-header__nav-link {
  position: relative;
  font-weight: 500;
  line-height: 120%;
  color: var(--color-text-dark);
}
@media (any-hover: hover) {
  .site-header__nav-link:hover {
    color: var(--color-link-hover);
  }
  .site-header__nav-link:hover::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    width: 100%;
    height: 2px;
    background-color: currentcolor;
  }
}
@media (max-width: 560px) {
  .site-header__nav-link {
    font-size: 20px;
  }
}
.site-header__langs {
  gap: 0;
}
.site-header__langs-item {
  position: relative;
  display: block;
  padding: 8px;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: var(--color-text-dark);
}
.site-header__langs-item--active {
  pointer-events: none;
}
.site-header__langs-item--active::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: var(--color-text-dark);
}
@media (any-hover: hover) {
  .site-header__langs-item:hover {
    color: var(--color-text-dark);
    background-color: var(--color-lang-hover);
  }
  .site-header__langs-item:hover::before {
    display: none;
  }
}
.site-header__langs-item:active {
  color: var(--color-text-light);
  background-color: var(--color-bg-dark);
}
@media (max-width: 850px) {
  .site-header__langs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 50px;
    margin-bottom: 0 !important;
  }
}
@media (max-width: 560px) {
  .site-header {
    top: 20px;
  }
}

html[lang=ru-RU] .hero__content {
  max-width: 550px;
}
html[lang=ru-RU] .consult-button__text {
  font-size: 14px;
}
@media (max-width: 768px) {
  html[lang=ru-RU] .consult-button__text {
    font-size: 10px;
  }
}

.more-btn {
  margin: 40px auto 0;
  border: 1px solid var(--color-black);
  border-radius: 90px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  font-size: 20px;
  color: var(--color-black);
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  cursor: pointer;
}
.more-btn a {
  display: block;
  padding: 10px 25px;
  color: inherit;
}
@media (any-hover: hover) {
  .more-btn:hover {
    color: var(--color-white);
    background-color: var(--color-black);
  }
}

.page-cover {
  position: relative;
  height: 800px;
}
.page-cover__wrapper {
  position: absolute;
  z-index: 1;
  overflow: hidden;
  height: 800px;
}
.page-cover__wrapper img {
  display: block;
  width: 100vw;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 768px) {
  .page-cover__wrapper {
    height: 100vh;
  }
}
.page-cover .container {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 100px 15px;
  height: 100%;
}
@media (max-width: 768px) {
  .page-cover .container {
    padding: 100px 15px;
    height: 100vh;
  }
}
.page-cover__label {
  font-size: clamp(64px, 5vw, 96px);
  color: var(--color-white);
}

.articles__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 450px) {
  .articles__pagination .navigation {
    display: none;
  }
}
.articles__pagination .articles__show-more {
  display: none;
  border: 1px solid var(--color-bg-dark);
  border-radius: 90px;
  padding: 9px 20px;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  -webkit-transition: 0.1s 0s ease-in;
  transition: 0.1s 0s ease-in;
  color: var(--color-text-dark);
}
.articles__pagination .articles__show-more:active {
  border-color: transparent;
  color: var(--color-text-light);
  background-color: var(--color-bg-dark);
}
@media (any-hover: hover) {
  .articles__pagination .articles__show-more:hover {
    border-color: transparent;
    color: var(--color-text-light);
    background-color: var(--color-bg-dark);
  }
}
@media (max-width: 450px) {
  .articles__pagination .articles__show-more {
    display: block;
  }
}
.articles__pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 6px;
  -moz-column-gap: 6px;
  column-gap: 6px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}
.articles__pagination .page-numbers {
  border: 1px solid var(--color-light-gray);
  border-radius: 8px;
  padding: 7px 0;
  width: 36px;
  height: 36px;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: var(--color-text-dark);
  -webkit-transition: 0.1s 0s ease-in;
  transition: 0.1s 0s ease-in;
  cursor: pointer;
}
.articles__pagination .page-numbers.disabled {
  color: var(--color-light-gray);
}
@media (any-hover: hover) {
  .articles__pagination .page-numbers:not(.disabled):hover {
    color: var(--color-text-light);
    background-color: var(--color-bg-dark);
  }
}
.articles__pagination .current {
  color: var(--color-text-light);
  background-color: var(--color-bg-dark);
}
.popups {
  position: relative;
  width: 765px;
  border-radius: 10px;
  display: none;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px auto;
}
.popups-info {
  padding: 0 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 50%;
  border-radius: 10px 0 0 10px;
}
.popups-info__title {
  color: #040404;
  font-family: var(--second-font-family);
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 33px */
  letter-spacing: -0.6px;
  margin: 0;
  margin-bottom: 10px;
}
.popups-info__desc {
  color: #040404;
  font-family: var(--second-font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
}
.popups .application__form-wrapper {
  width: 50%;
  background: #E4E0D7;
  padding: 40px 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  border-radius: 0 10px 10px 0;
}
.popups .application__form-wrapper form {
  width: 100%;
}
.popups .application__form-wrapper form .inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.popups .application__form-wrapper form .inputs input {
  background: transparent;
  border: none;
  border-bottom: 1px solid #727272;
  font-family: var(--second-font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
  padding: 0;
  padding-bottom: 10px;
  width: 50%;
}
.popups .application__form-wrapper form .approval-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.popups .application__form-wrapper form .approval-block label {
  color: #333;
  font-family: var(--second-font-family);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 15.6px */
}
.popups .application__form-wrapper form button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 112px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-radius: 35px;
  background: #040404;
  color: #FFF;
  font-family: var(--second-font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 21.6px */
  margin: 20px auto 0;
  width: 100%;
  border: none;
}
.popups .application__form-wrapper .protection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}
.popups .application__form-wrapper .protection img {
  width: 32px;
  height: 32px;
}
.popups .application__form-wrapper .protection span {
  color: #040404;
  font-family: var(--second-font-family);
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 14px */
  text-transform: uppercase;
}

.popups2 {
  position: relative;
  width: 765px;
  border-radius: 10px;
  display: none;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px auto;
}
.popups2-info {
  padding: 0 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 464px;
  border-radius: 10px 0 0 10px;
}
.popups2-info__title {
  color: #040404;
  font-family: var(--second-font-family);
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 33px */
  letter-spacing: -0.6px;
  margin: 0;
  margin-bottom: 10px;
}
.popups2-info__desc {
  color: #040404;
  font-family: var(--second-font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
}
.popups2 .application__form-wrapper {
  width: 301px;
  background: #E4E0D7;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  border-radius: 0 10px 10px 0;
}
.popups2 .application__form-wrapper form {
  width: 100%;
}
.popups2 .application__form-wrapper form .inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.popups2 .application__form-wrapper form .inputs input {
  background: white;
  border: none;
  color: #727272;
  font-family: var(--second-font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
  padding: 10px 16px;
  width: 100%;
  border-radius: 20px;
}
.popups2 .application__form-wrapper form .approval-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.popups2 .application__form-wrapper form .approval-block label {
  color: #333;
  font-family: var(--second-font-family);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 15.6px */
}
.popups2 .application__form-wrapper form button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 112px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-radius: 35px;
  background: #040404;
  color: #FFF;
  font-family: var(--second-font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 21.6px */
  margin: 20px auto 0;
  width: 100%;
  border: none;
}
.popups2 .application__form-wrapper form .site-form__whatsapp {
  color: #040404;
  font-family: var(--second-font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
  margin: 0;
  margin-top: 15px;
}
.popups2 .application__form-wrapper .protection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}
.popups2 .application__form-wrapper .protection img {
  width: 32px;
  height: 32px;
}
.popups2 .application__form-wrapper .protection span {
  color: #040404;
  font-family: var(--second-font-family);
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 14px */
  text-transform: uppercase;
}

.popups3 {
  position: relative;
  width: 765px;
  border-radius: 10px;
  display: none;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px auto;
}
.popups3-info {
  padding: 0 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 50%;
  border-radius: 10px 0 0 10px;
}
.popups3-info__title {
  color: #040404;
  font-family: var(--second-font-family);
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 33px */
  letter-spacing: -0.6px;
  margin: 0;
  margin-bottom: 10px;
}
.popups3-info__desc {
  color: #040404;
  font-family: var(--second-font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
}
.popups3 .application__form-wrapper {
  width: 50%;
  background: #E4E0D7;
  padding: 40px 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  border-radius: 0 10px 10px 0;
}
.popups3 .application__form-wrapper form {
  width: 100%;
}
.popups3 .application__form-wrapper form .inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.popups3 .application__form-wrapper form .inputs input {
  background: transparent;
  border: none;
  border-bottom: 1px solid #727272;
  font-family: var(--second-font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
  padding: 0;
  padding-bottom: 10px;
  width: 100%;
}
.popups3 .application__form-wrapper form .approval-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.popups3 .application__form-wrapper form .approval-block label {
  color: #333;
  font-family: var(--second-font-family);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 15.6px */
}
.popups3 .application__form-wrapper form button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 112px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-radius: 35px;
  background: #040404;
  color: #FFF;
  font-family: var(--second-font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 21.6px */
  margin: 20px auto 0;
  width: 100%;
  border: none;
}
.popups3 .application__form-wrapper .protection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}
.popups3 .application__form-wrapper .protection img {
  width: 32px;
  height: 32px;
}
.popups3 .application__form-wrapper .protection span {
  color: #040404;
  font-family: var(--second-font-family);
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 14px */
  text-transform: uppercase;
}

.popups4 {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.8);
  -ms-transform: translate(-50%, -50%) scale(0.8);
  transform: translate(-50%, -50%) scale(0.8);
  width: 549px;
  max-width: 90vw;
  border-radius: 12px;
  display: none;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 40px 32px 32px 32px;
  background: #F4F4F4;
  z-index: 1000;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.popups4 .graph-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 24px;
  height: 24px;
}
.popups4.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.popups4-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  border-radius: 10px 0 0 10px;
}
.popups4-info__title {
  color: #000000;
  font-family: var(--second-font-family);
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 33px */
  letter-spacing: -0.6px;
  margin: 0;
  margin-bottom: 20px;
}
.popups4-info__desc {
  color: #000000;
  font-family: var(--second-font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
  margin: 0;
  margin-bottom: 20px;
}
.popups4 .application__form-wrapper {
  width: 100%;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  border-radius: 0 10px 10px 0;
}
.popups4 .application__form-wrapper form {
  width: 100%;
}
.popups4 .application__form-wrapper form .form-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 20px;
  width: 100%;
}
.popups4 .application__form-wrapper form .form-fields .form-fields-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 20px;
}
.popups4 .application__form-wrapper form .form-fields .form-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  margin-bottom: 0;
}
.popups4 .application__form-wrapper form .form-fields .form-field label {
  color: #000;
  font-family: var(--second-font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 22.4px */
  margin: 0;
}
.popups4 .application__form-wrapper form .form-fields .form-field input, .popups4 .application__form-wrapper form .form-fields .form-field textarea {
  background: #FFF;
  border: none;
  border-radius: 31px;
  color: #000000;
  font-family: var(--second-font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  padding: 18px 20px;
  width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.popups4 .application__form-wrapper form .form-fields .form-field input::-webkit-input-placeholder, .popups4 .application__form-wrapper form .form-fields .form-field textarea::-webkit-input-placeholder {
  color: #666666;
}
.popups4 .application__form-wrapper form .form-fields .form-field input::-moz-placeholder, .popups4 .application__form-wrapper form .form-fields .form-field textarea::-moz-placeholder {
  color: #666666;
}
.popups4 .application__form-wrapper form .form-fields .form-field input:-ms-input-placeholder, .popups4 .application__form-wrapper form .form-fields .form-field textarea:-ms-input-placeholder {
  color: #666666;
}
.popups4 .application__form-wrapper form .form-fields .form-field input::-ms-input-placeholder, .popups4 .application__form-wrapper form .form-fields .form-field textarea::-ms-input-placeholder {
  color: #666666;
}
.popups4 .application__form-wrapper form .form-fields .form-field input::placeholder, .popups4 .application__form-wrapper form .form-fields .form-field textarea::placeholder {
  color: #666666;
}
.popups4 .application__form-wrapper form .form-fields .form-field input:focus, .popups4 .application__form-wrapper form .form-fields .form-field textarea:focus {
  outline: none;
  border-bottom-color: #007bff;
}
.popups4 .application__form-wrapper form .form-fields .form-field textarea {
  resize: vertical;
  min-height: 60px;
}
.popups4 .application__form-wrapper form .approval-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.popups4 .application__form-wrapper form .approval-block label {
  color: #727272;
  font-family: var(--second-font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
}
.popups4 .application__form-wrapper form .popups__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 24px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-radius: 8px;
  background: #040404;
  color: #FFF;
  font-family: var(--second-font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin: 20px auto 0;
  width: 100%;
  border: none;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.popups4 .application__form-wrapper form .popups__button:hover {
  background: #333333;
}
.popups4 .application__form-wrapper form .whatsapp-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
}
.popups4 .application__form-wrapper form .whatsapp-contact p {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  color: #040404;
  font-family: var(--second-font-family);
  line-height: 140%;
  margin: 0;
}
.popups4 .application__form-wrapper form .whatsapp-contact .whatsapp-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  color: #25D366;
  text-decoration: none;
  font-family: var(--second-font-family);
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.popups4 .application__form-wrapper form .whatsapp-contact .whatsapp-link:hover {
  color: #128C7E;
}
.popups4 .application__form-wrapper form .whatsapp-contact .whatsapp-link img {
  width: 20px;
  height: 20px;
}
.popups4 .application__form-wrapper form .whatsapp-contact .whatsapp-link span {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  color: #2DB742;
}
.popups4 .application__form-wrapper form .iti__country-container {
  padding: 0;
}
.popups4 .application__form-wrapper .protection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}
.popups4 .application__form-wrapper .protection img {
  width: 32px;
  height: 32px;
}
.popups4 .application__form-wrapper .protection span {
  color: #000000;
  font-family: var(--second-font-family);
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 14px */
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .popups4 {
    width: 95vw;
    max-width: 350px;
    padding: 20px 16px;
    margin: 0;
  }
  .popups4-info__title {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .popups4 .application__form-wrapper form .form-fields {
    gap: 16px;
  }
  .popups4 .application__form-wrapper form .form-fields .form-fields-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
  }
  .popups4 .application__form-wrapper form .form-fields .form-field {
    gap: 6px;
  }
  .popups4 .application__form-wrapper form .form-fields .form-field label {
    font-size: 13px;
  }
  .popups4 .application__form-wrapper form .form-fields .form-field input, .popups4 .application__form-wrapper form .form-fields .form-field textarea {
    font-size: 15px;
    padding: 14px 20px;
  }
  .popups4 .application__form-wrapper form .form-fields .form-field textarea {
    min-height: 50px;
  }
  .popups4 .application__form-wrapper form .popups__button {
    padding: 10px 20px;
    font-size: 15px;
  }
  .popups4 .application__form-wrapper form .whatsapp-contact {
    margin-top: 12px;
  }
  .popups4 .application__form-wrapper form .whatsapp-contact p {
    font-size: 13px;
  }
  .popups4 .application__form-wrapper form .whatsapp-contact .whatsapp-link {
    font-size: 13px;
  }
}

.popups5 {
  width: 765px;
  border-radius: 10px;
  display: none;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px auto;
  padding: 20px;
  background: #E4E0D7;
  position: relative;
}
.popups5-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 265px;
  border-radius: 10px 0 0 10px;
}
.popups5-info__title {
  color: #040404;
  font-family: var(--second-font-family);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 33px */
  letter-spacing: -0.6px;
  margin: 0;
}
.popups5-info__desc {
  color: #040404;
  font-family: var(--second-font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
  margin: 0;
  margin-bottom: 20px;
}
.popups5 .application__form-wrapper {
  width: 440px;
  background: #E4E0D7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  border-radius: 0 10px 10px 0;
}
.popups5 .application__form-wrapper form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.popups5 .application__form-wrapper form .inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.popups5 .application__form-wrapper form .inputs input {
  background: transparent;
  border: none;
  border-bottom: 1px solid #727272;
  font-family: var(--second-font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
  padding: 0;
  padding-bottom: 10px;
  width: 180px;
}
.popups5 .application__form-wrapper form .approval-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.popups5 .application__form-wrapper form .approval-block label {
  color: #333;
  font-family: var(--second-font-family);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 15.6px */
}
.popups5 .application__form-wrapper form button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 112px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-radius: 35px;
  background: #040404;
  color: #FFF;
  font-family: var(--second-font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 21.6px */
  width: 127.5px;
  border: none;
}
.popups5 .application__form-wrapper .protection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}
.popups5 .application__form-wrapper .protection img {
  width: 32px;
  height: 32px;
}
.popups5 .application__form-wrapper .protection span {
  color: #040404;
  font-family: var(--second-font-family);
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 14px */
  text-transform: uppercase;
}

.popups-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.popups4.active ~ .popups-backdrop,
.popups-backdrop.active {
  display: block !important;
  opacity: 1;
}

.quiz {
  margin-bottom: 140px;
  font-family: var(--second-font-family);
}
@media (max-width: 768px) {
  .quiz {
    margin-bottom: 80px;
  }
}
.quiz__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .quiz__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.quiz__info {
  border-radius: 20px 0 0 20px;
  padding: 40px 30px;
  width: 100%;
  max-width: 555px;
  background-color: var(--color-light-gray);
}
@media (max-width: 768px) {
  .quiz__info {
    border-radius: 15px 15px 0 0;
    padding: 30px 20px;
    max-width: unset;
  }
}
.quiz__cta {
  margin: 0 0 30px;
  font-weight: 500;
  font-size: 30px;
  line-height: 110%;
  letter-spacing: -0.02em;
}
@media (max-width: 768px) {
  .quiz__cta {
    margin-bottom: 20px;
    line-height: 120%;
  }
}
.quiz_header {
  margin: 0 0 30px;
  font-weight: 500;
  font-size: 30px;
  line-height: 110%;
  letter-spacing: -0.02em;
}
@media (max-width: 560px) {
  .quiz_header {
    margin-bottom: 20px;
  }
}
@media (max-width: 560px) {
  .quiz_subheader {
    font-size: 18px;
  }
}
.quiz__desc {
  margin: 0 0 40px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}
@media (max-width: 768px) {
  .quiz__desc {
    margin-bottom: 20px;
    font-size: 16px;
  }
}
.quiz__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  .quiz__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 15px 0;
  }
}
.quiz__button-start {
  display: block;
  border-radius: 90px;
  padding: 15px 25px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  -webkit-transition: 0.2s 0s ease;
  transition: 0.2s 0s ease;
  text-wrap: nowrap;
}
@media (max-width: 768px) {
  .quiz__button-start {
    width: 100%;
    max-width: unset;
    text-align: center;
  }
}
.quiz__quiz-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  width: 100%;
  max-width: 228px;
}
.quiz__quiz-time-icon {
  display: block;
  min-width: 32px;
  fill: none;
  stroke: var(--color-black);
  stroke-width: 2px;
}
@media (max-width: 768px) {
  .quiz__quiz-time-icon {
    max-width: 28px;
  }
}
.quiz__quiz-time-text {
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
}
@media (max-width: 768px) {
  .quiz__quiz-time-text {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .quiz__quiz-time {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.quiz__image {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  overflow: hidden;
  border-radius: 0 20px 20px 0;
  width: 100%;
  background-color: var(--color-light-gray);
}
.quiz__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 768px) {
  .quiz__image {
    border-radius: 0 0 15px 15px;
    height: 240px;
  }
}

.section-title {
  margin: 0;
  font-weight: 500;
  font-size: 46px;
  line-height: 110%;
  letter-spacing: -0.02em;
}
@media (max-width: 560px) {
  .section-title {
    font-weight: 500;
    font-size: 30px;
    line-height: 120%;
  }
}

.site-contacts {
  overflow: hidden;
  margin-bottom: 25px;
  font-family: var(--second-font-family);
}
@media (max-width: 768px) {
  .site-contacts {
    margin-bottom: 0;
  }
}
.site-contacts__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  color: var(--color-text-dark);
}
.site-contacts__info-title {
  margin-bottom: 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 64px;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .site-contacts__info-title {
    font-size: 46px;
  }
}
@media (max-width: 560px) {
  .site-contacts__info-title {
    font-size: 30px;
  }
}
.site-contacts__info-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 475px;
  gap: 15px;
}
.site-contacts__info-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 560px) {
  .site-contacts__info-column {
    width: 100%;
    max-width: 165px;
  }
}
.site-contacts__info-column:nth-child(2) {
  width: 100%;
  max-width: 250px;
}
@media (max-width: 560px) {
  .site-contacts__info-column:nth-child(2) {
    max-width: unset;
  }
}
.site-contacts__info-link {
  display: block;
  font-size: inherit;
  text-decoration: underline;
  text-decoration-color: transparent;
  color: inherit;
  -webkit-transition: 0.2s 0s ease;
  transition: 0.2s 0s ease;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 1px;
  text-wrap: nowrap;
}
@media (any-hover: hover) {
  .site-contacts__info-link:hover {
    text-decoration-color: var(--color-black);
  }
}
.site-contacts__info-link[href*=tel] {
  font-weight: 700;
  text-decoration-color: var(--color-gray);
}
@media (max-width: 560px) {
  .site-contacts__info-link[href*=tel] {
    font-weight: 600;
  }
}
@media (any-hover: hover) {
  .site-contacts__info-link[href*=tel]:hover {
    text-decoration-color: var(--color-black);
  }
}
.site-contacts__info-address {
  margin: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 700px) {
  .site-contacts__info {
    gap: 30px;
  }
}
@media (max-width: 650px) {
  .site-contacts__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 15px;
    font-size: 18px;
  }
}
.site-contacts__map {
  width: 100%;
  min-height: 295px;
}
@media (max-width: 768px) {
  .site-contacts__map {
    margin: 0 -15px;
    width: 100vw;
  }
}
.site-contacts__map iframe {
  display: block;
  border-radius: 20px;
  width: 100%;
  min-height: 295px;
}
@media (max-width: 768px) {
  .site-contacts__map iframe {
    border-radius: 0;
    width: 100vw;
    min-height: 100vw;
  }
}
.site-contacts--contacts-page {
  margin-bottom: 120px;
}

.site-form {
  width: 100%;
}
.site-form__title {
  margin: 0 0 32px;
  font-weight: 600;
  font-size: 30px;
  line-height: 120%;
}
.site-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.site-form__item {
  position: relative;
  margin-bottom: 11px;
}
.site-form__item .iti {
  margin-bottom: 8px;
  width: 100%;
}
.site-form__item .iti__country-container {
  left: 15px !important;
}
.site-form__item .iti__tel-input {
  margin: 0 0 1px !important;
  padding-left: 100px !important;
}
.site-form__item .iti__selected-dial-code {
  margin-top: 2px !important;
}
.site-form__item .just-validate-error-field {
  margin-bottom: 20px !important;
  border: 1px solid #F00;
}
.site-form__item .iti:has(input.iti__tel-input[type=tel].just-validate-error-field) {
  margin-bottom: 20px !important;
}
.site-form__item .just-validate-error-label {
  position: absolute;
  left: 0;
  bottom: 0;
}
.site-form__item:nth-child(2) .just-validate-error-label {
  bottom: -20px;
}
.site-form__whatsapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 4px;
  -moz-column-gap: 4px;
  column-gap: 4px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: var(--color-black);
}
.site-form__whatsapp span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2px;
  -moz-column-gap: 2px;
  column-gap: 2px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  color: #2db742;
}
@media (any-hover: hover) {
  .site-form__whatsapp:hover {
    text-decoration: underline;
  }
}
.site-form__notice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  margin: 0;
}
.site-form__notice span {
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  text-transform: uppercase;
}
.site-form__label {
  display: block;
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 16px;
  color: var(--color-text-dark);
}
.site-form__input {
  margin-bottom: 8px;
  border-radius: 30px;
  padding: 16px 20px;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--color-text-dark);
}
.site-form__input::-webkit-input-placeholder {
  color: #696969;
}
.site-form__input::-moz-placeholder {
  color: #696969;
}
.site-form__input:-ms-input-placeholder {
  color: #696969;
}
.site-form__input::-ms-input-placeholder {
  color: #696969;
}
.site-form__input::placeholder {
  color: #696969;
}
.site-form__button {
  margin: 32px auto;
  width: 100%;
  max-width: 270px;
  font-size: 20px;
}
@media (max-width: 576px) {
  .site-form__button {
    max-width: none;
  }
}
.site-form .choices__inner {
  border: none;
  border-radius: 30px;
  padding: 16px 20px !important;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: var(--color-text-dark);
  background-color: var(--color-bg-light);
}
.site-form .choices__inner .choices__list {
  padding: 0 !important;
}
.site-form .choices .choices__list {
  max-height: 150px !important;
}
.site-form .choices[data-type*=select-one]::after {
  right: 20px;
  margin-top: -10.5px;
  border: none;
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.30693 10.7603L0.287337 4.74051C-0.0957794 4.35758 -0.0957794 3.73672 0.287337 3.35398C0.670113 2.9712 1.29094 2.9712 1.67368 3.35398L7.0001 8.68056L12.3263 3.35413C12.7093 2.97136 13.33 2.97136 13.7128 3.35413C14.0957 3.73691 14.0957 4.35773 13.7128 4.74067L7.69312 10.7605C7.50164 10.9518 7.25095 11.0474 7.00013 11.0474C6.74919 11.0474 6.49832 10.9517 6.30693 10.7603Z' fill='black' /%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 576px) {
  .site-form .choices[data-type*=select-one]::after {
    margin-top: -7.5px;
  }
}
.site-form .choices[data-type*=select-one].is-open::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sticky-menu {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 21;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  pointer-events: all;
  row-gap: 20px;
}
.sticky-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: 0.4s 0.1s ease;
  transition: 0.4s 0.1s ease;
  -webkit-animation: slow-hidden-vertical 0.1s 0.3s ease forwards;
  animation: slow-hidden-vertical 0.1s 0.3s ease forwards;
  pointer-events: none;
  row-gap: 20px;
}
.sticky-menu__item {
  position: relative;
  border-radius: 100%;
  padding: 12px;
  width: 64px;
  height: 64px;
  -webkit-box-shadow: 10px 10px 20px 0 rgba(152, 173, 217, 0.25), 0 4px 4px 0 rgba(41, 41, 41, 0.25);
  box-shadow: 10px 10px 20px 0 rgba(152, 173, 217, 0.25), 0 4px 4px 0 rgba(41, 41, 41, 0.25);
  background-color: #E4DFD9;
  cursor: pointer;
}
.sticky-menu__item-icon {
  width: 100%;
  height: 100%;
}
.sticky-menu__item-icon svg {
  width: 100%;
  height: 100%;
}
.sticky-menu__item-tooltip {
  position: absolute;
  left: 0;
  top: 50%;
  padding-right: 20px;
  opacity: 0;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: 0.3s 0.5s ease;
  transition: 0.3s 0.5s ease;
  cursor: pointer;
  pointer-events: none;
}
.sticky-menu__item-tooltip-overlay {
  border-radius: 8px;
  padding: 14px 10px;
  width: 170px;
  -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  color: var(--black);
  background: var(--color-white);
}
@media (max-width: 560px) {
  .sticky-menu__item-tooltip-overlay {
    padding: 10px;
  }
}
@media (any-hover: hover) {
  .sticky-menu__item-tooltip:hover {
    opacity: 1;
    -webkit-transform: translate(-96%, -50%);
    -ms-transform: translate(-96%, -50%);
    transform: translate(-96%, -50%);
    pointer-events: all;
  }
}
@media (any-hover: hover) and (max-width: 560px) {
  .sticky-menu__item-tooltip:hover {
    -webkit-transform: translate(-93%, -50%);
    -ms-transform: translate(-93%, -50%);
    transform: translate(-93%, -50%);
  }
}
@media (max-width: 768px) {
  .sticky-menu__item {
    width: 52px;
    height: 52px;
  }
}
.sticky-menu__open-button {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 100%;
  padding: 0;
  width: 80px;
  height: 80px;
  background-color: var(--color-black);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}
.sticky-menu__open-button svg {
  width: 100%;
  height: 100%;
  fill: #E4DFD9;
  -webkit-transform: rotate(23deg);
  -ms-transform: rotate(23deg);
  transform: rotate(23deg);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 768px) {
  .sticky-menu__open-button {
    width: 64px;
    height: 64px;
  }
}
@media (any-hover: hover) {
  .sticky-menu__open-button:hover {
    color: var(--color-white);
    background-color: var(--color-black);
  }
}
.sticky-menu__open-button:active {
  color: var(--color-white);
  background-color: var(--color-button-second-active-bg);
}
.sticky-menu__consultation-button svg {
  fill: none;
  stroke: #292929;
  stroke-width: 2;
}
.sticky-menu__whatsapp-button svg {
  fill: #00A854;
}

.sticky-menu.visible {
  opacity: 1;
  visibility: visible;
}

.sticky-menu.open .sticky-menu__open-button {
  background-color: #E4DFD9;
}
.sticky-menu.open .sticky-menu__open-button svg {
  fill: var(--color-black);
  -webkit-transform: rotate(68deg);
  -ms-transform: rotate(68deg);
  transform: rotate(68deg);
}
.sticky-menu.open .sticky-menu__list {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-animation: unset;
  animation: unset;
  pointer-events: all;
}
.sticky-menu.open .sticky-menu__item-tooltip {
  opacity: 1;
  -webkit-transform: translate(-96%, -50%);
  -ms-transform: translate(-96%, -50%);
  transform: translate(-96%, -50%);
  pointer-events: all;
}
@media (max-width: 560px) {
  .sticky-menu.open .sticky-menu__item-tooltip {
    -webkit-transform: translate(-93%, -50%);
    -ms-transform: translate(-93%, -50%);
    transform: translate(-93%, -50%);
  }
}

@-webkit-keyframes slow-hidden-vertical {
  from {
    max-height: unset;
  }
  to {
    max-height: 0;
  }
}

@keyframes slow-hidden-vertical {
  from {
    max-height: unset;
  }
  to {
    max-height: 0;
  }
}
[data-switch-swiper] {
  display: none;
}

[data-switch-controls-target] {
  display: none;
}

[data-switch-swiper].visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

[data-switch-button-target].active {
  color: var(--color-white);
  background-color: var(--color-black);
}

[data-switch-controls-target].active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.swiper-button-disabled {
  border-color: transparent !important;
  background-color: var(--color-swiper-button-disabled) !important;
}

.thanks-modal {
  border-radius: 20px;
  padding: 60px 32px;
  max-width: 375px;
}
.thanks-modal__text {
  margin-bottom: 32px;
  width: 100%;
  font-weight: 700;
  font-size: 36px;
  line-height: 120%;
  text-align: center;
  color: var(--color-text-dark);
}
.thanks-modal__button {
  position: static !important;
  width: 100%;
  height: auto;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  color: var(--color-white);
  background-color: var(--color-black);
  cursor: pointer;
}

[collapse] {
  overflow: hidden;
}
[collapse]:has([collapse-content].visible) {
  overflow: visible;
}
[collapse]:has([collapse-content].visible) button[collapse-button] {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
[collapse]:has([collapse-content].visible) [collapse-button] button {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

[collapse-button] {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[collapse-content] {
  max-height: 0;
  opacity: 0;
}
[collapse-content].visible {
  max-height: unset;
  opacity: 1;
}

.areas-item {
  position: relative;
  display: block;
  overflow: hidden;
  max-height: 450px;
}
@media (max-width: 576px) {
  .areas-item {
    max-height: 240px;
  }
}
.areas-item__image {
  border-radius: 20px;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .areas-item__image {
    border-radius: 15px;
  }
}
.areas-item__image-wrapper {
  position: relative;
}
@media (max-width: 576px) {
  .areas-item__image-wrapper {
    height: 100%;
  }
}
.areas-item__image-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.4);
}
.areas-item__info {
  position: absolute;
  left: clamp(10px, 1.0416666667vw, 20px);
  bottom: clamp(15px, 1.0416666667vw, 25px);
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-weight: 700;
  font-size: clamp(16px, 1.25vw, 24px);
  color: var(--color-white);
  gap: 20px;
}
@media (max-width: 768px) {
  .areas-item__info {
    left: 0;
    bottom: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px;
    width: 100%;
    height: 100%;
  }
}
.areas-item__name {
  font-weight: 700;
  font-size: 24px;
}
.areas-item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  color: inherit;
  gap: 10px;
}
.areas-item__link p {
  margin: 0;
}
.areas-item__link div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid var(--color-white);
  border-radius: 100%;
  width: 24px;
  height: 24px;
}
.areas-item__link div svg {
  fill: var(--color-white);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.areas-item__logo {
  border-radius: 100%;
  width: 35px;
  height: 35px;
}
@media (any-hover: hover) {
  .areas-item:hover .areas-item__image-wrapper::before {
    background: transparent;
  }
  .areas-item:hover .areas-item__link {
    color: var(--color-button-second-hover);
  }
  .areas-item:hover .areas-item__link .areas-item__arrow {
    border-color: var(--color-button-second-hover);
    background-color: var(--color-button-second-hover);
  }
  .areas-item:hover .areas-item__link .areas-item__arrow svg {
    fill: var(--color-text-dark);
  }
}

.areas {
  margin: clamp(120px, 7.2916666667vw, 140px) 0;
}
.areas__title {
  font-weight: 700;
  font-size: clamp(40px, 3.3333333333vw, 64px);
  text-align: center;
}
.areas__list {
  display: -ms-grid;
  display: grid;
  grid-auto-rows: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 40px 0 0;
  gap: clamp(15px, 1.5625vw, 30px);
}
@media (max-width: 991px) {
  .areas__list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 576px) {
  .areas__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.areas__more {
  margin: 40px auto 0;
  border: 1px solid var(--color-black);
  border-radius: 90px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  font-size: 20px;
  color: var(--color-black);
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  cursor: pointer;
}
.areas__more a {
  display: block;
  padding: 10px 25px;
  color: inherit;
}
@media (any-hover: hover) {
  .areas__more:hover {
    color: var(--color-white);
    background-color: var(--color-black);
  }
}

.area-about {
  padding-bottom: clamp(120px, 7.2916666667vw, 140px);
}
.area-about__title {
  font-family: var(--second-font-family);
  font-size: 46px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 50.6px */
  letter-spacing: -0.92px;
  margin: 0;
  margin-bottom: 40px;
}
@media (max-width: 576px) {
  .area-about__title {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
.area-about__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 576px) {
  .area-about__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.area-about__info-left {
  width: 602px;
}
@media (max-width: 576px) {
  .area-about__info-left {
    width: 100%;
  }
}
.area-about__info-left .info-left-desc {
  font-family: var(--second-font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
  margin: 0;
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .area-about__info-left .info-left-desc {
    font-size: 16px;
    margin-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .area-about__info-left img {
    margin-bottom: 30px;
    width: 100%;
    height: 100%;
  }
}
.area-about__info-right {
  width: 447px;
}
@media (max-width: 576px) {
  .area-about__info-right {
    width: 100%;
  }
}
.area-about__info-right .info-right-title {
  font-family: var(--second-font-family);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 26.4px */
  letter-spacing: -0.24px;
  margin: 0;
  margin-bottom: 20px;
}
.area-about__info-right .info-right-desc {
  font-family: var(--second-font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
  margin: 0;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .area-about__info-right .info-right-desc {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.area-about__info-right .info-right-desc span {
  text-decoration: underline;
}
.area-about__info-right .info-right-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 25px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  border-radius: 90px;
  border: 1px solid #040404;
  font-family: var(--second-font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 21.6px */
  background-color: transparent;
}
@media (max-width: 576px) {
  .area-about__info-right .info-right-button {
    margin: 0 auto;
  }
}

.area-attractiveness {
  padding-top: clamp(120px, 7.2916666667vw, 140px);
  padding-bottom: clamp(154px, 9.4791666667vw, 182px);
}
.area-attractiveness__title {
  font-family: var(--second-font-family);
  font-size: 46px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 50.6px */
  letter-spacing: -0.92px;
  margin: 0;
  margin-bottom: 40px;
}
@media (max-width: 576px) {
  .area-attractiveness__title {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
.area-attractiveness__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 576px) {
  .area-attractiveness__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.area-attractiveness__info-left {
  width: 602px;
}
@media (max-width: 576px) {
  .area-attractiveness__info-left {
    width: 100%;
  }
}
.area-attractiveness__info-left .info-left-desc {
  font-family: var(--second-font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
  margin: 0;
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .area-attractiveness__info-left .info-left-desc {
    font-size: 16px;
  }
}
.area-attractiveness__info-left img {
  width: 100%;
  height: 345px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
  display: block;
}
@media (max-width: 576px) {
  .area-attractiveness__info-left img {
    height: 280px;
    margin-bottom: 30px;
  }
}
.area-attractiveness__info-right {
  width: 447px;
}
@media (max-width: 576px) {
  .area-attractiveness__info-right {
    width: 100%;
  }
}
.area-attractiveness__info-right .info-right-title {
  font-family: var(--second-font-family);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 26.4px */
  letter-spacing: -0.24px;
  margin: 0;
  margin-bottom: 20px;
}
.area-attractiveness__info-right .info-right-desc {
  font-family: var(--second-font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
  margin: 0;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .area-attractiveness__info-right .info-right-desc {
    font-size: 16px;
  }
}
.area-attractiveness__info-right .info-right-desc span {
  text-decoration: underline;
}
.area-attractiveness__info-right .info-right-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 25px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  border-radius: 90px;
  border: 1px solid var(--Black, #040404);
  font-family: var(--second-font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 21.6px */
  background-color: transparent;
}
@media (max-width: 576px) {
  .area-attractiveness__info-right .info-right-button {
    margin: 0 auto;
  }
}

.area-gallery {
  padding: clamp(80px, 5.2083333333vw, 100px) 0;
  overflow: hidden;
}
.area-gallery .container {
  padding: 0;
}
.area-gallery__wrapper {
  position: relative;
  margin: 0 -20px;
}
@media (max-width: 576px) {
  .area-gallery__wrapper {
    margin: 0 -15px;
  }
}
.area-gallery__slider {
  overflow: visible;
}
.area-gallery__slider .swiper-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.area-gallery__slide {
  width: 85%;
  height: 565px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 576px) {
  .area-gallery__slide {
    height: 300px;
    border-radius: 15px;
  }
}
.area-gallery__slide.swiper-slide-active {
  height: 565px;
}
@media (max-width: 576px) {
  .area-gallery__slide.swiper-slide-active {
    height: 350px;
  }
}
.area-gallery__slide:not(.swiper-slide-active) {
  height: 565px;
}
@media (max-width: 576px) {
  .area-gallery__slide:not(.swiper-slide-active) {
    height: 420px;
  }
}
.area-gallery__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: inherit;
}
.area-gallery .swiper-slide img {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0.7;
}
.area-gallery .swiper-slide.swiper-slide-active img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.area-map {
  margin: clamp(120px, 7.2916666667vw, 140px) 0 0;
}
.area-map .container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 602px 447px;
  grid-template-columns: 602px 447px;
  -ms-grid-rows: -webkit-max-content 1fr;
  -ms-grid-rows: max-content 1fr;
  grid-template-rows: -webkit-max-content 1fr;
  grid-template-rows: max-content 1fr;
  gap: 30px 63px;
}
@media (max-width: 1200px) {
  .area-map .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
  }
}
.area-map__top {
  -ms-grid-column: 1;
  grid-column: 1/1;
  -ms-grid-row: 1;
  grid-row: 1/1;
}
.area-map__top p {
  margin: 0;
}
.area-map__map {
  -ms-grid-column: 1;
  grid-column: 1/1;
  -ms-grid-row: 2;
  grid-row: 2/2;
}
@media (max-width: 1200px) {
  .area-map__map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .area-map__map svg {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.area-map__aside {
  -ms-grid-column: 2;
  grid-column: 2/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
}
.area-map__aside p {
  margin: clamp(15px, 2.0833333333vw, 40px) 0 0;
  font-size: 14px;
}
.area-map__aside p:first-of-type {
  margin-top: 0;
}

.area-other {
  padding-bottom: clamp(120px, 7.2916666667vw, 140px);
}
.area-other__title {
  font-family: var(--second-font-family);
  font-size: 46px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 50.6px */
  letter-spacing: -0.92px;
  margin: 0;
  margin-bottom: 40px;
}
@media (max-width: 576px) {
  .area-other__title {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
.area-other__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}
.area-other__cards-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  height: 320px;
  width: 32%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 30px;
  border-radius: 20px;
}
@media (max-width: 576px) {
  .area-other__cards-block {
    width: 100%;
    padding: 20px;
  }
}
.area-other__cards-block .cover-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.area-other__cards-block .cover-bg img {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 20px;
}
.area-other__cards-block:first-child {
  width: 66%;
}
@media (max-width: 576px) {
  .area-other__cards-block:first-child {
    width: 100%;
  }
}
.area-other__cards-block-title {
  color: var(--White, #FFF);
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  font-family: var(--second-font-family);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 26.4px */
  margin-bottom: 10px;
}
.area-other__cards-block-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: var(--second-font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 22.4px */
  color: #FFF;
}
@media (max-width: 576px) {
  .area-other__cards-block-text {
    font-size: 16px;
  }
  .area-other__cards-block-text img {
    width: 24px;
    height: 24px;
  }
}

.area-photo {
  margin: clamp(120px, 7.2916666667vw, 140px) 0 0;
}
.area-photo .container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 350px 1fr;
  grid-template-rows: 350px 1fr;
  gap: 30px 40px;
}
@media (max-width: 768px) {
  .area-photo .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
  }
}
.area-photo__wrapper {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  height: 350px;
}
.area-photo__wrapper img {
  display: block;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 468px) {
  .area-photo__wrapper {
    height: 250px;
  }
  .area-photo__wrapper img {
    border-radius: 15px;
  }
}
.area-photo__left p, .area-photo__right p {
  font-size: 14px;
  line-height: 1.8em;
}
.area-photo__left p:first-of-type, .area-photo__right p:first-of-type {
  margin-top: 0;
}

.area-sale {
  margin: clamp(120px, 7.2916666667vw, 140px) 0 0;
}
.area-sale__projects-title {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: clamp(40px, 2.5vw, 48px);
  text-align: center;
}

body:has(.area-sale) .form-section {
  margin: clamp(120px, 7.2916666667vw, 140px) 0;
}

.case-info {
  margin: clamp(120px, 7.2916666667vw, 140px) 0 0;
}
.case-info__info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 50px;
}
.case-info__info-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 768px) {
  .case-info__info-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}
.case-info__info-title {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 36px;
}
.case-info__info-content {
  max-width: 445px;
}
.case-info__info-content p:first-of-type {
  margin-top: 0;
}
.case-info__info-content p:last-of-type {
  margin-bottom: 0;
}
.case-info__info-content p {
  font-size: 14px;
  line-height: 25px;
}
.case-info__numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: clamp(50px, 7.2916666667vw, 80px) 0 0;
}
@media (max-width: 640px) {
  .case-info__numbers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 60px;
  }
}
.case-info__numbers-number {
  font-size: clamp(96px, 6.6666666667vw, 128px);
}
.case-info__numbers-label {
  font-size: clamp(20px, 1.25vw, 24px);
}
@media (max-width: 460px) {
  .case-info__numbers-label {
    text-transform: uppercase;
  }
}

.dev-single-about-section {
  padding-top: clamp(120px, 7.2916666667vw, 140px);
  padding-bottom: clamp(120px, 7.2916666667vw, 140px);
}
.dev-single-about-section__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-bottom: 40px;
}
@media (max-width: 576px) {
  .dev-single-about-section__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
  }
}
.dev-single-about-section__wrapper .left {
  width: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 576px) {
  .dev-single-about-section__wrapper .left {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    gap: 30px;
  }
}
.dev-single-about-section__wrapper .left .left-title {
  color: #040404;
  font-family: var(--second-font-family);
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 33px */
  letter-spacing: -0.6px;
  margin: 0;
}
.dev-single-about-section__wrapper .left .left-table {
  color: #040404;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: var(--second-font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
}
.dev-single-about-section__wrapper .left .left-table tr {
  margin-bottom: 8px;
}
.dev-single-about-section__wrapper .left .left-table tr td {
  color: #040404;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: var(--second-font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
}
@media (max-width: 576px) {
  .dev-single-about-section__wrapper .left .left-table tr td {
    font-weight: 500;
  }
}
.dev-single-about-section__wrapper .left .left-table tr td:nth-child(2) {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 24px */
}
.dev-single-about-section__wrapper .left .left-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  border-radius: 30px;
  background: var(--Black, #040404);
  color: var(--White, #FFF);
  /* MAIN BTN */
  font-family: var(--second-font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 21.6px */
  width: 225px;
  height: 62px;
}
@media (max-width: 576px) {
  .dev-single-about-section__wrapper .left .left-link {
    width: 100%;
  }
}
.dev-single-about-section__wrapper .right {
  width: 730px;
  height: 375px;
}
@media (max-width: 576px) {
  .dev-single-about-section__wrapper .right {
    width: 100%;
    height: auto;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.dev-single-about-section__wrapper .right .properties-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  border-radius: 20px;
}
@media (max-width: 576px) {
  .dev-single-about-section__wrapper .right .properties-image {
    height: 200px;
  }
}
.dev-single-about-section__descs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media (max-width: 576px) {
  .dev-single-about-section__descs {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
  }
}
.dev-single-about-section__descs p {
  width: 50%;
  color: #040404;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: var(--second-font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
  margin: 0;
}
@media (max-width: 576px) {
  .dev-single-about-section__descs p {
    width: 100%;
    font-size: 16px;
  }
}

.dev-info {
  margin: clamp(120px, 7.2916666667vw, 140px) 0 0;
  margin-bottom: 120px;
}
.dev-info__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media (max-width: 768px) {
  .dev-info__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .dev-info__header-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 15px;
  }
}
.dev-info__header-img {
  overflow: hidden;
  border-radius: 20px;
  width: 65.7%;
}
.dev-info__header-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 768px) {
  .dev-info__header-img {
    width: 100%;
  }
}
.dev-info__header-title {
  font-size: clamp(24px, 1.6666666667vw, 32px);
}
.dev-info__logo {
  overflow: hidden;
  margin: clamp(30px, 2.0833333333vw, 40px) 0 0;
  border-radius: 100%;
  width: 95px;
  height: 95px;
}
.dev-info__logo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 768px) {
  .dev-info__logo {
    margin: 0;
  }
}
.dev-info__info-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 0 0;
  gap: 30px;
}
.dev-info__info-blocks div p {
  margin: 0;
  font-size: 14px;
  line-height: 1.8em;
}
@media (max-width: 768px) {
  .dev-info__info-blocks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
  }
}

body:has(.dev-info) .form-section {
  margin: clamp(120px, 7.2916666667vw, 140px) 0;
}

.single_developer__projects-title {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: clamp(40px, 2.5vw, 48px);
  text-align: center;
}

.dev-single-why-section + .projects-section,
.dev-single-about-section + .projects-section {
  margin-top: 0;
}

.dev-single-why-section {
  padding-bottom: clamp(154px, 7.2916666667vw, 140px);
}
.dev-single-why-section__title {
  color: #040404;
  font-family: var(--second-font-family);
  font-size: 46px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 50.6px */
  letter-spacing: -0.92px;
  margin: 0;
  margin-bottom: 40px;
}
@media (max-width: 576px) {
  .dev-single-why-section__title {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
.dev-single-why-section__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media (max-width: 576px) {
  .dev-single-why-section__wrapper {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.dev-single-why-section__wrapper .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 576px) {
  .dev-single-why-section__wrapper .block {
    gap: 10px;
  }
}
.dev-single-why-section__wrapper .block h3 {
  color: #040404;
  font-family: var(--second-font-family);
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 33px */
  letter-spacing: -0.6px;
  margin: 0;
}
@media (max-width: 576px) {
  .dev-single-why-section__wrapper .block h3 {
    font-size: 24px;
  }
}
.dev-single-why-section__wrapper .block p {
  color: #040404;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: var(--second-font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
  margin: 0;
}
@media (max-width: 576px) {
  .dev-single-why-section__wrapper .block p {
    font-size: 16px;
  }
}

.developers-item {
  position: relative;
  display: block;
  overflow: hidden;
  max-height: 450px;
}
.developers-item img:not(.developers-item__logo) {
  border-radius: 20px;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .developers-item img:not(.developers-item__logo) {
    border-radius: 15px;
  }
}
.developers-item__image-wrapper {
  position: relative;
}
.developers-item__image-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.4);
}
.developers-item__info {
  position: absolute;
  left: clamp(10px, 1.0416666667vw, 20px);
  bottom: clamp(10px, 1.0416666667vw, 20px);
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  font-size: clamp(16px, 1.25vw, 24px);
  color: var(--color-white);
  gap: 10px;
}
.developers-item__logo {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 100%;
  width: 35px;
  height: 35px;
}
@media (any-hover: hover) {
  .developers-item:hover .developers-item__image-wrapper::before {
    background: transparent;
  }
  .developers-item:hover .developers-item__name {
    text-decoration: underline;
  }
}

.developers {
  margin: clamp(120px, 7.2916666667vw, 140px) 0;
}
.developers__title {
  font-weight: 700;
  font-size: clamp(40px, 3.3333333333vw, 64px);
  text-align: center;
}
.developers__list {
  display: -ms-grid;
  display: grid;
  grid-auto-rows: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 40px 0 0;
  gap: clamp(15px, 1.5625vw, 30px);
}
@media (max-width: 991px) {
  .developers__list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.developers__more {
  margin: 40px auto 0;
  border: 1px solid var(--color-black);
  border-radius: 90px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  font-size: 20px;
  color: var(--color-black);
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  cursor: pointer;
}
.developers__more a {
  display: block;
  padding: 10px 25px;
  color: inherit;
}
@media (any-hover: hover) {
  .developers__more:hover {
    color: var(--color-white);
    background-color: var(--color-black);
  }
}

.about-section {
  padding-top: clamp(120px, 7.2916666667vw, 140px);
  padding-bottom: clamp(154px, 9.4791666667vw, 182px);
}
.about-section__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about-section__content p {
  -ms-hyphens: auto;
  hyphens: auto;
  text-indent: 3ch;
}
@media (max-width: 576px) {
  .about-section__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media (max-width: 576px) {
  .about-section__decor-image {
    width: 75px;
    height: 80px;
  }
}
.about-section__text {
  width: 100%;
  max-width: 445px;
  font-size: 14px;
  line-height: 179%;
  color: var(--color-text-dark);
}
@media (max-width: 576px) {
  .about-section__text {
    margin-bottom: 30px;
  }
}

.abouts-section {
  padding-top: clamp(120px, 7.2916666667vw, 140px);
  padding-bottom: clamp(120px, 7.2916666667vw, 140px);
}
.abouts-section__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  gap: 30px;
  margin-bottom: 40px;
  position: relative;
}
.abouts-section__content p {
  -ms-hyphens: auto;
  hyphens: auto;
}
@media (max-width: 576px) {
  .abouts-section__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.abouts-section__decor-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
@media (max-width: 576px) {
  .abouts-section__decor-image {
    width: 75px;
    height: 80px;
  }
}
.abouts-section__text {
  width: 100%;
  max-width: 50%;
  font-size: 14px;
  line-height: 179%;
  color: var(--color-text-dark);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
}
@media (max-width: 576px) {
  .abouts-section__text {
    width: 100%;
    max-width: 100%;
    position: absolute;
    top: 66px;
    left: auto;
  }
}
.abouts-section__text img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  border-radius: 20px;
}
@media (max-width: 576px) {
  .abouts-section__text img {
    height: 240px;
  }
}
@media (max-width: 576px) {
  .abouts-section__text {
    margin-bottom: 30px;
  }
}
.abouts-section__info {
  width: 100%;
  max-width: 50%;
  font-size: 14px;
  line-height: 179%;
  color: var(--color-text-dark);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 576px) {
  .abouts-section__info {
    width: 100%;
    max-width: 100%;
  }
}
.abouts-section__info .section-title {
  font-size: 46px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.92px;
  font-family: var(--second-font-family);
}
@media (max-width: 576px) {
  .abouts-section__info .section-title {
    padding-bottom: 270px;
    font-size: 30px;
  }
}
.abouts-section__info .section-descript {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin: 30px 0;
  font-family: var(--second-font-family);
  width: 445px;
}
@media (max-width: 576px) {
  .abouts-section__info .section-descript {
    width: 100%;
    max-width: 100%;
    font-size: 16px;
  }
}
.abouts-section__info button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 175.734px;
  padding: 15px 25px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  border-radius: 90px;
  color: var(--color-text-dark);
  border: 1px solid var(--color-text-dark);
  background-color: transparent;
  font-family: var(--second-font-family);
  font-weight: 700;
  font-size: 18px;
  font-style: normal;
  line-height: 120%;
}
@media (max-width: 576px) {
  .abouts-section__info button {
    margin: 0 auto;
  }
}
.abouts-section__indicators {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 576px) {
  .abouts-section__indicators {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
  }
}
.abouts-section__indicators .indicators-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  border-radius: 10px;
  background: #F4F4F4;
}
@media (max-width: 576px) {
  .abouts-section__indicators .indicators-blocks {
    width: 50%;
    min-width: 45%;
  }
}
.abouts-section__indicators .indicators-blocks h2 {
  font-family: var(--second-font-family);
  font-size: 46px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.92px;
  margin: 0;
  margin-bottom: 5px;
}
@media (max-width: 576px) {
  .abouts-section__indicators .indicators-blocks h2 {
    font-size: 30px;
    margin: 0;
  }
}
.abouts-section__indicators .indicators-blocks p {
  margin: 0;
  text-align: center;
  font-family: var(--second-font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
}
@media (max-width: 576px) {
  .abouts-section__indicators .indicators-blocks p {
    font-size: 16px;
  }
}

.area-slide {
  position: relative;
}
.area-slide__image {
  display: block;
  border-radius: 20px;
}
.area-slide__image-wrapper {
  position: relative;
}
.area-slide__image-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.4);
}
@media (max-width: 576px) {
  .area-slide__image {
    height: 560px;
  }
}
.area-slide__content {
  position: absolute;
  left: -1px;
  bottom: -1px;
  border-top-right-radius: 20px;
  padding: 40px 40px 5px 5px;
  min-width: clamp(250px, 19.53125vw, 375px);
  background-color: var(--color-bg-light);
}
.area-slide__content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-bottom-left-radius: 20px;
  width: 25px;
  height: 25px;
  -webkit-box-shadow: -10px 10px var(--color-bg-light);
  box-shadow: -10px 10px var(--color-bg-light);
  background-color: transparent;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
@media (max-width: 576px) {
  .area-slide__content::before {
    display: none;
  }
}
.area-slide__content::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border-bottom-left-radius: 20px;
  width: 25px;
  height: 25px;
  -webkit-box-shadow: -10px 10px var(--color-bg-light);
  box-shadow: -10px 10px var(--color-bg-light);
  background-color: transparent;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
@media (max-width: 576px) {
  .area-slide__content::after {
    display: none;
  }
}
@media (max-width: 576px) {
  .area-slide__content {
    left: 50%;
    bottom: 30px;
    border-radius: 20px;
    padding: 35px 40px;
    max-width: 290px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.area-slide__title {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: clamp(24px, 1.6666666667vw, 32px);
  color: var(--color-text-dark);
}
.area-slide__description {
  margin-bottom: 20px;
  color: var(--color-text-dark);
}
.area-slide__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  color: var(--color-text-dark);
}
.area-slide__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 10px;
  border: 1px solid var(--color-text-dark);
  border-radius: 50%;
  width: 24px;
  height: 24px;
}
.area-slide__arrow svg {
  width: 10px;
  height: 10px;
  fill: var(--color-text-dark);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (any-hover: hover) {
  .area-slide:hover .area-slide__image-wrapper::before {
    background: transparent;
  }
  .area-slide:hover .area-slide__link {
    color: var(--color-button-second-hover);
  }
  .area-slide:hover .area-slide__link .area-slide__arrow {
    border-color: var(--color-button-second-hover);
    background-color: var(--color-button-second-hover);
  }
  .area-slide:hover .area-slide__link .area-slide__arrow svg {
    fill: var(--color-text-dark);
  }
}

.areas-section {
  position: relative;
  margin-bottom: clamp(120px, 7.2916666667vw, 140px);
}
.areas-section__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  margin-bottom: 25px;
  padding: 0 var(--container-offset);
  max-width: var(--container-width);
  gap: 30px;
}
.areas-section__fraction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 700;
  font-size: 20px;
  color: var(--color-text-dark);
}
.areas-section__slider-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 15px;
}
@media (max-width: 576px) {
  .areas-section__slider-buttons {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -25px;
    margin: 0 auto;
    max-width: 160px;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
}
.areas-section__slider-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: var(--color-text-dark);
  cursor: pointer;
}
.areas-section__slider-button--next svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (any-hover: hover) {
  .areas-section__slider-button:hover {
    background-color: var(--color-button-second-hover);
  }
  .areas-section__slider-button:hover svg {
    fill: var(--color-text-dark);
  }
}
.areas-section__slider-button.swiper-button-disabled {
  background-color: var(--color-lang-hover);
  cursor: initial;
}
.areas-section__slider-button.swiper-button-disabled svg {
  fill: var(--color-text-light);
}
.areas-section__slider-button-icon {
  fill: var(--color-text-light);
  pointer-events: none;
}
.areas-section__title {
  margin: 0;
}
@media (max-width: 576px) {
  .areas-section__title {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 576px) {
  .areas-section {
    margin-bottom: 160px;
  }
}

.developer-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #d9d9d9;
  border-radius: 20px;
  background-color: var(--color-bg-light);
}
.developer-item__link {
  padding: 46px 28px;
}
.developer-item img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (max-width: 576px) {
  .developer-item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 255px;
    height: 255px;
  }
}
@media (any-hover: hover) {
  .developer-item:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

.developers-section {
  position: relative;
  margin-bottom: 140px;
}
.developers-section__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 25px;
  gap: 30px;
}
.developers-section__archive-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  color: var(--color-text-dark);
}
@media (any-hover: hover) {
  .developers-section__archive-link:hover {
    color: var(--color-button-second-hover);
  }
  .developers-section__archive-link:hover .developers-section__arrow {
    border-color: var(--color-button-second-hover);
    background-color: var(--color-button-second-hover);
  }
  .developers-section__archive-link:hover .developers-section__arrow svg {
    fill: var(--color-text-dark);
  }
}
@media (max-width: 576px) {
  .developers-section__archive-link {
    position: absolute;
    left: 15px;
    bottom: -25px;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
}
.developers-section__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 10px;
  border: 1px solid var(--color-text-dark);
  border-radius: 50%;
  width: 24px;
  height: 24px;
  background-color: var(--color-bg-dark);
}
.developers-section__arrow svg {
  width: 10px;
  height: 10px;
  fill: var(--color-text-light);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.developers-section__title {
  margin-bottom: 0;
}
.developers-section__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media (max-width: 768px) {
  .developers-section__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .developers-section__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: scroll;
    width: 100%;
  }
}
.developers-section .developer-item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.developers-section .developer-item__logo {
  display: block;
  max-width: 100%;
  max-height: 100px;
  width: auto;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 576px) {
  .developers-section {
    margin-bottom: 144px;
  }
}

.form-section {
  margin-bottom: 140px;
  font-family: var(--second-font-family);
}
@media (max-width: 560px) {
  .form-section {
    margin-bottom: 80px;
  }
}
@media (max-width: 576px) {
  .form-section .container {
    padding: 0;
  }
}
.form-section__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 576px) {
  .form-section__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
  }
}
.form-section__title {
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 46px;
  line-height: 110%;
}
@media (max-width: 576px) {
  .form-section__title {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 120%;
  }
}
.form-section__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
}
@media (max-width: 576px) {
  .form-section__text {
    font-size: 16px;
  }
}
.form-section__content {
  max-width: 380px;
}
@media (max-width: 576px) {
  .form-section__content {
    padding: 0 15px;
    max-width: none;
  }
}
.form-section__form-wrapper {
  border-radius: 20px;
  padding: 37px 32px;
  width: 100%;
  max-width: 404px;
  background-color: #f4f4f4;
}
@media (max-width: 576px) {
  .form-section__form-wrapper {
    max-width: none;
  }
}

.hero {
  padding-top: 410px;
  padding-bottom: 115px;
  background-image: url("../img/hero-bg-image.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.hero__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 40px;
  padding-left: 96px;
}
@media (max-width: 768px) {
  .hero__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0;
  }
}
.hero__title {
  position: relative;
  margin: 0;
  max-width: 380px;
  font-weight: 400;
  font-size: clamp(64px, 5vw, 96px);
  line-height: 95%;
  text-transform: uppercase;
  color: var(--color-text-light);
}
.hero__title::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 5px;
  width: clamp(78px, 5.8333333333vw, 112px);
  height: clamp(80px, 5.9895833333vw, 115px);
  background-image: url("../img/star-white.svg");
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}
@media (max-width: 1440px) {
  .hero__title::before {
    left: -15px;
  }
}
@media (max-width: 768px) {
  .hero__title::before {
    left: 0;
    top: -15px;
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }
}
@media (max-width: 576px) {
  .hero__title {
    margin-bottom: 50px;
    max-width: 260px;
  }
}
.hero__content {
  padding-bottom: 25px;
  max-width: 410px;
  font-weight: 400;
  font-size: 14px;
  color: var(--color-text-light);
}
.hero__description {
  margin-bottom: 30px;
  max-width: 390px;
}
.hero__buttons {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.hero__buttons .button-second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
}
.hero__buttons .button-second svg {
  margin-right: 0;
  fill: currentcolor;
}
@media (max-width: 1440px) {
  .hero__buttons .button-second {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .hero__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .hero {
    padding-top: 250px;
  }
}
@media (max-width: 576px) {
  .hero {
    padding-bottom: 140px;
    background-image: url("../img/hero-bg-image--mobile.jpg");
  }
}

.prods-section {
  padding-top: clamp(120px, 7.2916666667vw, 140px);
  padding-bottom: clamp(120px, 7.2916666667vw, 140px);
}
.prods-section__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 2;
  position: relative;
}
@media (max-width: 576px) {
  .prods-section__content {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 576px) {
  .prods-section__decor-image {
    width: 75px;
    height: 80px;
  }
}
.prods-section__text {
  width: 100%;
  max-width: 445px;
  font-size: 14px;
  line-height: 179%;
  color: var(--color-text-dark);
}
.prods-section__text p {
  text-indent: 0;
  margin: 0;
  margin-bottom: 30px;
  color: #040404;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: var(--second-font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
}
.prods-section__text button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
  height: 64px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  border-radius: 35px;
  border: 1px solid var(--Black, #040404);
  background-color: transparent;
}
.prods-section__text button span {
  font-family: var(--second-font-family);
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 24px */
  font-size: 20px;
}
@media (max-width: 576px) {
  .prods-section__text {
    margin-bottom: 30px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.prods-section__info {
  width: 100%;
  max-width: 540px;
  font-size: 14px;
  line-height: 179%;
  color: var(--color-text-dark);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .prods-section__info {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 30px;
  }
}
.prods-section__info .blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 160px;
}
@media (max-width: 576px) {
  .prods-section__info .blocks {
    width: 47%;
  }
}
.prods-section__info .blocks h2 {
  font-family: var(--second-font-family);
  font-size: 46px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 50.6px */
  letter-spacing: -0.92px;
  margin: 0;
}
.prods-section__info .blocks p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin: 0;
  text-align: left;
  text-indent: 0;
  color: #727272;
  font-family: var(--second-font-family);
}
.prods-section .container {
  position: relative;
}
.prods-section .container .cover-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

.project-slide {
  position: relative;
  max-width: 299px;
}
.project-slide__image {
  display: block;
  margin-bottom: 20px;
  border-radius: 20px;
}
.project-slide__image-wrapper {
  position: relative;
}
.project-slide__image-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.4);
}
.project-slide__title {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 24px;
  color: var(--color-text-dark);
}
.project-slide__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  color: var(--color-text-dark);
}
.project-slide__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 10px;
  border: 1px solid var(--color-text-dark);
  border-radius: 50%;
  width: 24px;
  height: 24px;
}
.project-slide__arrow svg {
  width: 10px;
  height: 10px;
  fill: var(--color-text-dark);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (any-hover: hover) {
  .project-slide:hover .project-slide__image-wrapper::before {
    background: transparent;
  }
  .project-slide:hover .project-slide__link {
    color: var(--color-button-second-hover);
  }
  .project-slide:hover .project-slide__link .project-slide__arrow {
    border-color: var(--color-button-second-hover);
    background-color: var(--color-button-second-hover);
  }
  .project-slide:hover .project-slide__link .project-slide__arrow svg {
    fill: var(--color-text-dark);
  }
}
@media (max-width: 768px) {
  .project-slide {
    max-width: 255px;
  }
}

.projects-section {
  margin-bottom: clamp(120px, 7.2916666667vw, 140px);
}
.projects-section__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  margin-bottom: 25px;
  padding: 0 var(--container-offset);
  max-width: var(--container-width);
  gap: 30px;
}
.projects-section__slide {
  display: block;
}
.projects-section__slider-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 15px;
}
.projects-section__slider-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: var(--color-text-dark);
  cursor: pointer;
}
.projects-section__slider-button--next svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (any-hover: hover) {
  .projects-section__slider-button:hover {
    background-color: var(--color-button-second-hover);
  }
  .projects-section__slider-button:hover svg {
    fill: var(--color-text-dark);
  }
}
.projects-section__slider-button.swiper-button-disabled {
  background-color: var(--color-lang-hover);
  cursor: initial;
}
.projects-section__slider-button.swiper-button-disabled svg {
  fill: var(--color-text-light);
}
.projects-section__slider-button-icon {
  fill: var(--color-text-light);
  pointer-events: none;
}
.projects-section__title {
  margin: 0;
}

.project-gallery {
  margin: 0 0 100px;
  font-family: var(--second-font-family);
  position: relative;
}
@media (max-width: 560px) {
  .project-gallery {
    margin: 80px 0;
  }
}
.project-gallery .container {
  position: relative;
}
.project-gallery__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}
.project-gallery__top-title {
  margin: 0 0 15px;
  font-weight: 500;
  font-size: 46px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: var(--color-black);
}
@media (max-width: 560px) {
  .project-gallery__top-title {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 120%;
    text-align: center;
  }
}
.project-gallery__top-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.project-gallery__top-view-button {
  border: 1px solid var(--color-black);
  border-radius: 90px;
  padding: 8px 20px;
  color: var(--color-black);
  background-color: transparent;
  -webkit-transition: 0.2s ease 0s;
  transition: 0.2s ease 0s;
}
@media (max-width: 380px) {
  .project-gallery__top-view-button {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 fit-content;
    flex: 1 1 fit-content;
    /* Минимальная ширина 100px, может расширяться */
    max-width: 100%;
    /* Адаптивность */
  }
}
.project-gallery__top-view-button.active {
  color: var(--color-white);
  background-color: var(--color-black);
}
@media (max-width: 380px) {
  .project-gallery__top-view {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 560px) {
  .project-gallery__top {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
  }
}
.project-gallery-swiper.front-sliderr {
  border-radius: 0 !important;
}
.project-gallery-swiper {
  border-radius: 20px;
  height: 540px;
}
@media (max-width: 560px) {
  .project-gallery-swiper {
    border-radius: 15px;
    height: 400px;
  }
}
.project-gallery-swiper__controls {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-weight: 700;
  font-size: 20px;
  gap: 15px;
}
.project-gallery-swiper__controls.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .project-gallery-swiper__controls {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 5;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 30px;
    width: 100%;
  }
  .project-gallery-swiper__controls .project-gallery-swiper__counter {
    display: none;
  }
}
.project-gallery-swiper__left, .project-gallery-swiper__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  background-color: var(--color-black);
  cursor: pointer;
}
.project-gallery-swiper__left svg, .project-gallery-swiper__right svg {
  fill: var(--color-white);
}
.project-gallery-swiper__right svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.project-gallery-swiper__slide {
  height: 100%;
}
.project-gallery-swiper__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.project-gallery__button-book {
  padding: 15px 32px;
}
.project-gallery__top.absolutes {
  position: absolute !important;
  top: 50%;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 11;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.project-gallery__top.absolutes .project-gallery-swiper__controls {
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.project-gallery__top.absolutes .project-gallery-swiper__slide {
  height: 665px;
}

.project-gallery-swiper {
  display: none;
}

.project-gallery-swiper.visible {
  display: block;
  min-height: 665px;
  height: 80vh;
}

.stat-section {
  margin-bottom: clamp(120px, 7.2916666667vw, 140px);
  padding-bottom: 390px;
  background-image: url("../img/stat-section__bg.jpg");
  background-position: top center;
  background-size: 100%;
  background-repeat: no-repeat;
}
@media (max-width: 576px) {
  .stat-section {
    padding-bottom: 220px;
    background-size: cover;
  }
}
.stat-section__wrapper {
  position: relative;
  top: -42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 20px;
  padding: clamp(57px, 4.2708333333vw, 82px) clamp(60px, 5.3645833333vw, 103px);
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(5px);
}
@media (max-width: 576px) {
  .stat-section__wrapper {
    top: -34px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    gap: 60px;
  }
}
.stat-section__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.stat-section__item-number {
  margin-bottom: 5px;
  font-size: clamp(64px, 5vw, 96px);
  line-height: 88%;
  text-transform: uppercase;
  color: var(--color-text-light);
}
.stat-section__item-text {
  font-size: clamp(20px, 1.25vw, 24px);
  text-transform: uppercase;
  color: var(--color-text-light);
}

.not-found {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 50vh;
}

.about__cases {
  position: relative;
  margin-bottom: clamp(120px, 7.2916666667vw, 140px);
}
.about__cases .area-slide__title {
  margin-bottom: 4px;
}

.about__hero {
  margin-bottom: clamp(120px, 7.2916666667vw, 140px);
  padding-top: 516px;
  padding-bottom: 110px;
  background-image: url("../img/about-hero-bg-image.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 576px) {
  .about__hero {
    padding-top: 575px;
    padding-bottom: 120px;
  }
}
.about__title {
  margin: 0;
  max-width: 780px;
  font-weight: 400;
  font-size: clamp(64px, 5vw, 96px);
  color: var(--color-text-light);
}

.about__history {
  padding-top: clamp(120px, 7.2916666667vw, 140px);
  padding-bottom: clamp(120px, 7.2916666667vw, 140px);
}
.about__history-title {
  color: #040404;
  font-family: var(--second-font-family);
  font-size: 46px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.92px;
}
.about__history .history-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ccc;
  margin-bottom: 40px;
}
.about__history .history-nav .history {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  color: #727272;
  cursor: pointer;
  position: relative;
  font-family: var(--second-font-family);
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 33px */
  letter-spacing: -0.6px;
  padding-bottom: 10px;
}
.about__history .history-nav .history.active {
  color: #000;
}
.about__history .history-nav .history.active::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #000;
}
.about__history .history-content {
  display: none;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 30px;
}
@media (max-width: 576px) {
  .about__history .history-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.about__history .history-content.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about__history .history-content img {
  border-radius: 20px;
  max-width: 540px;
  width: 100%;
  height: 320px;
  display: block;
}
.about__history .history-content .history-text {
  max-width: 540px;
}
.about__history .history-content .history-text h2 {
  color: #040404;
  font-family: var(--second-font-family);
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 33px */
  letter-spacing: -0.6px;
  margin: 0;
  margin-bottom: 20px;
}
.about__history .history-content .history-text p {
  color: #040404;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: var(--second-font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
}

.about__logos {
  padding: clamp(60px, 5vw, 80px) 0;
}
.about__logos .logo-slider {
  overflow: hidden;
  background: #fff;
  padding: 20px 0;
}
.about__logos .logo-slider .logo-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-animation: scroll 20s linear infinite;
  animation: scroll 20s linear infinite;
}
.about__logos .logo-slider .logo-track img {
  height: 140px;
  -o-object-fit: cover;
  object-fit: cover;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 295px;
  padding: 40px 55px;
  border-radius: 20px;
  border: 1px solid var(--Light-gray, #DFDFDF);
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.about__offer-title {
  color: #040404;
  font-family: var(--second-font-family);
  font-size: 46px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 50.6px */
  letter-spacing: -0.92px;
  margin: 0;
  margin-bottom: 40px;
}
@media (max-width: 576px) {
  .about__offer-title {
    font-size: 30px;
  }
}
.about__offer-list {
  padding: 0;
  margin: 0;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
}
.about__offer-list li {
  color: #040404;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: var(--second-font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 20px;
  width: 49%;
}
@media (max-width: 576px) {
  .about__offer-list li {
    font-size: 16px;
    width: 100%;
  }
}
.about__offer-list li svg {
  width: 20px;
  height: 20px;
}
.about__offer-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 25px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  border-radius: 90px;
  border: 1px solid #040404;
  color: #040404;
  font-family: var(--second-font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 21.6px */
  margin: 0 auto;
  background: transparent;
}

.project-similar.reviews {
  margin-bottom: 120px;
  font-family: var(--second-font-family);
}
@media (max-width: 560px) {
  .project-similar.reviews {
    margin-bottom: 60px;
  }
}
.project-similar.reviews__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media (max-width: 560px) {
  .project-similar.reviews__top {
    margin-bottom: 30px;
  }
}
.project-similar.reviews__title {
  margin: 0;
  font-weight: 500;
  font-size: 46px;
  line-height: 110%;
  letter-spacing: -0.02em;
}
@media (max-width: 560px) {
  .project-similar.reviews__title {
    font-size: 30px;
    line-height: 120%;
  }
}
.project-similar.reviews__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 11px;
}
@media (max-width: 560px) {
  .project-similar.reviews__controls {
    display: none;
  }
}
.project-similar.reviews__left, .project-similar.reviews__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  background-color: var(--color-black);
  cursor: pointer;
}
.project-similar.reviews__left svg, .project-similar.reviews__right svg {
  fill: var(--color-white);
}
.project-similar.reviews__right svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.project-similar.reviews__button-all {
  margin-top: 0;
  margin-right: 5px;
  padding: 8px 20px;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
}
.project-similar.reviews__button-all--mobile {
  visibility: hidden;
}
@media (max-width: 560px) {
  .project-similar.reviews__button-all--mobile {
    margin: 30px auto 0;
    visibility: visible;
  }
}
.project-similar.reviews__swiper {
  height: 450px;
}
@media (max-width: 560px) {
  .project-similar.reviews__swiper {
    height: 420px;
  }
}
.project-similar.reviews__swiper-slide {
  overflow: hidden;
  border-radius: 20px;
  height: 100%;
  max-width: 350px;
}
.project-similar.reviews__swiper-slide-info {
  position: absolute;
  bottom: 28px;
  padding: 0 26px;
}
.project-similar.reviews__swiper-slide-info-title {
  margin: 0 0 20px;
  font-weight: 700;
  font-size: 24px;
  line-height: 110%;
  letter-spacing: 0.01em;
  color: var(--color-white);
}
.project-similar.reviews__swiper-slide-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  color: var(--color-white);
}
.project-similar.reviews__swiper-slide-link-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid var(--color-white);
  border-radius: 100%;
  padding: 5px;
  width: 24px;
  height: 24px;
  -webkit-transition: 0.3s 0s ease;
  transition: 0.3s 0s ease;
}
.project-similar.reviews__swiper-slide-link-icon svg {
  fill: var(--color-white);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (any-hover: hover) {
  .project-similar.reviews__swiper-slide:hover .project-similar__image {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .project-similar.reviews__swiper-slide:hover .project-similar__swiper-slide-link-icon {
    border-color: transparent;
    background-color: var(--color-black);
  }
}
@media (max-width: 768px) {
  .project-similar.reviews__swiper-slide {
    max-width: none;
  }
}
.project-similar.reviews__image {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s 0.1s ease;
  transition: 0.5s 0.1s ease;
}
.project-similar.reviews .reviews-wrapper {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 20px;
  border: 1px solid #DFDFDF;
}
.project-similar.reviews .reviews-wrapper .reviews-text {
  margin: 0;
  color: #040404;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: var(--second-font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
}
.project-similar.reviews .reviews-wrapper .reviews-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.project-similar.reviews .reviews-wrapper .reviews-info img {
  display: block;
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50px;
}
.project-similar.reviews .reviews-wrapper .reviews-info .reviews-user-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
}
.project-similar.reviews .reviews-wrapper .reviews-info .reviews-user-info p {
  margin: 0;
  color: #040404;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: var(--second-font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 25.2px */
}
.project-similar.reviews .reviews-wrapper .reviews-info .reviews-user-info span {
  color: #040404;
  font-family: var(--second-font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
}
.project-similar.reviews__reviews-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}
.project-similar.reviews__reviews-user-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}
.project-similar.reviews__reviews-user-info p {
  margin: 0;
  font-weight: 600;
}
.project-similar.reviews__reviews-user-info span {
  font-size: 14px;
  color: gray;
}

.about__statistic {
  margin-bottom: clamp(120px, 7.2916666667vw, 140px);
}
.about__statistic-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: clamp(30px, 3.6458333333vw, 70px);
}
.about__statistic-content p {
  -ms-hyphens: auto;
  hyphens: auto;
  text-indent: 3ch;
}
@media (max-width: 576px) {
  .about__statistic-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 30px;
  }
}
@media (max-width: 576px) {
  .about__statistic-image {
    width: 75px;
    height: 80px;
  }
}
.about__statistic-text {
  width: 100%;
  max-width: 540px;
  font-size: clamp(14px, 1.0416666667vw, 20px);
  line-height: 179%;
  color: var(--color-text-dark);
}
.about__statistic-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 576px) {
  .about__statistic-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 60px;
  }
}
.about__statistic-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.about__statistic-item-number {
  margin-bottom: 5px;
  font-size: clamp(96px, 6.6666666667vw, 128px);
  line-height: 88%;
  text-transform: uppercase;
  color: var(--color-text-dark);
}
.about__statistic-item-text {
  font-size: clamp(20px, 1.25vw, 24px);
  color: var(--color-text-dark);
}

.about__team {
  padding: clamp(60px, 5vw, 80px) 0;
}
.about__team--title {
  color: #040404;
  font-family: var(--second-font-family);
  font-size: 46px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 50.6px */
  letter-spacing: -0.92px;
  margin: 0;
  margin-bottom: 40px;
}
.about__team .cards-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
}
.about__team .cards-wrapper .card {
  width: 350px;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.about__team .cards-wrapper .card img {
  width: 100%;
  height: 310px;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  border-radius: 20px 20px 0 0;
}
.about__team .cards-wrapper .card .info {
  padding: 20px;
}
.about__team .cards-wrapper .card .info p {
  color: #040404;
  font-family: var(--font-family);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
  margin-bottom: 10px;
}
.about__team .cards-wrapper .card .info span {
  color: #727272;
  font-family: var(--font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.about__team .cards-wrapper .card.hidden {
  display: none;
}
.about__team .show-more-btn {
  margin: 0 auto;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 25px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  border-radius: 90px;
  border: 1px solid #040404;
  color: var(--Black, #040404);
  font-family: var(--font-family);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.2px;
  cursor: pointer;
  background: transparent;
}

.page-author {
  padding-top: 170px;
  font-family: var(--second-font-family);
}
.page-author .articles__header {
  margin-bottom: 40px;
  font-weight: 500;
  font-size: 46px;
  line-height: 110%;
  letter-spacing: -0.02em;
}
@media (max-width: 768px) {
  .page-author .articles__header {
    margin-bottom: 30px;
  }
}
@media (max-width: 560px) {
  .page-author .articles__header {
    font-size: clamp(30px, 46px - (560px - 100vw), 46px);
    line-height: 120%;
  }
}
.page-author .articles__wrapper {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  row-gap: 40px;
}
@media (max-width: 450px) {
  .page-author .articles__wrapper a:nth-child(n+4) {
    display: none;
  }
}
@media (max-width: 900px) {
  .page-author .articles__wrapper {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .page-author .articles__wrapper {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .page-author .articles__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 27px;
  }
}
.page-author .articles__item-image {
  height: 260px;
}
@media (max-width: 560px) {
  .page-author .articles__item-image {
    height: clamp(200px, 260px - (560px - 100vw), 260px);
  }
}
@media (max-width: 768px) {
  .page-author {
    padding-top: 120px;
  }
}

.page-contacts__hero {
  margin-bottom: 70px;
  padding-top: 516px;
  padding-bottom: 110px;
  background-image: url("../img/contacts-hero-bg-image.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 576px) {
  .page-contacts__hero {
    padding-top: 575px;
    padding-bottom: 120px;
  }
}
.page-contacts__title {
  margin: 0;
  max-width: 475px;
  font-weight: 400;
  font-size: clamp(64px, 5vw, 96px);
  color: var(--color-text-light);
}

.articles {
  margin-bottom: 140px;
}
.articles__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.articles__wrapper a {
  color: inherit;
}
@media (max-width: 700px) {
  .articles__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 27px;
  }
}
.articles__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  height: 100%;
  max-width: 540px;
  background-color: var(--color-bg-light);
}
@media (any-hover: hover) {
  .articles__item:hover .articles__item-image::before {
    content: "Read article";
  }
}
.articles__item-image {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-mask-image: radial-gradient(circle, white 100%, black 100%); /* Искусная обработка переполнения */
  overflow: hidden;
  border-radius: 12px 12px 0 0;
  height: 280px;
}
.articles__item-image::before {
  position: absolute;
  left: 1px;
  bottom: 0;
  z-index: 1;
  padding: 20px 0;
  width: 102%;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transform: translateX(-2%);
  -ms-transform: translateX(-2%);
  transform: translateX(-2%);
  backdrop-filter: blur(4px);
}
.articles__item-image img {
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  backdrop-filter: blur(0);
}
@media (max-width: 560px) {
  .articles__item-image {
    height: 200px;
  }
}
.articles__item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
}
.articles__item-header svg {
  width: 10px;
  height: 10px;
}
@media (max-width: 560px) {
  .articles__item-header {
    font-size: 16px;
  }
}
.articles__item-date {
  letter-spacing: 0.01em;
}
.articles__item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--color-light-gray);
  border-top: unset;
  border-radius: 0 0 12px 12px;
  padding: 20px;
  height: 100%;
  row-gap: 16px;
}
.articles__item-info p {
  margin: 0;
}
@media (max-width: 560px) {
  .articles__item-info {
    padding-right: 15px;
    padding-bottom: 26px;
  }
}
.articles__item-title {
  font-weight: 500;
  font-size: 22px;
  line-height: 110%;
}
@media (max-width: 560px) {
  .articles__item-title {
    font-size: 18px;
    line-height: 120%;
  }
}
.articles__item-desc {
  display: -webkit-box;
  overflow: hidden;
  max-height: 75px;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media (max-width: 560px) {
  .articles__item-desc {
    font-size: 16px;
  }
}
@media (max-width: 700px) {
  .articles__item {
    max-width: unset;
  }
}
.articles__pagination {
  margin-top: 40px;
}
@media (max-width: 560px) {
  .articles__pagination {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .articles {
    margin-bottom: 80px;
  }
}

.author p {
  margin: 0;
}
.author--small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  margin-bottom: 40px;
}
.author--small .author__portrait {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 10px;
  width: 65px;
  height: 65px;
}
@media (max-width: 768px) {
  .author--small .author__portrait {
    width: 92px;
    height: 92px;
  }
}
.author--small .author__info {
  padding-top: 3px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.author--small .author__info-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  gap: 8px 10px;
}
.author--small .author__info-top svg {
  width: 18px;
  height: 18px;
}
@media (max-width: 768px) {
  .author--small .author__info-top svg {
    display: none;
  }
}
@media (max-width: 768px) {
  .author--small .author__info-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    font-size: 16px;
  }
}
.author--small .author__info-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media (max-width: 768px) {
  .author--small .author__info {
    padding-top: 0;
  }
}
.author--small .author__name a {
  text-decoration: underline;
  color: inherit;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
.author--small .author__job {
  color: var(--color-gray);
}
@media (max-width: 560px) {
  .author--small .author__social-link-icon {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media (max-width: 560px) {
  .author--small .author__social-link {
    width: 30px;
    height: 30px;
  }
}
.author--big {
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -ms-grid-columns: 350px auto;
  grid-template-columns: 350px auto;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
  margin-bottom: 140px;
  padding-right: 17px;
}
.author--big .author__portrait {
  grid-row: 1/-1;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .author--big .author__portrait {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    border-radius: 10px;
  }
}
.author--big .author__info-top {
  margin-bottom: 20px;
}
@media (max-width: 560px) {
  .author--big .author__info-top {
    margin-bottom: 15px;
  }
}
.author--big .author__name {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 46px;
  line-height: 110%;
  letter-spacing: -0.02em;
}
@media (max-width: 560px) {
  .author--big .author__name {
    margin-bottom: 15px;
    font-size: clamp(30px, 46px - (560px - 100vw), 46px);
    line-height: 120%;
  }
}
.author--big .author__job {
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
}
@media (max-width: 500px) {
  .author--big .author__job {
    font-size: 16px;
  }
}
.author--big .author__desc {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  margin-top: 20px;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
}
@media (max-width: 768px) {
  .author--big .author__desc {
    grid-column: 1/-1;
    grid-row: 2/-1;
    margin-top: 30px;
  }
}
@media (max-width: 560px) {
  .author--big .author__desc {
    font-size: 16px;
  }
}
.author--big .author__info-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.author--big .author__social-link {
  display: block;
  width: 30px;
  height: 30px;
}
.author--big .author__social-link-icon {
  width: 100%;
}
@media (max-width: 768px) {
  .author--big {
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    -ms-grid-columns: clamp(165px, 350px - (768px - 100vw), 350px) auto;
    grid-template-columns: clamp(165px, 350px - (768px - 100vw), 350px) auto;
    margin-bottom: 75px;
    padding-right: 0;
  }
}
@media (max-width: 375px) {
  .author--big {
    -ms-grid-columns: clamp(120px, 165px - (370px - 100vw), 165px) auto;
    grid-template-columns: clamp(120px, 165px - (370px - 100vw), 165px) auto;
  }
}

.page-article__navigation {
  margin-bottom: 40px;
}
.page-article__navigation--mobile {
  display: none;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .page-article__navigation--mobile {
    display: block;
    margin-bottom: 10px;
  }
}
.page-article__navigation-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.page-article__navigation-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  width: 24px;
  height: 24px;
}
.page-article__navigation-header {
  position: relative;
  font-weight: 500;
  font-size: 30px;
  line-height: 110%;
  letter-spacing: -0.02em;
}
.page-article__navigation-header::before {
  position: absolute;
  left: 0;
  bottom: -4px;
  border: 1px dashed var(--color-accent);
  width: 100%;
  height: 1px;
}
@media (max-width: 768px) {
  .page-article__navigation-header::before {
    content: "";
  }
}
@media (max-width: 768px) {
  .page-article__navigation-header {
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0;
  }
}
.page-article__navigation-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 30px;
  row-gap: 5px;
}
@media (max-width: 768px) {
  .page-article__navigation-list {
    margin-top: 25px;
    row-gap: 0;
  }
}
.page-article__navigation-item {
  position: relative;
  margin-left: -3px;
  border-left: 3px solid transparent;
  padding: 5px 0 5px 20px;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: inherit;
}
.page-article__navigation-item.active {
  border-left: 3px solid var(--color-black);
  background-color: var(--color-accent);
}
@media (max-width: 768px) {
  .page-article__navigation-item.active {
    border-left: none;
    background: transparent;
  }
}
.page-article__navigation-item::before {
  position: absolute;
  left: 10px;
  top: 50%;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  background-color: var(--color-accent);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .page-article__navigation-item::before {
    content: "";
  }
}
@media (max-width: 768px) {
  .page-article__navigation-item {
    margin-left: 0;
    border: none;
    font-size: 16px;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    text-underline-offset: 2px;
  }
}

h2[id] {
  scroll-margin-top: calc(50rem + 10px);
}

.page-good-to-know {
  padding-top: 140px;
  font-family: var(--second-font-family);
}
.page-good-to-know__top {
  margin-bottom: 40px;
}
@media (max-width: 560px) {
  .page-good-to-know__top {
    margin-bottom: 30px;
  }
}
.page-good-to-know .breads {
  margin-bottom: 20px;
}
.page-good-to-know__title {
  margin: 0;
  margin-bottom: 30px;
  font-weight: 500;
  font-size: clamp(34px, 3.3333333333vw, 64px);
  line-height: 110%;
  letter-spacing: -0.02em;
}
@media (max-width: 560px) {
  .page-good-to-know__title {
    line-height: 120%;
    letter-spacing: -0.01em;
  }
}
.page-good-to-know__filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  overflow-x: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  gap: 10px 20px;
  text-wrap: nowrap;
}
@media (max-width: 560px) {
  .page-good-to-know__filters {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
}
.page-good-to-know__filters::-webkit-scrollbar {
  display: none;
}
.page-good-to-know__filter {
  border: 1px solid var(--color-black);
  border-radius: 90px;
  padding: 8px 20px;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: var(--color-text-dark);
  background-color: transparent;
  -webkit-transition: 0.1s 0s ease-in;
  transition: 0.1s 0s ease-in;
  cursor: pointer;
}
.page-good-to-know__filter.active {
  border-color: transparent;
  color: var(--color-text-light);
  background-color: var(--color-black);
}
@media (any-hover: hover) {
  .page-good-to-know__filter:hover {
    border-color: transparent;
    color: var(--color-text-light);
    background-color: var(--color-black);
  }
}
@media (max-width: 560px) {
  .page-good-to-know__filter {
    padding: 6px 20px;
    font-size: 16px;
  }
}
@media (max-width: 560px) {
  .page-good-to-know {
    padding-top: 120px;
  }
}

.page-article {
  font-family: var(--second-font-family);
}
.page-article__hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 599px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-article__hero-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 120px;
  padding-bottom: 60px;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
  row-gap: 40px;
}
@media (max-width: 560px) {
  .page-article__hero-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    margin-left: -3px;
    padding-top: 121px;
    padding-bottom: 380px;
    text-shadow: unset;
    row-gap: 20px;
  }
}
.page-article__hero-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  font-size: clamp(16px, 20px - (560px - 100vw), 20px);
  line-height: 120%;
  color: var(--color-text-light);
}
.page-article__hero-bottom svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}
@media (max-width: 560px) {
  .page-article__hero-bottom svg {
    width: 16px;
    height: 16px;
    fill: var(--color-gray);
  }
}
@media (max-width: 560px) {
  .page-article__hero-bottom {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    font-weight: 400;
    line-height: 140%;
    color: var(--color-gray);
  }
}
.page-article__hero-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-article__hero-date svg {
  width: 24px;
  height: 24px;
  fill: transparent;
  stroke: #fff;
  stroke-width: 2px;
}
@media (max-width: 560px) {
  .page-article__hero-date svg {
    width: 20px;
    height: 20px;
    stroke: var(--color-gray);
    stroke-width: 1px;
  }
}
@media (min-width: 2000px) {
  .page-article__hero {
    background-position: center;
    background-size: cover;
  }
}
@media (max-width: 1070px) {
  .page-article__hero {
    background-position: center;
    background-size: cover;
  }
}
@media (max-width: 560px) {
  .page-article__hero {
    display: block;
    min-height: 545px;
    background-position: bottom;
    background-size: auto 350px;
  }
}
.page-article__title {
  margin: 0;
  font-weight: 500;
  font-size: clamp(34px, 64px - (940px - 100vw), 64px);
  line-height: 110%;
  letter-spacing: -0.02em;
  text-align: center;
  color: var(--color-text-light);
}
@media (max-width: 560px) {
  .page-article__title {
    line-height: 120%;
    letter-spacing: -0.01em;
    text-align: left;
    color: var(--color-text-dark);
  }
}
.page-article__body {
  margin-top: 70px;
  margin-bottom: clamp(80px, 140px - (768px - 100vw), 140px);
}
@media (max-width: 560px) {
  .page-article__body {
    margin-top: 30px;
  }
}
.page-article__breads {
  margin-bottom: 40px;
}
@media (max-width: 560px) {
  .page-article__breads {
    margin-bottom: 30px;
  }
}
.page-article__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .page-article__wrapper {
    display: block;
  }
}
.page-article__side-panel {
  max-width: 285px;
}
@media (max-width: 768px) {
  .page-article__side-panel {
    display: none;
  }
}
.page-article__similar {
  margin-bottom: 0;
}
.page-article__similar-header {
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 30px;
  line-height: 110%;
  letter-spacing: -0.02em;
}
.page-article__similar .articles__wrapper {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
.page-article__similar .articles__wrapper .articles__item {
  overflow: visible;
  border: none;
}
.page-article__similar .articles__wrapper .articles__item-image {
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  height: 203px;
}
.page-article__similar .articles__wrapper .articles__item-image::before {
  padding: 5px 0;
}
.page-article__similar .articles__wrapper .articles__item-info {
  border: 1px solid var(--color-light-gray);
  border-top: none;
  border-radius: 0 0 10px 10px;
  font-size: 20px;
  line-height: 120%;
  row-gap: 10px;
}
.page-article__similar .articles__wrapper .articles__item-title {
  font-size: 20px;
  letter-spacing: -0.04em;
}
.page-article__similar .articles__wrapper .articles__item-desc {
  display: none;
}
.page-article__similar-swiper {
  display: none;
  margin-top: 80px;
}
.page-article__similar-swiper .swiper {
  margin-right: -15px;
  height: 500px;
}
@media (max-width: 560px) {
  .page-article__similar-swiper .swiper {
    height: 410px;
  }
}
.page-article__similar-swiper .swiper-slide {
  overflow: hidden;
}
.page-article__similar-swiper .swiper-slide .articles__item {
  max-width: unset;
  color: var(--color-text-dark);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 768px) {
  .page-article__similar-swiper {
    display: block;
  }
}
.page-article__similar-more {
  margin-top: 30px;
  padding: 8px 20px;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
}
@media (max-width: 560px) {
  .page-article__similar {
    display: none;
  }
}
.page-article__content {
  max-width: 765px;
  font-weight: 500;
  letter-spacing: -0.04em;
  color: var(--color-text-dark);
}
.page-article__content p {
  margin: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0;
}
@media (max-width: 375px) {
  .page-article__content p {
    font-size: 16px;
  }
}
.page-article__content p:not(:last-child) {
  margin-bottom: 27px;
}
@media (max-width: 375px) {
  .page-article__content p:not(:last-child) {
    margin-bottom: 18px;
  }
}
.page-article__content .wp-block-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 30px;
  row-gap: 18px;
}
.page-article__content .wp-block-group p {
  margin: 0;
}
@media (max-width: 375px) {
  .page-article__content .wp-block-group {
    margin-bottom: 20px;
  }
}
.page-article__content h2, .page-article__content h3, .page-article__content h4, .page-article__content h5, .page-article__content h6 {
  margin: 0;
  font-weight: inherit;
  letter-spacing: inherit;
}
.page-article__content h2 {
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 110%;
}
@media (max-width: 375px) {
  .page-article__content h2 {
    margin-bottom: 20px;
  }
}
.page-article__content h2:not(:first-child) {
  margin-top: 40px;
}
.page-article__content h3 {
  margin-bottom: 20px;
  font-size: 24px;
  letter-spacing: -0.01em;
}
@media (max-width: 375px) {
  .page-article__content h3 {
    font-size: 18px;
    letter-spacing: 0;
  }
}
.page-article__content h4, .page-article__content h5, .page-article__content h6 {
  margin-bottom: 10px;
  font-size: 18px;
  letter-spacing: -0.01em;
}
.page-article__content ul, .page-article__content ol, .page-article__content li {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0;
}
@media (max-width: 375px) {
  .page-article__content ul, .page-article__content ol, .page-article__content li {
    font-size: 16px;
  }
}
.page-article__content figure {
  margin-bottom: 0;
}
.page-article__content img {
  margin-bottom: 40px;
  border-radius: 20px;
}
@media (max-width: 375px) {
  .page-article__content img {
    border-radius: 15px;
  }
}

.projects-archive__hero {
  margin-bottom: clamp(120px, 7.2916666667vw, 140px);
  padding-top: 516px;
  padding-bottom: 110px;
  background-image: url("../img/projects-hero-bg-image.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 576px) {
  .projects-archive__hero {
    padding-top: 575px;
    padding-bottom: 120px;
  }
}
.projects-archive__title {
  margin: 0;
  max-width: 475px;
  font-weight: 400;
  font-size: clamp(64px, 5vw, 96px);
  color: var(--color-text-light);
}
.projects-archive__wrapper {
  margin-bottom: clamp(120px, 7.2916666667vw, 140px);
}
.projects-archive__section-title {
  margin: 0;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: clamp(40px, 2.5vw, 48px);
  text-align: center;
  color: var(--color-text-dark);
}
.projects-archive__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 40px;
  gap: 30px;
}
@media (max-width: 768px) {
  .projects-archive__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
.projects-archive__item {
  position: relative;
  display: block;
}
@media (any-hover: hover) {
  .projects-archive__item:hover .projects-archive__image {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .projects-archive__item:hover .projects-archive__arrow-icon {
    border-color: transparent;
  }
  .projects-archive__item:hover .projects-archive__link {
    color: var(--color-button-second-hover);
  }
  .projects-archive__item:hover .projects-archive__link .projects-archive__arrow {
    border-color: var(--color-black);
    background-color: var(--color-black);
  }
  .projects-archive__item:hover .projects-archive__link .projects-archive__arrow svg {
    fill: var(--color-white);
  }
}
.projects-archive__image {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s 0.1s ease;
  transition: 0.5s 0.1s ease;
}
.projects-archive__image-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.projects-archive__info {
  position: absolute;
  left: 26px;
  bottom: 24px;
  z-index: 20;
  max-width: 250px;
}
@media (max-width: 576px) {
  .projects-archive__info {
    inset: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px;
  }
}
.projects-archive__name {
  margin: 0;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: clamp(20px, 1.25vw, 24px);
  color: var(--color-text-light);
}
.projects-archive__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  color: var(--color-text-light);
}
@media (any-hover: hover) {
  .projects-archive__link:hover {
    color: var(--color-text-dark);
  }
  .projects-archive__link:hover .projects-archive__arrow {
    border-color: var(--color-text-dark);
    background-color: var(--color-text-dark);
  }
  .projects-archive__link:hover .projects-archive__arrow svg {
    fill: var(--color-text-light);
  }
}
.projects-archive__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 10px;
  border: 1px solid var(--color-text-light);
  border-radius: 50%;
  height: 24px;
  min-width: 24px;
}
.projects-archive__arrow svg {
  width: 10px;
  height: 10px;
  fill: var(--color-text-light);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.projects-archive__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.projects-archive__more-link {
  border: 1px solid var(--color-text-dark);
  border-radius: 90px;
  padding: 10px 25px;
  font-weight: 700;
  font-size: 20px;
  color: var(--color-text-dark);
}
@media (any-hover: hover) {
  .projects-archive__more-link:hover {
    border-color: var(--color-accent);
    background-color: var(--color-accent);
  }
}
.projects-archive__more-link:active {
  color: var(--color-text-light);
  background-color: #656159;
}

html[lang=ru-RU] .projects-archive__title {
  font-size: clamp(50px, 5vw, 96px);
}

.project-amenities {
  margin: 140px 0;
  font-family: var(--second-font-family);
}
@media (max-width: 560px) {
  .project-amenities {
    margin: 80px 0;
  }
}
.project-amenities__title {
  margin: 0 0 40px;
  font-weight: 500;
  font-size: 46px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: var(--color-black);
}
@media (max-width: 560px) {
  .project-amenities__title {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 120%;
  }
}
.project-amenities__list {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 10px 20px;
}
@media (max-width: 768px) {
  .project-amenities__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media (max-width: 560px) {
  .project-amenities__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 10px 0;
  }
}
.project-amenities__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
}
.project-amenities__list-item::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url("../img/svg/check-mark.svg");
}
@media (max-width: 560px) {
  .project-amenities__list-item {
    font-size: 18px;
  }
}

.project-description {
  padding-top: clamp(120px, 7.2916666667vw, 140px);
  padding-bottom: clamp(120px, 7.2916666667vw, 140px);
}
.project-description__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media (max-width: 576px) {
  .project-description__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 50px;
  }
}
.project-description__block h3 {
  width: 445px;
  color: #040404;
  font-family: var(--second-font-family);
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 33px */
  letter-spacing: -0.6px;
  margin: 0;
}
@media (max-width: 576px) {
  .project-description__block h3 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
.project-description__block p {
  color: #040404;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: var(--second-font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
  width: 540px;
  margin: 0;
}
@media (max-width: 576px) {
  .project-description__block p {
    font-size: 14px;
    width: 100%;
  }
}
.project-description__block:last-child {
  margin-bottom: 0;
}

.project-developer {
  margin-bottom: 120px;
  font-family: var(--second-font-family);
}
@media (max-width: 560px) {
  .project-developer {
    margin-bottom: 60px;
  }
}
.project-developer__title {
  margin: 0 0 40px;
  font-weight: 500;
  font-size: 46px;
  line-height: 110%;
  letter-spacing: -0.02em;
}
@media (max-width: 560px) {
  .project-developer__title {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 120%;
  }
}
.project-developer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 560px) {
  .project-developer__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px 0;
  }
}
.project-developer__image {
  overflow: hidden;
  border-radius: 20px;
  height: 356px;
  background-color: var(--color-bg-gray);
}
.project-developer__image img {
  height: 100%;
}
@media (max-width: 560px) {
  .project-developer__image {
    height: 200px;
  }
}
.project-developer__info {
  max-width: 445px;
}
.project-developer__info-wrapper {
  margin: 0 0 22px;
}
@media (max-width: 560px) {
  .project-developer__info-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    margin-bottom: 20px;
  }
}
.project-developer__info-header {
  margin: 0 0 40px;
  max-width: 350px;
  font-weight: 500;
  font-size: 30px;
  line-height: 110%;
  letter-spacing: -0.01em;
}
@media (max-width: 560px) {
  .project-developer__info-header {
    margin-bottom: 0;
    max-width: 240px;
    font-size: 20px;
    line-height: 120%;
  }
}
.project-developer__info-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
}
.project-developer__info-text p {
  margin: 0;
}
@media (max-width: 560px) {
  .project-developer__info-text {
    font-size: 16px;
  }
}
.project-developer__logo {
  display: block;
  overflow: hidden;
}
@media (max-width: 560px) {
  .project-developer__logo {
    width: 75px;
    height: 75px;
  }
}

.project-floor-plans {
  margin: 0 0 140px;
  font-family: var(--second-font-family);
}
@media (max-width: 560px) {
  .project-floor-plans {
    margin-bottom: 80px;
  }
}
.project-floor-plans .container {
  position: relative;
}
@media (max-width: 468px) {
  .project-floor-plans__image {
    height: 360px;
  }
}
.project-floor-plans__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media (max-width: 560px) {
  .project-floor-plans__top-left {
    width: 100%;
  }
}
.project-floor-plans__top-title {
  margin: 0 0 13px;
  font-weight: 500;
  font-size: 46px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: var(--color-black);
}
@media (max-width: 560px) {
  .project-floor-plans__top-title {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 120%;
    text-align: center;
  }
}
.project-floor-plans__top-rooms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (max-width: 560px) {
  .project-floor-plans__top-rooms-button .desc-title {
    display: none;
  }
}
.project-floor-plans__top-rooms-button .mob-title {
  display: none;
}
@media (max-width: 560px) {
  .project-floor-plans__top-rooms-button .mob-title {
    display: inline-block;
  }
}
@media (max-width: 560px) {
  .project-floor-plans__top-rooms-button {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 fit-content;
    flex: 1 1 fit-content;
    overflow: hidden;
    max-width: 100%;
    /* Адаптивность */
  }
}
@media (max-width: 375px) {
  .project-floor-plans__top-rooms-button {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    text-wrap: nowrap;
  }
}
.project-floor-plans__top-rooms-button.active {
  color: var(--color-white);
  background-color: var(--color-black);
}
@media (max-width: 560px) {
  .project-floor-plans__top-rooms {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-grid-column-align: center;
    justify-self: center;
    gap: 20px 10px;
  }
}
@media (max-width: 560px) {
  .project-floor-plans__top {
    margin-bottom: 30px;
  }
}
.project-floor-plans__controls {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-weight: 700;
  font-size: 20px;
  gap: 11px;
}
@media (max-width: 768px) {
  .project-floor-plans__controls {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 5;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 30px;
    width: 100%;
  }
  .project-floor-plans__controls .project-floor-plans__counter {
    display: none;
  }
}
.project-floor-plans__left, .project-floor-plans__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  background-color: var(--color-black);
  cursor: pointer;
}
.project-floor-plans__left svg, .project-floor-plans__right svg {
  fill: var(--color-white);
}
.project-floor-plans__right svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.project-floor-plans__swiper-wrapper {
  outline: 1px solid var(--color-light-gray);
  border-radius: 20px;
  height: 500px;
}
@media (max-width: 560px) {
  .project-floor-plans__swiper-wrapper {
    border-radius: 15px;
    height: 360px;
  }
}
.project-floor-plans__slide {
  height: 100%;
}
.project-floor-plans__slide img {
  width: 100%;
  height: 100%;
}

.project-info {
  position: relative;
  padding: 120px 0 0;
  min-height: 700px;
  font-family: var(--second-font-family);
}
.project-info .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 980px) {
  .project-info .container {
    display: block;
  }
}
.project-info .breads {
  margin-bottom: 10px;
}
.project-info__cover {
  position: sticky;
  top: 0;
  overflow: hidden;
  border-radius: 20px;
  padding-right: 20px;
  height: 700px;
}
.project-info__cover img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .project-info__cover {
    width: 47vw;
  }
}
@media (max-width: 980px) {
  .project-info__cover {
    position: static;
    margin-left: -20px;
    border-bottom-right-radius: 0;
    width: 100vw;
    height: 520px;
  }
}
@media (max-width: 560px) {
  .project-info__cover {
    overflow-x: visible;
    margin-left: -15px;
  }
}
.project-info__info-wrapper {
  max-width: 540px;
}
@media (max-width: 1024px) {
  .project-info__info-wrapper {
    max-width: 480px;
  }
}
@media (max-width: 980px) {
  .project-info__info-wrapper {
    margin: 35px 0 0;
    max-width: unset;
  }
}
.project-info__title {
  font-weight: 700;
  font-size: clamp(40px, 3.3333333333vw, 64px);
}
.project-info__subtitle {
  margin: 5px 0 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
}
@media (max-width: 560px) {
  .project-info__subtitle {
    font-weight: 400;
  }
}
.project-info__connection-btn {
  display: block;
  margin: clamp(35px, 2.0833333333vw, 40px) 0 0;
  border: 1px solid var(--color-black);
  border-radius: 35px;
  padding: 20px 60px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
@media (max-width: 468px) {
  .project-info__connection-btn {
    width: 100%;
    text-align: center;
  }
}
.project-info__materials-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 5px 0 0;
  border: 1px solid var(--color-black);
  border-radius: 20px;
  padding: 16.6px 0;
  width: 100%;
  font-size: 16px;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  gap: 10px;
}
.project-info__materials-button svg {
  fill: var(--color-white);
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
@media (any-hover: hover) {
  .project-info__materials-button:hover svg {
    fill: var(--color-black);
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
  }
}
.project-info__materials-button:active svg {
  fill: var(--color-black);
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
@media (max-width: 768px) {
  .project-info {
    padding: 0;
  }
}

.project-info__details {
  margin: clamp(35px, 2.0833333333vw, 40px) 0 0;
}
.project-info__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 8px 0 0;
  gap: 28px;
}
.project-info__detail-label {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 130px;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  text-wrap: nowrap;
}
.project-info__detail-data {
  font-weight: 700;
  text-decoration: underline;
  color: var(--color-black);
}

.project-info__prices {
  margin: clamp(35px, 2.0833333333vw, 40px) 0 0;
}
.project-info__prices-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media (max-width: 768px) {
  .project-info__prices-inner {
    gap: 5px;
  }
}
.project-info__price {
  border-radius: 20px;
  padding: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: var(--color-deep-gray);
}
.project-info__price-value {
  font-weight: 700;
  font-size: 46px;
  line-height: 100%;
}
@media (max-width: 560px) {
  .project-info__price-value {
    font-size: 36px;
    line-height: 120%;
  }
}
.project-info__price-label {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  text-transform: lowercase;
}
@media (max-width: 560px) {
  .project-info__price-label {
    font-size: 14px;
    line-height: 120%;
  }
}
.project-info__prices-disclaimer {
  margin: 10px 0 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: var(--color-gray);
}
@media (max-width: 560px) {
  .project-info__prices-disclaimer {
    font-size: 14px;
    line-height: 120%;
  }
}

.project-info__attributes {
  margin: clamp(35px, 2.0833333333vw, 40px) 0 0;
}
.project-info__tab-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.project-info__tab-button {
  position: relative;
  border: none;
  padding: 0;
  font-weight: 700;
  font-size: 20px;
  color: var(--color-black);
  background-color: transparent;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  cursor: pointer;
}
.project-info__tab-button::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -9px;
  width: 100%;
  height: 2px;
  background-color: var(--color-black);
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.project-info__tab-button:not(.active) {
  color: #727272;
}
.project-info__tab-button:not(.active)::after {
  background-color: transparent;
}
.project-info__tabs {
  position: relative;
}
.project-info__tab {
  position: absolute;
  left: 0;
  top: 0;
  margin: 20px 0 0;
  width: 100%;
  min-height: 370px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  pointer-events: none;
}
.project-info__tab.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.project-info__tab:last-child p {
  font-size: 18px;
  line-height: 140%;
}
.project-info__about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
}
.project-info__about-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 20px;
  padding: 15px;
  width: 100%;
  background-color: var(--color-deep-gray);
}
.project-info__about-item-label {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  text-wrap: nowrap;
}
.project-info__about-item-value {
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  text-align: right;
}

.project-location {
  margin-bottom: 140px;
  font-family: var(--second-font-family);
}
@media (max-width: 560px) {
  .project-location {
    margin-bottom: 80px;
  }
}
.project-location__title {
  margin: 0 0 40px;
  font-weight: 500;
  font-size: 46px;
  line-height: 110%;
  letter-spacing: -0.02em;
}
@media (max-width: 560px) {
  .project-location__title {
    font-size: 30px;
    line-height: 120%;
  }
}
.project-location__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 560px) {
  .project-location__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px 0;
  }
}
.project-location__info {
  border-radius: 20px;
  padding: 40px 30px;
  width: 100%;
  max-width: 445px;
  background-color: var(--color-bg-gray);
}
@media (max-width: 560px) {
  .project-location__info {
    padding: 12px 15px;
    width: 100%;
    max-width: unset;
  }
}
.project-location__text {
  margin: 0 0 30px;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
}
@media (max-width: 560px) {
  .project-location__text {
    margin-bottom: 20px;
    font-size: 16px;
  }
}
.project-location__advantages {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 20px;
}
.project-location__advantages-item-value {
  margin: 0;
  font-weight: 500;
  font-size: 30px;
  line-height: 110%;
}
@media (max-width: 560px) {
  .project-location__advantages-item-value {
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 120%;
  }
}
.project-location__advantages-item-desc {
  margin: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
}
@media (max-width: 560px) {
  .project-location__advantages-item-desc {
    font-size: 16px;
  }
}
@media (max-width: 560px) {
  .project-location__advantages {
    gap: 20px 15px;
  }
}
.project-location__map {
  overflow: hidden;
  border-radius: 20px;
  height: 366px;
  max-width: 634px;
}

.project-master-plan {
  margin: 0 0 140px;
  font-family: var(--second-font-family);
}
@media (max-width: 560px) {
  .project-master-plan {
    margin-bottom: 80px;
  }
}
.project-master-plan__title {
  margin: 0 0 40px;
  font-weight: 500;
  font-size: 46px;
  line-height: 110%;
  letter-spacing: -0.02em;
}
@media (max-width: 560px) {
  .project-master-plan__title {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 120%;
  }
}
.project-master-plan__image {
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 20px;
  width: 100%;
  height: 480px;
  background-color: var(--color-bg-gray);
}
.project-master-plan__image img {
  height: 100%;
}
@media (max-width: 560px) {
  .project-master-plan__image {
    margin-bottom: 20px;
    height: 360px;
  }
}
.project-master-plan__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.project-master-plan__cols-item {
  max-width: 540px;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
}
@media (max-width: 560px) {
  .project-master-plan__cols-item {
    font-size: 16px;
  }
}
@media (max-width: 560px) {
  .project-master-plan__cols-item:first-child {
    position: relative;
  }
  .project-master-plan__cols-item:first-child::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3em;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.4)), to(rgba(255, 255, 255, 0.8)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.8) 100%);
  }
}
@media (max-width: 560px) {
  .project-master-plan__cols-item:not(:first-child) {
    display: none;
  }
}
@media (max-width: 560px) {
  .project-master-plan__cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px 0;
  }
}
@media (max-width: 560px) {
  .project-master-plan__cols.active .project-master-plan__cols-item:first-child::before {
    content: none;
  }
}
@media (max-width: 560px) {
  .project-master-plan__cols.active .project-master-plan__cols-item:not(:first-child) {
    display: block;
  }
}
.project-master-plan__show-more {
  display: none;
  margin-top: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  text-decoration: underline;
  color: var(--color-black);
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
@media (max-width: 560px) {
  .project-master-plan__show-more {
    display: block;
  }
}
.project-master-plan__show-more.hidden {
  display: none;
}

.project-payment-plan {
  margin-bottom: 140px;
  font-family: var(--second-font-family);
}
@media (max-width: 560px) {
  .project-payment-plan {
    margin-bottom: 80px;
  }
}
.project-payment-plan__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .project-payment-plan__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
  }
}
.project-payment-plan__title {
  margin: 0;
  font-weight: 500;
  font-size: 46px;
  line-height: 110%;
  letter-spacing: -0.02em;
}
@media (max-width: 560px) {
  .project-payment-plan__title {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 30px;
    line-height: 120%;
  }
}
.project-payment-plan__desc {
  margin: 0;
  width: 100%;
  max-width: 540px;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
}
@media (max-width: 560px) {
  .project-payment-plan__desc {
    font-size: 16px;
  }
}
.project-payment-plan__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}
.project-payment-plan__cols-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid var(--color-light-gray);
  border-radius: 10px;
  padding: 30px 0;
  width: 100%;
  max-width: 350px;
}
.project-payment-plan__cols-item-value {
  margin: 0;
  font-weight: 500;
  font-size: 46px;
  line-height: 110%;
}
@media (max-width: 560px) {
  .project-payment-plan__cols-item-value {
    font-size: 30px;
    line-height: 120%;
  }
}
.project-payment-plan__cols-item-title {
  margin: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
}
@media (max-width: 560px) {
  .project-payment-plan__cols-item-title {
    font-size: 16px;
  }
}
@media (max-width: 560px) {
  .project-payment-plan__cols-item {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    padding: 25px 20px;
    max-width: unset;
  }
}
@media (max-width: 560px) {
  .project-payment-plan__cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 10px;
    row-gap: 15px;
  }
}
.project-payment-plan__footnote {
  margin: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
}
@media (max-width: 560px) {
  .project-payment-plan__footnote {
    font-size: 16px;
    color: var(--color-gray);
  }
}

.project-similar {
  margin-bottom: 120px;
  font-family: var(--second-font-family);
}
@media (max-width: 560px) {
  .project-similar {
    margin-bottom: 60px;
  }
}
.project-similar__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media (max-width: 560px) {
  .project-similar__top {
    margin-bottom: 30px;
  }
}
.project-similar__title {
  margin: 0;
  font-weight: 500;
  font-size: 46px;
  line-height: 110%;
  letter-spacing: -0.02em;
}
@media (max-width: 560px) {
  .project-similar__title {
    font-size: 30px;
    line-height: 120%;
  }
}
.project-similar__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 11px;
}
@media (max-width: 560px) {
  .project-similar__controls {
    display: none;
  }
}
.project-similar__left, .project-similar__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  background-color: var(--color-black);
  cursor: pointer;
}
.project-similar__left svg, .project-similar__right svg {
  fill: var(--color-white);
}
.project-similar__button-all {
  margin-top: 0;
  margin-right: 5px;
  padding: 8px 20px;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
}
.project-similar__button-all--mobile {
  visibility: hidden;
}
@media (max-width: 560px) {
  .project-similar__button-all--mobile {
    margin: 30px auto 0;
    visibility: visible;
  }
}
.project-similar__swiper {
  height: 450px;
}
@media (max-width: 560px) {
  .project-similar__swiper {
    height: 420px;
  }
}
.project-similar__swiper-slide {
  overflow: hidden;
  border-radius: 20px;
  height: 100%;
  max-width: 350px;
}
.project-similar__swiper-slide-info {
  position: absolute;
  bottom: 28px;
  padding: 0 26px;
}
.project-similar__swiper-slide-info-title {
  margin: 0 0 20px;
  font-weight: 700;
  font-size: 24px;
  line-height: 110%;
  letter-spacing: 0.01em;
  color: var(--color-white);
}
.project-similar__swiper-slide-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  color: var(--color-white);
}
.project-similar__swiper-slide-link-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid var(--color-white);
  border-radius: 100%;
  padding: 5px;
  width: 24px;
  height: 24px;
  -webkit-transition: 0.3s 0s ease;
  transition: 0.3s 0s ease;
}
.project-similar__swiper-slide-link-icon svg {
  fill: var(--color-white);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (any-hover: hover) {
  .project-similar__swiper-slide:hover .project-similar__image {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .project-similar__swiper-slide:hover .project-similar__swiper-slide-link-icon {
    border-color: transparent;
    background-color: var(--color-black);
  }
}
@media (max-width: 768px) {
  .project-similar__swiper-slide {
    max-width: none;
  }
}
.project-similar__image {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s 0.1s ease;
  transition: 0.5s 0.1s ease;
}

.project-gallery {
  margin: 0 0 100px;
  font-family: var(--second-font-family);
}
@media (max-width: 560px) {
  .project-gallery {
    margin: 80px 0;
  }
}
.project-gallery .container {
  position: relative;
}
.project-gallery__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}
.project-gallery__top-title {
  margin: 0 0 15px;
  font-weight: 500;
  font-size: 46px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: var(--color-black);
}
@media (max-width: 560px) {
  .project-gallery__top-title {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 120%;
    text-align: center;
  }
}
.project-gallery__top-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.project-gallery__top-view-button {
  border: 1px solid var(--color-black);
  border-radius: 90px;
  padding: 8px 20px;
  color: var(--color-black);
  background-color: transparent;
  -webkit-transition: 0.2s ease 0s;
  transition: 0.2s ease 0s;
}
@media (max-width: 380px) {
  .project-gallery__top-view-button {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 fit-content;
    flex: 1 1 fit-content;
    /* Минимальная ширина 100px, может расширяться */
    max-width: 100%;
    /* Адаптивность */
  }
}
.project-gallery__top-view-button.active {
  color: var(--color-white);
  background-color: var(--color-black);
}
@media (max-width: 380px) {
  .project-gallery__top-view {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 560px) {
  .project-gallery__top {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
  }
}
.project-gallery-swiper {
  border-radius: 20px;
  height: 540px;
}
@media (max-width: 560px) {
  .project-gallery-swiper {
    border-radius: 15px;
    height: 400px;
  }
}
.project-gallery-swiper__controls {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-weight: 700;
  font-size: 20px;
  gap: 15px;
}
.project-gallery-swiper__controls.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .project-gallery-swiper__controls {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 5;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 30px;
    width: 100%;
  }
  .project-gallery-swiper__controls .project-gallery-swiper__counter {
    display: none;
  }
}
.project-gallery-swiper__left, .project-gallery-swiper__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  background-color: var(--color-black);
  cursor: pointer;
}
.project-gallery-swiper__left svg, .project-gallery-swiper__right svg {
  fill: var(--color-white);
}
.project-gallery-swiper__right svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.project-gallery-swiper__slide {
  height: 100%;
}
.project-gallery-swiper__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.project-gallery__button-book {
  padding: 15px 32px;
}

.project-gallery-swiper {
  display: none;
}

.project-gallery-swiper.visible {
  display: block;
}

.project-swiper {
  margin: 140px 0 0;
}
.project-swiper .container {
  position: relative;
}
.project-swiper__image {
  border-radius: 20px;
}
@media (max-width: 468px) {
  .project-swiper__image {
    height: 300px;
  }
}
.project-swiper__caption {
  margin: 25px 0 0;
  max-width: 50%;
  font-size: clamp(16px, 1.6666666667vw, 32px);
}
@media (max-width: 768px) {
  .project-swiper__caption {
    max-width: unset;
  }
}
.project-swiper__controls {
  position: absolute;
  right: 20px;
  bottom: 0;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 700;
  font-size: 20px;
  gap: 10px;
}
@media (max-width: 768px) {
  .project-swiper__controls {
    position: static;
    margin: 25px 0 0;
  }
}
.project-swiper__counter {
  width: 50px;
}
.project-swiper__left, .project-swiper__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  background-color: var(--color-black);
  cursor: pointer;
}
.project-swiper__left svg, .project-swiper__right svg {
  fill: var(--color-white);
}
.project-swiper__right svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

body:has(.project-swiper) .form-section {
  margin: 140px 0;
}

.infoblogs-section {
  padding-top: clamp(120px, 7.2916666667vw, 140px);
  padding-bottom: clamp(120px, 7.2916666667vw, 140px);
}
.infoblogs-section__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 80px;
}
@media (max-width: 576px) {
  .infoblogs-section__wrapper {
    gap: 50px;
  }
}
.infoblogs-section__wrapper .blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
}
@media (max-width: 576px) {
  .infoblogs-section__wrapper .blocks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}
.infoblogs-section__wrapper .blocks .blocks-info {
  width: 50%;
}
@media (max-width: 576px) {
  .infoblogs-section__wrapper .blocks .blocks-info {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
  }
}
.infoblogs-section__wrapper .blocks .blocks-info .blocks-info-title {
  font-family: var(--second-font-family);
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 33px */
  letter-spacing: -0.6px;
  margin: 0;
  margin-bottom: 20px;
}
.infoblogs-section__wrapper .blocks .blocks-info .blocks-info-desc {
  font-family: var(--second-font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
  margin: 0;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .infoblogs-section__wrapper .blocks .blocks-info .blocks-info-desc {
    font-size: 16px;
  }
}
.infoblogs-section__wrapper .blocks .blocks-info .blocks-info-link {
  color: #040404;
  font-family: var(--second-font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 22.4px */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.infoblogs-section__wrapper .blocks .blocks-img {
  width: 50%;
}
@media (max-width: 576px) {
  .infoblogs-section__wrapper .blocks .blocks-img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
  }
}
.infoblogs-section__wrapper .blocks .blocks-img .infoblog-section__decor-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  border-radius: 20px;
}
@media (max-width: 576px) {
  .infoblogs-section__wrapper .blocks .blocks-img .infoblog-section__decor-image {
    height: 200px;
  }
}

.services-info {
  margin: clamp(120px, 7.2916666667vw, 140px) 0;
}
.services-info__info-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.services-info__info-block:not(:first-child) {
  margin: clamp(50px, 4.1666666667vw, 80px) 0 0;
}
@media (max-width: 768px) {
  .services-info__info-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}
.services-info__content {
  max-width: 445px;
}
.services-info__content p {
  margin: 20px 0 0;
  font-size: 14px;
}
.services-info__content p:first-of-type {
  margin-top: 0;
}
.services-info__content p:last-of-type {
  margin-bottom: 0;
}
.services-info__title {
  max-width: 445px;
  font-size: 36px;
}/*# sourceMappingURL=main.css.map */
