@import url("fonts/roboto/css/roboto.min.css");

@font-face {
  font-family: "TT Norms Std Trl Cnd";
  src: url("./fonts/TTNormsStdCond-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "TT Norms Std Trl Cnd";
  src: url("./fonts/TTNormsStdCond-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "TT Supermolot Condensed";
  src: url("./fonts/TTSupermolotCondensed-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "TT Supermolot Condensed";
  src: url("./fonts/TTSupermolotCondensed-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

.hero {
  position: relative;
  padding-top: 12px;
  margin-bottom: 33px;
}

.hero canvas {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}

.hero__container.maxwidth-theme {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 25px;
}

.tf-section.action {
  position: absolute;
  top: 32%;
  width: 100%;
  height: 127%;
  z-index: 1;
  left: 50%;
  transform: translate(-50%, -50%);
}

.tf-section.action .themesflat-container,
.tf-section.action .row,
.tf-section.action .col-md-12,
.tf-section.action .action__body,
.tf-section.action .tf-tsparticles,
.tf-section.action #tsparticles1 {
  height: 100%;
}

.hero__main {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.hero__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 624px;
  gap: 24px;
}

.quote-hero__text {
  margin-bottom: 0;
}

.hero__heading {
  margin-bottom: 0;
}

.hero__text {
  margin-bottom: -1px;
  max-width: 597px;
}

.hero__actions {
  display: flex;
  gap: 24px;
  width: 100%;
  flex-wrap: wrap;
}

.hero__btn {
  width: auto;
  flex: 1 0 47%;
}

.hero__actions .btn-custom.btn-custom_ghost .btn-custom__txt {
  padding-left: 9px;
}

.hero__actions .btn-custom:not(.btn-custom_ghost) {
  justify-content: center;
}

.hero__carousel {
  position: relative;
  height: 100%;
  min-height: 469px;
  max-width: 614px;
}

.hero__carousel .navigation-wrapper {
  margin: 0;
}

.hero__slider {
  position: relative;
  margin: 0;
  height: 100%;
}

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

.hero__slide {
  list-style: none;
  padding: 0;
}

.hero__slide::before {
  display: none;
}

.hero__controls {
  position: absolute;
  z-index: 3;
  inset: 0;
}

.hero__lower {
  position: relative;
  z-index: 2;
  padding-top: 20px;
  border-top: 1px solid #7fafca;
}

.hero__labels {
  display: flex;
  flex-wrap: wrap;
  gap: 2px 8px;
  list-style: none;
}

.navigation-container.navigation-container_alt .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}

.navigation-container.navigation-container_alt .swiper-button-prev.swiper-button-disabled,
.navigation-container.navigation-container_alt .swiper-button-next.swiper-button-disabled {
  background-color: #006096;
  color: #fff;
}

.navigation-container.navigation-container_alt .swiper-pagination-bullet.swiper-pagination-bullet-active::before,
.navigation-container.navigation-container_alt .swiper-pagination-bullet:hover::before {
  transform: none;
}

.navigation-container.navigation-container_alt .swiper-pagination {
  margin-right: 25px;
  margin-bottom: 10px;
}

.navigation-container.navigation-container_alt .swiper-button-prev:hover,
.navigation-container.navigation-container_alt .swiper-button-next:hover {
  background-color: #006096;
  color: #fff;
}

.navigation-container.navigation-container_alt {
  padding-left: 26px;
  padding-right: 19px;
  padding-bottom: 29px;
}

.navigation-container.navigation-container_alt .swiper-button-next,
.navigation-container.navigation-container_alt .swiper-button-prev {
  background-color: #fff;
  color: #5e5e5e;
  opacity: 1;
  width: 51px;
  height: 51px;
}

.navigation-container.navigation-container_alt .swiper-button-prev svg {
  transform: scaleX(-1);
}

.navigation-container.navigation-container_alt .swiper-button-next svg,
.navigation-container.navigation-container_alt .swiper-button-prev svg {
  stroke: none;
}

.quote-hero {
  display: flex;
  gap: 15px;
}

.quote-hero::before {
  content: "";
  width: 10px;
  flex: 0 0 10px;
  min-height: calc(100% - 6px);
  height: auto;
  display: block;
  background-color: #b8e7f4;
  border-radius: 6px;
}

.quote-hero__text {
  max-width: 517px;
}

.txt-sz-22 {
  font-family: "TT Norms Std Trl Cnd";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  color: #15182e;
}

.h-sz-52 {
  font-family: "TT Supermolot Condensed";
  font-weight: 700;
  font-size: 52px;
  line-height: 60px;
  color: #15182e;
}

.h-sz-52 span {
  color: #006096;
}

.btn-custom {
  position: relative;
  padding: 16px 20px;
  display: inline-flex;
  align-items: center;
  height: 51px;
  gap: 20px;
  justify-content: space-between;
  border-radius: 7px;
  background-color: #006096;
  color: #ffffff;
  outline: none;
  border: none;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
}

.btn-custom:hover {
  background-color: #005282;
  color: #ffffff;
}

.btn-custom:hover .btn-custom__txt {
  color: inherit;
}

.btn-custom.btn-custom_ghost {
  background-color: #fff;
  color: #006096;
  border: 1px solid #006096;
}

.btn-custom.btn-custom_ghost .btn-custom__txt {
  font-weight: 700;
  -webkit-text-stroke: 0;
}

.btn-custom.btn-custom_ghost:hover {
  color: #15182e;
}

.btn-custom__txt.txt-sz-15 {
  font-family: "TT Supermolot Condensed";
  font-size: 15px;
  line-height: 18px;
  -webkit-text-stroke: 0.03em;
  color: inherit;
  white-space: nowrap;
}

.btn-custom__ic {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
}

.slide-hero {
  border-radius: 30px;
  overflow: hidden;
}

.slide-hero__inner {
  display: flex;
  height: 100%;
}

.slide-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.label-custom::before {
  content: none;
}

.label-custom__inner {
  padding: 13px 16px;
  list-style: none;
  gap: 8px;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  text-align: center;
  border-radius: 110000px;
  color: #15182e;
  background-color: #fff;
  border: 1px solid #b8e7f4;
  transition: background-color 0.3s ease-in-out;
}

.label-custom__inner:hover {
  background-color: #b8e7f4;
}

.label-custom__inner:hover .label-custom__ic {
  flex: 0 0 16px;
  margin-left: 0;
}

.label-custom__txt {
  font-family: "TT Norms Std Trl Cnd";
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
}

.label-custom__ic {
  margin-left: -7px;
  flex: 0 0 0;
  width: 16px;
  height: 16px;
  transition: flex 0.3s ease-in-out, margin-left 0.3s ease-out;
}

@media (max-width: 64em) {
  .hero__main {
    gap: 16px;
    flex-direction: column;
  }

  .hero__carousel {
    height: 400px;
    min-height: auto;
    padding-top: 0;
    width: 100%;
    max-width: none;
  }

  .hero__container::before {
    right: -10px;
  }
}

@media (max-width: 500px) {
  .hero__carousel {
    height: 184px;
  }
}

@media (max-width: 48em) {
  .navigation-container.navigation-container_alt .navigation--bottom-right {
    gap: 5px;
  }

  .navigation-container.navigation-container_alt .swiper-button-prev svg,
  .navigation-container.navigation-container_alt .swiper-button-next svg {
    width: 20px;
    height: 20px;
  }

  .hero__container.maxwidth-theme,
  .sec__container.maxwidth-theme {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero__quote {
    margin-bottom: 18px;
  }

  .hero__text.txt-sz-22 {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 20px;
  }

  .hero__heading {
    margin-bottom: 3px;
  }

  .slide-hero {
    border-radius: 15px;
  }

  .btn-custom {
    padding: 18px 30px;
    height: 55px;
  }

  .btn-custom__txt.txt-sz-15 {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0;
  }

  .hero .btn-custom.btn-custom_ghost {
    justify-content: center;
  }

  .hero .btn-custom.btn-custom_ghost .btn-custom__txt {
    padding-right: 16px;
  }

  .hero .btn-custom.btn-custom_ghost .btn-custom__ic {
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translateY(-50%);
  }

  .h-sz-52 {
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
  }

  .hero {
    padding-top: 26px;
    margin-bottom: 24px;
    overflow: hidden;
  }

  .hero__container::before {
    width: 1547px;
    height: 1067px;
    right: -731px;
    top: -264px;
  }

  .hero__container.maxwidth-theme::before {
    display: none;
  }

  .hero__content {
    max-width: none;
    gap: 0;
  }

  .hero__text {
    max-width: 349px;
  }

  .hero__actions {
    flex-direction: column;
    gap: 15px;
    max-width: none;
  }

  .hero__actions .btn-custom.btn-custom_ghost .btn-custom__txt {
    padding-left: 0;
  }

  .hero__lower,
  .navigation-container.navigation-container_alt .swiper-pagination {
    display: none;
  }

  .navigation-container.navigation-container_alt {
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
  }

  .navigation-container.navigation-container_alt .swiper-button-next,
  .navigation-container.navigation-container_alt .swiper-button-prev {
    width: 25px;
    height: 25px;
  }

  .quote-hero {
    column-gap: 15px;
  }

  .quote-hero::before {
    width: 8px;
    flex: 0 0 8px;
    min-height: calc(100% - 1px);
  }

  .txt-sz-22 {
    font-size: 15px;

    line-height: 19px;
  }
}

.sl-controls {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  width: 100%;
}

.sl-controls .swiper-pagination {
  position: static;
  display: flex;
  gap: 8px;
}

.sl-controls .swiper-pagination.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  flex: 1 1 auto;
  width: auto;
  height: 6px;
  border-radius: 1000px;
  margin: 0;
  transition: background-color 0.3s ease-out, width 0.3s ease-out;
}

.sl-controls .swiper-pagination.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 23%;
  background-color: #005282;
}

.sl-controls .navigation {
  display: flex;
  gap: 4px;
  height: 40px;
}

.sl-controls .slider-nav {
  opacity: 1;
  margin: 0;
  stroke: none;
  background-color: #d0d0d3;
}

.sl-controls .slider-nav svg {
  color: #fff;
  width: 30px;
  height: 30px;
  stroke: none;
}

.sl-controls .slider-nav.slider-button-prev svg {
  transform: scaleX(-1);
}

.sl-controls .slider-nav:disabled {
  background-color: #005282;
  opacity: 1;
}

.sl-controls .swiper-pagination-bullet::before {
  display: none;
}

.servicelist.servicelist_alt {
  margin-bottom: 31px;
}

.servicelist {
  margin-bottom: 63px;
}

.servicelist__container {
  display: flex;
  flex-direction: column;
}

.servicelist__heading {
  margin-bottom: 24px;
}

.servicelist__text {
  margin-bottom: 43px;
}

.sec__container.maxwidth-theme,
.servicelist__container.maxwidth-theme {
  width: 100%;
}

@media (min-width: 48.01em) {
  .servicelist__slider-wrapper.swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }

  .servicelist__controls {
    display: none;
  }
}

.slide-servicelist::before {
  display: none;
}

.slide-servicelist.swiper-slide {
  margin-bottom: 0;
  height: auto;
  width: auto;
}

.slide-servicelist__inner:hover .slide-servicelist__ic-wrap {
  opacity: 1;
  visibility: visible;
}

.slide-servicelist__inner {
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
  border-radius: 15px;
  min-height: 238px;
  overflow: hidden;
}

.slide-servicelist__heading.h-sz-32 {
  position: relative;
  z-index: 2;
}

.slide-servicelist__image-wrap {
  position: relative;
  z-index: 2;
  flex: 0 0 238px;
  width: 238px;
  border-radius: 15px;
  min-height: 100%;
  overflow: hidden;
}

.slide-servicelist__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slide-servicelist__content {
  position: relative;
  padding: 30px;
  justify-content: center;
  border-radius: 15px;
  z-index: 2;
  margin-left: -35px;
  display: flex;
  width: 100%;
  flex-direction: column;
  row-gap: 5px;
  background-color: #f9fafb;
  border: 1px solid #d5d5d5;
  overflow: hidden;
}

.slide-servicelist__content::before {
  content: "";
  position: absolute;
  top: -237px;
  right: -441px;
  width: 874px;
  height: 666px;
  background: url(./images/servicelist/bg.png) center / contain no-repeat;
  pointer-events: none;
}

.slide-servicelist__text {
  position: relative;
  z-index: 2;
  max-width: 309px;
}

.slide-servicelist__text strong {
  font-weight: 700;
}

.slide-servicelist__ic-wrap {
  position: absolute;
  z-index: 3;
  right: 10px;
  bottom: 13px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
}

.ic-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #006096;
  color: #ffffff;
  border-radius: 11px;
  flex: 0 0 41px;
  width: 41px;
  height: 41px;
}

