@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style-type: none;
  text-decoration: none;
  outline: none;
  font-family: "Montserrat", sans-serif;
  border: none;
  outline: none;
}
html {
  scroll-behavior: smooth;
  height: 100%;
}

body {
  overflow-x: hidden;
  height: 100%;
}

.container {
  padding: 15px;
}

svg,
img {
  display: block;
}

.wrapper {
  padding: 0 45px;
}

.about-us--page .wrapper {
  padding: 0 40px;
}
/* #region HEADER */
.header {
  position: fixed;
  top: 0;
  left: 15px;
  width: calc(100% - 30px);
  background: transparent;
  padding: 38px 0;
  border-radius: 10px;
  z-index: 10;
  transition: 0.3s;
}

.header.scroll {
  top: 20px;
  box-shadow: 0 4px 10px 0 rgba(39, 67, 102, 0.1);
  background: #fff;
  padding: 20px 0;
  border-radius: 10px;
}

.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-left {
  display: flex;
  align-items: center;
  gap: 30px;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 13px;
}

.header-logo-link {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.header-logo {
  max-width: 182px;
}

.header-logo img {
  width: 100%;
}

.header__slogan {
  display: flex;
  align-items: center;
  align-self: stretch;
  max-width: 320px;
  position: relative;
  font-weight: 700;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #274366;
  margin-left: 8px;
}

.header__slogan:before {
  position: absolute;
  content: "";
  top: 0;
  left: -20px;
  height: 100%;
  width: 2px;
  background: #e4c38d;
  border-radius: 10px;
}

.header-phone {
  font-size: 20px;
  font-weight: 500;
  color: #333;
  transition: 0.3s;
}

.header-phone span {
  font-weight: 700;
  color: #335682;
}

.header-link:hover path {
  fill: #335682 !important;
  fill-opacity: 1;
}

.header-burger {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.header-burger:hover path {
  stroke: #3065a7;
}
/* #endregion */

/* #region MAIN-HERO */
.banner {
  position: relative;
  height: 659px;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
  padding-bottom: 54px;
}

.banner .wrapper {
  position: relative;
  height: 100%;
  z-index: 2;
}

.banner-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.banner-title {
  position: relative;
  max-width: 1078px;
  font-weight: 600;
  font-size: 66px;
  line-height: 102%;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: #172e47;
}

.banner-animate {
  display: inline-block;
  position: relative;
  width: calc(100% + 90px);
  max-width: calc(100% + 90px);
  height: 135px;
  padding-left: 45px;
  margin-left: -45px;
  overflow: hidden;
}

.home-page .banner-animate--btns {
  height: 64px;
}

.banner-animate_le {
  position: absolute;
  font-size: 66px;
  line-height: 102%;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  opacity: 0;
  transform: translateX(100%);
  animation: slideBanner 12s infinite;
}

.banner-animate_le:nth-child(1) {
  animation-delay: 0s;
}
.banner-animate_le:nth-child(2) {
  animation-delay: 4s;
}
.banner-animate_le:nth-child(3) {
  animation-delay: 8s;
}

.banner-animate_le span {
  color: #335682;
}

@keyframes slideBanner {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  10% {
    opacity: 1;
    transform: translateX(0);
  }
  30% {
    opacity: 1;
    transform: translateX(0);
  }
  40% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 0;
    transform: translateX(-100%);
  }
}

.banner-btn {
  position: relative;
  display: flex;
  gap: 10px;
  margin-top: 40px;
  padding-left: 45px;
  margin-left: -45px;
}

.blue-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  background: #335682;
  border-radius: 6px;
  padding: 22px 40px;
  transition: 0.3s;
  -webkit-tap-highlight-color: transparent;
}

.blue-btn:hover {
  background: #d1af79;
}

.banner-content .blue-btn {
  position: absolute;
  text-align: center;
  min-width: 250px;
  height: 64px;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
  transition: opacity 0.6s ease;
}

.banner-content .blue-btn.show {
  opacity: 1;
  pointer-events: auto;
}
/* #endregion */

.title {
  max-width: 860px;
  font-weight: 600;
  font-size: 40px;
  line-height: 110%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #333;
}

.document-block .title {
  max-width: 700px;
}

.title span {
  color: #335682;
}

.subtitle {
  font-weight: 600;
  font-size: 24px;
  line-height: 110%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #333;
  margin-top: 5px;
}

.subtitle span {
  color: #335682;
}

.text {
  font-weight: 400;
  /* font-size: 13px; */
  font-size: 15px;
  color: #434343;
}

.header-block {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 57px;
  margin-bottom: 30px;
}

.header-block .text {
  max-width: 434px;
}

/* #region MAIN-DOCUMENT-BLOCK */
.document-block {
  padding: 92px 0 70px;
}

.document-block-content {
  position: relative;
  display: flex;
  gap: 10px;
  width: calc(100% + 120px);
  margin-left: -60px;
  padding: 0 60px;
  overflow: auto;
  isolation: isolate;
}

.document-block-content::-webkit-scrollbar {
  width: 0;
}

.document-block-content::-webkit-scrollbar-track {
  background-color: transparent;
}

.document-block-content::-webkit-scrollbar-thumb {
  background-color: transparent;
}

.document-el {
  position: relative;
  min-width: 257px;
  height: 242px;
  padding: 25px;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  background: #fff;
  flex-shrink: 0;
  overflow: hidden;
  transition: 0.3s;
  z-index: 1;
}

.document-el--info {
  max-width: 542px;
  background: #335682;
  padding: 40px;
  transition:
    left 0.3s,
    position 0.3s;
  z-index: 3;
}

.document-el--info.fixed {
  position: sticky;
  left: 0;
}

.document-el.document-el--info.fixed {
  border: 1px solid #335682;
}

.document-block-content .mask {
  position: sticky;
  left: -60px;
  top: 0;
  width: 60px;
  height: 242px;
  background: #fff;
  z-index: 20;
  pointer-events: none;
  flex-shrink: 0;
  display: none;
}

.document-block-content .mask.active {
  display: block;
}

.document-el--mobile {
  display: none;
  width: 305px;
  height: 242px;
  background: #335682;
}

.document-el--info .document-el__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 106%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 19px;
}

.document-el--mobile .document-el__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 106%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 19px;
}

.document-el__subtitle {
  max-width: 462px;
  font-weight: 400;
  /* font-size: 13px; */
  font-size: 15px;
  letter-spacing: -0.01em;
  color: #fff;
  margin-bottom: 27px;
}

.document-el__link {
  display: inline-block;
  border-radius: 6px;
  padding: 22px 40px;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  color: #333;
  background: #fff;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: 0.3s;
}

.document-el__link:hover {
  background: #d1af79;
  color: #fff;
}

.document-el img {
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  z-index: 1;
  transition: 0.3s;
}

.document-el .document__hover {
  opacity: 0;
}

.document-el:hover .document__hover {
  opacity: 1;
  z-index: 2;
}

.document-el__title {
  position: relative;
  z-index: 3;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  color: #434343;
  transition: 0.3s;
}

.document-el:not(.document-el--info) .document-el__title {
  max-width: 200px;
}

.document-el:hover {
  background: #f2f5f9;
}

.document-el.document-el--info:hover,
.document-el.document-el--mobile:hover {
  background: #335682;
}

.document-el:hover .document-el__title {
  color: #335682;
}

.document-el.document-el--info:hover .document-el__title {
  color: #fff;
}
.document-el.document-el--mobile:hover .document-el__title {
  color: #fff;
}

.document-el--big {
  width: 542px;
}

.document-el:first-child {
  width: 517px;
}

@media (max-width: 1200px) {
  .document-block-content .mask {
    left: -15px;
    width: 15px;
  }
}

@media (max-width: 768px) {
  .document-el.document-el--info {
    display: none;
  }
  .document-el.document-el--info.fixed {
    display: none;
  }
  .document-el.document-el--mobile {
    display: block;
  }
}
/* #endregion */

/* #region MAIN-ADVANTAGES */
.advantages {
  padding: 80px 0;
  background: #f1f2f3;
  border-radius: 5px;
}

.advantages-list {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 11px;
}

.advantages-el {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(100% / 3 - 22px / 3);
  min-height: 204px;
  background: #fff;
  border-radius: 5px;
  padding: 30px;

  opacity: 0;
  transition: opacity 1s ease-out;
}

.advantages-el.animated {
  opacity: 1;
}

.advantages-el.animated.delay-1 {
  transition-delay: 0s;
}
.advantages-el.animated.delay-2 {
  transition-delay: 0.2s;
}
.advantages-el.animated.delay-3 {
  transition-delay: 0.4s;
}
.advantages-el.animated.delay-4 {
  transition-delay: 0.6s;
}
.advantages-el.animated.delay-5 {
  transition-delay: 0.8s;
}
.advantages-el.animated.delay-6 {
  transition-delay: 1s;
}
.advantages-el.animated.delay-7 {
  transition-delay: 1.2s;
}
.advantages-el.animated.delay-8 {
  transition-delay: 1.4s;
}
.advantages-el.animated.delay-9 {
  transition-delay: 1.6s;
}

.advantages-el__title {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  color: #335682;
  cursor: pointer;
  transition: color 0.2s;
}

.advantages-el__question {
  font-weight: 700;
  font-size: 18px;
  color: #ffffff;
}

.advantages-el__title:hover,
.advantages-el__title:focus {
  color: #3065a7;
}

.advantages-el__description {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.advantages-el__text {
  font-weight: 400;
  /* font-size: 13px; */
  font-size: 15px;
  letter-spacing: 0.01em;
  color: #000;
}

.advantages-el__text--blue {
  color: #ffffff;
}

.advantages-el__more {
  display: inline-block;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  color: #335682;
  cursor: pointer;
  transition: color 0.2s;
}

.advantages-el__more:hover,
.advantages-el__more:focus {
  color: #3065a7;
}

.advantages-el--silver {
  border: 1px solid rgba(39, 67, 102, 0.11);
  background: transparent;
}

.advantages-el--blue {
  justify-content: space-between;
  background: #335682;
}

.advantages-el__btn {
  max-width: 288px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 56px;
}

.advantages-el--img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* #endregion */

/* #region MAIN-ABOUT-US */
.timeline {
  padding: 70px 0;
}

.timeline .header-title {
  width: 55.35%;
}

.timeline .title {
  max-width: 720px;
}

.timeline .header-block .text {
  width: 32.57%;
  max-width: unset;
}

.timeline__content {
  width: 100%;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  margin: 60px 0 0;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(51, 86, 130, 0.23);
}

.timeline__item {
  position: relative;
  opacity: 0;
}

.timeline__content .timeline__item:first-child {
  width: 22.15%;
}
.timeline__content .timeline__item:nth-child(2) {
  width: 31.45%;
}
.timeline__content .timeline__item:last-child {
  width: 32.57%;
}

.timeline__item.timeline-animated {
  animation: aboutFadeIn 0.8s forwards;
  animation-delay: var(--timeline-delay, 0s);
}

.about-us--page .timeline__content .timeline__item:last-child {
  width: 14.8%;
}

.about-us--page .timeline__item-name {
  max-width: 170px;
}

.timeline__item:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  bottom: -35px;
  left: 0;
  background: #335682;
  border-radius: 100%;

  opacity: 0;
  transform: scale(0.5);
}

.about-us--page .timeline__item:before {
  position: absolute;
  content: "";
  width: 12px;
  height: 22px;
  bottom: -42px;
  left: calc(84.5px - 11.285vw);
  background-image: url("../img/arrow-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;

  opacity: 0;
  transform: translateX(-10px);
}

.about-us--page .timeline__content .timeline__item:nth-child(2):before {
  left: calc(94.5px - 11.285vw);
}

.about-us--page .timeline__content--mobile .timeline__item:before {
  width: 22px;
  height: 12px;
  bottom: 0px;
  left: -35px;
  background-image: url("../img/arrow-down.svg");
  transform: translateY(-10px);
}

.about-us--page .timeline__content .timeline__item.timeline-animated:before {
  animation: arrowFadeIn 0.8s forwards;
  animation-delay: var(--dot-delay, 0s);
}

.about-us--page .timeline__content .timeline__item:first-child:before {
  display: none;
}

.about-us--page .timeline__content--mobile .timeline__item.timeline-animated:before {
  animation: arrowFadeInVertical 0.8s forwards;
  animation-delay: var(--dot-delay, 0s);
}

.about-us--page .timeline__content--mobile .timeline__item:last-child:before {
  display: none;
}

.timeline__item.timeline-animated:after {
  animation: dotFadeIn 0.8s forwards;
  animation-delay: var(--dot-delay, 0s);
}

.timeline__item-title {
  font-weight: 600;
  font-size: 40px;
  line-height: 110%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #335682;
  margin-bottom: 24px;
}

.timeline__item-title span {
  color: #172e47;
}

.timeline__item-text {
  max-width: 453px;
  font-weight: 400;
  font-size: 14px;
  color: #333;
}

/* ABOUT-US PAGE */
.second-page.about-us--page .banner {
  margin-bottom: 20px;
}

.about-us--page .footer {
  margin-top: 0;
}

.about-us--page .timeline {
  min-height: 463px;
  background-color: #f1f2f3;
  border-radius: 10px;
  padding: 80px 0 160px;
  margin-bottom: 80px;
}

.about-us--page .timeline__content {
  gap: 0px;
  padding-right: 20px;
  padding-left: 20px;
}

.about-us--page .timeline__content--mobile {
  display: none;
}

.about-us--page .timeline__item {
  max-width: none;
  width: 22.57%;
}

.about-us--page .timeline__content .timeline__item:first-child,
.about-us--page .timeline__content .timeline__item:nth-child(2) {
  width: 22.57%;
}

.about-us--page .timeline__item-top {
  font-weight: 600;
  font-size: 40px;
  line-height: 110%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #335682;
}

.timeline__item-bottom {
  position: absolute;
  bottom: -120px;
  left: 0;
  font-weight: 600;
  font-size: 40px;
  line-height: 110%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #335682;
}

.about-us--page .timeline__item-year {
  font-size: 24px;
  color: #335682;
}

.about-us--page .timeline__item-name {
  font-size: 24px;
  color: #335682;
}
.about-us--page .timeline__item-second-name {
  font-size: 24px;
  color: #172e47;
}

@keyframes aboutFadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes dotFadeIn {
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes arrowFadeIn {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes arrowFadeInVertical {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1360px) {
  .about-us--page .timeline {
    padding: 80px 15px 160px;
  }
}

@media (max-width: 768px) {
  .second-page.about-us--page .banner {
    margin-bottom: 58px;
  }

  .about-us--page .timeline__content--mobile .timeline__item:before {
    bottom: 11px;
  }
}
/* #endregion */

/* #region MAIN-BANNER-BLOCK */
.banner-block {
  background: #f1f2f3;
  border-radius: 5px;
  overflow: hidden;
}

.banner-block__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-repeat: no-repeat;
  border-radius: 10px;
  height: 519px;
}

.banner-block__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.banner-block__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-block__inner .wrapper {
  position: relative;
  z-index: 2;
}

.banner-block__title {
  font-weight: 600;
  font-size: 40px;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 19px;
}

.banner-block__subtitle {
  font-weight: 400;
  font-size: 15px;
  line-height: 108%;
  color: #fff;
  margin: 19px 0 47px;
}

.banner-block__link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  color: #333;
  border-radius: 5px;
  width: 170px;
  height: 56px;
  background: #fff;
  transition:
    background 0.3s,
    color 0.3s;
}

.banner-block__link:hover {
  background: #d1af79;
  color: #fff;
}
/* #endregion */

/* #region MAIN-CUSTOMERS */
.customers {
  margin: 80px 0;
}

.customers-slider {
  position: relative;
  overflow: hidden;
  padding: 0 40px;
}

.customers-content {
  display: flex;
  gap: 10px;
  width: 100%;
  overflow: auto;
}

.customers-content::-webkit-scrollbar {
  width: 0;
}

.customers-content::-webkit-scrollbar-track {
  background-color: transparent;
}

.customers-content::-webkit-scrollbar-thumb {
  background-color: transparent;
}

/* Стрелки - показываем только на десктопе */
.customers-arrow {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 13px;
  height: 22px;
  cursor: pointer;
  background: none;
  transition: all 0.3s;
  z-index: 10;
}

.customers-arrow svg {
  width: 100%;
  height: 100%;
}

.customers-arrow svg:hover {
  color: #8b96abb9;
}

.customers-arrow--prev {
  left: 15px;
  animation: bounceyPrev 1.6s linear infinite;
  -webkit-tap-highlight-color: transparent;
}

.customers-arrow--next {
  right: 15px;
  animation: bounceyNext 1.6s linear infinite;
  -webkit-tap-highlight-color: transparent;
}

@keyframes bounceyPrev {
  0% {
    transform: translate(0, -50%);
  }
  50% {
    transform: translate(6px, -50%);
  }
  100% {
    transform: translate(0, -50%);
  }
}

@keyframes bounceyNext {
  0% {
    transform: translate(0, -50%);
  }
  50% {
    transform: translate(-6px, -50%);
  }
  100% {
    transform: translate(0, -50%);
  }
}

/* @media (min-width: 1872px) {
  .customers-arrow {
    display: none;
  }
} */

.customers-arrow--prev.disabled {
  color: #8b96abb9;
  animation: none;
}

.customers-arrow--next.disabled {
  display: none;
  animation: none;
}

/* Показываем стрелки только на десктопе */
@media (min-width: 1200px) {
  .customers-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* Для слайдера на десктопе */
  .customers-content {
    overflow: hidden;
  }

  /* Скрываем горизонтальный скролл на десктопе */
  .customers-content::-webkit-scrollbar {
    display: none;
  }
}

@media (max-width: 1200px) {
  .customers-slider {
    padding: 0;
  }
}

@media (max-width: 768px) {
  .customers-content {
    overflow-x: auto;
  }
}

.customers-content__el {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  max-width: 433px;
  height: 236px;
  border: 1px solid rgba(39, 67, 102, 0.11);
  border-radius: 5px;
  padding: 36px 30px;
  overflow: hidden;
  transition: 0.3s;
}

.customers-content__el:hover {
  background: #f2f5f9;
}

.customers-content__num {
  font-weight: 600;
  font-size: 17px;
  color: #cb9949;
  margin-bottom: 22px;
}

.customers-content__desc {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}

.customers-content__title {
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  color: #434343;
  transition: 0.3s;
}

.customers-content__el:hover .customers-content__title {
  color: #335682;
}

.customers-content__text {
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.01em;
  color: #434343;
}
/* #endregion */

/* #region MAIN-MATRIX */
.matrix {
  padding-bottom: 70px;
}

.matrix-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.matrix-el {
  position: relative;
  width: calc(100% / 3 - 20px / 3);
  padding: 30px;
  border: 1px solid rgba(39, 67, 102, 0.11);
  border-radius: 5px;
  background: #fff;
  min-height: 174px;
  overflow: hidden;

  opacity: 0;
  transition: opacity 1s ease-out;
}

.matrix-el.animated {
  opacity: 1;
}

.matrix-el.animated.delay-1 {
  transition-delay: 0s;
}
.matrix-el.animated.delay-2 {
  transition-delay: 0.1s;
}
.matrix-el.animated.delay-3 {
  transition-delay: 0.2s;
}
.matrix-el.animated.delay-4 {
  transition-delay: 0.3s;
}
.matrix-el.animated.delay-5 {
  transition-delay: 0.4s;
}
.matrix-el.animated.delay-6 {
  transition-delay: 0.5s;
}
.matrix-el.animated.delay-7 {
  transition-delay: 0.6s;
}
.matrix-el.animated.delay-8 {
  transition-delay: 0.7s;
}
.matrix-el.animated.delay-9 {
  transition-delay: 0.8s;
}
.matrix-el.animated.delay-10 {
  transition-delay: 0.9s;
}
.matrix-el.animated.delay-11 {
  transition-delay: 1s;
}

.matrix-el__head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}

.matrix-el__title {
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  color: #434343;
}

.matrix-el__num {
  font-weight: 600;
  font-size: 17px;
  color: #cb9949;
}

.matrix-el__text {
  font-weight: 400;
  /* font-size: 13px; */
  font-size: 15px;
  letter-spacing: 0.01em;
  color: #434343;
}

.matrix-el--img img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.matrix-banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  border-radius: 10px;
  background: #335682;
  margin-top: 20px;
  padding: 44px 38px;
}

