@import url("normalize.css");
@import url("reset.css");
@import url("../fonts/poppins/style.css");


* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
a {

  text-decoration: none;
  transition: .2s;
}
em {
  font-style: italic;
}
h2{
  font-weight: 800;
  font-size: 24px;
  line-height: 33px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
h3 {
  font-weight: 800;
  font-size: 18px;
  line-height: 33px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
b,strong {
  font-weight: 700;
}
.no-overflow {
  overflow: hidden !important;
}
textarea:focus::placeholder,
input:focus::placeholder {
  color: transparent !important;
}
textarea:focus::-webkit-input-placeholder,
input:focus::-webkit-input-placeholder {
  color: transparent !important;
}
textarea:focus:-moz-placeholder,
input:focus:-moz-placeholder {
  color: transparent !important;
} /* FF 4-18 */
textarea:focus::-moz-placeholder,
input:focus::-moz-placeholder {
  color: transparent !important;
} /* FF 19+ */
textarea:focus:-ms-input-placeholder,
input:focus:-ms-input-placeholder {
  color: transparent !important;
} /* IE 10+ */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type='number'] {
  -moz-appearance: textfield;
}
body {
  color: #2a394d;
  box-sizing: border-box;
  font-family: 'Poppins';
  max-width: 2300px;
  margin: 0 auto;
}
body.overflow-hidden {
  overflow: hidden;
}
.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.img-contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.main-btn {
  display: inline-flex;
  padding: 15px 45px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: #F33E4F;
  color: #FFF;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
  transition: .2s;
  cursor: pointer;
}

.main-btn.main-btn-wt {
  background: #FFF;
  color: #F33E4F;
}

.main-btn.main-back {
  background: rgba(89, 116, 154, 0.12);
  color: #2A394D;
}

.main-btn-ico svg {
  margin-right: 15px;
  height: 29px;
}
.phone-ico-hv {
  display: none;
}
.container {
  max-width: 1588px;
  margin: 0 auto;
}
.main-title {
  color: #2A394D;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 48px;
}
.main-title strong {
  background: #59749A;
  display: inline-flex;
  padding: 0px 15px;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 12px;
  flex-wrap: wrap;
  color: #FFF;
}
.main-title strong {
  margin-bottom: 8px;
}
.main-title strong:last-child {
  margin-bottom: 0px;
}
.main-link {
  color: #F33E4F;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  align-items: center;
}
.main-link svg {
  position: relative;
  right: 0;
  margin-left: 16px;
  transition: .2s;
}
.mb {
  margin-bottom: 130px;
}
.main-title.tablet,
.main-title.mobile {
  display: none;
}

/* ---------------- header ---------------- */
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #FFF;
    box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0);
    transition: .2s;
    z-index: 10;
}
.header.active {
  box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.1);
}
.header__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 32px 0;
  transition: .2s;
}
.main-menu {
  display: flex;
  align-items: center;
  /* margin-right: 72px; */
}
.main-menu .main-menu__item {
  margin-right: 51px;
}
.main-menu .main-menu__item:last-child {
  margin-right: 0;
}
.main-menu .main-menu__item a {
  display: block;
  color: #202B3A;
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  padding: 8px 0;
}
.main-menu .main-menu__item a::before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: -100%;
  width: 100%;
  height: 2px;
  background: #2A394D;
  transition: .2s;
}
.main-menu .main-menu__item.active a::before {
  left: 0;
}
.header__r {
  display: flex;
  align-items: center;
}
.header.active .header__row {
  padding: 16px 0
}
.logo {
  display: flex;
  align-items: center;
  width: 338px;
  transition: .2s;
}
.logo img {
  width: 100%;
}
.header.active .header__row .logo {
  width: 222px;
}
.header-btn-wrapper {
  width: 395px;
  display: flex;
  justify-content: flex-end;
}

/* ---------------- hero ---------------- */
.hero {
  position: relative;
  max-width: 1963px;
  margin: 0 auto;
  overflow: hidden;
}
.hero__screen {
  max-width: 1824px;
  width: 100%;
  height: 794px;
  border-radius: 8px;
  margin: 128px auto 114px auto;
  position: relative;
  overflow: hidden;
}
.hero__screen picture {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.hero__screen .container {
  position: relative;
  z-index: 2;
  margin-top: 146px;
}

.hero__title {
  font-size: 50px;
  font-weight: 700;
  line-height: 133.333%;
  letter-spacing: 0.6px;
  margin-bottom: 34px;
  max-width: 1005px;
}
.hero__subtitle {
  font-size: 34px;
  font-weight: 700;
  line-height: 132.353%;
  margin-bottom: 34px;
}
.hero__text {
  font-size: 24px;
  max-width: 877px;
  margin-bottom: 40px;
  line-height: normal;
}
.hero__btns-1 {
  margin-right: 16px;
}
.hero-bn {
  width: 1050px;
  position: absolute;
  border-radius: 15px;
  background: #EEF5FB;
  padding: 64px 70px;
  right: -23px;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
}
.hero-bn__img {
  width: 346px;
}
.hero-bn__img img {
  width: 100%;
  object-fit: contain;
}
.hero-bn__text {
  color: #202B3A;
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
  margin-right: 72px;
}
.hero-bn__text br {
  display: none;
}

/* ---------------- customized solution ---------------- */
.customized-solution {
  display: flex;
  align-items: flex-end;
}
.customized-solution__img {
  max-width: 872px;
  width: 100%;
  margin-right: 60px;
}
.customized-solution__img img {
  width: 100%;
  object-fit: contain;
}
.customized-solution__img.adaptive {
  display: none;
}
.customized-solution__r {
  max-width: 646px;
  width: 100%;
}
.main-text {
  color: #2A394D;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.main-text p {
  margin-bottom: 30px;
}
.main-text p:last-child {
  margin-bottom: 0;
}
.customized-solution__r-text.main-text {
  margin-bottom: 16px;
}

/* ---------------- advantages ---------------- */

.advantages {
  padding: 120px 0;
  background-color: #eef5fb;
}
.advantages__r-title.main-title {
  margin-bottom: 72px;

}
.advantages__row {
  display: flex;
  flex-wrap: wrap;
}
.advantages__item {
  display: flex;
  width: 32%;
  margin-right: 2%;
  margin-top: 70px;
}
.advantages__item:nth-child(1),
.advantages__item:nth-child(2),
.advantages__item:nth-child(3) {
  margin-top: 0;
}
.advantages__item:nth-child(3n) {
  margin-right: 0;
}
.advantages__item-r {
  width: 84px;
  height: 248px;
  border-radius: 15px;
  background: var(--PP-Blau-neu, #2A394D);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 26px;
}
.advantages__item-l-title {
  color: #202B3A;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 16px;
}
.advantages__item-l {
  width: 80%;
}
.advantages__bottom {
  display: flex;
  justify-content: flex-end;
  margin-top: 34px;
}
.advantages__bottom.adaptive {
  display: none;
}

/* ---------------- safe choice ---------------- */
.safe-choice {
  background: #2A394D;
  padding: 120px 0;
}
.safe-choice .container {
  display: flex;
  align-items: center;
}
.safe-choice__r-title.main-title {
  color: #FFF;
}
.safe-choice__r-text.main-text {
  color: #fff;
  margin-bottom: 72px;
}
.safe-choice__r-img {
  margin-bottom: 8px;
}
.safe-choice__r {
  max-width: 510px;
  margin-right: 36px;
}
.safe-choice .main-btn.adaptive {
  display: none;
}
.safe-choice__item {
  width: 338px;
  padding: 48px 34px;
  border-radius: 8px;
  background: #EEF5FB;
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.07);
  position: relative;
  z-index: 1;
}
.safe-choice__l {
  position: relative;
  display: flex;
  width: 1042px;
}
.safe-choice__item-title-text {
  color: rgba(42, 57, 77, 0.8);
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 16px;
  transition: .2s;
}
.safe-choice__list {
  display: flex;
  color: #2A394D;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.32px;
  margin-bottom: 24px;
}
.safe-choice__list:last-child {
  margin-bottom: 0;
}
.safe-choice__list svg {
  margin-right: 19px;
}
.safe-choice__list p {
  width: 80%;
}
.safe-choice__slider .swiper-slide.safe-choice__item {
  opacity: 0;
  visibility: hidden;
}
.safe-choice__slider .swiper-slide.safe-choice__item.swiper-slide-prev,
.safe-choice__slider .swiper-slide.safe-choice__item.swiper-slide-next,
.safe-choice__slider .swiper-slide.safe-choice__item.swiper-slide-active {
  opacity: 1;
  visibility: visible;
}
.safe-choice__slider .swiper-slide.safe-choice__item.swiper-slide-active {
  background: #FFF;
}
.safe-choice__slider .swiper-slide.safe-choice__item .safe-choice__item-title-img {
  max-width: 283px;
  margin: 0 auto 30px auto;
}
.safe-choice__slider .swiper-slide.safe-choice__item .safe-choice__item-title-img img {
  width: 100%;
}
.safe-choice__l-pc-block {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 102%;
  z-index: 10;
}
.safe-choice__slider-navs {
  display: none;
  justify-content: center;
  margin-top: 35px;
}
.safe-choice__slider-pagination.swiper-pagination-bullets {
  width: auto;
  margin: 0 114px ;
}
.safe-choice__slider-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 24px;
  height: 10px;
  border-radius: 20px;
  opacity: 0.2;
  background: #fff;
}
.safe-choice__slider-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 74px;
  height: 10px;
  opacity: 1;
}
.safe-choice__slider-prev,
.safe-choice__slider-next {
  cursor: pointer;
}

