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

body {
  margin: 0;
  padding: 0;
  font-family: "Nirmala UI", sans-serif;
  overflow-x: hidden;
  background-color: #eef0f2;
}

h1, h2, h3, h4, h5, h6, p, ul, li {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

a {
  text-decoration: none;
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  list-style-type: none;
}

.slick-dots li {
  padding: 0;
  margin: 7px;
}

.slick-dots li button {
  font-size: 0;
  border: none;
  background: none;
  cursor: pointer;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #C4C4C4;
}

.slick-dots .slick-active button {
  background-color: #787878;
}

.ttl {
  font-size: 45px;
  line-height: 60px;
  font-weight: 700;
  text-align: center;
}

.btn {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  font-family: "Nirmala UI", sans-serif;
  border: none;
  background: none;
  background-color: #2D91C5;
  color: #fff;
  border-radius: 10px;
  padding: 20px 8px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn:hover {
  background-color: #24729b;
}

.btn:focus {
  background-color: #1a5472;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
}

.wrap {
  max-width: 1230px;
  padding: 0 15px;
  margin: 0 auto;
}

.header {
  top: 0;
  width: 100%;
  z-index: 99;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.25);
  padding: 22px 0;
}

.header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-wrap__menu {
  display: none;
}

.header-wrap__nav--list {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.header-wrap__nav--list li {
  margin-left: 28px;
}

.header-wrap__nav--list li:first-child {
  margin-left: 0;
}

.header-wrap__nav--list li a {
  font-size: 20px;
  line-height: 26px;
  color: #000;
}

.header-wrap__nav--list li a:hover {
  text-decoration: underline;
}

.main {
  min-height: 750px;
  width: 100%;
}

.main .container {
  background: url("../img/bg-mm.svg") no-repeat left center;
  min-height: 750px;
}

.main-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.main-wrap__content {
  width: 100%;
  padding: 109px 0;
  color: #2D3042;
  max-width: 570px;
}

.main-wrap__content--title {
  font-size: 23px;
  line-height: 31px;
  margin-bottom: 30px;
}

.main-wrap__content--form {
  -webkit-box-shadow: -3px 10px 44px rgba(0, 0, 0, 0.25);
          box-shadow: -3px 10px 44px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  border-radius: 18px;
  padding: 15px 45px 30px;
}

.main-wrap__content--form-submit {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
}

.main-wrap__content--form-title {
  font-size: 28px;
  line-height: 37px;
  margin-bottom: 21px;
  text-align: center;
}

.main-wrap__content--form-list {
  margin: 21px auto;
  width: 100%;
  padding-left: 25%;
}

.main-wrap__content--form-list li {
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 10px;
}

.main-wrap__content--form-flex {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-wrap__content--form-flex_minus {
  margin-left: 18px;
}

.main-wrap__content--form-flex_plus {
  margin-right: 20px;
}

.main-wrap__content--form-flex_btn {
  @media screen and (max-width: 550px){
    width: 21px;
    height: 21px;
  }
  cursor: pointer;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}

.main-wrap__content--form-flex_sum {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  color: #000;
}

.main-wrap__content--form-flex_label {
  font-size: 11px;
  line-height: 14px;
  color: #000;
  font-weight: 700;
}

.main-wrap__content--form-flex input {
  width: 100%;
  max-width: 300px;
}

.main-wrap__content--form .btn {
  margin-top: 20px;
}

.how {
  margin-top: 100px;
  color: #fff;
  position: relative;
}

.how .container {
  background-color: #2D91C5;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.how::before {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  margin-top: -327px;
  height: 627px;
  background: url("../img/bg-howw.png") no-repeat center center;
}

.how-wrap {
  margin-top: -100px;
}

.how-wrap__arrow {
  position: absolute;
  right: 15%;
  margin-top: -5%;
}

.how-wrap__images--item {
  position: absolute;
}

.how-wrap__images--item:first-child {
  left: 0;
  top: 100px;
}

.how-wrap__images--item:last-child {
  bottom: -5%;
  right: 0;
}

.how-wrap__title {
  font-size: 45px;
  line-height: 60px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 60px;
}

.how-wrap__list {
  counter-reset: myCounter;
  padding-left: 30%;
}

.how-wrap__list li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 33px;
}

.how-wrap__list li::before {
  counter-increment: myCounter;
  content: counter(myCounter);
  font-size: 32px;
  line-height: 38px;
  color: #2D91C5;
  width: 55px;
  height: 55px;
  font-weight: 700;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 22px;
}

.action {
  padding: 60px 0 120px;
  color: #2D3042;
}

.action-wrap {
  position: relative;
}

.action-wrap__arrow {
  position: absolute;
  bottom: -100px;
  left: -5%;
}

.action-wrap__title {
  margin-bottom: 65px;
}

.action-wrap__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.action-wrap__form {
  width: 50%;
  margin-right: 74px;
  -webkit-box-shadow: -3px 10px 44px rgba(0, 0, 0, 0.25);
          box-shadow: -3px 10px 44px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  border-radius: 18px;
  padding: 15px 45px 30px;
}

.action-wrap__form-submit {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
}

.action-wrap__form-title {
  font-size: 28px;
  line-height: 37px;
  margin-bottom: 21px;
  text-align: center;
}

.action-wrap__form-list {
  margin: 21px auto;
  width: 100%;
  padding-left: 25%;
}

.action-wrap__form-list li {
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 10px;
}

.action-wrap__form-flex {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.action-wrap__form-flex_minus {
  margin-left: 18px;
}

.action-wrap__form-flex_plus {
  margin-right: 20px;
}

.action-wrap__form-flex_btn {
  @media screen and (max-width: 550px){
    width: 21px;
    height: 21px;
  }
  cursor: pointer;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}

.action-wrap__form-flex_sum {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  color: #000;
}

.action-wrap__form-flex_label {
  font-size: 11px;
  line-height: 14px;
  color: #000;
  font-weight: 700;
}

.action-wrap__form-flex input {
  width: 100%;
  max-width: 300px;
}

.action-wrap__form .btn {
  margin-top: 30px;
}

.action-wrap__content {
  width: 47%;
  max-width: 423px;
}

.action-wrap__content p {
  font-size: 20px;
  line-height: 26px;
  color: rgba(45, 48, 66, 0.5);
}

.action-wrap__content strong {
  color: #000;
}

.services {
  background-color: #fff;
  padding: 50px 0 0;
}

.services-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 900px;
  margin: 0 auto;
}

.services-wrap__item {
  width: 30%;
  text-align: center;
}

.services-wrap__item--image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
}

.services-wrap__item--title {
  color: #2D3042;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 50px;
}

.services-wrap__item:nth-child(3n+2) {
  margin: 0 3%;
}

.reviews .container {
  position: relative;
  min-height: 500px;
}

.reviews-image {
  position: absolute;
  top: -22%;
  right: 0;
  z-index: -1;
}

.reviews-wrap {
  padding: 60px 0 50px;
  color: #2D3042;
}

.reviews-wrap .slick-dots {
  margin-top: 45px;
}

.reviews-wrap__title {
  margin-bottom: 73px;
}

.reviews-wrap__list--wrap {
  padding-top: 40px;
}

.reviews-wrap__list--wrap-item {
  padding: 30px 60px;
  max-width: 952px;
  margin: 0 auto;
  position: relative;
  background: url("../img/bg-rev.jpg") no-repeat;
  background: rgba(31, 101, 230, 0.1);
  min-height: 350px;
  border-radius: 24px;
}

.reviews-wrap__list--wrap-item::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #cddaf0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 24px;
}

