body {
  margin: 0 auto;
  padding: auto;
  background-color: #f6f7f8;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  color: #333;
}
.Number-text {
    color: #000000;
}
.dannie3-text {
    color: #000000cc;
}
.dannie2-text {
    color: #000000cc;
}
.dannie1-text {
    color: #000000cc;
}
.skip-text {
    color: #ff0000;
}
.red-text {
    color: #000000cc;
}
.container-xxl {
  max-width: 1518px;
  margin: 0 auto;
  background-color: #f6f7f8;

}
.soft_corner {
  border-radius: 10px 10px 0 0;
  padding-top: 33px;
}
.main_block {
  margin-left: calc(3% - 5px);
  margin-right: calc(3% - 5px);
}
.main_pad {
  padding-left: calc(5% - 5px);
  padding-right: calc(5% - 5px);
}

#menu {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
#logo {
  margin-right: auto;
  order: 1;
}
.social {
  display: flex;
  flex-direction: row;
  order: 2;
}
.obertka {
  order: 3;
}

.social_inside {
  min-width: 35px;
  max-width: 40px;
}
.font-weight {
    color: #fff;
}

.button {
  font-size: 16px;
  font-family: "auto";
}

.button_top.otpiska {
  background-color: #ffdd2d;
  width: 150px;
  height: 45px;
  margin-left: 37px;
  margin-right: 20px;
  color: #4C036E;
  text-align: center;
  border-radius: 50px;
  border: none;
  cursor: pointer;
}

.d-flex {
  display: flex;
}
.utp {
  padding-top: 140px;
  width: 50%;
}