.matrix-banner__title {
  max-width: 503px;
  font-weight: 700;
  font-size: 20px;
  line-height: 122%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
}

.matrix-banner__text {
  max-width: 316px;
  font-weight: 400;
  /* font-size: 13px; */
  font-size: 15px;
  letter-spacing: 0.01em;
  color: #fff;
}

.matrix-banner__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  width: 289px;
  height: 64px;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  color: #172e47;
  background: #fff;
  transition:
    background 0.3s,
    color 0.3s;
}

.matrix-banner__btn:hover {
  background: #d1af79;
  color: #fff;
}
/* #endregion */

/* #region MAIN-WHY-DM */
.why-dm {
  max-height: 624px;
  background: #f1f2f3;
  border-radius: 5px;
  padding-top: 80px;
  overflow-y: hidden;
  margin-bottom: 80px;
}

.why-dm__container {
  display: flex;
  justify-content: space-between;
}

.why-dm__left {
  width: 36%;
}

.why-dm__left-title {
  font-weight: 600;
  font-size: 40px;
  line-height: 110%;
  text-transform: uppercase;
  color: #333;
}

.why-dm__left-title span {
  color: #335682;
}

.why-dm__desc {
  font-size: 14px;
  font-weight: 400;
  color: #888;
  margin-top: 18px;
}

.why-dm__right {
  position: relative;
  width: 50%;
  display: flex;
  align-items: flex-start;
}

.why-dm__list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.why-dm__list-wrap {
  position: relative;
  height: 556px;
  overflow-y: auto;
  scrollbar-width: none;
}

.why-dm__down-arrow {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 24px;
  opacity: 0.7;
  z-index: 10;
  cursor: pointer;
  animation: bounceyUpDown 1.6s linear infinite;
  -webkit-tap-highlight-color: transparent;
}

@keyframes bounceyUpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(6px);
  }
  100% {
    transform: translateY(0);
  }
}

.why-dm__fade {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 140px;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(241, 242, 243, 0) 0%, #f1f2f399 10%, #f1f2f3df 20%, #f1f2f3e0 100%);
  z-index: 2;
  transition: opacity 0.3s;
  will-change: transform;
}

.why-dm__item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 35px 0;
  border-bottom: 1px solid #e3e6ea;
  opacity: 1;
  transition: opacity 0.4s;
}

.why-dm__item.in-view {
  opacity: 1;
}

.why-dm__item:first-child {
  padding-top: 0;
}

.why-dm__item:last-child {
  padding-bottom: 80px;
}

.why-dm__item.active {
  opacity: 1;
  transform: translateY(0);
}

.why-dm__num {
  display: block;
  min-width: 48px;
  font-weight: 600;
  font-size: 18px;
  color: #cb9949;
}

.why-dm__item-desc {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.why-dm__item-title {
  display: block;
  font-weight: 600;
  font-size: 35px;
  line-height: 35px;
  text-transform: uppercase;
  color: #335682;
}

.why-dm__item-text {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #434343;
}
/* #endregion */

/* #region MAIN-SLIDER-BLOCK */
.slider-desktop {
  display: block;
}

.slider-mobile {
  display: none;
}

@media (max-width: 768px) {
  .slider-desktop {
    display: none;
  }
  .slider-mobile {
    display: block;
  }
}

.slider-vertical {
  position: relative;
  overflow: hidden;
  height: 547px;
  border-radius: 10px;
}

/* .about-us--page .slider-vertical {
  min-height: 647px;
} */

.slider-desktop .slider-vertical {
  height: 100%;
}

.slider-vertical .slick-list,
.slider-vertical .slick-track {
  height: 100% !important;
}

.slider-container {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}

/* Стрелки - показываем только на десктопе */
.slider-arrow {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 13px;
  height: 22px;
  cursor: pointer;
  background: none;
  transition: all 0.3s;
  z-index: 10;
}

.slider-arrow svg {
  width: 100%;
  height: 100%;
}

.slider-arrow svg:hover {
  color: #8b96abb9;
}

.slider-arrow--prev {
  left: 15px;
  animation: bounceyPrev 1.6s linear infinite;
  -webkit-tap-highlight-color: transparent;
}

.slider-arrow--next {
  right: 15px;
  animation: bounceyNext 1.6s linear infinite;
  -webkit-tap-highlight-color: transparent;
}

.slider-arrow svg path {
  fill: #fff;
}

.slider-arrow:hover svg path {
  fill: #adb4c1;
}

.slider-arrow--prev.slick-disabled {
  animation: none;
  cursor: none;
}

.slider-arrow--prev.slick-disabled svg path {
  fill: #8b96abb9;
}

/* about-us--page */
.about-us--page .slider-arrow svg path {
  fill: #8b96abb9;
}
.about-us--page .slider-arrow:hover svg path {
  fill: rgb(106, 102, 102);
}

.about-us--page .slider-arrow--prev.slick-disabled svg path {
  fill: #8b96abb9;
}

.slider-arrow--next.slick-disabled {
  animation: none;
  cursor: none;
  display: none !important;
}

.slider-arrow--next.slick-disabled svg path {
  fill: #8b96abb9;
}

@media (max-width: 768px) {
  .slider-container {
    background-image: none !important;
    overflow: visible;
  }
}

.slider-vertical .slick-slide {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 540px;
  padding: 70px 45px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-page .slider-vertical .slick-slide {
  background-position: bottom right;
}

/* @media (min-width: 769px) {
  .slider-vertical .slick-slide {
    background-image: none !important;
  }
} */

.slider-head {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 100px;
}

.slider__num {
  font-weight: 600;
  font-size: 50px;
  line-height: 110%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.41);
}

.slider__title {
  max-width: 500px;
  font-weight: 600;
  font-size: 35px;
  line-height: 110%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #fff;
}

.slider-bottom {
  position: relative;
  padding-top: 24px;
}

.slider-bottom:before {
  position: absolute;
  content: "";
  width: 60%;
  height: 1px;
  left: 0;
  top: 0;
  background: linear-gradient(to right, #fff, transparent);
  opacity: 0.16;
}

.checklist {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 37px;
  max-width: 787px;
}

.checklist__el {
  display: flex;
  gap: 10px;
  max-width: 375px;
  width: 50%;
}

.checklist__el__num {
  font-weight: 600;
  font-size: 14px;
  line-height: 110%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.41);
}

.checklist__el__text {
  max-width: 474px;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
}

.checklist__el__text span {
  font-weight: 400;
}

.slick-slide.last-slide {
  justify-content: center;
}

.slider__subtitle {
  max-width: 528px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  margin: 20px 0 40px;
}

.slider__link {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  width: 288px;
  height: 64px;
  background: #fff;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  color: #172e47;
  transition:
    background-color 0.3s,
    color 0.3s;
}

.slider__link:hover {
  background: #d1af79;
  color: #fff;
}
/* #endregion */

/* #region MAIN-WORK */
.work {
  margin: 80px 0;
}

.work-slider {
  position: relative;
  overflow: hidden;
  padding: 0 40px;
}

.work-content {
  display: flex;
  gap: 10px;
  width: 100%;
  /* margin-left: -60px; */
  /* padding: 0 60px; */
  overflow: auto;
}

.work-content::-webkit-scrollbar {
  width: 0;
}

.work-content::-webkit-scrollbar-track {
  background-color: transparent;
}

.work-content::-webkit-scrollbar-thumb {
  background-color: transparent;
}

.work-arrow--prev {
  left: 20px;
  animation: bounceyPrev 1.6s linear infinite;
  -webkit-tap-highlight-color: transparent;
}

.work-arrow--next {
  right: 20px;
  animation: bounceyNext 1.6s linear infinite;
  -webkit-tap-highlight-color: transparent;
}

.work-arrow--prev.disabled {
  color: #8b96abb9;
  animation: none;
}

.work-arrow--next.disabled {
  display: none;
  animation: none;
}

@media (min-width: 1200px) {
  .work-content {
    overflow: hidden;
  }

  .work-content::-webkit-scrollbar {
    display: none;
  }
}

@media (max-width: 1200px) {
  .work-slider {
    padding: 0;
  }
}

@media (max-width: 768px) {
  .work-content {
    overflow-x: auto;
  }
}

.work-content__el {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: space-between;
  width: 433px;
  height: 190px;
  border: 1px solid rgba(39, 67, 102, 0.11);
  border-radius: 5px;
  padding: 36px 92px 36px 30px;
  overflow: hidden;
  opacity: 0;
}

.work-content__el.work-animated {
  animation: fadeIn 0.5s forwards;
  animation-delay: var(--work-delay, 0s);
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

.work-content__el:hover {
  background: #f2f5f9;
}

.work-content__title {
  max-width: 277px;
  font-weight: 700;
  font-size: 18px;
  color: #434343;
  transition: 0.3s;
}

.work-content__el:hover .work-content__title {
  color: #335682;
}

.work-content__text {
  font-weight: 400;
  /* font-size: 13px; */
  font-size: 15px;
  letter-spacing: 0.01em;
  color: #434343;
}

.work-content__num {
  position: absolute;
  left: calc(100% - 90px);
  top: -30px;
  font-weight: 700;
  font-size: 204px;
  text-transform: uppercase;

  opacity: 0;
  transform: translateX(60px);
}

.work-content__num--one {
  color: #688bb854;
}

.work-content__num--two {
  color: #688bb887;
}

.work-content__num--three {
  color: #33568299;
}

.work-content__num--four {
  color: #335682e5;
  left: calc(100% - 98px);
}

.work-content__num.work-animated-num {
  animation: numIn 0.8s forwards;
  animation-delay: var(--work-num-delay, 0s);
}

@keyframes numIn {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* #endregion */

/* #region MAIN-BENEFITS */
.benefits {
  position: relative;
  /* height: 941px; */
  height: auto;
  overflow: hidden;
  padding: 80px 45px;
}

.benefits__bg {
  border-radius: 10px;
  position: absolute;
  inset: 0;
  background: url("../img/benefits.jpg") center/cover no-repeat;
  z-index: 1;
}

.benefits__header {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  align-items: end;
  gap: 10px;
  margin-bottom: 35px;
  z-index: 2;
}

.benefits__title {
  position: relative;
  max-width: 376px;
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: left;
  color: #fff;
  opacity: 0;
  z-index: 2;
}

.benefits__subtitle {
  grid-column: 3/3;
  text-align: left;
  max-width: 434px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  opacity: 0;
}

.benefits__cards {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 10px;
  margin-bottom: 40px;
  z-index: 2;
}

.benefits__card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  min-width: 0;
  height: 174px;
  background-color: #fff;
  border-radius: 5px;
  padding: 32px 28px 20px 28px;
  opacity: 0;
  transform: translateY(40px);
  transition: background-color 0.3s ease;
}

.benefits__card:nth-child(1) {
  grid-row: 1;
  grid-column: 1;
  animation-delay: 1.2s;
}
.benefits__card:nth-child(2) {
  grid-row: 1;
  grid-column: 3;
  animation-delay: 1.5s;
}
.benefits__card:nth-child(3) {
  grid-row: 2;
  grid-column: 2;
  animation-delay: 1.8s;
}
.benefits__card:nth-child(4) {
  grid-row: 3;
  grid-column: 1;
  animation-delay: 2.1s;
}
.benefits__card:nth-child(5) {
  grid-row: 3;
  grid-column: 3;
  animation-delay: 2.3s;
}

.benefits__card--glass {
  background-color: #ffffff33;
  backdrop-filter: blur(28.200000762939453px);
}

.benefits__card-title {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -1px;
  line-height: 110%;
  color: #434343;
}
.benefits__card-text {
  display: block;
  /* font-size: 13px; */
  font-size: 15px;
  font-weight: 400;
  margin-top: 12px;
  color: #434343;
}

.benefits__card--glass .benefits__card-title,
.benefits__card--glass .benefits__card-text {
  color: #fff;
}

.benefits__card:hover {
  background-color: #e9eef8;
}

.benefits__card:hover .benefits__card-title {
  color: #3065a7;
}
.benefits__card:hover .benefits__card-text {
  color: #434343;
}

.benefits__desc {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 70px;
  color: #fff;
  z-index: 2;
}

.benefits__desc-main {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 110%;
  text-align: left;
  text-transform: uppercase;
  opacity: 0;
  margin-bottom: 20px;
}

.benefits__desc-sub {
  font-size: 15px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  opacity: 0;
}

.benefits__link {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  min-width: 227px;
  height: 64px;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  color: #172e47;
  background: #fff;
  transition:
    background 0.3s,
    color 0.3s;
  -webkit-tap-highlight-color: transparent;
  opacity: 0;
}

.benefits__link:hover {
  background: #d1af79;
  color: #fff;
}

.benefits__title.benefits-animated,
.benefits__subtitle.benefits-animated,
.benefits__card.benefits-animated,
.benefits__desc-main.benefits-animated,
.benefits__desc-sub.benefits-animated,
.benefits__link.benefits-animated {
  animation: fadeInUp 0.7s forwards;
  animation-delay: var(--benefits-delay, 0s);
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* #endregion */

/* #region MAIN-FORM */
.form {
  display: flex;
  background: #f1f2f3;
  border-radius: 10px;
  margin: 80px 0;
}

.form-content {
  width: 45%;
  flex-shrink: 0;
}

.form-text {
  display: flex;
  flex-direction: column;
  gap: 83px;
  flex-grow: 1;
  padding: 63px 0 77px 129px;
}

.form-description {
  max-width: 473px;
  font-weight: 400;
  font-size: 15px;
  color: #172e47;
  margin-top: 20px;
}

.link-phone {
  font-weight: 400;
  font-size: 30px;
  color: #434343;
  transition: 0.3s;
}

.form-data {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.form-data__inner {
  display: flex;
  align-items: center;
  gap: 17px;
}

.link-phone span {
  font-weight: 600;
  color: #335682;
}

.link-phone:hover {
  text-decoration: underline;
  text-decoration-skip-ink: none;
}

.email-company {
  font-weight: 400;
  font-size: 16px;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #434343;
  transition: 0.3s;
}

.email-company:hover {
  text-decoration: none;
}

.social {
  display: flex;
  align-items: center;
  gap: 13px;
}

.social__link path {
  fill: #7f94af;
  transition: 0.3s;
}

.social__link:hover path {
  fill: #335682;
}

.form-content {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #335682;
  padding: 70px 0;
}

.form-tel {
  max-width: 380px;
}

.form .form-group,
.popup .form-group {
  display: flex;
  flex-direction: column;
  max-width: 380px;
  margin-bottom: 10px;
}

.popup .form-group--bottom {
  margin-bottom: 30px;
}

.form .form-group label,
.popup .form-group label {
  font-weight: 400;
  font-size: 13px;
  color: #e9eef8;
  margin-bottom: 4px;
}

.popup .form-group label {
  color: #172e47;
}

.form .form-group label span,
.popup .form-group label span {
  font-weight: 400;
  font-size: 12px;
  color: #fff;
}

.popup .form-group label span {
  color: #172e47;
}

.form .form-group input,
.popup .form-group input {
  width: 100%;
  border: 1px solid rgba(233, 238, 248, 0.3);
  border-radius: 5px;
  padding: 12px 20px 14px;
  color: #e9eef8;
  font-weight: 400;
  font-size: 13px;
  background: transparent;
  transition: 0.3s;
}
.popup .form-group input {
  color: #172e47;
  background: #f1f2f3;
}

.form .form-group input:hover,
.popup .form-group input:hover {
  border: 1px solid rgba(233, 238, 248, 0.6);
}

.popup .form-group input:hover {
  border: 1px solid #3333334d;
}

.form .form-group input:focus,
.popup .form-group input:focus {
  border: 1px solid #e9eef8;
  outline: none;
}

.popup .form-group input:focus {
  border: 1px solid #438be3;
  background: #fff;
}

.form .form-group input::placeholder,
.popup .form-group input::placeholder {
  color: rgba(233, 238, 248, 0.5);
}

.popup .form-group input::placeholder {
  color: #a9a9a9;
}

.phone-input {
  position: relative;
  display: flex;
  align-items: center;
}

.iti--allow-dropdown input.iti__tel-input {
  padding: 12px 80px 14px 20px;
}

.iti--allow-dropdown input.iti__tel-input[type="tel"] {
  padding: 12px 80px 14px 20px;
}

/* Скрываем сообщения об ошибках по умолчанию */
.popup .form-error-mes {
  position: absolute;
  bottom: -20px;
  left: 0;
  font-size: 12px;
  color: #f00;
}

.form .form-error-mes,
.popup .form-error-mes {
  display: none;
}

/* Показываем сообщение об ошибке когда есть класс error на input */
.form .form-group input.error + .form-error-mes,
.form .form-group input.error ~ .form-error-mes,
.popup .form-group input.error + .form-error-mes,
.popup .form-group input.error ~ .form-error-mes {
  display: flex;
}

/* Для телефонного поля с intl-tel-input */
.form .form-group .phone-input input.error ~ .form-error-mes,
.form .form-group .phone-input .iti__tel-input.error ~ .form-error-mes,
.popup .form-group .phone-input input.error ~ .form-error-mes,
.popup .form-group .phone-input .iti__tel-input.error ~ .form-error-mes {
  display: flex;
}

/* Для случая когда error-mes находится после phone-input контейнера */
.form .form-group .phone-input input.error ~ .form-error-mes,
.form .form-group .phone-input .iti__tel-input.error ~ .form-error-mes,
.form .form-group .phone-input:has(input.error) + .form-error-mes,
.form .form-group .phone-input:has(.iti__tel-input.error) + .form-error-mes,
.form .form-group .phone-input.error + .form-error-mes,
.popup .form-group .phone-input input.error ~ .form-error-mes,
.popup .form-group .phone-input .iti__tel-input.error ~ .form-error-mes,
.popup .form-group .phone-input:has(input.error) + .form-error-mes,
.popup .form-group .phone-input:has(.iti__tel-input.error) + .form-error-mes,
.popup .form-group .phone-input.error + .form-error-mes {
  display: flex;
}

/* Стилизация полей ввода в состоянии ошибки */
.form .form-group input.error,
.popup .form-group input.error {
  border: 1px solid #f00;
}

/* Показать сообщение об ошибке для чекбоксов */
.popup .form-group.error .error-mes,
.form .form-group.error .error-mes,
.form-checkbox-container.error .error-mes {
  display: flex;
}

/* Показать сообщение об ошибке для обычных полей с классом error */
.popup .form-group input.error ~ .error-mes,
.form .form-group input.error ~ .error-mes {
  display: flex;
}

.country-select {
  position: absolute;
  width: 62px;
  right: 3px;
  border-radius: 3px;
  display: none; /* Скрываем, так как используется .iti__selected-flag */
}

.phone-input.has-value .country-select {
  display: none; /* Больше не используется */
}

#dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 62px;
  height: 36px;
  background: rgba(233, 238, 248, 0.3);
  border-radius: 3px;
  cursor: pointer;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  color: #e9eef8;
}

#dropdown-toggle:hover {
  background: rgba(233, 238, 248, 0.4);
}

#dropdown-toggle.active {
  background: #6a83a5;
  border-radius: 3px 3px 0 0;
}

#dropdown-toggle.active svg {
  transform: rotate(180deg);
}

#country-list {
  width: 100%;
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  background: #6a83a5;
  list-style: none;
  padding: 0;
  margin: 0;
  border-radius: 0 0 3px 3px;
  overflow: hidden;
}

#country-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 11px 0 12px;
  cursor: pointer;
  background: #6a83a5;
  transition: 0.3s;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  color: #e9eef8;
}

#country-list li:hover {
  background: #7e95b3;
}

/* #region INTL-TEL-INPUT */
.iti {
  width: 100% !important;
}

.iti__flag-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background: #e9eef869;
}

.iti--allow-dropdown .iti__flag-container,
.iti--show-selected-dial-code .iti__flag-container {
  right: 0;
  left: auto;
}

.iti__country-list {
  border-radius: unset !important;
  border-bottom-left-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
  border: 1px solid rgba(233, 238, 248, 0.3) !important;
  background: #6a83a5 !important;
  max-height: 200px !important;
  scrollbar-width: thin !important;
  scrollbar-color: #335682 transparent !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1) !important;
}

.iti__country-list::-webkit-scrollbar {
  width: 3px !important;
}

.iti__country-list::-webkit-scrollbar-track {
  background: transparent !important;
}

.iti__country-list::-webkit-scrollbar-thumb {
  background: #335682 !important;
  border-radius: 3px !important;
}

