@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900; 1,100..900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap);
* {
  padding: 0;
  margin: 0;
  border: 0
}
*,
*::after,
*::before {
  box-sizing: border-box
}
*::after,
*::before {
  display: inline-block
}
body,
html {
  height: 100%;
  min-width: 320px
}
body {
  color: #545454;
  line-height: 1;
  font-family: Roboto;
  font-size: totoRem(18);
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
button,
input,
textarea {
  font-family: Roboto;
  font-size: inherit;
  line-height: inherit;
  color: #4f4f4f;
  background-color: rgba(0,0,0,0)
}
label {
  display: inline-block
}
button,
option,
select {
  cursor: pointer
}
a {
  display: inline-block;
  color: inherit;
  text-decoration: none
}
ul li {
  list-style: none
}
img {
  vertical-align: top
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit
}
.lock body {
  overflow: hidden;
  touch-action: none;
  -ms-scroll-chaining: none;
  overscroll-behavior: none
}
.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden
}
@supports (overflow:clip) {
  .wrapper {
    overflow: clip
  }
}
.wrapper>main {
  flex: 1 1 auto
}
.wrapper>* {
  min-width: 0
}
[class*=__container] {
  max-width: 75rem;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto
}
[class*=__container-big] {
  max-width: 75rem;
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 .625rem
}
[class*="--gc"] {
  display: grid;
  min-width: 0;
  grid-template-columns: .625rem 1fr minmax(auto,75rem) 1fr .625rem
}
[class*="--gc"]>* {
  min-width: 0;
  grid-column: 3/4
}
.icon-menu {
  display: none
}
body::after {
  content: "";
  background-color: rgba(0,0,0,.5);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity .8s ease 0s;
  pointer-events: none;
  z-index: 149
}
.popup-show body::after {
  opacity: 1
}
.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 30px 10px;
  transition: visibility .8s ease 0s;
  visibility: hidden;
  pointer-events: none
}
.popup_show {
  z-index: 150;
  visibility: visible;
  overflow: auto;
  pointer-events: auto
}
.popup_show .popup__content {
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1)
}
.popup__wrapper {
  flex-direction: column;
  min-height: 100%;
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center
}
.popup__content {
  visibility: hidden;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: -webkit-transform .3s ease 0s;
  transition: transform .3s ease 0s;
  transition: transform .3s ease 0s,-webkit-transform .3s ease 0s;
  background-color: #eee;
  padding: 20px;
  width: 100%;
  max-width: 900px;
  border-radius: 20px
}
.lock .popup__content {
  visibility: visible
}
.form-start__wrapper {
  display: flex
}
.form-start__item.bl2 {
  min-width: 23.125rem
}
.form-start__image {
  max-width: 32.3125rem
}
.form-start__title {
  color: #000
}
.form-start__subtitle {
  line-height: 28px;
  font-family: Montserrat
}
.form-start__subtitle span {
  color: #0568f3
}
.form-start-img-bg {
  position: relative;
  justify-content: center;
  align-items: center;
  background-image: url(../img/popup/1.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  z-index: 1
}
.input {
  border-radius: 3px;
  border: 1px solid #c9c9c9
}
.close-form-start {
  position: absolute
}
.content-form-start {
  max-width: 1000px;
  max-height: 700px;
  padding: 0;
  overflow: hidden
}
.form-popup {
  max-width: 23.125rem;
  display: flex;
  flex-direction: column
}
.block-popup2 {
  display: flex;
  align-items: center
}
.btn-pop-close {
  display: flex;
  z-index: 99;
  width: 32px;
  height: 33px;
  border-radius: 50%;
  background-color: #000;
  align-content: center;
  justify-content: center;
  align-items: center
}
.form-thanks {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center
}
.form-thanks__title h3 {
  color: #0568f3
}
.form-thanks__subtitle p {
  color: #000;
  font-family: Montserrat;
  max-width: 28.75rem;
  text-align: center;
  line-height: 33px
}
.content-form-thanks {
  max-width: 1000px;
  max-height: 700px;
  padding: 0;
  overflow: hidden
}
.ibg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.ibg--top {
  -o-object-position: top;
  object-position: top
}
.ibg--bottom {
  -o-object-position: bottom;
  object-position: bottom
}
.ibg--left {
  -o-object-position: left;
  object-position: left
}
.ibg--right {
  -o-object-position: right;
  object-position: right
}
.ibg--contain {
  -o-object-fit: contain;
  object-fit: contain
}
.button {
  font-weight: 500;
  position: relative;
  color: #fff;
  background: #d3a76c;
  border-radius: 3px;
  text-align: center;
  max-width: 350px;
  width: 100%;
  margin: 0;
  transition: background-color .3s ease,box-shadow .3s ease
}
.button:hover {
  background-color: #c99858;
  box-shadow: 0 0 6px #d8ca25
}
.title {
  display: flex;
  justify-content: center;
  font-family: "Archivo Black",sans-serif;
  color: #00193c;
  text-transform: uppercase;
  text-align: center
}
.title h2 {
  max-width: 80%
}
.header {
  border-bottom: 1px solid #bababa
}
.header__container-big {
  display: flex;
  justify-content: space-between;
  align-items: center
}
.header__logo {
  position: relative;
  z-index: 5
}
.header__logo img {
  max-width: 18.0625rem
}
.header__actions {
  position: relative;
  z-index: 5;
  display: flex;
  gap: 1rem;
  align-items: center
}
.menu {
  padding: 0 .625rem
}
.menu__body {
  z-index: 7
}
.menu__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  row-gap: .625rem;
  -webkit-column-gap: 2.9375rem;
  -moz-column-gap: 2.9375rem;
  column-gap: 2.9375rem
}
.menu__link {
  font-size: 16px;
  color: #000;
  text-transform: uppercase
}
.bth {
  border: 1px solid #cba768;
  border-radius: 15px;
  padding: 6px 15px 6px 15px
}
.footer {
  background-color: #00193c;
  position: relative
}
.footer p {
  color: #fff
}
.footer__wraper {
  display: flex;
  justify-content: space-between;
  align-items: center
}
.footer__item {
  display: flex;
  gap: 20px;
  flex-direction: column
}
.footer__item p {
  font-weight: 300
}
.footer__item img {
  max-width: 120px
}
.pp {
  text-decoration: underline
}
.fp {
  color: #fffef6!important;
  text-align: center;
  text-transform: uppercase
}
body {
  background-color: #fff
}
p {
  font-weight: 400
}
.sli {
  background-color: rgba(255,0,0,0)!important;
  border: none!important;
  box-shadow: none!important;
  height: 100%!important
}
.recovery__slider {
  width: 90%
}
.recovery .swiper-slide {
  width: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center
}
.recovery .swiper-slide .review-card {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0,0,0,.1);
  width: 100%
}
.nq:after,
.nq:after {
  font-size: 24px!important
}
.review__stars span {
  color: #000
}
.review__author {
  color: #000;
  font-weight: 300
}
.review {
  padding-left: 20px;
  width: 90%;
  display: flex;
  gap: 10px;
  flex-direction: column
}
.bl-t {
  display: flex
}
.bl-s {
  display: flex;
  width: 82%;
  justify-content: space-between
}
.ls3 {
  font-weight: 400!important;
  color: #fff!important;
  font-size: 18px!important;
  text-align: left;
  max-width: 430px!important;
  padding-bottom: 20px
}
.recovery {
  background: linear-gradient(92.83deg,#0568f3 0,#07397f 57.11%) top/100% 59% no-repeat,#fff;
  padding: 0 0
}
.recovery__container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between
}
.recovery__content {
  flex: 0 0 60%;
  color: #fff
}
.recovery__content h2 {
  font-family: "Archivo Black",sans-serif;
  max-width: 800px;
  font-weight: 800;
  margin-bottom: 20px
}
.recovery__content p {
  color: #000;
  font-size: 12px;
  font-weight: 300;
  text-align: left;
  max-width: 80%;
  padding-bottom: 60px
}
.recovery__form {
  margin-top: -1px;
  flex: 0 0 35%;
  background: #fff;
  padding: 30px;
  border-radius: 1px;
  box-shadow: 8px 8px 16px 0 rgba(0,0,0,.2509803922)
}
.recovery__form h3 {
  color: #00193c;
  font-weight: 600;
  text-align: center;
  font-size: 18px;
  padding-bottom: 5px
}
.recovery__form p {
  color: #5f5f5f;
  text-align: center;
  font-size: 18px;
  padding-bottom: 15px
}
.recovery__form form {
  display: flex;
  flex-direction: column;
  gap: 15px
}
.recovery__form input {
  padding: 12px 15px;
  border: 1px solid #616161;
  border-radius: 2px;
  font-size: 14px
}
.recovery__form small {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  color: #666
}
.recovery__form small a {
  color: #0e52b7;
  text-decoration: underline
}
.c-privacy {
  font-size: 11px!important
}
.c-privacy a {
  color: #0150a5
}
.steps {
  position: relative
}
.steps::before {
  content: "";
  position: absolute;
  background: url(../img/vesi.webp) no-repeat center/cover;
  pointer-events: none;
  z-index: 0;
  top: 50%;
  left: -50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}