.ic-wrap__icon {
  flex: 0 0 14px;
  width: 14px;
  height: 14px;
}

.txt-sz-24 {
  font-family: "TT Norms Std Trl Cnd";
  font-size: 24px;
  line-height: 31px;
  color: #15182e;
}

.h-sz-32 {
  font-family: "TT Supermolot Condensed";
  font-weight: 700;
  font-size: 32px;
  line-height: 60px;
  color: #15182e;
}

.txt-sz-20 {
  font-family: "TT Norms Std Trl Cnd";
  font-size: 20px;
  line-height: 26px;
  color: #15182e;
}

@media (max-width: 64em) and (min-width: 48.01em) {
  .servicelist__slider-wrapper.swiper-wrapper {
    display: flex;
    flex-direction: column;
  }
}

@media (min-width: 48.01em) {
  .slide-servicelist__heading.h-sz-32 {
    line-height: 42px;
  }
}

@media (max-width: 48em) {
  .txt-sz-24 {
    font-size: 16px;
    line-height: 20px;
  }

  .servicelist {
    margin-bottom: 50px;
  }

  .servicelist_alt.servicelist .servicelist__text {
    margin-bottom: 31px;
  }

  .servicelist_alt.servicelist .servicelist__slider-wrapper.swiper-wrapper {
    margin-bottom: 21px;
  }

  .servicelist_alt.servicelist .slide-servicelist__content {
    padding: 47px 29px 45px 29px;
  }

  .servicelist_alt.servicelist .slide-servicelist__ic-wrap {
    display: inline-flex;
    right: 14px;
    bottom: 11px;
    opacity: 1;
    visibility: visible;
  }

  .servicelist__slider-wrapper.swiper-wrapper {
    margin-bottom: 19px;
  }

  .servicelist__heading.h-sz-52 {
    margin-bottom: 13px;
    font-size: 34px;
  }

  .servicelist__text {
    margin-bottom: 22px;
  }

  .slide-servicelist__inner {
    flex-direction: column;
    min-height: auto;
  }

  .slide-servicelist__image-wrap {
    min-height: auto;
    height: 267px;
    width: 100%;
    flex: 0 0 267px;
  }

  .h-sz-32 {
    font-size: 28px;
    line-height: 34px;
  }

  .txt-sz-20 {
    font-size: 16px;
    line-height: 20px;
  }

  .slide-servicelist__content {
    margin-left: 0;
    margin-top: -79px;
    row-gap: 13px;
    padding: 39px 29px;
  }

  .slide-servicelist__content::before {
    width: 874px;
    height: 666px;
    right: -398px;
    top: -267px;
  }

  .slide-servicelist__text {
    max-width: 237px;
  }

  .slide-servicelist__ic-wrap {
    display: none;
  }

  .servicelist__container.maxwidth-theme {
    padding-left: 18px;
    padding-right: 18px;
  }
}