/* ---------------- step by step ---------------- */
.step-by-step .main-btn.mobile {
  display: none;
}
.step-by-step {
  background: #EEF5FB;
  padding: 112px 0 103px 0;
  /* height: 984px; */
  overflow: hidden;
}
.step-by-step__r-text.main-text {
  margin-bottom: 48px;
}
.step-by-step__r-title.main-title {
  margin-bottom: 34px;
}
.step-by-step .container {
  display: flex;
}
.step-by-step__l {
  max-width: 710px;
  width: 100%;
  margin-right: 30px;
  position: relative;
}
.step-by-step__tabs {
  max-width: 848px;
  width: 100%;
}
.step-by-step__item {
  display: flex;
}
.step-by-step__item:last-child .step-by-step-tab__text {
  padding-bottom: 0;
}
.step-by-step__tabs .step-by-step__item-l-title {
  display: block;
  color: rgba(42, 57, 77, 0.2);
  text-align: right;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 250%;
  white-space: nowrap;
  margin-right: 50px;
  padding-right: 30px;
  border-right: 4px solid #fff;
  height: 100%;
  min-width: 250px;
  position: relative;
}
.step-by-step__tabs .step-by-step__item-l-title:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background: #fff;
    top: 19px;
    right: -17px;
    border-radius: 50%;
    z-index: 2;
}
.step-by-step__tabs .step-by-step__item-l.active .step-by-step__item-l-title {
  color: #202B3A;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* border-right: 4px solid #fff; */
  border-right: 4px solid rgba(243, 62, 79, 1);
}
.step-by-step__tabs .step-by-step__item-l.active.clicked .step-by-step__item-l-title {
  color: rgba(42, 57, 77, 0.2);
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 250%;
  border-right: 4px solid rgba(243, 62, 79, 1);
}
/* .step-by-step__tabs .step-by-step__item-l.active:first-child .step-by-step__item-l-title::before,
.step-by-step__tabs .step-by-step__item:first-child .step-by-step__item-l-title::before { */
.step-by-step__tabs .step-by-step__item:first-child .step-by-step__item-l .step-by-step__item-l-title::before,
.step-by-step__tabs .step-by-step__item:last-child .step-by-step__item-l .step-by-step__item-l-title::before {
  content: '';
  position: absolute;
  width: 4px;
  height: 200px;
  background: rgba(243, 62, 79, 1);
  top: -170px;
  right: -4px;
}
.step-by-step__tabs .step-by-step__item:last-child .step-by-step__item-l .step-by-step__item-l-title {
  border-right: 4px solid transparent;
}
.step-by-step__tabs .step-by-step__item-l.active .step-by-step__item-l-title:after {
  background: rgba(243, 62, 79, 1);
}
/* .step-by-step__tabs .step-by-step__item-l.active .step-by-step__item-l-title::before {
  content: '';
  position: absolute;
  width: 4px;
  height: 90px;
  background: rgba(243, 62, 79, 1);
  top: -50px;
  right: -4px;
} */
.step-by-step__tabs .step-by-step__item:last-child .step-by-step__item-l.active .step-by-step__item-l-title {
  content: none;
}
.step-by-step__item-r {
  position: relative;
  max-width: 516px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: 0.2s;
}
.step-by-step__item-r.active {
  opacity: 1;
  visibility: visible;
  height: auto;
}
.step-by-step__item-r.next-tab {
  opacity: 0.2;
  visibility: visible;
  height: auto;
}
.step-by-step__item-r.next-tab .step-by-step__item-r-in {
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
.step-by-step__item-r.next-tab .step-by-step__item-r-in .step-by-step-tab__text {
  display: none;
}
.step-by-step__item-r.next-tab .step-by-step__item-r-in .step-by-step-tab__title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100px;
  margin-bottom: 0;
}
.step-by-step__item-r.next-tab .step-by-step__item-r-in .step-by-step-tab__img {
  margin-bottom: 0;
}
.step-by-step__tabs .step-by-step__item-l.next-tab .step-by-step__item-l-title {
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
.step-by-step-tab__img {
  margin-bottom: 33px;
}
.step-by-step-tab__title {
  color: #202B3A;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 107.143%;
  margin-bottom: 24px;
}
.step-by-step-tab__text {
  color: #202B3A;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 144px;
}
.hide-border {
    background: #EEF5FB;
    width: 115%;
    height: 100%;
    position: absolute;
    top: 47px;
    z-index: 1;
}
.hide-border-2 {
  display: none;
  background: #EEF5FB;
  width: 130%;
  height: 200%;
  position: absolute;
  bottom: 95%;
  z-index: 1;
}
.step-by-step__item-l.active.clicked .hide-border-2 {
  bottom: 70%;
}
.step-by-step__item-l-title span {
  position: relative;
  z-index: 2;
  /* cursor: pointer; */
}

/* ---------------- faq-main ---------------- */
.faq-main .container {
  display: flex;
  align-items: center;
}
.faq-main__l {
  max-width: 512px;
  margin-right: 24px;
}
.faq-main__r-text.main-text {
  margin-bottom: 36px;
}
.faq-main__img {
  max-width: 512px;
  width: 100%;
  display: flex;
  border-radius: 10px;
  overflow: hidden;
}
.faq-main__col.adaptive,
.faq-main__img.adaptive {
  display: none;
}
.faq-main__r {
  max-width: 1052px;
  width: 100%;
  position: relative;
}
.faq-main__col {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.faq-main__item {
  display: flex;
  width: 646px;
  padding: 24px;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
  background: #2A394D;
  color: #FFF;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 107.143%;
  margin-bottom: 24px;
  transition: .2s;
}
.faq-main__item a {
  color: #FFF;
}
.faq-main__item:last-child {
  margin-bottom: 0;
}
.faq-main__item-l-title {
  width: 75%;
}
.faq-main__item svg {
  position: relative;
  left: 0px;
  transition: .2s;
}

/* ---------------- calculator ---------------- */

.calculator-block {
  background: #EEF5FB;
  padding: 220px 0;
}
.calculator__r-title.main-title strong {
  background: #F33E4F;
  margin-top: 16px;
}
.calculator__l {
  max-width: 740px;
  width: 100%;
  margin-right: 58px;
}
.calculator-block .container {
  display: flex;
  align-items: center;
}
.calculator__r {
  min-width: 792px;
}
.calculator {
  padding: 72px 34px;
  border-radius: 8px;
  border: 24px solid rgba(89, 116, 154, 0.12);
  background: #FFF;
  display: inline-block;
  width: 100%;
  transition: .2s;
}
.calculator__gender {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form-radio {
  display: flex;
}
.form-radio input {
  display: none;
}
.form-radio label {
  width: 100%;
  display: flex;
  padding: 15px 22px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  color: #2a394d;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 0px 8px 8px 0px;
  background: #EEF5FB;
  cursor: pointer;
  border: 1px solid #2A394D;
}
.calculator__yob_fs-r-radio:nth-child(1) {
  width: 35%;
}
.calculator__yob_fs-r-radio:nth-child(2) {
  width: 65%;
}
.form-radio label.calculator__radio-first {
  border-radius: 8px 0px 0px 8px;
}
.form-radio input + label {
  transition: .2s;
}
.form-radio input:checked + label {
  background: #2A394D;
 
  color: #fff;
  transition: .2s;
}
.calculator__title-big {
  color: #2A394D;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 45%;
}
.form-mb {
  margin-bottom: 39px;
}
.calculator__yob_fs {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.calculator__title {
  color: #2A394D;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 16px;
}
.form__input,
.form__textarea {
  display: flex;
  padding: 15px 16px;
  justify-content: flex-start;
  align-items: center;
  border-radius: 8px;
  /* border: 1px solid #59749A; */
  border: none;
  box-shadow: 0px 0px 0px 1px #59749A;
  background: #F9FBFE;
  text-align: left;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
}
.form__textarea::placeholder,
.form__input::placeholder {
  /* color: rgba(42, 57, 77, 0.2); */
  color: rgba(89, 116, 154, 1);
  opacity: 0.8;
}
.form__textarea:focus,
.form__input:focus {
  box-shadow: 0px 0px 0px 2px #59749A;
}
.form__textarea.error,
.form__input.error {
  box-shadow: 0px 0px 0px 2px #F33E4F;
}
.form__input.form__input-age {
  width: 143px;
}
.calculator__age {
  max-width: 226px;
}
.go-home,
.step-btn,
.form-submit {
  border-radius: 100px;
  background: rgba(89, 116, 154, 0.12);
  color: #2A394D;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 15px 45px;
  border: none;
  width: 100%;
  cursor: pointer;
  transition: .2s;
}
.survey-screen-6 .go-home,
.survey-screen__side-r .step-btn {
  background: #2A394D;
  color: #fff;
}
/* .go-home.active,
.step-btn.active,
.form-submit.active {
  background: rgba(243, 62, 79, 1);
  color: #fff;
} */
.calculator__gender-radio {
  width: 50%;
}
.calculator__gender-radios .calculator__gender-radio label {
  width: 100%;
}
.calculator__gender-radios {
  display: flex;
  align-items: center;
  width: 55%;
}
.calculator__yob_fs-r {
  width: 55%;
}
.calculator__age,
.calculator__rev-input {
  position: relative;
}
.calculator__age .error-text {
  width: max-content;
}
.calculator-step-2__title {
  color: #2A394D;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 8px;
}
.calculator-step-2__amount {
  color: #29BD51;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 39px;
}
.calculator-step-2__text {
  margin-bottom: 39px;
}
.calculator-step-2 .main-btn {
  width: 100%;
  margin-bottom: 16px;
}

/* ---------------- our-team ---------------- */

.our-team {
  background: #2A394D;
}
.our-team.mb {
  margin-bottom: 178px;
}
.our-team .container {
  display: flex;
  align-items: center;
}
.our-team__img {
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  top:  74px;
  margin-right: 154px;
}
.our-team__img.adaptive {
  display: none;
}
.our-team-r {
  max-width: 651px;
  width: 100%;
}
.our-team__subtitle {
  color: #F33E4F;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 291.667%;
  margin-bottom: 16px;
}
.our-team__title.main-title {
  color: #FFF;
  margin-bottom: 72px;
}
.main-form__top-l {
  display: flex;
  flex-wrap: wrap;
  min-width: 780px;
  margin-right: 22px;
}
.main-form__top-l-input {
  max-width: 377px;
  width: 100%;
  margin-right: 24px;
}
.main-form__top-l-input:nth-child(2n) {
  margin-right: 0;
}
.main-form__top-l-name,
.main-form__top-l-lastname {
  margin-bottom: 22px;
}
.main-form__top {
  display: flex;
  margin-bottom: 16px;
}
.main-form__top-r {
  max-width: 779px;
  width: 100%;
}
.main-form__top-r .form__textarea {
  width: 100%;
  height: 151px;
}
.survey-screen__pflichtfeld,
.main-form__mid {
  margin-bottom: 16px;
  color: rgba(42, 57, 77, 0.7);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.main-form__bottom {
  display: flex;
}
.survey-screen__rules {
  display: flex;
}
.main-form__bottom-l {
  min-width: 780px;
  width: 780px;
  display: flex;
  margin-right: 26px;
}
.main-form__bottom-r {
  max-width: 777px;
  width: 100%;
}
.main-form__bottom-r .form-submit {
  width: 100%;
}




.main-checkbox-label {
  position: relative;
  width: 28px;
  height: 28px;
  display: inline-block;
}
.main-checkbox {
  margin-right: 16px;
}
.main-checkbox label {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  cursor: pointer;
}
.main-checkbox label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  top: 100%;
}
.mail-status-text {
  display: none;
  padding: 30px 0;
  text-align: center;
  font-size: 32px;
}
.mail-sended ~ .mail-status-text {
  display: block;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 28px;
  border-radius: 5px;
  box-shadow: 0px 0px 0px 1px #59749A;
  background: #F9FBFE;
}


.main-checkbox label input:checked ~ .checkmark {
  box-shadow: 0px 0px 0px 2px #59749A;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.main-checkbox label input:checked ~ .checkmark:after {
  display: block;
}
.main-checkbox label .checkmark:after {
    left: 9px;
    top: 5px;
    width: 6px;
    height: 12px;
    border: solid #000000;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.main-checkbox-text {
  color: rgba(42, 57, 77, 0.7);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.main-checkbox-text a {
  color: rgba(42, 57, 77, 0.7);
  text-decoration: underline;
}

.callback-bg {
  margin: 0 auto 130px auto;
}
.callback-bg.callback-bg-form {
  margin-bottom: 0;
}
.callback-bg__img {
  position: absolute;
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.callback-bg__img picture {
  width: 100%;
}
.callback-bg__row {
  position: relative;
  max-width: 1824px;
  width: 100%;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
}
/* .callback-bg__info {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 152px;
  z-index: 2;
} */
.callback-bg__info {
  position: relative;
  z-index: 2;
  padding: 73px 172px;
}
.callback-bg__title.main-title {
  color: #fff;
  margin-bottom: 38px;
}
.callback-bg__btns {
  display: flex;
  align-items: center;
}
.callback-bg__btns .main-btn-phone {
  margin-right: 32px;
}
.footer {
  background: #2A394D;
  color: #FFF;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 163%;
  padding: 86px 0 44px 0;
}
.footer-logo {
  width: 354px;
  margin-bottom: 44px;
}
.footer-logo img {
  width: 100%;
  object-fit: contain;
}
.footer__row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 55px;
}
.footer-cols__r {
  display: flex;
}
.footer-col__title {
  color: #F33E4F;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 136.364%;
  margin-bottom: 22px;
  margin-top: 28px
}
.footer-col__two {
  margin-right: 162px;
}
.footer-menu li a {
  color: #FFF;
  transition: .2s;
}
.footer-col__three {
  margin-right: 162px;
}
.footer__bottom {
  display: flex;
  justify-content: flex-end;
}


/* ---------------- hero-site ---------------- */
.hero-site {
  position: relative;
  max-width: 1963px;
  margin: 0 auto;
  overflow: hidden;
}
.hero-site__screen {
  max-width: 1824px;
  width: 100%;
  border-radius: 8px;
  margin: 128px auto 24px auto;
  position: relative;
  overflow: hidden;
  padding: 94px 0;
  min-height: 414px;
}
.hero-site__screen picture {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.hero-site__screen .container {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.hero-site__subtitle {
  color: #FFF;
  text-align: center;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 132.353%;
  margin-bottom: 24px;
}
.hero-site__title {
  color: #FFF;
  text-align: center;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 133.333%;
  letter-spacing: 0.6px;
}


/* ---------------- breadcrumb ---------------- */
.breadcrumb-block {
  margin-bottom: 48px;
}
.breadcrumb-row {
  display: flex;
  align-items: baseline;
}
.breadcrumb ul li {
  margin-right: 56px;
  position: relative;
}
.breadcrumb ul li:last-child {
  margin-right: 0;
}
.breadcrumb ul li.bold a {
  transition: .2s;
}
.breadcrumb ul li::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -38px;
  width: 24px;
  height: 24px;
  background: url(../img/chevron-right.svg) no-repeat center center;
  background-size: contain;
}
.breadcrumb ul li:last-child:before {
  content: none;
}
.breadcrumb ul li span,
.breadcrumb ul li a {
  color: rgba(32, 43, 58, 1);
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* ---------------- about us ---------------- */

.about-us__r-subtitle {
  color: #2A394D;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 4px;
}
.about-us__bottom {
  display: flex;
}
.about-us__bottom-l {
  max-width: 778px;
  width: 100%;
  margin-right: 24px;
}
.about-us__bottom-r {
  max-width: 780px;
  width: 100%;
}
.about-us__item {
  border-radius: 8px;
  background: #EEF5FB;
  position: relative;
  margin-bottom: 34px;
  transition: .2s;
  overflow: hidden;
}
.about-us__item.active {
  position: relative;
}
.about-us__item.active::before {
  content: '';
  position: absolute;
  width: 8px;
  height: 100%;
  left: 0;
  top: 0;
  background: #2A394D;
}

.about-us__item:last-child {
  margin-bottom: 0;
}
.about-us__item-img {
  display: flex;
  margin-right: 26px;
  width: 60px;
}
.about-us__item-img  img {
  width: 100%;
}
.about-us__item-top {
  display: flex;
  align-items: center;
  color: #2A394D;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.about-us__item-top-wp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 44px;
  user-select: none;
}
.about-us__item-top-wp.active {
  padding-bottom: 0;
}
.about-us__item-more {
  padding: 0 44px 0 44px;
  padding-top: 0;
  transition: .2s;
  height: 0;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  z-index: 2;
  left: 0;
}
.about-us__item-more.active {
  padding: 26px 44px 44px 44px;
  height: auto;
  opacity: 1;
  visibility: visible;
  border-radius: 0px 0px 10px 0px;
}
.about-us__item-top-wp .about-us__item-top-arr {
  transform: rotate(0deg);
  transition: .2s;
}
.about-us__item-top-wp.active .about-us__item-top-arr {
  transform: rotate(180deg);
}
.about-us-team__items {
  display: flex;
  flex-wrap: wrap;
}
.about-us-team__item {
  padding: 16px;
  border-radius: 4px;
  background: #fff;
  display: flex;
  width: 49%;
  margin-right: 2%;
  transition: .2s;
  margin-top: 56px;
}
.about-us-team__item:nth-child(1),
.about-us-team__item:nth-child(2) {
  margin-top: 0;
}
.about-us-team__item:nth-child(2n) {
  margin-right: 0;
}

.about-us-team__item-img {
  min-width: 300px;
  height: 360px;
  border-radius: 8px;
  margin-right: 36px;
  border-radius: 10px;
  overflow: hidden;
}
.about-us-team__item-r {
  width: 55%;
}
.about-us-team__item-r-name {
  color: #F33E4F;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 107%;
  margin-top: 24px;
  margin-bottom: 8px;
}
.about-us-team__item-r-position {
  color: #2A394D;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 136%;
  margin-bottom: 24px;
}
.about-us-career {
  width: 100%;
  position: relative;
}
.about-us-career picture {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.about-us-career .container {
  position: relative;
  z-index: 2;
  padding: 72px 0;
}
.about-us-career__info {
  max-width: 768px;
}
.about-us-career__title.main-title {
  color: #FFF;
  margin-bottom: 34px;
}
.about-us-career__text.main-text {
  color: #FFF;
  margin-bottom: 34px;
}
.about-us-career__list {
  padding-left: 32px;
}
.about-us-career__list li {
  margin-bottom: 16px;
  list-style: disc;
  transition: .2s;
  right: 0;
}
.about-us-career__list li::marker {
  color: #fff;
}
.about-us-career__list li:last-child {
  margin-bottom: 0;
}
.about-us-career__list li a {
    display: flex;
    align-items: center;
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: relative;
    top: 2px;
}
.about-us-career__list li a br {
  display: none;
}
.about-us-career__list li a svg {
  margin-left: 24px;
  position: relative;
  transition: .2s;
  right: 0;
}


.about-us-team__silder-arr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 34px auto 0 auto;
}
.about-us-team__silder-pagination.swiper-pagination-bullets{
  width: auto;
}
.about-us-team__silder-pagination .swiper-pagination-bullet {
  border-radius: 20px;
  background: rgba(42, 57, 77, 0.2);
  width: 24px;
  height: 10px;
  opacity: 1;
  transition: .2s;
  margin-right: 40px !important;
  margin-left: 0 !important;
}
.about-us-team__silder-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0 !important;
}
.about-us-team__silder-pagination .swiper-pagination-bullet-active {
  width: 74px;
  height: 10px;
  border-radius: 20px;
  background: #2A394D;
}
.faq__r {
  max-width: 1048px;
}
.faq__r-title.main-text {
  margin-bottom: 72px;
}
.faq__l {
  min-width: 512px;
  margin-right: 24px;
}
.faq .container {
  display: flex;
}
.faq__item {
  border-radius: 8px;
  background: #EEF5FB;
  position: relative;
  margin-bottom: 34px;
  transition: .2s;
}
.faq__item.active {
  position: relative;
}
.faq__item.active::before {
  content: '';
  position: absolute;
  width: 8px;
  height: 100%;
  left: 0;
  top: 0;
  background: #2A394D;
}
.faq__item-num {
  margin-right: 5px;
}
.faq__item:last-child {
  margin-bottom: 0;
}
.faq__item-img {
  display: flex;
  margin-right: 26px;
  width: 60px;
}
.faq__item-img  img {
  width: 100%;
}
.faq__item-top {
  display: flex;
  color: #59749A;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 90%;
}
.faq__item-top-wp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 44px;
}
.faq__item-top-wp.active {
  padding-bottom: 0;
}
.faq__item-more {
  padding: 0 44px 0 44px;
  padding-top: 0;
  transition: .2s;
  height: 0;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  z-index: 2;
}
.faq__item-more.active {
  padding: 35px 44px 44px 44px;
  height: auto;
  opacity: 1;
  visibility: visible;
  border-radius: 0px 0px 10px 0px;
}
.faq__item-top-wp .faq__item-top-arr {
  transform: rotate(0deg);
  transition: .2s;
}
.faq__item-top-wp.active .faq__item-top-arr {
  transform: rotate(180deg);
}
.faq__item-top-wp.active .faq__item-top {
  color: #2A394D;
}
.faq__item-top-wp.active .faq__item-top-arr path {
  stroke: #2A394D;
}
#loader-icon {
  display: none;
}
#mail-status {
    font-size: 22px;
    padding: 35px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.calculator .fields-not-filled {
  margin-top: 20px;
}
.calculator .fields-not-filled,
.survey-body .fields-not-filled,
#mail-status .error-msg,
#mail-status .fields-not-filled {
  color: rgba(243, 62, 79, 1);
  display: flex;
  align-items: center;
  justify-content: center;
}
#mail-status .success-msg {
  color: rgba(41, 189, 81, 1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.calculator .fields-not-filled svg,
.survey-body .fields-not-filled svg,
#mail-status .success-msg svg,
#mail-status .error-msg svg,
#mail-status .fields-not-filled svg {
  margin-right: 16px;
}
#robotest,
#robotest-survey {
  display: none;
}

.survey-titles {
  text-align: center;
}
.survey-titles .survey__r-title.main-title {
  margin-bottom: 24px;
}
.survey-titles .survey__r-title.main-title strong {
  background: #F33E4F;
}
.survey {
  padding: 180px 0px;
  background: #EEF5FB;
  overflow: hidden;
}
.survey-progress {
  display: flex;
  align-items: center;
  max-width: 1000px;
  margin: 48px auto;
}
.survey-progress {
  position: relative;
  padding: 32px 30px;
}
.progress {
  width: 100%;
  height: 4px;
  background: #FFF;
}
.progress-line {
  position: absolute;
  width: 0%;
  height: 4px;
  background: #F33E4F;
  left: 0;
}
.progress-line.start {
  width: 20%;
}
.progress-line.half {
  width: 60%;
}
.progress-line.completed-sfp {
  width: 80%;
}
.progress-line.completed-full {
  width: 100%;
}
.progress-step-1,
.progress-step-2,
.progress-step-3 {
  position: absolute;
  width: 30px;
  height: 30px;
  background: #FFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  /* font-size: 50px; */
  font-size: 0;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
.progress-step-1 {
  left: 0px;
}
.progress-step-2 {
  left: 50%;
  transform: translateX(-50%);
}
.progress-step-3 {
  right: 0px;
}
.survey__r-title.main-text {
  margin-bottom: 24px;
}
.progress-step-1.active,
.progress-step-2.active,
.progress-step-3.active {
  width: 68px;
  height: 68px;
  background: #F33E4F;
  font-size: 50px;
}
.progress-step-1.completed-step,
.progress-step-2.completed-step,
.progress-step-3.completed-step {
  background: #F33E4F;
}
.survey__screen-title {
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 107%;
  margin-bottom: 16px;
}
.survey__screen-text {
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 28px;
}
.survey-body {
  padding: 88px 34px;
  border-radius: 8px;
  border: 19px solid rgba(89, 116, 154, 0.12);
  background: #FFF;
}
.survey__r-text {
  margin-bottom: 24px;
}
.step-btn.off-bnt,
.form-submit.off-bnt {
  pointer-events: none;
  background: #F9FBFE;
  color: rgba(89, 116, 154, 0.6);
}
.survey-screen-row {
  margin-bottom: 39px;
}
.survey-screen-row-100 {
  width: 100%;
}
.mb-84 {
  margin-bottom: 84px;
}
.survey-screen-row:last-child {
  margin-bottom: 0;
}
.survey-screen-row {
  display: flex;
}
.survey-screen__side-l,
.survey-screen__side-r {
  width: 49%;
}
.survey-screen__side-l {
  margin-right: 2%;
}
.survey-screen__input {
  position: relative;
}
.error-text,
.error-message {
  color: #F33E4F;
  position: absolute;
  left: 0px;
  top: 114%;
  font-size: 12px;
}
.survey-screen__input-title {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 16px;
  min-height: 32.5px;
}
.survey-screen-line {
  display: flex;
  align-items: center;
  margin-bottom: 39px;
}
.survey-screen-line svg {
  margin-right: 16px;
  min-width: 33px;
}
.survey-screen-line.block-line {
  margin: 84px 0;
}
.survey-screen-line.block-line.m-s {
  margin-top: 0;
  margin-bottom: 39px;
}
.survey-screen-line.block-line .survey-screen-line-title {
  color: rgba(89, 116, 154, 0.12);
}
.survey-screen-line.block-line .line {
  background: rgba(89, 116, 154, 0.12);
}
.survey-screen-line.block-line svg {
  opacity: .2;
}
.survey-screen-line .line {
  height: 1px;
  width: 100%;
  background: #000000;
}
.survey-screen-line-title {
  white-space: nowrap;
  margin-right: 16px;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
}
.survey-body__width {
  max-width: 1114px;
  margin: 0 auto;
  position: relative;
}
.survey-screen__side {
  width: 32%;
  margin-right: 3%;
}
.survey-screen__side:last-child {
  margin-right: 0;
}
.survey-screen__side .form-radio label {
  width: 100%;
}
.survey-screen__side .calculator__yob_fs-r-radio {
  width: 50%;
}
.block-content {
  pointer-events: none;
  opacity: .2;
}
.survey-row-m {
  margin-bottom: 84px;
}
.survey-screen-subtitle {
  white-space: nowrap;
  margin-right: 16px;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  margin-bottom: 8px;
}
.survey-screen-total {
  color: #29BD51;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 62px;
}
.survey-screen-text {
  color: #2A394D;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 31px;
}
.survey-screen-link {
  display: flex;
  align-items: center;
  color: #F33E4F;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 64px;
  cursor: pointer;
}
.survey-screen-link svg {
  margin-left: 16px;
  position: relative;
  right: 0;
  transition: .2s;
}
.survey-body__success-title,
.survey-body__success-subtitle, 
.survey-body__success-text {
  text-align: center;
}
.survey-body__success-title.main-title {
  margin-bottom: 0;
}
.survey-body__success-subtitle {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  margin-bottom: 62px;
}
.survey-body__success-text {
  margin-bottom: 87px;
}
.survey-screen-6 .survey-body {
  border: 19px solid #29BD51;
}
.main-checkbox label input.error ~ .checkmark {
  box-shadow: 0px 0px 0px 2px #F33E4F;
}
.survey-screen-5 .survey-screen-row {
  align-items: flex-end;
}


.phone-icone {
  display: none;
  margin-right: 22px;
}



.burger {
  display: none;
}
.overlay-phone,
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 8;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background-color: rgb(32, 43, 58);
	opacity: 0;
	visibility: hidden;
}
.overlay-phone.show,
.overlay.show {
	opacity: 0.5;
	visibility: visible;
}
.mobile-menu-wrappers {
  flex-direction: column;	
  position: fixed;
  right: 0;
  top: 0;
  width: auto;
  height: 100%;
  background: #ffffff;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 32px 33px 28px 40px;
  transform: translateX(120%);
  transition: .2s;
  z-index: 10;
  max-width: 375px;
  width: 100%;
}
.mobile-menu-wrappers.clicked {
  transform: translateX(0);
}
.mobile-menu-in {
  max-width: 220px;
}
.mobile-menu__close-row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 74px;
}
.mobile-menu .main-menu {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(89, 116, 154, 0.5);
}
.mobile-menu .main-menu .main-menu__item {
  margin-right: 0;
  margin-bottom: 30px;
}
.mobile-menu .main-menu .main-menu__item:last-child {
  margin-bottom: 0;
}
.mobile-menu .main-menu .main-menu__item a {
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 38px;
    padding: 0;
}
.mobile-menu__ico {
  margin-bottom: 16px;
}
.mobile-menu__text {
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 38px;
  margin-bottom: 15px;
}
.mobile-menu__link {
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 38px;
  text-decoration-line: underline;
  color: #F33E4F;
}

.phone-popup {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(243, 62, 79, 1);
  padding: 83px;
  border-radius: 27px;
  opacity: 0;
  visibility: hidden;
  transition: .2s;
  z-index: 10;
  min-width: 473px;
}
.phone-popup.clicked {
  opacity: 1;
  visibility: visible;
}
.phone-popup__close {
  position: absolute;
  right: 28px;
  top: 28px;
}
.phone-popup__ico {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.phone-popup__title {
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 52px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 40px;
}
.hone-popup__link {
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 52px;
  text-align: center;
  text-decoration-line: underline;
  color: #FFFFFF;
}
.mobile-menu .main-menu .main-menu__item.active a {
  color: rgba(243, 62, 79, 1);
}
.show-more {
  margin-top: 50px;
  margin-bottom: 50px;
  color: #F33E4F;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: none;
  flex-direction: column;
  align-items: center;
}
.show-more span {
  margin-bottom: 10px;
}

.content-items {
  margin-bottom: 120px;
}
.content-items_item {
  display: flex;
  padding: 34px 34px 22px 34px;
  border-radius: 8px;
  background: var(--PP-Blau-light, #EEF5FB);
}
.content-items_item-img {
  width: 204px;
  height: 195px;
  border-radius: 8px;
  overflow: hidden;
  margin-right: 48px;
}
.content-items_item-r {
  width: 64%;
}
.content-items_item-r-title {
  color: #2A394D;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 16px;
}
.content-items_item-r-text {
  margin-bottom: 16px;
}
.content-items__wrapper {
  overflow: hidden;
}
.content-items__title {
  margin-bottom: 48px;
}
.content-blocks-wrapper {
  display: flex;
  justify-content: center;
}
.content-blocks {
  width: 66%;
}
.cmb {
  margin-bottom: 48px;
}
div.cmb:last-child {
  margin-bottom: 0;
}
.content-blocks {
  margin-bottom: 120px;
}
.content-blocks div:last-child {
  margin-bottom: 0;
}
.content-img {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}
.content-img img {
  width: 100%;
}
.content-img__text {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.content-aside {
  width: 25%;
  margin-left: 9%;
}
.sidebar__item-t,
.sidebar__item-t img {
  width: 100%;
}
.sidebar__item-t picture {
  display: block;
}
.sidebar__item {
  margin-top: 48px;
}
.sidebar__item:first-child {
  margin-top: 0;
}
.sidebar__item-t {
  margin-bottom: 16px;
}

.content-items__slider-navs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 35px;
  max-width: 1040px;
  margin: 35px auto 0 auto;
}
.scontent-items__slider-pagination.swiper-pagination-bullets {
  width: auto;
  margin: 0 114px ;
}
.content-items__slider-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 24px;
  height: 10px;
  border-radius: 20px;
  opacity: 0.2;
  background: #2A394D;
}
.content-items__slider-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 74px;
  height: 10px;
  opacity: 1;
}
.content-items__slider-prev,
.content-items__slider-next {
  cursor: pointer;
}
.content-items .swiper-pagination-bullets.swiper-pagination-horizontal {
  width: auto;
}
.content-items__slider .swiper-slide {
  height: auto;
}
.flexibleBlocks__center-title {
  width: 66%;
  margin: 0 auto;
}
.page-404 {
  min-height: 600px;
  margin-top: 107px;
  display: flex;
  align-items: center;
}
.page-404__title.main-title {
  margin-bottom: 5px;
}
.page-404 .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.page-404__text.main-text {
  margin-bottom: 40px;
}
.callback-bg-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.1);
}
.hidden-inputs {
  display: none;
}
.default-page-wrapper .hero-site__screen {
  min-height: auto;
}
.default-page {
  max-width: 1048px;
  margin: 120px auto 120px auto;
}
h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 219%;
  margin-bottom: 0;
}
h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px;
}
.page-space-120 {
  margin-bottom: 120px;
}
.default-page .main-text p {
  margin-bottom: 24px;
}
.default-page .main-text h2 {
  position: relative;
  left: -43px;
}
.default-page__btn {
  margin-top: 48px;
}
.default-page__content a {
  color: #2a394d;
}