.reviews-wrap__list--wrap-item::before {
  content: '';
  display: block;
  width: 100px;
  height: 90px;
  position: absolute;
  left: 43px;
  top: -45px;
  background: url("../img/reviews3.png") no-repeat center center;
}

.reviews-wrap__list--wrap-item h3 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  font-family: "SF Pro Display", sans-serif;
  text-align: center;
  margin-bottom: 30px;
}

.reviews-wrap__list--wrap-item p {
  font-size: 23px;
  line-height: 30px;
}

.reviews-wrap__list--wrap-item_images::after {
  position: absolute;
  right: -10%;
  top: 0;
  content: '';
  display: block;
  height: 96px;
  width: 152px;
  background: url("../img/reviews2.svg") no-repeat center center;
}

.reviews-wrap__list--wrap-item_images::before {
  position: absolute;
  right: -7%;
  top: 130px;
  content: '';
  display: block;
  height: 150px;
  width: 118px;
  background: url("../img/reviews1.png") no-repeat center center;
  z-index: -1;
}

.info {
  padding: 50px 0;
}

.info-wrap__text {
  font-weight: 350;
  font-size: 16px;
  line-height: 21px;
  color: rgba(45, 48, 66, 0.4);
  margin-bottom: 39px;
}

.info-wrap__text:last-child {
  color: #000;
}