.offer_shadow {
 background-color: #a2a2a2;
  background-image: linear-gradient(#f3f2f2, #a2a2a2);
  border-radius: 60px;
  box-shadow: 0px 24px 94px 0px rgba(34, 60, 80, 0.04);
  height: 400px;
  display: flex;
  /*
  margin-bottom: 163px;
  */
  margin-bottom: 30px;
}
.wrapp_visible {
  height: 200px;
  margin-top: -368px;
}

.plashka1 {
  height: 200x;
  width: 50%;
}
.plashka1 {
  height: 200px;
  width: 50%;
  padding-top: 40px;
}
.header_offer {
  text-transform: uppercase;
}

h1 {
  font-family: "Halvar Breit Rg";
  font-weight: bold;
  font-size: 41px;
  line-height: 40px;
  color: #000000cc;
}

.text_offer {
  padding-top: 10px;
  font-size: 17px;
  font-family: "Averta Cyrilic Rg";
  font-weight: 300;
  margin-bottom: 44px;
  color: #000000cc;
}
.phone_img {
  width: 105%;
  position: relative;
  bottom: 12vw;
}
.sms_wrapper {
  position: relative;
  display: block;
}
.sms_img {
  opacity: 0;
  display: block;
  position: absolute;
  animation: sms_push 0.7s linear 1s;
  animation-fill-mode: forwards;
}

.sms_img2 {
  opacity: 0;
  display: block;
  position: absolute;
  animation: sms_push2 0.7s linear 1.5s;
  animation-fill-mode: forwards;
}
.sms_img3 {
  opacity: 0;
  display: block;
  position: absolute;
  animation: sms_push3 0.7s linear 2s;
  animation-fill-mode: forwards;
}

@-webkit-keyframes sms_push {
  0% {
    -webkit-transform: translate(-10%, -15vw);
    -ms-transform: translate(10%, -15vw);
    transform: translate(-10%, -15vw);
    opacity: 0;
  }

  50% {
    -webkit-transform: translate(-10%, -25vw);
    -ms-transform: translate(-10%, -25vw);
    transform: translate(-10%, -25vw);
  }
  100% {
    -webkit-transform: translate(0, -25vw);
    -ms-transform: translate(0, -25vw);
    transform: translate(0, -25vw);
    opacity: 1;
  }
}

@-webkit-keyframes sms_push2 {
  0% {
    -webkit-transform: translate(-10%, -15vw);
    -ms-transform: translate(10%, -15vw);
    transform: translate(-10%, -15vw);
    opacity: 0;
  }

  50% {
    -webkit-transform: translate(-10%, -35vw);
    -ms-transform: translate(-10%, -35vw);
    transform: translate(-10%, -35vw);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(10%, -35vw);
    -ms-transform: translate(10%, -35vw);
    transform: translate(10%, -35vw);
    opacity: 1;
  }
}
@-webkit-keyframes sms_push3 {
  0% {
    -webkit-transform: translate(-10%, -15vw);
    -ms-transform: translate(10%, -15vw);
    transform: translate(-10%, -15vw);
    opacity: 0;
  }

  50% {
    -webkit-transform: translate(-10%, -45vw);
    -ms-transform: translate(-10%, -45vw);
    transform: translate(-10%, -45vw);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(30%, -45vw);
    -ms-transform: translate(20%, -45vw);
    transform: translate(20%, -45vw);
    opacity: 1;
  }
}

@-webkit-keyframes sms_push_1920 {
  0% {
    -webkit-transform: translate(-10%, -400px);
    -ms-transform: translate(10%, -400px);
    transform: translate(-10%, -400px);
    opacity: 0;
  }

  50% {
    -webkit-transform: translate(-10%, -500px);
    -ms-transform: translate(-10%, -500px);
    transform: translate(-10%, -500px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, -500px);
    -ms-transform: translate(0, -500px);
    transform: translate(0, -500px);
    opacity: 1;
  }
}

@-webkit-keyframes sms_push2_1920 {
  0% {
    -webkit-transform: translate(-10%, -400px);
    -ms-transform: translate(10%, -400px);
    transform: translate(-10%, -400px);
    opacity: 0;
  }

  50% {
    -webkit-transform: translate(-10%, -650px);
    -ms-transform: translate(-10%, -650px);
    transform: translate(-10%, -650px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(10%, -650px);
    -ms-transform: translate(10%, -650px);
    transform: translate(10%, -650px);
    opacity: 1;
  }
}
@-webkit-keyframes sms_push3_1920 {
  0% {
    -webkit-transform: translate(-10%, -400px);
    -ms-transform: translate(10%, -400px);
    transform: translate(-10%, -400px);
    opacity: 0;
  }

  50% {
    -webkit-transform: translate(-10%, -800px);
    -ms-transform: translate(-10%, -800px);
    transform: translate(-10%, -800px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(20%, -800px);
    -ms-transform: translate(20%, -800px);
    transform: translate(20%, -800px);
    opacity: 1;
  }
}

@-webkit-keyframes sms_push_790 {
  0% {
    -webkit-transform: translate(-10%, 0);
    -ms-transform: translate(10%, 0);
    transform: translate(-10%, 0);
    opacity: 0;
  }

  50% {
    -webkit-transform: translate(-10%, -150px);
    -ms-transform: translate(-10%, -150px);
    transform: translate(-10%, -150px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, -150px);
    -ms-transform: translate(0, -150px);
    transform: translate(0, -150px);
    opacity: 1;
  }
}

@-webkit-keyframes sms_push2_790 {
  0% {
    -webkit-transform: translate(-10%, 0);
    -ms-transform: translate(10%, 0);
    transform: translate(-10%, 0);
    opacity: 0;
  }

  50% {
    -webkit-transform: translate(-10%, -250px);
    -ms-transform: translate(-10%, -250px);
    transform: translate(-10%, -250px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(10%, -250px);
    -ms-transform: translate(10%, -250px);
    transform: translate(10%, -250px);
    opacity: 1;
  }
}
@-webkit-keyframes sms_push3_790 {
  0% {
    -webkit-transform: translate(-10%, 0);
    -ms-transform: translate(10%, 0);
    transform: translate(-10%, 0);
    opacity: 0;
  }

  50% {
    -webkit-transform: translate(-10%, -350px);
    -ms-transform: translate(-10%, -350px);
    transform: translate(-10%, -350px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(20%, -350px);
    -ms-transform: translate(20%, -350px);
    transform: translate(20%, -350px);
    opacity: 1;
  }
}
.counter {
  display: flex;
  flex-wrap: wrap-reverse;
}

.summ_counter {
  order: 1;
  font-family: "Averta Cyrilic Rg";
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 14px;
  color: #ffffff;
}

.price_counter {
  order: 2;
  margin-left: auto;
  font-family: "Averta Cyrilic Rg";
  font-weight: 700;
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 14px;
}

.slidecontainer {
  width: 100%;
  margin-bottom: 10px;
}

input[type="range"] {
  -webkit-appearance: none;
  margin-right: 15px;
  width: 100%;
  height: 21px;
  background: #fff;
  border-radius: 41px;
  background-image: linear-gradient(to right, #fff, #ffdd2d);
  background-size: 30% 100%;
  background-repeat: no-repeat;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 34px;
  width: 34px;
  border-radius: 50%;
  border: #ffffff solid 12px;
  background: #fe0000;
  cursor: ew-resize;
  box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.08);
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

input[type="range"]::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
  color: #fe0000;
}

.odobrenie {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.probably {
  font-family: "Averta Cyrilic Rg";
  font-weight: 700;
  font-size: 18px;
  width: 50%;
}

.percent {
  font-family: "Averta Cyrilic Rg";
  font-weight: Bold;
  font-size: 18px;
  width: 50%;
}

.count_probably {
  font-family: "Halvar Breit Rg";
  font-weight: 700;
  font-size: 38px;
  margin-bottom: 14px;
  color: #efcc5f;
  width: 50%;
}

.count_percent {
  font-family: "Halvar Breit Rg";
  font-weight: Bold;
  font-size: 38px;
  margin-bottom: 14px;
  width: 50%;
}

.min_kred {
  order: 1;
  font-family: "Averta Cyrilic Rg";
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 31px;
  color: #ffffff;
}

.max_kred {
  order: 2;
  margin-left: auto;
  font-family: "Averta Cyrilic Rg";
  font-weight: bold;
  font-size: 14px;
  color: #ffffff;
}
.btn_zayavka {
    border: none;
  margin-top: 31px;
  width: 100%;
  height: 72px;
  background-color: #ffdd2d;
  display: block;
  position: relative;
  cursor: pointer;
  border-radius: 50px;
  color: #4C036E;
  font-family: "Averta Cyrilic Rg";
    font-weight: 500;
    font-size: 18px;
}
.btn_zayavka:hover {
  color: #fff;
  background-color: #3cc520;
}
.btn_zayavka p {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  font-family: "Averta Cyrilic Rg";
  font-weight: bold;
  font-size: 18px;
  color: #000000cc;
  padding: 10px 20px 10px 10px;
}
.btn_zayavka p::after {
  content: url("../img/li_arrow-up-right.svg");
  margin-left: 6px;
  margin-top: 3px;
  position: absolute;
}
.help {
  display: flex;
  align-items: center;
  background-color: #f6f7f8;
}
.help_text {
  margin-right: auto;
  margin-bottom: 20px;
}
h2 {
  font-family: "Organetto";
  font-weight: bold;
  font-size: 30px;
  margin: 0;
  color: #000000cc;
}
.help_text p {
  font-family: "Averta Cyrilic Rg";
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
.help_like {
  font-family: "Averta Cyrilic Rg";
  font-size: 14px;
  display: flex;
  color: #2D388A;
  width: 16.78%;
  margin-right: 3%;
  justify-content: space-between;
}
.help_like img {
  width: 30px;
  height: 30px;
  margin-top: 4px;
  margin-right: 3%;
}
.question_header {
  margin-bottom: 20px;
}
.help_arrows {
  width: 11.9%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  cursor: pointer;
}

.swiper {
  width: 100%;
  height: 249px;
  padding-top: 49px !important;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
background-color: #a2a2a2;
  background-image: linear-gradient(#f3f2f2, #a2a2a2);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
}

.card_psevdo img {
  display: block;
  width: 100%;
  height: 100%;
  color: #2D388A;
  background-color: #2D388A;
  object-fit: cover;
}
.swiper-pagination {
  display: block;
}

.card_obertka {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: space-around;
  background-color: #a2a2a2;
  background-image: linear-gradient(#f3f2f2, #a2a2a2);
   border-radius: 50px;
}
.card_number {
  font-family: "Averta Cyrilic Rg";
  font-size: 15px;
  color: #333;
  align-self: flex-end;
  margin-right: 24px;
}

.card_img img {
  width: 45px;
  height: 40px;
  border: solid 20px #2D388A;
  border-radius: 10px;
}
.card_psevdo {
  position: relative;
  display: block;
}
.card_psevdo::before {
  display: block;
  width: 2.8vw;
  content: "";
  position: absolute;
  border-bottom: 1px solid #00000010;
  top: 50%;
  right: 90px;
}
.card_psevdo::after {
  display: block;
  width: 2.8vw;
  content: "";
  position: absolute;
  border-bottom: 1px solid #00000010;
  top: 50%;
  left: 90px;
}
.card_text {
  font-family: "Averta Cyrilic Rg";
  font-size: 16px;
  color: #331937;
}

.sposob {
  margin-top: 89px;
  background-color: #a2a2a2;
  background-image: linear-gradient(#f3f2f2, #a2a2a2);
  border-radius: 50px;
  margin-bottom: 71px;
}
.sposob_info {
  width: 100%;
  margin-right: 41px;
  margin-top: 20px;
}
.sposob_count {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.sposob_count_inside {
  display: flex;
  gap: 32px;
  grid-template-columns: 20px auto auto;
  align-items: center;
  min-height: 99px;
}
.sposob_count_inside:nth-child(2n-1) {
  background-color: #1713db2b;
}
.sposob_count_inside_number {
  font-family: "Averta Cyrilic Rg";
  font-size: 32px;
  font-weight: 700;
  color: #fe0000;
  margin-left: 20px;
}
.sposob_count_inside_text {
  font-family: "Averta Cyrilic Rg";
  font-size: 16px;
  width: 200px;
}
.sposob_count_inside_img {
  margin: 10px 0;
  max-width: 350px;
}
.sposob_oformlenie {
  display: flex;
  flex-wrap: wrap;
}
.sposob_oformlenie_button {
  width: 50%;
  margin: 0;
}
.sposob_oformlenie_time {
  font-family: "Averta Cyrilic Rg";
  font-size: 16px;
  width: 50%;
  align-self: center;
  text-align: right;
  position: relative;
}
.sposob_oformlenie_time::before {
  display: block;
  width: calc((100vw - 480px) / (1280 - 480) * (75 - 35));
  content: "";
  border-bottom: 1px solid #000000;
  position: absolute;
  top: 12px;
  left: 1.5vw;
}
@media (min-width: 2300px) {
  .sposob_oformlenie_time::before {
    width: calc((100vw - 480px) / (1280 - 480) * (75 - 50));
  }
}
@media (min-width: 999px) and (max-width: 1240px) {
  .sposob_oformlenie_time::before {
    display: none;
  }
}
.sposob_oformlenie_policy {
  width: 80%;
  margin: 30px 0;
  align-self: center;
  font-family: "Averta Cyrilic Rg";
  font-size: 14px;
  color: #fff;
}

.sposob_oformlenie_policy_img {
  align-self: center;
  margin-right: 15px;
}

.sposob_img {
  align-self: flex-end;
  width: 50%;
}
.sposob_img img {
  height: auto;
  width: 100%;
  max-width: 620px;
}
.sposob_info {
  width: 50%;
}
.about_header_text {
  margin: 20px 0 0 0;
}

.about_header_text p:first-child {
  font-family: "Organetto";
  font-weight: bold;
  font-size: 30px;
  margin: 0;
}

.about_head {
  position: relative;
}
.about_like {
  position: relative;
  bottom: 40px;
  margin-left: 31px;
  margin-right: 31px;
}

.about_header_arrows {
  margin-left: auto;
}
.card_obertka2 {
  display: flex;
  flex-direction: column;
  align-items: start;
  margin: 5px 40px;
  height: 100%;
  justify-content: center;
}
.card_header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  margin: 13px -5px;
}
.card_name {
  font-family: "Averta Cyrilic Rg";
  font-size: 22px;
  color: #000000;
  font-weight: 700;
  margin: 0 5px;
}
.card_proff {
  font-family: "Averta Cyrilic Rg";
  font-size: 16px;
  color: #00000060;
  margin: 0 5px;
}
.card_description {
  text-align: start;
  font-family: "Averta Cyrilic Rg";
  font-size: 16px;
  color: #000000;
  font-weight: 300;
  margin: 13px 0;
}
.mySwiper2 {
  margin-bottom: 51px;
}
.footer_pad {
  padding-top: 84px;
}
.facts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 39px;
}
.fact_inside {
  display: flex;
  flex-direction: column;
  align-items: start;
  height: 100%;
  justify-content: center;
  border-bottom: 3px solid white;
  margin: 20px;
}
.fact_header {
  font-family: "Averta Cyrilic Rg";
  font-size: 18px;
  font-weight: bold;
  color: #000000cc;
}
.fact_fact {
  font-family: "Halvar Breit Rg";
  font-size: 22px;
  font-weight: 500;
  padding: 12px 0 34px 0;
}
.fact_btn {
  width: 100%;
}
.fact_inside:nth-child(2n) {
  width: 15%;
  flex-shrink: 1;
}
.fact_inside:nth-child(2n-1) {
  flex-shrink: 2;
}
.accordeon_main {
  display: flex;
  flex-direction: column;
  padding-top: 60px;
  padding-bottom: 60px;
}
.faq_header {
  margin: 0 auto;
  text-align: center;
  padding-bottom: 37px;
}
/* аккордеон */
.accordion__item {
  margin-bottom: 0.5rem;
}

.accordion__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s ease-out;
  font-family: "Averta Cyrilic Rg";
  font-size: 24px;
  font-weight: 700;
}

.accordion__header::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  background-image: url("../img/plus.svg");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  content: "";
  transition: transform 0.2s ease-out;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 25px;
  padding: 10px;
  background-position: 50% 50%;
}

.accordion__item_show .accordion__header::after,
.accordion__item_slidedown .accordion__header::after {
  /*transform: rotate(-180deg);*/
  background-image: url("../img/minus.svg");
  background-position: 50% 50%;
  content: "";
}

.accordion__header:hover {
  background-color: #48036f;
}

.accordion__item:not(.accordion__item_show) .accordion__header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.34);
}

.accordion__content {
  padding: 0.1rem 1rem 2rem 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.34);
  font-family: "Averta Cyrilic Rg";
  font-size: 16px;
  font-weight: 300;
}

.accordion__item:not(.accordion__item_show) .accordion__body {
  display: none;
}
.zayavka_social p {
  font-family: "Organetto";
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}
.social_block {
  margin-top: 52px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.social_block_inside {
  width: 31%;
  border: 1px solid rgba(0, 0, 0, 0.17);
  border-radius: 20px;
  height: 149px;
  margin: 0 10px;
}
.obertka_social {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
}

.col_wht {
  color: #fff;
}
.social_block_inside_icon {
  padding: 20px 20px 5px 66px;
}

path#tg {
  fill: #2eb5f7;
}
.social_block_inside_description {
  padding: 5px 20px 20px 66px;
  font-family: "Averta Cyrilic Rg";
  font-size: 20px;
}
.question {
  display: flex;
  flex-direction: row;
}
.question_main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
.question_img {
  width: 60%;
  display: flex;
  position: relative;
}
.img_girl {
  width: auto;
  height: auto;
  border-radius: 25px;
  padding: 12px 12px 12px 12px;
}
.img_comment {
  position: absolute;
  bottom: 20%;
  left: 10%;
  z-index: 20;
}
.img_heart {
  position: absolute;
  bottom: 70%;
  left: 70%;
  z-index: 20;
}
.question_phone {
  display: flex;
  flex-direction: column;
  background-color: #eee;
  padding: 13px 13px 13px 23px;
  font-family: "Averta Cyrilic Rg";
  font-weight: 300;
  font-size: 13px;
}
.question_phone input {
  border: none;
  background-color: #faeaec;
  font-weight: 700;
  font-size: 18px;
  padding-top: 5px;
}

input {
  outline: none;
}

.smalltext {
  font-family: "Averta Cyrilic Rg";
  font-weight: 300;
  font-size: 14px;
  margin-top: 22px;
}
.wrap_policy_small {
  display: flex;
  font-family: "Averta Cyrilic Rg";
  font-weight: 300;
  font-size: 14px;
  margin-top: 22px;
}
.policy_pic {
  margin-right: 15px;
}
.txtpolicy_whts {
  font-family: "Averta Cyrilic Rg";
  font-weight: 700;
  font-size: 18px;
  color: #25cf43;
}

.mySwiper3 {
  height: 187px;
}
.card_obertka2 .card_header img {
  max-width: 150px;
  margin-bottom: 17px;
  min-height: 44px;
}
.mySwiper3 .card_obertka2 {
  align-items: center;
}
.mySwiper3 .card_obertka2 .card_description {
  margin: 0;
  font-weight: normal;
}
.footer {
 background-color: #a2a2a2;
  background-image: linear-gradient(#f3f2f2, #a2a2a2);
  color: white;
  border-radius: 20px;
  padding-top: 56px;
  padding-bottom: 76px;
}

h4 {
  font-family: "Averta Cyrilic Rg";
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.footer_txt p {
  font-family: "Averta Cyrilic Rg";
  font-weight: 200;
  font-size: 14px;
  line-height: 1.5em;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}
.h4_line {
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}
.footer_txt a {
  color: #f2c94c;
  font-weight: 600;
}
.footer_prinimaem {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.footer_prinimaem img {
  margin: 3px;
  height: 50px;
}

.footer_prinimaem button {
  width: 152px;
  height: 50px;
  background-color: white;
  color: #eb5757;
  font-family: "Averta Cyrilic Rg";
  font-weight: 600;
  font-size: 14px;
  border: none;
  border-radius: 5px;
  margin: 3px;
  cursor: pointer;
}
.footer_lowblock {
  display: flex;
  margin-top: 56px;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer_lowblock_inf {
  width: 17%;
}
.footer_lowblock_inf span {
  display: block;
  font-family: "Averta Cyrilic Rg";
  font-weight: 200;
  font-size: 14px;
  letter-spacing: 0.04em;
  margin-top: 15px;
}
.copyright_main {
  padding-bottom: 85px;
}
.copyright {
  display: flex;
  flex-direction: row;
  margin: 35px 20px 0 20px;
  justify-content: space-between;
}
.copyright .link a {
  display: inline-flex;
  align-items: center;
  text-decoration: underline;
  color: #2f7feb;
  font-family: "Averta Cyrilic Rg";
  font-weight: 700;
  font-size: 18px;
}
.copyright .link a::before {
  content: url("../img/mailto.svg");
  width: 26px;
  height: 26px;
  margin-right: 6px;
}
.obr {
  font-family: "Averta Cyrilic Rg";
  font-weight: 300;
  font-size: 18px;
  text-align: center;
  display: flex;
  align-items: center;
}
.obr img {
  margin-right: 14px;
}

.sticky_menu {
  width: 100%;
  height: 90px;
  position: fixed;
  z-index: 99999;
  transition: bottom 0.3s;
  background-color: #777;
  display: flex;
  justify-content: space-between;
  align-items: center;
  left: 50%;
  transform: translate(-50%, 0);
  box-shadow: 0 0 20px 10px #00000020;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  padding-right: 20px;
  bottom: -93px;
}
.sticky_counter {
  display: flex;
  width: 40%;
}
.sticky_menu .odobrenie {
  flex-direction: column;
  flex-wrap: nowrap;
  padding-top: 10px;
  margin-left: 15px;
}
.sticky_counter .counter {
  margin-left: 50px;
}
.sticky_menu .btn_zayavka {
  width: 25%;
}
.probably_1 {
  font-family: "Averta Cyrilic Rg";
  font-weight: 700;
  font-size: 18px;
}

.percent_1 {
  font-family: "Averta Cyrilic Rg";
  font-weight: Bold;
  font-size: 18px;
}

#modal-content {
  font-family: "Averta Cyrilic Rg";
  display: none;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  z-index: 9999999;
  background: #fff;
  right: 2%;
  bottom: 15%;
  max-width: 350px;
  width: 100%;
  padding: 23px 26px;
  border-radius: 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2), 0 16px 20px rgba(0, 0, 0, 0.2);
}
#modal-close {
  display: block;
  margin: 10px 6px 4px 6px;
  text-decoration: none;
  position: absolute;
  font-size: 16px;
  padding: 8px 16px;
  color: #000000;
  font-weight: bold;
  right: 0;
  top: 0;
}
.modal_txt p {
  font-family: "Averta Cyrilic Rg";
  margin-left: 21px;
}

.modal_txt p:first-child {
  font-family: "Averta Cyrilic Rg";
  font-size: 19px;
  font-weight: 700;
  line-height: 24px;
}

/* Анкета */
h1.anketa {
  font-family: "Organetto";
  font-size: 35px;
  font-weight: bold;
}
.main_block.anketa_wrap {
  align-items: center;
}
.utp_anketa {
  width: 100%;
}
.header_offer {
  font-size: 20px;
}
.utp_anketa {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
}
.anketa_img {
  position: absolute;
  top: 130px;
  right: 20px;
}
.anketa_txt {
  align-self: flex-end;
  font-family: "Organetto";
  font-size: 42px;
  font-weight: bold;
  text-transform: uppercase;
  margin-left: 100%;
  height: 495px;
  position: relative;
  top: 196px;
  right: 50px;
}
.money {
  position: absolute;
  top: 65%;
  left: 90px;
}
.form-step__title-mobile {
  display: none;
}
.utp_anketa {
  width: 45%;
}
.form__wrapper {
  background-color: #f3f2f2;
  background-image: linear-gradient(#f3f2f2, #a2a2a2);
  border-radius: -22px;
  padding: 31px 60px 49px 60px;
}
.form-groups {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  justify-content: space-between;
}
.amount-control-wrapper {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.form-group {
  position: relative;
  margin-bottom: 20px!important;
}
.minus_margin_bottom {
  margin-bottom: -10px;
}
.minus_margin_top {
  margin-top: -15px;
}
.form-label {
  font-size: 13px;
  font-family: "Averta Cyrilic Rg";
  line-height: 1em;
  display: flex;
  align-items: flex-end;
  min-height: 24px;
  padding-bottom: 0.5em;
}
.amount-control-button__down {
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin: 0 0 0 5px;
  flex-grow: 1;
  width: 25px;
}
.amount-control-button__up {
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin: 0 0 0 5px;
  flex-grow: 1;
  width: 25px;
}
.amount-control-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 28px;
  padding: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: all;
}
.col-w-100 {
  width: 100%!important;
}
.col-w-50 {
  width: 45%;
}

.form-step__pages {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  border-radius: 5px 5px 0 0;
  height: 10px;
  margin-left: -15px;
  margin-right: -15px;
}

.form-step__page:first-of-type {
  border-radius: 10px 0 0 10px;
}
.form-step__page:last-of-type {
  border-radius: 0 10px 10px 0;
}

/* .form-step__page.active {
  background: #019A48;
  -webkit-box-shadow: inset -2px -4px 4px rgb(0 0 0 / 10%), inset 2px 4px 15px hsl(0deg 0% 100% / 25%), inset 2px 4px 4px hsl(0deg 0% 100% / 20%);
  box-shadow: inset -2px -4px 4px rgb(0 0 0 / 10%), inset 2px 4px 15px hsl(0deg 0% 100% / 25%), inset 2px 4px 4px hsl(0deg 0% 100% / 20%);
  border: none;
} */
.form-step__page {
  width: 20%;
  background: #faeaec;
  min-height: 17px;
}

.form-step__title {
  font-family: "Averta Cyrilic Rg";
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  margin-top: 23px;
  margin-bottom: 23px;
  color: #000;
  margin-left: -15px;
  margin-right: -15px;
}
.form-step__subtitle {
  font-family: "Averta Cyrilic Rg";
  margin-bottom: 30px;
  margin-left: -15px;
  margin-right: -15px;
}
.zalivka_bord {
  background-image: url("../img/trick.svg");
  min-height: 17px;
  background-repeat: no-repeat;
  background-position: right;
}
.zalivka_bord .form-step__page.active {
  border-radius: 10px;
}
.form-step__page.active {
  min-height: 17px;
  width: calc(21px * 4);
  background-color: #2D388A;
  background-image: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 11px,
    #ffffff59 10px,
    #ffffff59 20px
  );
  animation: slide 5s linear infinite;
  will-change: background-position;
}
.col-w-50 {
  border-radius: 5px;
}
@media only screen and (max-width: 450px) {
  .container .bar {
    width: calc(113px * 3);
  }
}
@media only screen and (max-width: 350px) {
  .container .bar {
    width: calc(113px * 2);
  }
}

@keyframes slide {
  from {
    background-position-x: 0;
  }
  to {
    background-position-x: 113px;
  }
}

.summ_form {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 13px 15px 13px 23px;
  background-color: #ededed;
  border-radius: 4px;
  flex-grow: 2;
}

.summ_form_txt {
  margin-bottom: 5px;
}
.form-input {
  border: none;
}
.summ_form_txt,
.field-formconfirmation-fio {
  font-family: "Averta Cyrilic Rg";
  font-size: 13px;
  font-weight: 300;
  color: #000;
}
.form-input {
  font-family: "Averta Cyrilic Rg";
  font-size: 18px;
  font-weight: 700;
  color: #000000;
}
.field-formconfirmation-fio,
.js-required-field,
.field-formconfirmation-phone,
.field-formconfirmation-email {
  background-color: #ededed;
  border-radius: 4px;
  width: 100%;
}
.form-group.field-formconfirmation-phone,
.form-group.field-formconfirmation-email
  .form-group.field-formconfirmation-phone {
  padding: 11px 15px 13px 23px;
  width: 42%;
}
.form-group.field-formconfirmation-email {
  padding: 11px 15px 13px 23px;
  width: 42%;
}
.form-group.field-formconfirmation-fio {
  padding: 11px 15px 13px 23px;
}
#agree_pdp_checkbox,
.field-formconfirmation-policy_checkbox {
  font-family: "Averta Cyrilic Rg";
  font-size: 12px;
  font-weight: 300;
  color: white;
}
.btn.btn_zayavka {
  border: none;
  color: white;
  font-family: "Averta Cyrilic Rg";
  font-size: 18px;
  font-weight: 500;
  border-radius: 5px;
}
.btn.btn_zayavka::after {
  content: url("../img/arrow-right.svg");
  width: 20px;
  height: 20px;
  position: relative;
  top: 5px;
  left: 3px;
}
.form-notice__wrapper {
  display: flex;
}
.form-notice {
  margin-left: 20px;
  font-family: "Averta Cyrilic Rg";
  font-size: 14px;
  color: #ffffff;
}
.bg_block {
  margin-top: 100px;
  background-color: #f6f7f8;
}
.bg {
  background-color: #fbf2f3;
}
.swiper_anketa {
  height: 200px;
  overflow: hidden;
}
.card_obertka_anketa .card_header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  margin: 13px -5px;
  justify-content: space-between;
  width: 100%;
}
.card_obertka_anketa {
  display: flex;
  flex-direction: column;
  align-items: start;
  margin: 5px 40px;
  height: 100%;
  justify-content: center;
}
.swiper_anketa {
  margin-top: 50px;
}

.form_wrappaer_high {
  display: flex;
  flex-direction: column;
  width: 50%;
  border-radius: 26px;
  margin-left: 10%;
  margin-top: 49px;
  background-color: #000000;
}
.wrapper_high_info {
  display: flex;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background-image: linear-gradient(#f3f2f2, #a2a2a2);
  color: white;
  align-items: center;
  justify-content: space-evenly;
  height: 66px;
  font-family: "Averta Cyrilic Rg";
  font-size: 16px;
  font-weight: 600;
}
.anketa_dannie {
  display: flex;
  flex-direction: column;
  margin-bottom: 84px;
}
.dannie_inside {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-family: "Averta Cyrilic Rg";
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 30px;
}

.dannie_inside img {
  margin-right: 20px;
}

.form__wrapper p {
  font-family: "Averta Cyrilic Rg";
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 10px;
}
.arrows_mobile {
  display: none;
}
.field-formsteps-registration_region {
  background-color: #ededed;
  padding: 5px 10px;
  border-radius: 5px;
}
#region {
  background-color: #ededed;
  width: 98%;
}
.field-formsteps-registration_city {
  background-color: #ededed;
  width: 98%;
  padding: 5px 10px;
  border-radius: 5px;
}

#city {
  background-color: #ededed;
}
.field-formsteps-registration_street {
  background-color: #ededed;
  padding: 5px 10px;
  border-radius: 5px;
}
#street {
  background-color: #ededed;
}
.form-group1 {
  padding: 11px 0px 12px 0;
}
.form-group.col-w-100.field-formconfirmation-phone {
  margin: 0;
}
.field-formsteps-registration_house {
  background-color: #ededed;
  margin-right: 5px;
  padding: 5px 10px;
  border-radius: 5px;
  width: 40%;
}
#house {
  background-color: #ededed;
  width: 95%;
}
#flat {
  background-color: #ededed;
  width: 95%;
}
.field-formsteps-registration_apartment {
  background-color: #ededed;
  margin-left: 5px;
  padding: 5px 10px;
  border-radius: 5px;
  width: 40%;
}
.field-formsteps-birthday {
  background-color: #ededed;
  padding: 5px 10px;
  border-radius: 5px;
}
#bday {
  background-color: #ededed;
}
.btn_zayavka_back {
  margin-top: 31px;
  width: 100%;
  height: 72px;
  background-color: #dcd6d6;
  display: block;
  position: relative;
  cursor: pointer;
  border-radius: 5px;
}
.btn_zayavka_back:hover {
  background-color: #c9c5c6;
}
.btn_zayavka_back span {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  font-family: "Averta Cyrilic Rg";
  font-weight: 500;
  font-size: 18px;
  color: #fe0000;
  padding: 10px 0 10px 10px;
}
.btn_zayavka_back span::before {
  content: url("../img/arrow_back.svg");
  margin-right: 6px;
  margin-top: 3px;
  position: absolute;
  left: -15px;
}
.d-flex1 {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.zalivka_bord_2 {
  display: flex;
  background-image: url("../img/trick.svg");
  min-height: 17px;
  background-repeat: no-repeat;
  background-position: right;
}

.form-label {
  background-color: #ededed;
}
input#passport_issued,
.field-formsteps-passport_issued {
  background-color: #ededed;;
  border-radius: 5px;
  padding: 11px 0px 12px 20px;
}
input#passport_issued {
  width: 96%;
}
.justify {
  justify-content: space-between;
}
input[type="tel"] {
  background-color: #ededed;
}
.backgr {
  background-color: #ededed;;
  margin-bottom: 10px;
  padding: 10px;
  width: 44%;
}
.field-formsteps-passport_issued label {
  padding: 10px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  padding: 11px 0px 12px 20px;
}
.pad_10 {
  margin-right: 10px;
}

