@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400..600&display=swap');
@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400..600&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400..600&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: Lato;
  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: Lato;
  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: 71.875rem;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto
}
[class*=__container-big] {
  max-width: 71.875rem;
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 .625rem
}
[class*="--gc"] {
  display: grid;
  min-width: 0;
  grid-template-columns: .625rem 1fr minmax(auto,71.875rem) 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: #c8a863
}
.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: #c8a863
}
.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: 500;
  position: relative;
  color: #fff;
  background-color: #c8a863;
  border-radius: 10px;
  text-align: center;
  max-width: 350px;
  width: 100%;
  transition: background-color .3s ease,box-shadow .3s ease
}

.title {
  max-width: 60%;
  font-family: "PT Serif Caption";
  color: #c8a863;
  text-transform: uppercase
}
.hiden1-block {
  opacity: 0;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  transition: opacity 1.5s ease,-webkit-transform 1.5s ease;
  transition: opacity 1.5s ease,transform 1.5s ease;
  transition: opacity 1.5s ease,transform 1.5s ease,-webkit-transform 1.5s ease
}
.hiden1-block.show {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0)
}
.hiden-block-left {
  opacity: 0;
  -webkit-transform: translateX(-10%);
  transform: translateX(-10%);
  transition: opacity 1s ease,-webkit-transform 1s ease;
  transition: opacity 1s ease,transform 1s ease;
  transition: opacity 1s ease,transform 1s ease,-webkit-transform 1s ease
}
.hiden-block-left.show {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0)
}
.hiden-block-right {
  opacity: 0;
  -webkit-transform: translateX(10%);
  transform: translateX(10%);
  transition: opacity 1s ease,-webkit-transform 1s ease;
  transition: opacity 1s ease,transform 1s ease;
  transition: opacity 1s ease,transform 1s ease,-webkit-transform 1s ease
}
.hiden-block-right.show {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0)
}
.hiden-block-left-spead {
  opacity: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: opacity 2s ease,-webkit-transform 2s ease;
  transition: opacity 2s ease,transform 2s ease;
  transition: opacity 2s ease,transform 2s ease,-webkit-transform 2s ease
}
.hiden-block-left-spead.show {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0)
}
.hiden-block-right-spead {
  opacity: 0;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  transition: opacity 2s ease,-webkit-transform 2s ease;
  transition: opacity 2s ease,transform 2s ease;
  transition: opacity 2s ease,transform 2s ease,-webkit-transform 2s ease
}
.hiden-block-right-spead.show {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0)
}
.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;
  position: relative;
  z-index: 9;
  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;
  font-weight: 500;
  font-family: Lora;
  text-transform: uppercase
}
.lm {
  display: none
}
.bth {
  border: 1px solid #cba768;
  border-radius: 15px;
  padding: 6px 15px 6px 15px
}
.footer {
  background-color: #162c44;
  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: #fff
}
p {
  font-weight: 400
}
.banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: -83px;
  position: relative;
  background-image: url(../img/fon.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100vh;
  padding-top: 0
}
.banner__item {
  display: flex;
  gap: 20px;
  flex-direction: column;
  max-width: 51%
}
.banner__subtext {
  max-width: 90%
}
.banner__subtext p {
  line-height: 110%;
  color: #fff
}
.banner__title {
  color: #c8a863;
  font-family: Lora
}
.banner__button {
  font-family: Montserrat;
  text-transform: uppercase;
  font-weight: 600!important
}
.banner__trust {
  margin-top: 48px;
  display: flex;
  align-items: center;
  gap: 18px
}
.banner__avatars {
  display: flex;
  align-items: center
}
.banner__avatar {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 50%;
  border: 2px solid #fff;
  -o-object-fit: cover;
  object-fit: cover
}
.banner__avatar:not(:first-child) {
  margin-left: -12px
}
.banner__trust-text {
  margin: 0;
  font-size: 15px;
  line-height: 1.35;
  color: rgba(255,255,255,.72)
}
.banner__trust-text span {
  color: #fff
}
.situation {
  position: relative;
  background: #dff5ff;
  border-radius: 28px 28px 0 0;
  padding: 58px 0 44px;
  overflow: hidden;
  margin-top: 55px
}
.situation__container {
  position: relative
}
.situation__container::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 225px;
  width: 270px;
  height: 270px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(.././img/decor.svg) center/contain no-repeat;
  pointer-events: none
}
.situation__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
  margin-bottom: 28px;
  position: relative;
  z-index: 2
}
.situation__title {
  margin: 0;
  max-width: 50%;
  font-family: Lora,serif;
  font-weight: 400;
  color: #000
}
.situation__text {
  max-width: 40%;
  color: #6a6a6a
}
.situation__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  position: relative;
  z-index: 2
}
.situation__item {
  width: 100%;
  min-height: 232px;
  flex: 0 1 32%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 22px 22px 20px;
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 12px 24px rgba(36,72,91,.08)
}
.situation__item--center {
  margin-top: 2px;
  box-shadow: 0 20px 28px rgba(36,72,91,.22)
}
.situation__icon {
  width: 44px;
  height: 44px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px
}
.situation__icon img {
  max-width: 44px;
  max-height: 44px;
  -o-object-fit: contain;
  object-fit: contain
}
.situation__subtitle {
  font-weight: 700;
  color: #213247
}
.situation__subtext {
  margin: 0;
  line-height: 120%;
  color: #425466
}
.situation__bottom {
  margin-top: 66px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
  text-align: center
}
.situation__bottom-title {
  margin: 0 0 16px;
  font-family: Lora,serif;
  font-weight: 400;
  color: #000
}
.situation__bottom-text {
  margin: 0 0 20px;
  color: #6a6a6a;
  max-width: 65%
}
.situation__button1 {
  text-decoration: none
}
.work {
  background: #fff;
  padding: 50px 0
}
.work__container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px
}
.work__left {
  flex: 0 1 47%;
  display: flex;
  flex-direction: column;
  align-items: flex-start
}
.work__label {
  min-height: 24px;
  padding: 0 10px;
  margin-bottom: 22px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid #d6e1ec;
  border-radius: 20px;
  background: #fff;
  color: #0f243a
}
.work__label img {
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
  -o-object-fit: contain;
  object-fit: contain
}
.work__label span {
    font-family: Lora;
  line-height: 1
}
.work__title {
  margin: 0 0 18px;
  font-family: Lora,serif;
  font-weight: 400;
  line-height: .95;
  color: #0f1d2d
}
.work__image {
  width: 100%;
  max-width: 500px;
  border-radius: 10px;
  overflow: hidden
}
.work__image img {
  display: block;
  width: 100%;
  height: 278px;
  -o-object-fit: cover;
  object-fit: cover
}
.work__decor {
  flex: 0 0 18px;
  padding-top: 24px;
  display: flex;
  justify-content: center
}
.work__decor img {
  width: 18px;
  height: 332px;
  -o-object-fit: contain;
  object-fit: contain
}
.work__right {
  flex: 0 1 47%;
  padding-top: 23px;
  display: flex;
  flex-direction: column;
  gap: 10px
}
.work__steps {
  display: flex;
  flex-direction: column;
  gap: 10px
}
.work__step {
  min-height: 72px;
  padding: 8px 20px 8px 8px;
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 6px 20px rgba(14,43,65,.08)
}
.work__icon {
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  background: #ecf6ff
}
.work__icon img {
  width: 56px;
  height: 56px;
  -o-object-fit: contain;
  object-fit: contain
}
.work__step-text {
  max-width: 65%;
  margin: 0;
  line-height: 120%;
  font-weight: 500;
  color: #0c1c2d
}
.work__number {
  position: absolute;
  top: 22px;
  right: 20px;
  min-width: 26px;
  height: 25px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: #132b45;
  color: #fff;
  font-weight: 700;
  line-height: 1
}
.work__consult {
  min-height: 128px;
  padding: 22px 18px;
  display: flex;
  align-items: flex-start;
  gap: 18px;
  border-radius: 18px;
  background: #132b45
}
.work__consult-icon {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  margin-top: 2px
}
.work__consult-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}
.work__consult-content {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start
}
.work__consult-text {
  margin: 0 0 16px;
  font-family: Lora,serif;
  line-height: 1.35;
  color: #fff
}
.work__button {
  margin-left: -50px;
  text-transform: uppercase;
  text-decoration: none
}
.advantages {
  padding: 50px 0;
  background: #142d47;
  border-radius: 22px
}
.advantages__container {
  margin: 0 auto;
  position: relative
}
.advantages__bg {
  position: absolute;
  left: 50%;
  bottom: -8px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 490px;
  height: 400px;
  pointer-events: none
}
.advantages__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}
.advantages__top {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-start;
  gap: 22px
}
.advantages__left {
  flex: 0 1 49%;
  padding-top: 0
}
.advantages__small-title {
  margin: 0 0 40px;
  font-family: Lora,serif;
  font-weight: 400;
  line-height: 1.2;
  color: #fff
}
.advantages__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 10px
}
.advantages__tag {
  min-height: 34px;
  padding: 0 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: Lora,serif;
  border: 1px solid rgba(235,246,255,.9);
  border-radius: 8px;
  color: #fff;
  line-height: 1;
  white-space: nowrap
}
.advantages__right {
  flex: 0 1 50%
}
.advantages__label {
  min-height: 32px;
  padding: 0 12px;
  margin-bottom: 16px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid #d7e8f5;
  border-radius: 8px;
  color: #fff
}
.advantages__label img {
  width: 13px;
  height: 13px;
  -o-object-fit: contain;
  object-fit: contain
}
.advantages__label span {
    font-family: Lora;
  line-height: 1
}
.advantages__title {
  margin: 0 0 14px;
  font-family: Lora,serif;
  font-weight: 400;
  line-height: 1.05;
  color: #fff
}
.advantages__text {
  max-width: 500px;
  margin: 0 0 16px;
  color: #fff;
  line-height: 1.18
}
.advantages__button {
  min-width: 210px;
  min-height: 34px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: #d2aa58;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none
}
.advantages__cards {
  position: relative;
  z-index: 2;
  margin-top: 34px;
  display: flex;
  justify-content: space-between;
  gap: 20px
}
.advantages__card {
  min-height: 130px;
  flex: 0 1 33%;
  padding: 28px 26px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 17px;
  background: #ddf5ff
}
.advantages__value {
  margin-bottom: 14px;
  font-family: Lora,serif;
  line-height: 1;
  color: #000
}
.advantages__caption {
  font-family: Lora;
  margin: 0;
  color: #000;
  padding-top: 10px
}
.advantages__counters {
  display: flex;
  font-family: Lora;
  color: #000
}
.faq {
  background: #fff;
  padding: 50px 0 0 0
}
.faq__container {
  padding: 18px 20px 38px
}
.faq__label {
  min-height: 24px;
  margin: 0 auto 14px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  gap: 6px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #d4dde7;
  border-radius: 14px;
  color: #0f243a
}
.faq__label img {
  width: 12px;
  height: 12px;
  -o-object-fit: contain;
  object-fit: contain
}
.faq__label span {
  line-height: 1;
  font-family: Lora
}
.faq__title {
  margin: 0 0 24px;
  text-align: center;
  font-family: Lora,serif;
  font-weight: 400;
  line-height: 1.2;
  color: #222
}
.faq__items {
  display: flex;
  flex-direction: column;
  gap: 10px
}
.faq__item {
  display: flex;
  flex-direction: column;
  border: 1px solid #24394f;
  background: #fff;
  overflow: hidden;
  transition: border-color .3s ease
}
.faq__item.active .faq__arrow {
  background: #d2aa58;
  border-color: #d2aa58
}
.faq__item.active .faq__arrow::before {
  -webkit-transform: translate(-50%,-60%) rotate(45deg);
  transform: translate(-50%,-60%) rotate(45deg)
}
.faq__item.active .faq__body {
  max-height: 300px;
  opacity: 1;
  visibility: visible
}
.faq__item.active .faq__content {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0)
}
.faq__head {
  width: 100%;
  min-height: 50px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border: none;
  background: rgba(0,0,0,0);
  color: #222;
  text-align: left;
  cursor: pointer
}
.faq__head span:first-child {
  font-weight: 700;
  line-height: 120%;
  font-family: Lora
}
.faq__arrow {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  position: relative;
  border-radius: 50%;
  border: 1px solid transparent;
  transition: background .3s ease,border-color .3s ease
}
.faq__arrow::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid #132b45;
  border-bottom: 2px solid #132b45;
  -webkit-transform: translate(-60%,-50%) rotate(-45deg);
  transform: translate(-60%,-50%) rotate(-45deg);
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease,-webkit-transform .3s ease
}
.faq__body {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: max-height .35s ease,opacity .25s ease,visibility .25s ease
}
.faq__content {
  opacity: 0;
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
  padding: 0 18px 18px;
  transition: opacity .25s ease,-webkit-transform .25s ease;
  transition: opacity .25s ease,transform .25s ease;
  transition: opacity .25s ease,transform .25s ease,-webkit-transform .25s ease
}
.faq__content p {
  margin: 0;
  color: #333;
  line-height: 1.35
}
.faq__content p:not(:last-child) {
  margin-bottom: 18px
}
.f1 {
  display: flex;
  flex-direction: column
}
.f2 {
  display: flex;
  flex-direction: column
}
#leadform {
      z-index: 9999;
  flex: 0 1 50%;
  background-color: #fff;
  padding: 30px;
  display: flex;
  gap: 5px;
  border-radius: 15px;
  flex-direction: column
}
.input-form {
  color: #000;
  background-color: #fff;
  border: 1px solid #323232;
  width: 100%;
  padding: 12px 10px 12px 10px;
  border-radius: 1px
}
.lse {
  justify-content: center;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  margin-bottom: 5px
}
.txt-f {
  min-height: 80px
}
.gf_placeholder {
  color: #989898!important
}
.contact__select {
  color: #000
}
.contact__select:invalid {
  color: #9c9c9c
}
.contact__select option {
  color: #000
}
.contact__select option[value=""] {
  color: #9c9c9c
}
select {
  font-size: 16px;
  padding: 12px 10px 12px 10px;
  border-radius: 1px;
  border: 1px solid #323232
}
input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #989898
}
input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #989898
}
input::-ms-input-placeholder,
select::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #989898
}
input::placeholder,
select::placeholder,
textarea::placeholder {
  color: #989898
}
.popup__btn {
  display: flex
}
.submitbtn {
  text-transform: uppercase;
  max-width: 90%;
  margin: 0 auto;
  font-weight: 600
}
.request {
  background: #fff;
  padding: 16px 0 26px
}
.request__container {
  padding: 22px 70px 28px 76px;
  display: flex;
  justify-content: space-between;
  gap: 42px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: #162c44
}
.request__decor {
  position: absolute;
  left: 52px;
  bottom: -35px;
  width: 458px;
  height: 450px;
  pointer-events: none
}
.request__decor img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}
.request__content {
  position: relative;
  z-index: 2;
  flex: 0 1 45%;
  padding-top: 0
}
.request__title {
  margin: 0;
  font-family: Lora,serif;
  font-weight: 400;
  color: #fff
}
.request__form {
  position: relative;
  z-index: 2;
  width: 380px;
  padding: 20px 21px 26px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  border-radius: 9px;
  background: #fff
}
.request__field {
  width: 100%;
  min-height: 31px;
  display: flex;
  border: 1px solid #9a9a9a;
  background: #fff
}
.request__field input,
.request__field select,
.request__field textarea {
  width: 100%;
  border: none;
  outline: 0;
  background: rgba(0,0,0,0);
  color: #222;
  font-family: inherit
}
.request__field input,
.request__field select {
  height: 31px;
  padding: 0 13px
}
.request__field select {
  -webkit-appearance: none;
  appearance: none;
  background: url(../img/request/arrow.svg) right 12px center/10px no-repeat
}
.request__field textarea {
  height: 82px;
  padding: 11px 13px;
  resize: vertical
}
.request__field input::-webkit-input-placeholder,
.request__field textarea::-webkit-input-placeholder {
  color: #9c9c9c
}
.request__field input:-ms-input-placeholder,
.request__field textarea:-ms-input-placeholder {
  color: #9c9c9c
}
.request__field input::-ms-input-placeholder,
.request__field textarea::-ms-input-placeholder {
  color: #9c9c9c
}
.request__field input::placeholder,
.request__field textarea::placeholder {
  color: #9c9c9c
}
.request__field--phone {
  align-items: center
}
.request__field--phone input {
  padding-left: 8px
}
.request__flag {
  min-width: 42px;
  height: 100%;
  padding-left: 5px;
  display: flex;
  align-items: center;
  gap: 3px;
  color: #222;
  border-right: 1px solid #d4d4d4
}
.request__flag img {
  width: 17px;
  height: 12px;
  -o-object-fit: cover;
  object-fit: cover
}
.request__agree {
  margin: 2px 0 8px;
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer
}
.request__agree input {
  display: none
}
.request__agree input:checked+span::before {
  opacity: 1
}
.request__agree span {
  width: 13px;
  height: 13px;
  flex: 0 0 13px;
  position: relative;
  border: 1px solid #626161;
  border-radius: 50%
}
.request__agree span::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 45%;
  width: 7px;
  height: 4px;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  -webkit-transform: translate(-50%,-50%) rotate(-45deg);
  transform: translate(-50%,-50%) rotate(-45deg);
  opacity: 0
}
.request__agree p {
  margin: 0;
  color: #626161;
  line-height: 130%
}
.request__button {
  min-height: 28px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 5px;
  background: #d2aa58;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer
}
@media (min-width:73.125em) {
  .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: 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
  }
  .banner__subtext p {
    font-size: 1.125rem
  }
  .banner__title {
    font-size: 2.5rem
  }
  .situation__title {
    font-size: 2.25rem
  }
  .situation__text {
    font-size: 1rem
  }
  .situation__subtitle {
    font-size: 1.125rem
  }
  .situation__subtext {
    font-size: .9375rem
  }
  .situation__subtext {
    padding-top: .75rem
  }
  .situation__bottom-title {
    font-size: 2.25rem
  }
  .situation__bottom-text {
    font-size: 1rem
  }
  .work__label span {
    font-size: .9375rem
  }
  .work__title {
    font-size: 2.5rem
  }
  .work__step-text {
    font-size: 1rem
  }
  .work__number {
    font-size: .75rem
  }
  .work__consult-text {
    font-size: 1.125rem
  }
  .advantages__small-title {
    font-size: 1.375rem
  }
  .advantages__tag {
    font-size: .8125rem
  }
  .advantages__label span {
    font-size: .9375rem
  }
  .advantages__title {
    font-size: 1.875rem
  }
  .advantages__text {
    font-size: 1rem
  }
  .advantages__button {
    font-size: .75rem
  }
  .advantages__value {
    font-size: 1.875rem
  }
  .advantages__caption {
    font-size: 1.125rem
  }
  .advantages__counters {
    font-size: 2.5rem
  }
  .faq__label span {
    font-size: .9375rem
  }
  .faq__title {
    font-size: 1.875rem
  }
  .faq__head span:first-child {
    font-size: 1rem
  }
  .faq__content p {
    font-size: 1rem
  }
  .request__title {
    font-size: 2.25rem
  }
  .request__field input,
  .request__field select,
  .request__field textarea {
    font-size: .625rem
  }
  .request__flag {
    font-size: .625rem
  }
  .request__agree p {
    font-size: .875rem
  }
  .request__button {
    font-size: .625rem
  }
}
@media (max-width:768px) {
  .situation__top,
  .situation__wrapper {
    flex-direction: column;
    gap: 20px
  }
  .situation__text,
  .situation__title {
    max-width: 100%
  }
  .situation__item {
    flex: 0 1 auto;
    width: 94%
  }
}
@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: 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
  }
  .banner__subtext p {
    font-size: .875rem
  }
  .banner__title {
    font-size: 1.25rem
  }
  .situation__title {
    font-size: 1.25rem
  }
  .situation__text {
    font-size: 1rem
  }
  .situation__subtitle {
    font-size: .9375rem
  }
  .situation__subtext {
    font-size: .9375rem
  }
  .situation__subtext {
    padding-top: .625rem
  }
  .situation__bottom-title {
    font-size: 1.25rem
  }
  .situation__bottom-text {
    font-size: .9375rem
  }
  .work__label span {
    font-size: .75rem
  }
  .work__title {
    font-size: 1.25rem
  }
  .work__step-text {
    font-size: .9375rem
  }
  .work__number {
    font-size: .6875rem
  }
  .work__consult-text {
    font-size: .875rem
  }
  .advantages__small-title {
    font-size: 1.25rem
  }
  .advantages__tag {
    font-size: .75rem
  }
  .advantages__label span {
    font-size: .75rem
  }
  .advantages__title {
    font-size: 1.25rem
  }
  .advantages__text {
    font-size: .9375rem
  }
  .advantages__button {
    font-size: .875rem
  }
  .advantages__value {
    font-size: 1.625rem
  }
  .advantages__caption {
    font-size: 1rem
  }
  .advantages__counters {
    font-size: 1.5rem
  }
  .faq__label span {
    font-size: .75rem
  }
  .faq__title {
    font-size: 1.125rem
  }
  .faq__head span:first-child {
    font-size: .875rem
  }
  .faq__content p {
    font-size: .875rem
  }
  .request__title {
    font-size: 1.25rem
  }
  .request__field input,
  .request__field select,
  .request__field textarea {
    font-size: .5rem
  }
  .request__flag {
    font-size: .5rem
  }
  .request__agree p {
    font-size: .875rem
  }
  .request__button {
    font-size: .5rem
  }
}
@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
  }
  .header {
    margin-bottom: -1px;
    background-color: #fff
  }
  .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.6875rem;
    background-color: rgba(255,255,255,.7);
    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: #162c44
  }
  .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)
  }
  .banner__trust-text {
    font-size: 13px
  }
}
@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: #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
  }
  .button {
    border-radius: 8px
  }
  .title {
    max-width: 100%;
    text-align: center
  }
  .hiden1-block {
    -webkit-transform: translateY(60px);
    transform: translateY(60px)
  }
  .lp {
    display: none
  }
  .lm {
    display: block
  }
  .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
  }
  .tt1 {
    order: 1
  }
  .tt2 {
    order: 0
  }
  .tt3 {
    order: 2
  }
  .banner {
    margin-top: 0;
    height: 90vh;
    background-image: url(../img/fon-mob.webp)
  }
  .banner__wrapper {
    padding-top: 250px
  }
  .banner__item {
    max-width: 100%
  }
  .banner__trust {
    margin-top: 5px
  }
  .situation {
    padding: 44px 0 36px
  }
  .situation__container::before {
    bottom: 60px;
    height: 165px;
    top: auto
  }
  .situation__title {
    line-height: 120%
  }
  .situation__wrapper {
    align-items: center
  }
  .situation__bottom {
    margin-top: 15px
  }
  .situation__bottom-text {
    max-width: 94%
  }
  .situation__button1 {
    max-width: 70%
  }
  .work__button {
    margin-left: -40px
  }
  .work__container {
    padding: 16px 16px 40px;
    flex-direction: column;
    gap: 16px
  }
  .work__left {
    width: 100%;
    flex: 0 1 auto
  }
  .work__label {
    min-height: 22px;
    margin-bottom: 12px;
    padding: 0 8px
  }
  .work__title {
    margin-bottom: 16px
  }
  .work__image {
    max-width: 100%;
    border-radius: 7px
  }
  .work__image img {
    height: auto;
    aspect-ratio: 187/128
  }
  .work__decor {
    display: none
  }
  .work__right {
    width: 100%;
    flex: 0 1 auto;
    padding-top: 0;
    gap: 12px
  }
  .work__steps {
    gap: 12px
  }
  .work__step {
    min-height: 78px;
    padding: 30px 14px 16px 14px;
    gap: 14px;
    border-radius: 7px;
    align-items: flex-start
  }
  .work__icon {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
    border-radius: 6px
  }
  .work__icon img {
    width: 22px;
    height: 22px
  }
  .work__step-text {
    max-width: none
  }
  .work__number {
    top: 7px;
    left: 15px;
    right: auto;
    min-width: 35px;
    height: 18px;
    border-radius: 4px
  }
  .work__consult {
    min-height: 100px;
    padding: 17px 14px;
    gap: 10px;
    border-radius: 7px
  }
  .work__consult-icon {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
    margin-top: 2px
  }
  .work__consult-text {
    margin-bottom: 15px;
    line-height: 1.25
  }
  .bb4 {
    margin-bottom: 10px
  }
  .advantages {
    padding: 25px 0
  }
  .advantages__bg {
    left: 50%;
    bottom: -2px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 477px;
    height: 890px
  }
  .advantages__top {
    flex-direction: column-reverse;
    gap: 56px
  }
  .advantages__left {
    flex: 0 1 auto;
    padding-top: 0
  }
  .advantages__small-title {
    margin-bottom: 20px;
    padding-left: 4px
  }
  .advantages__tags {
    gap: 8px 6px
  }
  .advantages__tag {
    min-height: 34px;
    padding: 0 20px;
    border-radius: 6px
  }
  .advantages__right {
    flex: 0 1 auto
  }
  .advantages__label {
    min-height: 36px;
    margin-bottom: 32px;
    border-radius: 11px
  }
  .advantages__title {
    margin-bottom: 12px
  }
  .advantages__text {
    max-width: 100%;
    margin-bottom: 16px
  }
  .advantages__button {
    min-width: 220px;
    min-height: 42px;
    border-radius: 5px
  }
  .advantages__cards {
    margin-top: 20px;
    flex-direction: column;
    gap: 16px
  }
  .advantages__card {
    min-height: 99px;
    flex: 0 1 auto;
    padding: 20px 30px;
    border-radius: 8px
  }
  .advantages__value {
    margin-bottom: 18px
  }
  .bb3 {
    max-width: 70%
  }
  .faq__container {
    padding: 28px 15px 32px
  }
  .faq__label {
    margin: 0 0 18px
  }
  .faq__title {
    text-align: left;
    margin-bottom: 14px
  }
  .faq__items {
    gap: 7px
  }
  .faq__item {
    border-radius: 2px
  }
  .faq__head {
    min-height: 42px;
    padding: 10px 15px;
    gap: 12px
  }
  .faq__arrow {
    width: 25px;
    height: 25px;
    flex-basis: 25px
  }
  .faq__content {
    padding: 0 15px 14px
  }
  .faq__content p:not(:last-child) {
    margin-bottom: 12px
  }
  #leadform {
    padding: 30px 15px;
    gap: 10px
  }
  .lse {
    font-size: 13px
  }
  .request__container {
    max-width: 100%;
    min-height: auto;
    padding: 18px 14px 22px;
    flex-direction: column;
    gap: 12px;
    border-radius: 10px
  }
  .request__decor {
    display: none
  }
  .request__content {
    flex: 0 1 auto
  }
  .request__title {
    text-align: center;
    margin: 0 auto;
    max-width: 80%;
    line-height: 130%
  }
  .request__title br {
    display: none
  }
  .request__form {
    width: 100%;
    padding: 9px 7px 12px;
    gap: 8px;
    border-radius: 4px
  }
  .request__field {
    min-height: 25px;
    border-color: #d4d4d4
  }
  .request__field input,
  .request__field select {
    height: 25px;
    padding: 0 7px
  }
  .request__field select {
    background-size: 8px;
    background-position: right 7px center
  }
  .request__field textarea {
    height: 78px;
    padding: 7px
  }
  .request__flag {
    min-width: 36px;
    padding-left: 3px
  }
  .request__flag img {
    width: 14px;
    height: 10px
  }
  .request__agree {
    margin: -2px 0 2px;
    gap: 5px
  }
  .request__agree span {
    width: 15px;
    height: 15px;
    flex-basis: 15px
  }
  .request__button {
    min-height: 24px;
    border-radius: 4px
  }
}
@media (max-width:47.99875em)and (any-hover:none) {
  .icon-menu {
    cursor: default
  }
}
@media (max-width:29.99875em) {
  .hiden1-block {
    -webkit-transform: translateY(50px);
    transform: translateY(50px)
  }
  .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:73.125em) {
  .form-start__item.bl2 {
    width: clamp(20rem ,13.5529411765rem + 32.2352941176vw ,37.125rem)
  }
  .form-start__item.bl2 {
    padding-top: clamp(1.125rem ,1.0779411765rem + .2352941176vw ,1.25rem)
  }
  .form-start__item.bl2 {
    padding-bottom: clamp(.625rem ,.3897058824rem + 1.1764705882vw ,1.25rem)
  }
  .form-start__item.bl2 {
    padding-left: clamp(1.25rem ,.3088235294rem + 4.7058823529vw ,3.75rem)
  }
  .form-start__item.bl2 {
    padding-right: clamp(1.25rem ,.3088235294rem + 4.7058823529vw ,3.75rem)
  }
  .form-start__item.bl2 p {
    font-size: clamp(.75rem ,.5617647059rem + .9411764706vw ,1.25rem)
  }
  .form-start__item.bl2 p {
    padding-bottom: clamp(.4375rem ,.2492647059rem + .9411764706vw ,.9375rem)
  }
  .form-start__title {
    font-size: clamp(1.125rem ,.8897058824rem + 1.1764705882vw ,1.75rem)
  }
  .form-start__title {
    padding-bottom: clamp(.875rem ,.8514705882rem + .1176470588vw ,.9375rem)
  }
  .form-start__subtitle {
    padding-bottom: clamp(.4375rem ,.2492647059rem + .9411764706vw ,.9375rem)
  }
  .form-start__subtitle {
    font-size: clamp(.875rem ,.7338235294rem + .7058823529vw ,1.25rem)
  }
  .form-start-img-bg {
    height: clamp(9.375rem ,-4.7426470588rem + 70.5882352941vw ,46.875rem)
  }
  .form-start-img-bg {
    width: clamp(20rem ,17.7176470588rem + 11.4117647059vw ,26.0625rem)
  }
  .input {
    padding-left: clamp(.625rem ,.2720588235rem + 1.7647058824vw ,1.5625rem)
  }
  .input {
    height: clamp(2.5rem ,2.4058823529rem + .4705882353vw ,2.75rem)
  }
  .close-form-start {
    right: clamp(.625rem ,.3897058824rem + 1.1764705882vw ,1.25rem)
  }
  .close-form-start {
    top: clamp(.625rem ,.3897058824rem + 1.1764705882vw ,1.25rem)
  }
  .form-popup {
    row-gap: clamp(.4375rem ,.3669117647rem + .3529411765vw ,.625rem)
  }
  .form-thanks__img {
    width: clamp(3.125rem ,1.9485294118rem + 5.8823529412vw ,6.25rem)
  }
  .form-thanks__title {
    padding-top: clamp(.9375rem ,.5845588235rem + 1.7647058824vw ,1.875rem)
  }
  .form-thanks__title {
    padding-bottom: clamp(.625rem ,.3897058824rem + 1.1764705882vw ,1.25rem)
  }
  .form-thanks__title h3 {
    font-size: clamp(1.25rem ,.8735294118rem + 1.8823529412vw ,2.25rem)
  }
  .form-thanks__subtitle p {
    font-size: clamp(.875rem ,.7338235294rem + .7058823529vw ,1.25rem)
  }
  .button {
    font-size: clamp(.875rem ,.8279411765rem + .2352941176vw ,1rem)
  }
  .button {
    padding-top: clamp(.625rem ,.6132352941rem + .0588235294vw ,.65625rem)
  }
  .button {
    padding-bottom: clamp(.625rem ,.6132352941rem + .0588235294vw ,.65625rem)
  }
  .button {
    padding-left: clamp(1.25rem ,1.0147058824rem + 1.1764705882vw ,1.875rem)
  }
  .button {
    padding-right: clamp(1.25rem ,1.0147058824rem + 1.1764705882vw ,1.875rem)
  }
  .title {
    padding-top: clamp(2.5rem ,1.9117647059rem + 2.9411764706vw ,4.0625rem)
  }
  .title {
    padding-bottom: clamp(1.5625rem ,1.0919117647rem + 2.3529411765vw ,2.8125rem)
  }
  .title {
    font-size: clamp(1.25rem ,.9205882353rem + 1.6470588235vw ,2.125rem)
  }
  .header {
    padding-top: clamp(.3125rem ,.2654411765rem + .2352941176vw ,.4375rem)
  }
  .header {
    padding-bottom: clamp(.3125rem ,.2654411765rem + .2352941176vw ,.4375rem)
  }
  .header__logo img {
    width: clamp(4.375rem ,4.2573529412rem + .5882352941vw ,4.6875rem)
  }
  .menu__list {
    -webkit-column-gap: clamp(.9375rem ,.2551470588rem + 3.4117647059vw ,2.75rem);
    -moz-column-gap: clamp(.9375rem ,.2551470588rem + 3.4117647059vw ,2.75rem);
    column-gap: clamp(.9375rem ,.2551470588rem + 3.4117647059vw ,2.75rem)
  }
  .footer {
    padding-top: clamp(1.25rem ,.7794117647rem + 2.3529411765vw ,2.5rem)
  }
  .footer {
    padding-bottom: clamp(1.25rem ,.7794117647rem + 2.3529411765vw ,2.5rem)
  }
  .fp {
    font-size: clamp(.8125rem ,.7889705882rem + .1176470588vw ,.875rem)
  }
  .fp {
    padding-top: clamp(.625rem ,.5073529412rem + .5882352941vw ,.9375rem)
  }
  p {
    font-size: clamp(.9375rem ,.8669117647rem + .3529411765vw ,1.125rem)
  }
  .banner__subtext p {
    font-size: clamp(.875rem ,.7808823529rem + .4705882353vw ,1.125rem)
  }
  .banner__title {
    font-size: clamp(1.25rem ,.7794117647rem + 2.3529411765vw ,2.5rem)
  }
  .situation__title {
    font-size: clamp(1.25rem ,.8735294118rem + 1.8823529412vw ,2.25rem)
  }
  .situation__text {
    font-size: clamp(1rem ,1rem + 0 ,1rem)
  }
  .situation__subtitle {
    font-size: clamp(.9375rem ,.8669117647rem + .3529411765vw ,1.125rem)
  }
  .situation__subtext {
    font-size: clamp(.9375rem ,.9375rem + 0 ,.9375rem)
  }
  .situation__subtext {
    padding-top: clamp(.625rem ,.5779411765rem + .2352941176vw ,.75rem)
  }
  .situation__bottom-title {
    font-size: clamp(1.25rem ,.8735294118rem + 1.8823529412vw ,2.25rem)
  }
  .situation__bottom-text {
    font-size: clamp(.9375rem ,.9139705882rem + .1176470588vw ,1rem)
  }
  .work__label span {
    font-size: clamp(.75rem ,.6794117647rem + .3529411765vw ,.9375rem)
  }
  .work__title {
    font-size: clamp(1.25rem ,.7794117647rem + 2.3529411765vw ,2.5rem)
  }
  .work__step-text {
    font-size: clamp(.9375rem ,.9139705882rem + .1176470588vw ,1rem)
  }
  .work__number {
    font-size: clamp(.6875rem ,.6639705882rem + .1176470588vw ,.75rem)
  }
  .work__consult-text {
    font-size: clamp(.875rem ,.7808823529rem + .4705882353vw ,1.125rem)
  }
  .advantages__small-title {
    font-size: clamp(1.25rem ,1.2029411765rem + .2352941176vw ,1.375rem)
  }
  .advantages__tag {
    font-size: 15px;
  }
  .advantages__label span {
    font-size: clamp(.75rem ,.6794117647rem + .3529411765vw ,.9375rem)
  }
  .advantages__title {
    font-size: clamp(1.25rem ,1.0147058824rem + 1.1764705882vw ,1.875rem)
  }
  .advantages__text {
    font-size: clamp(.9375rem ,.9139705882rem + .1176470588vw ,1rem)
  }
  .advantages__button {
    font-size: clamp(.75rem ,.9220588235rem + -.2352941176vw ,.875rem)
  }
  .advantages__value {
    font-size: clamp(1.625rem ,1.5308823529rem + .4705882353vw ,1.875rem)
  }
  .advantages__caption {
    font-size: clamp(1rem ,.9529411765rem + .2352941176vw ,1.125rem)
  }
  .advantages__counters {
    font-size: clamp(1.5rem ,1.1235294118rem + 1.8823529412vw ,2.5rem)
  }
  .faq__label span {
    font-size: clamp(.75rem ,.6794117647rem + .3529411765vw ,.9375rem)
  }
  .faq__title {
    font-size: clamp(1.125rem ,.8426470588rem + 1.4117647059vw ,1.875rem)
  }
  .faq__head span:first-child {
    font-size: 16px;
  }
  .faq__content p {
    font-size: clamp(.875rem ,.8279411765rem + .2352941176vw ,1rem)
  }
  .request__title {
    font-size: clamp(1.25rem ,.8735294118rem + 1.8823529412vw ,2.25rem)
  }
  .request__field input,
  .request__field select,
  .request__field textarea {
    font-size: clamp(.5rem ,.4529411765rem + .2352941176vw ,.625rem)
  }
  .request__flag {
    font-size: clamp(.5rem ,.4529411765rem + .2352941176vw ,.625rem)
  }
  .request__agree p {
    font-size: 14px;
  }
  .request__button {
    font-size: clamp(.5rem ,.4529411765rem + .2352941176vw ,.625rem)
  }
}
@media (max-width:55.3125em)and (min-width:73.125em) {
  .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:73.125em) {
  .form-start__item.bl2 {
    padding-bottom: clamp(2.1875rem ,1.8345588235rem + 1.7647058824vw ,3.125rem)
  }
  .form-start-img-bg {
    width: clamp(26.25rem ,10.0147058824rem + 81.1764705882vw ,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:73.125em) {
  .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:73.125em) {
  .menu__body::before {
    padding-top: clamp(1.375rem ,1.1867647059rem + .9411764706vw ,1.875rem)
  }
  .menu__body::before {
    padding-bottom: clamp(.625rem ,.3897058824rem + 1.1764705882vw ,1.25rem)
  }
}
@media (any-hover:hover) {
  .button:hover {
    background-color: #d8ab5b;
    box-shadow: 0 0 6px #d8ca25
  }
  .menu__link:hover {
    color: #c8a863;
    transition: all .3s ease 0s
  }
}