.index-block--padding-bottom-40>div {
  margin-bottom: -14px;
}

.cta-banner {
  margin-bottom: 37px;
  position: relative;
  overflow: hidden;
  background: url(./images/cta-banner/bg.webp) center / cover no-repeat;
}

.cta-banner__container {
  position: relative;
}

.cta-banner__container::before {
  content: "";
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 1471px;
  height: 502px;
  background: url(./images/cta-banner/bg.png) center / contain no-repeat;
}

.cta-banner__inner {
  position: relative;
  z-index: 2;
  padding: 54px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
}

.cta-banner__heading a,
.cta-banner__text a {
  transition: color 0.3s ease-out;
}

.cta-banner__heading a {
  color: #b8e7f4;
}

.cta-banner__heading a:hover {
  color: #a0cbd7;
}

.cta-banner__btn {
  min-width: 255px;
  justify-content: center;
}

.cta-banner__heading {
  margin-bottom: 30px;
  max-width: 900px;
  text-align: center;
  color: inherit;
  font-weight: 400;
  line-height: 130%;
  -webkit-text-stroke: 0.05em;
}

.btn-custom__txt {
  font-family: "TT Supermolot Condensed";
  -webkit-text-stroke: 0.04em;
}

.cta-banner__text a {
  color: #ffffff;
}

.cta-banner__text a:hover {
  color: #eeeded;
}

.cta-banner__text {
  margin-bottom: 24px;
  color: inherit;
  text-align: center;
}

.cta-banner__image-wrap {
  position: absolute;
  z-index: 1;
  bottom: -110px;
}

@media (max-width: 48em) {
  .cta-banner__image-wrap._desktop-only {
    display: none;
  }
}

.cta-banner__image-wrap_left {
  left: 70px;
}

.cta-banner__image-wrap_right {
  right: 70px;
}

.cta-banner__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 64em) {
  .cta-banner__image-wrap {
    left: 50%;
    transform: translateX(-50%);
    bottom: -90px;
    width: 168px;
    height: 225px;
  }
}

@media (max-width: 48em) {
  .cta-banner {
    margin-bottom: 63px;
  }

  .cta-banner__container.maxwidth-theme {
    padding: 0;
  }

  .cta-banner__container::before {
    width: 845px;
    height: 288px;
    left: -36px;
    transform: none;
    top: -32px;
  }

  .cta-banner__inner {
    padding: 62px 30px 80px 30px;
  }

  .cta-banner__btn {
    min-width: 280px;
  }

  .cta-banner__heading.h-sz-52 {
    margin-bottom: 15px;
    max-width: none;
    font-size: 34px;
    line-height: 145%;
  }

  .cta-banner__text.txt-sz-24 {
    margin-bottom: 24px;
    max-width: 299px;
    line-height: 113%;
  }
}

.tech-partner {
  margin-bottom: 49px;
  margin-top: 80px;
  padding-top: 0;
}

.tech-partner__container {
  display: flex;
  flex-direction: column;
}

.tech-partner__heading {
  margin-bottom: 24px;
}

.tech-partner__text {
  margin-bottom: 37px;
  max-width: 820px;
}

.tech-partner__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 21px 25px;
}

.item-tech-partner::before {
  content: none;
}

.item-tech-partner__inner {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.item-tech-partner__headline {
  display: flex;
  gap: 20px;
}

.h-sz-30 {
  font-family: "TT Supermolot Condensed";
  font-weight: 700;
  font-size: 30px;
  color: #15182e;
  line-height: 126%;
}

.item-tech-partner__heading {
  max-width: 73%;
  margin: 0;
}

.item-tech-partner__ic-wrap {
  flex: 0 0 70px;
  width: 70px;
  height: 70px;
}

.item-tech-partner__icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.item-tech-partner__text {
  padding-left: 90px;
}

@media (max-width: 64em) {
  .tech-partner__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 48em) {
  .item-tech-partner__ic-wrap {
    flex: 0 0 60px;
    width: 60px;
    height: 60px;
  }

  .item-tech-partner__text {
    max-width: 318px;
    padding-left: 0;
  }

  .tech-partner {
    margin-top: 27px;
    margin-bottom: 18px;
  }

  .tech-partner__heading.h-sz-52 {
    margin-bottom: 15px;
    font-size: 34px;
    line-height: 42px;
  }

  .tech-partner__text {
    margin-bottom: 25px;
  }

  .tech-partner__list {
    display: flex;
    flex-direction: column;
    gap: 17px;
  }

  .item-tech-partner__inner {
    gap: 20px;
  }

  .item-tech-partner__heading {
    max-width: 78%;
  }

  .item-tech-partner__headline {
    gap: 15px;
  }

  .h-sz-30 {
    font-size: 28px;
    line-height: 34px;
  }
}

.cta-banner.cta-banner_form {
  margin-bottom: 57px;
}

.cta-banner.cta-banner_form .cta-banner__heading,
.cta-banner.cta-banner_form .cta-banner__text {
  text-align: left;
}

.cta-banner.cta-banner_form .cta-banner__form .cta-banner__btn {
  text-align: center;
  justify-content: center;
}

.cta-banner.cta-banner_form .cta-banner__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  padding: 56px 0 74px 0;
  gap: 32px;
}

.cta-banner__text-wrap .cta-banner__heading {
  margin-bottom: 0;
}

.cta-banner__text-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 25px;
  max-width: 520px;
  padding-top: 27px;
}

.cta-banner__text {
  max-width: 463px;
}

.cta-banner__pic-wrap {
  position: absolute;
  bottom: 0;
  left: 276px;
  display: flex;
  align-items: flex-end;
}

.cta-banner__pic {
  position: relative;
  z-index: 1;
  width: 322px;
  height: 549px;
  object-fit: contain;
  transform: translate(-9px, 42px);
}

.cta-banner__form .form-checkbox__box {
  background-color: transparent;
}

.cta-banner__form {
  padding: 35px 20px 41px 35px;
  position: relative;
  display: flex;
  z-index: 2;
  flex-direction: column;
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  max-width: 408px;
}

.cta-banner__form-heading.h-sz-30 {
  margin-bottom: 21px;
  max-width: 329px;
  line-height: 135%;
}