.iti__country {
  padding: 12px !important;
  color: #e9eef8 !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  transition: background-color 0.3s !important;
  border-bottom: 1px solid rgba(233, 238, 248, 0.1) !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4px;
}

.iti__country:last-child {
  border-bottom: none !important;
}

.iti__country:hover,
.iti__country.iti__highlight {
  background: #7e95b3 !important;
}

.iti__flag-box {
  max-width: 20px;
  height: 100%;
}

.iti__flag-box,
.iti__country-name {
  flex: 1;
  text-align: center;
  margin-right: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.iti__flag {
  border-radius: 2px;
}

.iti__selected-flag {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 62px;
  height: 36px;
  width: 100%;
  background: #e9eef84d;
  border-radius: 3px;
  border: none;
  margin-right: 3px;
  transition: background-color 0.3s;
}

.iti__selected-flag:hover {
  background: rgba(233, 238, 248, 0.4) !important;
}

.popup .iti__selected-flag,  .modal .iti__selected-flag{
  background: #335682 !important;
}

.popup .iti__selected-flag:hover, .modal .iti__selected-flag:hover{
  background: #d1af79 !important;
}

.iti__selected-flag .iti__arrow {
  border-top: 4px solid #e9eef8 !important;
  border-left: 3px solid transparent !important;
  border-right: 3px solid transparent !important;
  margin-left: 6px !important;
}

.iti--allow-dropdown input[type="tel"] {
  border: 1px solid rgba(233, 238, 248, 0.3) !important;
  border-radius: 5px !important;
  color: #e9eef8 !important;
  font-weight: 400 !important;
  font-size: 13px !important;
  background: transparent !important;
  transition: 0.3s !important;
}

.popup .iti--allow-dropdown input[type="tel"], .modal .iti--allow-dropdown input[type="tel"]{
  border: 1px solid transparent !important;
  background: #f1f2f3 !important;
  color: #172e47 !important;
}

.iti--allow-dropdown input[type="tel"]:hover {
  border: 1px solid rgba(233, 238, 248, 0.6) !important;
}

.popup .iti--allow-dropdown input[type="tel"]:hover, .modal .iti--allow-dropdown input[type="tel"]:hover {
  border: 1px solid #3333334d !important;
}

.iti--allow-dropdown input[type="tel"]:focus {
  border: 1px solid #e9eef8 !important;
  outline: none !important;
}

.popup .iti--allow-dropdown input[type="tel"]:focus, .modal .iti--allow-dropdown input[type="tel"]:focus {
  border: 1px solid #438be3 !important;
  background: #fff !important;
  outline: none !important;
}

.iti--allow-dropdown input[type="tel"]::placeholder {
  color: rgba(233, 238, 248, 0.5) !important;
}

.popup .iti--allow-dropdown input[type="tel"]::placeholder, .modal .iti--allow-dropdown input[type="tel"]::placeholder {
  color: #a9a9a9 !important;
}

.iti--allow-dropdown input[type="tel"].error {
  border: 1px solid #ff0000 !important;
}

.popup .iti--allow-dropdown input[type="tel"].error,  .modal .iti--allow-dropdown input[type="tel"].error{
  border: 1px solid #ff0000 !important;
}

.iti__dial-code {
  color: #e9eef8 !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
}

.country-code-text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 15px;
  font-size: 12px;
  font-weight: 400;
  color: #e9eef8;
  text-transform: uppercase;
  line-height: 1;
}

.iti__country .country-code-text {
  color: #e9eef8 !important;
  background: rgba(233, 238, 248, 0.15) !important;
}

.iti__selected-flag {
  display: flex;
  align-items: center;
  justify-content: center;
}

.iti--inline-dropdown .iti__dropdown-content {
  position: absolute;
  z-index: 2;
  right: 3px;
  margin-top: 0;
  margin-left: -3px;
  border: 1px solid #ccc;
  box-shadow: none;
}

.iti__dropdown-content {
  border: none !important;
  width: 162px !important;
  height: 36px !important;
  background: #e9eef84d;
  border-top-left-radius: 3px !important;
  border-top-right-radius: 3px !important;
}

.iti__search-input {
  height: 36px;
  padding: 12px !important;
  border: none !important;
  border-radius: unset !important;
  border-top-left-radius: 3px !important;
  border-top-right-radius: 3px !important;
  border-bottom: 1px solid rgba(233, 238, 248, 0.3);
  background: #f6f6f6 !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  color: #434343 !important;
}

.popup .iti__search-input, .modal .iti__search-input {
  color: #fff !important;
}

.iti__search-input::placeholder {
  font-size: 13px;
  font-weight: 400;
  color: #434343 !important;
}

.popup .iti__search-input, .modal .iti__search-input {
  background: #335682 !important;
}

.popup .iti__search-input::placeholder, .modal .iti__search-input::placeholder {
  color: #fff !important;
}
/* #endregion */

/* Чекбокс для формы связи на главной*/
.form-checkbox-container {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

.form-checkbox-wrapper {
  position: relative;
  margin-bottom: 6px;
}

.form__checkbox-label {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  column-gap: 15px;
  top: -4px;
  cursor: pointer;
  user-select: none;
  --webkit-tap-highlight-color: transparent;
}

.form__checkbox {
  position: absolute;
  opacity: 0;
}

.form__custom-checkbox {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  background: #fff;
  position: relative;
  cursor: pointer;
  transition: background 0.3s;
  --webkit-tap-highlight-color: transparent;
}

.form__custom-checkbox:hover {
  background: #d1af79;
}

.form__checkbox:checked + .form__checkbox-label .form__custom-checkbox:hover {
  background: #d1af79;
}

.form__checkbox:checked + .form__checkbox-label .form__custom-checkbox::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 7px;
  width: 9px;
  height: 6px;
  background: url('data:image/svg+xml;utf8,<svg width="9" height="6" viewBox="0 0 9 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M2.77842 4.84891L0.914503 3.19324C0.705013 3.00716 0.366607 3.00716 0.157117 3.19324C-0.0523724 3.37932 -0.0523724 3.67992 0.157117 3.866L2.40242 5.86044C2.61191 6.04652 2.95031 6.04652 3.1598 5.86044L8.84288 0.812326C9.05237 0.626243 9.05237 0.325646 8.84288 0.139563C8.63339 -0.0465209 8.29499 -0.0465209 8.0855 0.139563L2.77842 4.84891Z" fill="%23335682"/></svg>')
    no-repeat center center;
  background-size: contain;
}

.form-personal {
  font-weight: 400;
  font-size: 11px;
  color: #fff;
}

.form-personal a {
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #fff;
  transition: 0.3s;
}

.form-personal a:hover {
  text-decoration: none;
}

.form-agreement {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 380px;
  width: 100%;
  border-radius: 6px;
  padding: 6px 12px 6px 6px;
  background-color: #6a83a5;
  margin-top: 17px;
  gap: 10px;
}

.form-agreement__note {
  display: flex;
  justify-content: center;
  gap: 10px;
  min-width: 180px;
}

.form-agreement__note p {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
}

.form-agreement__note img {
  width: 14px;
  height: 25px;
}

.form-tel__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  width: 165px;
  height: 64px;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  background-color: #fff;
  color: #172e47;
  cursor: pointer;
  transition:
    background-color 0.3s,
    color 0.3s;
  -webkit-tap-highlight-color: transparent;
}

.form-tel__btn:hover {
  background: #d1af79;
  color: #fff;
}
/* #endregion */

/* #region MAIN-QUESTIONS */
.questions {
  border: 1px solid #e7eaee;
  border-radius: 10px;
  background: #f1f2f3;
  padding: 80px 0;
}

.questions .title {
  max-width: 670px;
}

.questions-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0 20px;
}

.questions__el {
  border-radius: 10px;
  background: #fff;
  transition: 0.3s;
  padding: 28px 25px 28px;
  opacity: 0;
  transform: translateY(-20px);
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.home-page .questions__el.questions-animated {
  animation: fadeInUp 0.8s forwards;
  animation-delay: var(--questions-delay, 0s);
}

.questions__el:hover {
  box-shadow: 0 1px 12px 0 rgba(51, 86, 130, 0.19);
}

.questions__el:hover .questions__title {
  color: #335682;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.questions-header {
  display: flex;
  justify-content: space-between;
  gap: 18px;
}

.questions__title {
  font-weight: 700;
  font-size: 16px;
  color: #434343;
  margin-top: 5px;
}

.questions__title.active {
  color: #335682;
}

.questions-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 28px;
  border-radius: 5px;
  background: #e9eef8;
  transition: 0.3s;
  flex-shrink: 0;
  -webkit-tap-highlight-color: transparent;
}

.questions-btn.active {
  background: #335682;
}

.questions-btn__open {
  display: none;
}

.questions-btn.active .questions-btn__open {
  display: block;
}

.questions-btn.active .questions-btn__close {
  display: none;
}

.questions-body {
  display: none;
  margin-top: 11px;
  font-weight: 400;
  font-size: 14px;
  color: #333;
}
/* #endregion */

/* #region FOOTER */
.footer {
  border-radius: 10px;
  background: #0c1623;
  margin-top: 80px;
  padding: 47px 70px 35px;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px 80px;
}

.footer-top__el {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  min-width: 220px;
}

.footer-top__el:nth-child(2) {
  min-width: 380px;
  max-width: 380px;
}

.footer-top__el:nth-child(3) {
  min-width: 280px;
  max-width: 280px;
}

.footer-logo {
  max-width: 208px;
}

.footer-logo img {
  width: 100%;
}

.footer-phone__link {
  font-weight: 400;
  font-size: 26px;
  color: #fff;
  transition: 0.3s;
}

.footer-phone__link span {
  font-weight: 600;
}

.footer-phone__link:hover {
  text-decoration: underline;
  text-decoration-skip-ink: none;
}

.work-time {
  display: flex;
  justify-content: space-between;
}

.footer-text {
  font-weight: 400;
  font-size: 14px;
  color: #74767d;
}

.footer-email__link {
  font-weight: 400;
  font-size: 16px;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #fff;
  transition: 0.3s;
}

.footer-email__link:hover {
  text-decoration: none;
}

.footer-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  width: 201px;
  height: 64px;
  background: #2a2c3d;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  transition: background 0.3s;
}

.footer-btn:hover {
  background: #d1af79;
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px 80px;
  padding: 76px 0 62px;
}

.nav__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 220px;
}

.nav__list:nth-child(2) {
  min-width: 380px;
  max-width: 380px;
}

.nav__list:nth-child(3) {
  min-width: 280px;
  max-width: 280px;
}

.nav-list--blocks {
  display: flex;
  gap: 30px;
}

.nav-list--blocks div {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.nav__title {
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  margin-bottom: 20px;
  transition: 0.3s;
  -webkit-tap-highlight-color: transparent;
}

.nav__title:hover {
  color: rgba(255, 255, 255, 0.7);
}

.nav__el {
  max-width: 256px;
  font-weight: 400;
  font-size: 14px;
  color: #74767d;
  transition: 0.3s;
}

.nav__el:hover {
  color: #fff;
}

.copy {
  display: flex;
  /* flex-wrap: wrap; */
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px 80px;
}

.copy > .footer-text {
  display: block;
  min-width: 220px;
}

.copy__copyright-legal {
  display: block;
  min-width: 380px;
  max-width: 380px;
  font-weight: 400;
  font-size: 13px;
  color: #74767d;
  transition: 0.3s;
  text-decoration: none;
}

.copy__copyright-legal:nth-of-type(2) {
  min-width: 280px;
  max-width: 280px;
}

.copy__copyright-legal:hover {
  color: #fff;
}

.developer {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 220px;
}

.developer:hover span {
  color: white;
}

.developer:hover svg path {
  fill: white;
}

.menu {
  position: fixed;
  z-index: 11;
  top: -130%;
  left: 0;
  width: 100%;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 4px 17px 0 rgba(0, 0, 0, 0.09);
  background: #f9f9f9;
  padding: 41px 67px 40px 67px;
  transition: 0.3s;
}

.menu.active {
  top: 0;
}

.menu-bottom {
  display: flex;
  justify-content: space-between;
  gap: 40px 30px;
}

.location {
  display: flex;
  align-items: center;
  gap: 67px;
  min-width: 350px;
}

.location-address {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #333;
  cursor: pointer;
}

.location-address:hover {
  text-decoration: none;
}

.location-address--note {
  display: inline-block;
  font-weight: 400;
  font-size: 13px;
  line-height: 146%;
  color: #74767d;
  text-decoration: none;
}

.support {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 220px;
}

.support__mail {
  font-weight: 400;
  font-size: 14px;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #74767d;
}

.support__mail:hover {
  text-decoration: none;
}

.support__text {
  font-weight: 400;
  font-size: 13px;
  color: #74767d;
}

.cookie-data {
  min-width: 220px;
  max-width: 220px;
  font-weight: 400;
  font-size: 13px;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #74767d;
  -webkit-tap-highlight-color: transparent;
}

.personal-data {
  min-width: 260px;
  max-width: 264px;
  font-weight: 400;
  font-size: 13px;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #74767d;
  -webkit-tap-highlight-color: transparent;
}

.cookie-data:hover,
.personal-data:hover {
  text-decoration: none;
}

.menu .nav {
  display: flex;
  justify-content: space-between;
  gap: 40px 30px;
  padding: 50px 0;
}

.menu .nav-col:first-of-type {
  min-width: 350px;
}

.menu .nav-col {
  min-width: 220px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.menu .nav-col:last-of-type {
  min-width: 260px;
}

.menu .nav__title {
  font-size: 18px;
  color: #274366;
}

.menu .nav__el {
  color: #74767d;
}

.menu .nav__title:hover {
  color: rgba(39, 67, 102, 0.5);
}

.menu .nav__el:hover {
  color: #335682;
}

.menu .header-burger:hover path {
  fill: #3065a7;
}

.document-slider {
  position: relative;
  display: inline-block;
  width: 320px;
  height: 24px;
  overflow: hidden;
  top: 3px;
}

.document-slider__el {
  position: absolute;
  width: 100%;
  white-space: nowrap;
  color: #335682;
  text-align: left;
  opacity: 0;
  transform: translate(100%);
}

.document-slider__el.active {
  opacity: 1;
  transform: translate(0);
  transition: 1s;
}

.document-slider__el.prev {
  transform: translate(-100%);
  opacity: 0;
  transition: 1s;
}

.mobile-link {
  display: none;
}

.menu .nav__title {
  font-weight: 600;
  margin-bottom: 0;
}
.nav__list__head {
  margin-bottom: 10px;
}

.nav__list__inner {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.nav__list__arrow {
  display: none;
}
/* #endregion */

/* #region POPUP */
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  background: rgba(0, 0, 0, 0.53);
  transition: 0.3s;
  opacity: 0;
  z-index: -1;
}

.popup.active {
  opacity: 13;
  z-index: 13;
}

.el-detailed {
  position: absolute;
  max-width: 923px;
  width: calc(100% - 30px);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.popup-content.el-detailed {
  max-width: 923px;
}

.el-detailed-content {
  width: 100%;
  max-height: 90vh;
  border-radius: 5px;
  background: #fff;
  padding: 40px;
  overflow: auto;
}

.el-detailed-content::-webkit-scrollbar {
  width: 3px;
}

.el-detailed-content::-webkit-scrollbar-track {
  background: white;
}

.el-detailed-content::-webkit-scrollbar-thumb {
  background: gray;
}

.el-detailed__subtitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0 20px;
}

.el-detailed__link-catalog {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 12px;
  color: #666;
  transition: 0.3s;
}

.el-detailed__link-catalog:hover {
  color: #d1af79;
}

.el-detailed__link-catalog:hover path {
  fill: #d1af79;
}

.popup-cross {
  position: absolute;
  top: 0;
  left: calc(100% + 15px);
  cursor: pointer;
}
/* #endregion */

/* #region COOKIE POPUP */
.cookie-popup {
  position: fixed;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  z-index: 9999;
  background: #0820408c;
  backdrop-filter: blur(23.5px);
  color: #fff;
  border-radius: 10px;
  padding: 35px 30px;
  max-width: 1035px;
  width: 80%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 34px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}

.cookie-popup.active {
  opacity: 1;
  pointer-events: auto;
}

.cookie-popup__text {
  flex: 1 1 0;
  min-width: 0;
  font-size: 14px;
  font-weight: 400;
}

.cookie-popup__link {
  color: #fff;
  text-decoration: underline dotted;
  font-weight: 700;
  transition: color 0.2s;
  -webkit-tap-highlight-color: transparent;
}

.cookie-popup__link span {
  font-weight: 600;
}

.cookie-popup__link:hover {
  text-decoration: none;
}

.cookie-popup__actions {
  display: flex;
  gap: 10px;
}

.cookie-popup__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 6px;
  padding: 24px 16px;
  background: #fff;
  color: #335682;
  cursor: pointer;
  min-width: 177px;
  font-weight: 700;
  transition:
    background 0.2s,
    color 0.2s;
}

.cookie-popup__btn--accept {
  background: #335682;
  color: #fff;
  min-width: 153px;
}

.cookie-popup__btn--accept:hover {
  background-color: #d1af79;
}

.cookie-popup__btn--decline:hover {
  background: #d1af79;
  color: #fff;
}

@media (max-width: 900px) {
  .cookie-popup__text {
    flex: auto;
  }
}

@media (max-width: 768px) {
  .cookie-popup {
    align-items: stretch;
    width: 95vw;
    height: 339px;
    left: 50%;
    bottom: 10px;
    padding: 40px 30px;
    font-size: 14px;
    font-weight: 400;
    gap: 35px;
  }

  .cookie-popup__actions {
    width: 100%;
    flex-direction: column;
  }

  .cookie-popup__btn {
    width: 100%;
    min-width: 0;
  }
}
/* #endregion */

/* #region COOKIE POLICY POPUP */
.cookie-policy-popup {
  position: fixed;
  overflow: hidden;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(8, 32, 64, 0.54);
  display: none;
  align-items: center;
  justify-content: center;
}

.cookie-policy-popup.active {
  display: flex;
}

.cookie-policy-popup__content {
  position: relative;
  background: #fff;
  border-radius: 5px;
  max-width: 625px;
  width: 95vw;
  max-height: 90vh;
  padding: 40px 10px 40px 40px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 3px 15px 0px #0000001a;
}

.cookie-policy-popup__close {
  position: absolute;
  top: 18px;
  right: 24px;
  background: none;
  border: none;
  font-size: 32px;
  color: #335682;
  cursor: pointer;
  z-index: 2;
  transition: color 0.2s;
}

.cookie-policy-popup__close:hover {
  color: #082040;
}

.cookie-policy-popup__title {
  font-size: 34px;
  font-weight: 600;
  color: #333333;
  letter-spacing: -0.03em;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.cookie-policy-popup__title span {
  color: #335682;
}

.cookie-policy-popup__scroll {
  overflow-y: auto;
  flex: 1 1 auto;
  max-height: 43vh;
  padding-right: 30px;
  scrollbar-width: thin;
  scrollbar-color: #cccccc transparent;
}

.cookie-policy-popup__scroll::-webkit-scrollbar {
  width: 1px;
  height: 70px;
}

.cookie-policy-popup__scroll::-webkit-scrollbar-track {
  background: transparent;
}

.cookie-policy-popup__scroll::-webkit-scrollbar-thumb {
  background: #cccccc;
  border-radius: 5px;
}

.cookie-policy-popup__scroll h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 30px 0 15px;
  color: #333333;
}

.cookie-policy-popup__text {
  font-size: 13px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 10px;
}

.cookie-policy-popup__checkboxes {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 18px 0;
}

.cookie-policy-checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  user-select: none;
}

.cookie-policy-checkbox input[type="checkbox"] {
  display: none;
}