.footer {
  background-color: #2D91C5;
  padding: 28px 0;
  color: #fff;
}

.footer-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer-wrap__nav {
  list-style-type: none;
}

.footer-wrap__nav li {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 5px;
}

.footer-wrap__nav li a {
  color: #fff;
}

.footer-wrap__nav li a:hover {
  text-decoration: underline;
}

.footer-wrap__contacts {
  font-size: 18px;
  line-height: 14px;
  font-family: "SF Pro Display", sans-serif;
  font-weight: 700;
}

.footer-wrap__contacts--link {
  color: #fff;
  margin: 20px 0;
  display: block;
}

.footer-wrap__contacts--link:hover {
  text-decoration: underline;
}

.footer-wrap__copyright {
  margin-top: 30px;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
}

/* submit styles  */
@media screen and (min-width: 480px) {
  .loan-container{
    padding: 10px;
  }
}

.loan-container__title {
  color: #424953;
  margin: 20px 0;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}

/* submit styles end */

.modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5em 0;
}

.modal-wrap {
  max-width: 650px;
  overflow-y: auto;
  padding: 10px 20px;
  background-color: #FFFFFF;
  color: #3B3B3B;
}

@media screen and (min-width: 480px) {
  .modal-wrap {
    padding: 22px 45px;
  }
}

.modal-wrap__title {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
}

.modal-wrap__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.modal-wrap__form input, .modal-wrap__form select {
  font-size: 16px;
  color: #3B3B3B;
  padding: 16px;
  background-color: #F9F9F9;
  border-radius: 7px;
  width: 48%;
  border: none;
  margin-bottom: 15px;
  font-family: "Nirmala UI", sans-serif;
}

.modal-wrap__form input::-webkit-input-placeholder, .modal-wrap__form select::-webkit-input-placeholder {
  color: rgba(59, 59, 59, 0.61);
}

.modal-wrap__form input::-moz-placeholder, .modal-wrap__form select::-moz-placeholder {
  color: rgba(59, 59, 59, 0.61);
}

.modal-wrap__form input:-ms-input-placeholder, .modal-wrap__form select:-ms-input-placeholder {
  color: rgba(59, 59, 59, 0.61);
}

.modal-wrap__form input::-ms-input-placeholder, .modal-wrap__form select::-ms-input-placeholder {
  color: rgba(59, 59, 59, 0.61);
}

.modal-wrap__form input::placeholder, .modal-wrap__form select::placeholder {
  color: rgba(59, 59, 59, 0.61);
}

.modal-wrap__form--checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
}

.modal-wrap__form--checkbox input {
  width: 23px;
  height: 20px;
}