.cta-banner__form-success {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.cta-banner__form-success--top {
  margin-bottom: 16px;
  padding: 16px 18px;
  border-radius: 12px;
  background-color: #f4f6f8;
}

.cta-banner__form-success-text {
  font-family: "TT Norms Std Trl Cnd";
  font-size: 20px;
  line-height: 1.4;
  color: #15182e;
}

.cta-banner__form-group {
  margin-bottom: 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.pic-label-cta-banner {
  position: relative;
  margin-bottom: 94px;
  transform: translateX(39px);
}

.pic-label-cta-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(./images/cta-banner/rect.svg) center / 100% no-repeat;
  transform: scale(1.05, 1.2) translateX(6px);
}

.pic-label-cta-banner__text,
.pic-label-cta-banner__heading {
  margin-bottom: 0;
}

.pic-label-cta-banner__inner {
  position: relative;
  z-index: 2;
  flex-direction: column;
  display: inline-flex;
  padding: 13px 27px;
}

.txt-sz-16 {
  font-family: "TT Norms Std Trl Cnd";
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #15182e;
}

.input_alt.input input {
  padding: 12px 24px;
  border: none;
  background-color: #edeef0;
  border-radius: 7px;
  font-family: "TT Norms Std Trl Cnd";
  font-weight: 400;
  font-size: 20px;
  height: 50px;
  line-height: 26px;
}

.form-checkbox__label.form-checkbox__label_alt span a:hover {
  color: #005282;
}

.form-checkbox__label.form-checkbox__label_alt span a {
  color: rgba(51, 51, 51, 0.6);
  position: relative;
  z-index: 2;
  display: inline-block;
  transition: color 0.3s ease-out;
}

.form-checkbox__label.form-checkbox__label_alt span {
  font-weight: 400;
  font-size: 12px;
  line-height: 124%;
  leading-trim: both;
  text-edge: cap;
  font-family: "TT Norms Std Trl Cnd";
  margin-top: 8px;
  display: inline-block;
  color: rgba(51, 51, 51, 0.6);
  max-width: 230px;
}

.form-checkbox__label.form-checkbox__label_alt:has(input:checked) .form-checkbox__box::before {
  opacity: 1;
}

.form-checkbox__label.form-checkbox__label_alt .form-checkbox__box::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;

  background: url(./images/svg/check.svg) center / 12px no-repeat;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

.form-checkbox__label.form-checkbox__label_alt .form-checkbox__box {
  border-radius: 0;
  top: 2px;
  height: 16px;
  width: 16px;
}

.form-checkbox__label.form-checkbox__label_alt {
  padding: 1px 0 0 27px;
}

.h-sx-30 {
  font-family: "TT Supermolot Condensed";
  font-weight: 700;
  font-size: 30px;
  line-height: 37px;
  color: #15182e;
}

.form-checkbox__inp {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  appearance: none;
}

@media (max-width: 1220px) {
  .cta-banner__pic-wrap {
    display: none;
  }
}

@media (max-width: 48em) {
  .cta-banner.cta-banner_form {
    margin-bottom: 45px;
  }

  .cta-banner.cta-banner_form .btn-custom {
    height: 53px;
  }

  .cta-banner.cta-banner_form .cta-banner__text {
    margin-bottom: -3px;
  }

  .cta-banner.cta-banner_form .cta-banner__heading {
    line-height: 125%;
  }

  .cta-banner.cta-banner_form .cta-banner__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 44px 19px 58px 19px;
    gap: 23px;
  }

  .cta-banner__text-wrap {
    align-items: center;
    text-align: center;
    gap: 15px;
    padding-top: 0;
  }

  .cta-banner.cta-banner_form .cta-banner__heading,
  .cta-banner.cta-banner_form .cta-banner__text {
    text-align: center;
  }

  .cta-banner__form {
    padding: 30px 21px 23px 21px;
    align-items: center;
    border-radius: 15px;
    max-width: none;
    width: 100%;
  }

  .form-checkbox__label.form-checkbox__label_alt span {
    font-size: 15px;
    max-width: 245px;
    margin-top: 0;
  }

  .form-checkbox__label.form-checkbox__label_alt {
    width: 100%;
    padding: 1px 0 0 24px;
  }

  .cta-banner__form-heading.h-sz-30 {
    margin-bottom: 20px;
    line-height: 34px;
    text-align: center;
  }

  .cta-banner__form-group {
    margin-bottom: 15px;
  }

  .pic-label-cta-banner {
    display: none;
  }
}

.decisions {
  margin-bottom: 36px;
}

.decisions__container {
  display: flex;
  flex-direction: column;
}

.decisions__heading {
  margin-bottom: 24px;
}

.decisions__text {
  margin-bottom: 43px;
}

.decisions__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 25px;
}

.item-decisions::before {
  content: none;
}

.item-decisions__inner {
  position: relative;
  height: 100%;
  overflow: hidden;
  padding: 18px 30px 18px 30px;
  background-color: #f9fafb;
  border-radius: 15px;
  border: 1px solid #d5d5d5;
  width: 100%;
}

.item-decisions__inner::before {
  content: "";
  position: absolute;
  width: 874px;
  height: 666px;
  right: -379px;
  bottom: -128px;
  pointer-events: none;
  background: url(./images/decisions/bg.png) center / contain no-repeat;
}