/* Unchecked */
.cookie-policy-checkbox__custom {
  display: inline-block;
  width: 40px;
  height: 20px;
  background: url("../img/switch-off.svg") no-repeat center/contain;
  transition: background 0.2s ease;
  vertical-align: middle;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

/* Checked */
.cookie-policy-checkbox input[type="checkbox"]:checked + .cookie-policy-checkbox__custom,
.cookie-policy-checkbox__custom--active {
  background: url("../img/switch-on.svg") no-repeat center/contain;
}

/* Disabled */
.cookie-policy-checkbox input[type="checkbox"]:disabled + .cookie-policy-checkbox__custom,
.cookie-policy-checkbox__custom--default {
  background: url("../img/switch-disabled.svg") no-repeat center/contain;
  opacity: 1;
  cursor: not-allowed;
}

.cookie-policy-checkbox__label {
  font-size: 13px;
  font-weight: 600;
  color: #333333;
}

.cookie-policy-popup__save {
  max-width: 263px;
  width: 100%;
  height: 64px;
  border-radius: 6px;
  background: #335682;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.3s ease;
}
.cookie-policy-popup__save:hover {
  background: #d1af79;
}

.cookie-policy-popup .divider {
  width: 100%;
  max-width: calc(100% - 30px);
  height: 1px;
  background-color: #d0d8e2;
  margin: 30px 0;
}

.cookie-policy-popup .unnumbered-list__list {
  margin-bottom: 0;
}

.cookie-policy-popup .unnumbered-list__list li:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .cookie-policy-popup__content {
    padding: 20px 10px 20px 20px;
    max-height: 80dvh;
    justify-content: center;
    /* max-width: 98vw; */
  }

  .cookie-policy-popup__scroll {
    padding-right: 10px;
  }

  .cookie-policy-popup__title {
    font-size: 26px;
    text-align: center;
  }
  .cookie-policy-popup__save {
    max-width: calc(100% - 10px);
  }

  .cookie-policy-popup .divider {
    max-width: calc(100% - 10px);
  }
}
/* #endregion */

/* #region MAIN MEDIA */

@media (max-width: 1500px) {
  .footer-top {
    gap: 40px 30px;
  }

  .footer-top__el:nth-child(2) {
    min-width: 280px;
    max-width: 280px;
  }

  .footer-top__el:nth-child(3) {
    min-width: 220px;
    max-width: 220px;
  }

  .nav {
    gap: 40px 30px;
  }

  .nav__list:nth-child(2) {
    min-width: 280px;
    max-width: 280px;
  }

  .nav__list:nth-child(3) {
    min-width: 220px;
    max-width: 220px;
  }

  .copy {
    gap: 40px 30px;
  }

  .copy__copyright-legal {
    min-width: 280px;
    max-width: 280px;
  }

  .copy__copyright-legal:nth-of-type(2) {
    min-width: 220px;
    max-width: 220px;
  }
}

@media (max-width: 1440px) {
  .menu .nav {
    padding: 50px 0;
  }
}

@media (max-width: 1350px) {
  .banner-animate_le {
    font-size: 50px;
  }

  .matrix .wrapper {
    padding: 0;
  }

  .matrix-banner {
    flex-direction: column;
    padding: 40px 20px 20px;
  }

  .matrix-banner__title {
    text-align: center;
  }

  .why-dm__left-title {
    font-size: 34px;
    font-weight: 600;
  }

  .banner-title {
    font-size: 50px;
  }
}

@media (max-width: 1280px) {
  .footer-top,
  .nav,
  .copy {
    display: grid;
    grid-template-columns:
      minmax(380px, 1fr)
      minmax(380px, 1fr);
  }

  .menu .nav {
    padding: 50px 0 20px;
  }

  .menu .nav-col {
    margin-bottom: 0;
  }
  .menu .nav-col:first-of-type {
    min-width: 300px;
  }
  .menu .location {
    min-width: 300px;
  }
}

@media (max-width: 1200px) {
  .menu .nav,
  .menu-bottom {
    display: grid;
    grid-template-columns:
      minmax(300px, 1fr)
      minmax(300px, 1fr);
    gap: 20px 40px;
  }

  .header-block {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 20px;
  }

  .header__slogan {
    display: none;
  }

  .document-block {
    padding: 55px 0 80px;
  }

  .document-block-content {
    width: calc(100% + 30px);
    margin-left: -15px;
    padding: 0 15px;
  }

  .title {
    max-width: initial !important;
    width: 100%;
  }

  .header-block .text {
    max-width: initial;
    width: 100%;
  }
  .document-block .wrapper {
    padding: 0;
  }

  .document-el--info {
    max-width: 305px;
    padding: 25px;
  }

  .document-el__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 56px;
    padding: 0;
  }

  .advantages .wrapper {
    padding: 0 20px;
  }

  .timeline {
    padding: 80px 0;
  }

  .timeline .wrapper,
  .work .wrapper {
    padding: 0;
  }

  .timeline .header-title {
    width: 100%;
  }

  .timeline .header-block .text {
    width: 100%;
  }

  .timeline__content .timeline__item:first-child {
    width: 100%;
  }
  .timeline__content .timeline__item:nth-child(2) {
    width: 100%;
  }
  .timeline__content .timeline__item:last-child {
    width: 100%;
  }

  .timeline__content {
    position: relative;
    flex-direction: column;
    gap: 25px;
    margin-top: 20px;
    padding: 0 0 0 25px;
    border-bottom: none;
  }

  .timeline__content:before {
    position: absolute;
    content: "";
    left: 0;
    top: 15px;
    width: 1px;
    height: calc(100% - 15px);
    background: rgba(51, 86, 130, 0.23);
  }

  .timeline__item:after {
    bottom: 0;
    top: 15px;
    left: -29px;
  }

  .customers .wrapper {
    padding: 0;
  }

  .about-us--page .timeline {
    padding: 80px 15px 80px;
  }

  .about-us--page .timeline__content {
    display: none;
  }

  .about-us--page .timeline__content--mobile {
    display: flex;
    position: relative;
    flex-direction: column;
    gap: 30px;
    margin-top: 15px;
    padding: 25px 0 0 25px;
    border-bottom: none;
  }

  .about-us--page .timeline__content--mobile:before {
    position: absolute;
    content: "";
    left: 0;
    top: 15px;
    width: 1px;
    height: calc(100% - 15px);
    background: rgba(51, 86, 130, 0.23);
  }

  .about-us--page .timeline__item {
    max-width: none;
    width: 100%;
  }

  .about-us--page .timeline__item-title {
    margin-bottom: 0;
  }

  .about-us--page .timeline__item-bottom {
    bottom: -30px;
  }

  .about-us--page .timeline__item-name {
    max-width: none;
  }

  .advantages-el {
    width: calc(100% / 2 - 11px / 2);
  }

  .customers-content {
    flex-wrap: nowrap;
    overflow: auto;
    width: calc(100% + 30px);
    margin-left: -15px;
    padding: 0 15px;
  }

  .matrix {
    padding-bottom: 80px;
  }

  .matrix-list {
    flex-wrap: nowrap;
    overflow: auto;
    width: calc(100% + 30px);
    margin-left: -15px;
    padding: 0 15px;
  }

  .matrix-list::-webkit-scrollbar {
    width: 0;
  }

  .matrix-list::-webkit-scrollbar-track {
    background-color: transparent;
  }

  .matrix-list::-webkit-scrollbar-thumb {
    background-color: transparent;
  }

  .matrix-el {
    width: 324px;
    flex-shrink: 0;
  }

  .matrix-banner {
    margin-top: 20px;
  }

  .why-dm__left {
    width: 42%;
  }

  .why-dm__right {
    width: 54%;
  }

  .why-dm__item-title {
    font-size: 30px;
    line-height: 30px;
  }

  .why-dm__num {
    min-width: 30px;
  }

  .slider-block .wrapper {
    padding: 0;
  }

  .slider-desktop .slider-vertical {
    width: 100%;
    height: 100%;
    border-radius: 0;
    display: grid;
  }

  .slider-mobile .slider-vertical {
    width: 100vw;
    height: 100%;
    border-radius: 0;
  }

  .work .wrapper {
    padding: 0;
  }

  .work-content {
    flex-wrap: nowrap;
    overflow: auto;
    width: calc(100% + 30px);
    margin-left: -15px;
    padding: 0 15px;
  }

  .benefits {
    padding: 80px 20px 70px;
  }

  .form {
    flex-direction: column;
  }

  .form-text {
    padding: 80px 20px 61px 20px;
    gap: 30px;
  }

  .form-description {
    max-width: initial;
  }

  .form-data {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .form-content {
    width: 100%;
    padding: 40px 20px;
  }

  .footer {
    padding: 45px 44px;
  }

  .footer-top__el:last-of-type .footer-btn {
    align-self: normal;
  }

  .footer-email {
    align-self: normal;
  }
}

@media (max-width: 900px) {
  .banner {
    max-height: 559px;
  }

  .banner-animate_le {
    font-size: 34px;
  }

  .benefits {
    height: auto;
  }

  .benefits__header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 30px;
  }

  .benefits__title {
    max-width: 100%;
    font-size: 34px;
  }

  .benefits__cards {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto;
  }
  .benefits__card:nth-child(1) {
    grid-row: 1;
    grid-column: 1;
  }
  .benefits__card:nth-child(2) {
    grid-row: 1;
    grid-column: 2;
  }
  .benefits__card:nth-child(3) {
    grid-row: 2;
    grid-column: 1 / span 2;
  }
  .benefits__card:nth-child(4) {
    grid-row: 3;
    grid-column: 1;
  }
  .benefits__card:nth-child(5) {
    grid-row: 3;
    grid-column: 2;
  }

  .benefits__desc-main {
    font-size: 24px;
  }

  .benefits__desc-sub {
    font-weight: 600;
  }
}