.modal-wrap__form--checkbox-label {
  margin-left: 13px;
  width: 90%;
  font-size: 14px;
  line-height: 16px;
}

.modal-wrap__form--checkbox-label .color {
  color: #2D91C5;
  display: block;
  margin-bottom: 5px;
}

.modal-wrap__form .btn {
  width: 48%;
  font-size: 12px;
  padding: 15px;
}

.offerwal__title{
  text-align: center;
}

/* .ofr-button a {
  white-space: nowrap !important;

  @media screen and (min-width: 995px) and (max-width: 1124px) {
    width: 146px;
    padding: 0px 15px;
  }
}

.ofr-button .button {
  padding-top: 0px !important;
  border-color: transparent;
} */

@media (max-width: 1200px) {
  .how-wrap__arrow {
    right: 5%;
  }
}

@media (max-width: 1024px) {
  .header-wrap__logo {
    z-index: 20;
  }
  .header-wrap__menu {
    z-index: 20;
    display: block;
    cursor: pointer;
  }
  .ham {
    cursor: pointer;
    color: #2D91C5;
    -webkit-tap-highlight-color: transparent;
    transition: transform 0.2s ease;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .hamRotate.active {
    transform: rotate(45deg);
  }
  .hamRotate180.active {
    transform: rotate(180deg);
  }
  .line {
    fill:none;
    transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    stroke: #2D91C5;
    stroke-width:5.5;
    stroke-linecap:round;
  }
  .ham .top {
    stroke-dasharray: 40 121;
  }
  .ham .bottom {
    stroke-dasharray: 40 121;
  }
  .ham.active .top {
    stroke-dashoffset: -68px;
  }
  .ham.active .bottom {
    stroke-dashoffset: -68px;
  }
  .header-wrap__nav {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header-wrap__nav--list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header-wrap__nav--list li {
    margin-bottom: 25px;
  }
  .header-wrap__nav--list li a {
    font-size: 30px;
  }
  .header-wrap__nav--active {
    opacity: 1;
    visibility: visible;
  }
  .main .container {
    background-position-x: 0 !important;
    position: relative;
  }
  .main .container::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.37);
  }
  .main-wrap {
    position: relative;
    z-index: 2;
  }
  .main-wrap__content--title {
    color: #fff;
  }
  .how::before {
    background-size: contain !important;
    margin-top: -427px;
  }
  .how-wrap {
    margin-top: -200px;
  }
  .how-wrap__images--item:first-child {
    left: -15%;
    top: -50px;
  }
  .how-wrap__arrow {
    display: none;
  }
  .how-wrap__list {
    padding-left: 0;
  }
  .how-wrap__list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
  }
  .how-wrap__list li::before {
    margin-bottom: 20px;
  }
  .how-wrap__list li::after {
    content: '';
    display: block;
    width: 37px;
    height: 60px;
    background: url("../img/how-arrow__mobile.svg") no-repeat center center;
    position: absolute;
    right: 25%;
    top: -.5em;
  }
  .how-wrap__list li:nth-child(even)::after {
    right: auto;
    left: 25%;
    background: url("../img/how-arrow__mobile--left.svg") no-repeat center center;
  }
}

