@import url('https://fonts.googleapis.com/css2?family=PT+Serif+Caption:ital@0; 1&family=Unbounded:wght@200..900&display=swap');
@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=PT+Serif+Caption:ital@0;1&family=Unbounded:wght@200..900&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: #d6d2c4;
  line-height: 1;
  font-family: Montserrat;
  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: Montserrat;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  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: 69.375rem;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto
}
[class*=__container-big] {
  max-width: 69.375rem;
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 .625rem
}
[class*="--gc"] {
  display: grid;
  min-width: 0;
  grid-template-columns: .625rem 1fr minmax(auto,69.375rem) 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: #cba768
}
.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: #cba768
}
.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-family: Montserrat;
  font-weight: 400;
  position: relative;
  color: #fff;
  background-color: #cba768;
  border-radius: 10px;
  text-align: center;
  max-width: 350px;
  width: 100%;
  transition: background-color .3s ease,box-shadow .3s ease
}
.button::after {
  content: "";
  z-index: -1;
  position: absolute;
  left: 10px;
  right: -6px;
  bottom: -7px;
  border: 1px solid #cba768;
  height: 35px;
  border-radius: 7px
}
.title {
  max-width: 60%;
  font-family: "PT Serif Caption";
  color: #cba768;
  text-transform: uppercase
}
.header {
  border-bottom: 1px solid #bababa;
  background-color: #1e1e1e
}
.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: 14px;
  color: #fff;
  text-transform: uppercase
}
.bth {
  border: 1px solid #cba768;
  border-radius: 15px;
  padding: 6px 15px 6px 15px
}
.footer {
  background-color: #000;
  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: #939393!important;
  text-align: center
}
body {
  background-color: #1e1e1e
}
p {
  font-weight: 400
}
.banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  background-image: url(../img/fon.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 90vh;
  padding-top: 0
}
.banner__item {
  display: flex;
  gap: 10px;
  flex-direction: column;
  max-width: 55%
}
.banner__subtext {
  max-width: 90%
}
.banner__title {
  text-transform: uppercase;
  color: #cba768;
  font-family: "PT Serif Caption"
}
.swiper-wrapper {
  gap: 10px
}
.benefits-slider {
  width: 100%
}
.benefits-slider__swiper {
  position: relative;
  width: 100%
}
.benefits-slider__slide {
  width: 370px!important;
  height: auto
}
.benefits-slider__nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10
}
.benefits-slider__nav.swiper-button-next,
.benefits-slider__nav.swiper-button-prev {
  color: #cba762
}
.benefits-slider__nav--prev {
  left: 10px
}
.benefits-slider__nav--next {
  right: 10px
}
.benefits-slider__pagination {
  position: relative;
  margin-top: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px
}
.benefits-slider__pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgba(203,167,98,.35);
  opacity: 1;
  border-radius: 50%;
  transition: all .25s ease
}
.benefits-slider__pagination .swiper-pagination-bullet-active {
  width: 18px;
  border-radius: 6px;
  background: #cba762
}
.benefits-card {
  position: relative;
  height: 100%;
  border-radius: 14px;
  background: rgba(0,0,0,.78);
  border: 1px solid rgba(203,167,98,.75);
  box-shadow: 0 10px 26px rgba(0,0,0,.45);
  display: flex;
  flex-direction: column;
  gap: 14px
}
.benefits-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px
}
.benefits-card__title {
  margin: 0;
  line-height: 1.1;
  color: #cba762;
  font-family: "PT Serif Caption"
}
.benefits-card__icon {
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center
}
.benefits-card__icon img,
.benefits-card__icon svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block
}
.benefits-card__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
  color: rgba(255,255,255,.85)
}
.about__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 10px
}
.about__item {
  position: relative;
  border: 1px solid #cba768;
  border-radius: 17px;
  flex-direction: column;
  box-sizing: border-box;
  display: flex;
  gap: 15px;
  flex: 0 0 47%;
  background-color: rgba(0,0,0,.8)
}
.about__item img {
  max-width: 100%
}
.about__subtext {
  display: flex;
  flex-direction: column;
  gap: 20px
}
.itt {
  padding: 0!important;
  overflow: hidden
}
.situation__title {
  max-width: 60%;
  font-family: "PT Serif Caption";
  color: #cba768;
  text-transform: uppercase
}
.situation__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 25px
}
.situation__item {
  border: 1px solid #cba768;
  border-radius: 17px;
  flex-direction: column;
  flex: 0 0 31%;
  box-sizing: border-box;
  display: flex;
  gap: 15px;
  background-color: #000
}
.situation__img img {
  overflow: hidden;
  border-radius: 17px;
  max-width: 100%
}
.situation__subtitle {
  text-align: center;
  color: #cba768;
  font-family: "PT Serif Caption"
}
.accent {
  color: #cba768;
  font-weight: 400
}
.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__container {
  z-index: 9999999;
  position: relative
}
.for__wrapper {
  position: relative;
  background-image: url(../img/fone1.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #cba768;
  border-radius: 17px;
  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: #fff;
  font-family: "PT Serif Caption"
}
.for__subtitle1 {
  text-align: center;
  color: #cba768;
  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 {
  width: 100%;
  min-width: 400px;
  display: flex;
  gap: 5px;
  flex-direction: column
}
.input-form {
  background-color: #fff;
  border: 1px solid #e6cd16;
  width: 100%;
  color: #000;
  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: #333
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #333
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #333
}
input::placeholder,
textarea::placeholder {
  color: #333
}
.ppt {
  text-align: center;
  padding-top: 10px;
  font-size: 13px
}
.popup__btn {
  display: flex
}
.submitbtn {
  text-transform: uppercase;
  max-width: 90%;
  margin: 0 auto;
  font-weight: 600
}
.faq {
  padding-bottom: 50px
}
.faq__label {
  font-size: 18px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #cba762;
  margin-bottom: 18px
}
.faq__list {
  display: flex;
  flex-direction: column;
  gap: 22px
}
.faq-item {
  border-radius: 16px;
  border: 1px solid rgba(203,167,98,.65);
  background: rgba(0,0,0,.78);
  box-shadow: 0 10px 26px rgba(0,0,0,.45);
  overflow: hidden
}
.faq-item__toggle {
  width: 100%;
  background: rgba(0,0,0,0);
  border: 0;
  padding: 18px 22px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  cursor: pointer;
  text-align: left
}
.faq-item__title {
  font-family: "PT Serif Caption";
  color: rgba(255,255,255,.92);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 25px
}
.faq-item__icon {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  color: #cba762;
  position: relative
}
.faq-item__icon::after,
.faq-item__icon::before {
  content: "";
  position: absolute;
  background: #cba762;
  border-radius: 2px
}
.faq-item__icon::before {
  width: 14px;
  height: 2px
}
.faq-item__icon::after {
  width: 2px;
  height: 14px
}
.faq-item__body {
  padding: 0 22px 18px
}
.faq-item__content {
  color: rgba(255,255,255,.78);
  font-size: 13px;
  line-height: 1.55
}
.faq-item__content p {
  margin: 0 0 10px
}
.faq-item__content p:last-child {
  margin-bottom: 0
}
.faq-item--open .faq-item__body {
  display: block
}
.faq-item:not(.faq-item--open) .faq-item__body {
  display: none
}
.faq-item--open .faq-item__icon::after {
  display: none
}
.info__title {
  max-width: 60%;
  font-family: "PT Serif Caption";
  color: #cba768;
  text-transform: uppercase
}
.info__wrapper {
  align-items: center;
  display: flex;
  gap: 25px;
  justify-content: space-between
}
.info__item {
  border: 1px solid #cba768;
  border-radius: 17px;
  flex-direction: column;
  flex: 0 0 31%;
  box-sizing: border-box;
  display: flex;
  background-color: #000
}
.info__subtitle {
  text-align: center;
  color: #cba768;
  font-family: "PT Serif Caption"
}
.info__subtext {
  display: flex;
  gap: 20px;
  flex-direction: column
}
.info__item--steps {
  background: #a99367;
  border: none;
  border-radius: 22px
}
.info__steps-title {
  margin: 0;
  font-family: "PT Serif Caption";
  color: #fff;
  font-weight: 400;
  text-align: center;
  line-height: 1.15
}
.info__steps {
  position: relative
}
.info__steps-line {
  position: absolute;
  left: 10px;
  top: 34px;
  bottom: 10px;
  width: 2px;
  border-radius: 2px;
  background: rgba(255,255,255,.55)
}
.info__step {
  display: grid;
  grid-template-columns: 34px 22px 1fr;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
  align-items: start
}
.info__step-num {
  font-size: 12px;
  color: rgba(255,255,255,.75);
  line-height: 1;
  margin-top: 0;
  background-color: #a99367;
  position: relative;
  z-index: 99;
  padding: 5px
}
.info__step-check {
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center
}
.info__step-check img,
.info__step-check svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block
}
.info__step-title {
  font-family: "PT Serif Caption";
  font-weight: 400;
  color: rgba(255,255,255,.95);
  margin: 0 0 6px;
  line-height: 1.2
}
.info__step-text {
  margin-left: -25px;
  color: rgba(255,255,255,.8);
  line-height: 1.45
}
.e1 {
  position: relative;
  background-image: url(../img/f1.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom
}
.e3 {
  position: relative;
  background-image: url(../img/f2.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom
}
.ss2 {
  padding-bottom: 30px
}
@media (min-width:70.625em) {
  .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: .65625rem
  }
  .button {
    padding-bottom: .625rem
  }
  .button {
    padding-left: 1.875rem
  }
  .button {
    padding-right: 1.875rem
  }
  .title {
    padding-top: 4.0625rem
  }
  .title {
    padding-bottom: 2.8125rem
  }
  .title {
    font-size: 2.125rem
  }
  .header {
    padding-top: .4375rem
  }
  .header {
    padding-bottom: .4375rem
  }
  .header__logo img {
    width: 3.75rem
  }
  .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
  }
  .banner__subtext {
    padding-left: .9375rem
  }
  .banner__subtext {
    padding-right: .9375rem
  }
  .banner__subtext p {
    font-size: 1.375rem
  }
  .banner__title {
    padding-left: .9375rem
  }
  .banner__title {
    padding-right: .9375rem
  }
  .banner__title {
    font-size: 2.25rem
  }
  .banner__button {
    padding-top: 3.75rem
  }
  .benefits-card {
    padding: 1.25rem
  }
  .benefits-card__title {
    font-size: 1.375rem
  }
  .about__item {
    padding: 1.5625rem
  }
  .about__subtext p {
    line-height: 1.25rem
  }
  .about__subtext p {
    font-size: 1.125rem
  }
  .situation__title {
    padding-top: 4.0625rem
  }
  .situation__title {
    padding-bottom: 2.8125rem
  }
  .situation__title {
    font-size: 2.125rem
  }
  .situation__item {
    padding-bottom: 1.5625rem
  }
  .situation__subtitle {
    padding-left: .9375rem
  }
  .situation__subtitle {
    padding-right: .9375rem
  }
  .situation__subtitle {
    font-size: 1.625rem
  }
  .situation__subtext {
    padding-left: .9375rem
  }
  .situation__subtext {
    padding-right: .9375rem
  }
  .for {
    padding-bottom: 1.5625rem
  }
  .for__wrapper {
    padding: 2.1875rem
  }
  .for__subtitle {
    padding-left: .9375rem
  }
  .for__subtitle {
    padding-right: .9375rem
  }
  .for__subtitle {
    font-size: 2.125rem
  }
  .for__subtitle1 {
    padding-left: .9375rem
  }
  .for__subtitle1 {
    padding-right: .9375rem
  }
  .for__subtitle1 {
    font-size: 1.375rem
  }
  .info__title {
    padding-top: 4.0625rem
  }
  .info__title {
    padding-bottom: 2.8125rem
  }
  .info__title {
    font-size: 2.125rem
  }
  .info__item {
    padding-bottom: 1.5625rem
  }
  .info__subtitle {
    padding-top: 1.875rem
  }
  .info__subtitle {
    padding-bottom: .9375rem
  }
  .info__subtitle {
    padding-left: .9375rem
  }
  .info__subtitle {
    padding-right: .9375rem
  }
  .info__subtitle {
    font-size: 1.625rem
  }
  .info__subtext {
    padding-left: .9375rem
  }
  .info__subtext {
    padding-right: .9375rem
  }
  .info__subtext p {
    font-size: 1rem
  }
  .info__item--steps {
    padding-top: 1.625rem
  }
  .info__item--steps {
    padding-left: 1.375rem
  }
  .info__item--steps {
    padding-right: 1.375rem
  }
  .info__item--steps {
    padding-bottom: 1.375rem
  }
  .info__steps-head {
    padding-bottom: .875rem
  }
  .info__steps-title {
    font-size: 1.375rem
  }
  .info__step {
    padding-top: .875rem
  }
  .info__step {
    padding-bottom: .875rem
  }
  .info__step-title {
    font-size: .875rem
  }
  .info__step-text {
    font-size: .75rem
  }
  .ss3 {
    padding-bottom: 5.625rem
  }
}
@media (max-width:680px) {
  .faq-item__toggle {
    padding: 16px 16px
  }
  .faq-item__body {
    padding: 0 16px 16px
  }
  .faq-item__title {
    font-size: 15px
  }
}
@media (max-width:650px) {
  .benefits-slider__slide {
    width: 100%!important
  }
  .benefits-slider__nav--prev {
    left: 6px
  }
  .benefits-slider__nav--next {
    right: 6px
  }
  .benefits-slider__swiper {
    padding: 0 34px
  }
  .benefits-slider__nav--prev {
    left: 6px!important
  }
  .benefits-slider__nav--next {
    right: 6px!important
  }
  .benefits-slider__nav {
    width: 28px;
    height: 28px
  }
}
@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: .625rem
  }
  .button {
    padding-bottom: .625rem
  }
  .button {
    padding-left: 1.25rem
  }
  .button {
    padding-right: 1.25rem
  }
  .title {
    padding-top: 2.5rem
  }
  .title {
    padding-bottom: 1.5625rem
  }
  .title {
    font-size: 1.25rem
  }
  .header {
    padding-top: .3125rem
  }
  .header {
    padding-bottom: .3125rem
  }
  .header__logo img {
    width: 3.4375rem
  }
  .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
  }
  .banner__subtext {
    padding-left: .625rem
  }
  .banner__subtext {
    padding-right: .625rem
  }
  .banner__subtext p {
    font-size: 1rem
  }
  .banner__title {
    padding-left: .625rem
  }
  .banner__title {
    padding-right: .625rem
  }
  .banner__title {
    font-size: 1.5rem
  }
  .banner__button {
    padding-top: 1.875rem
  }
  .benefits-card {
    padding: .75rem
  }
  .benefits-card__title {
    font-size: 1.1875rem
  }
  .about__item {
    padding: 1.5625rem
  }
  .about__subtext p {
    line-height: 1.125rem
  }
  .about__subtext p {
    font-size: 1rem
  }
  .situation__title {
    padding-top: 2.5rem
  }
  .situation__title {
    padding-bottom: 1.5625rem
  }
  .situation__title {
    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 {
    padding-left: 1.875rem
  }
  .situation__subtext {
    padding-right: 1.875rem
  }
  .for {
    padding-bottom: 1.25rem
  }
  .for__wrapper {
    padding: .9375rem
  }
  .for__subtitle {
    padding-left: .625rem
  }
  .for__subtitle {
    padding-right: .625rem
  }
  .for__subtitle {
    font-size: 1.5rem
  }
  .for__subtitle1 {
    padding-left: .625rem
  }
  .for__subtitle1 {
    padding-right: .625rem
  }
  .for__subtitle1 {
    font-size: 1.125rem
  }
  .info__title {
    padding-top: 2.5rem
  }
  .info__title {
    padding-bottom: 1.5625rem
  }
  .info__title {
    font-size: 1.25rem
  }
  .info__item {
    padding-bottom: 1.25rem
  }
  .info__subtitle {
    padding-top: 1.25rem
  }
  .info__subtitle {
    padding-bottom: .625rem
  }
  .info__subtitle {
    padding-left: .625rem
  }
  .info__subtitle {
    padding-right: .625rem
  }
  .info__subtitle {
    font-size: 1.25rem
  }
  .info__subtext {
    padding-left: 1.875rem
  }
  .info__subtext {
    padding-right: 1.875rem
  }
  .info__subtext p {
    font-size: .875rem
  }
  .info__item--steps {
    padding-top: 1.125rem
  }
  .info__item--steps {
    padding-left: 1rem
  }
  .info__item--steps {
    padding-right: 1rem
  }
  .info__item--steps {
    padding-bottom: 1rem
  }
  .info__steps-head {
    padding-bottom: .625rem
  }
  .info__steps-title {
    font-size: 1.125rem
  }
  .info__step {
    padding-top: .75rem
  }
  .info__step {
    padding-bottom: .75rem
  }
  .info__step-title {
    font-size: .8125rem
  }
  .info__step-text {
    font-size: .75rem
  }
  .ss3 {
    padding-bottom: 1.5625rem
  }
}
@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) {
  .button {
    border-radius: 10px
  }
  .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: #1b2327;
    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%;
    height: 4.0625rem;
    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: #cba768
  }
  .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)
  }
  .about__wrapper {
    flex-wrap: wrap
  }
}
@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: .625rem
  }
}
@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: #cba768
  }
  .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
  }
  .button {
    border-radius: 8px
  }
  .title {
    max-width: 100%;
    text-align: center
  }
  .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
  }
  .banner {
    margin-top: 0;
    height: 90vh;
    background-image: url(../img/fon-mob.webp)
  }
  .banner__wrapper {
    padding-top: 200px
  }
  .banner__item {
    max-width: 100%
  }
  .banner__subtext p {
    text-align: center
  }
  .banner__title {
    text-align: center
  }
  .banner__button {
    display: flex;
    justify-content: center
  }
  .benefits-card__icon img,
  .benefits-card__icon svg {
    width: 35px
  }
  .about__item {
    flex: 0 0 100%
  }
  .about__subtext {
    gap: 10px
  }
  .situation__title {
    max-width: 100%;
    text-align: center
  }
  .situation__wrapper {
    flex-wrap: wrap
  }
  .situation__item {
    flex: 0 0 100%
  }
  .situation__subtext {
    text-align: center
  }
  .for__wrapper {
    background-image: url(../img/fone2.webp);
    gap: 20px;
    justify-content: space-between;
    flex-direction: column
  }
  #leadform {
    width: 100%;
    min-width: 300px
  }
  .lse {
    font-size: 13px
  }
  .faq-item__title {
    line-height: 22px
  }
  .info__title {
    max-width: 100%;
    text-align: center
  }
  .info__wrapper {
    flex-wrap: wrap
  }
  .info__item {
    flex: 0 0 100%
  }
}
@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:70.625em) {
  .form-start__item.bl2 {
    width: clamp(20rem ,13.2345679012rem + 33.8271604938vw ,37.125rem)
  }
  .form-start__item.bl2 {
    padding-top: clamp(1.125rem ,1.075617284rem + .2469135802vw ,1.25rem)
  }
  .form-start__item.bl2 {
    padding-bottom: clamp(.625rem ,.3780864198rem + 1.2345679012vw ,1.25rem)
  }
  .form-start__item.bl2 {
    padding-left: clamp(1.25rem ,.262345679rem + 4.9382716049vw ,3.75rem)
  }
  .form-start__item.bl2 {
    padding-right: clamp(1.25rem ,.262345679rem + 4.9382716049vw ,3.75rem)
  }
  .form-start__item.bl2 p {
    font-size: clamp(.75rem ,.5524691358rem + .987654321vw ,1.25rem)
  }
  .form-start__item.bl2 p {
    padding-bottom: clamp(.4375rem ,.2399691358rem + .987654321vw ,.9375rem)
  }
  .form-start__title {
    font-size: clamp(1.125rem ,.8780864198rem + 1.2345679012vw ,1.75rem)
  }
  .form-start__title {
    padding-bottom: clamp(.875rem ,.850308642rem + .1234567901vw ,.9375rem)
  }
  .form-start__subtitle {
    padding-bottom: clamp(.4375rem ,.2399691358rem + .987654321vw ,.9375rem)
  }
  .form-start__subtitle {
    font-size: clamp(.875rem ,.7268518519rem + .7407407407vw ,1.25rem)
  }
  .form-start-img-bg {
    height: clamp(9.375rem ,-5.4398148148rem + 74.0740740741vw ,46.875rem)
  }
  .form-start-img-bg {
    width: clamp(20rem ,17.6049382716rem + 11.975308642vw ,26.0625rem)
  }
  .input {
    padding-left: clamp(.625rem ,.2546296296rem + 1.8518518519vw ,1.5625rem)
  }
  .input {
    height: clamp(2.5rem ,2.4012345679rem + .4938271605vw ,2.75rem)
  }
  .close-form-start {
    right: clamp(.625rem ,.3780864198rem + 1.2345679012vw ,1.25rem)
  }
  .close-form-start {
    top: clamp(.625rem ,.3780864198rem + 1.2345679012vw ,1.25rem)
  }
  .form-popup {
    row-gap: clamp(.4375rem ,.3634259259rem + .3703703704vw ,.625rem)
  }
  .form-thanks__img {
    width: clamp(3.125rem ,1.8904320988rem + 6.1728395062vw ,6.25rem)
  }
  .form-thanks__title {
    padding-top: clamp(.9375rem ,.5671296296rem + 1.8518518519vw ,1.875rem)
  }
  .form-thanks__title {
    padding-bottom: clamp(.625rem ,.3780864198rem + 1.2345679012vw ,1.25rem)
  }
  .form-thanks__title h3 {
    font-size: clamp(1.25rem ,.8549382716rem + 1.975308642vw ,2.25rem)
  }
  .form-thanks__subtitle p {
    font-size: clamp(.875rem ,.7268518519rem + .7407407407vw ,1.25rem)
  }
  .button {
    font-size: clamp(.875rem ,.825617284rem + .2469135802vw ,1rem)
  }
  .button {
    padding-top: 10px;
  }
  .button {
    padding-bottom: 10px;
  }
  .button {
    padding-left: clamp(1.25rem ,1.0030864198rem + 1.2345679012vw ,1.875rem)
  }
  .button {
    padding-right: clamp(1.25rem ,1.0030864198rem + 1.2345679012vw ,1.875rem)
  }
  .title {
    padding-top: clamp(2.5rem ,1.8827160494rem + 3.0864197531vw ,4.0625rem)
  }
  .title {
    padding-bottom: clamp(1.5625rem ,1.0686728395rem + 2.4691358025vw ,2.8125rem)
  }
  .title {
    font-size: clamp(1.25rem ,.9043209877rem + 1.7283950617vw ,2.125rem)
  }
  .header {
    padding-top: clamp(.3125rem ,.263117284rem + .2469135802vw ,.4375rem)
  }
  .header {
    padding-bottom: clamp(.3125rem ,.263117284rem + .2469135802vw ,.4375rem)
  }
  .header__logo img {
    width: clamp(3.4375rem ,3.3140432099rem + .6172839506vw ,3.75rem)
  }
  .menu__list {
    -webkit-column-gap: clamp(.9375rem ,.2214506173rem + 3.5802469136vw ,2.75rem);
    -moz-column-gap: clamp(.9375rem ,.2214506173rem + 3.5802469136vw ,2.75rem);
    column-gap: clamp(.9375rem ,.2214506173rem + 3.5802469136vw ,2.75rem)
  }
  .footer {
    padding-top: clamp(1.25rem ,.7561728395rem + 2.4691358025vw ,2.5rem)
  }
  .footer {
    padding-bottom: clamp(1.25rem ,.7561728395rem + 2.4691358025vw ,2.5rem)
  }
  .fp {
    font-size: clamp(.8125rem ,.787808642rem + .1234567901vw ,.875rem)
  }
  .fp {
    padding-top: clamp(.625rem ,.5015432099rem + .6172839506vw ,.9375rem)
  }
  p {
    font-size: clamp(.9375rem ,.8634259259rem + .3703703704vw ,1.125rem)
  }
  .banner__subtext {
    padding-left: clamp(.625rem ,.5015432099rem + .6172839506vw ,.9375rem)
  }
  .banner__subtext {
    padding-right: clamp(.625rem ,.5015432099rem + .6172839506vw ,.9375rem)
  }
  .banner__subtext p {
    font-size: clamp(1rem ,.8518518519rem + .7407407407vw ,1.375rem)
  }
  .banner__title {
    padding-left: clamp(.625rem ,.5015432099rem + .6172839506vw ,.9375rem)
  }
  .banner__title {
    padding-right: clamp(.625rem ,.5015432099rem + .6172839506vw ,.9375rem)
  }
  .banner__title {
    font-size: clamp(1.5rem ,1.2037037037rem + 1.4814814815vw ,2.25rem)
  }
  .banner__button {
    padding-top: clamp(1.875rem ,1.1342592593rem + 3.7037037037vw ,3.75rem)
  }
  .benefits-card {
    padding: clamp(.75rem ,.5524691358rem + .987654321vw ,1.25rem)
  }
  .benefits-card__title {
    font-size: clamp(1.1875rem ,1.1134259259rem + .3703703704vw ,1.375rem)
  }
  .about__item {
    padding: 15px;
  }
  .about__subtext p {
    line-height: clamp(1.125rem ,1.075617284rem + .2469135802vw ,1.25rem)
  }
  .about__subtext p {
    font-size: clamp(1rem ,.950617284rem + .2469135802vw ,1.125rem)
  }
  .situation__title {
    padding-top: clamp(2.5rem ,1.8827160494rem + 3.0864197531vw ,4.0625rem)
  }
  .situation__title {
    padding-bottom: clamp(1.5625rem ,1.0686728395rem + 2.4691358025vw ,2.8125rem)
  }
  .situation__title {
    font-size: clamp(1.25rem ,.9043209877rem + 1.7283950617vw ,2.125rem)
  }
  .situation__item {
    padding-bottom: clamp(.9375rem ,.6905864198rem + 1.2345679012vw ,1.5625rem)
  }
  .situation__subtitle {
    padding-left: clamp(.625rem ,.5015432099rem + .6172839506vw ,.9375rem)
  }
  .situation__subtitle {
    padding-right: clamp(.625rem ,.5015432099rem + .6172839506vw ,.9375rem)
  }
  .situation__subtitle {
    font-size: clamp(1.25rem ,1.1018518519rem + .7407407407vw ,1.625rem)
  }
  .situation__subtext {
    padding-left: clamp(.9375rem ,2.2453703704rem + -1.8518518519vw ,1.875rem)
  }
  .situation__subtext {
    padding-right: clamp(.9375rem ,2.2453703704rem + -1.8518518519vw ,1.875rem)
  }
  .for {
    padding-bottom: clamp(1.25rem ,1.1265432099rem + .6172839506vw ,1.5625rem)
  }
  .for__wrapper {
    padding: clamp(.9375rem ,.4436728395rem + 2.4691358025vw ,2.1875rem)
  }
  .for__subtitle {
    padding-left: clamp(.625rem ,.5015432099rem + .6172839506vw ,.9375rem)
  }
  .for__subtitle {
    padding-right: clamp(.625rem ,.5015432099rem + .6172839506vw ,.9375rem)
  }
  .for__subtitle {
    font-size: clamp(1.5rem ,1.2530864198rem + 1.2345679012vw ,2.125rem)
  }
  .for__subtitle1 {
    padding-left: clamp(.625rem ,.5015432099rem + .6172839506vw ,.9375rem)
  }
  .for__subtitle1 {
    padding-right: clamp(.625rem ,.5015432099rem + .6172839506vw ,.9375rem)
  }
  .for__subtitle1 {
    font-size: clamp(1.125rem ,1.0262345679rem + .4938271605vw ,1.375rem)
  }
  .info__title {
    padding-top: clamp(2.5rem ,1.8827160494rem + 3.0864197531vw ,4.0625rem)
  }
  .info__title {
    padding-bottom: clamp(1.5625rem ,1.0686728395rem + 2.4691358025vw ,2.8125rem)
  }
  .info__title {
    font-size: clamp(1.25rem ,.9043209877rem + 1.7283950617vw ,2.125rem)
  }
  .info__item {
    padding-bottom: clamp(1.25rem ,1.1265432099rem + .6172839506vw ,1.5625rem)
  }
  .info__subtitle {
    padding-top: clamp(1.25rem ,1.0030864198rem + 1.2345679012vw ,1.875rem)
  }
  .info__subtitle {
    padding-bottom: clamp(.625rem ,.5015432099rem + .6172839506vw ,.9375rem)
  }
  .info__subtitle {
    padding-left: clamp(.625rem ,.5015432099rem + .6172839506vw ,.9375rem)
  }
  .info__subtitle {
    padding-right: clamp(.625rem ,.5015432099rem + .6172839506vw ,.9375rem)
  }
  .info__subtitle {
    font-size: clamp(1.25rem ,1.1018518519rem + .7407407407vw ,1.625rem)
  }
  .info__subtext {
    padding-left: clamp(.9375rem ,2.2453703704rem + -1.8518518519vw ,1.875rem)
  }
  .info__subtext {
    padding-right: clamp(.9375rem ,2.2453703704rem + -1.8518518519vw ,1.875rem)
  }
  .info__subtext p {
    font-size: clamp(.875rem ,.825617284rem + .2469135802vw ,1rem)
  }
  .info__item--steps {
    padding-top: clamp(1.125rem ,.9274691358rem + .987654321vw ,1.625rem)
  }
  .info__item--steps {
    padding-left: clamp(1rem ,.8518518519rem + .7407407407vw ,1.375rem)
  }
  .info__item--steps {
    padding-right: clamp(1rem ,.8518518519rem + .7407407407vw ,1.375rem)
  }
  .info__item--steps {
    padding-bottom: clamp(1rem ,.8518518519rem + .7407407407vw ,1.375rem)
  }
  .info__steps-head {
    padding-bottom: clamp(.625rem ,.5262345679rem + .4938271605vw ,.875rem)
  }
  .info__steps-title {
    font-size: clamp(1.125rem ,1.0262345679rem + .4938271605vw ,1.375rem)
  }
  .info__step {
    padding-top: clamp(.75rem ,.700617284rem + .2469135802vw ,.875rem)
  }
  .info__step {
    padding-bottom: clamp(.75rem ,.700617284rem + .2469135802vw ,.875rem)
  }
  .info__step-title {
    font-size: clamp(.8125rem ,.787808642rem + .1234567901vw ,.875rem)
  }
  .info__step-text {
    font-size: clamp(.75rem ,.75rem + 0 ,.75rem)
  }
  .ss3 {
    padding-bottom: clamp(1.5625rem ,-.0424382716rem + 8.024691358vw ,5.625rem)
  }
}
@media (max-width:55.3125em)and (min-width:70.625em) {
  .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:70.625em) {
  .form-start__item.bl2 {
    padding-bottom: clamp(2.1875rem ,1.8171296296rem + 1.8518518519vw ,3.125rem)
  }
  .form-start-img-bg {
    width: clamp(26.25rem ,9.212962963rem + 85.1851851852vw ,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:70.625em) {
  .menu__body::before {
    padding-top: 1.875rem
  }
  .menu__body::before {
    padding-bottom: 1.25rem
  }
}
@media (max-width:61.99875em)and (min-width:20em)and (max-width:70.625em) {
  .menu__body::before {
    padding-top: clamp(1.375rem ,1.1774691358rem + .987654321vw ,1.875rem)
  }
  .menu__body::before {
    padding-bottom: clamp(.625rem ,.3780864198rem + 1.2345679012vw ,1.25rem)
  }
}
@media (max-width:47.99875em)and (min-width:70.625em) {
  .for__wrapper {
    padding-bottom: 2.1875rem
  }
}
@media (max-width:47.99875em)and (min-width:20em)and (max-width:70.625em) {
  .for__wrapper {
    padding-bottom: clamp(1.875rem ,1.7515432099rem + .6172839506vw ,2.1875rem)
  }
}
@media (any-hover:hover) {
  .button:hover {
    background-color: #d8ab5b;
    box-shadow: 0 0 6px #d8ca25
  }
  .menu__link:hover {
    color: #cba768;
    transition: all .3s ease 0s
  }
}



.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;
}

#cookiesdirective {
  z-index: 9999999999999999999!important;
}