.anketa_img_conf {
  width: 80%;
  position: absolute;
  top: 55px;
}
.anketa_img_conf_sub {
  width: 80%;
  position: relative;
  top: 55px;
}
.anketa_img_conf img {
  width: 134%;
}
.anketa_conf_wrap {
  padding-top: 50px;
}
.groups_confirm {
  justify-content: space-between;
}
.btn-enabled {
  width: 100%;
  color: white;
  background-color: #fe0000;
  border: none;
  padding: 15px;
  border-radius: 5px;
}
.btn-disabled {
  width: 100%;
  color: grey;
  background-color: #faeaec;
  border: 1px solid #dcd6d6;
  padding: 15px;
  border-radius: 5px;
}
label#request_code_label {
  background-color: white;
}
.field-formconfirmation-phone_code.required,
.field-formconfirmation-sms_code.required {
  background-color: #faeaec;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.int_paddig {
  padding-bottom: 10px;
  padding-top: 10px;
}
.label_padding {
  padding-left: 20px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
button.anketa_soc {
  height: 72px;
  text-align: center;
  border-radius: 5px;
  margin: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-family: "Averta Cyrilic Rg";
  font-weight: 500;
  font-size: 18px;
  border: none;
  width: 100%;
  cursor: pointer;
}
button.anketa_soc svg {
  margin-right: 13px;
}
button.anketa_soc:first-of-type {
  background: linear-gradient(0deg, #039be5, #3bbdfd);
}
button.anketa_soc:nth-child(2) {
  background: linear-gradient(180deg, #7e5bed, #5840ac);
}

button.anketa_soc:last-of-type {
  background: linear-gradient(0deg, #0062e0, #19afff);
}
.class_contact {
  display: flex;
  justify-content: space-between;
}
.btn_propysk {
  margin-top: 31px;
  width: 100%;
  height: 72px;
  display: block;
  position: relative;
  cursor: pointer;
  border-radius: 50px;
  border: 1.5px #00000017 solid;
  color: red;
  font-family: "Averta Cyrilic Rg";
  font-weight: 500;
  font-size: 18px;
  background-color: #000;
}
span.check::before {
  content: url("../img/check.svg");
  margin-right: 10px;
  position: relative;
  top: 3px;
}
.done_txt {
  font-family: "Averta Cyrilic Rg";
  font-weight: 500;
  font-size: 28px;
  text-transform: none;
  margin-top: 27px;
}
.done_txt_low {
  font-family: "Averta Cyrilic Rg";
  font-weight: 300;
  font-size: 18px;
  margin-top: 21px;
}
.anketa_img_done {
  position: relative;
  top: 60px;
}
p.done_1p {
  margin-left: -13px;
}
.info_done_wrapper {
  display: flex;
  margin-top: 80px;
}
.info_done {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #00000017;
  height: 206px;
  width: 279px;
  justify-content: center;
}
.info_done:not(.info_done:first-child) {
  margin-left: 15px;
}
.info_done_txt {
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 10px;
  font-family: "Averta Cyrilic Rg";
  font-weight: 500;
  font-size: 16px;
  text-align: center;
}
a.miss {
  padding: 13px 20px;
  background-color: #fe000007;
  /*height: 45px;
  width: 149px;*/
  color: red;
  border: none;
  font-family: "Averta Cyrilic Rg";
  text-decoration: none;
  display: block;
  margin: 5px auto;
}
a.miss::after {
  content: url(../img/arrow-right-red.svg);
  width: 20px;
  height: 20px;
  position: relative;
  top: 4px;
  left: 3px;
}
.anketa3_wrapper_form {
  min-height: 680px;
}
.btn_propysk::after {
  content: url(../img/arrow-right-red-big.svg);
  width: 20px;
  height: 20px;
  position: relative;
  top: 4px;
  left: 3px;
}
.form-group.col-w-50.field-formconfirmation-phone_code,
.form-group.col-w-50.field-formconfirmation-sms_code,
.form-group.col-w-50.mobile-none {
  margin: 0;
}
.main_block.anketa_wrap.reverse .anketa {
  line-height: 1.4em;
}
.margin-top {
  margin-top: 45px;
}
.form-group {
  padding: 11px 0px 12px 20px;
}
.field-formsteps-passport_issued {
  padding: 0;
}
.form-group.col-w-100.field-formconfirmation-amount {
  padding: 0;
}
.form-group.col-w-100.field-formconfirmation-policy_checkbox,
.form-group.col-w-100.form-notice__wrapper,
.form-group.col-w-100.button,
.form-group.col-w-50.button {
  padding: 0;
}
@media (min-width: 999px) {
  .desktop-none {
    display: none;
  }
}
@media (min-width: 1000px) and (max-width: 1340px) {
  .anketa_img_conf_sub img {
    width: 445px;
  }
  .anketa_img_conf_sub {
    right: 100px;
  }
  h1.anketa {
    font-size: 25px;
    margin-right: 10px;
  }
  .anketa_img_conf {
    top:170px;
  }
  .money img {
    width: 405px;
  }
  .money {
    top:70%;
  }
  .anketa_img_conf_thak img {
    width: 445px;
  }
}
@media (max-width: 1340px) {
  .info_done_wrapper {
    flex-direction: column;
    align-items: center;
  }
  .anketa_img_done {
    width: 100%;
    top: 40px;
  }
  .anketa_img_done img {
    width: 100%;
  }
  .info_done:not(.info_done:first-child) {
    margin-left: 0;
    margin-top: 15px;
  }
  .form_wrappaer_high {
    width: 100%;
    margin-left: 0;
  }
  .anketa_img_conf {
    width: 66%;
  }
  .anketa_img_conf_sub {
    width: 6%;
  }
}

@media (min-width: 1920px) {
  .card_psevdo::before {
    width: 2vw;

  }
  .card_psevdo::after {
   
    width: 2vw;

  }
  .sms_img {
    opacity: 0;
    display: block;
    position: absolute;
    animation: sms_push_1920 0.7s linear 1s;
    animation-fill-mode: forwards;
  }

  .sms_img2 {
    opacity: 0;
    display: block;
    position: absolute;
    animation: sms_push2_1920 0.7s linear 1.5s;
    animation-fill-mode: forwards;
  }
  .sms_img3 {
    opacity: 0;
    display: block;
    position: absolute;
    animation: sms_push3_1920 0.7s linear 2s;
    animation-fill-mode: forwards;
  }
}

@media (max-width: 999px) {
  .anketa_img_conf_thak img {
    position: relative;
    width: 80%;
  }
  p.done_1p {
    margin: 0;
    text-align: center;
  }
  .form-group.col-w-100.field-formconfirmation-policy_checkbox,
  .form-group.col-w-100.form-notice__wrapper,
  .form-group.col-w-100.button,
  .form-group.col-w-50.button {
    padding: 0;
  }

  .class_contact {
    flex-direction: column;
  }
  .main_block.anketa_wrap.reverse {
    flex-direction: column;
  }
  .main_block.anketa_wrap.reverse .anketa {
    line-height: 1.5em;
  }
  .main_block.anketa_wrap.reverse .done_txt,
  .main_block.anketa_wrap.reverse .done_txt_low {
    text-align: left;
  }
  .margin_anketa {
    margin-bottom: 45px;
  }
  .container-xxl {
    margin: 0 15px;
  }

  #menu {
    justify-content: space-around;
    align-items: flex-start;
  }
  #logo {
    margin-left: 0 auto;
  }
  #logo img {
    width: 190px;
  }
  #viber,
  #telegram,
  #vk {
    display: none;
  }
  #whatsapp img {
    width: 34px;
    padding-right: 40px;
  }
  .main_pad {
    padding: 0;
  }
  .obertka {
    margin-left: auto;
  }
  .button_top.otpiska {
    margin: 0;
    height: 25px;
    width: 83px;
    font-size: 13px;
    background-color: #FBFE72;;
    border-bottom: 1px solid #FBFE72;
    border-radius: 40;
  }
  .wrapper_high_info {
    display: none;
    background-color: white;
  }
  .form_wrappaer_high {
    background-color: white;
  }
  .form__wrapper {
    padding: 15px 20px 20px 20px;
  }
  .amount-control-button {
    padding: 10px;
  }
  .col-w-50 {
    width: 100%;
  }
  h4:first-child {
    margin-top: 0;
  }
  .help_arrows {
    display: none;
  }
  .arrows_mobile {
    display: flex;
    justify-content: center;
    margin-top: 25px;
  }
  .arrows_mobile img {
    margin: 10px;
  }
  .footer_txt {
    padding: 17px 8px 40px 17px;
  }
  .footer_lowblock {
    flex-direction: column;
    margin: 0;
  }
  .footer_lowblock_inf {
    width: 100%;
    margin-top: 20px;
  }
  .footer_lowblock_inf img {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
  }

  .copyright {
    flex-direction: column;
    align-items: center;
  }
  .link {
    margin: 30px 0;
  }
  .form-step__page.active {
    width: calc(14px * 4);
    background-image: repeating-linear-gradient(
      45deg,
      transparent,
      transparent 11px,
      #ffffff59 10px,
      #ffffff59 20px
    );
  }
  .mobile_about {
    flex-direction: column-reverse;
  }
  .about_like {
    bottom: -10px;
  }
  .about_header_text {
    text-align: center;
    width: 100%;
  }
  .field-formsteps-registration_apartment {
    margin-left: 0;
  }
  .field-formsteps-registration_house {
    margin-right: 0;
  }
  h1 {
    font-size: 25px;
    line-height: 25px;
  }
  h2 {
    font-size: 25px;
    text-align: center;
  }
  .utp {
    width: 100%;
    text-align: center;
  }
  .main_block {
    flex-direction: column;
  }
  .sposob_img {
    display: none;
  }
  .plashka1 {
    width: 100%;
  }
  .phone_img {
    bottom: 0;
    margin-top: 310px;
  }
  /* .question_img {
    display: none;
  } */
  .padding-top-mobile {
    padding-top: 350px;
  }
  .phone_img {
    width: 102%;
  }
  .sms_img {
    opacity: 0;
    display: block;
    position: absolute;
    animation: sms_push_790 0.7s linear 1s;
    animation-fill-mode: forwards;
    width: 83%;
  }

  .sms_img2 {
    opacity: 0;

    display: block;
    position: absolute;
    animation: sms_push2_790 0.7s linear 1.5s;
    animation-fill-mode: forwards;
    width: 83%;
  }
  .sms_img3 {
    opacity: 0;
    display: block;
    position: absolute;
    animation: sms_push3_790 0.7s linear 2s;
    animation-fill-mode: forwards;
    width: 83%;
  }
  .input[type="range"] {
    width: 92%;
  }
  .counter {
    padding: 10px;
  }
  .odobrenie {
    padding: 10px;
  }
  .mobile-none {
    display: none !important;
  }
  /* #modal-content {
    right: 28%;
    padding: 16px 18px;
    max-width: 329px;
  } */
  .count_percent {
    width: 50%;
  }
  .utp {
    padding-top: 50px;
  }
  .help_text p {
    text-align: center;
    margin-bottom: 5px;
  }
  .offer_shadow {
    height: auto;
  }
  .btn_zayavka {
    width: 96%;
    margin: 20px auto;
  }
  .help_like {
    width: 60%;
    margin: 27px auto;
  }
  .sposob_info {
    width: 100%;
    margin-right: 0;
  }
  .sposob_count_inside {
    grid-template-columns: 30px 1fr;
    /* Будет создано 3 ряда */
    grid-template-rows: repeat(2, 1fr);
    row-gap: 1px;
    border-radius: 5px;
  }
  /* .sposob_count_inside_img {
    grid-column: span 2;
  } */
  .sposob_oformlenie_button {
    margin-top: 30px;
  }
  #house {
    width: auto;
  }
  #flat {
    width: auto;
  }
  .sposob_oformlenie_time {
    width: 100%;
    text-align: right;
    margin-top: 10px;
    margin-right: 20px;
  }
  .sposob_oformlenie_policy_img {
    width: 20%;
    margin-left: 10px;
  }

  .sposob_oformlenie_policy {
    width: 70%;
  }
  .sposob_oformlenie_time::before {
    width: 23%;
    margin-left: 10px;
  }
  .mobile_pad {
    margin-top: 20px;
  }
  .fact_inside {
    margin: 10px;
    width: 100%;
  }
  .facts {
    margin-top: 15px;
  }
  .fact_fact {
    padding: 24px 0;
  }
  .fact_inside:nth-child(2n) {
    width: 100%;
  }
  .accordion__header {
    display: block;
  }
  .accordion__header::after {
    margin-left: auto;
  }
  .accordion__header::after {
    display: block;
    position: relative;
    bottom: 50px;
    left: 10px;
  }
  h2 {
    margin-top: 20px;
  }
  .accordion__item .accordion__header :last-child {
    border: none;
  }
  .policy_pic {
    margin-left: 10px;
  }
  .arrows_pad {
    padding-top: 0;
    padding-bottom: 40px;
  }
  .social_block {
    flex-direction: column;
  }
  .obertka_social {
    flex-direction: row;
    align-items: center;
  }
  .social_block_inside {
    width: 100%;
    margin: 7px 0;
    height: 92px;
    border-radius: 7px;
  }
  .social_block_inside_description {
    padding: 0;
  }
  .social_block_inside_icon {
    padding: 0 10px;
  }
  button.social_block_inside:first-child {
    background: linear-gradient(0deg, #039be5, #3bbdfd) !important;
    /* background: linear-gradient(0deg, #0062E0, #19AFFF);; */
  }
  button.social_block_inside:nth-child(2n) {
    background: linear-gradient(180deg, #7e5bed, #5840ac) !important;
  }
  button.social_block_inside:last-child {
    background: linear-gradient(0deg, #0062e0, #19afff) !important;
  }
  #tg_ico {
    fill: white !important;
  }
  #vk_ico {
    fill: white !important;
  }
  .viber_ico {
    fill: white !important;
  }
  .social_block_inside_description {
    color: white !important;
  }

  .question {
    flex-direction: column;
  }
  .question_img {
    width: 100%;
  }
  .img_girl {
    width: 93%;
    max-width: 100%;
  }
  .img_comment {
    width: 50%;
  }
  .img_heart {
    width: 10%;
  }
  .footer_txt p {
    text-align: left;
  }
  .pad_10 {
    margin-right: 0;
  }
  .btn_zayavka {
    width: 100%;
  }
  .d-flex1 {
    flex-direction: column;
  }
  .main_block.anketa_wrap {
    align-items: center;
    flex-direction: column-reverse;
  }
  .utp_anketa {
    width: 100%;
    text-align: center;
    margin-top: 50px;
    /* justify-content: center; */
  }
  h1.anketa {
    font-size: 20px;
  }
  .anketa_img {
    right: 5%;
    width: 100%;
    top: 3px;
  }
  .money {
    left: -3%;
    top: 330px;
    width: 100%;
  }

  .anketa_txt {
    height: 350px;
    right: 32%;
  }
  .money img {
    width: 100%;
  }
  img#money_anketa2 {
    width: 80%;
  }
  .anketa_img_conf {
    width: 100%;
    top: 50px;
    right: 20px;
  }
  .anketa_img_conf_sub {
    width: 100%;
    top: 50px;
    right: 20px;
  }
  .anketa_img_conf img {
    width: 100%;
  }
  .anketa_img_conf_sub img {
    width: 100%;
  }
  .accordion__header p {
    width: 88%;
  }
  .conf_unsub {
    margin-left: 25px;
  }
  .form-group.field-formconfirmation-phone,
  .form-group.field-formconfirmation-email {
    width: 100%;
  }
  .form-groups {
    margin: 0;
  }
  span.check::before {
    position: relative;
    top: 9px;
    left: 5px;
  }
  .form-group.col-w-50.field-formconfirmation-phone_code,
  .form-group.col-w-50.field-formconfirmation-sms_code,
  .form-group.col-w-50.mobile-none,
  .form-group.col-w-50.mobile-none,
  .form-group.col-w-50.minus_margin_top {
    padding: 0;
  }

  .form-group.col-w-50.desctop-none {
    padding: 0;
    margin-top: -20px;
  }
  .sposob_count_inside {
    display: grid;
    grid-template-rows: 35px 60px;
    grid-template-columns: 20px 1fr;
  }
  .sposob_count_inside_text {
    width: auto;
  }
  .sposob_count_inside_img {
    display: flex;
    margin-left: 53px;
  }
  .sposob_count_inside_img img {
    width: 45px;
    margin: 2px;
  }
  .sposob_count_inside {
    padding-top: 10px;
    padding-bottom: 10px;
}
}