@media (max-width: 768px) {
  .header-left {
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 100%;
  }

  .header-right {
    display: none;
  }

  .header.scroll {
    top: 0;
    padding: 26px 0;
  }

  .wrapper {
    padding: 0 20px;
  }

  .banner {
    padding-bottom: 20px;
  }

  .banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: linear-gradient(180deg, rgba(233, 238, 248, 0.86) 0%, rgba(233, 238, 248, 0) 100%);
    border-radius: 10px 10px 0 0;
    z-index: 1;
  }

  .banner-btn {
    flex-direction: column;
  }

  .banner-btn a {
    text-align: center;
  }

  .banner-title {
    font-size: 34px;
  }

  .banner-animate {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    height: 170px;
    max-width: calc(100% + 40px);
    width: calc(100% + 40px);
  }

  .home-page .banner-animate--btns {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    margin-left: 0;
    height: 64px;
  }

  .home-page .banner-btn {
    width: 100%;
  }

  .home-page .blue-btn {
    width: 100%;
    min-width: 0;
  }

  .document-slider {
    height: 25px;
  }

  .title {
    font-size: 34px;
    letter-spacing: -0.03em;
  }

  .document-block-content {
    display: flex;
    gap: 10px;
    width: 100vw;
    margin-left: -15px;
    padding: 0 15px;
    overflow: auto;
  }

  .advantages-list {
    flex-direction: column;
  }

  .advantages-list .advantages-el:nth-child(5) {
    order: 2;
  }

  .advantages-list .advantages-el:nth-child(6) {
    order: 1;
  }
  .advantages-list .advantages-el:nth-child(7) {
    order: 3;
  }
  .advantages-list .advantages-el:nth-child(8) {
    order: 4;
  }
  .advantages-list .advantages-el:nth-child(9) {
    order: 5;
  }
  .advantages-el {
    width: 100%;
    gap: 20px;
  }

  .advantages-el--img {
    min-height: 144px;
  }
  .timeline__item-title {
    font-size: 34px;
    letter-spacing: -0.03em;
    margin-bottom: 15px;
  }

  .timeline .title {
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  .about-us--page .timeline__item {
    max-width: 199px;
  }

  .about-us--page .timeline .title {
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  .banner-block__img {
    border-radius: 5px;
    overflow: hidden;
    position: static;
    height: 232px;
    margin-bottom: 30px;
  }

  .banner-block__inner {
    height: initial;
    padding: 15px 15px 36px;
  }

  .banner-block__inner .wrapper {
    padding: 0;
  }

  .banner-block__title {
    font-weight: 600;
    font-size: 24px;
    letter-spacing: -0.03em;
    color: #172e47;
  }

  .banner-block__title span {
    color: #335682;
  }

  .banner-block__subtitle {
    font-size: 15px;
    line-height: 108%;
    color: #434343;
    margin: 15px 0 30px;
  }

  .banner-block__link {
    background: #335682;
    color: #fff;
    border-radius: 5px;
    width: 100%;
  }

  /* .home-page .banner-block__link:hover {
    background: #3065a7;
  } */

  .customers-content__el {
    width: 324px;
    height: 297px;
    padding: 36px 30px;
  }

  .matrix-list {
    flex-direction: column;
  }

  .matrix-el {
    width: 100%;
    gap: 20px;
    padding: 20px;
  }

  .matrix-el--img {
    min-height: 144px;
  }

  .matrix-banner__btn {
    width: 100%;
  }

  .why-dm {
    max-height: 990px;
  }

  .why-dm__container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .why-dm__left,
  .why-dm__right {
    width: 100%;
  }

  .why-dm__desc {
    margin-bottom: 30px;
  }

  .why-dm__list-wrap {
    position: relative;
    height: 691px;
  }

  .why-dm__item:first-child {
    padding-top: 35px;
  }

  .why-dm__fade {
    height: 155px;
  }

  .slider-block .wrapper {
    padding: 0;
  }

  .slider-vertical {
    display: flex;
    flex-direction: row;
    overflow: auto;
    padding: 0 15px 0 15px;
    margin-left: -15px;
    gap: 8px;
  }

  .about-us--page .slider-vertical {
    max-height: none;
  }

  .slider-vertical::-webkit-scrollbar {
    width: 0;
  }

  .slider-vertical::-webkit-scrollbar-track {
    background-color: transparent;
  }

  .slider-vertical::-webkit-scrollbar-thumb {
    background-color: transparent;
  }

  .slider-vertical .slick-slide {
    width: 345px;
    border-radius: 10px;
    padding: 50px 30px;
    flex-shrink: 0;
    justify-content: flex-start;
    gap: 92px;
  }

  .slider-vertical .slick-slide.last-slide {
    display: flex;
    padding-top: 91px;
  }

  .slider-head {
    margin-bottom: 0px;
  }

  .slider-mobile .slider-vertical {
    align-items: stretch;
  }

  .slider-mobile .slider-vertical .slick-slide {
    height: 587px;
    display: flex;
    flex-direction: column;
  }

  .about-us--page .slider-mobile .slider-vertical .slick-slide {
    height: auto;
  }

  .slider__num {
    font-size: 35px;
    line-height: 110%;
    letter-spacing: -0.03em;
  }

  .slider__title {
    font-size: 25px;
    line-height: 110%;
    letter-spacing: -0.03em;
  }

  .checklist {
    gap: 30px;
  }

  .checklist__el {
    width: 100%;
  }

  .checklist__el__text {
    font-size: 14px;
  }

  .slider-bottom:before {
    width: 100%;
  }

  .last-slide .content-slide {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .slider__subtitle {
    font-size: 14px;
    flex-grow: 1;
  }

  .work-content {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: visible;
  }
  .work-content__el {
    width: 100%;
    padding: 36px 90px 23px 20px;
  }

  .benefits__cards {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }

  .benefits__desc {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .benefits__link {
    width: 100%;
    margin-top: 20px;
  }

  .benefits__card:nth-child(1),
  .benefits__card:nth-child(2),
  .benefits__card:nth-child(3),
  .benefits__card:nth-child(4),
  .benefits__card:nth-child(5) {
    grid-row: auto;
    grid-column: 1;
  }

  .link-phone {
    font-size: 24px;
  }

  .no-mobile {
    display: none;
  }

  .form-agreement {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    background-color: unset;
    padding: 0;
  }

  .form-tel__btn {
    width: 100%;
    margin-bottom: 0;
  }
  .form-agreement__note {
    justify-content: center;
    border-radius: 6px;
    background-color: #6a83a5;
    padding: 19px 8px;
    min-width: 0;
  }

  .questions__title {
    font-size: 14px;
  }

  .footer-top,
  .nav,
  .copy {
    grid-template-columns: 1fr;
    justify-content: center;
    gap: 20px;
  }

  .footer-logo,
  .footer-email {
    margin-bottom: 10px;
  }

  .nav-list--blocks {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .footer-btn {
    width: 100%;
  }

  .footer .nav {
    padding: 40px 0;
  }

  .header {
    width: 100%;
    left: 0;
    border-radius: 0 0 10px 10px;
    padding: 35px 0;
  }

  .header .wrapper {
    padding: 0 35px;
  }

  .header-logo-link {
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    text-decoration: none;
  }

  .header-logo {
    max-width: 131px;
  }

  .menu {
    display: flex;
    flex-direction: column;
    padding: 34px 35px;
    height: 100vh;
    border-radius: 0;
  }

  .menu-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    flex-grow: 1;
    overflow: auto;
  }

  .nav__title {
    margin-bottom: 10px;
  }

  .nav__list-body {
    display: none;
  }

  .personal-data {
    display: none;
  }

  .location {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 19px;
  }

  .mobile-link {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 13px;
    -webkit-tap-highlight-color: transparent;
  }

  .mobile-link .header-phone {
    margin-right: 10px;
    font-size: 23px;
  }

  .header-link path {
    fill: #a7b2c0;
    fill-opacity: 1;
  }

  .menu-header {
    padding-bottom: 30px;
  }

  .menu .nav {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-grow: 0;
    gap: 20px;
    padding: 22px 0 50px;
  }

  .menu .nav-col:first-of-type {
    min-width: unset;
  }

  .menu .nav-col {
    gap: 20px;
    min-width: unset;
  }

  .nav__list__head {
    display: flex;
    align-items: center;
  }

  .nav__list__arrow {
    display: block;
    padding: 8px 7px 7px;
  }

  .menu .menu-bottom {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-grow: 0;
    gap: 20px;
  }

  .location,
  .support {
    min-width: unset;
  }

  .cookie-data {
    display: none;
  }
  .slider-bottom:before {
    background: linear-gradient(to right, #fff, rgb(255 255 255 / 20%));
  }
}
/* #endregion */

/* #region BURGER */
.menu {
  top: -160%;
}
/* #endregion */

/* #region SECOND PAGE-HEADER */
.fake-header {
  height: 117px;
}

.header--second-page:before {
  position: absolute;
  content: "";
  left: -15px;
  bottom: 0;
  width: 100vw;
  border-bottom: 1px solid #ececec;
}

.header--second-page.scroll:before {
  content: none;
}

.bread-crumbs {
  margin: 20px 0 30px;
}

.bread-crumbs-list__item {
  position: relative;
  display: inline;
}

.bread-crumbs-list__item:not(:first-child) {
  margin-left: -2px;
}

.bread-crumbs-list__item a {
  font-weight: 400;
  font-size: 14px;
  color: #434343;
  transition: 0.3s;
  -webkit-tap-highlight-color: transparent;
}

.bread-crumbs-list__item:not(:first-child):before {
  position: absolute;
  content: "/";
  left: 4px;
  top: 1px;
  color: #555;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

.bread-crumbs-list__item:not(:first-child) {
  padding-left: 15px;
}

.bread-crumbs-list__item.no-active span {
  color: #335682;
  font-weight: 500;
  font-size: 14px;
  cursor: default;
}

.bread-crumbs-list__item.no-active.white span {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  cursor: default;
}

.bread-crumbs-list__item a:hover {
  color: #335682;
}
/* #endregion */

/* #region DOCUMENTS PAGE */
.title--cnt {
  position: relative;
  width: fit-content;
}

.cnt-el {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -10px;
  right: -20px;
  /* right: -18px; */
  width: 20px;
  height: 18px;
  padding: 2px 7px 2px 6px;
  background: none;
  font-size: 14px;
  line-height: initial;
  text-transform: uppercase;
  color: #335682;
  pointer-events: none;
  z-index: 2;
  transition: opacity 0.3s;
}

.document-detailed .title--cnt {
  opacity: 0;
  transition: opacity 0.2s;
}
.document-detailed .title--cnt.title--cnt--visible {
  opacity: 1;
}

.document-detailed__description {
  font-weight: 400;
  /* font-size: 13px; */
  font-size: 15px;
  line-height: 100%;
  margin: 40px 0 30px;
  opacity: 0;
  transition: opacity 0.3s 0.1s ease;
}

.document-detailed .title--cnt.title--cnt--visible ~ .document-detailed__description {
  opacity: 1;
}

.document-detailed-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 40px;
}

.document-detailed__el {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 306px;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  background: #fff;
  padding: 40px;
  transition: 0.3s;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.7s;
  transition-delay: var(--delay, 0ms);
}

.document-detailed__el.document-detailed__el--visible {
  opacity: 1;
}

.document-detailed__el:hover {
  background: #e9eef8;
  border-color: #e9eef8;
}

.document-detailed__title {
  font-weight: 600;
  font-size: 26px;
  line-height: 110%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  transition: 0.3s;
  color: #434343;
  margin-bottom: 20px;
  -webkit-tap-highlight-color: transparent;
}

.document-detailed__title span {
  color: #335682;
}

.document-detailed__title:hover {
  color: #335682;
}

.document-detailed__text {
  font-weight: 400;
  font-size: 14px;
  color: #434343;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.document-detailed__btn {
  position: absolute;
  bottom: -40px;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
  max-height: 0;
  opacity: 0;
  transition: 0.3s;
  -webkit-tap-highlight-color: transparent;
}

.document-detailed__el:hover .document-detailed__btn {
  display: flex;
  height: auto;
  opacity: 1;
  max-height: inherit;
  position: relative;
  bottom: 0;
}

.document-detailed__order {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  width: 154px;
  height: 56px;
  background: #335682;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  transition: 0.3s;
}

.document-detailed__order:hover {
  background: #d1af79;
}

.document-detailed__more {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  width: 170px;
  height: 56px;
  background: #fff;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  color: #335682;
  transition: 0.3s;
}

.document-detailed__more:hover {
  background-color: #d1af79;
  color: #fff;
}

.document-detailed__el--empty:hover {
  background: inherit;
}

@media (max-width: 1360px) {
  /* .document-detailed__btn {
    position: static;
    display: flex;
    flex-direction: column;
    max-height: inherit;
    opacity: 1;
  }

  .document-detailed__btn > a {
    width: 100%;
  } */

  .document-detailed__title {
    word-wrap: break-word;
  }

  .document-detailed__el--empty {
    display: none;
  }
}

@media (max-width: 768px) {
  .document-detailed__description {
    margin: 20px 0 30px;
  }

  .document-detailed-list {
    grid-template-columns: 1fr;
  }
  .document-detailed__btn {
    position: static;
    display: flex;
    flex-direction: column;
    max-height: inherit;
    opacity: 1;
  }

  .document-detailed__btn > a {
    width: 100%;
  }
  .document-detailed__more {
    border: 2px solid #3065a7;
  }
}

@media (max-height: 768px) {
  .fake-header {
    height: 99px;
  }
}
/* #endregion */

/* documents page */
/* #region DOCUMENTS-DETAILED */
.cnt-el--doc {
  right: -20px;
}
/* .title--cnt {
  position: relative;
  width: fit-content;
} */

/* .cnt-el {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -10px;
  right: -18px;
  width: 20px;
  height: 18px;
  padding: 2px 7px 2px 6px;
  background: #e9eef8;
  font-size: 14px;
  line-height: initial;
  text-transform: uppercase;
  border-radius: 3px;
  color: #335682;
  pointer-events: none;
  z-index: 2;
  transition: opacity 0.3s;
} */

/* .document-detailed .title--cnt {
  opacity: 0;
  transition: opacity 0.2s;
} */
/* .document-detailed .title--cnt.title--cnt--visible {
  opacity: 1;
} */

/* .document-detailed__description {
  font-weight: 400;
  font-size: 13px;
  line-height: 100%;
  margin: 40px 0 30px;
  opacity: 0;
  transition: opacity 0.3s 0.1s ease;
} */

/* .document-detailed .title--cnt.title--cnt--visible ~ .document-detailed__description {
  opacity: 1;
} */

/* .document-detailed-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 40px;
} */

/* .document-detailed__el {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 306px;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  background: #fff;
  padding: 40px;
  transition: 0.3s;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.7s;
  transition-delay: var(--delay, 0ms);
} */

/* .document-detailed__el.document-detailed__el--visible {
  opacity: 1;
} */

/* .document-detailed__el:hover {
  background: #e9eef8;
  border-color: #e9eef8;
} */

/* .document-detailed__title {
  font-weight: 600;
  font-size: 26px;
  line-height: 110%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  transition: 0.3s;
  color: #434343;
  margin-bottom: 20px;
  -webkit-tap-highlight-color: transparent;
} */

/* .document-detailed__title span {
  color: #335682;
}

.document-detailed__title:hover {
  color: #335682;
} */

/* .document-detailed__text {
  font-weight: 400;
  font-size: 14px;
  color: #434343;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
} */

/* .document-detailed__btn {
  position: absolute;
  bottom: -40px;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
  max-height: 0;
  opacity: 0;
  transition: 0.3s;
  -webkit-tap-highlight-color: transparent;
} */

/* .document-detailed__el:hover .document-detailed__btn {
  display: flex;
  height: auto;
  opacity: 1;
  max-height: inherit;
  position: relative;
  bottom: 0;
} */

/* .document-detailed__order {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  width: 154px;
  height: 56px;
  background: #335682;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  transition: 0.3s;
} */

/* .document-detailed__order:hover {
  background: #3065a7;
} */

/* .document-detailed__more {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  width: 170px;
  height: 56px;
  background: #fff;
  border: 2px solid transparent;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  color: #335682;
  transition: 0.3s;
} */

/* .document-detailed__more:hover {
  border: 2px solid #3065a7;
  color: #3065a7;
} */

/* .document-detailed__el--empty:hover {
  background: inherit;
} */

@media (max-width: 1360px) {
  /* .document-detailed__btn {
    position: static;
    display: flex;
    flex-direction: column;
    max-height: inherit;
    opacity: 1;
  }

  .document-detailed__btn > a {
    width: 100%;
  } */

  .second-page .container .wrapper {
    padding: 0;
  }

  /* .document-detailed__title {
    word-wrap: break-word;
  } */

  /* .document-detailed__el--empty {
    display: none;
  } */
}

/* @media (max-width: 768px) {
  .document-detailed__description {
    margin: 20px 0 30px;
  }

  .document-detailed-list {
    grid-template-columns: 1fr;
  }
  .document-detailed__btn {
    position: static;
    display: flex;
    flex-direction: column;
    max-height: inherit;
    opacity: 1;
  }

  .document-detailed__btn > a {
    width: 100%;
  }
  .document-detailed__more {
    border: 2px solid #3065a7;
  }
} */

/* @media (max-height: 768px) {
  .fake-header {
    height: 99px;
  }
} */
/* #endregion */

/* careers page */
/* #region CAREERS PAGE */
.careers .title--cnt {
  position: relative;
  width: fit-content;
  opacity: 0;
  transition: opacity 0.2s;
}

.careers .title--cnt.title--cnt--visible {
  opacity: 1;
}

.careers-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 40px;
  align-items: stretch;
}

.careers-el {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
  height: auto;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  background: #fff;
  padding: 40px;
  overflow: hidden;
  opacity: 0;
  /*transition:
    opacity 0.7s ease,
    background-color 0.3s;*/
	transition: opacity 0.7s;	
  transition-delay: var(--delay, 0ms);
}

.careers-el.careers-el--visible {
  opacity: 1;
}

.careers-el:hover {
  background-color: #e9eef8;
  border-color: #e9eef8;
}

.careers-el__title {
  height: 57px;
  font-weight: 600;
  font-size: 26px;
  line-height: 110%;
  text-transform: uppercase;
  color: #335682;
  transition: 0.3s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* TODO display: -webkit-box;????????*/

.careers-el__subtitle {
  font-size: 25px;
  font-weight: 600;
  letter-spacing: -3%;
  text-transform: lowercase;
  color: #434343;
}

.careers-el__subtitle--value {
  color: #335682;
}

.careers-el__subtitle--note {
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: normal;
  text-transform: uppercase;
  color: #74767d;
}

.careers-el__requirements {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.careers-el__requirements-item {
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: normal;
  text-transform: uppercase;
  color: #74767d;
}

.careers-el__requirements-item span {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-transform: lowercase;
  color: #434343;
}

.careers-el__btn {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.careers-el__btn-apply {
  max-width: 299px;
  width: 100%;
  height: 56px;
  padding: 20px 12px;
  border-radius: 5px;
  background-color: #335682;
  font-size: 13px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: normal;
  text-transform: uppercase;
  color: #fff;
  transition: background 0.3s;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.careers-el__btn-apply:hover {
  background: #d1af79;
}

@media (max-width: 768px) {
  .careers-list {
    grid-template-columns: 1fr;
    align-items: unset;
    margin-top: 80px;
  }

  .careers-el__title {
    height: fit-content;
    font-size: 20px;
    -webkit-line-clamp: 3;
  }
}
/* #endregion */

/* CAREERS-POPUP ---------------------*/
/* FORM-NO-SERVICES-POPUP --------------------- */
/* FORM-POPUP --------------------- */
/* #region MODAL */
.modal {
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00000087;
  z-index: 1000;
}

.modal__wrapper {
  position: relative;
}

@media (max-width: 480px) {
  .modal__wrapper--no-services {
    height: 85dvh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.modal__close {
  position: absolute;
  top: 0px;
  right: -33px;
  background: none;
  border: none;
  color: #283246;
  cursor: pointer;
  z-index: 3;
}

.modal__content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  background: #fff;
  border-radius: 10px;
  max-width: 420px;
  width: 100%;
  padding: 40px;
  max-height: 90vh;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: #335682 #f6f6f6;
  z-index: 2;
}

.modal__content--careers {
  padding: 40px 38px 40px 40px;
  border-right: 2px solid transparent;
  box-sizing: border-box;
}

.modal__content--no-services {
  padding: 0px;
}

.modal__content::-webkit-scrollbar {
  width: 2px;
  background: #f6f6f6;
  border-radius: 4px;
}

.modal__content::-webkit-scrollbar-track {
  width: 2px;
  background: #f6f6f6;
  border-radius: 4px;
}

.modal__content::-webkit-scrollbar-thumb {
  background: #335682;
  border-radius: 4px;
}

.modal__content::-webkit-scrollbar-track:hover,
.modal__content::-webkit-scrollbar-track:active,
.modal__content::-webkit-scrollbar-thumb:hover,
.modal__content::-webkit-scrollbar-thumb:active {
  width: 4px;
  background: #438be3;
}

.modal__header {
  flex-shrink: 0;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 10px 10px 0 0;
}

.modal__header--no-services {
  flex-shrink: 0;
  padding: 40px 40px 0;
  background: #fff;
  border-radius: 10px 10px 0 0;
}

.modal__title {
  font-weight: 600;
  font-size: 34px;
  line-height: 110%;
  text-align: center;
  text-transform: uppercase;
  color: #333333;
  margin-bottom: 20px;
}

.modal__desc {
  font-size: 13px;
  font-weight: 400;
  color: #434343;
  text-align: center;
}

.modal__form {
  display: flex;
  flex-direction: column;
  /* flex: 1; */
  /* min-height: 0; */
}

/* Модификатор для формы с фиксированными header и footer */
.modal__form--fixed-layout {
  height: 100%;
  min-height: 0;
}

/* Модификатор для content с фиксированным layout */
.modal__content--fixed-layout {
  height: 80vh;
  max-height: 80vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

/* Модификатор для фиксированного header */
.modal__header--fixed {
  position: sticky;
  top: 0;
  z-index: 10;
  flex-shrink: 0;
}

/* Скроллящийся контент */
.modal__scrollable-region {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: #335682 #f6f6f6;
  padding: 0 34px 0 40px;
  margin-right: 6px;
  position: relative;
}

.modal__scrollable-region::-webkit-scrollbar {
  width: 4px;
  background: #f6f6f6;
  border-radius: 6px;
}

.modal__scrollable-region::-webkit-scrollbar-track {
  width: 4px;
  background: #f6f6f6;
  border-radius: 6px;
}

.modal__scrollable-region::-webkit-scrollbar-thumb {
  background: #335682;
  border-radius: 6px;
}

.modal__scrollable-region::-webkit-scrollbar-track:hover,
.modal__scrollable-region::-webkit-scrollbar-track:active,
.modal__scrollable-region::-webkit-scrollbar-thumb:hover,
.modal__scrollable-region::-webkit-scrollbar-thumb:active {
  width: 4px;
  background: #438be3;
}

.modal__form-group {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 24px;
}

.modal__form-group--no-bottom {
  margin-bottom: 0px;
}

/* Инпут */
.modal__label {
  position: relative;
  font-size: 13px;
  font-weight: 400;
  color: #000000;
}

.modal__label-text {
  display: flex;
  font-size: 13px;
  font-weight: 400;
  color: #000000;
}

.modal__label-star {
  font-size: 12px;
  color: #335682;
  margin-top: 2px;
}

.modal__input {
  padding: 12px 22px;
  height: 42px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 400;
  color: #283246;
  background: #f6f6f6;
}

.modal__input:hover {
  border: 1px solid #3333334d;
}

.modal__label:hover .modal__label-star path {
  fill: #438be3;
}

.modal__input:focus {
  border: 1px solid #438be3;
}

.modal__input.error {
  border: 1px solid #ff0000;
}

.modal__error-message {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  font-size: 12px;
  font-weight: 400;
  color: #ff0000;
  margin-top: 4px;
}

.modal__error-icon {
  width: 15px;
  height: 15px;
  margin-right: 4px;
}

/* Добавить файлы */
.modal__file-wrapper {
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f6f6f6;
  border: 1px solid transparent;
  border-radius: 5px;
  padding: 12px 1px 12px 12px;
  margin-top: 4px;
  position: relative;
}

.modal__file-wrapper:hover {
  border: 1px solid #3333334d;
}

.modal__file-wrapper:focus {
  border: 1px solid #438be3;
}

.modal__file-wrapper.error {
  border: 1px solid #ff0000;
}

.modal__file-text {
  font-size: 13px;
  font-weight: 400;
  color: #5e5e5e;
}

.modal__file-btn {
  height: 38px;
  background: #335682;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
  border-radius: 4px;
  padding: 11px 24px;
  cursor: pointer;
  transition: background 0.2s;
  -webkit-tap-highlight-color: transparent;
}

.modal__file-wrapper:hover .modal__file-btn {
  background: #d1af79;
}

.modal__input-file {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.modal__error-message--file {
  position: relative;
  top: -4px;
}
.modal__file-note {
  font-size: 13px;
  font-weight: 400;
  color: #929292;
  display: block;
}
.modal__label:last-of-type {
  margin-bottom: 4px;
}
.modal__file-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 20px;
}
.modal__file-item {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  font-weight: 400;
  color: #172e47;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.modal__file-item span:first-of-type {
  width: 85%;
  overflow-x: hidden;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Текстовое поле */
.modal__textarea {
  padding: 12px 22px;
  min-height: 80px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 400;
  color: #283246;
  background: #f6f6f6;
  resize: vertical;
  font-family: inherit;
}

.modal__textarea:hover {
  border: 1px solid #3333334d;
}

.modal__textarea:focus {
  border: 1px solid #438be3;
}

/* Группы чекбоксов */
.modal__checkbox-group {
  display: grid;
  grid-template-columns: 110px 1fr;
  grid-template-rows: auto auto;
  align-items: center;
  gap: 5px 25px;
  margin-top: 10px;
}

/* Чекбокс */
.modal__checkbox {
  position: absolute;
  opacity: 0;
}

.modal__custom-checkbox {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #335682;
  border-radius: 3px;
  background: #fff;
  position: relative;
  cursor: pointer;
  transition:
    background 0.2s,
    border-color 0.2s;
}

.modal__custom-checkbox--nested {
  width: 18px;
  height: 18px;
}

.modal__checkbox-wrapper {
  position: relative;
  margin-bottom: 40px;
  align-items: center;
  -webkit-tap-highlight-color: transparent;
}

.modal__checkbox-label {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  column-gap: 8px;
  top: -4px;
  cursor: pointer;
  --webkit-tap-highlight-color: transparent;
}

.modal__checkbox-label--no-top {
  top: 0;
}

.modal__error-message--checkbox {
  grid-column: 1 / -1;
  grid-row: 2;
  margin-top: 0;
}

.modal__custom-checkbox:hover {
  border-color: #4873a9;
}

.modal__checkbox:checked + .modal__checkbox-label .modal__custom-checkbox {
  background: #335682;
  border-color: #335682;
}

.modal__checkbox:checked + .modal__checkbox-label .modal__custom-checkbox:hover {
  background: #4873a9;
  border-color: #4873a9;
}

.modal__checkbox:checked + .modal__checkbox-label .modal__custom-checkbox::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 6px;
  width: 9px;
  height: 6px;
  background: url('data:image/svg+xml;utf8,<svg width="9" height="6" viewBox="0 0 9 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M2.77842 4.84891L0.914503 3.19324C0.705013 3.00716 0.366607 3.00716 0.157117 3.19324C-0.0523724 3.37932 -0.0523724 3.67992 0.157117 3.866L2.40242 5.86044C2.61191 6.04652 2.95031 6.04652 3.1598 5.86044L8.84288 0.812326C9.05237 0.626243 9.05237 0.325646 8.84288 0.139563C8.63339 -0.0465209 8.29499 -0.0465209 8.0855 0.139563L2.77842 4.84891Z" fill="white"/></svg>')
    no-repeat center center;
  background-size: contain;
}

/* Специальное позиционирование для nested checkbox */
.modal__checkbox:checked + .modal__checkbox-label .modal__custom-checkbox--nested::after {
  left: 4px;
  top: 5px;
}

.modal__divider {
  height: 1px;
  background: #efefef;
  margin: 30px 0;
}

/* Дополнительная информация */
.modal__additional-title {
  font-size: 16px;
  font-weight: 700;
  color: #335682;
  margin-bottom: 10px;
}

.modal__section-desc {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  margin-bottom: 20px;
}

.modal__expand-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 44px;
  font-size: 14px;
  font-weight: 400;
  color: #434343;
  border: 1px solid #e2e2e2;
  border-radius: 6px;
  background-color: #fff;
  padding: 12px 20px;
  cursor: pointer;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease;
  --webkit-tap-highlight-color: transparent;
}

.modal__expand-btn.active {
  margin-bottom: 30px;
}

.modal__expand-btn svg {
  width: 10px;
  height: 6px;
  margin-left: 5px;
  transition: transform 0.3s ease;
  fill: #434343;
}

.modal__expand-btn:hover {
  background-color: #e9eef8;
  color: #3065a7;
  border: 1px solid transparent;
}

.modal__expand-btn:hover svg {
  fill: #3065a7;
}

.modal__expand-btn.active svg {
  transform: rotate(180deg);
}

/* Блок деталей с плавной анимацией */
.modal__details {
  display: none;
  opacity: 1;
  max-height: 0;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}

.modal__details.show {
  display: block;
  opacity: 1;
  max-height: 500px;
  margin-bottom: 20px;
}

.modal__checkbox-section {
  margin-bottom: 20px;
}

.modal__checkbox-title {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  margin-bottom: 10px;
}

.modal__checkbox-grid {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.modal__checkbox-row {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  column-gap: 8px;
  align-items: center;
}

.modal__checkbox-group .modal__checkbox-row {
  row-gap: 5px;
}

.modal__checkbox-row .modal__custom-checkbox {
  grid-column: 1;
  grid-row: 1;
  width: 18px;
  height: 18px;
}

.modal__checkbox-row input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}

.modal__checkbox-row .modal__custom-checkbox:hover {
  border: 1px solid #4873a9;
}

.modal__checkbox-row input[type="checkbox"]:checked + .modal__custom-checkbox {
  background: #335682;
  border-color: #335682;
}

.modal__checkbox-row input[type="checkbox"]:checked + .modal__custom-checkbox:hover {
  background: #4873a9;
  border-color: #4873a9;
}

.modal__checkbox-row input[type="checkbox"]:checked + .modal__custom-checkbox::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 5px;
  width: 9px;
  height: 6px;
  background: url('data:image/svg+xml;utf8,<svg width="9" height="6" viewBox="0 0 9 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M2.77842 4.84891L0.914503 3.19324C0.705013 3.00716 0.366607 3.00716 0.157117 3.19324C-0.0523724 3.37932 -0.0523724 3.67992 0.157117 3.866L2.40242 5.86044C2.61191 6.04652 2.95031 6.04652 3.1598 5.86044L8.84288 0.812326C9.05237 0.626243 9.05237 0.325646 8.84288 0.139563C8.63339 -0.0465209 8.29499 -0.0465209 8.0855 0.139563L2.77842 4.84891Z" fill="white"/></svg>')
    no-repeat center center;
  background-size: contain;
}

.modal__checkbox-text {
  font-size: 14px;
  font-weight: 400;
  color: #434343;
  cursor: pointer;
  align-self: center;
}

/* Выпадающий список для года */
.modal__year-section {
  margin-bottom: 20px;
}

.modal__year-selector {
  position: relative;
}

.modal__year-dropdown {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 14px 20px;
  background: #f6f6f6;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 600;
  color: #434343;
  cursor: pointer;
  transition: all 0.2s ease;
}

.modal__year-dropdown svg {
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.modal__year-dropdown.active svg {
  transform: rotate(180deg);
}

.modal__year-dropdown-list {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #efefef;
  border-radius: 6px;
  max-height: 200px;
  overflow-y: auto;
  z-index: 1000;
  display: none;
  margin-top: 10px;

  /* Стандартный скроллбар для Firefox */
  scrollbar-width: thin;
  scrollbar-color: #335682 transparent;
}

.modal__year-dropdown-list.active {
  display: block;
}

.modal__year-dropdown-list::-webkit-scrollbar {
  width: 2px;
}

.modal__year-dropdown-list::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 1px;
}

.modal__year-dropdown-list::-webkit-scrollbar-thumb {
  background: #335682;
  border-radius: 1px;
}

.modal__year-dropdown-list::-webkit-scrollbar-thumb:hover {
  background: #3065a7;
}

.modal__year-option {
  padding: 9px 20px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #172e47;
  cursor: pointer;
  transition: all 0.2s ease;
  border-bottom: 1px solid #efefef;
}

.modal__year-option:last-child {
  border-bottom: none;
}

.modal__year-option:hover {
  background: #e9eef8;
  color: #335682;
}

.modal__year-option.selected {
  background: #3065a7;
  color: #fff;
}

.modal__year-option.selected:hover {
  background: #3065a7;
}
.modal__select-wrapper {
  position: relative;
}

.modal__select {
  width: 100%;
  padding: 12px 22px;
  height: 42px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 400;
  color: #283246;
  background: #f6f6f6;
  cursor: pointer;
  appearance: none;

  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 44px;
  font-size: 14px;
  font-weight: 600;
  color: #434343;
  border-radius: 6px;
  padding: 12px 20px;
  background-color: #f6f6f6;
  cursor: pointer;
  transition: background-color 0.2s ease;
  margin-bottom: 30px;
}

.modal__select svg {
  width: 10px;
  height: 6px;
  margin-left: 5px;
  transition: transform 0.3s ease;
  fill: #434343;
}

.modal__select:hover {
  background-color: #e9eef8;
  color: #3065a7;
}

.modal__select:hover svg {
  fill: #3065a7;
}

.modal__select.active svg {
  transform: rotate(180deg);
}

/* Фиксированная нижняя часть */
.modal__footer {
  flex-shrink: 0;
  padding: 0 40px 40px;
  background: #fff;
  border-radius: 0 0 10px 10px;
}

/* Модификатор для фиксированного footer */
.modal__footer--fixed {
  position: sticky;
  bottom: 0;
  z-index: 10;
  flex-shrink: 0;
  position: relative;
  --gradient-opacity: 1;
}

/* Градиент сверху фиксированного footer */
.modal__footer--fixed::before {
  content: "";
  position: absolute;
  top: -25px;
  left: 40px;
  right: 40px;
  height: 53px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.6) 15%,
    rgba(255, 255, 255, 0.8) 20%,
    #ffffff 100%
  );
  pointer-events: none;
  z-index: 1;
  opacity: 1;
  opacity: var(--gradient-opacity, 1);
  transition: opacity 0.3s ease;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}

.modal__divider--footer {
  height: 1px;
  background: #efefef;
  margin: 0 0 20px 0;
}

.modal__footer .modal__custom-checkbox {
  grid-column: 1;
  grid-row: 1;
}

.modal__footer .modal__checkbox-label {
  grid-column: 2;
  grid-row: 1;
  font-size: 14px;
  position: relative;
  top: -2px;
}

.modal__custom-label {
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  color: #000000;
  --webkit-tap-highlight-color: transparent;
  cursor: pointer;
}

.modal__custom-label span {
  font-weight: 500;
  color: #335682;
}

.modal__error-message--checkbox {
  grid-column: 1 / -1;
  grid-row: 2;
  margin-top: 0;
}

.modal__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 340px;
  height: 64px;
  border-radius: 6px;
  gap: 10px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  background: #335682;
  color: #fff;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
}

.modal__submit:hover {
  background: #d1af79;
}

@media (max-width: 768px) {
  .modal__content {
    width: 95vw;
    max-height: 85dvh;
    overflow-y: auto;
  }

  .modal__content--fixed-layout {
    height: 85dvh;
    max-height: 85dvh;
  }

  .modal__close {
    top: -25px;
    right: 0;
  }

  .modal__title {
    font-size: 26px;
  }

  .modal__close {
    top: -25px;
    right: 0;
  }
}
/* --------------------- #end POPUP --------------------- */

/* #endregion */

/*services page*/
/* #region SERVICES PAGE */
.services .title--cnt {
  opacity: 0;
  transition: opacity 0.2s;
}
.services .title--cnt.title--cnt--visible {
  opacity: 1;
}

.services-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 40px;
}

.services-el {
  position: relative;
  width: 100%;
  height: 414px;
  padding: 40px;
  border-radius: 5px;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.7s;
  transition-delay: var(--delay, 0ms);
}

.services-el.services-el--visible {
  opacity: 1;
}

.services-el:not(.services-el--empty):before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.57) 0%, rgba(0, 0, 0, 0.57) 61.3%, rgba(0, 0, 0, 0.57) 100%);
  transition: 0.3s;
  z-index: 2;
}