@media (min-width: 1930px) {
  .callback-bg,
  .hero,
  .hero-site {
    max-width: 1963px;
  }
  .hero-bn {
    right: 0;
  }
}
@media (min-width: 1600px) {
  .safe-choice__slider .swiper-slide.safe-choice__item.swiper-slide-active {
    padding: 72px 22px;
  }
}
@media (min-width: 1170px) {
  .default-page__content a:hover {
    text-decoration: underline;
  }
  .main-checkbox label:hover input ~ .checkmark {
    box-shadow: 0px 0px 0px 2px #59749A;
  }
  .about-us-team__item:hover {
    background: #F9FBFE;
  }
  .about-us-career__list li:hover a svg {
    right: -8px;
  }
  .main-btn:hover{
    background: #FF7A86;
  }
  .main-btn.main-btn-wt:hover {
    background: #EEF5FB;
  }
  .main-btn.main-btn-phone:hover {
    background: #FF7A86;
    padding: 15px 64px;
  }
  .main-btn.main-btn-phone:hover .phone-ico {
    display: none;
  }
  .main-btn.main-btn-phone:hover .phone-ico-hv {
    display: block;
  }
  .main-menu .main-menu__item a:hover::before {
    left: 0%;
  }
  .survey-screen-link:hover svg,
  .main-link:hover svg {
    right: -8px;
  }
  .faq-main__item:hover {
    background: #59749A;
  }
  .faq-main__item:hover svg {
    left: 8px;
  }
  .calculator:hover {
    border: 24px solid #2A394D;
  }
  .go-home:hover,
  .form-submit:hover,
  .calculator:hover .form-submit {
    background: #2A394D;
    color: #fff;
  }
  .main-btn.main-back:hover,
  .survey-screen__side-r .step-btn:hover,
  .step-btn:hover {
    background: #222e3d;
    color: #fff;
  }
  /* .go-home.active:hover,
  .step-btn.active:hover,
  .form-submit.active:hover {
    background: #FF7A86;
  } */
  .footer-menu li a:hover {
    text-decoration: underline;
  }
  .form__textarea:hover,
  .form__input:hover {
    box-shadow: 0px 0px 0px 2px #59749A;
  }
  .form__textarea.error:hover,
  .form__input.error:hover {
    box-shadow: 0px 0px 0px 2px #F33E4F;
  }
  .main-btn.main-btn-wt.btn-active:active {
    background: #2A394D;
    color: #FFF;
  }
  .main-link:active {
    color: #2a394d;
  }
  .main-link:active svg path {
    stroke: #2a394d;
  }
  .main-btn.btn-active:active {
    background: #870017;
  }
  /* .safe-choice__slider.swiper-3d .swiper-cube-shadow,
  .safe-choice__slider.swiper-3d .swiper-slide,
  .safe-choice__slider.swiper-3d .swiper-slide-shadow,
  .safe-choice__slider.swiper-3d .swiper-slide-shadow-bottom,
  .safe-choice__slider.swiper-3d .swiper-slide-shadow-left,
  .safe-choice__slider.swiper-3d .swiper-slide-shadow-right,
  .safe-choice__slider.swiper-3d .swiper-slide-shadow-top,
  .safe-choice__slider.swiper-3d .swiper-wrapper {
    transform-style: initial !important;
  } */
  .safe-choice__slider .swiper-slide.safe-choice__item.swiper-slide-active {
    padding: 40px 22px;
  }
  .safe-choice__slider-pagination.swiper-pagination-bullets .swiper-pagination-bullet:hover {
    opacity: 1;
  }
  .form-radio input + label:hover {
    background: #222e3d;
    color: #ffffff;
  }
  .breadcrumb ul li.bold a:hover {
    text-decoration: underline;
  }
  .about-us__r-title.main-title br {
    display: none;
  }
  .about-us__item:hover {
    background: #dde9f3;
  }
  .faq__item:hover {
    background: #dde9f3;
  }
  .faq__item:hover .faq__item-top {
    color: #2A394D;
  }
  .faq__item:hover .faq__item-top-wp .faq__item-top-arr path {
    stroke: #2A394D;
  }
  .step-by-step__tabs .step-by-step__item-l.active .step-by-step__item-l-title:hover {
    color: #202B3A;
  }
  .step-by-step__tabs .step-by-step__item-l.active.clicked .step-by-step__item-l-title:hover,
  .step-by-step__tabs .step-by-step__item-l .step-by-step__item-l-title:hover {
    color: rgba(42, 57, 77, 0.6);
  }
  .step-by-step__item-r.next-tab:hover {
    opacity: 0.6;
  }
}
@media (max-width: 1880px) {
  .callback-bg__row,
  .hero__screen,
  .hero-site__screen {
     width: 97%;
  }
}
@media (max-width: 1700px) {
  .container {
     width: 90%;
  }
  .hero__title {
    font-size: 55px;
    margin-bottom: 30px;
  }
  .hero__subtitle {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .hero__text {
    font-size: 20px;
    margin-bottom: 35px;
  }
  .hero-bn {
    width: 980px;
  }
  .faq-main__item {
    width: 550px;
    padding: 20px;
    font-size: 22px;
    margin-bottom: 20px;
  }
  .step-by-step-tab__text {
    padding-bottom: 80px;
  }
}
@media (max-width: 1600px) {
  .safe-choice__l-pc-block {
    display: none;
  }
  .main-title {
    font-size: 46px;
    margin-bottom: 30px;
  }
  .survey-screen-total,
  .calculator-step-2__amount {
    font-size: 46px;
  }
  .main-text {
    font-size: 20px;
  }
  .main-text,
  .main-btn,
  .main-link,
  .form-submit,
  .main-menu .main-menu__item a,
  .step-by-step-tab__text,
  .form-radio label,
  .calculator__title,
  .form__input,
  .form__textarea,
  .form__input::placeholder,
  .form__textarea::placeholder,
  .footer {
    font-size: 20px;
  }
  .hero-bn {
    padding: 40px 50px;
  }
  .hero__screen {
    margin: 131px auto 98px auto;
  }
  .faq-main__item {
    width: 500px;
  }
  .calculator-block {
    padding: 130px 0;
  }
  .safe-choice__l {
    position: relative;
    display: block;
    width: 969px;
  }
  
  .advantages__item-l-title {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .calculator__yob_fs-r-radio:nth-child(1) {
    width: 41%;
  }
  .calculator__yob_fs-r-radio:nth-child(2) {
    width: 59%;
  }
  .safe-choice__item {
    padding: 48px 20px;
  }
}
@media (max-width: 1550px) {
  .faq-main__item {
    width: 415px;
    font-size: 18px;
  }
  .main-title,
  .survey-screen-total,
  .calculator-step-2__amount {
    font-size: 38px;
  }
  .main-text,
  .main-btn,
  .main-link,
  .form-submit,
  .main-menu .main-menu__item a,
  .step-by-step-tab__text,
  .form-radio label,
  .calculator__title,
  .form__input,
  .form__textarea,
  .form__input::placeholder,
  .form__textarea::placeholder,
  .footer {
    font-size: 18px;
  }
  .hero-bn__img {
    width: 260px;
  }
  .hero-bn {
    right: -130px;
  }
  .advantages__item-r {
    width: 74px;
    height: 214px;
    margin-right: 20px;
  }
  .safe-choice__r-text.main-text {
    margin-bottom: 50px;
  }
  .form-mb {
    margin-bottom: 30px;
  }
  .main-form__top-r .form__textarea {
    height: 135px;
  }
  .about-us__r-subtitle {
    font-size: 24px;
  }
  .callback-bg__info {
    position: relative;
    z-index: 2;
    padding: 73px 102px;
  }
  .hero__screen {
    height: 701px;
  }
  .safe-choice__list {
    font-size: 14px;
  }
}
@media (max-width: 1450px) {
  .hero__title {
    font-size: 50px;
    margin-bottom: 26px;
    max-width: 860px;
  }
  .hero__subtitle {
    font-size: 26px;
    margin-bottom: 26px;
  }
  .hero__text {
    font-size: 18px;
    max-width: 670px;
    margin-bottom: 30px;
  }
  .hero__screen {
    margin: 131px auto 83px auto;
  }
  .about-us__item,
  .faq__item {
    margin-bottom: 24px;
  }
  .faq__item-top,
  .about-us__item-top {
    font-size: 22px;
  }
  .about-us__item-top-wp,
  .faq__item-top-wp {  
    padding: 36px 44px;
  }
  .about-us__item-img {
    width: 40px;
  }
  /* .step-by-step {
    height: 942px;
  } */
}
@media (max-width: 1400px) {
  .safe-choice__slider-navs {
    display: flex;
  }
  .hide-border {
    top: 39px;
  }
  .hero__screen {
    height: 690px
  }
  .faq-main__l {
    max-width: 476px;
  }
  .calculator__r {
    min-width: 710px;
  }
  .header-btn-wrapper {
    width: 360px;
  }
  .main-menu .main-menu__item {
    margin-right: 30px;
  }
  .logo,
  .footer-logo {
    width: 290px;
  }
  .header__row {
    padding: 24px 0;
  }
  .hero__screen {
    margin: 108px auto 74px auto;
  }
  .hero-bn {
    padding: 30px 50px;
  }
  .mb {
    margin-bottom: 100px;
  }
  .step-by-step,
  .advantages,
  .safe-choice {
    padding: 100px 0;
  }
  .faq-main__img {
    max-width: 440px;
  }
  .step-by-step__tabs .step-by-step__item-l.active .step-by-step__item-l-title,
  .step-by-step__tabs .step-by-step__item-l.next-tab .step-by-step__item-l-title {
    font-size: 40px;
  }
  .step-by-step__tabs .step-by-step__item-l-title:after {
    top: 12px;
  }
  .about-us-team__item-img {
    min-width: 180px;
    height: 280px;
  }
  .about-us-team__item-r {
    width: 80%;
  }
  .hero-site__screen {
    margin: 107px auto 24px auto;
  }
  .safe-choice__l {
    position: relative;
    width: 652px;
  }
}
@media (max-width: 1300px) {
  .hero__title {
    font-size: 46px;
    max-width: 790px;
  }
  .footer-col__two,
  .footer-col__three {
    margin-right: 90px;
  }
  .logo, .footer-logo {
    width: 210px;
  }
  .header.active .header__row .logo {
    width: 170px;
  }
  .safe-choice .container {
    flex-direction: column;
  }
  .safe-choice__r {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 44px;
  }
  .safe-choice__l {
    width: 100%;
  }
}
@media (max-width: 1320px) {
  .main-title,
  .survey-screen-total,
  .calculator-step-2__amount {
    font-size: 34px;
  }
  .faq-main__img {
    max-width: 364px;
  }
  .faq-main__item {
    width: 370px;
    font-size: 16px;
  }
  .about-us__r-subtitle {
    font-size: 20px;
  }
  .faq__l {
    min-width: 400px;
  }
}
@media (max-width: 1270px) {
  .main-title {
    font-size: 30px;
  }
  .survey-screen-total,
  .calculator-step-2__amount {
    font-size: 32px;
  }
  .step-by-step__tabs {
    max-width: 605px;
  }
  .about-us__r-subtitle {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .default-page .main-text h2 {
    left: 0;
  }
}
@media (max-width: 1169px) {
  .main-menu .main-menu__item.active a::before {
    display: none;
  }
  .main-title.pc,
  .main-title.mobile {
    display: none;
  }
  .main-title.tablet {
    display: block;
  }
  .callback-bg__row,
  .hero__screen,
  .hero-site__screen {
    width: 95%;
    min-height: 250px;
  }
  .container {
    width: 95%;
  }
  .header-menu,
  .header-btn-wrapper {
    display: none;
  }
  .about-us-team__item-img {
    width: 250px;
    height: 250px;
  }
  .about-us-team__item.swiper-slide.swiper-slide-active {
    background: #EEF5FB;
  }
  .about-us-team__items {
    width: 92%;
  }
  .about-us-team__item {
    margin-top: 0;
  }
  .about-us__bottom {
    flex-direction: column;
  }
  .about-us__bottom-l {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 28px;
  }
  .main-text,
  .main-btn,
  .main-link,
  .form-submit,
  .main-menu .main-menu__item a,
  .step-by-step-tab__text,
  .form-radio label,
  .calculator__title,
  .form__input,
  .form__textarea,
  .form__input::placeholder,
  .form__textarea::placeholder,
  .footer {
    font-size: 18px;
  }
  .step-by-step-tab__text {
    font-size: 16px;
  }
  .about-us__bottom-r {
    max-width: 100%;
  }
  .about-us__item {
    margin-bottom: 16px;
  }
  .faq__item-top,
  .about-us__item-top {
    font-size: 16px;
  }
  .about-us__item-img {
    margin-right: 16px;
    width: 32px;
  }
  .faq__item-top-wp .faq__item-top-arr svg,
  .about-us__item-top-wp .about-us__item-top-arr svg {
    width: 13px;
  }
  .main-title {
    font-size: 26px;
    margin-bottom: 28px
  }
  .about-us__r-title.main-title br {
    display: none;
  }
  .about-us__r-subtitle {
    font-size: 20px;
    color: #F33E4F;
  }
  .breadcrumb ul li span,
  .breadcrumb ul li a {
    font-size: 14px;
  }
  .mb {
    margin-bottom: 72px;
  }
  .about-us-team__item-r-name {
    font-size: 22px;
    margin-bottom: 4px;
  }
  .about-us-team__item-r-position {
    font-size: 18px;
  }
  .about-us-career__title.main-title {
    font-size: 22px;
  }
  .about-us-career__title.main-title br {
      display: none;
  }
  .about-us-team {
    overflow: hidden;
  }
  .about-us-career__text.main-text {
    font-size: 18px;
    max-width: 534px;
  }
  .callback-bg__title.main-title {
    color: #2A394D;
    font-size: 26px;
    margin-bottom: 24px;
  }
  .hero-site__title {
    font-size: 36px;
  }
  .hero-site__subtitle {
    font-size: 24px;
    
  }
  .callback-bg__info.main .callback-bg__title.main-title {
    max-width: 317px;
  }
  .main-btn-ico svg {
    margin-right: 36px;
  }
  .callback-bg__img {
    border-radius: 10px 10px 0px 0px;
  }
  .header__row {
    padding: 15.5px 0;
  }
  .logo,
  .header.active .header__row .logo {
    width: 170px;
  }
  .hero-site__screen {
    margin: 90px auto 24px auto;
  }
  .burger {
    display: block;
  }
  .footer-col__one {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
  }
  .footer-col__wrapper{
    margin-bottom: 24px;
    padding-bottom: 32px;
    border-bottom: 1px solid #324154;
  }
  .footer-cols__r-wrapper {
    margin-bottom: 10px;
    padding-bottom: 24px;
    border-bottom: 1px solid #324154;
  }
  .footer-logo {
    margin-bottom: 0;
    width: 197px;
    display: flex;
  }
  .footer-col__text {
    font-size: 18px;
    padding-right: 50px;
  }
  .footer {
    padding: 32px 0 8px 0;
  }
  .footer__row {
    flex-direction: column;
    margin-bottom: 0;
    width: 100%;
  }
  .footer-col__one,
  .footer-cols__r {
    max-width: 90%;
    margin: 0 auto;
  }
  .footer-cols__r {
    justify-content: space-between;
  }
  .footer-col__title {
    margin-bottom: 16px;
    margin-top: 0;
  }
  .footer__bottom {
    font-size: 14px;
  }
  .faq .container {
    flex-direction: column;
  }
  .faq__l {
    min-width: auto;
    margin-right: 0;
    margin-bottom: 28px;
  }
  .faq__r-title.main-text {
    margin-bottom: 24px;
  }
  .about-us__item-more.active,
  .faq__item-more.active {
    padding: 16px 24px 20px 24px;
  }
  .about-us__item.active::before,
  .faq__item.active::before {
    width: 4px;
  }
  .about-us__item, .faq__item {
    margin-bottom: 24px;
  }
  .main-form__top {
    flex-direction: column;
  }
  .main-form__top-l {
    max-width: 100%;
    min-width: auto;
    margin: 0 0 16px 0;
  }
  .main-form__top-l-input {
    max-width: 49%;
    margin-right: 2%;
  }
  .main-form__top-l-input:nth-child(2n) {
    margin-right: 0;
  }
  .main-form__top-l-name,
  .main-form__top-l-lastname {
    margin-bottom: 16px;
  }
  .main-form__top-r {
    max-width: 100%;
  }
  .main-form__bottom {
    flex-direction: column;
  }
  .main-form__bottom-l {
    min-width: auto;
    width: 100%;
    margin-right: 0;
    margin-bottom: 39px;
  }
  .main-form__bottom-r {
    max-width: 100%;
  }
  .breadcrumb-block {
    margin-bottom: 30px;
  }
  .form__input,
  .form__input::placeholder,
  .form__textarea,
  .form__textarea::placeholder {
    font-size: 18px;
  }
  .phone-icone {
    display: block;
  }

  .hero__screen {
    margin: 90px auto 119px auto;
  }
  .hero-bn__text br {
    display: block;
  }
  .hero__screen {
    height: auto;
  }
  .hero__screen picture {
    display: block;
    position: relative;
    height: 325px;
    border-radius: 8px;
    overflow: hidden;
  }
  .hero__screen .container {
    margin-top: 50px;
    margin-left: 0;
    margin-right: 0;
  }
  .hero__text {
    max-width: 100%;
  }
  .hero-bn {
    bottom: auto;
    top: 359px;
    right: 0;
    width: 354px;
    padding: 11px 25px;
    border-radius: 15px 0px 0px 15px;
  }
  .hero-bn__text {
    font-size: 12px;
    font-weight: 500;
    margin-right: 21px
  }
  .hero-bn__img {
    width: 145px;
  }
  .hero__title {
    font-size: 30px;
    max-width: 740px;
    margin-bottom: 20px;
  }
  .hero__subtitle {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
    color: rgba(243, 62, 79, 1);
  }
  .hero__text {
    font-size: 16px;
  }
  .main-btn.main-btn-wt.hero__btns-2 {
    background: rgba(231, 236, 243, 1);
    color: rgba(42, 57, 77, 1);
  }
  .hero__btns-1 {
    margin-right: 10px;
  }
  .main-btn {
    padding: 14px 56px;
  }
  .advantages__item {
    width: 49%;
  }
  .advantages__item:nth-child(3n) {
    margin-right: 2%;
  }
  .advantages__item:nth-child(2n) {
    margin-right: 0;
  }
  .advantages__item:nth-child(3),
  .advantages__item {
    margin-top: 40px;
  }
  .safe-choice__l-pc-block {
    display: none;
  }
  .safe-choice__l {
    width: 90%;
    margin: 0 auto;
  }
  .safe-choice__item {
    padding: 56px 20px;
  }
  .safe-choice__list {
    font-size: 14px;
  }
  .safe-choice__slider .swiper-slide.safe-choice__item.swiper-slide-active .safe-choice__list {
    font-size: 12px;
  }
  .safe-choice__l {
    height: 580px;
  }
  .safe-choice__r-title.main-title,
  .safe-choice__r-text.main-text {
    margin-bottom: 24px;
  }
  .faq-main__col {
    top: 82%;
  }
  .faq-main.mb {
    margin-bottom: 129px;
  }
  .calculator-block .container {
    flex-direction: column;
  }
  .calculator__l {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .calculator__r {
    width: 100%;
  }
  .calculator__r-title.main-title strong {
    margin-top: 0;
  }
  .our-team {
    padding: 72px 0;
  }
  .our-team .container {
    flex-direction: row-reverse;
    justify-content: center;
  }
  .our-team__img {
    top: 0;
    margin-right: 24px;
    width: 317px;
    height: 291.803px;
  }
  .our-team-r {
    max-width: 270px;
    width: 100%;
    margin-right: 47px;
  }
  .our-team__title.main-title {
    font-size: 22px;
    margin-bottom: 24px;
  }
  /* .step-by-step {
    height: 877px;
  } */
  .hide-border {
    top: 38px;
  }
  .calculator-block {
    padding: 72px 0;
  }
  .callback-bg__info {
    padding: 42px 32px;
  }
  .content-items__slider.swiper {
    max-width: 84%;
    margin-left: 0;
    overflow: visible;
  }
  .content-items__slider.swiper .swiper-slide.content-items_item.swiper-slide-active {
    opacity: 1;
  }
  .content-items__slider.swiper .swiper-slide.content-items_item {
    opacity: 0.4;
  }
  .content-blocks,
  .flexibleBlocks__center-title {
    width: 100%;
  }
  .content-blocks-wrapper {
    flex-direction: column;
    align-items: center;
  }
  .sidebar__row {
    display: flex;
    flex-wrap: wrap;
  }
  .content-img,
  .content-img picture {
    width: 100%;
  }
  .cmb {
    margin-bottom: 38px;
  }
  .content-aside {
    width: 100%;
    margin-left: 0;
  }
  .sidebar__item {
    width: 49%;
    margin-right: 2%;
  }
  .sidebar__item:nth-child(2n) {
    margin-right: 0;
  }
  .sidebar__item-t {
    width: 100%;
    height: 398px;
  }
  .sidebar__item-t picture {
    width: 100%;
    height: 100%;
  }
  .sidebar__item-t picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .content-blocks {
    margin-bottom: 38px;
  }
  .content-blocks-wrapper {
    margin-bottom: 72px;
  }
  .content-items_item-r-title {
    font-size: 18px;
  }
  .content-items_item-img {
    margin-right: 24px;
  }
  .content-items_item-r-text.main-text {
    font-size: 16px;
  }
  .sidebar__item:first-child,
  .sidebar__item:nth-child(2) {
    margin-top: 0;
  }
  .content-items {
    margin-bottom: 83px;
  }
  .content-size strong br {
    display: none;
  }
  .content-items__slider-navs {
    max-width: 84%;
    margin: 35px 0 0 0;
  }
  .survey {
    padding: 48px 0px 74px 0;
  }
  .progress-step-1, .progress-step-2, .progress-step-3 {
    width: 20px;
    height: 20px;
  }
  .survey-wrapper .survey-progress {
    position: relative;
    padding: 20px 0;
    margin-bottom: 48px;
  }
  .progress-step-1.active, .progress-step-2.active, .progress-step-3.active {
    width: 40px;
    height: 40px;
    font-size: 22px;
  }
  .survey-titles {
    text-align: left;
  }
  .survey__r-title.main-title strong {
    display: inline-block;
  }
  .survey__screen-title,
  .survey__screen-text {
    text-align: left;
  }
  .survey__screen-title {
    font-size: 22px;
    margin-bottom: 24px;
  }
  .survey__screen-text {
    font-size: 16px;
    margin-bottom: 28px;
  }
  .survey-screen__input-title {
    font-size: 18px;
  }
  .default-page {
    max-width: 93%;
  }
  h2 {
    font-size: 26px;
    margin-bottom: 16px;
  }
  h3 {
    font-size: 22px;
    line-height: normal;
    margin-bottom: 16px;
  }
  .page-space-120 {
    display: none;
  }
  .default-page__btn {
    margin-top: 24px;
  }
  .about-us__item-top-wp,
  .faq__item-top-wp {
    padding: 19px 24px;
  }
}
@media (max-width: 1060px) {
  .step-by-step__tabs {
    max-width: 500px;
  }
  .step-by-step__tabs .step-by-step__item-l.active .step-by-step__item-l-title,
  .step-by-step__tabs .step-by-step__item-l.next-tab .step-by-step__item-l-title {
    font-size: 32px;
  }
  .step-by-step-tab__title {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .step-by-step__tabs .step-by-step__item-l-title {
    min-width: 178px;
  }
  .step-by-step__item-r-in {
    position: relative;
  }
}
@media (max-width: 900px) {
  .container {
    width: 92%;
  }
  .callback-bg__row,
  .hero__screen,
  .hero-site__screen {
    width: 92%;
  }
  .hero-site__screen {
    margin: 90px auto 24px auto;
  }
  .safe-choice__l {
    height: 578px;
  }
  .faq-main__item {
    width: 317px;
    font-size: 16px;
    line-height: normal;
  }
  .faq-main__img {
    max-width: 317px;
    position: relative;
    left: -22px;
    z-index: -1;
  }
  .hero__screen picture {
    height: 260px;
  }
  .hero-bn {
    top: 302px;
  }
  .hero__screen .container {
    margin-top: 57px;
    width: 100%;
  }
  .hero__title {
    max-width: 614px;
  }
  .hero__screen {
    margin: 90px auto 105px auto;
  }
  .customized-solution {
    flex-direction: column;
    position: relative;
  }
  /* .customized-solution__img {
    margin-right: 0;
    position: absolute;
    top: -28px;
    z-index: -1;
  } */
  .customized-solution__img.pc {
    display: none;
  }
  .customized-solution__img.adaptive {
    display: flex;
    justify-content: center;
    margin-right: 0;
    height: 238px;
    position: relative;
    margin-bottom: 36px;
    text-align: center;
  }
  .customized-solution__img.adaptive picture {
    position: absolute;
    bottom: 0;
    z-index: -1;
  }
  .customized-solution__r {
    max-width: 100%;
  }
  .step-by-step,
  .safe-choice {
    padding: 72px 0;
  }
  .advantages__item {
    flex-direction: column;
  }
  .advantages__item-r {
    width: 48px;
    height: 50px;
    border-radius: 0;
    background: transparent;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .advantages__item-r img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .advantages__item-l {
    width: 100%;
  }
  .advantages__item {
    width: 48%;
  }
  .advantages__item {
    width: 48%;
  }
  .advantages__item:nth-child(odd) {
    margin-right: 4%;
  }
  .advantages__r-title.main-title {
    margin-bottom: 66px;
  }
  .advantages__item-l-title {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .advantages__item-l-title br {
    display: none;
  }
  .step-by-step__item {
    position: relative;
  }
  .step-by-step__item-l-title span {
    position: absolute;
    top: -8px;
    left: 65px;
    z-index: 2;
    font-size: 22px;
  }
  .step-by-step__item-l.next-tab .step-by-step__item-l-title span,
  .step-by-step__item-l.active .step-by-step__item-l-title span {
    top: 5px;
  }
  .step-by-step__item-r {
    padding-top: 60px;
  }
  .step-by-step__tabs .step-by-step__item-l-title {
    min-width: 1px;
    margin-right: 32px;
  }
  .step-by-step__item-r.next-tab .step-by-step__item-r-in {
    position: relative;
    left: 0;
    top: 0;
  }
  .step-by-step-tab__text {
    padding-bottom: 48px;
  }
  .step-by-step {
    height: auto;
  }
  .step-by-step-tab__img {
    width: 60px;
    margin-bottom: 8px;
  }
  .step-by-step-tab__img img {
    width: 100%;
  }
  .step-by-step__r-text.main-text br {
    display: none;
  }
  .step-by-step__l {
    max-width: 288px;
    margin-right: 28px;
  }
  .step-by-step__l .main-btn,
  .faq-main__l .main-btn {
    padding: 14px 32px;
  }
  .safe-choice__l {
    width: 100%;
    margin: 0 auto;
  }
  .safe-choice {
    padding: 72px 0 10px 0;
  }
  .safe-choice__slider-navs {
    margin-top: 15px;
  }
  .advantages.mb {
    margin-bottom: 0;
  }
  .step-by-step__r-title.main-title {
    margin-bottom: 24px;
  }
  .hide-border-2 {
    display: block;
  }
  .step-by-step__item-l.active.clicked .step-by-step__item-l-title span {
    top: -6px;
  }
  .faq-main__l {
    max-width: 320px;
  }
  .calculator__r-title.main-title.tablet {
    margin-bottom: 16px;
  }
  .our-team__subtitle {
    line-height: normal;
    margin-bottom: 0;
    font-size: 18px;
  }
  .our-team.mb {
    margin-bottom: 72px;
  }
  #mail-status {
    font-size: 18px;
    padding: 15px 0 15px 0;
  }
  .main-form-block.mb {
    margin-bottom: 113px;
  }
  .callback-bg.mb {
    margin-bottom: 49px;
  }
  .calculator__r {
    min-width: auto;
  }
  .calculator__title-big,
  .calculator__yob_fs-l {
    max-width: 34%;
  }
  .calculator__gender-radios,
  .calculator__yob_fs-r {
    width: 63%;
  }
  .hero-site__screen-layer {
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  .main-title strong {
    padding: 0px 5px;
  }
  .content-items__slider.swiper {
    max-width: 78%;
    margin-left: 0;
    overflow: visible;
  }
  .survey-screen-3 .survey-screen-row,
  .survey-screen-2 .survey-screen-row {
    display: flex;
    flex-direction: column;
  }
  .survey-screen-3 .survey-screen__side,
  .survey-screen-2 .survey-screen__side {
    width: 100%;
    margin-right: 0;
    margin-bottom: 38px;
  }
  .survey-screen-3 .form__input.form__input-age,
  .survey-screen-2 .form__input.form__input-age {
    width: 100%;
  }
  .survey-screen-3 .calculator__yob_fs-r-radio:nth-child(1),
  .survey-screen-3 .calculator__yob_fs-r-radio:nth-child(2),
  .survey-screen-2 .calculator__yob_fs-r-radio:nth-child(1),
  .survey-screen-2 .calculator__yob_fs-r-radio:nth-child(2) {
    width: 50%;
  }
  .survey-screen-3 .survey-screen__side-l,
  .survey-screen-3 .survey-screen__side-r,
  .survey-screen-2 .survey-screen__side-l,
  .survey-screen-2 .survey-screen__side-r {
    width: 49%;
  }
  .survey-screen-row.survey-screen-row__btns {
    flex-direction: row;
  }
}
@media (max-width: 790px) {
  .customized-solution__img.adaptive {
    height: 224px;
  }
}
@media (max-width: 743px) {
  .survey-screen-row.survey-screen-row__btns {
    flex-direction: column-reverse;
  }
  .survey-screen-row.survey-screen-row__btns .survey-screen__side-l,
  .survey-screen-row.survey-screen-row__btns .survey-screen__side-r {
    margin-right: 0;
    width: 100%;
  }
  .survey-screen-row.survey-screen-row__btns .survey-screen__side-r {
    margin-bottom: 16px;
  }
  .survey-screen-row {
    display: flex;
    flex-direction: column;
  }
  .survey-screen__side {
    width: 100%;
    margin-right: 0;
    margin-bottom: 38px;
  }
  .survey-screen__side-l,
  .survey-screen__side-r {
    margin-right: 0;
    width: 100%;
  }
  .survey-screen__side-l {
    margin-bottom: 30px;
  }
  .survey-screen-row.survey-screen-row__btns,
  .survey-screen-row.survey-screen-row__btns .survey-screen__side-l{
    margin-bottom: 0;
  }
  .survey-body__width.active .survey-screen-row.survey-screen-row__btns {
    margin-top: 70px;
  }
  .calculator {
    position: relative;
  }
  .calculator.error .calculator__submit {
    margin-top: 58px;
  }
  .calculator .fields-not-filled.error-main-calculator{
    position: absolute;
    bottom: 66px;
    width: 100%;
  }
  .survey-body__width.active .fields-not-filled.error-sur {
    position: absolute;
    bottom: 160px;
    width: 100%;
  }
  .survey-screen-5 .survey-screen__side-r .survey-screen__input-title {
    display: none;
  }
  .survey-screen-5 .survey-screen-row.survey-screen-row-5-1 .survey-screen__side-r .survey-screen__input-title {
    display: block;
  }
  .survey-screen-row.mb-84.survey-screen-row-5-1 .survey-screen__side-l,
  .survey-screen-row.mb-84.survey-screen-row-5-1 {
    margin-bottom: 42px;
  }
  .survey-screen-row.mb-84.survey-screen-row-5-2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 710px) {
  .main-title.pc,
  .main-title.tablet {
    display: none;
  }
  .main-title.mobile {
    display: block;
  }
  .hero-site__screen {
    padding: 35px 0;
    height: 180px;
    min-height: 180px;
    margin: 90px auto 9px auto;
  }
  .hero__screen,
  .hero-site__screen {
    /* width: 100%; */
    border-radius: 0;
  }
  .hero-site__subtitle {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .breadcrumb ul li.bold a {
    font-weight: 400;
  }
  .breadcrumb ul li {
    margin-right: 37px;
  }
  .breadcrumb ul li::before {
    right: -31px;
    width: 24px;
    height: 24px;
    background: url(../img/chevron-right-mob.svg) no-repeat center center;
  }
  .hero-site__title {
    font-size: 21px;
    max-width: 90%;
    margin: 0 auto;
  }
  .hero-site__title br {
    display: none;
  }
  .about-us__r-subtitle {
    font-size: 16px;
  }
  .main-title {
    font-size: 22px;
    margin-bottom: 24px;
  }
  .breadcrumb-block {
    margin-bottom: 35px;
  }
  .swiper-wrapper {
    align-items: stretch;
  }
  .about-us-team__item {
    padding: 0;
    flex-direction: column;
    height: auto;
    border-radius: 12px;
    background: #E0EBF4;
  }
  .about-us-team__item.swiper-slide.swiper-slide-active {
    background: #E0EBF4;
  }
  .about-us-team__item-img {
    width: 100%;
    height: 312px;
    margin-right: 0;
  }
  .about-us-team__item-r-name {
    margin-top: 16px;
  }
  .about-us-team__item-r {
    width: 100%;
    padding: 30px 20px;
  }
  .about-us-team__silder-arr {
    max-width: 100%;
  }
  .about-us-career {
    height: 1001px;
    display: flex;
    align-items: flex-end;
  }
  .callback-bg__btns {
    align-items: flex-start;
    flex-direction: column;
  }
  .callback-bg__title.main-title {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .callback-bg__row {
    width: 100%;
    height: 302px;
  }
  .callback-bg__btns .main-btn-phone {
    margin-right: 0;
    margin-bottom: 16px;
    padding: 15px 32px
  }
  .about-us-career__list {
    padding-left: 0;
  }
  .about-us-career__list li {
    margin-bottom: 16px;
    list-style: none;
    padding: 32px 0;
    margin-bottom: 0;
    border-bottom: 1px solid #6B7C92;
  }
  .about-us-career__list li:first-child {
    border-top: 1px solid #6B7C92;
  }
  .about-us-career__list li a {
    justify-content: space-between;
    width: 100%;
  }
  .about-us-career__list li a br {
    display: block;
  }
  .about-us-team__silder-pagination.swiper-pagination-bullets {
    width: auto;
    display: flex;
  }
  .about-us-team__silder-pagination .swiper-pagination-bullet {
    margin-right: 16px !important;
  }
  .footer-col__one {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-logo {
    margin-bottom: 16px;
  }
  .footer-cols__r {
    flex-direction: column;
    max-width: 100%;
  }
  .footer-col__two,
  .footer-col__three,
  .footer-col__four {
    max-width: 90%;
    width: 100%;
    margin-right: 0;
    margin: 0 auto;
  }
  .footer-col__two-wrapper,
  .footer-col__three-wrapper {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #324154;
  }
  .footer__bottom {
    justify-content: center;
  }
  .faq__item-top,
  .about-us__item-top {
    width: 90%;
  }
  .footer__bottom {
    font-size: 13px;
  }
  .footer-cols__r-wrapper {
    border-bottom: none;
  }
  .footer-col__text {
    padding-right: 0;
  }
  .main-form__top-l-input {
    max-width: 100%;
    margin-right: 0%;
    margin-bottom: 16px;
  }
  .main-form__top-l {
    margin: 0 0 0 0;
  }
  .calculator__yob_fs,
  .calculator__gender {
    flex-direction: column;
    align-items: flex-start;
  }
  .calculator__gender-radios,
  .calculator__yob_fs-r,
  .calculator__title-big,
  .calculator__yob_fs-l,
  .calculator__age {
    max-width: 100%;
    width: 100%;
  }
  .calculator__yob_fs {
    display: flex;
    flex-direction: column-reverse;
  }
  .calculator__yob_fs-r-radio:nth-child(1),
  .calculator__yob_fs-r-radio:nth-child(2) {
    width: 50%;
  }
  .calculator__yob_fs-r .calculator__yob_fs-title.calculator__title {
    display: none;
  }
  .calculator__gender {
    margin-bottom: 16px;
  }
  .calculator__gender-title.calculator__title-big {
    margin-bottom: 38px;
  }
  .calculator__yob_fs-r {
    margin-bottom: 28px;
  }
  .calculator {
    padding: 0;
    border-radius: 0;
    border: 0;
    background: #EEF5FB;
    display: inline-block;
    width: 100%;
    transition: .2s;
  }
  .calculator__gender-radio.form-radio label,
  .calculator__yob_fs-r-radio.form-radio label {
    background: #fff;
    border: 1px solid #2A394D;
    color: rgba(89, 116, 154, 1);
  }
  .calculator__yob_fs-r-radio label.calculator__radio-first {
    border: 1px solid #2A394D;
    background: #fff;
    color: rgba(89, 116, 154, 1);
  }
  .step-by-step .container {
    flex-direction: column;
    align-items: flex-start;
  }
  .step-by-step__l {
    max-width:100%;
    margin-right: 0;
    position: relative;
    z-index: 2;
    margin-bottom: 72px;
  }
  .faq-main .container {
    flex-direction: column;
  }
  .faq-main__l {
    max-width: 100%;
    margin-right: 0;
  }
  .faq-main__col.pc,
  .faq-main__img.pc {
    display: none;
  }
  .faq-main__col.adaptive,
  .faq-main__img.adaptive {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    transform: translateY(0);
  }
  .faq-main__img.adaptive {
    margin: 0 auto 30px auto;
  }
  .faq-main__r-title.main-title.mobile {
    margin-bottom: 30px;
  }
  .faq-main__col.adaptive {
    margin-bottom: 25px;
  }
  .faq-main__col.adaptive .faq-main__item {
    width: 100%;
  }
  .faq-main.mb {
    margin-bottom: 100px;
  }
  .footer__row.container {
    width: 100%;
  }
  .about-us-career .container {
    width: 100%;
    padding-bottom: 0;
  }
  .about-us-career__title.main-title.mobile,
  .about-us-career__text.main-text,
  .about-us-career__list li a {
    width: 93%;
    margin: 0 auto;
  } 
  .about-us-career__title.main-title.mobile {
    margin-bottom: 43px;
  }
  .about-us-career__text.main-text {
    margin-bottom: 71px;
  }
  .sidebar__row {
    flex-direction: column;
  }
  .sidebar__item,
  .sidebar__item:nth-child(2) {
    margin-top: 24px;
    width: 100%;
    margin-right: 0;
  }
  .content-items_item {
    flex-direction: column;
    padding: 16px;
  }
  .content-items_item-img {
    width: 100%;
    height: 194px;
    margin-right: 0;
    margin-bottom: 42px;
  }
  .content-items_item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .content-items_item-r-title {
    font-size: 16px;
    margin-bottom: 24px;
  }
  .content-items_item-r {
    width: 100%;
  }
  .content-items__slider-navs {
    max-width: 100%;
  }
  .step-by-step__l .main-btn.pc {
    display: none;
  }
  .step-by-step__r-text.main-text {
    margin-bottom: 0;
  }
  .step-by-step .main-btn.mobile {
    display: block;
    position: relative;
    z-index: 3;
    margin-top: 72px;
  }
  .default-page {
    max-width: 90%;
    margin: 25px auto 25px auto;
  }
  h2 {
    font-size: 22px;
    margin-bottom: 24px;
  }
  h3 {
    line-height: normal;
    font-size: 18px;
    margin-bottom: 16px;
  }
  .default-page .main-text p {
    font-size: 16px;
  }
  .default-page .main-text p strong br {
    display: none;
  }
  .step-by-step__item-r.next-tab .step-by-step__item-r-in .step-by-step-tab__title {
    position: relative;
    top: 0;
    transform: translateY(0);
    left: 0;
    margin-bottom: 24px;
  }
  .step-by-step__item-r.next-tab .step-by-step__item-r-in .step-by-step-tab__img {
    margin-bottom: 8px;
  }
  .callback-bg__row {
    border-radius: 0;
  }
}
@media (max-width: 670px) {
  .our-team .container {
    flex-direction: column;
  }
  .our-team-r {
    max-width: 100%;
    margin-right: 0;
    display: flex;
    flex-direction: column;
  }
  .our-team__img.pc {
    display: none;
  }
  .our-team__img.adaptive {
    display: block;
    margin: 0 auto 40px auto;
  }
  .our-team__title.main-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 600px) {
  .phone-popup {
    padding: 63px;
    min-width: 355px;
    text-align: center;
  }
  .phone-popup__ico svg {
    width: 32px;
    height: 32px;
  }
  .phone-popup__ico {
    margin-bottom: 30px;
  }
  .phone-popup__title {
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 30px;
  }
  .hone-popup__link {
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .mobile-menu__close {
    position: relative;
    left: 13px;
  }
}
@media (max-width: 550px) {
  .safe-choice {
    overflow: hidden;
  }
  .safe-choice__l {
    width: 95%;
  }
  .safe-choice__row.safe-choice__slider.swiper {
    overflow: visible;
  }
  .safe-choice__row.safe-choice__slider.swiper .swiper-wrapper {
    align-items: center;
  }
  .safe-choice__slider .swiper-slide.safe-choice__item.swiper-slide-prev,
  .safe-choice__slider .swiper-slide.safe-choice__item.swiper-slide-next {
    opacity: 0.5;
    visibility: visible;
  }
  .safe-choice__slider .swiper-slide.safe-choice__item {
    opacity: 0.5;
    visibility: visible;
  }
  .hero-bn {
    top: 312px;
    width: 94%;
  }
  .hero__title {
    font-size: 26px;
    margin-bottom: 12px;
  }
  .hero__subtitle {
    font-size: 16px;
    margin-bottom: 26px;
    max-width: 90%;
  }
  .mobile-menu-wrappers {
    max-width: 100%;
  }
  .logo {
    position: relative;
    z-index: 11;
  }
  .hero__text {
    margin-bottom: 23px;
  }
  .safe-choice__l {
    height: auto;
  }
  .safe-choice .main-btn.adaptive {
    display: block;
    margin-top: 40px;
  }
}
@media (max-width: 500px) {
  .customized-solution__img.adaptive {
    height: 150px;
  }
  .advantages__row {
    flex-direction: column;
  }
  .advantages__item,
  .advantages__item:nth-child(odd) {
    width: 100%;
    margin-right: 0;
  }
  .advantages__item:nth-child(2n) {
    margin-top: 40px;
  }
  .advantages__item-r {
    display: flex;
    justify-content: flex-start;
  }
  
  .safe-choice__r .main-btn.pc {
    display: none;
  }
  .safe-choice__r .main-btn {
    margin-right: 0;
    width: 100%;
  }
  .show-more {
    display: flex;
  }
  .advantages__row {
    height: 420px;
    overflow: hidden;
    flex-wrap: nowrap;
  }
  .advantages__mid.show-more-mobile .advantages__row {
    height: auto;
  }
  .advantages__mid.show-more-mobile .show-more {
    flex-direction: column-reverse;
  }
  .advantages__mid.show-more-mobile .show-more span {
    margin-bottom: 0;
    margin-top: 10px;
  }
  .advantages__mid.show-more-mobile .show-more svg {
    transform: rotate(180deg);
  }
  .advantages__bottom {
    justify-content: flex-start;
  }
  .hero__btns {
    display: flex;
    flex-direction: column;
  }
  .hero__btns .hero__btns-1 {
    margin-bottom: 10px;
  }
  .advantages__bottom.pc {
    display: none;
  }
  .advantages__bottom.adaptive {
    display: block;
  }
  .main-btn {
    width: 100%;
  }
  .safe-choice {
    padding: 94px 0 94px 0;
  }
  .safe-choice__slider-pagination.swiper-pagination-bullets {
    width: auto;
    margin: 0 30px;
  }
  .safe-choice__slider-navs {
    justify-content: space-between;
    margin-top: 45px;
  }
  .safe-choice__r-title.main-title, .safe-choice__r-text.main-text {
    margin-bottom: 0px;
  }
  .step-by-step__item-l-title span {
    top: -7px;
  }
  .step-by-step__item-l.next-tab .step-by-step__item-l-title span,
  .step-by-step__item-l.active .step-by-step__item-l-title span {
    top: 7px;
  }
  .faq-main .container {
    width: 100%;
  }
  .faq-main__r-title.main-title.mobile,
  .faq-main__r-text.main-text,
  .faq-main__col.adaptive {
    width: 92%;
    margin: 0 auto 25px auto;
  }
  .faq-main__l .main-btn {
    display: block;
    width: 92%;
    margin: 0 auto;
  }
  .faq-main__img.adaptive {
    max-width: 100%;
    border-radius: 0;
  }
  .form-radio label {
    font-size: 16px;
    padding: 14px 4px;
  }
  .step-by-step, .advantages, .safe-choice {
    padding: 90px 0;
  }
  .advantages {
    padding: 90px 0 10px 0;
  }
  .advantages__r-title.main-title {
    margin-bottom: 61px;
  }
  .safe-choice__r-title.main-title {
    margin-bottom: 26px;
    font-size: 26px;
  }
  .safe-choice__list {
    font-size: 16px;
  }
  .safe-choice__item {
    padding: 30px 20px;
  }
  .safe-choice__slider .swiper-slide.safe-choice__item.swiper-slide-active {
    padding: 40px 20px;
  }
  .safe-choice__list svg {
    margin-right: 19px;
    width: 33px;
    height: 29px;
  }
  .safe-choice__slider .swiper-slide.safe-choice__item .safe-choice__item-title-img {
    max-width: 205px;
    margin: 0 auto 60px auto;
  }
  .safe-choice__slider .swiper-slide.safe-choice__item.swiper-slide-active .safe-choice__list {
    font-size: 16px;
  }
  .safe-choice.mb {
    margin-bottom: 72px;
  }
  .calculator-block,
  .our-team.mb {
    padding: 90px 0;
  }
  .step-by-step__r-title.main-title.mobile strong {
    background: #CBD7EA;
    color: #2A394D;
  }
  .hide-border-2 {
    height: 400%;
  }
  .calculator__submit {
    margin-top: 38px;
  }
  .form__textarea::placeholder,
  .form__input::placeholder {
    color: rgba(89, 116, 154, 1);
  }
  .main-form__bottom-wrapper {
    position: relative;
  }
  .main-form__submit.form-action {
    margin-top: 50px;
  }
  #mail-status {
    position: absolute;
    bottom: 55px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
  .survey .container {
    width: 100%;
  }
  .survey-titles,
  .survey-progress,
  .survey__screen-title,
  .survey__screen-text {
    width: 93%;
    margin: 0 auto;
  }
  .survey-body {
    padding: 72px 29px;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
  }
  .survey__screen-title,
  .survey__screen-text {
    margin-bottom: 24px;
  }
  .survey-screen-line.block-line {
    margin: 40px 0;
  }
  .survey-screen-2 .survey-screen-row .survey-screen__side:last-child {
    margin-bottom: 0;
  }
  .survey-screen-line-title {
    font-size: 18px;
  }
  .survey-screen-subtitle {
    font-size: 18px;
  }
  .survey-screen-total {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .survey-screen-text {
    font-size: 16px;
  }
  .survey-screen-link {
    font-size: 16px;
    margin-bottom: 39px;
  }
  .survey-screen-link span {
    width: 88%;
  }
  .go-home, .step-btn, .form-submit {
    font-size: 16px;
    padding: 14px 38px;
  }
  .survey-screen-1 .progress {
    position: absolute;
    width: 120%;
    left: 0;
    top: 18px;
  }
  .survey-screen-1 .progress-line.start {
    width: 75%;
  }
  .survey-screen-1 .progress-step-2 {
    left: 97%;
  }
  .survey-screen-1 .progress-step-3 {
    display: none;
  }


  .survey-screen-4 .progress,
  .survey-screen-2 .progress,
  .survey-screen-3 .progress {
    position: absolute;
    width: 150%;
    left: -30%;
    top: 18px;
  }
  .survey-screen-4 .progress-line.completed-sfp,
  .survey-screen-2 .progress-line.half,
  .survey-screen-3 .progress-line.half {
    width: 84%;
    left: -30px;
  }
  .survey-screen-4 .progress-step-1,
  .survey-screen-2 .progress-step-1,
  .survey-screen-3 .progress-step-1 {
    display: none;
  }
  .survey-screen-4 .progress-step-2,
  .survey-screen-2 .progress-step-2,
  .survey-screen-3 .progress-step-2 {
    left: 0%;
    transform: translateX(0);
  }
  .survey-screen-4 .progress-step-3,
  .survey-screen-2 .progress-step-3,
  .survey-screen-3 .progress-step-3 {
    display: none;
  }

  .survey-screen-5 .progress {
    position: absolute;
    width: 100%;
    left: 0;
    top: 18px;
  }
  .survey-screen-5 .progress-line.completed-full {
    width: 100%;
    left: -30px;
  }
  .survey-screen-5 .progress-step-1 {
    display: none;
  }
  .survey-screen-5 .progress-step-2 {
    left: 0%;
    transform: translateX(0);
  }

  .survey-screen-6 .progress {
    position: absolute;
    width: 100%;
    left: 0;
    top: 18px;
  }
  .survey-screen-6 .progress-line.completed-full {
    width: 105%;
    left: -30px;
  }
  .survey-screen-6 .progress-step-1 {
    display: none;
  }
  .survey-screen-6 .progress-step-2 {
    left: 0%;
    transform: translateX(0);
  }
  .step-by-step.mb {
    padding: 90px 0;
  }
  .survey-body__width.active .fields-not-filled.error-sur {
    bottom: 142px;
  }
}
@media (max-width: 440px) {
  .callback-bg__img {
    border-radius: 0px;
  }
  .callback-bg__row {
    height: 652px;
    display: flex;
    align-items: flex-end;
  }
  .callback-bg__info {
    padding: 86px 26px;
    position: relative;
    z-index: 2;
  }
  .callback-bg-layer {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.7) 94.5%);
  }
  .callback-bg__title.main-title {
    color: #FFF;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 30px;
  }
  .main-btn-ico svg {
    margin-right: 8px;
  }
  .callback-bg.mb {
    margin-bottom: 0;
  }
  .customized-solution__img.pc {
    display: block;
  }
  .customized-solution__img.adaptive {
    display: none;
  }
  .customized-solution__img {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 50px;
  }
  .customized-solution.container {
    width: 100%;
  }
  .customized-solution__r {
    width: 92%;
    margin: 0 auto;
  }
  .hero__screen {
    margin: 90px auto 99px auto;
  }
  .hero__screen picture {
    border-radius: 0;
    position: relative;
  }
  .hero__screen .container {
    margin-top: 65px;
  }
  .main-title strong {
    padding: 0px 7px;
    margin-bottom: 4px;
  }
  .mb {
    margin-bottom: 90px;
  }
  .hero__screen-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
  }
  .about-us__item-text.main-text,
  .faq__item-text.main-text {
    font-size: 16px;
  }
}
@media (max-width: 430px) {
  .lifetime-residence__screen {
    display: flex;
    justify-content: center;
  }
  .lifetime-residence__screen .img-contain {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
}
@media (max-width: 414px) {
  .advantages__row {
    height: 418px;
  }
}
@media (max-width: 380px) {
  .advantages__row {
    height: 455px;
  }
  .our-team__img.adaptive {
    width: 100%;
  }
}
@media (max-width: 370px) {
  .footer__bottom {
    font-size: 10px;
  }
  .phone-popup {
    min-width: auto;
    width: 97%;
    padding: 30px;
  }
}
@media (max-width: 359px) {
  .advantages__row {
    height: 420px;
  }
}
@media (max-width: 350px) {
  .footer__bottom {
    font-size: 10px;
  }
  .logo, .header.active
  .header__row .logo {
    width: 150px;
  }
  .hero-site__screen {
    margin: 58px auto 9px auto;
  }
  .hero-site__title {
    font-size: 18px;
  }
  .main-text, .main-btn,
  .main-link,
  .form-submit,
  .main-menu .main-menu__item a,
  .step-by-step-tab__text,
  .form-radio label,
  .calculator__title,
  .form__input,
  .form__textarea,
  .form__input::placeholder,
  .form__textarea::placeholder,
  .footer,
  .about-us-career__text.main-text,
  .about-us-career__list li a,
  .footer-col__text,
  .callback-bg__title.main-title {
    font-size: 14px;
  }
  .main-title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .about-us-team__item-r-position {
    font-size: 16px;
  }
  .about-us-team__item-r-name {
    font-size: 18px;
  }
  .callback-bg__info.main .callback-bg__title.main-title {
    font-size: 24px;
  }
  .main-btn {
    padding: 14px 22px;
  }
}