.item-decisions__content {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.h-sz-20 {
  font-family: "TT Norms Std Trl Cnd";
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #15182e;
}

.item-decisions .label-custom__txt.txt-sz-15 {
  font-size: 14px;
}

.item-decisions__heading.h-sz-32 {
  max-width: 508px;
  margin-bottom: 4px;
  line-height: 39px;
  min-height: 65px;
  display: flex;
  align-items: flex-end;
}

.item-decisions__labels {
  position: relative;
  z-index: 4;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.item-decisions__label {
  position: relative;
  z-index: 3;
}

.item-decisions__label .label-custom__inner {
  background-color: #b8e7f4;
  height: 35px;
}

.item-decisions__label .label-custom__ic {
  flex: 0 0 16px;
  margin-left: 0;
}

.item-decisions__image-wrap {
  position: absolute;
  width: 264px;
  height: 178px;
  bottom: -14px;
  right: -67px;
}

.item-decisions:nth-child(2) .item-decisions__image-wrap,
.item-decisions:nth-child(4) .item-decisions__image-wrap {
  bottom: -60px;
}

.item-decisions__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.item-decisions__link {
  position: absolute;
  z-index: 3;
  width: 112%;
  height: 114%;
  top: -7%;
  left: -6%;
  border-radius: 15px;
}

.item-decisions__ic-wrap {
  position: absolute;
  z-index: 3;
  bottom: 14px;
  right: 10px;
  opacity: 1;
  visibility: visible;
}

.list-wrap-item-decisions__heading {
  position: relative;
  z-index: 4;
  margin-bottom: 0;
}

.list-wrap-item-decisions {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.list-wrap-item-decisions__list {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.list-wrap-item-decisions__item {
  margin-bottom: 0;
}

.list-wrap-item-decisions__item::before {
  content: none;
}

.list-wrap-item-decisions__item-inner {
  display: inline-flex;
  gap: 6px;
}

.list-wrap-item-decisions__ic {
  margin-top: 3px;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
}

@media (max-width: 64em) {
  .decisions__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}

@media (max-width: 48em) {
  .decisions__heading.h-sz-52 {
    font-size: 34px;
    line-height: 42px;
    margin-bottom: 16px;
  }

  .decisions__text {
    margin-bottom: 16px;
  }

  .item-decisions__heading.h-sz-32 {
    margin-bottom: 4px;
    line-height: 36px;
    min-height: auto;
    z-index: 99;
  }

  .item-decisions__link {
    width: 115%;
    height: 110%;
    top: -5%;
    left: -5%;
    border-radius: 15px;
  }

  .item-decisions__image-wrap {
    width: 254px;
    height: 168px;
    bottom: auto;
    right: -88px;
    top: 20px;
  }

  .list-wrap-item-decisions__ic {
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
  }

  .item-decisions__labels {
    flex-direction: column;
    gap: 0;
    margin-bottom: 0;
  }

  .item-decisions__ic-wrap {
    bottom: 19px;
    right: 14px;
  }

  .list-wrap-item-decisions__text {
    margin-top: 4px;
  }

  .list-wrap-item-decisions__list {
    gap: 4px;
  }

  .h-sz-20 {
    font-size: 18px;
    line-height: 23px;
  }

  .item-decisions__label {
    margin-right: auto;
  }

  .item-decisions__label .label-custom__inner {
    height: 31px;
  }

  .item-decisions__inner {
    padding: 14px 30px 14px 15px;
  }
}

.cta-banner.cta-banner_alt .cta-banner__inner {
  padding: 63px 0;
}

.cta-banner.cta-banner_alt {
  margin-bottom: 66px;
}

.cta-banner.cta-banner_alt .cta-banner__image-wrap_left {
  bottom: -176px;
}

.cta-banner.cta-banner_alt .cta-banner__image-wrap_right {
  right: 12px;
  bottom: -58px;
}

@media (max-width: 64em) {
  .cta-banner.cta-banner_alt .cta-banner__image-wrap {
    bottom: -48px;
    left: 47%;
    width: 337px;
    height: 225px;
  }

  .cta-banner.cta-banner_alt .cta-banner__inner {
    padding: 31px 0 156px 0;
  }
}

.projects-sec {
  margin-bottom: 10px;
}

.projects-sec__container {
  display: flex;
  flex-direction: column;
}

.projects-sec__heading {
  margin-bottom: 24px;
}

.projects-sec__text {
  margin-bottom: 50px;
  max-width: 953px;
}

.projects-sec__list {
  margin-bottom: 33px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.projects-sec__btn.btn-custom .btn-custom__ic {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.projects-sec__btn.btn-custom {
  margin: 0 auto;
  min-width: 248px;
  gap: 11px;
  justify-content: center;
}

.item-projects-sec::before {
  content: none;
}

.item-projects-sec .item-decisions__inner::before {
  width: 1183px;
  height: 1811px;
  top: -739px;
  right: -506px;
  background: url(./images/projects-sec/bg.png) center / contain no-repeat;
}

.item-projects-sec .item-decisions {
  color: inherit;
}

.item-projects-sec .item-decisions__inner {
  color: inherit;
  min-height: 399px;
  width: 64%;
  height: auto;
  border-radius: 36px;
  padding: 43px 46px 35px 46px;
}

.item-projects-sec .item-decisions__content {}

.item-projects-sec .item-decisions__heading {
  margin-bottom: 23px;
  min-height: auto;
}

.item-projects-sec .list-wrap-item-decisions__list {
  gap: 21px;
}

.item-projects-sec .item-decisions__list-wrap {
  max-width: 84%;
}

.item-projects-sec .item-decisions__ic-wrap {
  bottom: 28px;
  right: 21px;
  width: 57px;
  border-radius: 7px;
  height: 57px;
}

.item-projects-sec__inner {
  display: flex;
  border-radius: 30px;
  overflow: hidden;
}

.item-projects-sec__image-wrap {
  flex: 0 1 591px;
  min-height: 100%;
}

.item-projects-sec__image {
  width: 113%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 48.01em) {
  .projects-sec .hero__btn {
    display: none;
  }
}

@media (max-width: 64em) {
  .item-projects-sec__image-wrap {
    flex: 0 1 300px;
  }
}

@media (max-width: 48em) {
  .projects-sec {
    margin-top: -20px;
    margin-bottom: 33px;
  }

  .projects-sec .hero__btn .btn-custom__txt {
    padding-right: 13px;
  }

  .projects-sec .hero__btn {
    justify-content: center;
  }

  .projects-sec .hero__btn .btn-custom__ic {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 24px;
  }

  .item-projects-sec__inner {
    border-radius: 15px;
    flex-direction: column;
  }

  .projects-sec__heading {
    margin-bottom: 14px;
  }

  .item-projects-sec__image-wrap {
    flex: 0 0 206px;
    min-height: 100%;
    border-radius: 15px;
  }

  .item-projects-sec:not(:first-child) {
    display: none;
  }

  .item-projects-sec .item-decisions__inner {
    width: 100%;
    margin-top: -15px;
    border-radius: 15px;
    min-height: auto;
    padding: 14px 30px 16px 15px;
  }

  .item-projects-sec .item-decisions__heading {
    margin-bottom: 4px;
  }

  .item-projects-sec .item-decisions__list-wrap {
    max-width: 96%;
  }

  .list-wrap-item-decisions__item-inner {
    gap: 10px;
  }

  .item-projects-sec .list-wrap-item-decisions__list {
    gap: 7px;
  }

  .projects-sec__btn.btn-custom {
    display: none;
  }

  .item-projects-sec .item-decisions__inner::before {
    background: url(./images/projects-sec/bg-m.png) center / contain no-repeat;
    width: 874px;
    height: 666px;
    top: -210px;
    right: -414px;
  }

  .projects-sec__text {
    margin-bottom: 23px;
  }

  .projects-sec__list {
    margin-bottom: 15px;
  }

  .item-projects-sec .item-decisions__ic-wrap {
    bottom: 11px;
    right: 11px;
    width: 40px;
    border-radius: 13px;
    height: 40px;
  }
}

.cta-banner.cta-banner_sm {
  margin-bottom: -1px;
}

.cta-banner.cta-banner_sm .cta-banner__inner {
  padding: 71px 0 54px 0;
}

.cta-banner.cta-banner_sm .form-checkbox__label.form-checkbox__label_alt .form-checkbox__box {
  top: -2px;
}

.cta-banner.cta-banner_sm .form-checkbox__label.form-checkbox__label_alt a,
.cta-banner.cta-banner_sm .form-checkbox__label.form-checkbox__label_alt span {
  color: rgba(255, 255, 255, 0.8);
  max-width: none;
}

.cta-banner__form-sm {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 600px;
  gap: 18px;
  width: 100%;
}

.cta-banner__form-sm .cta-banner__input {
  flex: 1 1 auto;
}

.cta-banner__form-sm .cta-banner__checkbox {
  margin: 0 auto;
}

.cta-banner__form-sm-group {
  width: 100%;
  display: flex;
  gap: 25px;
}

.cta-banner.cta-banner_sm .cta-banner__heading {
  max-width: none;
}

.cta-banner.cta-banner_sm .cta-banner__text {
  max-width: 564px;
  margin-bottom: 18px;
}

@media (max-width: 48em) {
  .cta-banner__form-sm-group {
    flex-direction: column;
  }

  .cta-banner.cta-banner_sm .cta-banner__inner {
    padding: 49px 20px 54px 20px;
  }

  .cta-banner.cta-banner_sm .cta-banner__heading {
    max-width: none;
    line-height: 117%;
  }

  .cta-banner.cta-banner_sm .cta-banner__text {
    font-size: 15px;
    margin-bottom: 16px;
  }

  .cta-banner__form-sm-group {
    gap: 14px;
  }

  .cta-banner__form-sm .cta-banner__checkbox {
    width: auto;
    max-width: 257px;
  }

  .cta-banner__form-sm {
    gap: 21px;
  }

  .cta-banner__form-sm .form-checkbox__label.form-checkbox__label_alt span {
    font-size: 12px;
  }

  .cta-banner.cta-banner_sm .form-checkbox__label.form-checkbox__label_alt .form-checkbox__box {
    top: 2px;
  }
}

.contacts-map__container {
  display: flex;
  flex-direction: column;
  gap: 43px;
}

.contacts-map__heading {
  margin-bottom: 0;
}

.contacts-map__body {
  display: flex;
  gap: 15px;
  align-items: stretch;
}

.contacts-map.contacts-detail .contacts-map__map.contacts__map-wrapper .bx-yandex-view-layout,
.contacts-map.contacts-detail .contacts-map__map.contacts__map-wrapper .bx-yandex-view-map,
.contacts-map.contacts-detail .contacts-map__map.contacts__map-wrapper .bx-yandex-map,
.contacts-map.contacts-detail .contacts-map__map.contacts__map-wrapper .ymaps-map {
  height: 100% !important;
}

.contacts-map.contacts-detail .contacts-map__map.contacts__map-wrapper {
  flex: 1 1 auto;
  border-radius: 20px;
  padding: 0;
  min-height: 100%;
  width: auto;
  overflow: hidden;
}

.contacts-map__aside {
  position: relative;
  display: flex;
  flex: 0 1 381px;
  max-width: 381px;
  flex-direction: column;
  gap: 30px;
  background-color: #f9fafb;
  border: 1px solid #d5d5d5;
  border-radius: 15px;
  padding: 17px 21px;
  overflow: hidden;
}

.txt-sz-30 {
  font-family: "TT Norms Std Trl Cnd";
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
}

.contacts-map__aside::before {
  content: "";
  position: absolute;
  width: 874px;
  height: 666px;
  top: -236px;
  right: -447px;
  pointer-events: none;
  background: url(./images/contacts-map/bg.png) center / contain no-repeat;
}

.contacts-map__image-wrap {
  position: relative;
  height: 186px;
  padding: 16px 20px;
  display: flex;
  color: #fff;
}

.custom-catalog-block {
  margin: 80px 0;
}

.contacts-map__aside .contacts-map__text,
.contacts-map__aside .contacts-map__heading {
  margin-bottom: 0;
  color: #fff;
}

.txt-sz-15 {
  font-family: "TT Norms Std Trl Cnd";
  font-size: 15px;
  line-height: 19px;
}

.contacts-map__image-wrap::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0) 48.21%,
      rgba(0, 0, 0, 0.8) 98.59%),
    url(e98ig870cl53k80h0v6pbp5y3b591a5j.jpg);
}

.contacts-map__txt-content {
  position: relative;
  z-index: 2;
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.contacts-map__image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.contacts-map .contacts__map-wrapper .ymaps-controls-lefttop>ymaps {
  transform: scale(1.2) translate(8px, -4px);
}

.contacts-map .contacts__map-wrapper .ymaps-controls-righttop>ymaps {
  transform: scale(1.2) translate(11px, 5px);
}

.contacts-map__list {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-top: 15px;
}

.item-contacts-map {
  display: flex;
  flex-direction: column;
}

.item-contacts-map::before {
  content: none;
}

.item-contacts-map__subtitle {
  color: #a1a1a2;
}

.item-contacts-map__txt.txt-sz-18 {
  font-family: "TT Supermolot Condensed";
  font-size: 18px;
  font-weight: 500;
  -webkit-text-stroke: 0.05em;
  line-height: 22px;
  color: #15182e;
}

.item-contacts-map__txt.txt-sz-18 strong {
  margin-top: 5px;
  display: block;
  -webkit-text-stroke: 0;
}

.txt-sz-18 {
  font-family: "TT Norms Std Trl Cnd";
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
}

@media (max-width: 48em) {
  .contacts-map {
    margin-top: 16px;
    margin-bottom: -25px;
  }

  .contacts-map__heading.h-sz-52 {
    margin-bottom: -26px;
    font-size: 34px;
    line-height: 42px;
  }

  .contacts-map__body {
    flex-direction: column-reverse;
    gap: 25px;
  }

  .contacts-map__aside {
    padding: 16px;
    flex: 0 0 auto;
    max-width: 100%;
  }

  .contacts-map__image-wrap {
    height: 170px;
  }

  .item-contacts-map__subtitle.txt-sz-18 {
    font-size: 16.5692px;
    line-height: 21px;
  }

  .item-contacts-map__txt.txt-sz-18 {
    font-size: 16.5692px;
    line-height: 20px;
  }

  .contacts-map.contacts-detail .contacts-map__map.contacts__map-wrapper {
    flex: 0 0 auto;
    height: 250px;
  }
}

.header__container {
  display: flex;
  flex-direction: column;
}

.header__main {
  padding: 5px 0;
  display: flex;
  align-items: center;
  height: 72px;
  gap: 13px;
}

@media (min-width: 64.01em) {
  .header__main {
    justify-content: space-between;
    column-gap: clamp(24px, 3vw, 54px);
  }
}

.header__hamburger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #005282;
  color: #fff;
  flex: 0 0 36px;
  border: none;
  width: 36px;
  height: 36px;
}

@media (min-width: 64.01em) {
  .header__hamburger {
    display: none;
  }
}

.header__hamburger-ic {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.header__logo-wrap {
  max-width: 219px;
  padding-top: 22px;
  display: flex;
  flex: 0 0 219px;
  width: 100%;
  flex-direction: column;
  gap: 4px;
}

.header__logo {
  display: block;
  flex: 0 0 33px;
  width: 150px;
  height: 33px;
  line-height: 0;
}

.header__logo-img {
  display: block;
  width: 150px;
  height: 33px;
  aspect-ratio: 150 / 33;
  object-fit: contain;
}

.header__logo-txt {
  display: block;
  margin: 0;
  max-width: 160px;
  font-family: "TT Norms Std Trl Cnd";
  font-size: 9.70588px;
  line-height: 12px;
  color: #242528;
}

.header__socials {
  display: flex;
  gap: 15px;
  margin-bottom: -12px;
}

.header__socials .social,
.header__socials .social__items {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0;
  padding: 0;
}

.header__socials .social__item {
  flex: 0 0 30px;
  height: 30px;
  margin: 0;
}

.header__socials .social__item::before {
  display: none;
}

.header__info-inner {
  margin: 0 auto;
  display: flex;
  padding-left: 16px;
  flex-direction: column;
  row-gap: 4px;
}

.header__socials-link {
  display: inline-flex;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
}

.header__socials .social__link {
  display: block;
  width: 30px;
  height: 30px;
}

.header__socials-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.header__info {
  max-width: 292px;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.header__tel {
  font-family: "TT Norms Std Trl Cnd";
  font-weight: 700;
  font-size: 21.1765px;
  line-height: 27px;
  color: #242528;
  transition: color 0.3s ease-out;
}

.header__tel:hover {
  color: #005282;
}

.header__info-txt {
  font-family: "TT Norms Std Trl Cnd";
  font-size: 15.8824px;
  line-height: 20px;
  color: #242528;
}

.header__search .input {
  width: 100%;
}

.header__search .input input {
  height: 45px;
  padding: 12px 12px 12px 35px;
  font-family: var(--site-font-main);
  font-weight: 600;
  font-size: 16px;
  width: 100%;
  line-height: 20px;
}

.header__search {
  position: relative;
  max-width: 309px;
  width: 100%;
  display: flex;
  margin-left: 0;
}

.header__search-btn {
  position: absolute;
  outline: none;
  border: none;
  top: 10px;
  left: 8px;
  background-color: transparent;
}

.header__search-ic {
  flex: 0 0 14px;
  color: #909093;
  width: 14px;
  height: 14px;
}

.header__nav {}

.header__nav-list {
  margin-bottom: 0;
  display: flex;
}

.header__nav-item {
  flex: 1 1 auto;
}

.header__cta-btn.btn-custom {
  height: 45px;
  padding: 16px 11px 16px 18px;
  gap: 12px;
}

.header__nav-item:not(:last-child) {
  border-right: 1px solid #dfdfdf;
}

.header__nav-item:first-child .header__nav-link {
  justify-content: flex-start;
  padding-left: 0;
}

.header__nav-link {
  font-family: "TT Norms Std Trl Cnd";
  font-weight: 500;
  padding: 0 35px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15.8824px;
  line-height: 16px;
  color: #242528;
  height: 45px;
  transition: color 0.3s ease-out;
}

.header__nav-link:hover {
  color: #005282;
}

.header__contacts {
  margin-bottom: 0;
  display: flex;
  gap: 20px;
}

.header__contacts-item {
  margin-bottom: 0;
}

.header__contacts-ic {
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
}

.header__contacts-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  background-color: #f5f5f5;
}

@media (max-width: 1200px) {
  .header__nav-link {
    padding: 0 30px;
  }
}

@media (max-width: 64em) {

  .header__logo-txt,
  .header__socials,
  .header__info,
  .header__search,
  .header__cta-btn,
  .header__lower {
    display: none;
  }

  .header__logo-img {
    margin-bottom: 6px;
    width: 168px;
  }

  .header__logo {
    display: flex;
    justify-content: center;
  }

  .header__logo-wrap {
    padding-top: 0;
    max-width: none;
  }

  .header__main {
    justify-content: space-between;
  }
}

@media (min-width: 64.01em) {
  .header__contacts {
    display: none;
  }
}

@media (min-width: 64.01em) {

  .header .header__logo-wrap,
  .header_6 .header__logo-wrap,
  .header__logo-wrap {
    position: relative;
    flex: 0 0 220px;
    max-width: 220px;
    padding-top: 0;
    gap: 0;
  }

  .header .header__logo,
  .header_6 .header__logo,
  .header__logo {
    width: 190px !important;
    height: 42px !important;
    flex: 0 0 42px !important;
  }

  .header .header__logo-img,
  .header_6 .header__logo-img,
  .header__logo-img {
    width: 190px !important;
    height: 42px !important;
  }

  .header .header__logo-txt,
  .header_6 .header__logo-txt,
  .header__logo-txt {
    position: absolute;
    left: 0;
    top: calc(100% + 8px);
    z-index: 30;
    display: block;
    width: max-content;
    max-width: 260px;
    padding: 8px 10px;
    border-radius: 4px;
    background: #242528;
    color: #fff;
    font-family: "TT Norms Std Trl Cnd", Arial, sans-serif;
    font-size: 12px;
    line-height: 15px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-4px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  }

  .header__logo-wrap:hover .header__logo-txt,
  .header__logo-wrap:focus-within .header__logo-txt {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

._show-menu {
  overflow: hidden;
}

._show-menu body.mmenu_leftside #mobilemenu {
  left: 0;
}

html body {
  --theme-font-family: "TT Norms Std Trl Cnd";
}

html body .switcher-title {
  font-family: "TT Supermolot Condensed";
}

._show-menu .mobilemenu__overlay {
  display: block;
}

._show-menu:before {
  content: "";
  z-index: 100;
  backdrop-filter: blur(3px);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.index-block__link.dark_link,
.tab-nav__item {
  font-size: 18px;
  line-height: 1;
}

.index-block .index-block__subtitle {
  font-size: 18px;
}

.buy_block .btn,
.sticker--upper .sticker__item {
  font-size: 14px;
  line-height: 1;
}

.catalog-block__info-title .switcher-title {
  font-size: 24px;
}

.index-block__link.dark_link {
  color: #15182e;
}

.about__container li,
.about__container p {
  color: #15182e;
  font-size: 20px;
}

.about__container.sec__container {
  padding-bottom: 0;
}

.about__container h2,
.index-block__title.switcher-title,
.index-block__title.h-sz-52 {
  font-size: 52px;
  color: #005282;
}

.resident-about.about__container.sec__container {
  padding-top: 70px;
  padding-bottom: 70px;
}

.resident-about__content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(426px, 1fr);
  gap: 52px;
  align-items: center;
}

.resident-about__heading {
  margin: 0 0 28px;
}

.resident-about__text p {
  margin: 0 0 18px;
  font-size: 24px;
  line-height: 31px;
}

.resident-about__text ul {
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.resident-about__text li {
  position: relative;
  margin: 0 0 12px;
  padding-left: 24px;
  font-size: 20px;
  line-height: 28px;
  color: #15182e;
}

.resident-about__text li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  width: 10px;
  height: 2px;
  border-radius: 2px;
  background-color: #006096;
}

.resident-about__visual {
  min-width: 0;
}

.logo-orbit-widget {
  --stage-height: 560px;
  --orbit-width: 500px;
  --orbit-height: 198px;
  --active-scale: 1.86;
  position: relative;
  height: var(--stage-height);
  border-radius: 24px;
  overflow: hidden;
  isolation: isolate;
}

.logo-orbit-widget::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(27, 27, 27, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(27, 27, 27, 0.035) 1px, transparent 1px);
  background-size: 54px 54px;
  -webkit-mask-image: radial-gradient(circle at 50% 50%, #000 0%, transparent 68%);
  mask-image: radial-gradient(circle at 50% 50%, #000 0%, transparent 68%);
  opacity: 0.7;
  pointer-events: none;
  z-index: 0;
}

.logo-orbit-widget::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  transform: translate(-50%, -40%);
  background: radial-gradient(circle, rgba(0, 136, 204, 0.12), transparent 64%);
  filter: blur(18px);
  pointer-events: none;
  z-index: 1;
}

.orbit-scene {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  perspective: 980px;
  z-index: 3;
}

.orbit-plane {
  position: relative;
  width: var(--orbit-width);
  height: var(--orbit-height);
  transform-style: preserve-3d;
  transform: rotateX(63deg) rotateZ(-5deg) translateY(40px);
  filter: drop-shadow(0 24px 40px rgba(27, 27, 27, 0.13));
}

.orbit-line {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(0, 136, 204, 0.2);
  border-radius: 50%;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.8) inset,
    0 0 38px rgba(0, 136, 204, 0.1);
  transform: translateZ(-18px);
}

.orbit-line:nth-child(2) {
  inset: 27px 66px;
  opacity: 0.54;
}

.orbit-line:nth-child(3) {
  inset: -34px -86px;
  opacity: 0.28;
}

.active-glow {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 300px;
  height: 180px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(0, 136, 204, 0.24), transparent 66%);
  transform: translate(-50%, -4%);
  filter: blur(12px);
  opacity: 0.72;
  z-index: 2;
  pointer-events: none;
  animation: pulseGlow 4.2s ease-in-out infinite;
}

.logo-node {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 144px;
  height: 86px;
  display: grid;
  place-items: center;
  border-radius: 20px;
  background: #ffffff;
  color: #1b1b1b;
  border: 1px solid rgba(27, 27, 27, 0.08);
  box-shadow:
    0 18px 44px rgba(27, 27, 27, 0.13),
    0 0 0 1px rgba(255, 255, 255, 0.85) inset;
  transform-style: preserve-3d;
  will-change: transform, opacity, filter;
  transition:
    filter 480ms ease,
    opacity 480ms ease,
    box-shadow 480ms ease,
    border-color 480ms ease;
  overflow: hidden;
  user-select: none;
  z-index: 4;
}

.logo-node::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), transparent 48%),
    linear-gradient(180deg, rgba(0, 136, 204, 0.06), transparent);
  opacity: 0.8;
  pointer-events: none;
}