.services-el:hover:before {
  opacity: 0.5;
}

.services-el--empty {
  border: 1px solid #e2e2e2;
  border-radius: 5px;
}

.services-el .services-el-bg {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.services-el__inner {
  position: relative;
  z-index: 3;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: 0.2s;
}

.services-el__title {
  font-weight: 600;
  font-size: 26px;
  line-height: 110%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #fff;
  margin-top: 6px;
  transition: 0.3s;
  -webkit-tap-highlight-color: transparent;
}

.services-el__title:hover {
  text-decoration: underline;
  text-decoration-skip-ink: none;
}

h2.services-el__title:hover {
  text-decoration: none;
}

.services-el__text {
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 20px;
}

.services-el__btn {
  display: flex;
  align-items: center;
  gap: 10px;
  max-height: 0;
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}

.services-el:hover .services-el__btn {
  height: auto;
  opacity: 1;
  max-height: inherit;
  transform: translateY(0);
  margin-top: 30px;
}

.services-el:hover .services-el__inner {
  transform: translateY(-10px);
}

.services-el__order {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  width: 154px;
  height: 56px;
  background: #fff;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  color: #335682;
  transition: 0.3s;
  -webkit-tap-highlight-color: transparent;
}

.services-el__order:hover {
  background: #d1af79;
  color: #fff;
}

.services-el__more {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  width: 170px;
  height: 56px;
  background: transparent;
  border: 2px solid #fff;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  transition: 0.3s;
  -webkit-tap-highlight-color: transparent;
}

.services-el__more:hover {
  background: #d1af79;
  border-color: #d1af79;
}

.services-el--empty:hover {
  background: inherit;
}

@media (max-width: 1360px) {
  .services-el {
    width: 100%;
    height: 414px;
  }

  .services-el--empty {
    display: none;
  }

  .services-list {
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .services-list {
    grid-template-columns: 1fr;
  }

  .services-el__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 110%;
    letter-spacing: -0.03em;
  }

  .services-el:hover .services-el__inner {
    transform: inherit;
  }

  .services-el__btn {
    flex-direction: column;
    max-height: inherit;
    transform: translateY(0);
    margin-top: 30px;
    opacity: 1;
  }

  .services-el__btn > a {
    width: 100%;
  }
}
/* #endregion */

/*catalog page*/
/* #region CATALOG PAGE */
.catalog-inner {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  margin-top: 40px;
}

._sidebar {
  width: 273px;
  flex-shrink: 0;
  border-radius: 10px;
  border: 1px solid #e5e5e5;
}

._sidebar ul {
  padding: 0;
  margin: 0;
}

._sidebar li {
  list-style-type: none;
}

._sidebar-menu-level {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding: 15px 20px;
}

._sidebar-menu-level > a {
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transition: 0.3s;
}

._sidebar-menu__item ._sidebar-menu-level {
  position: relative;
}

._sidebar-menu__item:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}

._sidebar-menu__item ._sidebar-menu-level.active:before {
  position: absolute;
  content: "";
  width: 4px;
  height: 8px;
  border: 1px solid #3065a7;
  border-radius: 0 100% 100% 0 / 0 50% 50% 0;
  background: #3065a7;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

._sidebar-menu__submenu {
  display: none;
}

._sidebar-menu__submenu ._sidebar-menu__item ._sidebar-menu-level.active:before {
  content: none;
}

._sidebar-menu-level.active > a {
  font-weight: 700;
}

._sidebar-menu-level--active > a {
  color: #3065a7;
}

._sidebar-menu__submenu a {
  font-weight: 400;
}

._dropdown-btn {
  position: relative;
  display: flex;
  transition: 0.3s;
  cursor: pointer;
}

._sidebar-menu-level.active ._dropdown-btn {
  transform: rotate(180deg);
  top: 2px;
}

._sidebar-menu__submenu ._sidebar-menu-level {
  padding: 6px 20px;
}

._sidebar-menu__submenu ._sidebar-menu__item {
  border: none;
}

._sidebar-menu__submenu ._sidebar-menu__submenu ._sidebar-menu-level {
  padding: 5px 37px 5px 40px;
}

._sidebar-menu-level > a:hover {
  color: #3065a7;
}

._sidebar-menu-level > a:hover + ._dropdown-btn path {
  fill: #3065a7;
}

._dropdown-btn:hover path {
  fill: #3065a7;
}

._sidebar-menu__submenu ._sidebar-menu-level.active > a {
  font-weight: 600;
  color: #335682;
}

._sidebar-menu__submenu ._sidebar-menu__submenu ._sidebar-menu-level > a {
  font-size: 13px;
}

._sidebar-menu__submenu ._sidebar-menu__submenu {
  padding: 8px 0 1px;
}

._sidebar-menu__item.active {
  padding-bottom: 14px;
}

._sidebar-menu__item.active ._sidebar-menu__item {
  padding-bottom: 0;
}

.catalog-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 5px;
  flex-grow: 1;
}

.catalog-el {
  position: relative;
  width: calc(25% - 15px / 4);
  height: 277px;
  box-shadow: 1px 3px 16px 0 rgba(51, 86, 130, 0.1);
  border-radius: 5px;
}

.catalog-el__img {
  position: relative;
  display: flex;
  justify-content: center;
  height: 160px;
  width: calc(100% - 40px);
  text-align: center;
  z-index: 2;
  margin: 0 auto;
}

.catalog-el__img:hover {
}

.catalog-el__img img {
  position: relative;
  width: 180px;
  height: 160px;
  display: block;
  object-fit: contain;
  transition: 0.3s;
}

.catalog-el__img:hover img {
  transform: scale(1.2);
}

.catalog-el__detailed {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  padding: 20px 40px;
  backdrop-filter: blur(9.399999618530273px);
  background: rgba(205, 205, 205, 0.43);
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  transition: 0.3s;
  opacity: 0;
  cursor: pointer;
}

.catalog-el__img:hover .catalog-el__detailed {
  opacity: 1;
}

.catalog-el__detailed:hover {
  background: rgba(51, 86, 130, 0.52);
  opacity: 1;
}

.catalog-el-inner {
  position: relative;
  z-index: 2;
  padding: 15px 15px 30px;
}

.catalog-el__title {
  font-weight: 700;
  font-size: 15px;
  color: #333;
  margin-bottom: 2px;
  transition: 0.3s;
}

.catalog-el__title:hover {
  color: #335682;
}

.catalog-el__text {
  font-weight: 600;
  font-size: 12px;
  color: #666;
  margin-bottom: 15px;
}

.catalog-el__status {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 600;
  font-size: 12px;
  color: #43a075;
}

.catalog-el__hover {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: calc(100% + 50px);
  box-shadow: 1px 3px 16px 0 rgba(51, 86, 130, 0.18);
  opacity: 0;
  z-index: -1;
  border-radius: 5px;
  background: #fff;
  top: -16px;
  left: 0;
  padding: 0 18px 19px;
}

.catalog-el:hover .catalog-el__hover {
  height: calc(100% + 90px);
  opacity: 1;
  z-index: 1;
  transition: 0.3s;
}

.catalog-el:hover {
  z-index: 5;
}

.catalog-el__order {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 56px;
  background: #335682;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  transition: 0.3s;
  border: 2px solid #335682;
  border-radius: 5px;
}

.catalog-el__order:hover {
  background: #d1af79;
}

@media (max-width: 1300px) {
  ._sidebar {
    display: none;
  }
}

@media (max-width: 1024px) {
  .catalog-el {
    position: relative;
    width: calc(100% / 3 - 10px / 3);
    height: 358px;
    padding-top: 16px;
  }

  .catalog-el__hover {
    position: static;
    opacity: 1;
    height: auto;
    box-shadow: none;
    background: none;
    padding: 0 18px;
  }

  .catalog-el-inner {
    padding: 15px 18px 20px;
  }

  .catalog-el:hover .catalog-el__hover {
    height: auto;
  }
}

@media (max-width: 768px) {
  .catalog-el {
    width: calc(50% - 5px);
  }
}

@media (max-width: 450px) {
  .catalog-el {
    width: 100%;
  }
}
/* #endregion */

/* #region FEATURES */
.features__title {
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  color: #434343;
  margin-bottom: 17px;
}

.features-list__el {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #ebebeb;
}

.features__name {
  width: 50%;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  color: #74767d;
  padding-right: 47px;
}

.features__data {
  width: 50%;
  font-weight: 500;
  font-size: 13px;
  text-transform: capitalize;
  color: #172e47;
  text-align: left;
}

.el-detailed .catalog-el__order {
  width: 218px;
  margin: 30px auto 0;
}
/* #endregion */

/* #region CARD SLIDER */
.card-slider {
  position: relative;
}

.card-slider-main {
  border: 1px solid #ededed;
  border-radius: 5px;
  height: 420px;
}

.card-slider-main .slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin: 0 auto;
}

.card-slider-main .slick-list,
.card-slider-main .slick-track {
  height: 100%;
}

.card-slider-arrows {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 100%;
  top: 198px;
}

.card-slider-prev {
  margin-left: 20px;
  cursor: pointer;
}

.card-slider-next {
  margin-right: 20px;
  cursor: pointer;
}

.card-slider-prev path,
.card-slider-next path {
  fill: #666;
}

.card-slider-prev:hover path,
.card-slider-next:hover path {
  fill: #335682;
}

.card-slider-main-nav {
  margin-top: 10px;
}

.card-slider-main-nav .slick-list {
  padding: 0;
}

.card-slider-main-nav__item {
  width: 111px !important;
  height: 111px !important;
  flex-shrink: 0;
  border: 1px solid #ededed;
  border-radius: 5px;
  margin-right: 10px;
  transition: 0.3s;
}

.card-slider-main-nav .slick-track {
  width: 100% !important;
}

.card-slider-main-nav .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.card-slider-main-nav__item.slick-current {
  border: 2px solid #335682;
}

.card-slider-main-nav__item:not(.slick-current):hover {
  border: 1px solid #d4d4d4;
  cursor: pointer;
}

.no-scroll.slick-track {
  transform: none !important;
}

.el-detailed-slider {
  margin-bottom: 34px;
}
/* #endregion */

@media (max-width: 768px) {
  .el-detailed-content {
    padding: 40px 15px;
  }

  .el-detailed__subtitle {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 0 25px;
  }

  .el-detailed-content .title {
    padding: 0 25px;
  }

  .el-detailed-content .card-slider-arrows {
    display: none;
  }

  .card-slider-main {
    height: 265px;
  }

  .el-detailed-content .slick-track {
    display: flex;
  }

  .features-list__el {
    flex-direction: column;
    align-items: flex-start;
  }

  .features__name,
  .features__data {
    width: 100%;
  }

  .popup-cross {
    right: 0;
    top: -32px;
    left: initial;
  }

  .el-detailed .catalog-el__order {
    width: 100%;
  }
}

/* #region POPUP */
/* .popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  height: 100vh;
  background: rgba(0, 0, 0, 0.53);
  opacity: 0;
  transition: 0.3s;
  z-index: -1;
}

@supports (height: 100dvh) {
  .popup {
    height: 100dvh;
  }
}

.popup.active {
  opacity: 13;
  z-index: 13;
} */

.popup-content {
  position: fixed;
  max-width: 420px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  background: #fff;
  padding: 40px;
}

.popup__cross {
  position: absolute;
  left: calc(100% + 15px);
  top: 0;
}

.popup__title {
  font-weight: 600;
  font-size: 34px;
  line-height: 110%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #333;
  text-align: center;
  margin-bottom: 20px;
}

.popup__subtitle {
  max-width: 340px;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #434343;
  margin: 0 auto 30px;
}

.submit-btn {
  border-radius: 6px;
  width: 100%;
  height: 64px;
  background: #335682;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  margin-top: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.submit-btn:hover {
  background: #d1af79;
}

@media (max-width: 768px) {
  .popup-content {
    width: calc(100% - 30px);
  }

  .popup__title {
    font-size: 26px;
  }
}
/* #endregion */

/* #region FORM_GROUP */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 10px;
}

.popup .form-group {
  position: relative;
}

.form-group label {
  font-weight: 400;
  font-size: 13px;
  color: #000;
}

.form-group label span {
  font-weight: 400;
  font-size: 12px;
  color: #335682;
  margin-left: 3px;
}

.custom-input {
  max-height: 42px;
  background: #f6f6f6;
  border-radius: 5px;
  font-weight: 400;
  font-size: 13px;
  color: #000;
  padding: 12px 22px 14px 22px;
  border: 1px solid transparent;
  transition: 0.3s;
}

.custom-input::placeholder {
  color: #a9a9a9;
}

.custom-input:hover {
  border: 1px solid rgba(51, 51, 51, 0.3);
}

.custom-input:focus {
  background: #fff;
  border: 1px solid #438be3;
}

.custom-input.error {
  border: 1px solid #f00;
}

.error-mes {
  display: none;
  align-items: center;
  gap: 5px;
  font-weight: 400;
  font-size: 12px;
  color: #f00;
  margin-top: 6px;
}

input[type="checkbox"] {
  display: none;
}

.form-group--checkbox {
  display: block;
  margin-top: 20px;
}

.checkbox-label {
  display: block;
  position: relative;
  font-weight: 400;
  font-size: 14px;
  color: #333;
  padding: 0 10px 0 35px;
  cursor: pointer;
}

.checkbox-label:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #335682;
  border-radius: 3px;
  transition: 0.3s;
  cursor: pointer;
}

.checkbox-label:before:hover {
  border: 1px solid #335682;
}

.checkbox-label:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid transparent;
  left: 0;
  top: 0;
  background: #335682 url("../img/check.svg") no-repeat center;
  border-radius: 3px;
  opacity: 0;
  transition: 0.3s;
  cursor: pointer;
}

.checkbox-label:after:hover {
  background: #335682 url("../img/check.svg") no-repeat center;
}

.custom-checkbox:checked + label:after {
  opacity: 1;
}

.checkbox-label a {
  font-weight: 500;
  color: #335682;
}

.custom-input--textarea {
  height: 111px;
  max-height: initial;
}
/* #endregion */

/* #region SECOND-BANNER */
.banner .bread-crumbs {
  padding-top: 30px;
}

.banner .bread-crumbs-list__item a {
  color: #fff;
}

.banner .bread-crumbs-list__item:not(:first-child):before {
  color: #fff;
}

.banner .bread-crumbs-list__item:not(.no-active) a:hover {
  color: #335682;
}

.second-page .banner {
  height: 656px;
  padding-bottom: 62px;
  margin-bottom: 100px;
}

.second-page .banner-content {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  height: auto;
}

.second-page .banner-title {
  max-width: 765px;
  font-weight: 600;
  font-size: 40px;
  line-height: 110%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #fff;
}

.second-page .banner:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  /* background: rgba(0, 0, 0, 0.3); */
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4288) 48.96%, rgba(0, 0, 0, 0.67) 100%);
  z-index: 1;
  border-radius: 10px;
  left: 0;
  top: 0;
}

.second-page .banner > .wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.banner-q {
  font-weight: 600;
  font-size: 20px;
  line-height: 110%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #fff;
}
/* #endregion */

/* #region META */
.meta {
  margin: 80px 0;
}

.meta-content {
  display: grid;
  grid-template-columns: 305px 1fr;
  gap: 97px;
}

