@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: 22px 22px 24px 22px;
  z-index: 0;
  position: relative;
}

@media all and (min-width: 992px) {
  .home-main-ct-sd1__inner {
    padding-top: 112px;
  }
}
@media all and (min-width: 1280px) {
  .home-main-ct-sd1__inner {
    padding: 98px 40px 0 40px;
  }
}
@media all and (min-width: 1440px) {
  .home-main-ct-sd1__inner {
    padding-top: 128px;
  }
}
.home-main-ct-sd1__text {
  margin-bottom: 30px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

@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;
  }
}
@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: 22px 22px 24px 22px;
  z-index: 0;
  position: relative;
}

@media all and (min-width: 1280px) {
  .early-diagnosis__home-inner {
    padding: 98px 40px 0 40px;
  }
}
@media all and (min-width: 1440px) {
  .early-diagnosis__home-inner {
    padding-top: 84px;
  }
}
.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;
  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;
  }
}
.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%;
}

@media all and (min-width: 1080px) {
  .program__head-button i {
    width: 70px;
    min-width: 70px;
    height: 74px;
  }
}
@-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);
  }
}
/* модальное окно 1 тест */
.test-1__modal .ui-kit__modal-dialog {
  max-width: 90%;
}
.test-1__modal .ui-kit__modal-content {
  padding: 16px 18px 22px 18px;
}
@media all and (min-width: 1080px) {
  .test-1__modal .ui-kit__modal-content {
    padding: 30px 40px 62px 42px;
  }
}
.test-1__modal .ui-kit__modal-close {
  right: 8px;
}
@media all and (min-width: 1080px) {
  .test-1__modal .ui-kit__modal-close {
    right: 18px;
  }
}
.test-1__modal-text {
  max-width: 94%;
}
@media all and (min-width: 410px) {
  .test-1__modal-text .mob-only {
    display: none;
  }
}
.test-1__modal-text.desc-only {
  display: none;
}
@media all and (min-width: 768px) {
  .test-1__modal-text.desc-only {
    display: block;
  }
}
@media all and (min-width: 1080px) {
  .test-1__modal-text {
    max-width: 84.116%;
  }
}
.test-1__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-1__modal-title {
    height: 124px;
  }
}
@media all and (min-width: 390px) {
  .test-1__modal-title {
    padding-left: 20px;
    font-size: 16px;
    line-height: 20px;
  }
}
@media all and (min-width: 412px) {
  .test-1__modal-title {
    height: 142px;
  }
}
@media all and (min-width: 452px) {
  .test-1__modal-title {
    height: 162px;
  }
}
@media all and (min-width: 526px) {
  .test-1__modal-title {
    width: 87%;
    height: clamp(124px, 29vw, 384px);
    padding-left: 32px;
  }
}
@media all and (min-width: 768px) {
  .test-1__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-1__modal-title {
    font-size: 24px;
    padding-left: 94px;
  }
}
@media all and (min-width: 1440px) {
  .test-1__modal-title {
    margin-left: 120px;
  }
}
.test-1__modal-title-wrap {
  margin-top: 4px;
  padding-top: 50px;
  position: relative;
}
@media all and (min-width: 526px) {
  .test-1__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-1__modal-title-wrap {
    margin-top: 40px;
    padding-top: 0;
  }
}
.test-1__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-1__modal-title-wrap .ui-kit__ellipse-title {
    top: 0;
  }
}
@media all and (min-width: 768px) {
  .test-1__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: 390px) {
  .test-1__modal-radio-wrap {
    margin-top: -10px;
  }
}
@media all and (min-width: 526px) {
  .test-1__modal-radio-wrap {
    margin: 0 auto 0 auto;
    width: 87%;
  }
}
@media all and (min-width: 768px) {
  .test-1__modal-radio-wrap {
    width: 77%;
  }
}
.test-1__modal-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 156px;
  min-height: 48px;
  margin: 14px auto 0 auto;
}
.test-1__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-1__hidden {
  display: none;
}
