@charset "UTF-8";
.home-main {
  width: 100%;
  padding-bottom: 4.125em;
  background-color: #ec5c4d;
  position: relative;
}

@media all and (max-width: 1279px) {
  .home-main::before {
    content: "";
    display: block;
    width: 100%;
    height: 140%;
    background-image: radial-gradient(circle at 80% center, rgb(89, 175, 217) 24%, rgba(89, 175, 217, 0) 64%);
    background-size: auto;
    background-position: 0% 0%;
    background-repeat: repeat;
    position: absolute;
    top: -14%;
    right: 0;
  }
}
.home-main__inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 22px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 0;
}

@media all and (min-width: 1280px) {
  .home-main__inner {
    gap: 12em;
    padding: 0 22px 0 40px;
  }
}
@media all and (min-width: 1280px) {
  .home-main__inner::before {
    content: "";
    display: block;
    width: 160%;
    height: 200%;
    background-size: auto;
    background-position: 0% 0%;
    background-repeat: repeat;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    -webkit-transform: translate(40%, -40%);
    -ms-transform: translate(40%, -40%);
    transform: translate(40%, -40%);
    background-image: radial-gradient(circle at center, rgb(89, 175, 217) 22%, rgba(89, 175, 217, 0) 60%);
  }
}
.home-main__block {
  position: relative;
  padding-top: 124px;
}