.meta__title {
  max-width: 305px;
  width: 100%;
  font-weight: 600;
  font-size: 20px;
  line-height: 110%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #74767d;
}

.meta__title span {
  color: #335682;
}

.meta-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 80px;
}

.meta-el {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: calc(50% - 40px);
}

.about-us--page .meta-el {
  opacity: 0;
  transition: opacity 0.7s;
}

.about-us--page .meta-el.animated {
  opacity: 1;
}

.about-us--page .delay-1 {
  transition-delay: 0.2s;
}
.about-us--page .delay-2 {
  transition-delay: 0.4s;
}
.about-us--page .delay-3 {
  transition-delay: 0.6s;
}
.about-us--page .delay-4 {
  transition-delay: 0.8s;
}
.about-us--page .delay-5 {
  transition-delay: 1s;
}
.about-us--page .delay-6 {
  transition-delay: 1.2s;
}

.meta-el__title {
  display: flex;
  color: #335682;
  text-transform: uppercase;
  letter-spacing: -0.03em;
}

.meta-el__num {
  font-weight: 600;
  font-size: 105px;
  line-height: 110%;
  color: #335682;
}

.meta-el__description {
  display: flex;
  flex-direction: column;
  gap: 18px;
  color: #335682;
}

.meta-el__plus {
  font-weight: 400;
  font-size: 56px;
  line-height: 110%;
  color: #335682;
}

.meta-el__data {
  font-weight: 600;
  font-size: 24px;
  line-height: 110%;
}

.meta-el__text {
  font-weight: 400;
  font-size: 14px;
  color: #333;
}

.meta-grid--card {
  gap: 10px;
}

.meta-el--card {
  position: relative;
  border: 1px solid rgba(39, 67, 102, 0.11);
  border-radius: 5px;
  overflow: hidden;
  width: calc(100% / 3 - 20px / 3);
  padding: 30px;
}

.meta-el__title {
  font-weight: 700;
  font-size: 18px;
  color: #434343;
}

.meta-el__text {
  font-weight: 400;
  /* font-size: 13px; */
  font-size: 15px;
  letter-spacing: -0.01em;
  color: #434343;
  margin-top: 20px;
}

.meta-el--card-bg {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* .meta-el--card .meta-el__title {
  text-transform: none;
} */
/* #endregion */

/* #region SECOND SLIDER */
.about-us--page .slider-vertical .slick-slide {
  padding: 80px 40px 40px;
}

.slider-vertical--second {
  background: #f1f2f3;
  height: auto;
}

.second-slider-inner {
  display: grid;
  grid-template-columns: 305px 1fr;
  gap: 97px;
}

.second-slider__num {
  max-width: 305px;
  width: 100%;
  font-weight: 600;
  font-size: 50px;
  line-height: 110%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #335682;
}

.second-slider__subtitle {
  font-weight: 600;
  font-size: 20px;
  line-height: 110%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #74767d;
  margin-bottom: 18px;
}

.second-slider__title {
  font-weight: 600;
  font-size: 40px;
  line-height: 110%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #335682;
  margin-bottom: 41px;
}

.second-slider-text {
  display: flex;
  gap: 35px;
}

.second-slider-text__el {
  width: calc(50% - 35px / 2);
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.01em;
  color: #434343;
}

.second-slider-text__el p:not(:last-child) {
  margin-bottom: 20px;
}

.slider-matrix-inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.slider-matrix-inner .matrix-banner__title {
  font-size: 18px;
  line-height: 106%;
}
/* #endregion */

/* #region FEEDBACK BLOCK */
.feedback-block {
  position: relative;
  border-radius: 10px;
  background: #f1f2f3;
  margin-top: 100px;
  margin-bottom: 20px;
}

.feedback-block-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.feedback-block__subtitle {
  font-weight: 600;
  font-size: 20px;
  line-height: 110%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #74767d;
  margin-bottom: 20px;
}

.feedback-block__title {
  font-weight: 600;
  font-size: 40px;
  line-height: 110%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #333;
  margin-bottom: 38px;
}

.feedback-block__title span {
  color: #335682;
}

.feedback-block__buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.feedback-block__link {
  display: flex;
  width: fit-content;
  gap: 10px;
}

.about-us--page .feedback-block__link {
  width: 240px;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 13px;
  line-height: 100%;
  text-transform: uppercase;
}

.feedback-block__link img {
  width: 16px;
  aspect-ratio: 1/1;
}

.feedback-block__link__mob {
  display: none;
}

.feedback-block-text {
  max-width: 604px;
  padding: 100px 10px 100px 70px;
}

.feedback-block__img {
  position: relative;
  width: 641px;
  align-self: stretch;
  background: #335682;
  border-radius: 10px;
}

.feedback-block__img img {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
}

.about-us--page .feedback-block__img img {
  display: block;
  position: absolute;
  right: -10px;
  bottom: 0;
  height: auto;
  max-width: 120%;
}

.feedback-block__img--mobile {
  display: none;
}
/* #endregion */

@media (max-width: 1360px) {
  .second-page .banner {
    padding: 30px 24px 70px;
  }

  .banner .bread-crumbs {
    margin: 0;
    padding: 0;
  }

  .meta-content {
    display: flex;
    flex-direction: column;
    gap: 33px;
  }

  .meta__title {
    max-width: 100%;
  }

  .feedback-block {
    margin-top: 80px;
  }

  .feedback-block-text {
    padding-left: 40px;
  }

  .about-us--page .feedback-block-text {
    padding: 67px 40px;
    transition: padding 0.6s ease;
  }

  .feedback-block-text {
    max-width: 480px;
  }

  /* .feedback-block__img img {
    max-width: 120%;
  } */

  .feedback-block__link__desc {
    display: none;
  }

  .feedback-block__link__mob {
    display: block;
  }
}

@media (max-width: 1200px) {
  .about-us--page .second-slider-inner {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
}

@media (max-width: 1024px) {
  .second-page .banner-content {
    flex-direction: column;
    gap: 62px;
  }

  .second-page .banner-title {
    font-size: 34px;
    line-height: 110%;
    word-break: break-all;
  }

  .meta-grid {
    gap: 24px;
  }

  .meta-grid--card {
    gap: 10px;
  }

  .meta-el {
    width: 100%;
  }

  .meta-el__text {
    margin: 0;
  }

  .meta-el .meta-el--card {
    gap: 20px;
  }

  .meta-el--img {
    min-height: 188px;
  }

  .slider-vertical--second.slider-vertical .slick-slide {
    padding: 50px 30px;
  }

  /* .second-slider-inner {
    display: flex;
    flex-direction: column;
    gap: 30px;
  } */

  .slider-vertical--second {
    background: transparent;
  }

  .slider-vertical--second .slick-slide {
    background: #f1f2f3;
  }

  .slider-vertical--second .slick-slide.last-slide {
    background: #335682;
    padding: 20px;
  }

  .slider-vertical--second .slick-slide.last-slide .content-slide {
    align-items: center;
    justify-content: center;
  }

  .slider-vertical--second .slick-slide.last-slide .slider__subtitle {
    flex-grow: initial;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: -0.01em;
    text-align: center;
  }

  .slider-vertical--second .slick-slide.last-slide .slider__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 122%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    text-align: center;
  }

  .second-slider__title {
    font-weight: 600;
    font-size: 25px;
    line-height: 110%;
    max-width: 100%;
    white-space: normal;
    word-break: break-word;
    overflow-wrap: anywhere;
    hyphens: manual;
  }

  .feedback-block-text {
    padding: 67px 40px 104px 40px;
  }

  .feedback-block__title {
    font-size: 34px;
    line-height: 110%;
  }

  .second-slider-text {
    flex-direction: column;
    gap: 35px;
  }

  .second-slider-text__el {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .about-us--page .second-slider__title {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .about-us--page .second-slider__subtitle {
    font-size: 18px;
  }

  .about-us--page .second-slider-text {
    gap: 25px;
  }

  .about-us--page .second-slider-text__el p {
    font-size: 15px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .about-us--page .feedback-block-content {
    overflow-x: hidden;
  }

  .about-us--page .feedback-block__img {
    max-width: none;
  }

  .about-us--page .feedback-block__img img {
    max-width: 585px;
    right: -136px;
    transition: right 0.6s ease;
  }
}

@media (max-width: 767px) {
  .about-us--page .feedback-block-content {
    flex-direction: column;
    max-height: none;
    gap: 0;
  }

  .about-us--page .feedback-block-text {
    max-width: none;
    padding: 50px 20px;
  }
  .feedback-block__buttons {
    flex-direction: column;
    gap: 10px;
  }

  .about-us--page .feedback-block__link {
    width: 100%;
  }

  .about-us--page .feedback-block__img {
    width: 100%;
    position: static;
    background: transparent;
  }

  .about-us--page .feedback-block__img::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30%;
    background: #335682;
    border-radius: 10px;
    z-index: 1;
  }

  .about-us--page .feedback-block__img img {
    position: relative;
    right: -10px;
    display: block;
    margin-left: auto;
    max-width: 100%;
    z-index: 2;
  }
}

@media (max-width: 766px) {
  .m-none {
    display: none;
  }

  .feedback-block__title {
    font-size: 34px;
    line-height: 110%;
  }

  .feedback-block-content {
    flex-direction: column;
    gap: 43px;
  }

  .feedback-block-text {
    padding: 80px 20px 0;
  }

  /* .feedback-block__img {
    display: none;
    width: 100%;
    position: static;
    background: transparent;
  }

  .feedback-block__img--mobile {
    display: block;
  }

  .feedback-block__img img {
    width: 100%;
    max-width: 100%;
    position: static;
    transform: none;
  } */

  .feedback-block__link {
    width: 100%;
    justify-content: center;
  }
}

/* contact page */
/* #region CONTACTS */
.contact-page .footer {
  margin-top: 0;
}

.contacts-container {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 10px;
  margin-bottom: 70px;
}

.contacts .title {
  margin-bottom: 40px;
}

.contacts-left {
  flex: 1 1 0;
  width: 50.68%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contacts-left > .contact-block:last-child {
  flex-grow: 1;
}
.contact-block {
  min-width: 230px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
  background: #fff;
  border: 1px solid rgba(39, 67, 102, 0.11);
  border-radius: 5px;
  padding: 40px;
}

.contact-block__simple-row {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.contact-block__row {
  display: grid;
  /*grid-template-columns: 215px 324px;*/
	grid-template-columns: 215px 491px;	
  gap: 30px;
  justify-content: space-between;
  align-items: flex-end;
}

.contact-block__col {
  display: flex;
  flex-direction: column;
}

.contact-block__title {
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  color: #434343;
  margin-bottom: 30px;
}

.contact-block__subtitle {
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  color: #434343;
  margin-bottom: 10px;
}

.contact-block__text {
  font-weight: 400;
  font-size: 16px;
  color: #434343;
  -webkit-tap-highlight-color: transparent;
}

.contact-block__text a {
  cursor: pointer;
}

.contact-block__text a:hover {
  color: #335682;
}

.contact-block__col--social {
  display: flex;
}

.contact-block__social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.contact-block__social-btn {
  width: 157px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.01em;
  text-decoration: none;
  color: #434343;
  background: #f1f2f3;
  border: none;
  border-radius: 5px;
  padding: 24px 22px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: background 0.3s;
}

.contact-block__social-btn--active {
  background: #335682;
  color: #fff;
}

.contact-block__social-btn:hover {
  background: #77a7e454;
}

.task-block {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 48.56%;
}

.task-block__card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 25px;
  border-radius: 5px;
  padding: 40px;
  background-color: #335682;
  color: #fff;
}

.task-block__row {
  display: flex;
  gap: 40px;
  border-radius: 5px;
  background-color: #335682;
  color: #fff;
}

.task-block__row--centered {
  align-items: center;
}

.task-block__title {
  width: 265px;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 20px;
  color: #fff;
}

.task-block__desc {
  max-width: 250px;
  font-size: 15px;
  font-weight: 400;
}

.task-block__text {
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  color: #fff;
}

.task-block__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 265px;
  height: 64px;
  border-radius: 6px;
  padding: 22px 24px;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  color: #333;
  background-color: #fff;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition:
    background-color 0.3s,
    color 0.3s;
}

.task-block__button:hover {
  background: #d1af79;
  color: #fff;
}

.task-block__email {
  max-width: 250px;
  font-weight: 400;
  font-size: 15px;
  color: #fff;
}

.task-block__row--centered .task-block__email {
  margin-top: 0;
}

.task-block__link {
  font-weight: 600;
  font-size: 15px;
  color: #fff;
  -webkit-tap-highlight-color: transparent;
}

.task-block__divider {
  border: none;
  border-top: 1px solid #ffffff1a;
  margin: 30px 0;
}
/* #endregion */

/* #region CONTACTS-QUESTIONS */
.questions__title__contact {
  width: 265px;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  color: #74767d;
  flex-shrink: 0;
  padding: 30px 0;
}

.questions__title__description {
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
}

.questions__title__description:hover {
  color: #335682;
}

@media (min-width: 1439px) {
  .questions--contacts .questions__title {
    display: flex;
    gap: 133px;
  }
}

.questions--contacts {
  padding: 0;
  margin: 80px 0;
  background: transparent;
  border: none;
}

.questions--contacts .questions-list {
  padding: 0;
}

.questions-document {
  display: flex;
  align-items: center;
  gap: 20px;
}

.questions-document-img {
  display: flex;
  flex-shrink: 0;
}

.questions-document-img img {
  width: 57px;
  height: 58px;
  object-fit: contain;
}

.questions-document-text a {
  font-weight: 600;
  font-size: 16px;
  color: #434343;
  transition: 0.3s;
}

.questions-document-text a:hover {
  color: #335682;
}

.questions-document-info {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 6px;
}

.questions-document-info__size {
  border-radius: 5px;
  padding: 4px 7px;
  background: #ececec;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: -0.01em;
  color: #434343;
}

.questions-document-info__type {
  font-weight: 400;
  font-size: 13px;
  letter-spacing: -0.01em;
  color: #434343;
}

.questions--contacts .questions__el {
  opacity: 1;
  border-radius: 0;
  transition: none;
  transform: none;
}

.questions--contacts .questions__el {
  border-bottom: 1px solid #ececec;
}

.questions--contacts .questions__el.questions__el--general {
  border: none;
}

.questions--contacts .questions__el:hover {
  box-shadow: none;
}

.questions-document-el:not(:last-child) {
  border-bottom: 1px solid #ececec;
}
/* #endregion */

/* #region CONTACTS-MAP */
.map-block-content {
  border-radius: 5px;
  width: 100%;
  height: 459px;
  margin-top: 40px;
  overflow: hidden;
}

.map-block-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* #endregion */

/* #region CONTACTS-FEEDBACK */
.feedback-block--contact {
  min-height: 420px;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin-top: 20px;
}

.feedback-block--contact .feedback-block-text {
  max-width: unset;
  min-width: 650px;
  height: 424px;
  padding: 60px 10px 60px 114px;
  transition: padding 0.3s ease;
}

.feedback-block__text {
  font-weight: 400;
  font-size: 15px;
  color: #172e47;
  margin-bottom: 30px;
}

.feedback-block--contact .feedback-block__title {
  margin-bottom: 20px;
}

.feedback-block__img-contact {
  position: relative;
  padding: 80px 0 30px;
  height: 424px;
  z-index: 2;
  transition: padding 0.3s ease;
}

.feedback-block__img-contact img {
  object-fit: contain;
  top: 0;
  right: 0;
  position: relative;
  transition: right 0.3s;
  z-index: 3;
}

.feedback-block__img-contact-bg {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #335682;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  height: 100%;
  width: 90%;
  z-index: 1;
}

.contact-img-mob {
  display: none;
}

/* .feedback-block__img-contact .contact-img-mob {
  display: none;
} */

/* #endregion */

@media (min-width: 1441px) {
  .task-block__row {
    gap: 60px;
  }
}

@media (max-width: 1660px) {
  .contact-block__row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
  }

  .task-block__row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
  }
}

@media (max-width: 1200px) {
  .contacts-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .contacts-left {
    width: 100%;
  }

  .contact-block {
    gap: 25px;
  }

  .contact-block__title {
    margin-bottom: 25px;
  }

  .task-block {
    width: 100%;
  }

  .task-block__desc--desktop {
    display: none;
  }

  .task-block__desc--mobile {
    display: block;
  }
}

@media (max-width: 1300px) {
  .feedback-block__img-contact {
    height: 494px;
  }

  .feedback-block--contact .feedback-block-text {
    min-width: 393px;
    height: 494px;
    padding: 50px 10px 50px 40px;
  }

  .feedback-block--contact .feedback-block__title {
    font-weight: 600;
    font-size: 34px;
    line-height: 110%;
  }

  .feedback-block__img-contact {
    padding: 87px 0 93px;
  }

  .second-page .questions-list {
    padding: 0;
  }
}

@media (max-width: 1024px) {
  .feedback-block--contact .feedback-block-text {
    max-width: unset;
    min-width: 415px;
  }

  .questions--contacts .questions__title {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .questions--contacts .questions-header {
    align-items: center;
  }
}

@media (max-width: 768px) {
  .feedback-block {
    flex-direction: column;
    gap: 15px;
  }

  .feedback-block--contact .feedback-block-text {
    width: 100%;
    height: 100%;
    min-width: unset;
    padding: 80px 20px 17px;
  }

  .feedback-block__img-contact {
    width: 100%;
    height: 294px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #335682;
    padding: 52px 0;
  }

  .feedback-block__img-contact img {
    width: auto;
    max-height: 100%;
  }

  .feedback-block__img-contact-bg {
    display: none;
  }

  .contacts-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .contact-block__simple-row {
    width: 100%;
  }
  .task-block__col {
    width: 100%;
  }

  .task-block__button {
    width: 100%;
  }

  .fake-header {
    height: 99px;
  }
}

.questions .questions {
  background: transparent;
  border: none;
  margin-top: 30px;
  padding: 0;
}

.questions-list .questions-list {
  padding: 0;
}

.questions .questions .questions__el {
  padding-bottom: 29px;
}

.questions .questions .questions__el:first-child {
  border-top: 1px solid #ececec;
}

.questions--contacts .questions__el {
  padding-left: 0;
  padding-right: 0;
}

.questions--contacts .questions .questions-body {
  padding-left: 0;
}

.questions--contacts > .questions-list > .questions__el:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

@media (max-width: 1399px) {
  .questions--contacts .questions-body {
    padding-left: 0;
    margin-top: 30px;
  }
}

.about-us--page .header--second-page:before {
  content: none;
}

.about-us--page .container {
  padding-top: 0;
}

.questions-document-el {
  display: flex;
  gap: 133px;
}

.questions-document-el .questions-list {
  flex-grow: 1;
}

.questions--contacts .questions__el {
  padding: 30px 25px;
}

.questions--contacts .questions__title {
  margin-top: 0;
}

@media (max-width: 1024px) {
  .questions-document-el {
    flex-direction: column;
    gap: 0;
  }

  .questions--contacts .questions__el {
    padding: 30px 0;
  }

  .questions__title__contact {
    padding: 20px 0 0;
  }
}

@media (max-width: 450px) {
  .banner-animate_le {
    max-width: 260px;
  }
}

/* #region 404 PAGE */
.not-found__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  gap: 30px;
  padding: 0 60px 0;
}

.not-found__left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 468px;
  margin-left: 58px;
}

.not-found__left h1 {
  text-align: left;
  font-weight: 600;
  font-size: 30px;
  line-height: 110%;
  text-transform: uppercase;
  color: #172e47;
  margin-bottom: 25px;
}

.not-found__left p {
  text-align: left;
  font-weight: 400;
  font-size: 14px;
  color: #434343;
  margin-bottom: 40px;
}

.not-found__img img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .not-found__content {
    flex-direction: column;
    gap: 45px;
    padding: 0;
  }

  .not-found__left {
    max-width: 100%;
    margin-left: 0;
  }

  .not-found__btn {
    width: 100%;
  }
}
/* #endregion 404 PAGE */