@media (max-width: 968px) {
  .action-wrap__flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .action-wrap__form, .action-wrap__content {
    width: 100%;
  }
  .action-wrap__form {
    margin-right: 0;
    margin-bottom: 35px;
  }
  .action-wrap__content {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .services,
  .reviews {
    display: none;
  }
  .action {
    padding-bottom: 0;
  }
  .action-wrap__arrow {
    display: none;
  }
}

@media (max-width: 550px) {
  body {
    overflow-x: hidden;
  }
  .ttl {
    font-size: 20px;
    line-height: 30px;
  }
  .btn {
    font-size: 10px;
    padding: 8px;
  }
  .header {
    padding: 16px 0;
  }
  .header-wrap__logo {
    max-width: 90px;
  }
  .main .container {
    min-height: 700px;
  }
  .main-wrap__content--title {
    font-size: 16px;
  }
  .main-wrap__content--form {
    padding: 14px 30px;
  }
  .main-wrap__content--form-title {
    font-size: 16px;
    line-height: 30px;
  }
  .main-wrap__content--form-list {
    padding-left: 15%;
  }
  .main-wrap__content--form-list li {
    font-size: 14px;
    line-height: 24px;
  }
  .main-wrap__content--form-flex input {
    max-width: 100%;
    width: 50%;
  }
  .main-wrap__content--form-flex_label {
    font-size: 9px;
  }
  .main-wrap__content--form-flex_sum {
    font-size: 16px;
  }
  .main-wrap__content--form .btn {
    padding: 8px;
    margin-top: 20px;
    font-size: 9px;
  }
  .how::before {
    margin-top: -527px;
  }
  .how .container {
    padding-bottom: 20px;
  }
  .how-wrap {
    background-color: #2D91C5;
    margin-top: -250px;
  }
  .how-wrap__title {
    font-size: 24px;
    line-height: 30px;
  }
  .how-wrap__list li {
    text-align: center;
    font-size: 18px;
  }
  .how-wrap__images--item:nth-child(1) {
    left: -40%;
    top: -200px;
  }
  .how-wrap__images--item:nth-child(2) {
    right: 0;
    bottom: 35%;
    overflow-x: hidden;
  }
  .how-wrap__images--item:nth-child(2) img {
    max-width: 70%;
    position: relative;
    right: -40%;
  }
  .action {
    margin-bottom: -50px;
  }
  .action-wrap__content {
    display: none;
  }
  .action-wrap__title {
    margin-bottom: 20px;
  }
  .action-wrap__form {
    padding: 14px 30px;
  }
  .action-wrap__form-title {
    font-size: 16px;
    line-height: 30px;
  }
  .action-wrap__form-list {
    padding-left: 15%;
  }
  .action-wrap__form-list li {
    font-size: 14px;
    line-height: 24px;
  }
  .action-wrap__form-flex input {
    max-width: 100%;
    width: 50%;
  }
  .action-wrap__form-flex_label {
    font-size: 9px;
  }
  .action-wrap__form-flex_sum {
    font-size: 16px;
  }
  .action-wrap__form .btn {
    padding: 8px;
    margin-top: 20px;
    font-size: 9px;
  }
  .footer {
    margin-top: -50px;
  }
  .footer-wrap__logo, .footer-wrap__contacts, .footer-wrap__nav {
    display: none;
  }
  .footer-wrap__copyright {
    text-align: left;
  }
}

@supports (-webkit-appearance:none){
.main .container{background:url("../img/bg-mm.svg") no-repeat left center}
.how::before{background:url("../img/bg-howw.webp") no-repeat center center}
.reviews-wrap__list--wrap-item{background:url("../img/bg-rev.webp") no-repeat}
.reviews-wrap__list--wrap-item::before{background:url("../img/reviews3.webp") no-repeat center center}
.reviews-wrap__list--wrap-item_images::after{background:url("../img/reviews2.svg") no-repeat center center}
.reviews-wrap__list--wrap-item_images::before{background:url("../img/reviews1.webp") no-repeat center center}
}

 @media (max-width: 1200px){

@supports (-webkit-appearance:none){

}

}

 @media (max-width: 1024px){

@supports (-webkit-appearance:none){
.how-wrap__list li::after{background:url("../img/how-arrow__mobile.svg") no-repeat center center}
.how-wrap__list li:nth-child(even)::after{background:url("../img/how-arrow__mobile--left.svg") no-repeat center center}
}

}

 @media (max-width: 968px){

@supports (-webkit-appearance:none){

}

}

 @media (max-width: 768px){

@supports (-webkit-appearance:none){

}

}

 @media (max-width: 550px){

@supports (-webkit-appearance:none){

}

}