.logo-node img {
  position: relative;
  z-index: 1;
  max-width: 92%;
  max-height: 78%;
  object-fit: contain;
}

.logo-node.is-active {
  border-color: rgba(0, 136, 204, 0.28);
  box-shadow:
    0 34px 78px rgba(27, 27, 27, 0.22),
    0 0 0 1px rgba(0, 136, 204, 0.14) inset,
    0 0 58px rgba(0, 136, 204, 0.18);
}

.logo-orbit-controls {
  position: absolute;
  bottom: 14px;
  left: 50%;
  display: flex;
  gap: 12px;
  transform: translateX(-50%);
  z-index: 10;
}

.logo-orbit-control {
  width: 38px;
  height: 38px;
  padding: 0;
  border: none;
  border-radius: 8px;
  background: #006096;
  color: #ffffff;
  font: 700 18px/1 var(--site-font-main);
  cursor: pointer;
  transition: transform 0.15s ease, background 0.15s ease;
}

.logo-orbit-control:hover {
  transform: translateY(-2px);
  background: #005282;
}

@keyframes pulseGlow {

  0%,
  100% {
    opacity: 0.46;
    transform: translate(-50%, 2%) scale(0.9);
  }

  40%,
  65% {
    opacity: 0.8;
    transform: translate(-50%, -8%) scale(1.08);
  }
}