.steps::after {
  content: "";
  position: absolute;
  background: url(../img/vesi.webp) no-repeat center/cover;
  pointer-events: none;
  z-index: 0;
  top: 50%;
  right: -50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}
.steps__content {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 40px;
  flex-direction: column
}
.steps__col {
  flex: 1 1 45%;
  display: flex;
  flex-direction: row;
  justify-content: center
}
.steps .step {
  min-width: 260px;
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 400px
}
.steps .step__text {
  max-width: 260px;
  min-width: 260px
}
.steps .step__text h3 {
  font-weight: 700;
  margin-bottom: 10px;
  color: #000
}
.steps .step__text h3 span {
  font-family: "Archivo Black",sans-serif;
  font-weight: 700;
  color: #00193c;
  margin-right: 5px
}
.steps .step__text p {
  font-size: 14px;
  line-height: 1.5;
  color: #333
}
.steps .step__icon {
  flex-shrink: 0
}
.steps .step__icon img {
  width: 170px;
  height: auto
}
.steps__divider {
  width: 2px;
  background: #0073ff;
  margin: 0 40px
}
.steps__btn {
  display: fle;
  justify-content: center;
  text-align: center
}
.rev {
  flex: 1 1 45%;
  display: flex;
  flex-direction: row-reverse
}
.rever {
  justify-content: flex-end
}
.situation__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 25px
}
.situation__item {
  border-radius: 17px;
  flex-direction: column;
  flex: 0 0 31%;
  box-sizing: border-box;
  display: flex;
  gap: 15px;
  color: #000;
  background-color: #f5faff
}
.situation__img {
  display: flex;
  justify-content: center
}
.situation__img img {
  overflow: hidden;
  border-radius: 17px;
  width: 100%;
  max-width: 80%
}
.situation__subtitle {
  text-align: center;
  color: #000;
  font-weight: 700
}
.situation__subtext {
  display: flex;
  justify-content: center;
  padding-bottom: 15px;
  text-align: center
}
.situation__subtext p {
  max-width: 90%
}
.advantages__wrapper {
  display: flex;
  flex-wrap: wrap
}
.advantages__item {
  flex: 0 0 50%;
  box-sizing: border-box;
  padding: 30px 20px;
  color: #fff
}
.advantages__item:nth-child(1) {
  background: #012244
}
.advantages__item:nth-child(2) {
  background: #1a73e8
}
.advantages__item:nth-child(3) {
  background: #0150a5
}
.advantages__item:nth-child(4) {
  background: #00356b
}
.advantages__titles {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px
}
.advantages__text {
  font-size: 18px
}
.faq__container {
  display: flex;
  flex-direction: column;
  align-items: center
}
.faq__list {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 15px
}
.faq__item {
  border-bottom: 2px solid #b2b2b2;
  overflow: hidden
}
.faq__item[open] .faq__question::after {
  content: "−"
}
.faq__question {
  font-size: 18px;
  font-weight: 600;
  padding: 15px 20px;
  cursor: pointer;
  color: #000;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center
}
.faq__question::after {
  content: "+";
  font-size: 20px;
  color: #1e73f1;
  margin-left: auto;
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease,-webkit-transform .2s ease
}
.faq__answer {
  padding: 15px 20px;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  background: #fff;
  border-top: 1px solid #ddd
}
.cta-section {
  background: linear-gradient(to bottom,#fff 50%,#00193c 50%);
  padding: 60px 20px
}
.cta-section .cta {
  background: linear-gradient(90deg,#002d72,#0046ad);
  padding: 40px 30px;
  border-radius: 1px;
  max-width: 1100px;
  margin: 0 auto 30px auto;
  box-shadow: 0 6px 15px rgba(0,0,0,.15)
}
.cta-section .cta__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px
}
.cta-section .cta__content {
  flex: 1 1 50%;
  color: #fff
}
.cta-section .cta__title {
  font-family: "Archivo Black",sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px
}
.cta-section .cta__text {
  font-weight: 500
}
.cta-section .cta__form {
  flex: 1 1 35%;
  background: #fff;
  padding: 25px;
  border-radius: 1px;
  box-shadow: 0 4px 8px rgba(0,0,0,.1);
  display: flex;
  flex-direction: column;
  gap: 12px
}
.cta-section .cta__form input {
  padding: 12px;
  color: #000;
  border: 1px solid #616161;
  border-radius: 2px;
  font-size: 14px
}
.cta-section .cta__privacy {
  font-size: 11px;
  color: #555;
  text-align: center
}
.cta-section .cta__privacy a {
  color: #0046ad;
  text-decoration: underline
}
.cta-section .cta-disclaimer {
  max-width: 1100px;
  margin: 0 auto;
  font-size: 12px;
  color: #fff;
  line-height: 1.4
}
.swiper-wrapper {
  gap: 20px
}
.slider-wrapper {
  position: relative;
  width: 100%;
  gap: 20px;
  overflow: hidden
}
.swiper-container {
  position: relative;
  width: 100%
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10
}
.swiper-button-next {
  color: #1a73e8;
  right: 10px
}
.swiper-button-prev {
  color: #1a73e8;
  left: 10px
}
.swiper-slide {
  width: 233px!important;
  height: 414px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: 100%;
  border: 1px solid #1a73e8;
  background-color: rgba(0,0,0,.774);
  background-position: center;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,.1);
  text-align: center;
  position: relative
}
.swiper-slide img {
  width: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover
}
.swiper-slide h3 {
  margin: 10px 0
}
.swiper-slide .play-button {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #ff5722;
  padding: 10px 10px 11px 12px;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  font-size: 18px
}
.swiper-slide .play-button:active {
  background-color: #e64a19
}
.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,.8);
  justify-content: center;
  align-items: center;
  z-index: 9999
}
.popup__content {
  position: relative;
  width: 90vw;
  max-width: 800px;
  aspect-ratio: 16/9
}
.popup iframe {
  width: 100%;
  height: 100%;
  border-radius: 10px
}
.close-btn {
  position: absolute;
  top: -40px;
  right: 0;
  background: 0 0;
  border: none;
  font-size: 30px;
  color: #fff;
  cursor: pointer
}
.gft {
  display: flex;
  gap: 7px;
  flex-direction: column
}
.fo-pw {
  margin-bottom: 7px;
  display: flex;
  gap: 7px;
  justify-content: space-evenly;
  flex-wrap: wrap
}
.hov {
  color: rgba(255,186,0,.7019607843)
}
.for {
  position: relative;
  background-image: url(../img/block8/1.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center
}
.for::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.46);
  z-index: 2;
  pointer-events: none
}
.for__container {
  z-index: 9999999;
  position: relative
}
.for__wrapper {
  border: 1px solid #0568f3;
  border-radius: 17px;
  background-color: rgba(0,0,0,.89);
  align-items: center;
  display: flex;
  justify-content: space-between
}
.for__item {
  flex: 0 0 45%;
  box-sizing: border-box;
  display: flex;
  gap: 15px
}
.for__subtitle {
  text-align: center;
  color: #0568f3;
  font-family: "PT Serif Caption"
}
.for__subtitle1 {
  text-align: center;
  color: #0568f3;
  font-family: "PT Serif Caption"
}
.for__img {
  margin: 0 auto
}
.for__img img {
  max-width: 100%
}
.f1 {
  display: flex;
  flex-direction: column
}
.f2 {
  display: flex;
  flex-direction: column
}
#leadform {
  display: flex;
  gap: 10px;
  flex-direction: column
}
.input-form {
  background-color: #fff;
  border: 1px solid #9d7b3e;
  width: 100%;
  padding: 7px 10px 7px 10px;
  border-radius: 4px
}
.lse {
  justify-content: center;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  margin-bottom: 5px
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #5f5f5f;
  font-weight: 300
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #5f5f5f;
  font-weight: 300
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #5f5f5f;
  font-weight: 300
}
input::placeholder,
textarea::placeholder {
  color: #5f5f5f;
  font-weight: 300
}
@media (min-width:76.25em) {
  .form-start__item.bl2 {
    width: 37.125rem
  }
  .form-start__item.bl2 {
    padding-top: 1.25rem
  }
  .form-start__item.bl2 {
    padding-bottom: 1.25rem
  }
  .form-start__item.bl2 {
    padding-left: 3.75rem
  }
  .form-start__item.bl2 {
    padding-right: 3.75rem
  }
  .form-start__item.bl2 p {
    font-size: 1.25rem
  }
  .form-start__item.bl2 p {
    padding-bottom: .9375rem
  }
  .form-start__title {
    font-size: 1.75rem
  }
  .form-start__title {
    padding-bottom: .9375rem
  }
  .form-start__subtitle {
    padding-bottom: .9375rem
  }
  .form-start__subtitle {
    font-size: 1.25rem
  }
  .form-start-img-bg {
    height: 46.875rem
  }
  .form-start-img-bg {
    width: 26.0625rem
  }
  .input {
    padding-left: 1.5625rem
  }
  .input {
    height: 2.75rem
  }
  .close-form-start {
    right: 1.25rem
  }
  .close-form-start {
    top: 1.25rem
  }
  .form-popup {
    row-gap: .625rem
  }
  .form-thanks__img {
    width: 6.25rem
  }
  .form-thanks__title {
    padding-top: 1.875rem
  }
  .form-thanks__title {
    padding-bottom: 1.25rem
  }
  .form-thanks__title h3 {
    font-size: 2.25rem
  }
  .form-thanks__subtitle p {
    font-size: 1.25rem
  }
  .button {
    font-size: 1rem
  }
  .button {
    padding-top: .78125rem
  }
  .button {
    padding-bottom: .78125rem
  }
  .button {
    padding-left: 1.875rem
  }
  .button {
    padding-right: 1.875rem
  }
  .title {
    padding-top: 6.25rem
  }
  .title {
    padding-bottom: 2.8125rem
  }
  .title {
    font-size: 2.375rem
  }
  .header {
    padding-top: .4375rem
  }
  .header {
    padding-bottom: .4375rem
  }
  .header__logo img {
    width: 4.6875rem
  }
  .menu__list {
    -webkit-column-gap: 2.75rem;
    -moz-column-gap: 2.75rem;
    column-gap: 2.75rem
  }
  .footer {
    padding-top: 2.5rem
  }
  .footer {
    padding-bottom: 2.5rem
  }
  .fp {
    font-size: .875rem
  }
  .fp {
    padding-top: .9375rem
  }
  p {
    font-size: 1.125rem
  }
  .recovery__content h2 {
    padding-top: 4.6875rem
  }
  .recovery__content h2 {
    font-size: 2.875rem
  }
  .steps .step__text h3 {
    font-size: 1.375rem
  }
  .steps .step__text h3 span {
    font-size: 2.375rem
  }
  .situation__item {
    padding-bottom: 1.5625rem
  }
  .situation__subtitle {
    padding-left: .9375rem
  }
  .situation__subtitle {
    padding-right: .9375rem
  }
  .situation__subtitle {
    font-size: 1.375rem
  }
  .situation__subtext {
    font-size: 1rem
  }
  .situation__subtext {
    padding-left: .9375rem
  }
  .situation__subtext {
    padding-right: .9375rem
  }
  .cta-section .cta__title {
    font-size: 2.375rem
  }
  .cta-section .cta__text {
    font-size: 1.375rem
  }
  .for {
    padding-top: 3.125rem
  }
  .for {
    padding-bottom: 3.125rem
  }
  .for__wrapper {
    padding: 2.1875rem
  }
  .for__subtitle {
    padding-left: .9375rem
  }
  .for__subtitle {
    padding-right: .9375rem
  }
  .for__subtitle {
    font-size: 1.75rem
  }
  .for__subtitle1 {
    padding-left: .9375rem
  }
  .for__subtitle1 {
    padding-right: .9375rem
  }
  .for__subtitle1 {
    font-size: 1.375rem
  }
}
@media (max-width:650px) {
  .sl__container {
    padding-left: 35px;
    padding-right: 35px
  }
}
@media (max-width:20em) {
  .form-start__item.bl2 {
    width: 20rem
  }
  .form-start__item.bl2 {
    padding-top: 1.125rem
  }
  .form-start__item.bl2 {
    padding-bottom: .625rem
  }
  .form-start__item.bl2 {
    padding-left: 1.25rem
  }
  .form-start__item.bl2 {
    padding-right: 1.25rem
  }
  .form-start__item.bl2 p {
    font-size: .75rem
  }
  .form-start__item.bl2 p {
    padding-bottom: .4375rem
  }
  .form-start__title {
    font-size: 1.125rem
  }
  .form-start__title {
    padding-bottom: .875rem
  }
  .form-start__subtitle {
    padding-bottom: .4375rem
  }
  .form-start__subtitle {
    font-size: .875rem
  }
  .form-start-img-bg {
    height: 9.375rem
  }
  .form-start-img-bg {
    width: 20rem
  }
  .input {
    padding-left: .625rem
  }
  .input {
    height: 2.5rem
  }
  .close-form-start {
    right: .625rem
  }
  .close-form-start {
    top: .625rem
  }
  .form-popup {
    row-gap: .4375rem
  }
  .form-thanks__img {
    width: 3.125rem
  }
  .form-thanks__title {
    padding-top: .9375rem
  }
  .form-thanks__title {
    padding-bottom: .625rem
  }
  .form-thanks__title h3 {
    font-size: 1.25rem
  }
  .form-thanks__subtitle p {
    font-size: .875rem
  }
  .button {
    font-size: .875rem
  }
  .button {
    padding-top: .75rem
  }
  .button {
    padding-bottom: .75rem
  }
  .button {
    padding-left: 1.25rem
  }
  .button {
    padding-right: 1.25rem
  }
  .title {
    padding-top: 3.75rem
  }
  .title {
    padding-bottom: 1.5625rem
  }
  .title {
    font-size: 1.25rem
  }
  .header {
    padding-top: .3125rem
  }
  .header {
    padding-bottom: .3125rem
  }
  .header__logo img {
    width: 4.375rem
  }
  .menu__list {
    -webkit-column-gap: .9375rem;
    -moz-column-gap: .9375rem;
    column-gap: .9375rem
  }
  .footer {
    padding-top: 1.25rem
  }
  .footer {
    padding-bottom: 1.25rem
  }
  .fp {
    font-size: .8125rem
  }
  .fp {
    padding-top: .625rem
  }
  p {
    font-size: .9375rem
  }
  .recovery__content h2 {
    padding-top: 2.1875rem
  }
  .recovery__content h2 {
    font-size: 1.5rem
  }
  .steps .step__text h3 {
    font-size: 1.125rem
  }
  .steps .step__text h3 span {
    font-size: 1.25rem
  }
  .situation__item {
    padding-bottom: .9375rem
  }
  .situation__subtitle {
    padding-left: .625rem
  }
  .situation__subtitle {
    padding-right: .625rem
  }
  .situation__subtitle {
    font-size: 1.25rem
  }
  .situation__subtext {
    font-size: .875rem
  }
  .situation__subtext {
    padding-left: .625rem
  }
  .situation__subtext {
    padding-right: .625rem
  }
  .cta-section .cta__title {
    font-size: 1.375rem
  }
  .cta-section .cta__text {
    font-size: 1rem
  }
  .for {
    padding-top: 1.875rem
  }
  .for {
    padding-bottom: 1.875rem
  }
  .for__wrapper {
    padding: .9375rem
  }
  .for__subtitle {
    padding-left: .625rem
  }
  .for__subtitle {
    padding-right: .625rem
  }
  .for__subtitle {
    font-size: 1.25rem
  }
  .for__subtitle1 {
    padding-left: .625rem
  }
  .for__subtitle1 {
    padding-right: .625rem
  }
  .for__subtitle1 {
    font-size: 1.125rem
  }
}
@media (max-width:68.75em) {
  .form-start__subtitle {
    line-height: 19px
  }
  .form-start-img-bg {
    background-image: url(../img/popup/1-1.webp)
  }
}
@media (max-width:61.99875em) {
  .menu__body {
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    top: 0;
    left: -100%;
    transition: all .3s ease 0s;
    overflow: auto;
    background-color: #ecf9ff;
    gap: 1.875rem;
    z-index: 4;
    padding-left: .9375rem;
    padding-right: .9375rem;
    padding-bottom: 1.875rem
  }
  .menu__body::before {
    content: "";
    position: fixed;
    top: 0;
    left: -100%;
    transition: all .3s ease 0s;
    width: 100%;
    background-color: rgba(129,93,243,.1215686275);
    z-index: 2
  }
  .menu-open .menu__body {
    left: 0
  }
  .menu-open .menu__body::before {
    left: 0
  }
  .menu__list {
    flex-direction: column;
    text-align: center;
    row-gap: 1.875rem
  }
  .menu__link {
    font-size: .875rem
  }
  .icon-menu {
    display: block;
    position: relative;
    width: 1.875rem;
    height: 1.125rem;
    cursor: pointer;
    z-index: 5
  }
  .icon-menu span,
  .icon-menu::after,
  .icon-menu::before {
    content: "";
    transition: all .3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: .125rem;
    background-color: #000
  }
  .icon-menu::before {
    top: 0
  }
  .icon-menu::after {
    bottom: 0
  }
  .icon-menu span {
    top: calc(50% - .0625rem)
  }
  .menu-open .icon-menu span {
    width: 0
  }
  .menu-open .icon-menu::before {
    top: calc(50% - .0625rem);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }
  .menu-open .icon-menu::after {
    bottom: calc(50% - .0625rem);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }
  .recovery__slider {
    display: none
  }
  .recovery__container {
    flex-direction: column;
    align-items: center
  }
}
@media (max-width:61.99875em)and (max-width:0.125em) {
  .menu__body {
    padding-top: 7.5rem
  }
}
@media (max-width:61.99875em)and (max-width:20em) {
  .menu__body::before {
    padding-top: 1.375rem
  }
  .menu__body::before {
    padding-bottom: 1.375rem
  }
}
@media (max-width:55.3125em) {
  .form-start__wrapper {
    flex-wrap: wrap;
    justify-content: center
  }
  .form-start-img-bg {
    background-image: url(../img/popup/1-2.webp)
  }
  .content-form-start {
    max-width: 585px;
    max-height: 100%
  }
  .content-form-thanks {
    max-width: 585px;
    max-height: 100%
  }
}
@media (max-width:55.3125em)and (max-width:20em) {
  .form-start__item.bl2 {
    padding-bottom: 2.1875rem
  }
  .form-start-img-bg {
    width: 26.25rem
  }
}
@media (max-width:47.99875em) {
  .menu__body {
    position: fixed;
    width: 100%;
    height: 100%;
    left: -100%;
    top: 0;
    overflow: auto;
    padding: 3.125rem .9375rem .9375rem 1.875rem;
    transition: left .3s
  }
  .menu__body::before {
    content: "";
    position: fixed;
    width: 100%;
    height: 4.375rem;
    left: -100%;
    top: 0;
    transition: left .3s;
    z-index: 2
  }
  .menu-open .menu__body {
    left: 0
  }
  .menu-open .menu__body::before {
    left: 0
  }
  .icon-menu {
    display: block;
    position: relative;
    width: 1.875rem;
    height: 1.125rem;
    z-index: 5
  }
  .icon-menu span,
  .icon-menu::after,
  .icon-menu::before {
    content: "";
    transition: all .3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: .125rem;
    background-color: #000
  }
  .icon-menu::before {
    top: 0
  }
  .icon-menu::after {
    bottom: 0
  }
  .icon-menu span {
    top: calc(50% - .0625rem)
  }
  .menu-open .icon-menu span {
    width: 0
  }
  .menu-open .icon-menu::before {
    top: calc(50% - .0625rem);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }
  .menu-open .icon-menu::after {
    bottom: calc(50% - .0625rem);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }
  .form-start__subtitle {
    padding-top: .5pxrem
  }
  .form-thanks__subtitle p {
    line-height: 19px
  }
  .title h2 {
    max-width: 100%
  }
  .footer__wraper {
    gap: 20px;
    flex-direction: column
  }
  .footer__item p {
    text-align: center
  }
  .footer__item img {
    max-width: 80px
  }
  .bl1 {
    display: flex;
    gap: 5px;
    flex-direction: column
  }
  .recovery__content h2 {
    text-align: center;
    margin-bottom: 10px
  }
  .recovery__content p {
    text-align: center;
    padding-bottom: 30px
  }
  .recovery__form form {
    gap: 10px
  }
  .steps::before {
    display: none
  }
  .steps::after {
    right: -74%;
    width: 148%
  }
  .steps__content {
    gap: 30px
  }
  .steps__col {
    flex-direction: row-reverse
  }
  .steps .step {
    max-width: 260px;
    min-width: 60px
  }
  .steps .step__text p {
    line-height: 15px;
    font-weight: 500
  }
  .steps .step__icon img {
    width: 90px;
    padding-right: 10px
  }
  .steps__divider {
    display: none
  }
  .steps__btn button {
    max-width: 100%
  }
  .situation__wrapper {
    flex-wrap: wrap
  }
  .situation__item {
    flex: 0 0 100%
  }
  .situation__img img {
    max-width: 70%
  }
  .advantages__wrapper {
    flex-direction: column
  }
  .advantages__item {
    padding: 20px 20px
  }
  .cta-section {
    padding: 60px 10px
  }
  .cta-section .cta {
    padding: 25px 5px
  }
  .cta-section .cta__title {
    text-align: center;
    margin-bottom: 10px
  }
  .cta-section .cta__text {
    text-align: center
  }
  .cta-section .cta__form {
    padding: 25px 15px
  }
  .for__wrapper {
    gap: 20px;
    justify-content: space-between;
    flex-direction: column
  }
  .lse {
    font-size: 13px
  }
}
@media (max-width:47.99875em)and (any-hover:none) {
  .icon-menu {
    cursor: default
  }
}
@media (max-width:47.99875em)and (max-width:20em) {
  .for__wrapper {
    padding-bottom: 1.875rem
  }
}
@media (max-width:29.99875em) {
  .header__btn-menu {
    display: none
  }
  .header__btn-menu::before {
    content: "";
    position: fixed;
    top: 0;
    left: -100%;
    transition: all .3s ease 0s;
    width: 100%;
    z-index: 2
  }
  .menu-open .header__btn-menu {
    left: 0
  }
  .menu-open .header__btn-menu::before {
    left: 0
  }
}
@media (min-width:20em)and (max-width:76.25em) {
  .form-start__item.bl2 {
    width: clamp(20rem ,13.9111111111rem + 30.4444444444vw ,37.125rem)
  }
  .form-start__item.bl2 {
    padding-top: clamp(1.125rem ,1.0805555556rem + .2222222222vw ,1.25rem)
  }
  .form-start__item.bl2 {
    padding-bottom: clamp(.625rem ,.4027777778rem + 1.1111111111vw ,1.25rem)
  }
  .form-start__item.bl2 {
    padding-left: clamp(1.25rem ,.3611111111rem + 4.4444444444vw ,3.75rem)
  }
  .form-start__item.bl2 {
    padding-right: clamp(1.25rem ,.3611111111rem + 4.4444444444vw ,3.75rem)
  }
  .form-start__item.bl2 p {
    font-size: clamp(.75rem ,.5722222222rem + .8888888889vw ,1.25rem)
  }
  .form-start__item.bl2 p {
    padding-bottom: clamp(.4375rem ,.2597222222rem + .8888888889vw ,.9375rem)
  }
  .form-start__title {
    font-size: clamp(1.125rem ,.9027777778rem + 1.1111111111vw ,1.75rem)
  }
  .form-start__title {
    padding-bottom: clamp(.875rem ,.8527777778rem + .1111111111vw ,.9375rem)
  }
  .form-start__subtitle {
    padding-bottom: clamp(.4375rem ,.2597222222rem + .8888888889vw ,.9375rem)
  }
  .form-start__subtitle {
    font-size: clamp(.875rem ,.7416666667rem + .6666666667vw ,1.25rem)
  }
  .form-start-img-bg {
    height: clamp(9.375rem ,-3.9583333333rem + 66.6666666667vw ,46.875rem)
  }
  .form-start-img-bg {
    width: clamp(20rem ,17.8444444444rem + 10.7777777778vw ,26.0625rem)
  }
  .input {
    padding-left: clamp(.625rem ,.2916666667rem + 1.6666666667vw ,1.5625rem)
  }
  .input {
    height: clamp(2.5rem ,2.4111111111rem + .4444444444vw ,2.75rem)
  }
  .close-form-start {
    right: clamp(.625rem ,.4027777778rem + 1.1111111111vw ,1.25rem)
  }
  .close-form-start {
    top: clamp(.625rem ,.4027777778rem + 1.1111111111vw ,1.25rem)
  }
  .form-popup {
    row-gap: clamp(.4375rem ,.3708333333rem + .3333333333vw ,.625rem)
  }
  .form-thanks__img {
    width: clamp(3.125rem ,2.0138888889rem + 5.5555555556vw ,6.25rem)
  }
  .form-thanks__title {
    padding-top: clamp(.9375rem ,.6041666667rem + 1.6666666667vw ,1.875rem)
  }
  .form-thanks__title {
    padding-bottom: clamp(.625rem ,.4027777778rem + 1.1111111111vw ,1.25rem)
  }
  .form-thanks__title h3 {
    font-size: clamp(1.25rem ,.8944444444rem + 1.7777777778vw ,2.25rem)
  }
  .form-thanks__subtitle p {
    font-size: clamp(.875rem ,.7416666667rem + .6666666667vw ,1.25rem)
  }
  .button {
    font-size: clamp(.875rem ,.8305555556rem + .2222222222vw ,1rem)
  }
  .button {
    padding-top: clamp(.75rem ,.7388888889rem + .0555555556vw ,.78125rem)
  }
  .button {
    padding-bottom: clamp(.75rem ,.7388888889rem + .0555555556vw ,.78125rem)
  }
  .button {
    padding-left: clamp(1.25rem ,1.0277777778rem + 1.1111111111vw ,1.875rem)
  }
  .button {
    padding-right: clamp(1.25rem ,1.0277777778rem + 1.1111111111vw ,1.875rem)
  }
  .title {
    padding-top: clamp(3.75rem ,2.8611111111rem + 4.4444444444vw ,6.25rem)
  }
  .title {
    padding-bottom: clamp(1.5625rem ,1.1180555556rem + 2.2222222222vw ,2.8125rem)
  }
  .title {
    font-size: clamp(1.25rem ,.85rem + 2vw ,2.375rem)
  }
  .header {
    padding-top: clamp(.3125rem ,.2680555556rem + .2222222222vw ,.4375rem)
  }
  .header {
    padding-bottom: clamp(.3125rem ,.2680555556rem + .2222222222vw ,.4375rem)
  }
  .header__logo img {
    width: clamp(4.375rem ,4.2638888889rem + .5555555556vw ,4.6875rem)
  }
  .menu__list {
    -webkit-column-gap: clamp(.9375rem ,.2930555556rem + 3.2222222222vw ,2.75rem);
    -moz-column-gap: clamp(.9375rem ,.2930555556rem + 3.2222222222vw ,2.75rem);
    column-gap: clamp(.9375rem ,.2930555556rem + 3.2222222222vw ,2.75rem)
  }
  .footer {
    padding-top: clamp(1.25rem ,.8055555556rem + 2.2222222222vw ,2.5rem)
  }
  .footer {
    padding-bottom: clamp(1.25rem ,.8055555556rem + 2.2222222222vw ,2.5rem)
  }
  .fp {
    font-size: clamp(.8125rem ,.7902777778rem + .1111111111vw ,.875rem)
  }
  .fp {
    padding-top: clamp(.625rem ,.5138888889rem + .5555555556vw ,.9375rem)
  }
  p {
    font-size: clamp(.9375rem ,.8708333333rem + .3333333333vw ,1.125rem)
  }
  .recovery__content h2 {
    padding-top: clamp(2.1875rem ,1.2986111111rem + 4.4444444444vw ,4.6875rem)
  }
  .recovery__content h2 {
    font-size: clamp(1.5rem ,1.0111111111rem + 2.4444444444vw ,2.875rem)
  }
  .steps .step__text h3 {
    font-size: clamp(1.125rem ,1.0361111111rem + .4444444444vw ,1.375rem)
  }
  .steps .step__text h3 span {
    font-size: clamp(1.25rem ,.85rem + 2vw ,2.375rem)
  }
  .situation__item {
    padding-bottom: clamp(.9375rem ,.7152777778rem + 1.1111111111vw ,1.5625rem)
  }
  .situation__subtitle {
    padding-left: clamp(.625rem ,.5138888889rem + .5555555556vw ,.9375rem)
  }
  .situation__subtitle {
    padding-right: clamp(.625rem ,.5138888889rem + .5555555556vw ,.9375rem)
  }
  .situation__subtitle {
    font-size: clamp(1.25rem ,1.2055555556rem + .2222222222vw ,1.375rem)
  }
  .situation__subtext {
    font-size: clamp(.875rem ,.8305555556rem + .2222222222vw ,1rem)
  }
  .situation__subtext {
    padding-left: clamp(.625rem ,.5138888889rem + .5555555556vw ,.9375rem)
  }
  .situation__subtext {
    padding-right: clamp(.625rem ,.5138888889rem + .5555555556vw ,.9375rem)
  }
  .cta-section .cta__title {
    font-size: clamp(1.375rem ,1.0194444444rem + 1.7777777778vw ,2.375rem)
  }
  .cta-section .cta__text {
    font-size: clamp(1rem ,.8666666667rem + .6666666667vw ,1.375rem)
  }
  .for {
    padding-top: clamp(1.875rem ,1.4305555556rem + 2.2222222222vw ,3.125rem)
  }
  .for {
    padding-bottom: clamp(1.875rem ,1.4305555556rem + 2.2222222222vw ,3.125rem)
  }
  .for__wrapper {
    padding: clamp(.9375rem ,.4930555556rem + 2.2222222222vw ,2.1875rem)
  }
  .for__subtitle {
    padding-left: clamp(.625rem ,.5138888889rem + .5555555556vw ,.9375rem)
  }
  .for__subtitle {
    padding-right: clamp(.625rem ,.5138888889rem + .5555555556vw ,.9375rem)
  }
  .for__subtitle {
    font-size: clamp(1.25rem ,1.0722222222rem + .8888888889vw ,1.75rem)
  }
  .for__subtitle1 {
    padding-left: clamp(.625rem ,.5138888889rem + .5555555556vw ,.9375rem)
  }
  .for__subtitle1 {
    padding-right: clamp(.625rem ,.5138888889rem + .5555555556vw ,.9375rem)
  }
  .for__subtitle1 {
    font-size: clamp(1.125rem ,1.0361111111rem + .4444444444vw ,1.375rem)
  }
}
@media (max-width:55.3125em)and (min-width:76.25em) {
  .form-start__item.bl2 {
    padding-bottom: 3.125rem
  }
  .form-start-img-bg {
    width: 69.375rem
  }
}
@media (max-width:55.3125em)and (min-width:20em)and (max-width:76.25em) {
  .form-start__item.bl2 {
    padding-bottom: clamp(2.1875rem ,1.8541666667rem + 1.6666666667vw ,3.125rem)
  }
  .form-start-img-bg {
    width: clamp(26.25rem ,10.9166666667rem + 76.6666666667vw ,69.375rem)
  }
}
@media (max-width:61.99875em)and (min-width:20em) {
  .menu__body {
    padding-top: 11.25rem
  }
}
@media (max-width:61.99875em)and (min-width:0.125em)and (max-width:20em) {
  .menu__body {
    padding-top: clamp(7.5rem ,7.4764150943rem + 18.8679245283vw ,11.25rem)
  }
}
@media (max-width:61.99875em)and (min-width:76.25em) {
  .menu__body::before {
    padding-top: 1.875rem
  }
  .menu__body::before {
    padding-bottom: 1.875rem
  }
}
@media (max-width:61.99875em)and (min-width:20em)and (max-width:76.25em) {
  .menu__body::before {
    padding-top: clamp(1.375rem ,1.1972222222rem + .8888888889vw ,1.875rem)
  }
  .menu__body::before {
    padding-bottom: clamp(1.375rem ,1.1972222222rem + .8888888889vw ,1.875rem)
  }
}
@media (max-width:47.99875em)and (min-width:76.25em) {
  .for__wrapper {
    padding-bottom: 2.1875rem
  }
}
@media (max-width:47.99875em)and (min-width:20em)and (max-width:76.25em) {
  .for__wrapper {
    padding-bottom: clamp(1.875rem ,1.7638888889rem + .5555555556vw ,2.1875rem)
  }
}
@media (any-hover:hover) {
  .menu__link:hover {
    color: #0568f3;
    transition: all .3s ease 0s
  }
}
@media (max-width:1100px) {
  .recovery__slider {
    display: none!important;
  }
}


.mbr-section-btn a {
  margin: 0;
  background-color: #181b25 !important;
  color: #ffffff !important;
  border-color: #181b25 !important;
  padding: 6px;
  border-radius: 7px;
}

.alert-message {
  font-size: 12px !important;
  margin: 0.3rem 0px !important;
}

.cookie-wrapper {
  padding: 4px !important;
}
.button{
  padding-bottom: 9px;
  padding-top: 9px;
}
.itm2{
  background-color: #ff000000;
}

button:disabled {
  background-color: gray;
  cursor: not-allowed;
}
.button:disabled::after {
  border-color: gray;
  }
button:active {
  background-color: rgb(122, 24, 24);
  cursor: not-allowed;
}


#popup-video {
  width: 600px;
  height: 300px;
  border-radius: 10px;
}


@media (max-width: 700px) {
  #popup-video {
      width: 300px;
      height: 500px;
      border-radius: 10px;
  }
}