@media (min-width: 1000px) and (max-width: 1340px) {
  .anketa_txt {
    right: 144px;
  }
  .anketa_img {
    right: -36px;
    top: 150px;
  }
  .money {
    left: -150px;
  }
}
input[type="checkbox"]:checked,
input[type="checkbox"]:not(:checked),
input[type="radio"]:checked,
input[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

input[type="checkbox"]:checked + span,
input[type="checkbox"]:not(:checked) + span,
input[type="radio"]:checked + span,
input[type="radio"]:not(:checked) + span {
  display: inline-block;
  position: relative;
  padding-left: 39px;
  line-height: 20px;
  cursor: pointer;
  color: white;
}

input[type="checkbox"]:not(:checked) + span:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 18px;
  height: 18px;
  border: 1px solid #dddddd;
  background-color: #ffffff;
}
input[type="checkbox"]:checked + span:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 18px;
  height: 18px;
  border: 1px solid #dddddd;
  background-color: #2d388a;
}

input[type="checkbox"]:checked + span:before,
input[type="checkbox"]:not(:checked) + span:before {
  border-radius: 4px;
}

input[type="radio"]:checked + span:before,
input[type="radio"]:not(:checked) + span:before {
  border-radius: 100%;
}

input[type="checkbox"]:checked + span:after,
input[type="checkbox"]:not(:checked) + span:after,
input[type="radio"]:checked + span:after,
input[type="radio"]:not(:checked) + span:after {
  content: "";
  position: absolute;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

input[type="checkbox"]:checked + span:after,
input[type="checkbox"]:not(:checked) + span:after {
  left: 3px;
  top: 4px;
  width: 10px;
  height: 5px;
  border-radius: 2px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

input[type="checkbox"]:not(:checked) + span:after,
input[type="radio"]:not(:checked) + span:after {
  opacity: 0;
}

input[type="checkbox"]:checked + span:after,
input[type="radio"]:checked + span:after {
  opacity: 1;
}