@media (max-width: 64em) {
  .resident-about__content {
    grid-template-columns: 1fr;
  }

  .resident-about__text {
    max-width: none;
  }
}

@media (max-width: 48em) {
  .resident-about.about__container.sec__container {
    padding-top: 46px;
    padding-bottom: 46px;
  }

  .resident-about__content {
    gap: 30px;
  }

  .resident-about__heading {
    margin-bottom: 18px;
  }

  .resident-about__text p {
    font-size: 18px;
    line-height: 25px;
  }

  .resident-about__text li {
    font-size: 16px;
    line-height: 23px;
  }

  .logo-orbit-widget {
    --orbit-width: 320px;
    --orbit-height: 132px;
    --stage-height: 430px;
    --active-scale: 1.46;
    border-radius: 18px;
  }

  .orbit-plane {
    transform: rotateX(64deg) rotateZ(-5deg) translateY(58px);
  }

  .logo-node {
    width: 112px;
    height: 68px;
    border-radius: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .active-glow {
    animation: none;
  }
}

.line-block>.line-block__item,
.status-icon {
  font-size: 16px;
  line-height: 141%;
}

@media (max-width: 48em) {
  .index-block .index-block__arrow {
    display: inline-flex;
  }

  .index-block .index-block__title-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }

  .tab-nav::-webkit-scrollbar {
    width: 0;
    height: 0;
  }

  .tab-nav {
    overflow: auto !important;
    padding-right: 10px;
    width: 100dvw !important;

    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .buy_block .btn,
  .status-icon,
  .line-block>.line-block__item,
  .sticker--upper .sticker__item {
    font-size: 14px;
  }

  .index-block .index-block__subtitle,
  .index-block__link.dark_link,
  .tab-nav__item,
  .about__container li,
  .about__container p {
    font-size: 16px;
  }

  .catalog-block__info-title .switcher-title {
    font-size: 20px;
  }

  .about__container h2,
  .index-block__title.switcher-title,
  .index-block__title.h-sz-52 {
    font-size: 36px;
  }
}

/* Readability typography overrides */
:root {
  --site-font-main: "Roboto", Arial, sans-serif;
  --site-font-heading: "TT Supermolot Condensed", Arial, sans-serif;
}

body {
  font-family: var(--site-font-main);
  font-size: 16px;
}

body .body,
body .main,
body .main p,
body .main li,
body .main td,
body .main th,
body .main input,
body .main textarea,
body .main select,
body .main button,
body .main .txt-sz-15,
body .main .txt-sz-18,
.contacts-map,
.contacts-map__aside,
.contacts-map__text,
.item-contacts-map__subtitle,
.item-contacts-map__txt,
.contacts-list,
.contacts-list__item-info,
.header__nav-link,
.header__submenu-link,
.header__tel,
.header__info-txt,
.header__search .input input,
.mobilemenu,
.mobilemenu a,
#mobilemenu,
#mobilemenu a,
.footer,
.footer a,
.footer p,
.footer li {
  font-family: var(--site-font-main);
}

body .main p,
body .main li,
body .main td,
body .main th,
body .main input,
body .main textarea,
body .main select,
body .main button,
body .main .txt-sz-15,
body .main .txt-sz-18,
.contacts-map__text,
.item-contacts-map__subtitle,
.contacts-list__item-info,
.header__nav-link,
.header__submenu-link,
.header__info-txt,
.header__search .input input,
.mobilemenu a,
#mobilemenu a {
  font-size: max(16px, 1em);
}