@media all and (min-width: 1280px) {
  .home-main__block {
    position: initial;
    padding-top: 0;
  }
}
.home-main__block-icon-txt {
  width: 108px;
  height: 114px;
  background-image: url(../images/icons/icon-home-main.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  top: 10px;
  left: 0;
}

@media all and (min-width: 390px) {
  .home-main__block-icon-txt {
    width: 168px;
  }
}
@media all and (min-width: 1280px) {
  .home-main__block-icon-txt {
    display: none;
  }
}
.home-main__bg {
  width: 126%;
  padding-bottom: 92%;
  background-image: url(../images/home-main-mobile.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100%;
  -webkit-transform: translateX(-20%);
  -ms-transform: translateX(-20%);
  transform: translateX(-20%);
}

@media all and (min-width: 1280px) {
  .home-main__bg {
    width: calc(100% - 22px - 40px);
    height: 100%;
    margin: 0 22px 0 40px;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    background-image: url(../images/home-main.png);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.home-main__bg.--early-diagnosis {
  width: 126%;
  padding-bottom: 112%;
  background-image: url(../images/early-diagnosis-home-mob.png);
  background-position: top left;
  -webkit-transform: translateX(-16%);
  -ms-transform: translateX(-16%);
  transform: translateX(-16%);
}

@media all and (min-width: 1280px) {
  .home-main__bg.--early-diagnosis {
    width: calc(100% - 22px - 40px);
    margin: 0 22px 120px 40px;
    padding: 0;
    position: absolute;
    background-image: url(../images/early-diagnosis-home.png);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.home-main__text {
  margin: 18px 0 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

@media all and (min-width: 1280px) {
  .home-main__text {
    margin-top: 7.75em;
  }
}
.home-main__text .mob-only {
  display: inline;
}

@media all and (min-width: 1280px) {
  .home-main__text .mob-only {
    display: none;
  }
}
.home-main__text .desk-only {
  display: none;
}

@media all and (min-width: 1280px) {
  .home-main__text .desk-only {
    display: inline;
  }
}
.home-main__bottom {
  width: 100%;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  position: absolute;
  top: 0;
  right: 24px;
}

@media all and (min-width: 1280px) {
  .home-main__bottom {
    position: initial;
  }
}
@media all and (max-width: 1279px) {
  .home-main__bottom .ui-kit__double-down-arrow {
    display: none;
  }
}
.home-main__circle {
  width: 124px;
  height: 124px;
  background-image: url(../images/icons/icon-circle-text.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media all and (min-width: 1280px) {
  .home-main__circle {
    width: 228px;
    height: 228px;
  }
}
.home-main__circle-link {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background-color: #fff;
  background-image: url(../images/icons/icon-arrow-gradient.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 32px 28px;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.home-main__circle-link:hover {
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}

@media all and (min-width: 1280px) {
  .home-main__circle-link {
    width: 122px;
    height: 122px;
  }
}
.anchor-links {
  width: 100%;
  padding: 54px 0 26px 0;
  position: relative;
  z-index: 0;
}

@media all and (min-width: 1440px) {
  .anchor-links {
    padding: 118px 0 26px 0;
  }
}
.anchor-links__slider {
  gap: 4px;
  list-style: none;
}

@media all and (min-width: 390px) {
  .anchor-links__slider {
    gap: 24px;
  }
}
.anchor-links__slide {
  width: 100%;
  max-width: 226px;
  display: grid !important;
}

.anchor-links__slide-wrap {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 16px;
  position: relative;
}

@media all and (min-width: 1440px) {
  .anchor-links__slide-wrap {
    margin-right: 0;
  }
}
.anchor-links__slide-wrap.min-height {
  margin-top: auto;
  margin-bottom: 8px;
}

@media all and (min-width: 1440px) {
  .anchor-links__slide-wrap:nth-child(2)::before, .anchor-links__slide-wrap:nth-child(3)::before {
    content: "";
    position: absolute;
    top: -74%;
    width: 152px;
    height: 282px;
    background-image: url(../images/icons/icon-arc-arrow-white.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 100%;
    -webkit-transform: rotate(290deg);
    -ms-transform: rotate(290deg);
    transform: rotate(290deg);
  }
}
.anchor-links__slide-wrap:nth-child(2) {
  margin-left: 16px;
}

.anchor-links__slide-wrap:nth-child(2)::before {
  left: 48%;
}

.anchor-links__slide-wrap:nth-child(3)::before {
  left: 68%;
}

.anchor-links__slide.full-height {
  -ms-flex-item-align: stretch;
  align-self: stretch;
  min-height: 136px;
}

@media all and (min-width: 1440px) {
  .anchor-links__slide.full-height {
    width: 246px;
    min-width: 246px;
    height: 260px;
  }
}
.anchor-links__slide:not(.full-height) {
  width: 208px;
  max-width: 208px;
  margin-top: auto;
}

@media all and (min-width: 1440px) {
  .anchor-links__slide:not(.full-height) {
    width: 280px;
    max-width: 280px;
  }
}
.anchor-links__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  width: 100%;
  height: 100%;
  padding: 12px 22px 20px 26px;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
}

.anchor-links__link:not(.link-min) {
  background-image: url(../images/icons/icon-anchor-links-link-mobile.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

@media all and (min-width: 1440px) {
  .anchor-links__link:not(.link-min) {
    padding: 0 14px 0 26px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-image: url(../images/icons/icon-anchor-links-link.svg);
  }
}
.anchor-links__link:not(.link-min) .anchor-links__icon {
  margin: auto 0 14px 0;
}

@media all and (min-width: 1440px) {
  .anchor-links__link:not(.link-min) .anchor-links__icon {
    margin-bottom: 34px;
  }
}
.anchor-links__link.link-min {
  min-height: 110px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 18px 18px 20px 26px;
  background-image: url(../images/icons/icon-anchor-links-link-min.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.anchor-links__link:hover {
  text-decoration: none;
}

.anchor-links__link:hover .anchor-links__icon {
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}

.anchor-links__title {
  display: block;
  font: 800 45px/80% "Alumni Sans", "sans-serif";
  margin-bottom: 10px;
}

@media all and (min-width: 1440px) {
  .anchor-links__title {
    font-size: 60px;
    margin: 24px 0 10px 0;
  }
}
.anchor-links__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font: 400 16px/100% "Roboto", "sans-serif";
}

@media all and (min-width: 1440px) {
  .anchor-links__txt {
    font-size: 22px;
  }
}
.anchor-links__icon {
  width: 46px;
  min-width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #fff;
  background-image: url(../images/icons/icon-arrow-gradient.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 32px 28px;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media all and (min-width: 1440px) {
  .anchor-links__icon {
    width: 60px;
    min-width: 60px;
    height: 60px;
  }
}
.about-sd {
  width: 100%;
  position: relative;
}

.about-sd__gradient {
  width: 100%;
  height: 70%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  overflow: hidden;
  -webkit-transform: translate(0, -35%);
  -ms-transform: translate(0, -35%);
  transform: translate(0, -35%);
}

@media all and (min-width: 390px) {
  .about-sd__gradient {
    height: 72%;
  }
}
@media all and (min-width: 620px) {
  .about-sd__gradient {
    -webkit-transform: translate(0, -35%);
    -ms-transform: translate(0, -35%);
    transform: translate(0, -35%);
  }
}
@media all and (min-width: 800px) {
  .about-sd__gradient {
    height: 110%;
    -webkit-transform: translate(0, -20%);
    -ms-transform: translate(0, -20%);
    transform: translate(0, -20%);
  }
}
@media all and (min-width: 1080px) {
  .about-sd__gradient {
    height: 100%;
    -webkit-transform: translate(0, -10%);
    -ms-transform: translate(0, -10%);
    transform: translate(0, -10%);
  }
}
@media all and (min-width: 1280px) {
  .about-sd__gradient {
    height: 100%;
    -webkit-transform: translate(-20%, -20%);
    -ms-transform: translate(-20%, -20%);
    transform: translate(-20%, -20%);
  }
}
.about-sd__gradient::before {
  content: "";
  display: block;
  width: 60%;
  height: 100%;
  background-image: radial-gradient(circle at 80% center, rgb(89, 175, 217) 24%, rgba(89, 175, 217, 0) 64%);
  background-size: auto;
  background-position: 0% 0%;
  background-repeat: repeat;
  -webkit-transform: translate(90%, 0);
  -ms-transform: translate(90%, 0);
  transform: translate(90%, 0);
}

@media all and (min-width: 1280px) {
  .about-sd__gradient::before {
    width: 80%;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    background-image: radial-gradient(circle at center, rgba(89, 175, 217, 0.9) 24%, rgba(89, 175, 217, 0) 64%);
  }
}
.about-sd__inner {
  width: 100%;
}

@media all and (min-width: 1280px) {
  .about-sd__inner {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 42%;
    position: relative;
  }
}
.about-sd__top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  padding-right: 5%;
}

.about-sd__figure {
  width: 100%;
  text-align: right;
}

.about-sd__figure-wrap {
  width: 100%;
  max-width: 34.29%;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  transform: translateY(-20%);
}

@media all and (min-width: 420px) {
  .about-sd__figure-wrap {
    -webkit-transform: translateY(-26%);
    -ms-transform: translateY(-26%);
    transform: translateY(-26%);
  }
}
@media all and (min-width: 800px) {
  .about-sd__figure-wrap {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@media all and (min-width: 1280px) {
  .about-sd__figure-wrap {
    max-width: 65.52%;
    position: relative;
    grid-row: span 2;
    margin: 0 16% 0 auto;
  }
}
@media all and (min-width: 1280px) {
  .about-sd__figure-wrap::after, .about-sd__figure-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
  }
}
@media all and (min-width: 1280px) {
  .about-sd__figure-wrap::before {
    width: 48.82%;
    padding-bottom: 79%;
    background-image: url(../images/icons/icon-question-mark-white.svg);
    -webkit-transform: translate(-60%, 44%) rotate(309deg);
    -ms-transform: translate(-60%, 44%) rotate(309deg);
    transform: translate(-60%, 44%) rotate(309deg);
  }
}
@media all and (min-width: 1280px) {
  .about-sd__figure-wrap::after {
    width: 100%;
    height: 30%;
    background-image: url(../images/icons/icon-about-sd-above-picture.svg);
    -webkit-transform: translateX(16%);
    -ms-transform: translateX(16%);
    transform: translateX(16%);
  }
}
.about-sd__figure-img {
  width: 100%;
}

@media all and (min-width: 1280px) {
  .about-sd__figure-img {
    display: none;
  }
}
.about-sd__figure-img.desc {
  display: none;
}

@media all and (min-width: 1280px) {
  .about-sd__figure-img.desc {
    display: inline-block;
  }
}
.about-sd__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  max-width: 440px;
  color: #fff;
  margin-top: 62px;
}

@media all and (min-width: 520px) {
  .about-sd__cont {
    margin-top: 92px;
  }
}
@media all and (min-width: 1280px) {
  .about-sd__cont {
    max-width: 520px;
    gap: 32px;
    margin-top: 126px;
  }
}
.about-sd__title {
  font: 400 36px/80% "Alumni Sans", "sans-serif";
  text-transform: uppercase;
}

@media all and (min-width: 390px) {
  .about-sd__title {
    font-size: 45px;
  }
}
@media all and (min-width: 1280px) {
  .about-sd__title {
    font-size: 60px;
  }
}
.about-sd__important-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 588px;
  padding: 10% 10%;
  margin: 14px auto 0 auto;
  position: relative;
  z-index: 0;
}

@media all and (min-width: 480px) {
  .about-sd__important-info {
    margin-top: 44px;
  }
}
@media all and (min-width: 1280px) {
  .about-sd__important-info {
    -webkit-transform: translateX(-56%);
    -ms-transform: translateX(-56%);
    transform: translateX(-56%);
  }
}
.about-sd__important-info::before {
  content: "";
  width: 100%;
  height: 110%;
  background-image: url(../images/icons/icon-message.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

@media all and (min-width: 480px) {
  .about-sd__important-info::before {
    height: 118%;
  }
}
@media all and (min-width: 530px) {
  .about-sd__important-info::before {
    width: 90%;
    height: 106%;
    -webkit-transform: translate(-50%, -50%) rotateY(181deg) skewX(0deg) rotateZ(351deg);
    transform: translate(-50%, -50%) rotateY(181deg) skewX(0deg) rotateZ(351deg);
  }
}
@media all and (min-width: 1280px) {
  .about-sd__important-info::after {
    content: "";
    width: 60.736%;
    height: 49.545%;
    background-image: url(../images/icons/icon-plane.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
  }
}
.about-sd__important-info-inner {
  width: 240px;
  font: 700 14px/100% "Roboto", "sans-serif";
  text-transform: uppercase;
  text-align: center;
  color: #ec5c4d;
  margin-top: 36px;
}

@media all and (min-width: 390px) {
  .about-sd__important-info-inner {
    width: 278px;
    font-size: 16px;
  }
}
@media all and (min-width: 420px) {
  .about-sd__important-info-inner {
    width: 298px;
    font-size: 18px;
  }
}
@media all and (min-width: 530px) {
  .about-sd__important-info-inner {
    width: 278px;
    margin-top: 66px;
    margin-right: 40px;
  }
}
.about-sd__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 588px;
  -webkit-transform: translateY(-18%);
  -ms-transform: translateY(-18%);
  transform: translateY(-18%);
  margin: 0 auto;
}

@media all and (min-width: 530px) {
  .about-sd__icon {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@media all and (min-width: 1280px) {
  .about-sd__icon {
    grid-column: span 2;
  }
}
.about-sd__icon::after, .about-sd__icon::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.about-sd__icon::before {
  width: 23.43%;
  padding-bottom: 22.86%;
  background-image: url(../images/icons/icon-arrow-wide-down.svg);
}

@media all and (min-width: 530px) {
  .about-sd__icon::before {
    -webkit-transform: rotateZ(36deg) translateY(-48%);
    -ms-transform: rotate(36deg) translateY(-48%);
    transform: rotateZ(36deg) translateY(-48%);
  }
}
.about-sd__icon::after {
  width: 10.86%;
  padding-bottom: 12%;
  background-image: url(../images/icons/icon-cross-white.svg);
  -webkit-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  transform: translateX(-20px);
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.screening:not(.screening__pt-0) {
  padding-top: 42px;
}

.screening.screening__pb-50 {
  padding-bottom: 50px;
}

.screening .ui-kit__btn {
  display: none;
}

@media all and (min-width: 1280px) {
  .screening .ui-kit__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.screening-info {
  padding-top: 48px;
  position: relative;
  z-index: 1;
}

.screening-info__row {
  position: relative;
}

@media all and (min-width: 1080px) {
  .screening-info__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.screening-info__cont {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 22px;
}

@media all and (min-width: 1080px) {
  .screening-info__cont {
    max-width: 506px;
    gap: 26px;
  }
}
@media all and (min-width: 1440px) {
  .screening-info__cont {
    max-width: 766px;
  }
}
@media all and (min-width: 1080px) {
  .screening-info__cont .mob-only {
    display: none;
  }
}
.screening-info__cont-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}

@media all and (min-width: 1440px) {
  .screening-info__cont-text {
    gap: 18px;
    max-width: 628px;
    margin-top: 16px;
  }
}
.screening-info__cont-text .desc-only {
  display: none;
}

@media all and (min-width: 1440px) {
  .screening-info__cont-text .desc-only {
    display: inline;
  }
}
.screening-info__block-step {
  margin: 0 auto;
}

@media all and (min-width: 1080px) {
  .screening-info__block-step {
    margin: 0;
  }
}
.screening-info__button {
  margin: 0 auto 12px auto;
}

@media all and (min-width: 1080px) {
  .screening-info__button {
    margin: 0 0 12px 0;
  }
}
.screening-info__ellipse-title {
  position: relative;
}

.screening-info__ellipse-title::after {
  content: "";
  display: block;
  width: 44.77%;
  padding-bottom: 52.86%;
  background-image: url(../images/icons/icon-arrow-wide-down.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  -webkit-transform: scaleX(-1) translate(14px, -40px) rotate(14deg);
  -ms-transform: scaleX(-1) translate(14px, -40px) rotate(14deg);
  transform: scaleX(-1) translate(14px, -40px) rotate(14deg);
}

@media all and (min-width: 1080px) {
  .screening-info__ellipse-title::after {
    display: none;
  }
}
.screening-info__btn {
  display: none;
}

@media all and (min-width: 1080px) {
  .screening-info__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px;
  }
}
@media all and (min-width: 1080px) {
  .screening-info__figure {
    display: inline-block;
    height: 90%;
    overflow: hidden;
    position: absolute;
    top: 46px;
    right: 0;
  }
}
@media all and (min-width: 1280px) {
  .screening-info__figure {
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }
}
.screening-info__figure-wrap {
  display: none;
}

@media all and (min-width: 1080px) {
  .screening-info__figure-wrap {
    display: inline-block;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
  }
}
.screening-info__figure-img {
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.consultation {
  padding-top: 50px;
  position: relative;
  z-index: 1;
}

@media all and (min-width: 1280px) {
  .consultation {
    padding-top: 124px;
    padding-bottom: 30px;
  }
}
.consultation__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}

@media all and (min-width: 1280px) {
  .consultation__inner {
    height: 394px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 0;
  }
}
@media all and (min-width: 1280px) {
  .consultation__figure {
    width: calc(100% + 50px);
    max-width: calc(100% + 50px);
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(../images/icons/icon-consultation.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
  }
}
.consultation__figure-wrap {
  display: none;
}

@media all and (min-width: 1280px) {
  .consultation__figure-wrap {
    display: block;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    width: 100%;
    max-width: 445px;
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
  }
}
.consultation__block-step {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

@media all and (max-width: 1439px) {
  .consultation__block-step {
    background-image: url(../images/icons/icon-block-step-mobile-v2.svg);
    margin-bottom: 22px;
  }
}
@media all and (max-width: 1279px) {
  .consultation__block-step {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}
@media all and (min-width: 1440px) {
  .consultation__block-step {
    max-width: 412px;
    height: 330px;
  }
}
@media all and (min-width: 1440px) {
  .consultation__block-step-txt {
    text-align: center;
    margin-top: 20px;
  }
}
@media all and (max-width: 1439px) {
  .consultation__block-step-txt {
    -ms-flex-item-align: start;
    align-self: flex-start;
    position: relative;
  }
}
@media all and (max-width: 1439px) {
  .consultation__block-step-txt::after {
    content: "";
    width: 46px;
    height: 96px;
    background-image: url(../images/icons/icon-important-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 6px;
    left: 100%;
    -webkit-transform: rotate(347deg) scalex(-1) translateX(-30px);
    -ms-transform: rotate(347deg) scalex(-1) translateX(-30px);
    transform: rotate(347deg) scalex(-1) translateX(-30px);
  }
}
@media all and (max-width: 389px) {
  .consultation__block-step-txt::after {
    width: 26px;
    height: 56px;
  }
}
.consultation__ellipse-title {
  position: relative;
  -webkit-transform: translatey(4px);
  -ms-transform: translatey(4px);
  transform: translatey(4px);
}

.consultation__ellipse-title::before {
  content: "";
  display: block;
  width: 44.77%;
  padding-bottom: 52.86%;
  background-image: url(../images/icons/icon-arrow-wide-down.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  top: 0;
  right: 100%;
  -webkit-transform: translate(14px, -40px);
  -ms-transform: translate(14px, -40px);
  transform: translate(14px, -40px);
}

@media all and (min-width: 1080px) {
  .consultation__ellipse-title::before {
    display: none;
  }
}
@media all and (min-width: 1280px) {
  .consultation__ellipse-title::before {
    display: block;
    width: 170px;
    padding-bottom: 180px;
    background-image: url(../images/icons/icon-arrow-wide-down.svg);
    top: initial;
    bottom: 0;
    right: 100%;
    -webkit-transform: rotate(-45deg) translate(40px, -40px);
    -ms-transform: rotate(-45deg) translate(40px, -40px);
    transform: rotate(-45deg) translate(40px, -40px);
  }
}
@media all and (min-width: 1280px) {
  .consultation__ellipse-title::after {
    content: "";
    display: block;
    width: 94px;
    padding-bottom: 94px;
    background-image: url(../images/icons/icon-plus-bold-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: absolute;
    bottom: 100%;
    left: 100%;
    -webkit-transform: translate(-30%, 30%);
    -ms-transform: translate(-30%, 30%);
    transform: translate(-30%, 30%);
  }
}
.consultation__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 358px;
  height: 166px;
  background-image: url(../images/icons/icon-cloud-mobile.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: relative;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media all and (min-width: 1280px) {
  .consultation__info {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@media all and (min-width: 1440px) {
  .consultation__info {
    max-width: 396px;
    height: 300px;
    padding: 60px 80px;
    background-image: url(../images/icons/icon-cloud-desc.svg);
    background-position: top center;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
}
.consultation__info::after {
  content: "";
  display: block;
  width: 64px;
  padding-bottom: 66px;
  background-image: url(../images/icons/icon-arrow-wide-down.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  top: 100%;
  right: 0;
  -webkit-transform: translate(-14px, -30px) scaleX(-1);
  -ms-transform: translate(-14px, -30px) scaleX(-1);
  transform: translate(-14px, -30px) scaleX(-1);
}

@media all and (min-width: 1080px) {
  .consultation__info::after {
    display: none;
  }
}
@media all and (min-width: 1280px) {
  .consultation__info::after {
    display: block;
    width: 50px;
    height: 56px;
    background-image: url(../images/icons/icon-important-white.svg);
    background-size: cover;
    top: initial;
    bottom: 100%;
    left: 0;
    -webkit-transform: translate(30px, 18px) rotate(33deg);
    -ms-transform: translate(30px, 18px) rotate(33deg);
    transform: translate(30px, 18px) rotate(33deg);
  }
}
@media all and (min-width: 1440px) {
  .consultation__info::after {
    -webkit-transform: translate(80px, 48px) rotate(48deg);
    -ms-transform: translate(80px, 48px) rotate(48deg);
    transform: translate(80px, 48px) rotate(48deg);
  }
}
.consultation__info-txt {
  font: 700 14px/100% "Roboto", "sans-serif";
  text-transform: uppercase;
  text-align: center;
  color: #ec5c4d;
}

@media all and (min-width: 354px) {
  .consultation__info-txt {
    font-size: 16px;
  }
}
@media all and (min-width: 390px) {
  .consultation__info-txt {
    font-size: 20px;
  }
}
@media all and (min-width: 768px) {
  .radial-gr--wrap {
    overflow: hidden;
    border-top: 1px solid #EB5C4C;
    background-color: #59afd9;
  }
}
.radial-gr {
  overflow: hidden;
  border-top: 1px solid #EB5C4C;
  background-color: #59afd9;
}

@media all and (min-width: 768px) {
  .radial-gr {
    overflow: initial;
    border-top: none;
    background-color: transparent;
  }
}
.knowledge-experience-cta {
  width: 100%;
  margin-top: 18px;
  position: relative;
  z-index: 0;
}

@media all and (min-width: 410px) {
  .knowledge-experience-cta {
    margin-top: 38px;
  }
}
.knowledge-experience-cta::before {
  content: "";
  display: block;
  width: 1861px;
  height: 1861px;
  background-size: auto;
  background-position: 0% 0%;
  background-repeat: repeat;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 0;
  -webkit-transform: translate(-50%, 32%);
  -ms-transform: translate(-50%, 32%);
  transform: translate(-50%, 32%);
  background: radial-gradient(50% 50% at 50% 50%, #EB5C4C 40.66%, rgba(235, 92, 76, 0) 100%);
  background-color: #59afd9;
  -webkit-transform: translate(-50%, 20%);
  -ms-transform: translate(-50%, 20%);
  transform: translate(-50%, 20%);
}

@media all and (min-width: 768px) {
  .knowledge-experience-cta::before {
    width: 5100px;
    height: 3430px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background: radial-gradient(50% 50% at 50% 50%, #EB5C4C 40.66%, rgba(235, 92, 76, 0) 100%);
    background-color: #59afd9;
  }
}
.knowledge-experience-cta__card {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media all and (min-width: 1120px) {
  .knowledge-experience-cta__card {
    width: 100%;
    max-width: 330px;
    height: 330px;
  }
}
.knowledge-experience-cta__card-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

@media all and (min-width: 1120px) {
  .knowledge-experience-cta__card-wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.knowledge-experience-cta__card-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
  width: 100%;
  max-width: 232px;
  height: 216px;
  position: relative;
  z-index: 0;
}

@media all and (min-width: 1120px) {
  .knowledge-experience-cta__card-link {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
@media all and (min-width: 334px) {
  .knowledge-experience-cta__card-link {
    height: 232px;
  }
}
@media all and (min-width: 490px) {
  .knowledge-experience-cta__card-link {
    max-width: 330px;
    height: 330px;
  }
}
@media all and (min-width: 1120px) {
  .knowledge-experience-cta__card-link {
    margin-right: 0;
  }
}
.knowledge-experience-cta__card-link:hover .knowledge-experience-cta__card-img:not(.--hover) {
  opacity: 0;
  visibility: hidden;
}

.knowledge-experience-cta__card-link:hover .knowledge-experience-cta__card-img.--hover {
  visibility: visible;
  opacity: 1;
}

.knowledge-experience-cta__card-link:hover .knowledge-experience-cta__card-text {
  opacity: 0;
}

.knowledge-experience-cta__card-figure {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.knowledge-experience-cta__card-img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.knowledge-experience-cta__card-img.--hover {
  opacity: 0;
  visibility: hidden;
}

.knowledge-experience-cta__card-text {
  max-width: 170px;
  font: 700 20px/100% "Roboto", "sans-serif";
  text-align: center;
  text-transform: uppercase;
  text-decoration: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-underline-offset: 2px;
  color: #fff;
}

@media all and (min-width: 1120px) {
  .knowledge-experience-cta__card-text {
    max-width: 240px;
    font-size: 30px;
    margin-bottom: 82px;
  }
}
.consolidation {
  width: 100%;
  padding-top: 30px;
  background-color: #59afd9;
}

@media all and (min-width: 1280px) {
  .consolidation {
    padding-top: 126px;
  }
}
.consolidation__inner {
  width: 100%;
  position: relative;
}

@media all and (min-width: 960px) {
  .consolidation__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.consolidation__figure {
  display: none;
}

@media all and (min-width: 960px) {
  .consolidation__figure {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media all and (min-width: 960px) {
  .consolidation__figure-img {
    max-width: 100%;
  }
}
.consolidation__ellipse-title {
  margin: 0 auto;
}

.consolidation__cont {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media all and (min-width: 960px) {
  .consolidation__cont {
    max-width: 60.295%;
  }
}
.consolidation__cont-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.consolidation__cont-head {
  width: 100%;
  padding-bottom: 90px;
  position: relative;
}

@media all and (min-width: 1440px) {
  .consolidation__cont-head {
    padding-bottom: 160px;
  }
}
@media all and (min-width: 1280px) {
  .consolidation__cont-head::before {
    content: "";
    display: block;
    width: 178px;
    padding-bottom: 186px;
    background-image: url(../images/icons/icon-arrow-wide-down.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: absolute;
    bottom: 100%;
    left: 50%;
    -webkit-transform: rotate(24deg) translate(-44%, 0px);
    -ms-transform: rotate(24deg) translate(-44%, 0px);
    transform: rotate(24deg) translate(-44%, 0px);
  }
}
.consolidation__cont-title {
  width: 554px;
  height: 180px;
  background-image: url(../images/icons/icon-consolidation.svg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -62%);
  -ms-transform: translate(-50%, -62%);
  transform: translate(-50%, -62%);
}

@media all and (min-width: 1440px) {
  .consolidation__cont-title {
    width: 800px;
    height: 258px;
    -webkit-transform: translate(-50%, -78%);
    -ms-transform: translate(-50%, -78%);
    transform: translate(-50%, -78%);
  }
}
.consolidation__cont-title-img {
  max-width: 56%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}

@media all and (min-width: 1440px) {
  .consolidation__cont-title-img {
    max-width: 57.25%;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@media all and (min-width: 960px) {
  .consolidation__cont-inner {
    max-width: 82.44%;
    margin-left: auto;
  }
}
.consolidation__cont .desc-bold {
  font-weight: 400;
}

@media all and (min-width: 1280px) {
  .consolidation__cont .desc-bold {
    font-weight: 700;
  }
}
.consolidation__cont .desk-only {
  display: none;
}

@media all and (min-width: 1440px) {
  .consolidation__cont .desk-only {
    display: inline;
  }
}
.consolidation__cont .mob-only {
  display: inline;
}

@media all and (min-width: 1440px) {
  .consolidation__cont .mob-only {
    display: none;
  }
}
.consolidation__text {
  font: 700 18px/100% "Roboto", "sans-serif";
  color: #fff;
}

@media all and (min-width: 1280px) {
  .consolidation__text {
    font-size: 36px;
  }
}
@media all and (min-width: 1280px) {
  .consolidation__text span {
    display: block;
  }
}
.consolidation__text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  color: #fff;
  margin: 30px 0;
}

@media all and (min-width: 520px) {
  .consolidation__text-wrap {
    margin-top: 50px;
  }
}
@media all and (min-width: 1360px) {
  .consolidation__text-wrap {
    gap: 18px;
    margin-bottom: 50px;
  }
}
@media all and (min-width: 1440px) {
  .consolidation__text-wrap {
    margin-top: 20px;
  }
}
.consolidation__button {
  margin: 0 auto;
}

@media all and (min-width: 960px) {
  .consolidation__button {
    margin: 0;
  }
}
@media all and (min-width: 1280px) {
  .consolidation__button {
    min-width: 196px;
  }
}
.support {
  width: 100%;
  padding-top: 30px;
}

@media all and (min-width: 1280px) {
  .support {
    padding-top: 92px;
  }
}
.support__title {
  width: 100%;
  font: 400 44px/80% "Alumni Sans", "sans-serif";
  vertical-align: bottom;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 28px;
}

@media all and (min-width: 1280px) {
  .support__title {
    font-size: 60px;
    text-align: center;
    margin-bottom: 40px;
  }
}
.support__inner {
  width: 100%;
}

@media all and (min-width: 1280px) {
  .support__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
.support__info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 30px;
}

@media all and (min-width: 1280px) {
  .support__info {
    max-width: 388px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    gap: 16px;
    text-align: center;
    position: relative;
    padding-top: 92px;
  }
}
@media all and (min-width: 1280px) {
  .support__info::before {
    content: "";
    display: inline-block;
    width: calc(100% + 40px + 28px);
    height: 48px;
    background-image: url(../images/icons/icon-wavy-line.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-46%);
    -ms-transform: translateX(-46%);
    transform: translateX(-46%);
  }
}
@media all and (min-width: 1440px) {
  .support__info::before {
    width: calc(100% + 50px + 68px);
  }
}
.support__cont {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}

@media all and (min-width: 1280px) {
  .support__cont {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    padding-top: 52px;
    margin: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    position: relative;
    -webkit-transform: rotate(9.67deg) translatex(20px);
    -ms-transform: rotate(9.67deg) translatex(20px);
    transform: rotate(9.67deg) translatex(20px);
    z-index: 0;
  }
}
@media all and (min-width: 1440px) {
  .support__cont {
    padding: 0 0 58px 0;
    margin-top: 50px;
    -webkit-transform: rotate(9.67deg) translatex(60px);
    -ms-transform: rotate(9.67deg) translatex(60px);
    transform: rotate(9.67deg) translatex(60px);
  }
}
@media all and (min-width: 1280px) {
  .support__cont::before {
    content: "";
    display: block;
    width: 414px;
    height: 538px;
    background-image: url(../images/icons/icon-copybook.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-52%, -48%);
    -ms-transform: translate(-52%, -48%);
    transform: translate(-52%, -48%);
    z-index: -1;
  }
}
@media all and (min-width: 1440px) {
  .support__cont::before {
    width: 484px;
    height: 628px;
    -webkit-transform: translate(-52%, -48%);
    -ms-transform: translate(-52%, -48%);
    transform: translate(-52%, -48%);
  }
}
.support__cont--first {
  margin-bottom: 28px;
}

@media all and (min-width: 1280px) {
  .support__cont--first {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    -webkit-transform: rotate(-6.67deg);
    -ms-transform: rotate(-6.67deg);
    transform: rotate(-6.67deg);
  }
}
@media all and (min-width: 1440px) {
  .support__cont--first {
    -webkit-transform: rotate(-9.67deg);
    -ms-transform: rotate(-9.67deg);
    transform: rotate(-9.67deg);
  }
}
@media all and (min-width: 1280px) {
  .support__cont--first::before {
    -webkit-transform: translate(-52%, -45%);
    -ms-transform: translate(-52%, -45%);
    transform: translate(-52%, -45%);
  }
}
@media all and (min-width: 1280px) {
  .support__cont-inner {
    max-width: 302px;
  }
}
@media all and (min-width: 1440px) {
  .support__cont-inner {
    max-width: 362px;
  }
}
.support__cont-title {
  width: 100%;
  max-height: 66px;
  background-image: url(../images/icons/icon-support-btn-mobile-br.svg);
  cursor: pointer;
  position: relative;
}

@media all and (min-width: 1280px) {
  .support__cont-title {
    pointer-events: none;
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
    background-image: none;
    font-size: 24px;
    text-align: left;
    padding: 0;
    margin-bottom: 20px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.support__cont-title i {
  position: absolute;
  width: 22px;
  min-width: 22px;
  height: 12px;
  background-image: url(../images/icons/icon-arrow-down.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-80%);
  -ms-transform: translateY(-80%);
  transform: translateY(-80%);
}

@media all and (min-width: 1280px) {
  .support__cont-title i {
    display: none;
  }
}
.support__cont-block {
  display: none;
}

@media all and (min-width: 1280px) {
  .support__cont-block {
    display: block;
  }
}
.support__cont-list {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}

.support__cont-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font: 400 16px/100% "Roboto", "sans-serif";
  color: #fff;
}

@media all and (min-width: 1280px) {
  .support__cont-item {
    font-size: 18px;
  }
}
.support__cont-item::before {
  content: "";
  display: inline-block;
  width: 18px;
  min-width: 18px;
  height: 28px;
  background-image: url(../images/icons/icon-support-list-marker-1.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.support__cont-item:nth-child(2)::before {
  background-image: url(../images/icons/icon-support-list-marker-2.svg);
}

.support__cont-item:nth-child(3)::before {
  background-image: url(../images/icons/icon-support-list-marker-3.svg);
}

.support__cont-item:not(:last-child) {
  margin-bottom: 20px;
}

@media all and (min-width: 1440px) {
  .support .mob-only {
    display: none;
  }
}
.support .desc-only {
  display: none;
}

@media all and (min-width: 1440px) {
  .support .desc-only {
    display: inline;
  }
}
.support__modal-content {
  padding-top: 20px;
}

@media all and (min-width: 1440px) {
  .support__modal-content .mob-only {
    display: none;
  }
}
.support__modal-content .desc-only {
  display: none;
}

@media all and (min-width: 1440px) {
  .support__modal-content .desc-only {
    display: inline;
  }
}
.support__modal-title {
  font: 700 20px/100% "Roboto", "sans-serif";
  text-transform: uppercase;
  color: #fff;
}

.any-questions {
  padding-bottom: 28px;
}

@media all and (min-width: 1280px) {
  .any-questions {
    padding-bottom: 0;
  }
}
.page-error {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.page-error__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.page-error__inner {
  width: 100%;
  max-width: 1000px;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 24px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  color: #fff;
}

@media all and (min-width: 1280px) {
  .page-error__inner {
    gap: 32px;
  }
}
.page-error__title {
  font: 400 44px/100% "Alumni Sans", "sans-serif";
  text-transform: uppercase;
}

@media all and (min-width: 1280px) {
  .page-error__title {
    font-size: 62px;
  }
}
.page-error__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 18px;
}

@media all and (min-width: 1280px) {
  .page-error__info {
    gap: 22px;
  }
}
.page-error__button {
  min-width: 196px;
}

/* страница Что такое СД1 */
.home-main-ct-sd1 {
  width: 100%;
  background-color: #ec5c4d;
  position: relative;
  z-index: 0;
}

@media all and (min-width: 768px) {
  .home-main-ct-sd1 {
    z-index: 0;
  }
}
@media all and (min-width: 1280px) {
  .home-main-ct-sd1 {
    background-color: transparent;
  }
}
.home-main-ct-sd1::before {
  content: "";
  display: block;
  width: 638px;
  height: 614px;
  background: radial-gradient(50% 50% at 50% 50%, #59AFD9 51.44%, rgba(89, 175, 217, 0) 100%);
  background-size: auto;
  background-position: 0% 0%;
  background-repeat: repeat;
  -webkit-filter: blur(47.2px);
  filter: blur(47.2px);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  -webkit-transform: translateX(40%);
  -ms-transform: translateX(40%);
  transform: translateX(40%);
}

@media all and (min-width: 1280px) {
  .home-main-ct-sd1::before {
    display: none;
  }
}
@media all and (min-width: 1820px) {
  .home-main-ct-sd1::before {
    -webkit-transform: translate(22%, -760px);
    -ms-transform: translate(22%, -760px);
    transform: translate(22%, -760px);
  }
}
.home-main-ct-sd1__inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 22px 24px 22px;
  z-index: 0;
  position: relative;
}

@media all and (min-width: 1280px) {
  .home-main-ct-sd1__inner {
    padding: 0 40px;
  }
}

.home-main-ct-sd1__text {
  margin-bottom: 30px;
  padding-top: 16px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

@media all and (min-width: 992px) {
  .home-main-ct-sd1__text {
    padding-top: 80px;
  }
}

@media all and (min-width: 1280px) {
  .home-main-ct-sd1__text {
    margin-bottom: 44px;
  }
}

.home-main-ct-sd1__text .mob-only {
  display: inline;
}

@media all and (min-width: 748px) {
  .home-main-ct-sd1__text .mob-only {
    display: none;
  }
}
.home-main-ct-sd1__text .desk-only {
  display: none;
}

@media all and (min-width: 748px) {
  .home-main-ct-sd1__text .desk-only {
    display: inline;
  }
}
.home-main-ct-sd1__text .not-min-desc-only {
  display: inline;
}

@media all and (min-width: 1280px) {
  .home-main-ct-sd1__text .not-min-desc-only {
    display: none;
  }
}
@media all and (min-width: 1440px) {
  .home-main-ct-sd1__text .not-min-desc-only {
    display: inline;
  }
}
.home-main-ct-sd1__text .min-desc-only {
  display: none;
}

@media all and (min-width: 1280px) {
  .home-main-ct-sd1__text .min-desc-only {
    display: inline;
  }
}
@media all and (min-width: 1440px) {
  .home-main-ct-sd1__text .min-desc-only {
    display: none;
  }
}
@media all and (min-width: 748px) {
  .home-main-ct-sd1__acc-body-hidden.acc-body-hidden {
    display: block;
  }
}
.home-main-ct-sd1__btn.ui-kit__btn-v2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-transform: uppercase;
  line-height: 24px;
  min-width: 132px;
}

.home-main-ct-sd1__btn.ui-kit__btn-v2.active {
  margin-top: 12px;
}

@media all and (min-width: 748px) {
  .home-main-ct-sd1__btn.ui-kit__btn-v2 {
    display: none;
  }
}
.home-main-ct-sd1__grid {
  display: grid;
  grid-template-rows: 1fr;
  width: 100%;
  min-height: 324px;
  position: relative;
}

@media all and (min-width: 390px) {
  .home-main-ct-sd1__grid {
    min-height: 374px;
  }
}
@media all and (min-width: 748px) {
  .home-main-ct-sd1__grid {
    min-height: initial;
  }
}
.home-main-ct-sd1__bg {
  width: 100%;
  height: 82%;
  background-image: url(../images/home-main-ct-sd1-min.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

@media all and (min-width: 748px) {
  .home-main-ct-sd1__bg {
    height: 206%;
    -webkit-transform: translateX(10%);
    -ms-transform: translateX(10%);
    transform: translateX(10%);
  }
}
@media all and (min-width: 992px) {
  .home-main-ct-sd1__bg {
    width: 65.556%;
    max-width: 944px;
    height: 330.763%;
    max-height: 682px;
    padding: 0;
    position: absolute;
    bottom: 8px;
    right: 0;
    z-index: -1;
    background-image: url(../images/home-main-ct-sd1.png);
    -webkit-transform: translateX(-3%);
    -ms-transform: translateX(-3%);
    transform: translateX(-3%);
  }
}
@media all and (min-width: 1280px) {
  .home-main-ct-sd1__bg {
    height: 479.763%;
  }
}
@media all and (min-width: 1440px) {
  .home-main-ct-sd1__bg {
    width: 69%;
    bottom: -34px;
    -webkit-transform: translateX(1%);
    -ms-transform: translateX(1%);
    transform: translateX(1%);
  }
}
.home-main-ct-sd1__row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media all and (min-width: 992px) {
  .home-main-ct-sd1__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
.home-main-ct-sd1__title {
  font: 400 24px/80% "Alumni Sans", "sans-serif";
  text-transform: uppercase;
}

@media all and (min-width: 390px) {
  .home-main-ct-sd1__title {
    font-size: 32px;
  }
}
@media all and (min-width: 748px) {
  .home-main-ct-sd1__title {
    grid-area: header;
  }
}
@media all and (min-width: 992px) {
  .home-main-ct-sd1__title {
    font-size: 64px;
  }
}
@media all and (min-width: 1280px) {
  .home-main-ct-sd1__title {
    font-size: 116px;
    line-height: 60%;
  }
}
@media all and (min-width: 992px) {
  .home-main-ct-sd1__title-txt {
    display: block;
    font-size: 42px;
  }
}
@media all and (min-width: 1280px) {
  .home-main-ct-sd1__title-txt {
    font-size: 60px;
  }
}
.home-main-ct-sd1__sub-title {
  font: 400 18px/100% "Alumni Sans", "sans-serif";
}

@media all and (min-width: 390px) {
  .home-main-ct-sd1__sub-title {
    font-size: 24px;
  }
}
@media all and (min-width: 992px) {
  .home-main-ct-sd1__sub-title.--mob {
    display: none;
  }
}
@media all and (min-width: 992px) {
  .home-main-ct-sd1__sub-title.--desc {
    font-size: 42px;
    text-transform: uppercase;
  }
}
@media all and (min-width: 1280px) {
  .home-main-ct-sd1__sub-title.--desc {
    font-size: 60px;
  }
}
.home-main-ct-sd1__cont.--mob {
  max-width: 200px;
  margin: auto 0 18px auto;
  letter-spacing: -0.4px;
}

@media all and (min-width: 390px) {
  .home-main-ct-sd1__cont.--mob {
    max-width: 250px;
  }
}
@media all and (min-width: 992px) {
  .home-main-ct-sd1__cont.--mob {
    display: none;
  }
}
.home-main-ct-sd1__cont.--desc {
  display: none;
}

@media all and (min-width: 992px) {
  .home-main-ct-sd1__cont.--desc {
    display: block;
    padding-bottom: 8px;
    text-align: right;
    letter-spacing: -0.529px;
  }
}
.home-main-ct-sd1__cont-text-min {
  font: 400 18px/100% "Alumni Sans", "sans-serif";
  letter-spacing: 0.3px;
}

@media all and (min-width: 390px) {
  .home-main-ct-sd1__cont-text-min {
    font-size: 24px;
  }
}
@media all and (min-width: 1280px) {
  .home-main-ct-sd1__cont-text-min {
    font-family: "Roboto", "sans-serif";
    padding-right: 18px;
  }
}
.home-main-ct-sd1__cont-text {
  font: 400 24px/80% "Alumni Sans", "sans-serif";
  text-transform: uppercase;
}

@media all and (min-width: 390px) {
  .home-main-ct-sd1__cont-text {
    font-size: 32px;
  }
}
@media all and (min-width: 992px) {
  .home-main-ct-sd1__cont-text {
    font-size: 42px;
  }
}
@media all and (min-width: 1280px) {
  .home-main-ct-sd1__cont-text {
    font-size: 60px;
  }
}
.home-main-ct-sd1__cont-text .desc-min-only {
  display: inline;
}

@media all and (min-width: 1080px) {
  .home-main-ct-sd1__cont-text .desc-min-only {
    display: none;
  }
}
@media all and (min-width: 1280px) {
  .home-main-ct-sd1__cont-text .desc-min-only {
    display: inline;
  }
}
@media all and (min-width: 1440px) {
  .home-main-ct-sd1__cont-text .desc-min-only {
    display: none;
  }
}
.home-main-ct-sd1__bottom {
  width: 100%;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

@media all and (min-width: 1280px) {
  .home-main-ct-sd1__bottom {
    margin-top: 70px;
  }
}
@media all and (max-width: 1279px) {
  .home-main-ct-sd1__bottom .ui-kit__double-down-arrow {
    display: none;
  }
}
@media all and (min-width: 1280px) {
  .home-main-ct-sd1__bottom .ui-kit__double-down-arrow {
    display: block;
  }
}
.home-main-ct-sd1__bottom-btn {
  min-width: 286px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media all and (min-width: 1280px) {
  .home-main-ct-sd1__bottom-btn {
    display: none;
  }
}
.chto-takoe-sd1__radial-bg--desc {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

@media all and (min-width: 1280px) {
  .chto-takoe-sd1__radial-bg--desc::after {
    content: "";
    display: block;
    width: 1920px;
    height: 1920px;
    background: radial-gradient(47.14% 47.14% at 54.9% 52.86%, #59AFD9 0%, #59AFD9 11.15%, #59AFD9 49.57%, rgba(89, 175, 217, 0) 100%);
    background-size: auto;
    background-position: 0% 0%;
    background-repeat: repeat;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translate(40%, -760px);
    -ms-transform: translate(40%, -760px);
    transform: translate(40%, -760px);
    z-index: -1;
  }
}
@media all and (min-width: 1820px) {
  .chto-takoe-sd1__radial-bg--desc::after {
    -webkit-transform: translate(22%, -760px);
    -ms-transform: translate(22%, -760px);
    transform: translate(22%, -760px);
  }
}
@media all and (min-width: 560px) {
  .chto-takoe-sd1__radial-bg--desc::before {
    content: "";
    position: absolute;
    left: 50%;
    z-index: -1;
    width: 4425px;
    height: 3651px;
    top: 0;
    background: radial-gradient(43.87% 43.87% at 50% 50%, #59AFD9 34.62%, rgba(89, 175, 217, 0) 100%);
    -webkit-transform: translate(-50%, 14%);
    -ms-transform: translate(-50%, 14%);
    transform: translate(-50%, 14%);
  }
}
.chto-takoe-sd1__radial-bg--mob {
  overflow: hidden;
  position: relative;
  z-index: -1;
  background-color: #59afd9;
}

@media all and (min-width: 560px) {
  .chto-takoe-sd1__radial-bg--mob {
    background-color: transparent;
    position: initial;
    overflow: initial;
    z-index: initial;
  }
}
.chto-takoe-sd1__radial-bg--mob::before {
  content: "";
  position: absolute;
  width: 1277px;
  height: 1477px;
  top: 0;
  left: 50%;
  background: radial-gradient(50% 50% at 50% 50%, #EB5C4C 40.66%, rgba(235, 92, 76, 0) 100%);
  z-index: -1;
  -webkit-transform: translate(-50%, -34%);
  -ms-transform: translate(-50%, -34%);
  transform: translate(-50%, -34%);
}

@media all and (min-width: 560px) {
  .chto-takoe-sd1__radial-bg--mob::before {
    display: none;
  }
}
@media all and (min-width: 1280px) {
  .chto-takoe-sd1__acc-body.acc-body-hidden {
    display: list-item;
  }
  .chto-takoe-sd1__acc-body {
    display: list-item !important;
  }
}
@media all and (min-width: 1280px) {
  .chto-takoe-sd1__screening {
    padding-top: 96px;
  }
}
.chto-takoe-sd1__screening .ui-kit__btn-v2 {
  max-height: 24px;
}

@media all and (min-width: 1280px) {
  .chto-takoe-sd1__screening .ui-kit__btn-v2 {
    max-height: 30px;
  }
}
@media all and (min-width: 1440px) {
  .chto-takoe-sd1__screening-head {
    margin-bottom: 68px;
  }
}
@media all and (min-width: 1440px) {
  .chto-takoe-sd1__screening-head-ico.--check {
    -webkit-transform: translatey(-58%);
    -ms-transform: translatey(-58%);
    transform: translatey(-58%);
  }
}
@media all and (min-width: 1440px) {
  .chto-takoe-sd1__screening-title {
    padding: 0.6em 2em;
  }
}
@media all and (min-width: 1280px) {
  .chto-takoe-sd1__footnotes-num-list-item.acc-body-hidden {
    display: list-item;
  }
}
.chto-takoe-sd1__modal-3-content {
  padding: 20px;
}

@media all and (min-width: 900px) {
  .chto-takoe-sd1__modal-3-content {
    padding: 40px;
  }
}
@media all and (min-width: 768px) {
  .chto-takoe-sd1__modal-3-title {
    text-align: center;
  }
}
.chto-takoe-sd1__modal-3-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 34px 20px;
  width: 100%;
  margin: 20px 0 12px 0;
}

@media all and (min-width: 900px) {
  .chto-takoe-sd1__modal-3-block {
    max-width: calc(100% - 220px);
    margin: 36px 82px 24px auto;
  }
}
@media all and (min-width: 1280px) {
  .chto-takoe-sd1__modal-3-block {
    margin: 36px 0 24px 220px;
    padding-right: 60px;
  }
}
.chto-takoe-sd1__modal-3-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 34px 0;
  position: relative;
}

@media all and (min-width: 390px) {
  .chto-takoe-sd1__modal-3-row {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
}
@media all and (min-width: 660px) {
  .chto-takoe-sd1__modal-3-row {
    width: calc(50% - 10px);
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
  }
}
@media all and (min-width: 900px) {
  .chto-takoe-sd1__modal-3-row {
    max-width: 100%;
  }
}
@media all and (min-width: 900px) {
  .chto-takoe-sd1__modal-3-row:first-child::before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    width: 98px;
    height: 194px;
    background-image: url(../images/icons/icon-arc-arrow-white.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
  }
}
@media all and (min-width: 1280px) {
  .chto-takoe-sd1__modal-3-row:first-child::before {
    width: 128px;
    height: 254px;
    -webkit-transform: translatey(10px) scaleX(-1) rotate(355deg);
    -ms-transform: translatey(10px) scaleX(-1) rotate(355deg);
    transform: translatey(10px) scaleX(-1) rotate(355deg);
  }
}
.chto-takoe-sd1__modal-3-card {
  width: 50%;
  max-width: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media all and (min-width: 900px) {
  .chto-takoe-sd1__modal-3-card {
    max-width: calc((100% - 20px) / 2);
  }
}
.chto-takoe-sd1__modal-3-card-figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 6px;
  height: 88px;
}

@media all and (min-width: 1280px) {
  .chto-takoe-sd1__modal-3-card-figure {
    width: 100%;
    height: 146px;
    margin-bottom: 16px;
  }
}
.chto-takoe-sd1__modal-3-card-icon {
  -o-object-fit: cover;
  object-fit: cover;
}

@media all and (min-width: 1280px) {
  .chto-takoe-sd1__modal-3-card-icon:not(.full-width) {
    height: 100%;
  }
}
@media all and (min-width: 1280px) {
  .chto-takoe-sd1__modal-3-card-icon.full-width {
    width: 100%;
  }
}
.chto-takoe-sd1__modal-3-card-title {
  margin-bottom: 32px;
}

@media all and (min-width: 1280px) {
  .chto-takoe-sd1__modal-3-card-title {
    margin-bottom: 42px;
  }
}
.chto-takoe-sd1__modal-3-card-text {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -84px);
  -ms-transform: translate(-50%, -84px);
  transform: translate(-50%, -84px);
  font: 400 12px/100% "Roboto", "sans-serif";
  text-align: center;
  color: #fff;
}

@media all and (min-width: 900px) {
  .chto-takoe-sd1__modal-3-card-text {
    max-width: 160px;
    right: 100%;
    left: initial;
    bottom: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    text-align: left;
  }
}
@media all and (min-width: 1280px) {
  .chto-takoe-sd1__modal-3-card-text {
    max-width: 220px;
    font-size: 24px;
  }
}
@media all and (min-width: 900px) {
  .chto-takoe-sd1__modal-3-card-text.mob-only {
    display: none;
  }
}
.chto-takoe-sd1__modal-3-card-percent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 76px;
  min-width: 76px;
  height: 76px;
  font: 700 26px/100% "Roboto", "sans-serif";
  text-align: center;
  color: #fff;
  background-image: url(../images/icons/icon-ring.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media all and (min-width: 660px) {
  .chto-takoe-sd1__modal-3-card-percent {
    margin-top: auto;
  }
}
@media all and (min-width: 1280px) {
  .chto-takoe-sd1__modal-3-card-percent {
    width: 120px;
    min-width: 120px;
    height: 120px;
  }
}
.chto-takoe-sd1__modal-4-content {
  padding: 20px;
}

@media all and (min-width: 900px) {
  .chto-takoe-sd1__modal-4-content {
    padding: 40px;
  }
}
.chto-takoe-sd1__modal-4-title {
  max-width: 80%;
}

@media all and (min-width: 768px) {
  .chto-takoe-sd1__modal-4-title {
    text-align: center;
    max-width: unset;
  }
}
.chto-takoe-sd1__modal-4-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 26px 8px;
  margin-top: 22px;
}

@media all and (min-width: 900px) {
  .chto-takoe-sd1__modal-4-row {
    gap: 26px 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.chto-takoe-sd1__modal-4-card {
  width: 100%;
  max-width: 176px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media all and (min-width: 390px) {
  .chto-takoe-sd1__modal-4-card {
    max-width: calc((100% - 8px) / 2);
  }
}
@media all and (min-width: 900px) {
  .chto-takoe-sd1__modal-4-card {
    max-width: calc((100% - 30px) / 4);
  }
}
.chto-takoe-sd1__modal-4-card-figure {
  width: 100%;
  height: 102px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
}

.chto-takoe-sd1__modal-4-card-icon {
  -o-object-fit: cover;
  object-fit: cover;
}

.chto-takoe-sd1__modal-4-card-info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.chto-takoe-sd1__modal-5-body {
  padding: 30px 0 20px 0;
}

.chto-takoe-sd1__modal-5-body .desk-only {
  display: none;
}

@media all and (min-width: 1280px) {
  .chto-takoe-sd1__modal-5-body .desk-only {
    display: inline;
  }
}
.chto-takoe-sd1__modal-2__title {
  margin-bottom: 20px;
}

@media all and (min-width: 1280px) {
  .chto-takoe-sd1__modal-2__title {
    display: none;
  }
}
.chto-takoe-sd1__modal-2__list {
  width: 100%;
  padding-left: 22px;
}

@media all and (min-width: 1280px) {
  .chto-takoe-sd1__modal-2__list {
    max-width: 338px;
    margin: 0 auto;
  }
}
div.chto-takoe-sd1__acc-body.acc-body-hidden {
  list-style: none;
}

.risk-groups {
  width: 100%;
  padding-top: 34px;
  position: relative;
  z-index: 0;
}

@media all and (min-width: 1280px) {
  .risk-groups {
    padding-top: 174px;
  }
}
.risk-groups__inner {
  width: 100%;
}

.risk-groups__title {
  width: 100%;
  max-width: 338px;
  font: 400 44px/80% "Alumni Sans", "sans-serif";
  text-align: center;
  vertical-align: bottom;
  text-transform: uppercase;
  color: #fff;
  margin: 0 auto 30px auto;
  position: relative;
}

@media all and (min-width: 620px) {
  .risk-groups__title {
    max-width: 520px;
    margin-bottom: 42px;
  }
}
@media all and (min-width: 1280px) {
  .risk-groups__title {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    font-size: 60px;
    margin-bottom: 54px;
  }
}
.risk-groups__title::after, .risk-groups__title::before {
  content: "";
  position: absolute;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.risk-groups__title::before {
  width: 56px;
  height: 46px;
  top: 0;
  background-image: url(../images/icons/icon-check-white.svg);
  -webkit-transform: translateX(4px);
  -ms-transform: translateX(4px);
  transform: translateX(4px);
}

@media all and (min-width: 1280px) {
  .risk-groups__title::before {
    width: 118px;
    height: 98px;
    -webkit-transform: translate(20px, -104px);
    -ms-transform: translate(20px, -104px);
    transform: translate(20px, -104px);
  }
}
.risk-groups__title::after {
  width: 32px;
  height: 34px;
  bottom: 100%;
  background-image: url(../images/icons/icon-cross-white.svg);
}

@media all and (min-width: 1280px) {
  .risk-groups__title::after {
    width: 74px;
    height: 74px;
    -webkit-transform: translate(-44px, -34px);
    -ms-transform: translate(-44px, -34px);
    transform: translate(-44px, -34px);
  }
}
.risk-groups__block-wrap {
  width: 100%;
}

@media all and (min-width: 768px) {
  .risk-groups__block-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px;
  }
}
.risk-groups__block {
  width: 100%;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  text-align: center;
  margin: 0 auto;
}

@media all and (min-width: 768px) {
  .risk-groups__block {
    margin: 0;
  }
}
@media all and (min-width: 1080px) {
  .risk-groups__block {
    width: calc((100% - 30px) / 2);
    max-width: 440px;
    background-image: url(../images/icons/icon-screening-card-border.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
  }
}
@media all and (min-width: 1280px) {
  .risk-groups__block {
    max-width: 662px;
    height: clamp(360px, 28vw, 404px);
    background-image: url(../images/icons/icon-risk-groups-block-border-1.svg);
  }
}
@media all and (min-width: 1280px) {
  .risk-groups__block::before {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
  }
}
.risk-groups__block:first-child {
  margin-bottom: 40px;
  position: relative;
}

@media all and (min-width: 768px) {
  .risk-groups__block:first-child {
    margin-bottom: 0;
  }
}
@media all and (min-width: 1280px) {
  .risk-groups__block:first-child::before {
    width: clamp(264px, 21vw, 294px);
    height: clamp(274px, 21.4vw, 304px);
    bottom: 100%;
    left: 0;
    background-image: url(../images/icons/icon-family.svg);
    -webkit-transform: translate(20px, 22px);
    -ms-transform: translate(20px, 22px);
    transform: translate(20px, 22px);
  }
}
.risk-groups__block:last-child {
  position: relative;
}

@media all and (min-width: 1280px) {
  .risk-groups__block:last-child {
    background-image: url(../images/icons/icon-risk-groups-block-border-2.svg);
  }
}
@media all and (min-width: 1280px) {
  .risk-groups__block:last-child::before {
    display: block;
    width: clamp(126px, 10.2vw, 146px);
    height: clamp(156px, 13.2vw, 176px);
    background-image: url(../images/icons/icon-risk-groups-child.svg);
    bottom: 100%;
    left: 50%;
    -webkit-transform: translate(-30px, 30px);
    -ms-transform: translate(-30px, 30px);
    transform: translate(-30px, 30px);
  }
}
@media all and (min-width: 1280px) {
  .risk-groups__block:last-child::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: clamp(70px, 28vw, 90px);
    height: 62px;
    background-image: url(../images/icons/icon-baby-pacifier.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    -webkit-transform: translate(30px, 28px);
    -ms-transform: translate(30px, 28px);
    transform: translate(30px, 28px);
  }
}
@media all and (min-width: 768px) {
  .risk-groups__block:last-child .risk-groups__block-btn {
    margin-top: -2px;
  }
}
@media all and (min-width: 1280px) {
  .risk-groups__block:last-child .risk-groups__block-btn {
    margin-top: -10px;
  }
}
.risk-groups__block-icon {
  position: absolute;
  top: -10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.risk-groups__block-icon.--icon-left {
  width: 44px;
  height: 52px;
  background-image: url(../images/icons/icon-risk-groups-block-2.svg);
  right: 100%;
  -webkit-transform: translate(18px, -50px);
  -ms-transform: translate(18px, -50px);
  transform: translate(18px, -50px);
}

@media all and (min-width: 768px) {
  .risk-groups__block-icon.--icon-left {
    display: none;
  }
}
.risk-groups__block-icon.--icon-right {
  width: 98px;
  height: 60px;
  background-image: url(../images/icons/icon-risk-groups-block.svg);
  right: 0;
  -webkit-transform: translate(16px, -48px);
  -ms-transform: translate(16px, -48px);
  transform: translate(16px, -48px);
}

@media all and (min-width: 768px) {
  .risk-groups__block-icon.--icon-right {
    width: 108px;
    height: 136px;
    background-image: url(../images/icons/icon-risk-groups-block-desc.svg);
    -webkit-transform: translate(-16px, -128px);
    -ms-transform: translate(-16px, -128px);
    transform: translate(-16px, -128px);
  }
}
@media all and (min-width: 768px) {
  .risk-groups__block-icon.--icon-right {
    width: 108px;
    height: 136px;
    background-image: url(../images/icons/icon-risk-groups-block-desc.svg);
    right: initial;
    left: 50%;
    -webkit-transform: translate(90%, -128px);
    -ms-transform: translate(90%, -128px);
    transform: translate(90%, -128px);
  }
}
@media all and (min-width: 1440px) {
  .risk-groups__block-icon.--icon-right {
    -webkit-transform: translate(90%, -138px);
    -ms-transform: translate(90%, -138px);
    transform: translate(90%, -138px);
  }
}
.risk-groups__block-title {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  text-transform: uppercase;
  padding: 0 6px 14px 6px;
  margin: 0 auto 14px auto;
  position: relative;
}

@media all and (min-width: 1080px) {
  .risk-groups__block-title {
    margin: 28px auto 34px auto;
  }
}
@media all and (min-width: 1280px) {
  .risk-groups__block-title {
    margin: 44px auto 34px auto;
  }
}
.risk-groups__block-title::after {
  content: "";
  width: 100%;
  height: 10px;
  background-image: url(../images/icons/icon-wavy-line-min.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media all and (min-width: 1280px) {
  .risk-groups__block-title::after {
    height: 14px;
  }
}
.risk-groups__block-info {
  display: grid;
  gap: 14px;
  margin-bottom: 24px;
}

@media all and (min-width: 1280px) {
  .risk-groups__block-info {
    margin-bottom: 20px;
  }
}
@media all and (min-width: 1440px) {
  .risk-groups__block-info {
    margin-bottom: 48px;
  }
}
.risk-groups__block-text-icon {
  position: relative;
  margin-right: 10px;
}

@media all and (min-width: 1280px) {
  .risk-groups__block-text-icon {
    margin-right: 14px;
  }
}
.risk-groups__block-text-icon::before {
  content: "";
  width: 82px;
  height: 32px;
  background-image: url(../images/icons/icon-oval.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media all and (min-width: 1280px) {
  .risk-groups__block-text-icon::before {
    width: 126px;
    height: 56px;
  }
}
.risk-groups__block-btn {
  width: 100%;
  max-width: 330px;
  font-size: 14px;
  background-image: url(../images/icons/icon-border-btn-v3-width-330.svg);
}

@media all and (min-width: 390px) {
  .risk-groups__block-btn {
    font-size: 16px;
  }
}
@media all and (min-width: 768px) {
  .risk-groups__block-btn {
    height: 94px;
  }
}
@media all and (min-width: 1080px) {
  .risk-groups__block-btn {
    margin-bottom: 32px;
  }
}
@media all and (min-width: 1280px) {
  .risk-groups__block-btn {
    max-width: 430px;
    font-size: 20px;
  }
}
.risk-groups__bottom {
  margin-top: 24px;
  text-align: center;
}

@media all and (min-width: 1280px) {
  .risk-groups__bottom {
    margin-top: 44px;
  }
}
@media all and (min-width: 1280px) {
  .risk-groups__bottom {
    margin-top: 98px;
  }
}
.stages {
  padding-top: 60px;
}

.stages__inner {
  width: 100%;
  position: relative;
}

.stages__title {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  font: 400 34px/80% "Alumni Sans", "sans-serif";
  text-align: center;
  vertical-align: bottom;
  text-transform: uppercase;
  color: #fff;
  margin: 0 auto 26px auto;
}

@media all and (min-width: 390px) {
  .stages__title {
    font-size: 44px;
    white-space: nowrap;
  }
}
@media all and (min-width: 1280px) {
  .stages__title {
    font-size: 60px;
    margin-bottom: 62px;
  }
}
.stages__title::after {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  background: url(../images/icons/icon-stages-title.svg) no-repeat center/contain;
}

@media all and (min-width: 1280px) {
  .stages__title::after {
    width: calc(100% + 96px);
    height: 10px;
    margin-top: 8px;
    -webkit-transform: translateX(-48px);
    -ms-transform: translateX(-48px);
    transform: translateX(-48px);
  }
}
.stages__row.ui-kit__slider {
  display: block;
}

@media all and (min-width: 520px) {
  .stages__row.ui-kit__slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media all and (min-width: 1080px) {
  .stages__row.ui-kit__slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 2px;
    z-index: 0;
  }
}
.stages__row.ui-kit__slider .slick-arrow {
  position: absolute;
  top: 4px;
  z-index: 1;
}

@media all and (min-width: 520px) {
  .stages__row.ui-kit__slider .slick-arrow {
    position: initial;
  }
}
.stages__row.ui-kit__slider .slick-prev {
  left: -6px;
}

.stages__row.ui-kit__slider .slick-next {
  right: -6px;
}

.stages__card {
  width: 100%;
  max-width: 280px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  padding-top: 12px;
}

@media all and (min-width: 390px) {
  .stages__card {
    max-width: 350px;
    margin: 0 20px;
  }
}
@media all and (min-width: 1080px) {
  .stages__card {
    margin: 0;
  }
}
@media all and (min-width: 1280px) {
  .stages__card {
    max-width: 364px;
  }
}
@media all and (min-width: 1280px) {
  .stages__card:last-child {
    max-width: 408px;
  }
}
.stages__card-wrap {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

@media all and (min-width: 1280px) {
  .stages__card-wrap:first-child {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
}
@media all and (min-width: 1280px) {
  .stages__card-wrap:nth-child(2)::after {
    content: "";
    width: 1128px;
    height: 428px;
    background-image: url(../images/icons/icon-stages-cards.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translate(-226px, 80px);
    -ms-transform: translate(-226px, 80px);
    transform: translate(-226px, 80px);
    z-index: -1;
  }
}
@media all and (min-width: 1440px) {
  .stages__card-wrap:nth-child(2)::after {
    -webkit-transform: translate(-266px, 80px);
    -ms-transform: translate(-266px, 80px);
    transform: translate(-266px, 80px);
  }
}
.stages__card-title {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  text-align: center;
  margin: 0 auto 16px auto;
  position: relative;
}

@media all and (min-width: 1280px) {
  .stages__card-title {
    margin-bottom: 30px;
  }
}
.stages__card-title::before {
  content: "";
  width: 198px;
  height: 50px;
  background-image: url(../images/icons/icon-oval-2.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media all and (min-width: 1280px) {
  .stages__card-title::before {
    width: 288px;
    height: 72px;
  }
}
@media all and (min-width: 1280px) {
  .stages__card-title.icon-arrow::after {
    content: "";
    width: 102px;
    height: 132px;
    background-image: url(../images/icons/icon-arc-arrow-white-3.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 100%;
    -webkit-transform: translate(-46px, -60%);
    -ms-transform: translate(-46px, -60%);
    transform: translate(-46px, -60%);
    z-index: -1;
  }
}
@media all and (min-width: 1440px) {
  .stages__card-title.icon-arrow::after {
    width: 152px;
    -webkit-transform: translate(-46px, -60%);
    -ms-transform: translate(-46px, -60%);
    transform: translate(-46px, -60%);
  }
}
@media all and (min-width: 1280px) {
  .stages__card-title.icon-arrow--end::after {
    -webkit-transform: translate(-72px, -60%);
    -ms-transform: translate(-72px, -60%);
    transform: translate(-72px, -60%);
  }
}
.stages__card-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
  text-align: center;
}

@media all and (min-width: 1280px) {
  .stages__card-info {
    margin-bottom: 24px;
  }
}
.stages__card-info.--row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 6px;
  margin-bottom: 20px;
}

.stages__card-info:last-child {
  margin: 20px 0 0;
}

.stages__card-info--icon {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 16px auto;
  position: relative;
}

.stages__card-info--icon::before {
  content: "";
  width: 22px;
  height: 62px;
  background-image: url(../images/icons/icon-arc-arrow-white-2.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translate(-36px, 0);
  -ms-transform: translate(-36px, 0);
  transform: translate(-36px, 0);
}

@media all and (min-width: 1280px) {
  .stages__card-info--icon::before {
    width: 36px;
    height: 100px;
    bottom: initial;
    top: 100%;
    -webkit-transform: translate(-16px, -12px);
    -ms-transform: translate(-16px, -12px);
    transform: translate(-16px, -12px);
  }
}
.stages__card-info--icon.icon-top::before {
  bottom: initial;
  top: 0;
}

@media all and (min-width: 1280px) {
  .stages__card-info--icon.icon-top::before {
    top: 100%;
  }
}
.stages__card-info.col-3__info {
  margin-bottom: 8px;
}

@media all and (min-width: 1280px) {
  .stages__card-info.col-3__info {
    margin-bottom: 28px;
  }
}
@media all and (min-width: 1280px) {
  .stages__card-info.col-3__info-bottom {
    margin-top: 2px;
  }
}
@media all and (min-width: 1280px) {
  .stages__card-info--bottom {
    min-width: clamp(782px, 50vw, 880px);
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-top: 50px;
  }
}
@media all and (min-width: 1280px) {
  .stages__card-info--bottom-hidden {
    display: none;
  }
}
@media all and (min-width: 1280px) {
  .stages__card-info--mb {
    margin-bottom: 14px;
  }
}
.stages__card-info .ui-kit__fw--700 {
  display: inline;
}

.stages__card-btn {
  min-height: 22px;
  font-weight: 400;
  margin-top: 14px;
  text-transform: none;
  line-height: 100%;
}

@media all and (min-width: 1280px) {
  .stages__card-btn:first-of-type {
    padding-bottom: 4px;
    margin-top: 22px;
  }
}
@media all and (min-width: 1280px) {
  .stages__card-btn:last-of-type {
    padding: 4px 10px;
    margin-top: 12px;
  }
}
.stages__card-btn i {
  width: 6px;
  min-width: 6px;
  height: 12px;
}

.stages__card .desc-only {
  display: none;
}

@media all and (min-width: 1280px) {
  .stages__card .desc-only {
    display: inline;
  }
}
.stages__card .mob-only {
  display: inline;
}

@media all and (min-width: 1280px) {
  .stages__card .mob-only {
    display: none;
  }
}
/* страница Ранняя диагностика */
.early-diagnosis__section {
  background-color: #59afd9;
}

@media all and (min-width: 1280px) {
  .early-diagnosis__section {
    background-color: transparent;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #59afd9), color-stop(90%, transparent));
    background: linear-gradient(0deg, #59afd9 10%, transparent 90%);
    position: relative;
    z-index: 0;
  }
}
@media all and (min-width: 1280px) {
  .early-diagnosis__section::before {
    content: "";
    position: absolute;
    width: 5641px;
    height: 1053px;
    left: 50%;
    top: 0;
    background: radial-gradient(50% 50% at 50% 50%, #59afd9 60.1%, rgba(89, 175, 217, 0.37) 77.4%, rgba(89, 175, 217, 0) 94.23%);
    -webkit-transform: translate(-64%, -20%);
    -ms-transform: translate(-64%, -20%);
    transform: translate(-64%, -20%);
    z-index: -1;
  }
}
.early-diagnosis__home {
  width: 100%;
  background-color: #ec5c4d;
  position: relative;
  z-index: 0;
}

@media all and (min-width: 768px) {
  .early-diagnosis__home {
    z-index: 0;
  }
}
@media all and (min-width: 1280px) {
  .early-diagnosis__home {
    background-color: transparent;
  }
}
.early-diagnosis__home-inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 22px 24px 22px;
  z-index: 0;
  position: relative;
}

@media all and (min-width: 1280px) {
  .early-diagnosis__home-inner {
    padding: 0 40px 0 40px;
  }
}

.early-diagnosis__home-inner::before {
  content: "";
  display: block;
  width: 163.59%;
  height: 118.19%;
  background: radial-gradient(50% 50% at 50% 50%, #59afd9 51.44%, rgba(89, 175, 217, 0) 100%);
  background-size: auto;
  background-position: 0% 0%;
  background-repeat: repeat;
  -webkit-filter: blur(47.2px);
  filter: blur(47.2px);
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  -webkit-transform: translateX(40%);
  -ms-transform: translateX(40%);
  transform: translateX(40%);
}

@media all and (min-width: 1280px) {
  .early-diagnosis__home-inner::before {
    width: 1920px;
    height: 1920px;
    background: radial-gradient(47.14% 47.14% at 54.9% 52.86%, #59afd9 0%, #59afd9 11.15%, #59afd9 49.57%, rgba(89, 175, 217, 0) 100%);
    -webkit-transform: translate(40%, -50%);
    -ms-transform: translate(40%, -50%);
    transform: translate(40%, -50%);
  }
}
.early-diagnosis__home-text {
  margin-bottom: 30px;
  padding-top: 16px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

@media all and (min-width: 1280px) {
  .early-diagnosis__home-text {
    margin-bottom: 44px;
    padding-top: 80px;
  }
}
.early-diagnosis__home-text .mob-only {
  display: inline;
}

@media all and (min-width: 748px) {
  .early-diagnosis__home-text .mob-only {
    display: none;
  }
}
.early-diagnosis__home-text .desk-only {
  display: none;
}

@media all and (min-width: 748px) {
  .early-diagnosis__home-text .desk-only {
    display: inline;
  }
}
@media all and (min-width: 748px) {
  .early-diagnosis__home-acc-body-hidden.acc-body-hidden {
    display: block;
  }
}
.early-diagnosis__home-btn.ui-kit__btn-v2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-transform: uppercase;
  line-height: 24px;
  min-width: 132px;
}

.early-diagnosis__home-btn.ui-kit__btn-v2.active {
  margin-top: 12px;
}

@media all and (min-width: 748px) {
  .early-diagnosis__home-btn.ui-kit__btn-v2 {
    display: none;
  }
}
.early-diagnosis__home-block {
  padding-top: 0;
}

@media all and (min-width: 1280px) {
  .early-diagnosis__home-bottom {
    max-width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin: 246px 0 0;
  }
}
@media all and (min-width: 1320px) {
  .early-diagnosis__home-bottom {
    margin: 306px 0 0;
  }
}
.early-diagnosis__home-bottom-btn {
  display: none;
}

@media all and (min-width: 1280px) {
  .early-diagnosis__home-bottom-btn {
    max-width: 430px;
    padding: 10px 18px 26px 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-image: url(../images/icons/icon-border-btn-v3-width-330.svg);
  }
}
@media all and (min-width: 1280px) {
  .early-diagnosis__home-double-down-arrow {
    margin: 0 auto;
  }
}
.early-diagnosis__history {
  padding-top: 40px;
}

.early-diagnosis__history-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 28px;
}

.early-diagnosis__history-btn.width-428 {
  width: 300px;
  height: 78px;
  padding: 12px 12px 22px 12px;
  background-image: url(../images/icons/icon-border-btn-v3-width428--red.svg);
}

@media all and (min-width: 390px) {
  .early-diagnosis__history-btn.width-428 {
    font-size: 16px;
  }
}
@media all and (min-width: 1280px) {
  .early-diagnosis__history-btn.width-428 {
    display: none;
  }
}
@media all and (min-width: 1080px) {
  .early-diagnosis__history-title::after {
    -webkit-transform: translate(-30px, 0);
    -ms-transform: translate(-30px, 0);
    transform: translate(-30px, 0);
  }
}
@media all and (min-width: 1440px) {
  .early-diagnosis__history-title::after {
    -webkit-transform: translate(-30px, 0);
    -ms-transform: translate(-30px, 0);
    transform: translate(-30px, 0);
  }
}
@media all and (min-width: 1280px) {
  .early-diagnosis__footer-acc-btn {
    display: none;
  }
}
.early-diagnosis__modal-5-body {
  padding: 30px 0 20px 0;
}

.early-diagnosis__modal-5-body .desk-only {
  display: none;
}

@media all and (min-width: 1280px) {
  .early-diagnosis__modal-5-body .desk-only {
    display: inline;
  }
}
@media all and (min-width: 735px) {
  .early-diagnosis__message br:first-child {
    display: none;
  }
}
.what-is-screening {
  padding-top: 48px;
  position: relative;
  z-index: 1;
}

.what-is-screening__cont {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 22px;
}

@media all and (min-width: 1080px) {
  .what-is-screening__cont {
    gap: 26px;
  }
}
@media all and (min-width: 1280px) {
  .what-is-screening__cont {
    display: grid;
    grid-template-columns: 350px 1fr;
    grid-template-rows: 1fr auto auto;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    gap: 0 44px;
  }
}
@media all and (min-width: 1080px) {
  .what-is-screening__cont .mob-only {
    display: none;
  }
}
.what-is-screening__cont-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}

@media all and (min-width: 1280px) {
  .what-is-screening__cont-text {
    gap: 0;
  }
}
@media all and (min-width: 1280px) {
  .what-is-screening__block-step {
    grid-row: span 2;
    background-image: url(../images/icons/icon-block-step.svg);
    padding: 0 48px 20px 48px;
  }
  .what-is-screening__block-step .ui-kit__ellipse-title {
    font-size: 60px;
  }
}
.what-is-screening__btn {
  padding-right: 24px;
}

@media all and (min-width: 1280px) {
  .what-is-screening__btn {
    margin: 38px 0 16px 0;
  }
}
@media all and (min-width: 1280px) {
  .how-is-screening {
    padding-top: 100px;
    position: relative;
  }
}
.how-is-screening-inner {
  position: relative;
  z-index: 0;
}

.how-is-screening__title {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  font: 400 34px/80% "Alumni Sans", "sans-serif";
  text-align: center;
  vertical-align: bottom;
  text-transform: uppercase;
  color: #fff;
  margin: 0 auto 26px auto;
  position: relative;
}

@media all and (min-width: 390px) {
  .how-is-screening__title {
    font-size: 44px;
  }
}
@media all and (min-width: 1280px) {
  .how-is-screening__title {
    font-size: 60px;
    margin-bottom: 36px;
  }
}
.how-is-screening__title::after {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  background: url(../images/icons/icon-stages-title.svg) no-repeat center/contain;
}

@media all and (min-width: 1280px) {
  .how-is-screening__title::after {
    width: calc(100% + 96px);
    height: 10.8px;
    margin-top: 8px;
    -webkit-transform: translateX(-48px);
    -ms-transform: translateX(-48px);
    transform: translateX(-48px);
  }
}
@media all and (min-width: 1280px) {
  .how-is-screening__title::before {
    content: "";
    width: 150px;
    height: 150px;
    background-image: url(../images/icons/icon-arrow-wide-down.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: absolute;
    left: -186px;
    bottom: 60%;
    -webkit-transform: rotateZ(294deg);
    -ms-transform: rotate(294deg);
    transform: rotateZ(294deg);
  }
}
.how-is-screening__subtitle {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto 38px auto;
  position: relative;
}

@media all and (min-width: 1280px) {
  .how-is-screening__subtitle {
    margin: 0 0 38px 0;
  }
}
.how-is-screening__subtitle::before {
  content: "";
  width: 42px;
  height: 44px;
  background-image: url(../images/icons/icon-how-is-screening-subtitle.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: -60px;
}

@media all and (min-width: 1280px) {
  .how-is-screening__subtitle::before {
    display: none;
  }
}
@media all and (min-width: 1280px) {
  .how-is-screening__subtitle .mob-only {
    display: none;
  }
}
.how-is-screening__row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 22px;
}

.how-is-screening__grid {
  width: 100%;
  display: grid;
  grid-template-columns: auto auto;
  justify-items: center;
  grid-template-areas: "block1 block2" "block3 block4" "block5 block5";
  gap: 10px;
}

@media all and (min-width: 390px) {
  .how-is-screening__grid {
    gap: 0;
  }
}
@media all and (min-width: 1280px) {
  .how-is-screening__grid {
    max-width: 560px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.how-is-screening__block {
  width: 100%;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  font: 400 12px/100% "Roboto", "sans-serif";
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media all and (min-width: 1280px) {
  .how-is-screening__block {
    font-size: 22px;
  }
}
@media all and (min-width: 1280px) {
  .how-is-screening__block-icon {
    content: "";
    width: 78px;
    height: 84px;
    position: absolute;
    background-image: url(../images/icons/icon-how-is-screening-subtitle.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
  }
}
.how-is-screening__block::before {
  content: "";
  background-image: url(../images/icons/icon-how-is-screening-block.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.how-is-screening__block:nth-child(1) {
  grid-area: block1;
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}

@media all and (min-width: 1280px) {
  .how-is-screening__block:nth-child(1) {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    width: 310px;
    height: 134px;
    margin-left: 44px;
  }
}
.how-is-screening__block:nth-child(1)::before {
  width: 170px;
  height: 80px;
  background-image: url(../images/icons/icon-how-is-screening-block-1.svg);
  background-size: 170px 80px;
}

@media all and (min-width: 1280px) {
  .how-is-screening__block:nth-child(1)::before {
    width: 310px;
    height: 134px;
    background-size: 310px 134px;
  }
}
.how-is-screening__block:nth-child(2) {
  grid-area: block2;
  -webkit-transform: translateY(-16px);
  -ms-transform: translateY(-16px);
  transform: translateY(-16px);
}

@media all and (min-width: 1280px) {
  .how-is-screening__block:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-left: auto;
    -webkit-transform: translate(-50px, -30px);
    -ms-transform: translate(-50px, -30px);
    transform: translate(-50px, -30px);
    height: 66px;
  }
}
.how-is-screening__block:nth-child(2)::before {
  width: 170px;
  height: 74px;
  background-size: 170px 74px;
  -webkit-transform: translate(-50%, -50%) rotateX(145deg);
  transform: translate(-50%, -50%) rotateX(145deg);
}

@media all and (min-width: 1280px) {
  .how-is-screening__block:nth-child(2)::before {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 286px;
    height: 90px;
    background-size: 286px 90px;
  }
}
.how-is-screening__block:nth-child(3) {
  grid-area: block3;
  margin-top: 46px;
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}

@media all and (min-width: 1280px) {
  .how-is-screening__block:nth-child(3) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    width: 286px;
    height: 114px;
    margin-top: 0;
    margin-left: 52px;
    -webkit-transform: translatey(-26px);
    -ms-transform: translatey(-26px);
    transform: translatey(-26px);
  }
}
@media all and (min-width: 1280px) {
  .how-is-screening__block:nth-child(3) .how-is-screening__block-icon {
    top: 0;
    left: 130%;
    -webkit-transform: translateY(36%) rotate(45deg);
    -ms-transform: translateY(36%) rotate(45deg);
    transform: translateY(36%) rotate(45deg);
  }
}
.how-is-screening__block:nth-child(3)::before {
  width: 170px;
  height: 74px;
  background-size: 170px 74px;
}

@media all and (min-width: 1280px) {
  .how-is-screening__block:nth-child(3)::before {
    width: 286px;
    height: 114px;
    background-size: 286px 114px;
  }
}
.how-is-screening__block:nth-child(4) {
  grid-area: block4;
  -webkit-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
}

@media all and (min-width: 1280px) {
  .how-is-screening__block:nth-child(4) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 358px;
    height: 120px;
    margin-left: 54px;
  }
}
@media all and (min-width: 1280px) {
  .how-is-screening__block:nth-child(4) .how-is-screening__block-icon {
    top: 50%;
    left: 130%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.how-is-screening__block:nth-child(4)::before {
  width: 202px;
  height: 88px;
  background-size: 202px 88px;
  -webkit-transform: rotatez(2deg) translate(-50%, -50%);
  -ms-transform: rotate(2deg) translate(-50%, -50%);
  transform: rotatez(2deg) translate(-50%, -50%);
}

@media all and (min-width: 1280px) {
  .how-is-screening__block:nth-child(4)::before {
    width: 358px;
    height: 120px;
    background-size: 358px 120px;
  }
}
.how-is-screening__block:nth-child(5) {
  grid-area: block5;
  -webkit-transform: translate(64px, 10px);
  -ms-transform: translate(64px, 10px);
  transform: translate(64px, 10px);
}

@media all and (min-width: 1280px) {
  .how-is-screening__block:nth-child(5) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 286px;
    height: 114px;
    margin-left: auto;
    -webkit-transform: translate(-90px, 10px);
    -ms-transform: translate(-90px, 10px);
    transform: translate(-90px, 10px);
  }
}
@media all and (min-width: 1280px) {
  .how-is-screening__block:nth-child(5) .how-is-screening__block-icon {
    top: 0;
    right: 200%;
  }
}
.how-is-screening__block:nth-child(5)::before {
  width: 170px;
  height: 72px;
  background-size: 170px 72px;
  -webkit-transform: translate(-50%, -50%) rotatez(2deg);
  -ms-transform: translate(-50%, -50%) rotate(2deg);
  transform: translate(-50%, -50%) rotatez(2deg);
}

@media all and (min-width: 1280px) {
  .how-is-screening__block:nth-child(5)::before {
    width: 286px;
    height: 114px;
    background-size: 286px 114px;
  }
}
.how-is-screening__figure {
  display: none;
}

@media all and (min-width: 1280px) {
  .how-is-screening__figure {
    display: block;
    width: 60%;
    max-width: 804px;
    position: relative;
    z-index: -1;
  }
}
@media all and (min-width: 1280px) {
  .how-is-screening__figure::before {
    content: "";
    position: absolute;
    width: 1425px;
    height: 1425px;
    left: 50%;
    top: 50%;
    background: radial-gradient(50% 50% at 50% 50%, #59AFD9 40.66%, rgba(89, 175, 217, 0) 100%);
    -webkit-filter: blur(200px);
    filter: blur(200px);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
  }
}
.how-is-screening__img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.results-screening {
  padding: 66px 0 36px 0;
}

@media all and (min-width: 1080px) {
  .results-screening {
    padding: 74px 0 120px 0;
  }
}
@media all and (min-width: 1280px) {
  .results-screening {
    position: relative;
    z-index: 1;
  }
}
.results-screening__block-step {
  margin: 0 auto;
  padding: 0 28px 20px 28px;
  background-image: url(../images/icons/icon-block-step.svg);
  position: relative;
}

@media all and (min-width: 1280px) {
  .results-screening__block-step {
    max-width: 822px;
    background-image: url(../images/icons/icon-recommendation-br.svg);
  }
}
@media all and (min-width: 390px) {
  .results-screening__block-step::before {
    content: "";
    width: 74px;
    height: 74px;
    background-image: url(../images/icons/icon-arrow-wide-down.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: rotate(12deg) translate(44px, -34px);
    -ms-transform: rotate(12deg) translate(44px, -34px);
    transform: rotate(12deg) translate(44px, -34px);
  }
}
@media all and (min-width: 1280px) {
  .results-screening__block-step::before {
    width: 222px;
    height: 240px;
    background-image: url(../images/icons/icon-arrow-wide-down-2.svg);
    top: initial;
    left: initial;
    right: 100%;
    bottom: 0;
    -webkit-transform: translate(-16px, -64px);
    -ms-transform: translate(-16px, -64px);
    transform: translate(-16px, -64px);
  }
}
@media all and (min-width: 390px) {
  .results-screening__block-step-txt {
    letter-spacing: -2.5px;
  }
}
@media all and (min-width: 1280px) {
  .results-screening__block-step-txt {
    letter-spacing: 0;
  }
}
@media all and (min-width: 1280px) {
  .results-screening__block-step .mob-only {
    display: none;
  }
}
.results-screening__block-step .desc-only {
  display: none;
}

@media all and (min-width: 1280px) {
  .results-screening__block-step .desc-only {
    display: inline;
  }
}
.results-screening__ellipse-title {
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
}

@media all and (min-width: 390px) {
  .results-screening__ellipse-title {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.results-screening__slider {
  width: 100%;
  margin-top: 20px;
  padding-bottom: 0;
}

@media all and (min-width: 390px) {
  .results-screening__slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media all and (min-width: 1280px) {
  .results-screening__slider {
    margin-top: 50px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.results-screening__slider .slick-arrow {
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-top: 36px;
}

.results-screening__slider .slick-arrow.slick-prev {
  left: 0;
}

.results-screening__slider .slick-arrow.slick-next {
  right: 0;
}

.results-screening__slider .slick-list {
  padding: 0 !important;
  z-index: -1;
}

.results-screening__card {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

@media all and (min-width: 1080px) {
  .results-screening__card {
    max-width: 400px;
  }
}
.results-screening__card .desc-only {
  display: none;
}

@media all and (min-width: 520px) {
  .results-screening__card .desc-only {
    display: inline;
  }
}
@media all and (min-width: 520px) {
  .results-screening__card .mob-only {
    display: none;
  }
}
.results-screening__card-inner {
  width: 100%;
  display: grid;
  justify-items: center;
  text-align: center;
  max-width: 280px;
}

@media all and (min-width: 390px) {
  .results-screening__card-inner {
    max-width: 350px;
  }
}
@media all and (min-width: 520px) {
  .results-screening__card-inner {
    max-width: 386px;
  }
}
.results-screening__card-block {
  width: 100%;
  max-width: 166px;
  height: 118px;
  background-image: url(../images/icons/icon-cloud.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  display: grid;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  color: #ec5c4d;
}

@media all and (min-width: 1280px) {
  .results-screening__card-block {
    max-width: 220px;
    height: 200px;
    background-image: url(../images/icons/icon-cloud-desc-v2.svg);
  }
}
.results-screening__card-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font: 800 64px/60% "Alumni Sans", "sans-serif";
  text-transform: uppercase;
  -ms-flex-item-align: end;
  align-self: end;
}

@media all and (min-width: 1280px) {
  .results-screening__card-num {
    font-size: 114px;
  }
}
.results-screening__card-num i {
  display: inline-block;
  width: 16px;
  min-width: 16px;
  height: 18px;
  background-image: url(../images/icons/icon-greater-than-or-equal.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

@media all and (min-width: 1280px) {
  .results-screening__card-num i {
    width: 30px;
    min-width: 30px;
    height: 34px;
  }
}
.results-screening__card-txt-min {
  font: 400 16px/24px "Roboto", "sans-serif";
  text-transform: lowercase;
}

@media all and (min-width: 1280px) {
  .results-screening__card-txt-min {
    font-size: 22px;
  }
}
.results-screening__card-cont {
  font: 400 16px/100% "Roboto", "sans-serif";
  color: #fff;
}

@media all and (min-width: 1280px) {
  .results-screening__card-cont {
    font-size: 22px;
  }
}
@media all and (min-width: 1280px) {
  .program {
    position: relative;
    z-index: 1;
  }
}
.program__head {
  background-color: #233066;
}

@media all and (min-width: 1280px) {
  .program__head {
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #233066), color-stop(50%, transparent));
    background: linear-gradient(90deg, #233066 50%, transparent 50%);
  }
}
.program__head-inner {
  padding: 22px 0 20px 0;
  background-color: #233066;
  border-radius: 0 140px 140px 0;
  position: relative;
}

@media all and (min-width: 1080px) {
  .program__head-inner {
    padding: 48px 0 30px 0;
  }
}
@media all and (min-width: 1440px) {
  .program__head-inner::after {
    content: "";
    width: 244px;
    height: 332px;
    background-image: url(../images/icons/icon-star-three-blue.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transform: translate(12px, -16px);
    -ms-transform: translate(12px, -16px);
    transform: translate(12px, -16px);
  }
}
.program__head-title {
  font: 600 44px/80% "Alumni Sans", "sans-serif";
  text-align: center;
  vertical-align: bottom;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 20px;
}

@media all and (min-width: 1080px) {
  .program__head-title {
    margin-bottom: 34px;
    font-size: 60px;
  }
}
.program__head-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  margin: 0 auto;
  background: transparent;
  outline: none;
  border: none;
  font: 400 16px/100% "Roboto", "sans-serif";
  text-align: right;
  color: #fff;
  cursor: pointer;
}

.program__head-button:hover {
  -webkit-animation: pulsationProgramBtn 1s infinite linear;
  animation: pulsationProgramBtn 1s infinite linear;
}

@media all and (min-width: 1080px) {
  .program__head-button-txt {
    display: none;
  }
}
.program__head-button i {
  width: 44px;
  min-width: 44px;
  height: 48px;
  background-image: url(../images/icons/icon-program-head-btn.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media all and (min-width: 1080px) {
  .program__head-button i {
    width: 70px;
    min-width: 70px;
    height: 74px;
  }
}
.program__head-button.active i {
  background-image: url(../images/icons/icon-program-head-btn-active.svg);
}

@-webkit-keyframes pulsationProgramBtn {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulsationProgramBtn {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.program__body {
  width: 100%;
  padding: 20px 0;
  background-color: #bae3d6;
  display: none;
}
@media all and (min-width: 1080px) {
  .program__body {
    padding: 40px 0 52px 0;
  }
}
.program__body-info {
  width: 100%;
}
.program__body-title {
  width: 100%;
  margin-bottom: 16px;
  font: 700 16px/18px "Roboto", "sans-serif";
  text-align: center;
  text-transform: uppercase;
  letter-spacing: -0.5px;
  color: #233066;
}
@media all and (min-width: 1080px) {
  .program__body-title {
    margin-bottom: 10px;
    letter-spacing: initial;
  }
}
@media all and (min-width: 1280px) {
  .program__body-title {
    font-size: 24px;
    line-height: 100%;
  }
}
@media all and (min-width: 1080px) {
  .program__body-title:not(.--h2) {
    margin-bottom: 28px;
    text-align: left;
  }
}
.program__body-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 28px;
}
@media all and (min-width: 1080px) {
  .program__body-slider {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 24px;
    margin-bottom: 60px;
  }
}
.program__body-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.program__body-slider .slick-arrow {
  font-size: 0;
  background: transparent;
  border: none;
  outline: none;
  width: 14px;
  min-width: 14px;
  height: 24px;
  background-image: url(../images/icons/icon-arrow-right-blue.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: initial;
}
.program__body-slider .slick-arrow.slick-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.program__body-slider .slick-prev {
  -webkit-transform: scale(-1);
      -ms-transform: scale(-1);
          transform: scale(-1);
}
.program__body-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  width: 100%;
  max-width: 438px;
  padding: 8px 16px 8px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  border: 2px solid #233066;
  border-radius: 18px;
}
@media all and (min-width: 1180px) {
  .program__body-slide {
    padding: 14px 24px;
    border-radius: 28px;
  }
}
.program__body-slide::before {
  content: "";
  display: block;
  width: 100%;
  height: 90px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.program__body-slide.emblem::before {
  max-width: 76px;
  background-image: url(../images/icons/icon-emblem.svg);
}
@media all and (min-width: 1180px) {
  .program__body-slide.emblem::before {
    max-width: 110px;
    min-width: 110px;
    height: 130px;
  }
}
.program__body-slide.age::before {
  max-width: 90px;
  height: 68px;
  background-image: url(../images/icons/icon-age.svg);
}
@media all and (min-width: 1180px) {
  .program__body-slide.age::before {
    max-width: 130px;
    min-width: 130px;
    height: 98px;
  }
}
@media all and (min-width: 1180px) {
  .program__body-slide.antibodies {
    padding: 14px 30px;
  }
}
.program__body-slide.antibodies::before {
  max-width: 68px;
  height: 72px;
  background-image: url(../images/icons/icon-antibodies.svg);
}
@media all and (min-width: 1180px) {
  .program__body-slide.antibodies::before {
    max-width: 98px;
    min-width: 98px;
    height: 104px;
  }
}
.program__body-slide-text {
  font: 400 16px/20px "Roboto", "sans-serif";
  text-transform: uppercase;
  color: #233066;
}
@media all and (min-width: 1280px) {
  .program__body-slide-text {
    font-size: 24px;
    line-height: 100%;
  }
}
.program__body-slide-wrap {
  width: 100%;
  padding: 0 6px;
}
@media all and (min-width: 1080px) {
  .program__body-slide-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding: 0;
  }
}
.program__body-slide-wrap.slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: initial;
}
.program__body-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  color: #233066;
  overflow: hidden;
}
@media all and (min-width: 1080px) {
  .program__body-step {
    max-width: 100%;
    padding-left: 16px;
  }
}
.program__body-step:first-child .program__body-txt {
  max-width: 350px;
}
@media all and (min-width: 1080px) {
  .program__body-step:first-child .program__body-txt {
    max-width: 668px;
    padding-left: 0;
  }
}
@media all and (min-width: 1080px) {
  .program__body-step:last-child {
    margin-top: 10px;
  }
}
.program__body-step:nth-child(2) {
  max-width: 1008px;
}
.program__body-step:nth-child(2) .program__body-txt {
  max-width: 1008px;
}
.program__body-step:last-child .program__body-txt {
  max-width: 654px;
}
.program__body-step-wrap {
  display: grid;
  justify-items: center;
  gap: 24px;
  margin-bottom: 24px;
}
@media all and (min-width: 1080px) {
  .program__body-step-wrap {
    gap: 32px;
  }
}
.program__body-step-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  width: 100%;
  max-width: 350px;
  font: 700 16px/18px "Roboto", "sans-serif";
  margin-bottom: 16px;
}
@media all and (min-width: 1080px) {
  .program__body-step-title {
    width: 100%;
    max-width: 684px;
    margin-bottom: 14px;
    margin-left: -30px;
  }
}
@media all and (min-width: 1280px) {
  .program__body-step-title {
    font-size: 24px;
    line-height: 100%;
  }
}
.program__body-step-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 52px;
  min-width: 52px;
  height: 52px;
  border: 2px solid #5392a7;
  border-radius: 50%;
  font: 600 40px/20px "Alumni Sans", "sans-serif";
  text-align: center;
  text-transform: uppercase;
  color: #5392a7;
}
@media all and (min-width: 1080px) {
  .program__body-step-count {
    width: 62px;
    min-width: 62px;
    height: 62px;
  }
}
@media all and (min-width: 1280px) {
  .program__body-step-count {
    font-size: 50px;
    line-height: 24px;
  }
}
.program__body-step-card {
  width: 100%;
  max-width: 350px;
  padding: 12px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  border: 2px solid #233066;
  border-radius: 18.1119px;
  margin-bottom: 12px;
  position: relative;
}
@media all and (min-width: 1080px) {
  .program__body-step-card {
    max-width: 668px;
    margin-bottom: 14px;
    padding: 22px 14px;
    border-radius: 28px;
  }
}
@media all and (min-width: 1080px) {
  .program__body-step-card.bottom-card {
    padding: 32px 34px;
    text-align: center;
  }
}
.program__body-step-icon {
  width: 36px;
  height: 36px;
  background: url(../images/icons/icon-phone.svg) no-repeat center/cover;
  position: absolute;
  top: 50%;
  left: 16px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media all and (min-width: 1080px) {
  .program__body-step-icon {
    width: 56px;
    height: 56px;
    left: 72px;
  }
}
.program__body-step-phone {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0 40px;
  margin: 0 auto;
  font: 700 24px/30px "Roboto", "sans-serif";
  text-align: center;
}
@media all and (min-width: 1280px) {
  .program__body-step-phone {
    font-size: 40px;
    line-height: 100%;
  }
}
.program__body-step-phone-link {
  display: block;
  color: #233066;
  text-decoration: none;
}
.program__body-step-list {
  margin: 6px 0 0;
  padding-left: 18px;
  font: 400 16px/20px "Roboto", "sans-serif";
}
@media all and (min-width: 1080px) {
  .program__body-step-list {
    padding-left: 32px;
  }
}
@media all and (min-width: 1280px) {
  .program__body-step-list {
    font-size: 24px;
    line-height: 100%;
  }
}
.program__body-step .program__body-title {
  margin-bottom: 12px;
}
@media all and (min-width: 1080px) {
  .program__body-step .program__body-title {
    margin-bottom: 10px;
  }
}
.program__body-txt {
  color: #233066;
}
.program__body-what-included-slider {
  width: 100%;
  margin: 16px 0 22px 0;
}
@media all and (min-width: 768px) {
  .program__body-what-included-slider {
    gap: 10px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media all and (min-width: 1080px) {
  .program__body-what-included-slider {
    margin: 32px 0 24px 0;
  }
}
.program__body-what-included-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 150px;
  padding: 6px;
  border: 2px solid #fff;
  border-radius: 14px;
  font: 400 12px/100% "Roboto", "sans-serif";
  text-align: center;
  color: #233066;
}
@media all and (min-width: 768px) {
  .program__body-what-included-slide {
    max-width: 100%;
    height: 100%;
  }
}
@media all and (min-width: 1080px) {
  .program__body-what-included-slide {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 100%;
    background: #fff;
    border: 2px solid #233066;
    border-radius: 29px;
    padding: 8px;
  }
}
@media all and (min-width: 1280px) {
  .program__body-what-included-slide {
    font-size: 24px;
  }
}
@media all and (min-width: 1440px) {
  .program__body-what-included-slide {
    padding: 20px 6px;
  }
}
@media all and (min-width: 1080px) {
  .program__body-what-included-slide .mob-only {
    display: none;
  }
}
.program__body-what-included-slide-wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media all and (min-width: 768px) {
  .program__body-what-included-slide-wrap {
    width: calc((100% - 30px) / 4);
  }
}
.program__body-what-included-slide-wrap.slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: initial;
}
.program__body-what-included-slide-content {
  overflow-wrap: break-word;
  word-break: break-word;
  -ms-hyphens: auto;
      hyphens: auto;
}
.program__body-what-included-slide-content .desc-only {
  display: none;
}
@media all and (min-width: 1280px) {
  .program__body-what-included-slide-content .desc-only {
    display: inline-block;
  }
}
.program__body-block {
  display: grid;
  justify-items: center;
  gap: 30px;
}
@media all and (min-width: 1080px) {
  .program__body-block {
    padding-top: 16px;
    gap: 20px;
  }
}
.program__body-block-title {
  font: 400 44px/80% "Alumni Sans", "sans-serif";
  text-align: center;
  text-transform: uppercase;
  color: #233066;
}
@media all and (min-width: 1080px) {
  .program__body-block-title {
    padding: 24px 44px;
    background-color: #233066;
    border-radius: 108px;
    color: #fff;
  }
}
@media all and (min-width: 1280px) {
  .program__body-block-title {
    font-size: 62px;
  }
}
.program__body-map-wrap {
  width: 100%;
  max-width: 1234px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 34px;
  margin-top: 22px;
}
@media all and (min-width: 1280px) {
  .program__body-map-wrap {
    margin-top: 44px;
  }
}
.program__body-map-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  width: 100%;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 10px 14px;
  margin: 0 auto;
  isolation: isolate;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #233066;
  border: 2px solid #233066;
  border-radius: 108px;
  font: 600 16px/20px "Roboto", "sans-serif";
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media all and (min-width: 1280px) {
  .program__body-map-btn {
    padding: 14px 18px;
    margin: 0;
  }
}
.program__body-map-btn::after {
  content: "";
  display: block;
  width: 12px;
  min-width: 12px;
  height: 20px;
  background-image: url(../images/icons/icon-arrow-right-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.program__body-map-btn:hover {
  border: 2px solid #fff;
}

/* select */
.select {
  width: 100%;
  max-width: 944px;
  gap: 139px;
  position: relative;
  font-family: "Roboto", "sans-serif";
  isolation: isolate;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
  /* Стили для кастомного скроллбара SimpleBar */
}
.select.active .select__header {
  border-bottom: none;
  border-radius: 18px 18px 0 0;
}
.select.active .select__open-btn {
  -webkit-transform: scale(-1);
      -ms-transform: scale(-1);
          transform: scale(-1);
}
.select__header {
  width: 100%;
  padding-right: 6px;
  background: #fff;
  border: 2px solid #233066;
  border-radius: 80px;
  overflow: hidden;
  cursor: pointer;
}
@media all and (min-width: 1080px) {
  .select__header {
    padding-right: 10px;
  }
}
.select__input {
  border: none;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(100% - 22px);
  padding: 8px 6px 8px 16px;
  font-size: 12px;
}
@media all and (min-width: 1080px) {
  .select__input {
    padding-left: 30px;
  }
}
@media all and (min-width: 1280px) {
  .select__input {
    font-size: 24px;
  }
}
.select__input::-webkit-input-placeholder {
  color: #233066;
}
.select__input::-moz-placeholder {
  color: #233066;
}
.select__input:-ms-input-placeholder {
  color: #233066;
}
.select__input::-ms-input-placeholder {
  color: #233066;
}
.select__input:focus, .select__input::placeholder {
  color: #233066;
}
.select__input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.select__open-btn {
  width: 22px;
  min-width: 22px;
  height: 22px;
  background-color: #233066;
  background-image: url(../images/icons/icon-arrow-down.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px 8px;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media all and (min-width: 1280px) {
  .select__open-btn {
    width: 30px;
    min-width: 30px;
    height: 30px;
    background-size: 18px 10px;
  }
}
.select__clear-btn {
  display: none;
  width: 22px;
  min-width: 22px;
  height: 22px;
  background: url(../images/icons/icon-close-map.svg) no-repeat center/cover;
  border-radius: 50%;
  margin-right: 6px;
}
@media all and (min-width: 1280px) {
  .select__clear-btn {
    width: 30px;
    min-width: 30px;
    height: 30px;
    margin-right: 12px;
  }
}
.select__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 12px 0;
  overflow-y: auto;
  border-color: #233066;
  border-bottom: 2px solid;
  border-left: 2px solid;
  border-right: 2px solid;
  border-radius: 0 0 18px 18px;
  background: #fff;
  display: none; /* по умолчанию скрыт */
  z-index: 2;
}
.select__dropdown-inner {
  padding-right: 6px;
  position: relative;
}
@media all and (min-width: 1080px) {
  .select__dropdown-inner {
    padding-right: 10px;
  }
}
.select__option {
  padding: 8px 8px 8px 16px;
  font-weight: 400;
  font-size: 12px;
  color: #233066;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media all and (min-width: 1080px) {
  .select__option {
    padding: 8px 8px 8px 30px;
  }
}
@media all and (min-width: 1280px) {
  .select__option {
    font-size: 24px;
  }
}
.select__option.check {
  background: rgba(186, 227, 214, 0.3);
}
.select__option:not(.check):hover {
  background: rgba(186, 227, 214, 0.5);
}
.select__option-wrap {
  max-height: 224px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 3;
}
.select__error-message {
  padding: 8px;
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  color: #233066;
  display: none; /* скрыто по умолчанию */
}
@media all and (min-width: 1280px) {
  .select__error-message {
    font-size: 30px;
  }
}
.select .scroll-wrapper {
  max-height: 280px;
  width: 300px;
  border: 2px solid #233066;
  border-radius: 20px;
  padding: 10px;
  opacity: 1 !important;
  -webkit-transition: none !important;
  transition: none !important;
}
.select .simplebar-scrollbar {
  opacity: 1 !important;
  -webkit-transition: none !important;
  transition: none !important;
  width: 8px;
}
@media all and (min-width: 1080px) {
  .select .simplebar-scrollbar {
    width: 26px;
  }
}
.select .simplebar-scrollbar:hover,
.select .simplebar-visible {
  opacity: 1;
}
.select .simplebar-scrollbar::before {
  top: 0;
  left: 0;
  right: 0;
  background-color: #233066;
  border-radius: 20px;
  opacity: 1;
}
.select .simplebar-track {
  background: #FFFFFF;
  border: 2px solid #233066;
  border-radius: 20px;
}
.select .simplebar-track.simplebar-vertical {
  width: 12px;
}
@media all and (min-width: 1080px) {
  .select .simplebar-track.simplebar-vertical {
    width: 30px;
  }
}

/* модальное окно 1 тест */
.test__modal .ui-kit__modal-dialog {
  max-width: 90%;
}
.test__modal .ui-kit__modal-content {
  padding: 16px 18px 22px 18px;
}
@media all and (min-width: 1080px) {
  .test__modal .ui-kit__modal-content {
    padding: 30px 40px 62px 42px;
  }
}
.test__modal .ui-kit__modal-close {
  right: 8px;
}
@media all and (min-width: 1080px) {
  .test__modal .ui-kit__modal-close {
    right: 18px;
  }
}
@media all and (min-width: 1280px) {
  .test__modal .footnote-btn--mob.ui-kit__btn-v2 {
    font-size: 16px;
  }
}
.test__modal .test-2__modal-acc {
  display: none;
}
@media all and (min-width: 1280px) {
  .test__modal .test-2__modal-acc {
    display: block;
  }
}
.test-2__modal-acc .ui-kit__btn-v2{
  margin: 18px auto 0 auto;
  min-width: 168px;
  justify-content: center;
}
.test-2__modal-acc .ui-kit__btn-v2 i{
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}
.test-2__modal-acc .ui-kit__acc-btn.active i {
  -webkit-transform: scale(-1) translateX(-30px);
  -ms-transform: scale(-1) translateX(-30px);
  transform: scale(-1) translateX(-30px);
}
@media all and (min-width: 1280px) {
  .test-2__modal-acc .ui-kit__btn-v2{
    margin: 18px 0 0 0;
  }
  .test-2__modal-acc .ui-kit__btn-v2 i{
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .test-2__modal-acc .ui-kit__acc-btn.active i {
    -webkit-transform: scale(-1) translateX(-10px);
    -ms-transform: scale(-1) translateX(-10px);
    transform: scale(-1) translateX(-10px);
  }
}
.test__modal .ui-kit__acc-btn {
  min-width: 162px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.test__modal .ui-kit__acc-btn span {
  margin: 0 auto;
}
.test__modal-text {
  max-width: 94%;
}
@media all and (min-width: 410px) {
  .test__modal-text .mob-only {
    display: none;
  }
}
.test__modal-text.desc-only {
  display: none;
}
@media all and (min-width: 768px) {
  .test__modal-text.desc-only {
    display: block;
  }
}
@media all and (min-width: 1080px) {
  .test__modal-text {
    max-width: 84.116%;
  }
}
@media all and (min-width: 1080px) {
  .test__modal-text.--width {
    max-width: 94.116%;
  }
}
.test__modal-title {
  width: 100%;
  height: 104px;
  padding: 0 20px 4% 26px;
  background-image: url(../images/icons/icon-test-1-mob.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  font: 700 12px/16px "Roboto", "sans-serif";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  color: #fff;
}
@media all and (min-width: 340px) {
  .test__modal-title {
    height: 124px;
  }
}
@media all and (min-width: 390px) {
  .test__modal-title {
    padding-left: 20px;
    font-size: 16px;
    line-height: 20px;
  }
}
@media all and (min-width: 412px) {
  .test__modal-title {
    height: 142px;
  }
}
@media all and (min-width: 452px) {
  .test__modal-title {
    height: 162px;
  }
}
@media all and (min-width: 526px) {
  .test__modal-title {
    width: 87%;
    height: clamp(124px, 29vw, 384px);
    padding-left: 32px;
  }
}
@media all and (min-width: 768px) {
  .test__modal-title {
    width: clamp(570px, 74vw, 1134px);
    height: clamp(100px, 12vw, 174px);
    padding-top: 1.6%;
    padding-left: 44px;
    margin-left: 80px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    background-image: url(../images/icons/icon-test-1-desc.svg);
  }
}
@media all and (min-width: 1280px) {
  .test__modal-title {
    font-size: 24px;
    padding-left: 94px;
  }
}
@media all and (min-width: 1440px) {
  .test__modal-title {
    margin-left: 120px;
    line-height: 100%;
  }
}
.test__modal-title.test-2 {
  background-image: url(../images/icons/icon-test-2-mob.svg);
  height: 134px;
}
@media all and (min-width: 340px) {
  .test__modal-title.test-2 {
    height: 144px;
  }
}
@media all and (min-width: 390px) {
  .test__modal-title.test-2 {
    line-height: 18px;
  }
}
@media (min-width: 526px) {
  .test__modal-title.test-2 {
    height: clamp(124px, 29vw, 384px);
    line-height: 100%;
  }
}
@media all and (min-width: 768px) {
  .test__modal-title.test-2 {
    background-image: url(../images/icons/icon-test-2-desc.svg);
    height: clamp(100px, 15vw, 272px);
    padding-top: 0;
    padding-bottom: 6%;
    margin-left: 30px;
  }
}
@media all and (min-width: 920px) {
  .test__modal-title.test-2 {
    margin-left: -40px;
  }
}
@media all and (min-width: 1080px) {
  .test__modal-title.test-2 {
    margin-left: -60px;
  }
}
@media all and (min-width: 1120px) {
  .test__modal-title.test-2 {
    -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
        transform: translate(0, 0);
  }
}
@media all and (min-width: 1440px) {
  .test__modal-title.test-2 {
    -webkit-transform: translate(20px, 0);
      -ms-transform: translate(20px, 0);
        transform: translate(20px, 0);
  }
}
@media all and (max-width: 480px) {
  .test__modal-title.test-2.max-height {
    background-image: url(../images/icons/icon-test-2-max-height-mob.svg);
    height: 232px;
    padding-bottom: 9.2%;
    padding-top: 2%;
  }
}
@media all and (max-width: 390px) {
  .test__modal-title.test-2.max-height {
    height: 182px;
  }
}
.test__modal-title .desc-only {
  display: none;
}
@media all and (min-width: 1440px) {
  .test__modal-title .desc-only {
    display: inline;
  }
}
@media all and (min-width: 768px) {
  .test__modal-title .mob-only {
    display: none;
  }
}
.test__modal-title-wrap {
  margin-top: 4px;
  padding-top: 50px;
  position: relative;
}
@media all and (min-width: 526px) {
  .test__modal-title-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media all and (min-width: 768px) {
  .test__modal-title-wrap {
    margin-top: 40px;
    padding-top: 0;
  }
}
.test__modal-title-wrap .ui-kit__ellipse-title {
  position: absolute;
  top: -2%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media all and (min-width: 390px) {
  .test__modal-title-wrap .ui-kit__ellipse-title {
    top: 0;
  }
}
@media all and (min-width: 768px) {
  .test__modal-title-wrap .ui-kit__ellipse-title {
    left: 0;
    top: 50%;
    -webkit-transform: translate(0%, -70%);
        -ms-transform: translate(0%, -70%);
            transform: translate(0%, -70%);
  }
}
@media all and (min-width: 768px) {
  .test__modal-title-wrap .ui-kit__ellipse-title.test-2 {
    -webkit-transform: translate(0%, -78%);
        -ms-transform: translate(0%, -78%);
            transform: translate(0%, -78%);
  }
}
@media all and (min-width: 960px) {
  .test__modal-title-wrap .ui-kit__ellipse-title.test-2 {
    -webkit-transform: translate(0%, -82%);
        -ms-transform: translate(0%, -82%);
            transform: translate(0%, -82%);
  }
}
@media all and (min-width: 1080px) {
  .test__modal-title-wrap .ui-kit__ellipse-title.test-2 {
    z-index: 1;
    -webkit-transform: translate(0%, -90%);
        -ms-transform: translate(0%, -90%);
            transform: translate(0%, -90%);
  }
}
@media all and (min-width: 390px) and (max-width: 480px) {
  .test__modal-title-wrap .ui-kit__ellipse-title.test-2-step-8 {
    top: -1%;
  }
}
@media all and (min-width: 390px) {
  .test__modal-radio-wrap {
    margin-top: -10px;
  }
}
@media all and (min-width: 526px) {
  .test__modal-radio-wrap {
    margin: 0 auto 0 auto;
    width: 87%;
  }
}
@media all and (min-width: 768px) {
  .test__modal-radio-wrap {
    width: 77%;
  }
}
@media all and (min-width: 1080px) {
  .test__modal-radio-wrap.test-2 {
    -webkit-transform: translatex(-30px);
      -ms-transform: translatex(-30px);
      transform: translatex(-30px);
  }
}
@media all and (min-width: 1120px) {
  .test__modal-radio-wrap.test-2 {
    width: 80%;
    margin-top: -40px;
    -webkit-transform: translatex(-10px);
        -ms-transform: translatex(-10px);
            transform: translatex(-10px);
  }
}
@media all and (min-width: 1280px) {
  .test__modal-radio-wrap.test-2 {
    -webkit-transform: translatex(-30px);
    -ms-transform: translatex(-30px);
    transform: translatex(-30px);
  }
}
@media all and (min-width: 1440px) {
  .test__modal-radio-wrap.test-2 {
    -webkit-transform: translatex(0);
    -ms-transform: translatex(0);
    transform: translatex(0);
  }
}
@media all and (min-width: 1800px) {
  .test__modal-radio-wrap.test-2 {
    margin-top: -80px;
    -webkit-transform: translatex(-30px);
    -ms-transform: translatex(-30px);
    transform: translatex(-30px);
  }
}
@media all and (min-width: 768px) {
  .test__modal-radio-wrap.test-2 .mob-only {
    display: none;
  }
}
.test__modal-radio-wrap.test-2 .desc-only {
  display: none;
}
@media all and (min-width: 1120px) {
  .test__modal-radio-wrap.test-2 .desc-only {
    display: inline;
  }
}
@media all and (min-width: 1440px) {
  .test__modal-radio-wrap .ui-kit__radio.width {
    width: 103%;
  }
}
.test__modal-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 156px;
  min-height: 48px;
  margin: 14px auto 0 auto;
}
.test__modal-btn:disabled {
  pointer-events: none;
  opacity: 0.5;
}

.test-1-result__modal .ui-kit__modal-dialog {
  max-width: 90%;
}
.test-1-result__modal .ui-kit__modal-content {
  padding: 56px 18px 56px 18px;
}
@media all and (min-width: 1080px) {
  .test-1-result__modal .ui-kit__modal-content {
    padding: 90px 40px 30px 42px;
  }
}
.test-1-result__modal .ui-kit__modal-close {
  right: 8px;
}
@media all and (min-width: 1080px) {
  .test-1-result__modal .ui-kit__modal-close {
    right: 18px;
  }
}
.test-1-result__modal-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media all and (min-width: 768px) {
  .test-1-result__modal-inner {
    padding-bottom: 30px;
  }
}
.test-1-result__modal-inner.result-2 .ui-kit__btn-v3 {
  min-width: 248px;
  min-height: 62px;
  background-image: url(../images/icons/icon-support-btn-mobile-br.svg);
}
@media all and (min-width: 768px) {
  .test-1-result__modal-inner.result-2 .ui-kit__btn-v3 {
    min-width: 260px;
    min-height: 70px;
  }
}
@media all and (min-width: 540px) {
  .test-1-result__modal-inner.result-3 .test-1-result__modal-text {
    max-width: 90%;
  }
}
@media all and (min-width: 1280px) {
  .test-1-result__modal-inner.result-3 .test-1-result__modal-text {
    max-width: 70%;
  }
}
@media all and (min-width: 768px) {
  .test-1-result__modal-inner.result-3 .ui-kit__btn-v3 {
    min-width: 260px;
    height: 70px;
    padding: 12px 18px 24px 12px;
    background-image: url(../images/icons/icon-border-btn-v3-icon-v2.svg);
  }
}
@media all and (min-width: 768px) {
  .test-1-result__modal-text {
    max-width: 80%;
  }
}
.test-1-result__modal-text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 104px;
  padding: 0 6px 8% 6px;
  font: 700 12px/16px "Roboto", "sans-serif";
  text-align: center;
  text-transform: uppercase;
  color: #59afd9;
  background-image: url(../images/icons/icon-test-1-result-mob.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
@media all and (min-width: 340px) {
  .test-1-result__modal-text-wrap {
    height: 134px;
  }
}
@media all and (min-width: 390px) {
  .test-1-result__modal-text-wrap {
    font-size: 16px;
    line-height: 20px;
  }
}
@media all and (min-width: 412px) {
  .test-1-result__modal-text-wrap {
    height: 162px;
  }
}
@media all and (min-width: 444px) {
  .test-1-result__modal-text-wrap {
    width: 87%;
    height: clamp(134px, 30vw, 384px);
  }
}
@media all and (min-width: 768px) {
  .test-1-result__modal-text-wrap {
    width: clamp(570px, 74vw, 878px);
    height: 282px;
    padding-top: 1.6%;
    background-image: url(../images/icons/icon-test-1-result-desc.svg);
    font-size: 24px;
    line-height: 29px;
  }
}
@media all and (min-width: 1280px) {
  .test-1-result__modal-text-wrap {
    font-size: 24px;
    position: relative;
  }
}
@media all and (min-width: 1280px) {
  .test-1-result__modal-text-wrap.icon-result-1::before {
    width: 80px;
    height: 182px;
    background-image: url(../images/icons/icon-important-white.svg);
    top: 0;
    left: 100%;
    -webkit-transform: translateX(30px) rotate(45deg);
        -ms-transform: translateX(30px) rotate(45deg);
            transform: translateX(30px) rotate(45deg);
  }
}
@media all and (min-width: 1440px) {
  .test-1-result__modal-text-wrap.icon-result-1::before {
    width: 90px;
    height: 212px;
    -webkit-transform: translateX(50px) rotate(45deg);
        -ms-transform: translateX(50px) rotate(45deg);
            transform: translateX(50px) rotate(45deg);
  }
}
@media all and (min-width: 1280px) {
  .test-1-result__modal-text-wrap.icon-result-2::before {
    width: clamp(240px, 30vw, 320px);
    height: clamp(236px, 30vw, 314px);
    background-image: url(../images/icons/icon-test1-result-2.svg);
    top: 50%;
    right: 100%;
    -webkit-transform: translateX(80px);
        -ms-transform: translateX(80px);
            transform: translateX(80px);
  }
}
@media all and (min-width: 1440px) {
  .test-1-result__modal-text-wrap.icon-result-2::before {
    width: 320px;
    height: 314px;
    -webkit-transform: translate(80px, -20%);
        -ms-transform: translate(80px, -20%);
            transform: translate(80px, -20%);
  }
}
@media all and (min-width: 1280px) {
  .test-1-result__modal-text-wrap.icon-result-3::before {
    width: 124px;
    height: 200px;
    background-image: url(../images/icons/icon-table-lamp.svg);
    top: 0;
    left: 100%;
  }
}
@media all and (min-width: 1440px) {
  .test-1-result__modal-text-wrap.icon-result-3::before {
    width: 184px;
    height: 302px;
    -webkit-transform: translateY(10%);
        -ms-transform: translateY(10%);
            transform: translateY(10%);
  }
}
@media all and (min-width: 1280px) {
  .test-1-result__modal-text-wrap::before {
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
  }
}

.test-2-result__page .ui-kit__modal-dialog {
  max-width: 90%;
}
.test-2-result__page .ui-kit__modal-content {
  padding: 56px 18px 56px 18px;
}
@media all and (min-width: 1080px) {
  .test-2-result__page .ui-kit__modal-content {
    padding: 90px 40px 30px 42px;
  }
}
.test-2-result__page .ui-kit__modal-close {
  right: 8px;
}
@media all and (min-width: 1080px) {
  .test-2-result__page .ui-kit__modal-close {
    right: 18px;
  }
}
.test-2-result__page-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media all and (min-width: 768px) {
  .test-2-result__page-inner {
    padding-bottom: 30px;
  }
}
.test-2-result__page-inner .ui-kit__btn-v3 {
  width: 244px;
}
@media all and (min-width: 1440px) {
  .test-2-result__page-inner .ui-kit__btn-v3 {
    margin-top: -60px;
    position: relative;
    z-index: 0;
  }
}
.test-2-result__page-inner .ui-kit__btn-v3 span {
  margin: 0 auto;
}
.test-2-result__page-inner .ui-kit__btn-v3 i {
  margin-right: 4px;
}
@media all and (min-width: 768px) {
  .test-2-result__page-text {
    width: 92%;
    max-width: 848px;
  }
}
.test-2-result__page-text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 310px;
  height: 326px;
  padding: 0 12px 40px 32px;
  font: 700 12px/16px "Inter", "sans-serif";
  text-align: center;
  color: #59afd9;
  background-image: url(../images/icons/icon-test-2-result-mob.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
@media all and (min-width: 390px) {
  .test-2-result__page-text-wrap {
    font-size: 16px;
    line-height: 18px;
  }
}
@media all and (min-width: 768px) {
  .test-2-result__page-text-wrap {
    max-width: 1028px;
    height: 282px;
    background-image: url(../images/icons/icon-test-2-result-desc.svg);
  }
}
@media all and (min-width: 908px) {
  .test-2-result__page-text-wrap {
    height: 366px;
    font-size: 20px;
    line-height: 22px;
    position: relative;
  }
}
@media all and (min-width: 920px) {
  .test-2-result__page-text-wrap {
    padding-bottom: 90px;
  }
}
@media all and (min-width: 1280px) {
  .test-2-result__page-text-wrap {
    font-size: 24px;
    line-height: 29px;
  }
}
@media all and (min-width: 768px) {
  .test-2-result__page-text-wrap .mob-only {
    display: none;
  }
}
@media all and (min-width: 1440px) {
  .test-2-result__page-text-wrap.icon-result-1::before {
    width: 120px;
    height: 290px;
    top: 24%;
    left: 100%;
    background-image: url(../images/icons/icon-important-white.svg);
    -webkit-transform: translateX(-50px) rotate(45deg);
        -ms-transform: translateX(-50px) rotate(45deg);
            transform: translateX(-50px) rotate(45deg);
  }
}
@media all and (min-width: 1440px) {
  .test-2-result__page-text-wrap.icon-result-2::before {
    width: 198px;
    height: 320px;
    background-image: url(../images/icons/icon-test2-result-2.svg);
    top: 50%;
    right: 100%;
    -webkit-transform: translate(70px, -30%);
        -ms-transform: translate(70px, -30%);
            transform: translate(70px, -30%);
  }
}
@media all and (min-width: 1440px) {
  .test-2-result__page-text-wrap.icon-result-3::after {
    content: "";
    width: 116px;
    height: 154px;
    background-image: url(../images/icons/icon-magnifier.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 101%;
    -webkit-transform: translateY(20%);
        -ms-transform: translateY(20%);
            transform: translateY(20%);
  }
}
@media all and (min-width: 1440px) {
  .test-2-result__page-text-wrap.icon-result-3::before {
    width: 184px;
    height: 142px;
    background-image: url(../images/icons/icon-glasses.svg);
    bottom: 0;
    left: 100%;
    -webkit-transform: translateX(-36%);
        -ms-transform: translateX(-36%);
            transform: translateX(-36%);
  }
}
@media all and (min-width: 1440px) {
  .test-2-result__page-text-wrap::before {
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
  }
}
.test__hidden {
  display: none;
}
.test-page {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

@media all and (min-width: 1024px) {
  .test-page::before {
    content: '';
    position: absolute;
    width: 1025px;
    height: 1025px;
    right: -600px;
    top: -291px;
    background: radial-gradient(50% 50% at 50% 50%, #59AFD9 40.66%, rgba(89, 175, 217, 0) 100%);
    filter: blur(200px);
    z-index: -1;
  }
}
@media all and (min-width: 1820px) {
  .test-page::before {
    right: initial;
    left: 1268px;
  }
}
.test-page__inner {
  padding-top: 40px;
}
@media all and (min-width: 1024px) {
  .test-page__inner {
    padding-top: 60px;
  }
}
.test-page__inner.pb-80 {
  padding-bottom: 32px;
}
@media all and (min-width: 1024px) {
  .test-page__inner.pb-80 {
    padding-bottom: 80px;
  }
}


.ui-kit__modal-not-city-content {
  background-color: #bae3d6;
  border: 2px solid #233066;
}
@media all and (max-width: 374px) {
  .ui-kit__modal-not-city-content {
    padding: 20px 20px;
  }
}
.ui-kit__modal-not-city .ui-kit__modal-close {
  background-image: url(../images/icons/icon-close-map.svg);
}
.ui-kit__modal-not-city-body {
  max-width: 564px;
  margin: 0 auto;
}
.ui-kit__modal-not-city-info {
  font: 400 16px/20px "Roboto", "sans-serif";
  text-align: center;
  color: #233066;
  margin: 0 auto 12px auto;
}
@media all and (min-width: 1080px) {
  .ui-kit__modal-not-city-info {
    font-size: 24px;
    line-height: 100%;
    margin: 0 auto 20px auto;
  }
}
@media all and (min-width: 1080px) {
  .ui-kit__modal-not-city-info .mob-only {
    display: none;
  }
}
.ui-kit__modal-not-city-card .program__body-step-card {
  margin: 0 auto;
}
@media all and (min-width: 1080px) {
  .ui-kit__modal-not-city-card .program__body-step-icon {
    left: 36px;
  }
}
@media all and (max-width: 374px) {
  .ui-kit__modal-not-city-card .program__body-step-icon {
    left: 6px;
  }
}
.ui-kit__modal-not-city-card .program__body-step-phone {
  font-size: 16px;
  color: #233066;
  padding-left: 46px;
}
@media all and (min-width: 390px) {
  .ui-kit__modal-not-city-card .program__body-step-phone {
    font-size: 24px;
  }
}
@media all and (min-width: 475px) {
  .ui-kit__modal-not-city-card .program__body-step-phone {
    padding-left: 80px;
  }
}

.map-container {
  width: 100%;
  height: clamp(534px, 58vw, 776px);
}
@media all and (min-width: 1240px) {
  .map-container {
    border-radius: 16px;
    overflow: hidden;
  }
}

.ymaps-2-1-79-map ymaps {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.balloon-title {
  font-weight: 700;
}

.custom-balloon {
  max-width: 100%;
}

.custom-balloon-content {
  background: #fff;
  border: 2px solid #233066;
  border-radius: 28px;
  padding: 12px 22px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  font: 400 16px/18px "Roboto", "sans-serif";
  color: #233066;
  text-align: center;
  max-width: 300px;
  min-width: 300px;
}
@media all and (min-width: 640px) {
  .custom-balloon-content {
    font-size: 18px;
    max-width: 340px;
    min-width: 320px;
  }
}

.balloon-title {
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 0;
}

.balloon-close-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: url(../images/icons/icon-close-map.svg) no-repeat center/cover;
  cursor: pointer;
  -webkit-transform: translate(-30px, -20px);
      -ms-transform: translate(-30px, -20px);
          transform: translate(-30px, -20px);
}
@media all and (min-width: 640px) {
  .balloon-close-btn {
    -webkit-transform: translate(10px, -20px);
        -ms-transform: translate(10px, -20px);
            transform: translate(10px, -20px);
  }
}

.custom-balloon-layout {
  width: 340px;
  position: relative;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 4px;
  z-index: 999 !important;
}

.balloon-address {
  margin: 0;
}

.ymaps-2-1-79-balloon-overlay {
  width: initial !important;
}

.yamaps-objects .ymaps-placemark {
  z-index: 999 !important;
}

.ymaps-2-1-79-controls__control_toolbar.ymaps-2-1-79-user-selection-none {
  opacity: 0;
}

.ymaps-2-1-79-searchbox__normal-layout {
  width: 80%;
}

.ymaps-2-1-79-balloon__close {
  right: 10px;
  top: 10px;
}

.ymaps-2-1-79-balloon__tail {
  display: none !important;
}

/* Стили для поисковой строки */
.ymaps-2-1-79-searchbox-input__container {
  width: 80%;
  margin-left: -40%;
  background: white;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.ymaps-2-1-79-searchbox-input__input {
  height: 40px;
  padding: 0 15px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 14px;
}

.ymaps-2-1-79-searchbox__button {
  background: #4CAF50;
  border-radius: 0 8px 8px 0;
  right: 0;
  height: 40px;
  width: 40px;
}

/* Стили для кнопок масштабирования */
.map-container .ymaps-2-1-79-controls__bottom .ymaps-2-1-79-controls__control {
  inset: auto -6px 30px auto !important;
}
@media all and (min-width: 1280px) {
  .map-container .ymaps-2-1-79-controls__bottom .ymaps-2-1-79-controls__control {
    inset: auto 6px 30px auto !important;
  }
}

.map-container .ymaps-2-1-79-zoom {
  position: relative;
  padding: 28px 0;
  width: 108px !important;
  height: 20px !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.map-container .ymaps-2-1-79-zoom__button {
  width: 34px !important;
  height: 34px !important;
  margin: 5px;
  background: #233066;
  border: none;
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media all and (min-width: 1280px) {
  .map-container .ymaps-2-1-79-zoom__button {
    width: 44px !important;
    height: 44px !important;
  }
}
.map-container .ymaps-2-1-79-zoom__button::before {
  content: "";
  display: block;
  width: 20px;
  min-width: 20px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media all and (min-width: 1280px) {
  .map-container .ymaps-2-1-79-zoom__button::before {
    width: 28px;
    min-width: 28px;
    height: 30px;
  }
}

.map-container .ymaps-2-1-79-zoom__icon {
  display: none;
}

.map-container .ymaps-2-1-79-zoom__minus::before {
  width: 20px;
  min-width: 20px;
  height: 6px;
  background-image: url(../images/icons/icon-minus-map.svg);
}
@media all and (min-width: 1280px) {
  .map-container .ymaps-2-1-79-zoom__minus::before {
    width: 26px;
    min-width: 26px;
    height: 8px;
  }
}

.map-container .ymaps-2-1-79-zoom__plus::before {
  background-image: url(../images/icons/icon-plus-map.svg);
}

/* Скрытие ползунка масштабирования */
.ymaps-2-1-79-zoom__scale {
  display: none;
}

/* строка поиска */
.map-container .ymaps-2-1-79-controls__bottom + .ymaps-2-1-79-controls__control {
  position: absolute;
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80%;
}

.map-container .ymaps-2-1-79-search.ymaps-2-1-79-search_layout_normal.ymaps-2-1-79-searchbox__normal-layout {
  width: 100%;
  border-radius: 40px;
  overflow: hidden;
  background: #fff;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
}

.map-container input.ymaps-2-1-79-searchbox-input__input {
  height: 52px;
  padding-left: 24px;
}

.map-container .ymaps-2-1-79-searchbox__button-cell {
  padding-right: 20px;
  padding-left: 8px;
}

.map-container .ymaps-2-1-79-searchbox-button {
  border: none;
  outline: none;
  height: 52px;
  font-size: 0;
  background: url(../images/icons/icon-search.svg) no-repeat center/24px;
}
.map-container .ymaps-2-1-79-searchbox-button:hover {
  background: url(../images/icons/icon-search.svg) no-repeat center/24px;
}
.map-container .ymaps-2-1-79-searchbox-button .ymaps-2-1-79-searchbox-button-text {
  font-size: 0;
}

.map-container .ymaps-2-1-79-searchbox-input.ymaps-2-1-79-_focused {
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* Стили для меток и балунов */
.custom-marker {
  z-index: 1000;
  position: relative;
}

/* Стили для метки */
.ymaps-2-1-79-placemark-overlay {
  z-index: 1000 !important;
  position: relative;
}

/* Стили для балуна */
.ymaps-2-1-79-balloon {
  z-index: 999 !important;
}

.ymaps-2-1-79-balloon__layout {
  z-index: 999 !important;
  position: relative;
}

.ymaps-2-1-79-balloon__content {
  z-index: 999 !important;
  position: relative;
}

.ymaps-2-1-79-placemark-overlay {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform-origin: bottom center;
      -ms-transform-origin: bottom center;
          transform-origin: bottom center;
}

.ymaps-2-1-79-placemark {
  -webkit-transition: width 0.3s ease, height 0.3s ease;
  transition: width 0.3s ease, height 0.3s ease;
}

.map-container .ymaps-2-1-79-search__suggest.ymaps-2-1-79-popup {
  display: none;
}

/* Станица зания и опыт*/
.knowledge__home {
  position: relative;
  z-index: 1;
}
.knowledge__home-bg {
  margin: 8px auto 18px;
  position: relative;
  z-index: -1;
}
@media all and (min-width: 748px) {
  .knowledge__home-bg {
    width: 100%;
    height: 100%;
  }
}
@media all and (min-width: 1280px) {
  .knowledge__home-bg {
    margin: 0;
  }
}
.knowledge__home-bg::before {
  content: "";
  position: absolute;
  width: 619.9px;
  height: 414.15px;
  left: 50%;
  top: 50%;
  background: radial-gradient(50% 50% at 50% 50%, #59AFD9 51.44%, rgba(89, 175, 217, 0) 100%);
  -webkit-filter: blur(47.2px);
          filter: blur(47.2px);
  -webkit-transform: translate(-50%, -50%) rotate(2.61deg);
      -ms-transform: translate(-50%, -50%) rotate(2.61deg);
          transform: translate(-50%, -50%) rotate(2.61deg);
  z-index: -1;
}
@media all and (min-width: 590px) {
  .knowledge__home-bg::before {
    width: 180%;
    height: 180%;
  }
}
@media all and (min-width: 1280px) {
  .knowledge__home-bg::before {
    width: 1920px;
    height: 1920px;
    left: 480px;
    background: radial-gradient(47.14% 47.14% at 54.9% 52.86%, #59AFD9 0%, #59AFD9 11.15%, #59AFD9 49.57%, rgba(89, 175, 217, 0) 100%);
  }
}
.knowledge__home-bg-img {
  width: 84.11%;
  padding-bottom: 61.276%;
  margin: 0 auto;
  background-image: url(../images/knowledge-home-mobile.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media all and (min-width: 748px) {
  .knowledge__home-bg-img {
    width: 73%;
    aspect-ratio: 1/0.72;
    padding-bottom: 0;
    background-position: top center;
  }
}
@media all and (min-width: 876px) {
  .knowledge__home-bg-img {
    -webkit-transform: translateX(-30%);
        -ms-transform: translateX(-30%);
            transform: translateX(-30%);
  }
}
@media all and (min-width: 1280px) {
  .knowledge__home-bg-img {
    width: clamp(608px, 5rem, 708px);
    height: clamp(436px, 5rem, 512px);
    margin: 0;
    background-image: url(../images/knowledge-home.png);
    position: relative;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}
@media all and (min-width: 1440px) {
  .knowledge__home-bg-img {
    width: 708px;
    height: 512px;
    -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
            transform: translateX(20px);
  }
}
@media all and (min-width: 748px) {
  .knowledge__home-block {
    grid-column: span 2;
  }
}
.knowledge__home-inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 22px 24px 22px;
  z-index: 0;
}
@media all and (min-width: 748px) {
  .knowledge__home-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media all and (min-width: 1280px) {
  .knowledge__home-inner {
    padding: 0 22px 24px 40px;
    grid-template-columns: 0.7fr 1fr;
  }
}
.knowledge__home-text {
  margin-bottom: 30px;
  margin-top: 16px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
@media all and (min-width: 748px) {
  .knowledge__home-text {
    width: 90%;
    max-width: 316px;
  }
}
@media all and (min-width: 1280px) {
  .knowledge__home-text {
    max-width: 450px;
    margin-top: 80px;
    margin-bottom: 86px;
  }
}
@media all and (min-width: 1280px) {
  .knowledge__home-text .mob-only {
    display: none;
  }
}
.knowledge__home-acc-body-hidden:not(.acc-body-hidden) {
  display: inline !important;
}
@media all and (min-width: 748px) {
  .knowledge__home-acc-body-hidden.acc-body-hidden {
    display: block;
  }
}
.knowledge__home-btn {
  margin-top: 12px;
}
@media all and (min-width: 748px) {
  .knowledge__home-btn {
    display: none;
  }
}
.knowledge__home-btn.active.ui-kit__btn-v2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 20px;
  height: 20px;
  min-width: 20px;
  margin-top: 0;
}
.knowledge__home-btn.active.ui-kit__btn-v2 i {
  width: 8px;
  min-width: 8px;
  height: 14px;
  -webkit-transform: scale(-1) translateX(3px);
      -ms-transform: scale(-1) translateX(3px);
          transform: scale(-1) translateX(3px);
}
@media all and (min-width: 748px) {
  .knowledge__home-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 46px;
  }
}
@media all and (min-width: 1280px) {
  .knowledge__home-bottom {
    margin-top: 16px;
  }
}
.knowledge__home-title {
  font: 400 32px/80% "Alumni Sans", "sans-serif";
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 6px;
}
@media all and (min-width: 748px) {
  .knowledge__home-title {
    width: 50%;
    max-width: 412px;
    font-size: 66px;
    line-height: 62%;
  }
}
@media all and (min-width: 1280px) {
  .knowledge__home-title {
    font-size: 116px;
    line-height: 60%;
  }
}
@media all and (min-width: 1440px) {
  .knowledge__home-title {
    letter-spacing: 5.36px;
  }
}
@media all and (min-width: 748px) {
  .knowledge__home-title-txt {
    display: block;
    font-size: 36px;
  }
}
@media all and (min-width: 1280px) {
  .knowledge__home-title-txt {
    font-size: 70px;
    line-height: 80%;
  }
}
@media all and (min-width: 1440px) {
  .knowledge__home-title-txt {
    margin-top: 20px;
    letter-spacing: initial;
  }
}
@media all and (min-width: 748px) {
  .knowledge__home-box {
    width: 60.11%;
    position: relative;
  }
}
@media all and (min-width: 1280px) {
  .knowledge__home-box {
    width: 50.11%;
    margin-left: auto;
  }
}
@media all and (min-width: 1440px) {
  .knowledge__home-box {
    width: 768px;
  }
}
@media all and (min-width: 748px) {
  .knowledge__home-box::before {
    content: "";
    width: 20%;
    max-width: 150px;
    height: 63%;
    max-height: 104px;
    background-image: url(../images/icons/knowledge-home-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 50%;
    right: 100%;
    -webkit-transform: translate(-16px, -50%);
        -ms-transform: translate(-16px, -50%);
            transform: translate(-16px, -50%);
  }
}
@media all and (min-width: 850px) {
  .knowledge__home-box::before {
    height: 73%;
  }
}
@media all and (min-width: 950px) {
  .knowledge__home-box::before {
    height: 78%;
  }
}
@media all and (min-width: 1080px) {
  .knowledge__home-box::before {
    height: 90%;
  }
}
@media all and (min-width: 1180px) {
  .knowledge__home-box::before {
    width: 150px;
    height: 104px;
  }
}
@media all and (min-width: 1180px) {
  .knowledge__home-box::before {
    -webkit-transform: translate(-36px, -64%);
        -ms-transform: translate(-36px, -64%);
            transform: translate(-36px, -64%);
  }
}
@media all and (min-width: 748px) {
  .knowledge__home-box-top {
    display: block;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 4px;
  }
}
@media all and (min-width: 1080px) {
  .knowledge__home-box-top {
    margin-bottom: 12px;
  }
}
@media all and (min-width: 1280px) {
  .knowledge__home-box-top {
    font-size: 28px;
    line-height: 80%;
    font-family: "Alumni Sans", "sans-serif";
  }
}
@media all and (min-width: 1440px) {
  .knowledge__home-box-top {
    font-size: 60px;
    line-height: 58%;
  }
}
.knowledge__home-box-top .desc-only {
  display: none;
}
@media all and (min-width: 1080px) {
  .knowledge__home-box-top .desc-only {
    display: inline;
  }
}
.knowledge__home-box-bottom {
  text-transform: uppercase;
  margin-top: 8px;
}
@media all and (min-width: 748px) {
  .knowledge__home-box-bottom {
    text-transform: lowercase;
    display: inline;
  }
}
.knowledge__home-box-bottom--desc {
  display: inline;
}
@media all and (min-width: 748px) {
  .knowledge__home-box-bottom--desc {
    display: block;
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 4px;
  }
}
@media all and (min-width: 1080px) {
  .knowledge__home-box-bottom--desc {
    margin-top: 16px;
  }
}
@media all and (min-width: 1280px) {
  .knowledge__home-box-bottom--desc {
    font-size: 28px;
    line-height: 80%;
    font-family: "Alumni Sans", "sans-serif";
  }
}
@media all and (min-width: 1440px) {
  .knowledge__home-box-bottom--desc {
    margin-top: 0;
    font-size: 60px;
    line-height: 68%;
  }
}
@media all and (min-width: 748px) {
  .knowledge__home-box-bottom--desc .mob-only {
    display: none;
  }
}
.knowledge__home-btn-mobile {
  margin: 0 auto;
}
@media all and (min-width: 748px) {
  .knowledge__home-btn-mobile {
    display: none;
  }
}
.knowledge__home .ui-kit__double-down-arrow {
  margin: 16px auto 0 auto;
  display: none;
}
@media all and (min-width: 748px) {
  .knowledge__home .ui-kit__double-down-arrow {
    display: block;
  }
}
.knowledge__cta {
  padding-top: 56px;
  position: relative;
  z-index: 1;
}
@media all and (min-width: 1280px) {
  .knowledge__cta {
    padding-top: 112px;
  }
}
.knowledge__faq {
  padding-top: 56px;
  background-color: #59afd9;
  position: relative;
  z-index: 0;
}
@media all and (min-width: 1280px) {
  .knowledge__faq {
    padding-top: 112px;
  }
}
.knowledge__faq .knowledge__faq-radial {
  width: 100%;
  height: 100%;
  z-index: -1;
}
.knowledge__faq .knowledge__faq-radial::before {
  content: "";
  position: absolute;
  width: 1766px;
  height: 200%;
  bottom: -5%;
  left: 50%;
  background: radial-gradient(50% 50% at 50% 50%, #EB5C4C 40.66%, rgba(235, 92, 76, 0) 100%);
  z-index: -1;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media all and (min-width: 783px) {
  .knowledge__faq .knowledge__faq-radial::before {
    width: 300%;
    top: -85%;
    bottom: initial;
  }
}
.knowledge__faq-title {
  width: 100%;
  font: 400 44px/80% "Alumni Sans", "sans-serif";
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  margin: 0 0 20px 0;
}
@media all and (min-width: 1280px) {
  .knowledge__faq-title {
    margin-bottom: 40px;
    font-size: 61.26px;
  }
}
@media all and (min-width: 1280px) {
  .knowledge__faq-title {
    text-align: left;
  }
}
.knowledge__faq-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px auto 0 auto;
}
@media all and (min-width: 1280px) {
  .knowledge__faq-btn {
    margin: 34px 0 0;
  }
}
.knowledge__faq-body {
  margin-top: 54px;
}
@media all and (min-width: 1280px) {
  .knowledge__faq-body {
    margin-top: 42px;
  }
}
.knowledge__faq-acc {
  width: 100%;
  background: #369acb;
  border-radius: 22px;
  overflow: hidden;
}
.knowledge__faq-acc:not(:last-child) {
  margin-bottom: 10px;
}
@media all and (min-width: 1280px) {
  .knowledge__faq-acc:not(:last-child) {
    margin-bottom: 12px;
  }
}
.knowledge__faq-acc.active {
  margin-bottom: 0;
}
.knowledge__faq-acc-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  gap: 18px;
  background: #59afd9;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media all and (min-width: 1280px) {
  .knowledge__faq-acc-btn {
    padding: 14px 30px;
  }
}
.knowledge__faq-acc-btn:hover {
  background: rgba(89, 175, 217, 0.8);
}
.knowledge__faq-acc-btn.active i {
  -webkit-transform: scale(-1);
      -ms-transform: scale(-1);
          transform: scale(-1);
}
.knowledge__faq-acc-btn i {
  width: 18px;
  min-width: 18px;
  height: 10px;
  background-image: url(../images/icons/icon-arrow-down.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media all and (min-width: 1280px) {
  .knowledge__faq-acc-btn i {
    width: 32px;
    min-width: 32px;
    height: 20px;
  }
}
.knowledge__faq-acc-body {
  width: 100%;
  display: none;
}
.knowledge__faq-acc-body-inner {
  padding: 18px 18px 24px 18px;
}
@media all and (min-width: 1280px) {
  .knowledge__faq-acc-body-inner {
    padding: 30px 30px 58px 30px;
  }
}
.knowledge__faq-acc-body-inner.pb-0 {
  padding-bottom: 0;
}
@media all and (min-width: 1280px) {
  .knowledge__faq-acc-body-inner.pb-0 {
    padding-bottom: 0;
  }
}
.knowledge__faq-acc-body-slider-wrap {
  padding: 0 4px 24px 4px;
}
@media all and (min-width: 1280px) {
  .knowledge__faq-acc-body-slider-wrap {
    padding: 0 30px 58px 30px;
  }
}
.knowledge__faq-acc-body-title {
  width: 100%;
  margin: 36px 0 22px 0;
  font: 400 44px/80% "Alumni Sans", "sans-serif";
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
@media all and (min-width: 1280px) {
  .knowledge__faq-acc-body-title {
    margin: 42px 0 26px 0;
    font-size: 60px;
  }
}
.knowledge__faq-acc-body-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 198px;
  height: 66px;
  margin: 20px auto;
}
@media all and (min-width: 1280px) {
  .knowledge__faq-acc-body-btn {
    width: 266px;
    height: 70px;
    margin: 20px 0 26px 0;
    padding-top: 20px;
  }
}
.knowledge__faq-acc-body-btn .desc-only {
  display: none;
}
@media all and (min-width: 1280px) {
  .knowledge__faq-acc-body-btn .desc-only {
    display: block;
  }
}
.knowledge__faq-acc .results-screening__slider .slick-list {
  z-index: 0;
}
@media all and (min-width: 1440px) {
  .knowledge__faq-acc .ui-kit__screening-card-wrap {
    gap: 4px;
  }
}
.knowledge__history {
  background-color: #59afd9;
  padding-bottom: 54px;
}
@media all and (min-width: 1280px) {
  .knowledge__history {
    padding-bottom: 68px;
    padding-top: 42px;
  }
}
.knowledge__support {
  padding: 26px 0;
  background-color: #59afd9;
}
@media all and (min-width: 1080px) {
  .knowledge__support {
    padding: 64px 0 50px 0;
  }
}
@media all and (min-width: 1280px) {
  .knowledge__support {
    padding: 84px 0 50px 0;
  }
}
.knowledge__support-title {
  font: 400 44px/80% "Alumni Sans", "sans-serif";
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 20px;
}
@media all and (min-width: 1280px) {
  .knowledge__support-title {
    font-size: 60px;
    margin-bottom: 32px;
  }
}
@media all and (min-width: 1440px) {
  .knowledge__support-title {
    margin-bottom: 110px;
    position: relative;
  }
}
@media all and (min-width: 1440px) {
  .knowledge__support-title::after {
    content: "";
    width: 100%;
    height: 36px;
    background-image: url(../images/icons/icon-knowledge-title.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 24px);
        -ms-transform: translate(-50%, 24px);
            transform: translate(-50%, 24px);
  }
}
.knowledge__support-tabs {
  margin-top: 24px;
}
@media all and (min-width: 1280px) {
  .knowledge__support-tabs {
    margin-top: 48px;
  }
}
.knowledge__support-slider {
  margin-bottom: 24px;
}
@media all and (min-width: 1086px) {
  .knowledge__support-slider {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media all and (min-width: 1440px) {
  .knowledge__support-slider {
    margin-bottom: 78px;
    padding-bottom: 0;
  }
}
.knowledge__support-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: clamp(244px, 21.4vw, 326px);
  height: clamp(138px, 12vw, 186px);
  margin: 0 auto;
  padding: 0 2.8rem 1.4rem 1.8rem;
  background-image: url(../images/icons/icon-knowledge-tab.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
  cursor: pointer;
}
.knowledge__support-slide.active {
  background-image: url(../images/icons/icon-knowledge-tab-active.svg);
}
@media all and (min-width: 1086px) {
  .knowledge__support-slide {
    width: 244px;
    height: 138px;
  }
}
@media all and (min-width: 1280px) {
  .knowledge__support-slide {
    width: 276px;
    height: 158px;
  }
}
@media all and (min-width: 1440px) {
  .knowledge__support-slide {
    width: 326px;
    height: 186px;
  }
}
@media all and (min-width: 1280px) {
  .knowledge__support-slide .ui-kit__txt--24 {
    font-size: 20px;
  }
}
@media all and (min-width: 1440px) {
  .knowledge__support-slide .ui-kit__txt--24 {
    font-size: 24px;
  }
}
@media all and (min-width: 1280px) {
  .knowledge__support-slide-wrap .mob-only {
    display: none;
  }
}
.knowledge__support-slide-wrap.block--tablet {
  display: none;
  visibility: hidden;
}
@media all and (min-width: 900px) {
  .knowledge__support-slide-wrap.block--tablet {
    display: block;
  }
}
@media all and (min-width: 1086px) {
  .knowledge__support-slide-wrap.block--tablet {
    display: none;
  }
}
@media all and (min-width: 680px) {
  .knowledge__support-slide-wrap.block--tablet.min-screen {
    display: block;
  }
}
.knowledge__support-tab-body {
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  width: 100%;
  overflow: hidden;
}
@media all and (min-width: 1440px) {
  .knowledge__support-tab-body {
    gap: 40px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.knowledge__support-tab-body.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.knowledge__support-tab-video {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media all and (min-width: 1440px) {
  .knowledge__support-tab-video {
    height: 386px;
    -o-object-fit: cover;
        object-fit: cover;
  }
}
.knowledge__support-tab-video-wrap {
  width: 100%;
  max-width: 350px;
  height: 204px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
@media all and (min-width: 1440px) {
  .knowledge__support-tab-video-wrap {
    max-width: calc((100% - 40px) / 2);
    height: 386px;
  }
}
.knowledge__support-tab-video-wrap.active::before{
  display: none;
}
.knowledge__support-tab-video-wrap::before {
  content: "";
  display: block;
  width: 70px;
  min-width: 70px;
  height: 54px;
  margin: 0 auto;
  background-image: url(../images/icons/icon-history-play.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -80%);
      -ms-transform: translate(-50%, -80%);
          transform: translate(-50%, -80%);
}
@media all and (min-width: 1440px) {
  .knowledge__support-tab-video-wrap::before {
    width: 136px;
    min-width: 136px;
    height: 102px;
  }
}
.knowledge__support-tab-video-wrap.active .knowledge__support-tab-video-txt{
  display: none;
}
.knowledge__support-tab-video-txt {
  position: absolute;
  left: 14px;
  bottom: 16px;
}
@media all and (min-width: 1440px) {
  .knowledge__support-tab-video-txt {
    left: 26px;
    bottom: 26px;
  }
}
@media all and (min-width: 1280px) {
  .knowledge__acc-body {
    display: list-item !important;
  }
}