/* #region BLOG PAGE */
.blog__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.blog__search {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 548px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.blog-search-form {
  display: flex;
  align-items: center;
  width: 100%;
  height: 42px;
  background: #f6f6f6;
  border-radius: 5px;
  border: 1px solid transparent;
  padding: 11px 20px 11px 30px;
}

.blog-search-form:hover {
  border-color: #3333334d;
}
.blog-search-form.focus {
  border-color: #438be3;
}

.blog-search-form button:hover svg circle,
.blog-search-form button:hover svg path {
  stroke: #438be3;
}

.blog-search-input {
  flex: 1;
  background: transparent;
  font-size: 14px;
  font-weight: 400;
  color: #434343;
  border: none;
  outline: none;
}

.blog-search-input::placeholder {
  color: #929292;
}

.blog-search-btn {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.blog-search-btn svg {
  display: block;
}

.blog__no-results {
  font-weight: 400;
  font-size: 14px;
  color: #434343;
  margin-bottom: 20px;
}

.blog__tags-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  max-height: none;
  overflow: hidden;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog__tag {
  display: inline-flex;
  align-items: center;
  height: 42px;
  font-size: 14px;
  font-weight: 400;
  color: #434343;
  border-radius: 5px;
  border: 1px solid #e2e2e2;
  padding: 12px 20px;
  cursor: pointer;
  transition:
    border-color 0.2s,
    background-color 0.2s;
  -webkit-tap-highlight-color: transparent;
}

.blog__tag:hover {
  background-color: #e9eef8;
  border-color: transparent;
}

.blog__tag.active {
  color: #315b90;
  border: 1px solid #315b90;
  background-color: unset;
}

.blog__tag--more {
  width: 55px;
  min-width: 55px;
  max-width: 55px;
  display: none;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.blog__posts {
  display: grid;
  /*grid-template-columns: repeat(auto-fit, minmax(430px, 1fr));*/
	grid-template-columns: repeat(4, 25%);	
  column-gap: 10px;
  row-gap: 30px;
  margin-top: 40px;
}

.blog__post {
  background: #fff;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
}

.blog__post a {
  -webkit-tap-highlight-color: transparent;
}

.blog__post-img-wrap {
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 20px;
}

.blog__post-img-wrap img {
  display: block;
  width: 100%;
  aspect-ratio: 433/294;
  object-fit: cover;
  border-radius: 5px;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.blog__post-date {
  font-size: 14px;
  font-weight: 400;
  color: #74767d;
  margin-bottom: 10px;
}

.blog__post-title {
  font-size: 18px;
  font-weight: 700;
  color: #434343;
  text-transform: uppercase;
  margin-bottom: 20px;
  transition: color 0.2s;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.blog__post-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.blog__post-tag {
  background: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  color: #434343;
  white-space: nowrap;
  max-width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog__post-tags .blog__post-tag:nth-child(n + 6) {
  display: none;
}

.blog__post-title:hover {
  color: #438be3;
}

.blog__post-img-wrap:hover img {
  transform: scale(1.03);
  -webkit-tap-highlight-color: transparent;
}

.blog__post-title:focus {
  color: #438be3;
}

.blog__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  margin: 48px 0 0 0;
}

.blog__pagination-btn {
  position: relative;
  background: none;
  border: none;
  color: #74767d;
  font-size: 18px;
  font-weight: 400;
  border-radius: 5px;
  padding: 8px 12px;
  cursor: pointer;
  transition:
    background 0.2s,
    color 0.2s;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

.blog__pagination-btn--num {
  background: none;
  font-weight: 400;
}

.blog__pagination-btn--active {
  background: #335682;
  color: #fff;
  font-weight: 600;
  pointer-events: none;
}

.blog__pagination-btn--num:not(.blog__pagination-btn--active):hover {
  background: #e9eef8;
  color: #74767d;
}

.blog__pagination-btn--start,
.blog__pagination-btn--end {
  font-size: 18px;
  color: #74767d;
  font-weight: 400;
  padding: 0 12px;
}

.blog__pagination-btn--start:hover,
.blog__pagination-btn--end:hover {
  color: #172e47;
}

.blog__pagination-btn--prev,
.blog__pagination-btn--next {
  font-size: 22px;
  color: #929292;
  background: none;
  padding: 0 12px;
}

.blog__pagination-btn--prev:hover,
.blog__pagination-btn--next:hover {
  color: #172e47;
}

.blog__pagination-ellipsis {
  font-size: 22px;
  color: #74767d;
  padding: 0 12px;
}

/* Пагинация: disabled состояние */
.blog__pagination-btn[disabled],
.blog__pagination-btn--start[disabled],
.blog__pagination-btn--end[disabled],
.blog__pagination-btn--prev[disabled],
.blog__pagination-btn--next[disabled] {
  color: #00000052;
  cursor: default;
  box-shadow: none;
}

@media (max-width: 900px) {
  .blog__posts {
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  }
}

@media (max-width: 768px) {
  .blog__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }

  .blog__search {
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .blog__post-img-wrap img {
    aspect-ratio: 345/294;
  }

  .blog__pagination {
    flex-direction: column;
    gap: 20px;
  }
}

@media (max-width: 440px) {
  .blog__posts {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
}

/* #endregion BLOG PAGE */

/* #region POST PAGE */
.post__title {
  font-size: 40px;
  font-weight: 600;
  line-height: 110%;
  text-transform: uppercase;
  color: #333;
  margin-bottom: 20px;
}

.post__date {
  font-size: 14px;
  font-weight: 400;
  color: #74767d;
  margin-bottom: 40px;
}

.post__container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 25px;
}

.post__content {
  max-width: 64.3%;
  width: 100%;
}

.post__image {
  width: 100%;
  aspect-ratio: 849/664;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 20px;
}

.post__text {
  /* font-size: 13px; */
  font-size: 15px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 15px;
}

.post__text:last-of-type {
  margin-bottom: 0;
}

.post-section__title {
  font-size: 18px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 20px;
}

.banner--small {
  align-items: flex-start;
  padding: 40px;
  margin-bottom: 20px;
}

.banner__title--small {
  text-align: left;
  margin-bottom: 20px;
}

/* POST ASIDE */
.post__recommendations {
  max-width: 34%;
  width: 100%;
  position: sticky;
  top: 130px;
  align-self: flex-start;
  z-index: 2;
  margin-bottom: 24px;
  border-radius: 12px;
  transition: background 0.2s;
}

.post__recommendations-title {
  display: inline-block;
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
  color: #333;
  margin-bottom: 30px;
  margin-left: 20px;
}

.post__recommendations-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.post__recommendations-list .post__recommendation:nth-child(n + 7) {
  display: none;
}

.post__recommendation-link {
  display: block;
  text-decoration: none;
  padding: 20px;
  color: #232323;
  border-radius: 12px;
  transition: background 0.2s;
  -webkit-tap-highlight-color: transparent;
}

.post__recommendation-title {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #434343;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.post__recommendation-date {
  font-size: 16px;
  color: #929292;
}

.post__recommendation--active .post__recommendation-link,
.post__recommendation-link:hover {
  background: #e9eef8;
  color: #335682;
}

.post__recommendation--active .post__recommendation-title,
.post__recommendation-link:hover .post__recommendation-title {
  color: #335682;
}

@media (max-width: 1350px) {
  .banner--small {
    flex-direction: row;
  }
}

@media (max-width: 1100px) {
  .banner--small {
    flex-direction: column;
  }

  .banner__title--small,
  .banner-text--small {
    max-width: 100%;
  }
}

@media (max-width: 900px) {
  .post__title {
    font-size: 34px;
  }

  .post__recommendations-title {
    font-size: 22px;
  }

  .post__recommendation-title {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .post__container {
    flex-direction: column;
    gap: 0;
  }
  .post__content {
    max-width: 100%;
  }
  .post__recommendations {
    max-width: 100%;
    width: 100%;
    position: static;
    margin: 80px 0 0 0;
  }

  .post__recommendations-title {
    font-size: 25px;
    margin-left: 0;
  }

  .post__recommendation-title {
    font-size: 18px;
  }
}
/* #endregion POST PAGE */

/* #region INFO PAGE */
.info-about {
  margin-bottom: 80px;
}

.section__title {
  margin: 40px 0;
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
}

.section__subtitle {
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  color: #335682;
  margin: 40px 0 30px;
}

.section__text {
  /* font-size: 13px; */
  font-size: 15px;
  font-weight: 400;
  color: #333333;
  line-height: 1;
}

.section__text:not(:last-child) {
  margin-bottom: 20px;
}

.section h3 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #172e47;
  line-height: 106%;
}

.section h4 {
  font-size: 18px;
  font-weight: 700;
  color: #333333;
  line-height: 1;
}

.section h3,
.section h4 {
  margin: 40px 0 30px;
}

.numbered-list {
  margin-bottom: 80px;
}

.numbered-list__list {
  counter-reset: item;
  font-family: inherit;
  font-size: 15px;
  padding-left: 25px;
  margin-left: 0;
  margin-bottom: 15px;
}

.numbered-list__list > li {
  display: block;
  position: relative;
  /* font-size: 13px; */
  font-size: 15px;
  font-weight: 400;
  counter-increment: item;
  margin-bottom: 8px;
}

.numbered-list__list > li::before {
  content: counter(item) ".";
  position: absolute;
  left: -22px;
  font-weight: 400;
  /* font-size: 13px; */
  font-size: 15px;
}

.numbered-list__list ol {
  counter-reset: subitem;
  margin-top: 12px;
  padding-left: 32px;
}

.numbered-list__list ol > li {
  counter-increment: subitem;
  /* font-size: 13px; */
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 8px;
}

.numbered-list__list > li > ol > li::before {
  content: counter(item) "." counter(subitem) ".";
  position: absolute;
  left: 0;
  /* font-size: 13px; */
  font-size: 15px;
  font-weight: 400;
}

.unnumbered-list__list {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.unnumbered-list__list > li {
  display: block;
  position: relative;
  /* font-size: 13px; */
  font-size: 15px;
  font-weight: 400;
  padding-left: 21px;
  margin-bottom: 10px;
}

.unnumbered-list__list > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 4px);
  width: 6px;
  height: 6px;
  background: url('data:image/svg+xml;utf8,<svg width="6" height="6" viewBox="0 0 6 6" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="3" cy="3" r="3" fill="%23335682"/></svg>')
    no-repeat center/contain;
  display: block;
}

.unnumbered-list__list ul {
  list-style: none;
  padding-left: 18px;
  margin: 8px 0 10px 0;
}

.unnumbered-list__list ul > li {
  position: relative;
  /* font-size: 13px; */
  font-size: 15px;
  font-weight: 400;
  padding-left: 21px;
  margin-bottom: 10px;
}

.unnumbered-list__list ul > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 4px);
  width: 6px;
  height: 6px;
  background: url('data:image/svg+xml;utf8,<svg width="6" height="6" viewBox="0 0 6 6" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="3" cy="3" r="3" fill="%23335682"/></svg>')
    no-repeat center/contain;
  display: block;
}

.unnumbered-list__list > li.with-sublist::before {
  background: none;
}

.q-end-a {
  background-color: unset;
  border: none;
}

.q-end-a .questions-list {
  padding: 0;
}

.q-end-a .questions__el {
  border-radius: 10px;
  border: 1px solid #e7eaee;
  transform: none;
  opacity: 1;
}

.q-end-a .questions__title:hover {
  color: #335682;
}

.title-btn {
  -webkit-tap-highlight-color: transparent;
}

.info-questions {
  margin-top: 0;
}

/* .info-questions .questions__el--no-border {
  border: none;
} */

.table-section,
.table,
.block-image,
.seo {
  margin-bottom: 80px;
}

.table-section__container {
  box-sizing: border-box;
  width: 100%;
  overflow-x: auto;
  border: none;
  scrollbar-color: #325288 transparent;
  scrollbar-width: thin;
  /* width: calc(100% + 30px);
  padding: 0 15px 15px 15px;
  margin-left: -15px; */
}

.table-section__container::-webkit-scrollbar {
  height: 3px;
  box-sizing: content-box;
}

.table-section__container::-webkit-scrollbar-track {
  background: transparent;
  background-clip: content-box;
}

.table-section__container::-webkit-scrollbar-thumb {
  background: #325288;
  border-radius: 4px;
}

.table-section__table {
  width: 100%;
  font-family: inherit;
  font-size: 18px;
  color: #333;
  background: #fff;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 5px;
  overflow: hidden;
}

thead {
  border: none;
}

.table-section__table th {
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  background: #e9eef8;
  padding: 12px 18px;
  border: none;
}

.table-section__table td {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  padding: 12px 18px;
}

.table-section__table tr:nth-child(even) {
  background: #e9eef86b;
}

.table-section--frame .table-section__table td {
  border-bottom: 1px solid #e7eaee;
  border-right: 1px solid #e7eaee;
}

.table-section--frame .table-section__table td:first-of-type {
  border-left: 1px solid #e7eaee;
}

.table-section--frame .table-section__table tr:last-child td:first-of-type {
  border-bottom: 1px solid #e7eaee;
  border-bottom-left-radius: 5px;
}

.table-section--frame .table-section__table tr:last-child td:last-of-type {
  border-bottom: 1px solid #e7eaee;
  border-bottom-right-radius: 5px;
}

.block-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
  margin: 10px 0 30px;
}

@media (max-width: 1024px) {
  .table-section__container {
    padding: 0 0px 15px 0px;
  }
}
@media (max-width: 768px) {
  .section__title {
    font-size: 34px;
  }

  .info-about {
    margin-bottom: 40px;
  }

  .numbered-list {
    margin-bottom: 40px;
  }

  .info .questions {
    padding: 40px 0 0;
  }

  .block-image img {
    border-radius: 3px;
  }
}
/* #endregion INFO PAGE */

/* #region Advantages Page */
.advantages-page .footer {
  margin-top: 0;
}
.advantages-page .benefits {
  height: 100%;
  padding: 30px 45px 55px;
  margin-bottom: 80px;
  overflow: visible;
}

.advantages-page .benefits__bg {
  background: url("../img/adv-bg.webp") center/cover no-repeat;
}

.advantages-page .bread-crumbs {
  position: relative;
  z-index: 2;
  color: #fff;
}

.advantages-page .bread-crumbs-list__item a {
  color: #fff;
}

.advantages-page .bread-crumbs-list__item:not(:first-child):before {
  color: #fff;
}

.advantages-page .benefits__cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: repeat(3, 1fr);
  margin-bottom: 70px;
  z-index: 2;
}

.advantages-page__partners-slider.benefits-animated {
  animation: fadeInUp 0.7s forwards;
  animation-delay: var(--benefits-delay, 0s);
}

.advantages-page .benefits__card:nth-child(1) {
  grid-row: 1;
  grid-column: 1;
}
.advantages-page .benefits__card:nth-child(2) {
  grid-row: 1;
  grid-column: 2;
}
.advantages-page .benefits__card:nth-child(3) {
  grid-row: 1;
  grid-column: 3;
}
.advantages-page .benefits__card:nth-child(4) {
  grid-row: 2;
  grid-column: 2;
}
.advantages-page .benefits__card:nth-child(5) {
  grid-row: 3;
  grid-column: 1;
}
.advantages-page .benefits__card:nth-child(6) {
  grid-row: 3;
  grid-column: 3;
}
.advantages-page .benefits__card:nth-child(7) {
  grid-row: 4;
  grid-column: 2;
}

.advantages-page .benefits__card--glass .benefits__card-text {
  color: #fff;
}

.advantages-page .benefits__card--glass:hover .benefits__card-text {
  color: #434343;
}

.advantages-page__partners-slider {
  position: relative;
  height: 100px;
  width: calc(100% + 90px);
  overflow: hidden;
  background-color: transparent;
  margin-bottom: 55px;
  z-index: 2;
  opacity: 0;
  margin-left: -45px;
}

.embla {
  max-width: 100%;
  margin: auto;
}

.embla__viewport {
  overflow: hidden;
}

.embla__container {
  display: flex;
  touch-action: pan-y pinch-zoom;
  margin-left: calc(10px * -1);
}

.embla__slide {
  flex: 0 0 204px;
  min-width: 0;
  padding-left: 10px;
}

.partner-card {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(28.2px);
  transition: background 0.3s;
}

.partner-card img {
  height: auto;
}

.partner-card:hover {
  background: #335682;
}

.advantages-page .feedback-block {
  z-index: 2;
  margin-top: 80px;
}
.advantages-page .feedback-block {
  z-index: 2;
  margin-top: 80px;
}
.advantages-page .feedback-block__img img {
  display: block;
  position: absolute;
  right: -10px;
  bottom: 0;
  height: auto;
  max-width: 120%;
}

.advantages-about {
  margin: 80px 0;
}

.advantages-about__container {
  display: flex;
  justify-content: space-between;
}

.advantages-about__left {
  max-width: 32.7%;
  width: 100%;
}

.advantages-about__right {
  max-width: 64.4%;
  width: 100%;
}

.advantages-about__title {
  font-size: 18px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 20px;
}

.advantages-about .banner--small {
  margin-bottom: 0;
}

.tags-slider {
  width: 100vw;
  overflow: hidden;
  background: #fff;
  margin-bottom: 100px;
  margin-left: -15px;
}
.tags-row {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  margin: 0 auto;
  position: relative;
}

.tags-row--rtl {
  margin-bottom: 20px;
}

.tags-track {
  display: inline-block;
  white-space: nowrap;
  animation-timing-function: linear;
}

.tags-row--rtl .tags-track {
  animation: tags-marquee-rtl 36s linear infinite;
}

.tags-row--ltr .tags-track {
  animation: tags-marquee-ltr 36s linear infinite;
}

.tags-track span {
  display: inline-block;
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
  color: #172e47;
  margin: 0 72px;
  transition: color 0.2s;
}

.tags-track span.tags-track--blue {
  color: #3065a7;
}

@keyframes tags-marquee-rtl {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes tags-marquee-ltr {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}

@media (max-width: 1200px) {
  .advantages-page .benefits {
    padding: 30px 20px 80px;
  }

  .advantages-page .benefits__cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }

  .advantages-page .benefits__card:nth-child(n) {
    grid-row: auto;
    grid-column: auto;
  }

  .advantages-page__partners-slider {
    width: calc(100% + 40px);
    margin-left: -20px;
  }

  .advantages-about__container {
    flex-direction: column;
  }

  .advantages-about__left,
  .advantages-about__right {
    max-width: none;
    width: 100%;
  }

  .advantages-about__left .title {
    margin-bottom: 40px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .advantages-page .feedback-block-content {
    overflow-x: hidden;
  }

  .advantages-page .feedback-block__img {
    max-width: none;
  }

  .advantages-page .feedback-block__img img {
    max-width: 585px;
    right: -136px;
    transition: right 0.6s ease;
  }
}

@media (max-width: 768px) {
  .advantages-page .benefits {
    padding: 30px 20px 80px;
  }

  .advantages-page .benefits__cards {
    grid-template-columns: 1fr;
  }

  .advantages-page .benefits__card:nth-child(1) {
    grid-row: 1;
    grid-column: 1;
  }
  .advantages-page .benefits__card:nth-child(2) {
    grid-row: 3;
    grid-column: 1;
  }
  .advantages-page .benefits__card:nth-child(3) {
    grid-row: 2;
    grid-column: 1;
  }
  .advantages-page .benefits__card:nth-child(4) {
    grid-row: 5;
    grid-column: 1;
  }
  .advantages-page .benefits__card:nth-child(5) {
    grid-row: 4;
    grid-column: 1;
  }
  .advantages-page .benefits__card:nth-child(6) {
    grid-row: 7;
    grid-column: 1;
  }
  .advantages-page .benefits__card:nth-child(7) {
    grid-row: 6;
    grid-column: 1;
  }

  .embla__slide {
    flex: 0 0 184px;
  }

  .partner-card {
    height: 90px;
  }

  .partner-card img {
    height: auto;
  }

  .advantages-page .feedback-block-content {
    flex-direction: column;
    max-height: none;
    gap: 0;
  }

  .advantages-page .feedback-block-text {
    max-width: none;
    padding: 50px 20px;
  }

  .advantages-page .feedback-block__buttons {
    flex-direction: column;
    gap: 10px;
  }

  .advantages-page .feedback-block__link {
    width: 100%;
  }

  .advantages-page .feedback-block__img {
    width: 100%;
    position: static;
    background: transparent;
  }

  .advantages-page .feedback-block__img::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30%;
    background: #335682;
    border-radius: 10px;
    z-index: 1;
  }

  .advantages-page .feedback-block__img img {
    position: relative;
    right: -10px;
    display: block;
    margin-left: auto;
    max-width: 100%;
    z-index: 2;
  }

  .tags-slider {
    width: calc(100% + 40px);
    margin-left: -20px;
  }

  .tags-track span {
    font-size: 34px;
  }
}
/* #endregion Advantages page */

.modal input[name="phone"] {
	width: 100%;
}