/*!****************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/scss/front.scss ***!
  \****************************************************************************************************************************************************************************************************************/

@keyframes animloader {
  0% {
    transform: rotate(-70deg);
  }
  10% {
    transform: rotate(-40deg);
  }
  20%, 45%, 35% {
    transform: rotate(-10deg);
  }
  40%, 30% {
    transform: rotate(-30deg);
  }
  50%, 60% {
    transform: rotate(20deg);
  }
  55%, 65%, 75% {
    transform: rotate(40deg);
  }
  70% {
    transform: rotate(45deg);
  }
  85%, 90% {
    transform: rotate(50deg);
  }
  95% {
    transform: rotate(75deg);
  }
  100%, 93% {
    transform: rotate(70deg);
  }
}
.form {
  padding: 120px 0px;
}

.form__imagebox {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 620px;
  z-index: 0;
  min-height: 50%;
}

.form__img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.form__container {
  max-width: 1440px;
  padding: 0px 40px;
  margin: 0 auto;
}
.form__container {
  height: 712px;
}

.form__wrapper {
  border-radius: 24px;
  background-color: #F1F1F1;
  color: var(--on-background-color);
  padding: 56px 80px 40px;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.form__content {
  z-index: 1;
}

.form__tag {
  padding: 8px 24px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 64px;
  margin-bottom: 32px;
  width: -moz-fit-content;
  width: fit-content;
}
.form__tag {
  background-color: var(--primary-color);
  color: var(--background-color);
  margin-bottom: 32px;
}

.form__title {
  font-size: 40px;
  line-height: 44px;
}
.form__title {
  margin-bottom: 24px;
}

.form__description {
  max-width: 467px;
}

.form__form {
  max-width: calc(50% - 80px);
  z-index: 1;
}

.form__success,
.form__fail {
  display: none;
  max-width: 535px;
  margin-bottom: 24px;
}

.form__image {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.form__form.success .form__label,
.form__form.success .form__agreement {
  display: none;
}
.form__form.success .form__success {
  display: block;
}
.form__form.error .form__label,
.form__form.error .form__agreement {
  display: none;
}
.form__form.error .form__fail {
  display: block;
}

.form__label {
  margin-bottom: 24px;
  max-width: 100%;
  position: relative;
}

.form__input {
  width: 100%;
  border-radius: 16px;
  background-color: var(--background-color);
  padding: 12px 14px 14px;
  border: 1px solid var(--background-color);
  margin-top: 8px;
  transition: var(--transition-border-color);
}
.form__input:hover, .form__input:focus {
  border-color: #EB891B;
}
.form__input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.form__input::placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.form__textarea {
  border: 1px solid var(--background-color);
  outline: none;
  transition: var(--transition-border-color);
}
.form__textarea:hover, .form__textarea:focus {
  border-color: #EB891B;
}

.form__button {
  border-radius: 80px;
  padding: 12px 24px 14px;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  cursor: pointer;
  transition: var(--transition-background-color);
  background-color: var(--primary-color);
  color: var(--background-color);
}
.form__button:hover {
  background-color: var(--primary-hover-color);
}
.form__button {
  padding: 16px 16px 14px;
  width: 246px;
  line-height: 24px;
  margin-bottom: 16px;
  position: relative;
  overflow: hidden;
}
.form__button:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: var(--primary-color);
}
.form__button .button__icon {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.form__button[data-state=sending] {
  background-color: var(--primary-hover-color);
}
.form__button[data-state=sending]:before {
  width: 100%;
  transition: width 3s linear;
}
.form__button[data-state=sending] .button__text {
  opacity: 0;
}
.form__button[data-state=sending] .sending__icon {
  display: block;
}
.form__button[data-state=success] .button__text {
  opacity: 0;
}
.form__button[data-state=success] .success__icon {
  display: block;
}
.form__button[data-state=error] .button__text {
  opacity: 0;
}
.form__button[data-state=error] .success__icon {
  display: block;
}

@keyframes loading {
  100% {
    transform: rotate(360deg);
  }
}
.form__agreement {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  position: relative;
}
.form__agreement .form__error {
  margin-left: 28px;
}
.form__agreement input {
  display: none;
}
.form__agreement .checbox__item {
  width: 18px;
  min-width: 18px;
  height: 18px;
  margin-top: 3px;
  margin-left: 4px;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2718%27 height=%2718%27 viewBox=%270 0 18 18%27 fill=%27none%27%3E%3Crect width=%2718%27 height=%2718%27 rx=%272%27 fill=%27black%27 fill-opacity=%270.1%27/%3E%3Crect x=%270.5%27 y=%270.5%27 width=%2717%27 height=%2717%27 rx=%271.5%27 stroke=%27black%27 stroke-opacity=%270.4%27/%3E%3C/svg%3E");
  transition: var(--transition-background-image);
}
.form__agreement .checbox__item:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2718%27 height=%2718%27 viewBox=%270 0 18 18%27 fill=%27none%27%3E%3Crect x=%270.5%27 y=%270.5%27 width=%2717%27 height=%2717%27 rx=%271.5%27 fill=%27white%27 fill-opacity=%270.1%27/%3E%3Crect x=%270.5%27 y=%270.5%27 width=%2717%27 height=%2717%27 rx=%271.5%27 stroke=%27%23EB891B%27/%3E%3C/svg%3E");
}
.form__agreement input:checked + .checbox__item {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2718%27 height=%2718%27 viewBox=%270 0 18 18%27 fill=%27none%27%3E%3Crect x=%270.5%27 y=%270.5%27 width=%2717%27 height=%2717%27 rx=%271.5%27 fill=%27white%27/%3E%3Crect x=%270.5%27 y=%270.5%27 width=%2717%27 height=%2717%27 rx=%271.5%27 stroke=%27%23EB891B%27/%3E%3Cpath d=%27M5 8L8 11L14 5%27 stroke=%27%23EB891B%27 stroke-linecap=%27round%27/%3E%3C/svg%3E");
}

.form__link {
  display: inline;
  color: var(--primary-color);
  text-decoration: underline;
  text-underline-offset: 25%;
  transition: var(--transition-color);
}
.form__link:hover {
  color: var(--primary-hover-color);
}

.form__error {
  position: absolute;
  font-size: 12px;
  margin-left: 16px;
  margin-top: -1px;
  color: var(--error-color);
  opacity: 0;
  transition: var(--transition-opacity);
  bottom: -24px;
}
.form__error.active {
  opacity: 1;
}

.footer {
  background-color: var(--on-background-color);
  color: var(--background-color);
}

.footer__container {
  max-width: 1440px;
  padding: 0px 40px;
  margin: 0 auto;
}

.footer__main {
  padding: 40px 0 40px;
  display: flex;
  gap: 42px;
  align-items: flex-start;
}

.footer__left {
  min-width: 407px;
}

.footer__logo {
  position: relative;
  margin-bottom: 36px;
}

a.footer__logo {
  transition: var(--transition-opacity);
}
a.footer__logo:hover {
  opacity: 0.6;
}

.footer__imagebox {
  position: relative;
  max-width: 407px;
}
.footer__imagebox img {
  width: 100%;
}

.footer__big-link {
  transition: var(--transition-color);
}
.footer__big-link:hover {
  color: var(--primary-hover-color);
}
.footer__big-link {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  line-height: 24px;
}
.footer__big-link:not(:last-child) {
  margin-bottom: 16px;
}

.footer__nav {
  display: flex;
  gap: 80px;
  max-width: 516px;
}

.footer__list {
  display: flex;
  gap: 24px 80px;
  flex-wrap: wrap;
}

.footer__list .nav__item {
  width: calc(50% - 40px);
  flex-direction: column;
  color: var(--background-color);
  align-items: flex-start;
}
.footer__list .nav__item:nth-child(1), .footer__list .nav__item:nth-child(2) {
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.footer__list .nav__link:not(div) {
  transition: var(--transition-color);
}
.footer__list .nav__link:not(div):hover {
  color: var(--primary-hover-color);
}
.footer__list .nav__link:not(:last-child) {
  margin-bottom: 16px;
}

.footer__list .nav__menu .nav__link,
.footer__list a.nav__link {
  color: rgba(255, 255, 255, 0.6);
  transition: var(--transition-color);
}
.footer__list .nav__menu .nav__link:hover,
.footer__list a.nav__link:hover {
  color: var(--primary-hover-color);
}
.footer__list .nav__menu .nav__link:not(:last-child),
.footer__list a.nav__link:not(:last-child) {
  margin-bottom: 8px;
}

.footer__col {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.footer__nav-link {
  transition: var(--transition-color);
}
.footer__nav-link:hover {
  color: var(--primary-hover-color);
}

.footer__right {
  max-width: 257px;
  margin-left: auto;
}

.footer__address {
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.7);
  margin: 32px 0;
}

.footer__link {
  transition: var(--transition-color);
}
.footer__link:hover {
  color: var(--primary-hover-color);
}
.footer__link {
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.7);
}
.footer__link:not(:last-child) {
  margin-bottom: 16px;
}

.footer__bottom {
  background-color: #181818;
}

.footer__bottom .footer__container {
  padding: 24px 40px;
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  line-height: 24px;
}

.footer__author {
  transition: var(--transition-color);
}
.footer__author:hover {
  color: var(--primary-hover-color);
}
.footer__author {
  display: flex;
  align-items: center;
  gap: 16px;
}

.contacts__socials {
  display: flex;
  gap: 16px;
  margin-top: 10px;
}

.contacts__social {
  color: var(--primary-color);
  text-decoration: underline;
  text-underline-offset: 25%;
  transition: var(--transition-color);
}
.contacts__social:hover {
  color: var(--primary-hover-color);
}
.conditions {
  padding-bottom: 80px;
}

.conditions__container {
  max-width: 1440px;
  padding: 0px 40px;
  margin: 0 auto;
}

.conditions__top {
  padding: 40px 0 24px 80px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 80px;
}

.conditions__title {
  font-size: 40px;
  line-height: 44px;
}

.conditions__description {
  width: calc(50% - 40px);
}

.conditions__list {
  padding-top: 80px;
  display: flex;
  gap: 24px;
  align-items: center;
}

.conditions__card {
  flex: 1;
  border-radius: 24px;
  background-color: #F1F1F1;
  padding: 0px 40px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.conditions__nav {
  display: none;
}
.conditions__nav button {
  transition: var(--transition-opacity);
}
.conditions__nav button.disable {
  opacity: 0.4;
}

.conditions__imagebox {
  position: relative;
  margin-top: -70px;
  margin-bottom: 28px;
  width: 300px;
  height: 200px;
  border-radius: 24px;
  background-color: #787878;
}
.conditions__imagebox:has(.loaded) {
  background-color: transparent;
}

.conditions__img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.conditions__text {
  text-align: center;
}

.presence__container {
  max-width: 1440px;
  padding: 0px 40px;
  margin: 0 auto;
}
.presence__container {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.presence__content {
  display: flex;
  flex-direction: column;
  padding-left: 80px;
  padding-right: 40px;
}

.presence__title {
  font-size: 40px;
  line-height: 44px;
}
.presence__title {
  padding: 40px 0 24px;
}

.presence__numbers {
  margin-top: 136px;
  margin-bottom: 24px;
  font-size: 210px;
  line-height: 210px;
  display: flex;
  gap: 27px;
}
.presence__numbers span {
  color: var(--primary-color);
}

.presence__text {
  margin-bottom: 24px;
  max-width: 441px;
}

.presence__btn {
  border-radius: 80px;
  padding: 12px 24px 14px;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  cursor: pointer;
  transition: var(--transition-background-color);
  background-color: var(--primary-color);
  color: var(--background-color);
}
.presence__btn:hover {
  background-color: var(--primary-hover-color);
}

.presence__imagebox {
  margin-top: 50px;
  margin-right: 100px;
  margin-bottom: 17px;
  max-width: 589px;
  width: 100%;
  position: relative;
}

.presence__img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.holding {
  padding: 180px 0px 104px;
}

.holding__container {
  max-width: 1440px;
  padding: 0px 40px;
  margin: 0 auto;
}

.holding__wrapper {
  border-radius: 24px;
  background-color: var(--primary-color);
  padding: 80px;
  display: flex;
  gap: 80px;
}

.holding__imagebox {
  max-width: 50%;
  width: 100%;
  margin-top: -123px;
  position: relative;
  display: flex;
  border-radius: 32px;
  background-color: #787878;
}
.holding__imagebox:has(.loaded) {
  background-color: transparent;
}

.holding__img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}

.holding__content {
  display: flex;
  flex-direction: column;
  color: var(--background-color);
  width: calc(50% - 80px);
}

.holding__tag {
  padding: 8px 24px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 64px;
  margin-bottom: 32px;
  width: -moz-fit-content;
  width: fit-content;
}

.holding__title {
  font-size: 40px;
  line-height: 44px;
}
.holding__title {
  margin-bottom: 16px;
}

.holding__text {
  margin-bottom: 32px;
}

.holding__btn {
  border-radius: 80px;
  padding: 12px 24px 14px;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  cursor: pointer;
  transition: var(--transition-background-color);
  background-color: var(--on-background-color);
  color: var(--background-color);
}
.holding__btn:hover {
  background-color: var(--on-background-hover-color);
}

.gradient {
  padding: 24px 0px 80px;
}

.gradient__container {
  max-width: 1440px;
  padding: 0px 40px;
  margin: 0 auto;
}

.gradient__wrapper {
  height: 405px;
  border-radius: 24px;
  overflow: hidden;
  background-color: var(--primary-color);
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  justify-content: flex-end;
}

.gradient__imagebox {
  max-width: 60%;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}

.gradient__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.gradient__img--mobile {
  display: none;
}

.gradient__content {
  display: flex;
  flex-direction: column;
  color: var(--background-color);
  width: calc(50% - 80px);
  z-index: 1;
}

.gradient__tag {
  padding: 8px 24px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 64px;
  margin-bottom: 32px;
  width: -moz-fit-content;
  width: fit-content;
}

.gradient__title {
  font-size: 40px;
  line-height: 44px;
}
.gradient__title {
  margin-bottom: 16px;
  max-width: 533px;
}

.gradient__text {
  margin-bottom: 24px;
  max-width: 533px;
}

.gradient__btn {
  border-radius: 80px;
  padding: 12px 24px 14px;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  cursor: pointer;
  transition: var(--transition-background-color);
  background-color: var(--on-background-color);
  color: var(--background-color);
}
.gradient__btn:hover {
  background-color: var(--on-background-hover-color);
}

.trust {
  padding-bottom: 120px;
}

.trust__container {
  max-width: 1440px;
  padding: 0px 40px;
  margin: 0 auto;
}

.trust__top {
  padding: 40px 0 24px 80px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 80px;
}

.trust__title {
  font-size: 40px;
  line-height: 44px;
}

.trust__text {
  width: calc(50% - 40px);
}

.trust__list {
  margin-top: 40px;
  display: flex;
  gap: 24px;
}

.trust__card {
  flex: 1;
  border-radius: 24px;
  background-color: #F1F1F1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  aspect-ratio: 1/1;
}

.trust__logo {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.faq {
  padding: 80px 0;
}

.faq__container {
  max-width: 1440px;
  padding: 0px 40px;
  margin: 0 auto;
}
.faq__container {
  display: flex;
  gap: 80px;
}

.faq__imagebox {
  margin: auto;
  flex: 1;
  max-width: 669px;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  position: relative;
  background-color: #787878;
}
.faq__imagebox:has(.loaded) {
  background-color: transparent;
}

.faq__img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.faq__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  max-width: calc(50% - 80px);
}

.faq__title {
  font-size: 40px;
  line-height: 44px;
}
.faq__title {
  margin-bottom: 60px;
}

.faq__list {
  margin-bottom: 40px;
}

.faq__item {
  padding: 16px 0;
  border-bottom: 2px solid #F1F1F1;
}
.faq__item.active .faq__line:last-of-type {
  transform: translate(-50%, -50%) rotate(0deg);
}
.faq__item.active .faq__answer {
  opacity: 1;
}
.faq__item.active .faq__header {
  margin-bottom: 16px;
}
.faq__item.hidden {
  display: none;
}

.faq__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: var(--transition-margin-bottom);
}
.faq__header:hover .faq__toggle {
  opacity: 1;
}

.faq__question {
  padding-right: 40px;
}

.faq__toggle {
  width: 56px;
  min-width: 56px;
  height: 56px;
  background-color: var(--primary-color);
  opacity: 0.4;
  transition: var(--transition-opacity);
  position: relative;
  border-radius: 50%;
}

.faq__line {
  width: 14px;
  height: 2px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center;
  background-color: #fff;
  border-radius: 2px;
  transition: var(--transition-transform);
}

.faq__line:last-of-type {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq__answer {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: var(--transition-max-height), var(--transition-opacity);
}

.faq__more {
  border-radius: 80px;
  padding: 12px 24px 14px;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  cursor: pointer;
  transition: var(--transition-background-color);
  background-color: var(--primary-color);
  color: var(--background-color);
}
.faq__more:hover {
  background-color: var(--primary-hover-color);
}
.faq__more {
  margin-top: auto;
}

.numbers {
  padding: 24px 0px 120px;
}

.numbers__container {
  max-width: 1440px;
  padding: 0px 40px;
  margin: 0 auto;
}

.numbers__wrapper {
  border-radius: 24px;
  background-color: var(--primary-color);
  color: var(--background-color);
  padding: 80px;
  display: flex;
  gap: 80px;
}

.numbers__left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}

.numbers__right {
  display: flex;
  gap: 24px;
  flex: 1;
}

.numbers__title {
  font-size: 40px;
  line-height: 44px;
}

.numbers__row {
  display: flex;
  gap: 24px;
}

.numbers__col {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.numbers__imagebox {
  max-width: 231px;
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #787878;
  border-radius: 24px;
}
.numbers__imagebox:has(.loaded) {
  background-color: transparent;
}

.numbers__img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.numbers__item {
  flex: 1;
}

.numbers__key {
  font-size: 108px;
  line-height: 108px;
  margin-bottom: 16px;
}

.cards {
  padding-bottom: 40px;
}

.cards__container {
  max-width: 1440px;
  padding: 0px 40px;
  margin: 0 auto;
}

.cards__top {
  padding: 40px 0 24px 80px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 80px;
}

.cards__title {
  font-size: 40px;
  line-height: 44px;
}

.cards__description {
  width: calc(50% - 40px);
}

.cards__list {
  padding-top: 16px;
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.cards__card {
  width: calc(50% - 12px);
  padding: 24px;
  border-radius: 16px;
  border: 1px solid transparent;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(142.35deg, rgba(235, 137, 27, 0.2), #EB891B) border-box;
}

.cards__name {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
}
.cards__name {
  margin-bottom: 16px;
}

.cards__text {
  color: rgba(0, 0, 0, 0.7);
}

.icons {
  padding-bottom: 120px;
}

.icons__container {
  max-width: 1440px;
  padding: 0px 40px;
  margin: 0 auto;
}

.icons__top {
  padding: 40px 0 24px 80px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 80px;
}

.icons__title {
  font-size: 40px;
  line-height: 44px;
}

.icons__description {
  width: calc(50% - 40px);
}

.icons__list {
  margin-top: 16px;
  display: flex;
  gap: 62px 48px;
  flex-wrap: wrap;
  position: relative;
}
.icons__list::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: rgb(241, 241, 241);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.icons__center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.icons__card {
  width: calc(50% - 24px);
  padding: 24px;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.icons__card:nth-child(4n+1)::after, .icons__card:nth-child(4n+2)::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: rgb(241, 241, 241);
  bottom: -31px;
  left: 0;
}
.icons__card .loader {
  top: 48px;
}

.icons__nav {
  display: none;
}
.icons__nav button {
  transition: var(--transition-opacity);
}
.icons__nav button.disable {
  opacity: 0.4;
}

.icons__icon {
  width: 114px;
  height: 114px;
}

.icons__name {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
}
.icons__name {
  margin-bottom: 16px;
}

.icons__text {
  color: rgba(0, 0, 0, 0.7);
  max-width: 460px;
}

.photos {
  padding-bottom: 40px;
}

.photos__container {
  max-width: 1440px;
  padding: 0px 40px;
  margin: 0 auto;
}

.photos__top {
  padding: 40px 0 24px 80px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 80px;
}

.photos__title {
  font-size: 40px;
  line-height: 44px;
}

.photos__description {
  width: calc(50% - 40px);
}

.photos__list {
  padding-top: 16px;
  display: flex;
  gap: 16px;
  position: relative;
}

.photos__card {
  flex: 1;
  padding: 24px;
  position: relative;
  border-radius: 24px;
  height: 348px;
  overflow: hidden;
}
.photos__card:nth-child(odd) {
  background-color: var(--primary-color);
  color: var(--background-color);
}
.photos__card:nth-child(even) {
  border: 1px solid transparent;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(142.35deg, rgba(235, 137, 27, 0.2), #EB891B) border-box;
}
.photos__card:nth-child(even) .photos__name {
  color: var(--primary-color);
}
.photos__card .loader {
  top: calc(100% - 24px);
}

.photos__nav {
  display: none;
}
.photos__nav button {
  transition: var(--transition-opacity);
}
.photos__nav button.disable {
  opacity: 0.4;
}

.photos__icon {
  width: 114px;
  height: 114px;
}

.photos__name {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
}
.photos__name {
  margin-bottom: 20px;
}

.photos__image {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.steps {
  padding-bottom: 80px;
}

.steps__container {
  max-width: 1440px;
  padding: 0px 40px;
  margin: 0 auto;
}

.steps__top {
  padding: 40px 0 24px 80px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 80px;
}

.steps__title {
  font-size: 40px;
  line-height: 44px;
}

.steps__description {
  width: calc(50% - 40px);
}

.steps__list {
  padding: 40px 80px 0 80px;
  display: flex;
  gap: 72px 128px;
  flex-wrap: wrap;
}

.steps__card {
  width: calc(50% - 64px);
  padding: 35px 21px;
  border-radius: 24px;
  border: 1px solid transparent;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(142.35deg, rgba(235, 137, 27, 0.2), #EB891B) border-box;
  position: relative;
}
.steps__card:nth-child(1)::after {
  content: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2797%27 height=%2715%27 viewBox=%270 0 97 15%27 fill=%27none%27%3E%3Cpath d=%27M96.7071 8.07112C97.0976 7.6806 97.0976 7.04743 96.7071 6.65691L90.3431 0.292946C89.9526 -0.0975785 89.3195 -0.0975785 88.9289 0.292946C88.5384 0.68347 88.5384 1.31664 88.9289 1.70716L94.5858 7.36401L88.9289 13.0209C88.5384 13.4114 88.5384 14.0446 88.9289 14.4351C89.3195 14.8256 89.9526 14.8256 90.3431 14.4351L96.7071 8.07112ZM0 7.36401V8.36401H96V7.36401V6.36401H0V7.36401Z%27 fill=%27%23EB891B%27/%3E%3C/svg%3E");
  position: absolute;
  left: calc(100% + 16px);
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
}
.steps__card:nth-child(2)::after {
  content: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2715%27 height=%2749%27 viewBox=%270 0 15 49%27 fill=%27none%27%3E%3Cpath d=%27M6.65715 48.7071C7.04767 49.0976 7.68084 49.0976 8.07136 48.7071L14.4353 42.3431C14.8258 41.9526 14.8258 41.3195 14.4353 40.9289C14.0448 40.5384 13.4116 40.5384 13.0211 40.9289L7.36426 46.5858L1.7074 40.9289C1.31688 40.5384 0.683713 40.5384 0.293188 40.9289C-0.0973362 41.3195 -0.0973362 41.9526 0.293188 42.3431L6.65715 48.7071ZM7.36426 0L6.36426 -4.37114e-08L6.36426 48L7.36426 48L8.36426 48L8.36426 4.37114e-08L7.36426 0Z%27 fill=%27%23EB891B%27/%3E%3C/svg%3E");
  position: absolute;
  top: calc(100% + 11px);
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
}
.steps__card:nth-child(3) {
  order: 1;
}
.steps__card:nth-child(3)::after {
  content: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2797%27 height=%2715%27 viewBox=%270 0 97 15%27 fill=%27none%27%3E%3Cpath d=%27M0.292892 6.65691C-0.0976334 7.04743 -0.0976334 7.6806 0.292892 8.07112L6.65685 14.4351C7.04738 14.8256 7.68054 14.8256 8.07107 14.4351C8.46159 14.0446 8.46159 13.4114 8.07107 13.0209L2.41422 7.36401L8.07107 1.70716C8.46159 1.31664 8.46159 0.68347 8.07107 0.292946C7.68054 -0.0975785 7.04738 -0.0975785 6.65685 0.292946L0.292892 6.65691ZM97 7.36401V6.36401H1V7.36401V8.36401H97V7.36401Z%27 fill=%27%23EB891B%27/%3E%3C/svg%3E");
  position: absolute;
  right: calc(100% + 16px);
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
}

.steps__number {
  position: absolute;
  font-size: 100px;
  line-height: 100px;
  color: var(--primary-color);
  top: -28px;
}

.steps__name {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
}
.steps__name {
  margin-bottom: 8px;
  margin-left: 72px;
}

.steps__text {
  color: rgba(0, 0, 0, 0.6980392157);
}

.history {
  padding-bottom: 80px;
}

.history__container {
  max-width: 1440px;
  padding: 0px 40px;
  margin: 0 auto;
}

.history__top {
  padding: 40px 0 24px 80px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 80px;
}

.history__title {
  font-size: 40px;
  line-height: 44px;
}

.history__description {
  width: calc(50% - 40px);
}

.history__list {
  padding-top: 16px;
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.history__card {
  display: flex;
  flex-direction: column;
  width: calc(33% - 12px);
  padding: 24px;
  border-radius: 24px;
}
.history__card:nth-child(odd) {
  background-color: var(--primary-color);
  color: var(--background-color);
}
.history__card:nth-child(even) {
  border: 1px solid transparent;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(142.35deg, rgba(235, 137, 27, 0.2), #EB891B) border-box;
}
.history__card:nth-child(even) .history__name,
.history__card:nth-child(even) .history__year {
  color: var(--primary-color);
}

.history__name {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
}
.history__name {
  margin-bottom: 24px;
}

.history__year {
  margin-top: auto;
  padding-top: 24px;
  font-size: 64px;
  line-height: 64px;
  font-weight: 700;
}
.history__year span {
  opacity: 0.4;
}

.banner {
  position: relative;
  height: 589px;
  max-width: 1920px;
  margin: 0 auto;
  background-color: #787878;
}

.banner__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.banner__container {
  max-width: 1440px;
  padding: 0px 40px;
  margin: 0 auto;
}
.banner__container {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.banner__content {
  position: absolute;
  top: 92px;
  left: 120px;
  width: calc(100% - 300px);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.banner__title {
  font-size: 40px;
  line-height: 44px;
}
.banner__title {
  color: var(--background-color);
}

.banner__description {
  color: var(--background-color);
}

.banner__list {
  margin-top: auto;
  margin-bottom: 56px;
  display: flex;
  gap: 24px;
  align-items: center;
  z-index: 1;
}

.banner__card {
  padding: 24px;
  border-radius: 24px;
  flex: 1;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}

.banner__nav {
  display: none;
}
.banner__nav button {
  transition: var(--transition-opacity);
}
.banner__nav button.disable {
  opacity: 0.4;
}

.banner__name {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
}
.banner__name {
  color: var(--background-color);
  margin-bottom: 8px;
}

.banner__text {
  color: var(--background-color);
  margin-bottom: 16px;
}

.banner__btn {
  border-radius: 80px;
  padding: 12px 24px 14px;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  cursor: pointer;
  transition: var(--transition-background-color);
  background-color: var(--primary-color);
  color: var(--background-color);
}
.banner__btn:hover {
  background-color: var(--primary-hover-color);
}
.banner__btn {
  min-width: 185px;
  text-align: center;
}

.ticker {
  width: 100%;
  overflow: hidden;
  background: var(--background-color);
  color: var(--on-background-color);
}

.ticker__track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: ticker-scroll 25s linear infinite;
}

.ticker__content {
  display: flex;
  gap: 3rem;
  padding: 64px 0;
  white-space: nowrap;
  font-size: 60px;
  line-height: 60px;
  color: #828282;
  text-transform: uppercase;
}

@keyframes ticker-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.itt {
  padding: 40px 80px 24px;
}
.itt--wide {
  padding: 40px 0px 24px;
}
.itt--button {
  padding: 24px 0px 80px;
}
.itt--button .itt__container {
  flex-direction: row-reverse;
}

.itt__container {
  max-width: 1440px;
  padding: 0px 40px;
  margin: 0 auto;
}
.itt__container {
  display: flex;
  align-items: center;
  gap: 80px;
}

.itt__imagebox {
  max-width: 668px;
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 24px;
}

.itt__image {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.itt__content {
  max-width: 532px;
}

.itt__title {
  font-size: 40px;
  line-height: 44px;
}
.itt__title {
  margin-bottom: 24px;
}

.itt__text {
  margin-bottom: 24px;
}

.itt__btn {
  border-radius: 80px;
  padding: 12px 24px 14px;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  cursor: pointer;
  transition: var(--transition-background-color);
  background-color: var(--primary-color);
  color: var(--background-color);
}
.itt__btn:hover {
  background-color: var(--primary-hover-color);
}

.map-content {
  padding: 40px 80px 24px;
}

.map-content__container {
  max-width: 1440px;
  padding: 0px 40px;
  margin: 0 auto;
}
.map-content__container {
  display: flex;
  align-items: center;
  gap: 80px;
}

.map-content__mapbox {
  max-width: 50%;
  width: 100%;
  height: 100%;
  aspect-ratio: 21/13;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  background-color: #787878;
}
.map-content__mapbox:has(.loaded) {
  background-color: transparent;
}

.map-content__content {
  max-width: calc(50% - 80px);
}

.map-content__title {
  font-size: 40px;
  line-height: 44px;
}
.map-content__title {
  margin-bottom: 24px;
}

.map-content__text {
  margin-bottom: 24px;
}

.map-content__btn {
  border-radius: 80px;
  padding: 12px 24px 14px;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  cursor: pointer;
  transition: var(--transition-background-color);
  background-color: var(--primary-color);
  color: var(--background-color);
}
.map-content__btn:hover {
  background-color: var(--primary-hover-color);
}

.details {
  padding-bottom: 40px;
}

.details__container {
  max-width: 1440px;
  padding: 0px 40px;
  margin: 0 auto;
}
.details__container {
  padding: 0 120px;
}

.details__top {
  padding: 80px 0 24px;
}

.details__title {
  font-size: 40px;
  line-height: 44px;
}

.details__content {
  display: flex;
  gap: 80px;
  align-items: center;
}

.details__info {
  flex: 1;
  display: flex;
  gap: 24px;
}

.details__col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.details__item {
  font-size: 18px;
  line-height: 24px;
}

.details__key {
  color: #8C8C8C;
  margin-bottom: 8px;
}

.details__value:not(:first-child) {
  margin-top: 8px;
}

.details__imagebox {
  flex: 1;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  min-height: 200px;
  background-color: #787878;
}
.details__imagebox:has(.loaded) {
  background-color: transparent;
}

.details__img {
  width: 100%;
}

.person {
  padding-top: 24px;
  padding-bottom: 80px;
}

.person__container {
  max-width: 1440px;
  padding: 0px 40px;
  margin: 0 auto;
}
.person__container {
  display: flex;
  gap: 80px;
  align-items: center;
}

.person__title {
  font-size: 40px;
  line-height: 44px;
}
.person__title {
  margin-bottom: 25px;
}

.person__content {
  flex: 1;
  max-width: calc(50% - 80px);
}

.person__info {
  display: flex;
  gap: 24px;
  align-items: flex-end;
}

.person__col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.person__key {
  color: #8C8C8C;
  margin-bottom: 8px;
}

.person__value:not(:first-child) {
  margin-top: 8px;
}

.person__email {
  color: var(--primary-color);
  text-decoration: underline;
  text-underline-offset: 25%;
  transition: var(--transition-color);
}
.person__email:hover {
  color: var(--primary-hover-color);
}

.person__imagebox {
  flex: 1;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  background-color: #787878;
  min-height: 200px;
}
.person__imagebox:has(.loaded) {
  background-color: transparent;
}

.person__img {
  width: 100%;
}

.employees {
  padding-bottom: 24px;
}

.employees__container {
  max-width: 1440px;
  padding: 0px 40px;
  margin: 0 auto;
}

.employees__top {
  padding: 40px 0 24px 80px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 80px;
}

.employees__title {
  font-size: 40px;
  line-height: 44px;
}

.employees__nav {
  display: flex;
  gap: 16px;
  align-items: center;
}

.employees__prev,
.employees__next {
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.employees__prev.swiper-button-disabled,
.employees__next.swiper-button-disabled {
  opacity: 0.4;
  cursor: default;
}
.employees__prev svg,
.employees__next svg {
  width: 100%;
  height: 100%;
}

.employees__slider.swiper {
  height: 434px;
  overflow: visible;
  margin-top: 16px;
}

.employees__card.swiper-slide {
  border-radius: 24px;
  background-color: #F1F1F1;
  padding: 8px;
  width: calc(25% - 18px);
}
.employees__card.swiper-slide:not(:last-child) {
  margin-right: 24px;
}

.employees__photobox {
  padding: 24px;
  border-radius: 18px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.employees__info {
  padding: 16px;
}

.employees__label {
  color: #8C8C8C;
  margin-bottom: 8px;
}

.employees__name {
  margin-bottom: 24px;
}

.employees__phone:not(:last-child) {
  margin-bottom: 4px;
}

.request {
  padding: 24px 0px 40px;
}

.request__container {
  max-width: 1440px;
  padding: 0px 40px;
  margin: 0 auto;
}
.request__container {
  padding-left: 120px;
  padding-right: 120px;
  display: flex;
  gap: 80px;
}

.request__content {
  flex: 1;
}

.request__title {
  font-size: 40px;
  line-height: 44px;
}
.request__title {
  margin-bottom: 24px;
}

.request__btn {
  border-radius: 80px;
  padding: 12px 24px 14px;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  cursor: pointer;
  transition: var(--transition-background-color);
  background-color: var(--primary-color);
  color: var(--background-color);
}
.request__btn:hover {
  background-color: var(--primary-hover-color);
}

.request__imagebox {
  flex: 1;
  max-width: calc(50% - 80px);
  position: relative;
}

.request__img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.text {
  padding: 24px 0;
}

.text__container {
  max-width: 1440px;
  padding: 0px 40px;
  margin: 0 auto;
}
.text__container {
  display: flex;
  gap: 80px;
  align-items: flex-end;
  padding-left: 120px;
}

.text__title {
  font-size: 40px;
  line-height: 44px;
}
.text__title {
  margin-bottom: 24px;
}

.text__col {
  flex: 1;
}

.text__col p {
  margin: 0;
}
.text__col p:not(:last-child) {
  margin-bottom: 24px;
}

.html {
  padding-bottom: 40px;
}

.html__top {
  padding: 80px 0 24px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.html__title {
  font-size: 40px;
  line-height: 44px;
}

.html__scroll {
  display: none;
  width: 60px;
  height: 32px;
  padding: 6px 2px;
  align-items: center;
  justify-content: flex-end;
}

.scroll__element {
  width: 19px;
  height: 19px;
  border: 1px solid var(--primary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition-transform);
}

.scroll__indicator {
  width: 13px;
  height: 13px;
  background-color: var(--primary-color);
  border-radius: 50%;
  transition: var(--transition-transform);
}

.html__scroll.animate {
  display: flex;
}
.html__scroll.animate .scroll__element {
  animation: scroll-element 2s infinite 1s;
}
.html__scroll.animate .scroll__indicator {
  animation: scroll-indicator 2s infinite 1s;
}

@keyframes scroll-element {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(-36px);
  }
}
@keyframes scroll-indicator {
  25% {
    transform: scale(0.769);
  }
  75% {
    transform: scale(0.769);
  }
  100% {
    transform: scale(1);
  }
}
.html__container {
  max-width: 1440px;
  padding: 0px 40px;
  margin: 0 auto;
}
.html__container {
  padding-left: 120px;
  padding-right: 120px;
}
.html__content table {
  border-radius: 24px;
  overflow: hidden;
  border: none;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 24px;
}
.html__content thead th {
  background-color: #F1F1F1;
  padding: 16px;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 400;
  text-align: left;
}
.html__content thead th:not(:last-child) {
  border-right: 1px solid #E9E9E9;
}
.html__content tbody tr:nth-child(odd) td:first-child {
  border-left: 1px solid #E9E9E9;
}
.html__content tbody tr:nth-child(even) {
  background-color: #F1F1F1;
}
.html__content tbody td {
  padding: 16px;
  color: rgba(0, 0, 0, 0.6);
}
.html__content tbody td:not(:last-child) {
  border-right: 1px solid #E9E9E9;
}
@media (max-width: 1400px) {
  .presence__numbers {
    font-size: 150px;
    line-height: 150px;
    margin-top: 90px;
  }
  .presence__imagebox {
    max-width: 419px;
    margin-right: 40px;
  }
}
@media (max-width: 1200px) {
  html {
    font-size: 14px;
    line-height: 21px;
  }
  .header__container {
    padding: 0px 24px;
  }
  .header__container {
    padding: 16px 24px;
  }
  .header__logo {
    max-width: 146px;
  }
  .nav__list {
    font-size: 16px;
    line-height: 24px;
    gap: 16px;
  }
  .nav__sublink {
    font-size: 14px;
  }
  .header__buttons {
    gap: 8px;
  }
  .header__order {
    padding: 8px 16px 10px;
  }
  .header__order {
    padding-left: 32px;
    padding-right: 32px;
    font-size: 14px;
    line-height: 21px;
  }
  .header__account {
    width: 35px;
    height: 35px;
  }
  .breadcrumbs {
    padding: 0px 24px;
  }
  .form {
    padding: 16px 0px 80px;
  }
  .form {
    padding: 32px 0px;
  }
  .form__imagebox {
    max-width: 462px;
  }
  .form__container {
    padding: 0px 24px;
  }
  .form__container {
    height: 567px;
  }
  .form__wrapper {
    padding: 40px 56px 28px;
  }
  .form__tag {
    padding: 6px 16px;
  }
  .form__title {
    font-size: 24px;
    line-height: 32px;
  }
  .form__title {
    margin-bottom: 16px;
  }
  .form__description {
    max-width: 344px;
  }
  .form__form {
    max-width: calc(50% - 56px);
  }
  .form__label {
    margin-bottom: 16px;
  }
  .form__input {
    padding: 10px 16px;
  }
  .form__button {
    padding: 8px 16px 10px;
  }
  .form__button {
    padding: 8px 16px 10px;
    width: 182px;
    margin-bottom: 12px;
    line-height: 21px;
  }
  .form__agreement {
    gap: 8px;
  }
  .footer__container {
    padding: 0px 24px;
  }
  .footer__main {
    gap: 24px;
    justify-content: space-between;
  }
  .footer__left {
    min-width: 279px;
  }
  .footer__imagebox {
    max-width: 279px;
  }
  .footer__big-link {
    font-size: 14px;
    line-height: 21px;
  }
  .footer__nav {
    max-width: 390px;
  }
  .footer__list {
    font-size: 14px;
    line-height: 21px;
  }
  .footer__list .nav__item {
    width: calc(50% - 8px);
  }
  .footer__right {
    margin-left: 0;
  }
  .footer__address {
    margin: 16px 0;
    font-size: 14px;
    line-height: 21px;
  }
  .footer__bottom .footer__container {
    font-size: 14px;
    line-height: 21px;
  }
  .cookie {
    left: 24px;
    bottom: calc(24px + var(--mobile-menu-height, 0px));
  }
  .cookie__btn {
    padding: 8px 16px 10px;
  }
  .hero {
    height: 493px;
  }
  .hero__container {
    padding: 0px 24px;
  }
  .hero__content {
    top: 58px;
    left: 80px;
    gap: 16px;
  }
  .hero__title {
    font-size: 40px;
    line-height: 40px;
  }
  .hero__list {
    margin-bottom: 28px;
    gap: 16px;
  }
  .hero__card {
    padding: 16px;
  }
  .hero__name {
    font-size: 18px;
    line-height: 24px;
  }
  .hero__text {
    font-size: 14px;
    line-height: 21px;
  }
  .hero__btn {
    padding: 8px 16px 10px;
  }
  .hero__btn {
    min-width: 100%;
  }
  .page {
    padding: 16px 0 24px;
    height: 432px;
  }
  .page__container {
    padding: 0px 24px;
  }
  .page__content {
    gap: 16px;
    top: 16px;
    left: 56px;
    max-width: 571px;
  }
  .page__title {
    font-size: 40px;
    line-height: 44px;
  }
  .economy__container {
    padding: 0px 24px;
  }
  .economy__title {
    font-size: 24px;
    line-height: 32px;
  }
  .economy__title {
    margin-bottom: 16px;
  }
  .economy__btn {
    padding: 8px 16px 10px;
  }
  .economy__imagebox {
    max-width: 50%;
    margin-top: 0;
  }
  .contacts {
    padding-bottom: 56px;
  }
  .contacts__container {
    padding: 0px 24px;
  }
  .contacts__container {
    padding: 0 80px;
  }
  .contacts__top {
    padding: 26px 0 16px;
  }
  .contacts__title {
    font-size: 24px;
    line-height: 32px;
  }
  .contacts__content {
    gap: 16px;
    max-height: 300px;
  }
  .contacts__col {
    gap: 16px;
  }
  .contacts__item {
    font-size: 14px;
    line-height: 21px;
  }
  .contacts__key {
    margin-bottom: 6px;
  }
  .contacts__value:not(:first-child) {
    margin-top: 6px;
  }
  .contacts__socials {
    gap: 12px;
  }
  .contacts__social {
    width: 32px;
    height: 32px;
  }
  #policy h1 {
    font-size: 24px;
    line-height: 32px;
  }
  .download {
    padding: 54px 0px 40px;
  }
  .download__container {
    padding: 0px 24px;
  }
  .download__wrapper {
    padding: 40px;
    gap: 56px;
  }
  .download__imagebox {
    margin-bottom: -40px;
    margin-top: -80px;
  }
  .download__content {
    width: calc(50% - 56px);
  }
  .download__tag {
    padding: 6px 16px;
  }
  .download__title {
    font-size: 24px;
    line-height: 32px;
  }
  .download__qr {
    width: 84px;
    height: 84px;
  }
  .conditions__container {
    padding: 0px 24px;
  }
  .conditions__top {
    padding: 24px 0 16px 56px;
    gap: 56px;
  }
  .conditions__title {
    font-size: 24px;
    line-height: 32px;
  }
  .conditions__list {
    gap: 16px;
  }
  .conditions__card {
    padding: 0 16px 24px;
  }
  .conditions__imagebox {
    margin-top: -51px;
    max-width: 231px;
    max-height: 154px;
    margin-bottom: 16px;
  }
  .presence__container {
    padding: 0px 24px;
  }
  .presence__title {
    font-size: 24px;
    line-height: 32px;
  }
  .presence__btn {
    padding: 8px 16px 10px;
  }
  .holding {
    padding: 18px 0px 80px;
    padding-top: 85px;
  }
  .holding__container {
    padding: 0px 24px;
  }
  .holding__wrapper {
    padding: 56px;
    gap: 56px;
  }
  .holding__imagebox {
    border-radius: 24px;
  }
  .holding__content {
    width: calc(50% - 56px);
  }
  .holding__tag {
    padding: 6px 16px;
  }
  .holding__title {
    font-size: 24px;
    line-height: 32px;
  }
  .holding__btn {
    padding: 8px 16px 10px;
  }
  .gradient__container {
    padding: 0px 24px;
  }
  .gradient__wrapper {
    height: 286px;
  }
  .gradient__imagebox {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .gradient__content {
    width: calc(50% - 56px);
  }
  .gradient__tag {
    padding: 6px 16px;
  }
  .gradient__tag {
    margin-bottom: 16px;
  }
  .gradient__title {
    font-size: 24px;
    line-height: 32px;
  }
  .gradient__title {
    max-width: 380px;
    margin-bottom: 8px;
  }
  .gradient__text {
    max-width: 380px;
    margin-bottom: 16px;
  }
  .gradient__btn {
    padding: 8px 16px 10px;
  }
  .trust__container {
    padding: 0px 24px;
  }
  .trust__top {
    padding: 24px 0 16px 56px;
    gap: 56px;
  }
  .trust__title {
    font-size: 24px;
    line-height: 32px;
  }
  .trust__list {
    margin-top: 8px;
    gap: 16px;
  }
  .faq {
    padding: 40px 0;
  }
  .faq__container {
    padding: 0px 24px;
  }
  .faq__container {
    gap: 56px;
  }
  .faq__imagebox {
    max-width: 477px;
  }
  .faq__content {
    max-width: calc(50% - 56px);
  }
  .faq__title {
    font-size: 24px;
    line-height: 32px;
  }
  .faq__list {
    margin-bottom: 24px;
  }
  .faq__item {
    padding: 12px 0;
  }
  .faq__item.active .faq__header {
    margin-bottom: 12px;
  }
  .faq__question {
    padding-right: 24px;
  }
  .faq__toggle {
    width: 34px;
    height: 34px;
    min-width: 34px;
  }
  .faq__line {
    width: 10px;
  }
  .faq__more {
    padding: 8px 16px 10px;
  }
  .numbers {
    padding: 8px 0px 40px;
  }
  .numbers__container {
    padding: 0px 24px;
  }
  .numbers__wrapper {
    padding: 48px 56px;
    gap: 48px;
  }
  .numbers__right {
    gap: 16px;
  }
  .numbers__title {
    font-size: 24px;
    line-height: 32px;
  }
  .numbers__row {
    gap: 16px;
  }
  .numbers__col {
    gap: 16px;
  }
  .numbers__imagebox {
    max-width: 164px;
  }
  .numbers__key {
    font-size: 70px;
    line-height: 70px;
    margin-bottom: 12px;
  }
  .cards {
    padding-bottom: 24px;
  }
  .cards__container {
    padding: 0px 24px;
  }
  .cards__top {
    padding: 24px 0 16px 56px;
    gap: 56px;
  }
  .cards__title {
    font-size: 24px;
    line-height: 32px;
  }
  .cards__list {
    padding-top: 8px;
    gap: 16px;
  }
  .cards__card {
    width: calc(50% - 8px);
    padding: 16px;
  }
  .cards__name {
    font-size: 18px;
    line-height: 24px;
  }
  .cards__name {
    margin-bottom: 12px;
  }
  .icons {
    padding-bottom: 80px;
  }
  .icons__container {
    padding: 0px 24px;
  }
  .icons__top {
    padding: 24px 0 16px 56px;
    gap: 56px;
  }
  .icons__title {
    font-size: 24px;
    line-height: 32px;
  }
  .icons__list {
    margin-top: 8px;
    gap: 48px 32px;
  }
  .icons__center {
    max-width: 165px;
  }
  .icons__card {
    width: calc(50% - 16px);
    padding: 16px;
  }
  .icons__card:nth-child(4n+1)::after, .icons__card:nth-child(4n+2)::after {
    bottom: -24px;
  }
  .icons__card .loader {
    top: 32px;
  }
  .icons__name {
    font-size: 18px;
    line-height: 24px;
  }
  .icons__name {
    margin-bottom: 8px;
  }
  .photos__container {
    padding: 0px 24px;
  }
  .photos__top {
    padding: 24px 0 16px 56px;
    gap: 56px;
  }
  .photos__title {
    font-size: 24px;
    line-height: 32px;
  }
  .photos__name {
    font-size: 18px;
    line-height: 24px;
  }
  .steps__container {
    padding: 0px 24px;
  }
  .steps__top {
    padding: 24px 0 16px 56px;
    gap: 56px;
  }
  .steps__title {
    font-size: 24px;
    line-height: 32px;
  }
  .steps__name {
    font-size: 18px;
    line-height: 24px;
  }
  .history {
    padding-bottom: 40px;
  }
  .history__container {
    padding: 0px 24px;
  }
  .history__top {
    padding: 24px 0 16px 56px;
    gap: 56px;
  }
  .history__title {
    font-size: 24px;
    line-height: 32px;
  }
  .history__list {
    padding-top: 8px;
    gap: 8px 16px;
  }
  .history__card {
    width: calc(33% - 8px);
    padding: 16px;
  }
  .history__name {
    font-size: 18px;
    line-height: 24px;
  }
  .history__name {
    margin-bottom: 16px;
  }
  .history__year {
    font-size: 40px;
    line-height: 40px;
  }
  .banner {
    height: 444px;
  }
  .banner__container {
    padding: 0px 24px;
  }
  .banner__content {
    top: 56px;
    left: 80px;
  }
  .banner__title {
    font-size: 24px;
    line-height: 32px;
  }
  .banner__list {
    gap: 16px;
  }
  .banner__card {
    padding: 16px;
  }
  .banner__name {
    font-size: 18px;
    line-height: 24px;
  }
  .banner__text {
    margin-bottom: 8px;
  }
  .banner__btn {
    padding: 8px 16px 10px;
  }
  .ticker__content {
    padding: 32px 0;
    font-size: 40px;
    line-height: 40px;
  }
  .itt {
    padding: 40px 56px 24px;
  }
  .itt--wide {
    padding: 40px 0px 24px;
  }
  .itt--button {
    padding: 40px 0px 24px;
  }
  .itt--button .itt__content {
    max-width: 440px;
  }
  .itt__container {
    padding: 0px 24px;
  }
  .itt__container {
    gap: 56px;
  }
  .itt__imagebox {
    max-width: 50%;
  }
  .itt__content {
    max-width: 384px;
  }
  .itt__title {
    font-size: 24px;
    line-height: 32px;
  }
  .itt__btn {
    padding: 8px 16px 10px;
  }
  .map-content {
    padding: 40px 56px 24px;
  }
  .map-content__container {
    padding: 0px 24px;
  }
  .map-content__container {
    gap: 56px;
  }
  .map-content__content {
    max-width: calc(50% - 56px);
  }
  .map-content__title {
    font-size: 24px;
    line-height: 32px;
  }
  .map-content__btn {
    padding: 8px 16px 10px;
  }
  .details__container {
    padding: 0px 24px;
  }
  .details__container {
    padding: 0 80px;
  }
  .details__top {
    padding: 24px 0 16px;
  }
  .details__title {
    font-size: 24px;
    line-height: 32px;
  }
  .details__content {
    gap: 56px;
  }
  .details__info {
    gap: 16px;
  }
  .details__col {
    gap: 16px;
  }
  .details__item {
    font-size: 14px;
    line-height: 21px;
  }
  .details__key {
    margin-bottom: 6px;
  }
  .details__value:not(:first-child) {
    margin-bottom: 6px;
  }
  .person__container {
    padding: 0px 24px;
  }
  .person__container {
    gap: 56px;
  }
  .person__title {
    font-size: 24px;
    line-height: 32px;
  }
  .person__content {
    max-width: calc(50% - 56px);
  }
  .employees {
    padding-bottom: 40px;
  }
  .employees__container {
    padding: 0px 24px;
  }
  .employees__top {
    padding: 24px 0 16px 56px;
    gap: 56px;
  }
  .employees__title {
    font-size: 24px;
    line-height: 32px;
  }
  .employees__nav {
    gap: 8px;
  }
  .employees__prev,
  .employees__next {
    width: 34px;
    height: 34px;
  }
  .employees__slider.swiper {
    height: 339px;
    margin-top: 8px;
  }
  .employees__card.swiper-slide {
    padding: 6px;
    width: calc(25% - 12px);
  }
  .employees__photobox {
    padding: 16px;
    max-height: 164px;
  }
  .employees__photobox img {
    max-width: 60%;
  }
  .employees__info {
    padding: 12px;
  }
  .employees__label {
    margin-bottom: 4px;
  }
  .employees__name {
    margin-bottom: 16px;
  }
  .request__container {
    padding: 0px 24px;
  }
  .request__container {
    padding-left: 80px;
    padding-right: 80px;
    gap: 56px;
  }
  .request__title {
    font-size: 24px;
    line-height: 32px;
  }
  .request__btn {
    padding: 8px 16px 10px;
  }
  .request__imagebox {
    max-width: calc(50% - 56px);
  }
  .text__container {
    padding: 0px 24px;
  }
  .text__container {
    padding-left: 80px;
    gap: 56px;
  }
  .text__title {
    font-size: 24px;
    line-height: 32px;
  }
  .html__title {
    font-size: 24px;
    line-height: 32px;
  }
  .html__container {
    padding: 0px 24px;
  }
  .html__container {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (max-width: 1024px) {
  .nav__list {
    font-size: 14px;
    line-height: 21px;
  }
  .to-top {
    width: 34px;
    height: 34px;
  }
}
@media (max-width: 782px) {
  body.admin-bar .header-wrapper {
    top: 46px;
  }
}
@media (max-width: 768px) {
  body {
    min-width: 360px;
  }
  .header__container {
    padding: 0 16px;
  }
  .header__container {
    padding: 8px 16px;
  }
  .header__nav {
    display: none;
  }
  .to-top:hover {
    color: var(--primary-color);
  }
  .to-top {
    bottom: calc(var(--mobile-menu-height, 0px) + 16px);
    right: 16px;
  }
  .mobile-menu {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    backdrop-filter: blur(32px);
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    transition: transform 0.3s ease, opacity 0.3s ease;
    padding-bottom: env(safe-area-inset-bottom);
  }
  .mobile-menu--hidden {
    transform: translateY(100%);
    opacity: 0;
    pointer-events: none;
  }
  .breadcrumbs {
    padding: 0 16px;
  }
  .form__imagebox {
    position: relative;
    max-width: 100%;
    margin-bottom: 16px;
    min-height: 200px;
  }
  .form__container {
    padding: 0 16px;
  }
  .form__container {
    height: auto;
  }
  .form__wrapper {
    flex-direction: column;
    padding: 16px;
    border-radius: 16px;
  }
  .form__tag {
    margin-bottom: 8px;
  }
  .form__tag {
    margin-bottom: 16px;
  }
  .form__title {
    margin-bottom: 8px;
  }
  .form__description {
    max-width: 100%;
    margin-bottom: 16px;
  }
  .form__form {
    max-width: 100%;
  }
  .form__success,
  .form__fail {
    max-width: 100%;
  }
  .form__input {
    border-radius: 8px;
  }
  .form__button {
    width: 100%;
    margin-top: 16px;
  }
  .form__error {
    bottom: -20px;
  }
  .footer {
    padding-bottom: var(--mobile-menu-height, 0px);
  }
  .footer__container {
    padding: 0 16px;
  }
  .footer__main {
    display: none;
  }
  .footer__bottom .footer__container {
    flex-direction: column;
    gap: 16px;
    padding: 16px;
  }
  .hero {
    height: 577px;
  }
  .hero__bg {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .hero__container {
    padding: 0 16px;
  }
  .hero__content {
    position: relative;
    top: 0;
    left: 0;
    margin-top: 40px;
  }
  .hero__list {
    overflow: auto;
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: 16px;
    padding: 0 16px;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .hero__card {
    min-width: 232px;
  }
  .hero__nav {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 24px;
  }
  .page {
    height: auto;
    padding: 40px 0 24px;
  }
  .page .loader {
    margin-top: 65px;
  }
  .page__bg--mobile {
    display: block;
    height: auto;
  }
  .page__bg--desktop {
    display: none;
  }
  .page__container {
    padding: 0 16px;
  }
  .page__container {
    flex-direction: column-reverse;
    height: auto;
  }
  .page__content {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 24px;
  }
  .page__title {
    font-size: 32px;
    line-height: 32px;
  }
  .page__description {
    max-width: 100%;
  }
  .economy {
    padding: 32px 0 16px;
  }
  .economy__container {
    padding: 0 16px;
  }
  .economy__content {
    padding-right: 0;
    margin: 0;
  }
  .economy__text {
    margin-bottom: 8px;
  }
  .contacts {
    padding-bottom: 24px;
  }
  .contacts__container {
    padding: 0 16px;
  }
  .contacts__container {
    padding: 0 16px;
  }
  .contacts__content {
    flex-direction: column-reverse;
    gap: 24px;
    max-height: none;
  }
  .contacts__info {
    flex-direction: column;
    gap: 16px;
  }
  .contacts__map {
    aspect-ratio: 3/2;
    border-radius: 16px;
  }
  .download {
    padding: 32px 0;
  }
  .download__container {
    padding: 0 16px;
  }
  .download__wrapper {
    border-radius: 16px;
    padding: 16px;
    flex-direction: column-reverse;
    gap: 8px;
  }
  .download__imagebox {
    max-width: 100%;
    margin-bottom: -16px;
    margin-top: 0;
    min-height: 100px;
  }
  .download__content {
    width: 100%;
    padding: 0;
  }
  .download__tag {
    margin-bottom: 8px;
  }
  .download__title {
    margin-bottom: 8px;
  }
  .download__text {
    margin-bottom: 8px;
  }
  .download__label {
    display: none;
  }
  .download__links {
    gap: 8px;
  }
  .conditions {
    padding-bottom: 24px;
  }
  .conditions__container {
    padding: 0 16px;
  }
  .conditions__top {
    flex-direction: column;
    gap: 16px;
    padding: 32px 0 16px;
    align-items: flex-start;
  }
  .conditions__description {
    width: 100%;
  }
  .conditions__list {
    min-height: 185px;
    overflow: auto;
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: 16px;
    padding: 56px 16px 0;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .conditions__card {
    min-width: 295px;
  }
  .conditions__nav {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 24px;
  }
  .presence__container {
    padding: 0 16px;
  }
  .presence__container {
    flex-direction: column;
  }
  .presence__content {
    padding: 0;
  }
  .presence__title {
    padding: 32px 0 0;
  }
  .presence__numbers {
    font-size: 130px;
    line-height: 130px;
    margin-top: 32px;
    gap: 20px;
  }
  .presence__imagebox {
    margin-top: -185px;
    z-index: -1;
    min-height: 350px;
  }
  .holding {
    padding: 32px 0;
  }
  .holding__container {
    padding: 0 16px;
  }
  .holding__wrapper {
    padding: 24px;
    border-radius: 16px;
    gap: 24px;
  }
  .holding__content {
    width: 100%;
  }
  .holding__tag {
    margin-bottom: 8px;
  }
  .holding__title {
    margin-bottom: 12px;
  }
  .holding__text {
    margin-bottom: 24px;
  }
  .gradient {
    padding: 32px 0;
  }
  .gradient__container {
    padding: 0 16px;
  }
  .gradient__wrapper {
    height: auto;
    border-radius: 16px;
    flex-direction: column;
    align-items: flex-start;
  }
  .gradient__imagebox {
    position: relative;
    max-width: 100%;
    min-height: 200px;
  }
  .gradient__img {
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .gradient__img--mobile {
    display: block;
  }
  .gradient__img--desktop {
    display: none;
  }
  .gradient__content {
    padding: 0 16px 24px;
    margin-right: 0;
    width: 100%;
    margin-top: -50px;
  }
  .gradient__tag {
    margin-bottom: 8px;
  }
  .gradient__tag {
    margin-bottom: 12px;
  }
  .gradient__title {
    max-width: 100%;
    margin-bottom: 4px;
  }
  .gradient__text {
    max-width: 100%;
    margin-bottom: 24px;
  }
  .trust {
    padding-bottom: 16px;
  }
  .trust__container {
    padding: 0 16px;
  }
  .trust__top {
    flex-direction: column;
    gap: 16px;
    padding: 32px 0 16px;
    align-items: flex-start;
  }
  .trust__text {
    width: 100%;
  }
  .faq {
    padding: 32px 0 24px;
  }
  .faq__container {
    padding: 0 16px;
  }
  .faq__container {
    gap: 24px;
    flex-direction: column;
  }
  .faq__imagebox {
    max-width: 100%;
    min-height: 200px;
  }
  .faq__content {
    max-width: 100%;
  }
  .faq__title {
    margin-bottom: 0px;
  }
  .numbers {
    padding: 32px 0;
  }
  .numbers__container {
    padding: 0 16px;
  }
  .numbers__wrapper {
    border-radius: 16px;
    padding: 16px;
    gap: 16px;
    flex-direction: column;
  }
  .numbers__imagebox {
    max-width: 100%;
    min-height: 100px;
  }
  .cards__container {
    padding: 0 16px;
  }
  .cards__top {
    flex-direction: column;
    gap: 16px;
    padding: 32px 0 16px;
    align-items: flex-start;
  }
  .cards__description {
    width: 100%;
  }
  .cards__list {
    flex-direction: column;
    padding-top: 0;
    gap: 8px;
  }
  .cards__card {
    width: 100%;
    padding: 16px;
    border-radius: 16px;
  }
  .icons {
    padding-bottom: 24px;
  }
  .icons__container {
    padding: 0 16px;
  }
  .icons__top {
    flex-direction: column;
    gap: 16px;
    padding: 32px 0 16px;
    align-items: flex-start;
  }
  .icons__description {
    width: 100%;
  }
  .icons__list {
    margin-top: 0;
    gap: 16px;
    flex-wrap: nowrap;
    overflow: auto;
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: 16px;
    padding: 0 16px;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .icons__list::after {
    display: none;
  }
  .icons__center {
    display: none;
  }
  .icons__card {
    min-width: 296px;
    padding: 0;
    text-align: left;
    align-items: flex-start;
  }
  .icons__card:nth-child(4n+1)::after, .icons__card:nth-child(4n+2)::after {
    display: none;
  }
  .icons__nav {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: flex-end;
  }
  .photos {
    padding-bottom: 24px;
  }
  .photos__container {
    padding: 0 16px;
  }
  .photos__top {
    flex-direction: column;
    gap: 16px;
    padding: 32px 0 16px;
    align-items: flex-start;
  }
  .photos__description {
    width: 100%;
  }
  .photos__list {
    margin-top: 0;
    gap: 16px;
    flex-wrap: nowrap;
    overflow: auto;
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: 16px;
    padding: 0 16px;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .photos__card {
    min-width: 315px;
    padding: 16px;
    border-radius: 16px;
    height: 247px;
  }
  .photos__nav {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: flex-end;
  }
  .steps {
    padding-bottom: 24px;
  }
  .steps__container {
    padding: 0 16px;
  }
  .steps__top {
    flex-direction: column;
    gap: 16px;
    padding: 32px 0 16px;
    align-items: flex-start;
  }
  .steps__description {
    width: 100%;
  }
  .steps__list {
    padding: 0;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 16px;
  }
  .steps__card {
    width: 100%;
    padding: 24px 16px;
    border-radius: 16px;
  }
  .steps__card:nth-child(1)::after {
    display: none;
  }
  .steps__card:nth-child(2)::after {
    display: none;
  }
  .steps__card:nth-child(3) {
    order: unset;
  }
  .steps__card:nth-child(3)::after {
    display: none;
  }
  .steps__number {
    font-size: 18px;
    line-height: 24px;
    top: auto;
    font-weight: 700;
  }
  .steps__number::after {
    content: ".";
    position: absolute;
    right: -6px;
    bottom: 0;
  }
  .steps__name {
    margin-left: 24px;
  }
  .history__container {
    padding: 0 16px;
  }
  .history__top {
    flex-direction: column;
    gap: 16px;
    padding: 32px 0 16px;
    align-items: flex-start;
  }
  .history__description {
    width: 100%;
  }
  .history__list {
    padding-top: 0;
    gap: 16px;
    flex-direction: column;
  }
  .history__card {
    width: 100%;
    padding: 16px;
    border-radius: 16px;
  }
  .banner {
    height: 540px;
  }
  .banner__bg {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .banner__container {
    padding: 0 16px;
  }
  .banner__content {
    position: relative;
    top: 0;
    left: 0;
    gap: 16px;
    width: auto;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    margin-top: 32px;
  }
  .banner__title {
    font-size: 40px;
    line-height: 44px;
  }
  .banner__list {
    overflow: auto;
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: 24px;
    padding: 0 16px;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .banner__card {
    min-width: 260px;
  }
  .banner__nav {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 24px;
  }
  .ticker__content {
    padding: 24px 0;
    font-size: 32px;
    line-height: 32px;
  }
  .itt {
    flex-direction: column;
    padding: 32px 0 24px;
  }
  .itt--button .itt__container {
    flex-direction: column-reverse;
  }
  .itt__container {
    padding: 0 16px;
  }
  .itt__container {
    flex-direction: column-reverse;
    gap: 16px;
    align-items: flex-start;
  }
  .itt__imagebox {
    max-width: 100%;
    min-height: 200px;
  }
  .itt__content {
    max-width: 100%;
  }
  .itt__title {
    margin-bottom: 0;
  }
  .map-content {
    flex-direction: column;
    padding: 32px 0 24px;
  }
  .map-content__container {
    padding: 0 16px;
  }
  .map-content__container {
    flex-direction: column-reverse;
    gap: 16px;
    align-items: flex-start;
  }
  .map-content__mapbox {
    max-width: 100%;
    border-radius: 16px;
  }
  .map-content__content {
    max-width: 100%;
  }
  .map-content__title {
    margin-bottom: 16px;
  }
  .map-content__text {
    margin-bottom: 16px;
  }
  .map-content__btn {
    margin-bottom: 24px;
  }
  .details {
    padding-bottom: 24px;
  }
  .details__container {
    padding: 0 16px;
  }
  .details__content {
    flex-direction: column;
    gap: 16px;
  }
  .details__info {
    flex-direction: column;
    width: 100%;
  }
  .details__imagebox {
    min-height: 200px;
    width: 100%;
  }
  .person {
    padding: 16px 0 24px;
  }
  .person__container {
    padding: 0 16px;
  }
  .person__container {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
  }
  .person__title {
    margin-bottom: 16px;
  }
  .person__content {
    margin-right: 0;
    max-width: 100%;
  }
  .person__info {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
  }
  .person__col {
    gap: 8px;
  }
  .person__imagebox {
    width: 100%;
  }
  .employees__container {
    padding: 0 16px;
  }
  .employees__top {
    flex-direction: column;
    gap: 16px;
    padding: 32px 0 16px;
    align-items: flex-start;
  }
  .employees__top {
    padding-bottom: 0;
  }
  .employees__nav {
    margin-top: 24px;
    justify-content: flex-end;
  }
  .employees__slider.swiper {
    height: 371px;
  }
  .employees__card.swiper-slide {
    border-radius: 16px;
    width: 234px;
  }
  .request {
    padding: 32px 0 24px;
  }
  .request__container {
    padding: 0 16px;
  }
  .request__container {
    flex-direction: column-reverse;
    gap: 8px;
  }
  .request__title {
    margin-bottom: 16px;
  }
  .request__imagebox {
    min-height: 100px;
    max-width: 100%;
  }
  .text {
    padding: 32px 0 24px;
  }
  .text__container {
    padding: 0 16px;
  }
  .text__container {
    flex-direction: column;
    gap: 16px;
    padding-left: 16px;
    align-items: flex-start;
  }
  .text__title {
    margin-bottom: 16px;
  }
  .text__col p:not(:last-child) {
    margin-bottom: 16px;
  }
  .html__container {
    padding: 0 16px;
  }
  .html__content .table-wrapper {
    overflow: auto;
    margin-left: -16px;
    margin-right: -16px;
    padding: 0 16px;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .html__content table {
    border-radius: 16px;
    white-space: nowrap;
  }
  .html__content thead th {
    padding: 12px;
  }
  .html__content tbody td {
    padding: 12px;
  }
}
@media (max-width: 720px) {
  .holding__wrapper {
    padding: 16px;
    flex-direction: column;
    gap: 8px;
  }
  .holding__imagebox {
    max-width: 100%;
    margin-top: 0;
    min-height: 200px;
  }
  .trust__list {
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 0;
  }
  .trust__card {
    width: calc(33% - 7px);
    flex: none;
  }
}
@media (max-width: 600px) {
  .economy__container {
    flex-direction: column;
    align-items: flex-start;
  }
  .economy__imagebox {
    max-width: 100%;
    flex-direction: column;
  }
}
@media (max-width: 540px) {
  .trust__card {
    width: calc(50% - 6px);
  }
}
@media (min-width: 769px) {
  html {
    min-width: 1000px;
    overflow-x: auto;
  }
}
@media (prefers-reduced-motion: reduce) {
  .ticker__track {
    animation: none;
  }
}
/*!***************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./node_modules/swiper/swiper.css ***!
  \***************************************************************************************************************************************************************************************************************************/
/**
 * Swiper 12.1.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2026 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 18, 2026
 */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
  .swiper-slide,
  .swiper-cube-shadow {
    transform-style: preserve-3d;
  }
}

/* CSS Mode */
.swiper-css-mode {
  > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
    &::-webkit-scrollbar {
      display: none;
    }
  }
  > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
  &.swiper-horizontal {
    > .swiper-wrapper {
      scroll-snap-type: x mandatory;
    }
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-slides-offset-before);
      scroll-margin-inline-start: var(--swiper-slides-offset-before);
    }
    > .swiper-wrapper > .swiper-slide:last-child {
      margin-inline-end: var(--swiper-slides-offset-after);
    }
  }
  &.swiper-vertical {
    > .swiper-wrapper {
      scroll-snap-type: y mandatory;
    }
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-slides-offset-before);
      scroll-margin-block-start: var(--swiper-slides-offset-before);
    }
    > .swiper-wrapper > .swiper-slide:last-child {
      margin-block-end: var(--swiper-slides-offset-after);
    }
  }
  &.swiper-free-mode {
    > .swiper-wrapper {
      scroll-snap-type: none;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: none;
    }
  }
  &.swiper-centered {
    > .swiper-wrapper::before {
      content: "";
      flex-shrink: 0;
      order: 9999;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: center center;
      scroll-snap-stop: always;
    }
  }
  &.swiper-centered.swiper-horizontal {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      height: 100%;
      min-height: 1px;
      width: var(--swiper-centered-offset-after);
    }
  }
  &.swiper-centered.swiper-vertical {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      width: 100%;
      min-width: 1px;
      height: var(--swiper-centered-offset-after);
    }
  }
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d {
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom,
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
  }
  .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress),
.swiper-watch-progress .swiper-slide-visible {
  .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
  }
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