body .main .txt-sz-15,
.contacts-map__text,
.item-contacts-map__subtitle {
  font-size: 16px;
  line-height: 22px;
}

.header__nav-link {
  font-size: 16px;
  line-height: 20px;
}

.header__submenu-link {
  font-size: 16px;
  line-height: 22px;
}

.header__info-txt,
.header__search .input input {
  font-size: 16px;
  line-height: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.hero__heading,
.contacts-map__heading,
.contacts-list__item-title,
.contacts-list__section-title,
.section-title,
.title-block-middle,
.index-block__title,
.banners-big__title,
.banners-big__title h1,
.mobilemenu__title,
._show-menu .mobilemenu__title {
  font-family: var(--site-font-heading);
}

a[href^="mailto:"],
.contacts-list__item-emails,
.contacts-list__item-emails a,
.contacts-map a[href^="mailto:"],
.contacts-page-top a[href^="mailto:"],
.item-contacts-map__txt[href^="mailto:"] {
  font-family: var(--site-font-main) !important;
  font-size: max(16px, 1em);
  letter-spacing: 0;
  -webkit-text-stroke: 0;
}

.quote-hero__text.txt-sz-22 {
  font-size: 22px;
  line-height: 28px;
}

.hero__text.txt-sz-22 {
  font-size: 22px;
  line-height: 28px;
}

.servicelist__text.txt-sz-24,
.cta-banner__text.txt-sz-24,
.tech-partner__text.txt-sz-24,
.decisions__text.txt-sz-24 {
  font-size: 24px;
  line-height: 31px;
}

.cta-banner__text.txt-sz-20 {
  font-size: 20px;
  line-height: 26px;
}

.resident-about__text p {
  font-size: 24px;
  line-height: 31px;
}

.resident-about__text li {
  font-size: 20px;
  line-height: 28px;
}

@media (max-width: 48em) {
  .resident-about__text p {
    font-size: 18px;
    line-height: 25px;
  }

  .resident-about__text li {
    font-size: 16px;
    line-height: 23px;
  }
}

.header .header__logo-wrap,
.header_6 .header__logo-wrap,
.header__logo-wrap {
  position: relative !important;
  flex: 0 0 250px !important;
  max-width: 250px !important;
  padding-top: 0 !important;
  gap: 0 !important;
}

.header .header__logo,
.header_6 .header__logo,
.header__logo {
  width: 220px !important;
  height: 48px !important;
  flex: 0 0 48px !important;
}

.header .header__logo-img,
.header_6 .header__logo-img,
.header__logo-img {
  width: 220px !important;
  height: 48px !important;
}

.header .header__logo-txt,
.header_6 .header__logo-txt,
.header__logo-txt {
  position: absolute !important;
  left: 0 !important;
  top: calc(100% + 8px) !important;
  z-index: 30 !important;
  display: block !important;
  width: max-content !important;
  max-width: 280px !important;
  margin: 0 !important;
  padding: 8px 10px !important;
  border-radius: 4px !important;
  background: #242528 !important;
  color: #fff !important;
  font-family: "TT Norms Std Trl Cnd", Arial, sans-serif !important;
  font-size: 12px !important;
  line-height: 15px !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18) !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transform: translateY(-4px) !important;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease !important;
}

.header__logo-wrap:hover .header__logo-txt,
.header__logo-wrap:focus-within .header__logo-txt {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) !important;
}

@media (max-width: 64em) {

  .header .header__logo-wrap,
  .header_6 .header__logo-wrap,
  .header__logo-wrap {
    flex: 0 1 auto !important;
    max-width: 220px !important;
  }

  .header .header__logo-txt,
  .header_6 .header__logo-txt,
  .header__logo-txt {
    display: none !important;
  }
}

.header__nav-link:hover,
.header__nav-item.is-active>.header__nav-link,
.header__submenu-link:hover,
.header__submenu--mega .header__submenu-link:hover {
  color: #0088cc !important;
}

.header__nav-link:hover .header__nav-arrow path,
.header__nav-item.is-active>.header__nav-link .header__nav-arrow path {
  fill: #0088cc !important;
}

.cta-banner__pic-wrap {
  left: 520px;
}

#headerfixed .hide-dotted:not(.dotted-complete) * {
  opacity: 1;
}

#headerfixed .logo,
#headerfixed .logo a,
#headerfixed .logo img {
  opacity: 1 !important;
  visibility: visible !important;
}