.container {
  position: relative;
  width: 100%;
  max-width: 1040px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.family-container {
  display: flex;
  align-items: center;
}

.family-container img {
  margin-right: 14px;
}

.family-container p {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: #0d4266;
}


/*address - correct*/
/*address - correct*/
/*address - correct*/


.adress-correct {
  background: #EDF1F4;
}

.adress-correct-container {
  display: flex;  
  justify-content: space-between;
  align-items: center;
}

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


.coffer-button__title {
  color: #ffffff;
}

.coffer-widget.btn1 .coffer-button {
  background-color: transparent;
  border: 1px solid #0d4266;  
}

.coffer-widget.btn1 .coffer-button span {
  color: #0d4266;
}

.coffer-widget.btn2 .coffer-button {
  background-color: #0d4266;
}


.buttons .coffer-widget a {
  border-radius: 12px;
  padding: 15px 15px 15px 15px;
}

.adress-correct-button h2 {
  text-align: center;
  color: #0d4266;
}

.adress-correct {
  min-height: calc(100vh - 170px );
  display: flex;
  flex-direction: column; 
  justify-content: center;
}

.coffer-widget a {
  width: 100%;
  display: block;
  text-align: center;
}


.adress-correct-quest h3 {
  color: #0d4266;
  text-align: center;
}

@media screen and (min-width: 781px) {
  .adress-correct-container {
      padding-top: 55px;
      padding-bottom: 100px;
  }
  .coffer-widget {
      width: 50%;
  }

  .coffer-widget.btn1 {
      margin-right: 30px;
  }

  .coffer-button__title {
      font-size: 18px;
  }

  .adress-correct-button h2 {
      font-size: 24px;
      padding-bottom: 30px;
  }

  .adress-correct-quest h3 {
      font-size: 40px;
      padding-bottom: 30px;
  }

}


@media screen and (max-width: 780px) {
  .buttons {
      flex-direction: column-reverse;
  }

  .coffer-widget.btn2 {
     padding-bottom: 30px;
     padding-top: 30px;
  }

  .adress-correct-container {
      padding-top: 50px;
  }

  .adress-correct .coffer-phone__title, .adress-correct .coffer-phone__number {
      color: #fff;
  }

  .adress-correct-button h2 {
      font-size: 18px;
  }
}

@media screen and (max-width: 1280px) {
  .adress-correct-container {
      padding-bottom: 50px;
  }
}


/*address - correct*/
/*address - correct*/
/*address - correct*/




/*update address*/
/*update address*/
/*update address*/


.update-adress-form h2 {
  color: #0d4266;
  text-align: center;
}

@media screen and (min-width: 781px) {
  .update-adress-form {
      width: 50%;
      margin: 0 auto;
  }

  .update-adress-form h2 {
      font-size: 30px;
      padding-bottom: 50px;
  }
}

@media screen and (max-width: 780px) {
  .update-adress-form {
      width: 100%;
      margin: 0 auto;
  }

  .update-adress-form h2 {
      font-size: 20px;
      padding-bottom: 25px;
  }
}


/*update address*/
/*update address*/
/*update address*/




/*multi form*/
/*multi form*/
/*multi form*/
.multi-step-form p {
  text-align: left !important;
  color: #0d4266 !important;
}

.wpforms-page-indicator-steps {
  display: none;
}

.offer-form-multi .wpforms-form .wpforms-field-container .wpforms-field-label {
  margin-bottom: 10px;
  display: block;
  font-weight: 700;
  color: #0d4266;
}

.offer-form-multi .wpforms-form .wpforms-field-radio li {
  position: relative;
  margin-bottom: 15px !important;
}

.offer-form-multi .wpforms-form .wpforms-field-container .wpforms-field-radio input {
  display: none;
  width: 20px;
  height: 20px;
  opacity: .5;
  position: absolute;
  left: 20px;
  top: 16px;
  margin: 0;
}

.offer-form-multi .wpforms-form .wpforms-field-radio .wpforms-field-label-inline {
  display: block;
  position: relative;
  border: 1px solid #0d4266;
  padding: 16px 16px 16px 60px;
  border-radius: 12px;
  cursor: pointer;
  color: #0d4266;
  font-size: 16px;
}

.offer-form-multi .wpforms-form .wpforms-field-radio .wpforms-field-label-inline:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #0d4266;
  transform: translate(-50%, -50%);
  top: 26px;
  left: 30px;
  opacity: .5;
  transition: all .3s;
}

.offer-form-multi .wpforms-form .wpforms-field-radio .wpforms-field-label-inline:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #0d4266;
  transform: translate(-50%, -50%);
  top: 26px;
  left: 30px;
  opacity: 0;
  transition: all .3s;
}

.offer-form-multi .wpforms-form .wpforms-field-radio .wpforms-selected .wpforms-field-label-inline {
  background-color: rgb(134 134 134 / 10%);
}

.offer-form-multi .wpforms-form .wpforms-field-radio .wpforms-selected .wpforms-field-label-inline:before {
  opacity: 1;
}

.offer-form-multi .wpforms-form .wpforms-field-radio .wpforms-selected .wpforms-field-label-inline:after {
  width: 15px;
  height: 15px;
  opacity: 1;
}

.offer-form-multi .offer-form-multi__hide-next > .wpforms-clear > .wpforms-page-next {
  display: none;
}

.multi-step-form .wpforms-page-button.wpforms-page-next {
  width: 80%;
}

.multi-step-form .wpforms-page-button.wpforms-page-prev {
  background: transparent !important;
  border: 1px solid #0d4266 !important;
}

@media screen and (min-width: 781px) {

  .offer-form-multi .wpforms-form .wpforms-field-container .wpforms-field-label {
      font-size: 20px;
  }

  .multi-step-block{
      width: 59%;
      margin: 0 auto;
  }

  .update-adress-form.multi-step-form {
      width: 100%;
  }

  .home .multi-step-form p {
      font-size: 16px;
      padding-bottom: 35px;
  }

  .multi-step-form .update-adress-form h2 {
      padding-bottom: 35px;
  }
}

@media screen and (max-width: 780px) {
 .multi-step-form .update-adress-form h2 {
      font-size: 19px;
  }

  .multi-step-form p {
      padding-bottom: 30px;
  }

  .offer-form-multi .wpforms-form .wpforms-field-container .wpforms-field-label {
      text-align: center;
      font-size: 20px;
  }

  .multi-step-form .wpforms-page-button.wpforms-page-next {
      width: 65%;
  }
}

/*multi form*/
/*multi form*/
/*multi form*/



/*get offer*/
/*get offer*/
/*get offer*/

.get-offer-text h2 , .get-offer-text p {
  color: #0d4266;
  text-align: center;
  padding-bottom: 25px;
}


@media screen and (min-width:781px) {
  .get-offer-text {
      width: 61%;
      margin: 0 auto;
  }

  .get-offer-text h2 {
     font-size: 24px;
     font-weight: bold;
  }

  .get-offer-text p {
      font-size: 18px;
  }
  
}


@media screen and (max-width: 780px) {
  .get-offer-text h2 {
      font-size: 18px;
      font-weight: bold;
      padding-bottom: 20px;
   }

   .get-offer-text p {
      font-size: 14px;
      padding-bottom: 20px;
  }
}

@media screen and (max-width: 1280px) {
  .get-offer-text {
      padding-bottom: 60px;
  }
}

/*get offer*/
/*get offer*/
/*get offer*/




/*offer complete*/
/*offer complete*/
/*offer complete*/

.offer-complete-text h2 {
  text-align: center;
  font-weight: 900;
  color: #0d4266
}

.offer-complete-text p {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: #061f31;
}


.offer-complete-text img {
  display: block;
  margin: 0 auto;  
}

@media screen and (max-width: 1280px) {
  .offer-complete-text {
      padding-bottom: 60px;
  }
}


@media screen and (min-width: 781px) {
  .offer-complete-text h2 {
      font-size: 60px;
      line-height: 1.1;
      padding-bottom: 30px;
  }

  .offer-complete-text p {
      font-size: 20px;
  }

  .offer-complete-text img {
      width: 12%;
  }
}

@media screen and (max-width: 780px) {
  .offer-complete-text img {
      width: 35%;
  }

  .offer-complete-text h2 {
      font-size: 29px;
      line-height: 1.1;
      padding-bottom: 30px;
      padding-top: 15px;
  }

  .offer-complete-text p {
      font-size: 18px;
      font-weight: 600;
      line-height: 22px;
  }
}

/*offer complete*/
/*offer complete*/
/*offer complete*/



@media (max-width: 780px) {
  .land-testimonials .panel-grid-cell:not(:last-child) {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 20px !important;
    margin-bottom: 50px !important;
  }
}

/*Floating content*/

.floating-content__inner {
    padding: 5px 0;
    background-color: #ffffff;
    box-shadow: 0 0 50px rgb(0 0 0 / 15%);
    display: flex;
    justify-content: center;
    padding: 20px 0px;
}
.floating-content__inner .coffer-address {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    border: 0;
    background-color: #f1f1f1;
    border-radius: 10px;
    padding: 5px 5px 5px 25px;
}
.floating-content .coffer-address__button {
    border-radius: 6px;
}

/* Blog */

.blog-welcome {
  background: #1a232b;
  padding: 90px 0 120px;
  height: calc(100vh - 150px);
}



.blog-welcome .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}



.blog-welcome .breadcrumbs {
  margin-bottom: 20px;
}



.blog-welcome__title {
  font-family: "Merriweather Sans", sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 50px;
  color: #FFF;
}



.blog-welcome__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}



.blog-welcome__categories li {
  margin-right: 24px;
  list-style: none;
}

.blog-welcome__categories li:last-child {
  margin-right: 0;
}



.blog-welcome__categories a {
  display: block;
  background: #24313D;
  border-radius: 8px;
  padding: 6px 11px;
  font-size: 14px;
  color: #FFF;
  text-decoration: none;
}


.blog-welcome__categories a:hover, .blog-welcome__categories a.active {
  color: #ba0901;
}

.blog__wrap {
  background: #FFF;
  border-radius: 10px 10px 0 0;
  margin-top: -100px;
  padding: 75px 40px 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}



.blog-single {
  margin-bottom: 50px;
  width: 33.3333%;
  padding: 0 25px;
}



.blog .blog-single:first-child {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}





.blog .blog-single:first-child .blog-single__info {
  padding-right: 50px;
}



.blog .blog-single:first-child .blog-single__image {
  width: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 0;
}



.blog .blog-single:first-child .blog-single__image img {
  width: 100%;
  height: auto;
  margin-bottom: 0;
}



.blog .blog-single:first-child .blog-single__meta {
  margin-bottom: 40px;
}



.blog .blog-single:first-child .blog-single__title {
  margin-bottom: 40px;
  line-height: 1.3;
}




.blog .blog-single:first-child .blog-single__title a {
  font-size: 40px;
}

.blog-single__image {
  display: block;
  margin-bottom: 40px;
  border-radius: 10px;
  overflow: hidden;
}



.blog-single__image img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 2s ease-in-out;
  -o-transition: 2s ease-in-out;
  transition: 2s ease-in-out;
}



.blog-single__image:hover img {
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
}



.blog-single__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}



.blog-single__date, .blog-single__category {
  padding: 5px 16px;
  color: #1a232b;
  font-size: 12px;
  text-decoration: none;
}



.blog-single__date {
  padding-left: 0;
}



.blog-single__category {
  padding-right: 0;
  border-left: 1px solid #ba0901;
}



.blog-single__category:hover {
  color: #ba0901;
}



.blog-single__title {
  margin-bottom: 24px;
  line-height: 24px;
}



.blog-single__title a {
  font-family: "Merriweather Sans", sans-serif;
  font-size: 24px;
  font-weight: 800;
  color: #1a232b;
  text-decoration: none;
}



.blog-single__title a:hover {
  color: #ba0901;
}

.blog-welcome__text p {
  color: #fff;
}

.blog .site-header , .single-post .site-header  {
  position: relative !important;
}
.blog .footer-widgets , .single-post .footer-widgets {
  display: none !important;
}

.single-blog {
  padding-top: 24px;
  padding-bottom: 80px;
}



.single-blog .breadcrumbs {
  margin-bottom: 40px;
}



.single-blog__header {
  max-width: 914px;
  margin: 0 auto 80px;
}



.single-blog__date {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  padding-bottom: 8px;
  border-bottom: 1px solid #ba0901 !important;
  margin-bottom: 40px;
}



.single-blog__title {
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 800;
  font-size: 40px;
}



.single-blog__image {
  max-width: 100% !important;
  margin-bottom: 80px;
  height: auto !important;
}

.single #header-compensator {
  display: none;
}

.single-blog__content {
  max-width: 920px;
  margin: 0 auto;
  font-size: 20px;
}



.single-blog__content p {
  margin-bottom: 24px;
}



.single-blog__content h2 {
  font-size: 30px;
  font-weight: 800;
  font-family: "Merriweather Sans", sans-serif;
  margin-bottom: 24px;
}



.single-blog__content a {
  color: var(--main-color);
  text-decoration: underline;
}



.single-blog__content img {
  width: 100%;
  margin: 50px 0;
}



.single-blog__content blockquote {
  padding-left: 190px;
  position: relative;
  max-width: 730px;
  text-align: right;
  margin-bottom: 80px;
  margin-top: 80px;
}



.single-blog__content blockquote::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 160px;
  height: 2px;
  background: var(--main-color);
}



.single-blog__content blockquote p {
  font-weight: 800;
  font-style: italic;
  margin-bottom: 40px;
  text-align: left;
}



.single-blog__content blockquote span {
  font-size: 16px;
  color: #A5AEB6;
}

.breadcrumbs li {
  margin-right: 16px;
}

.breadcrumbs li:last-child {
  margin-right: 0;
}

.breadcrumbs a.active, .breadcrumbs a:hover {
  color: #ba0901 !important;
}
.single-blog .breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.breadcrumbs a {
  display: block;
  padding: 6px 11px;
  background: #24313D;
  border-radius: 8px;
  color: #FFF;
  font-weight: 700;
  text-decoration: none;
}
.breadcrumbs li {
  list-style-type: none;
}
.blog #header-compensator {
  display: none !important;
}
.blog .site-header {
  height: 100px;
}
.category #header-compensator {
  display: none !important;
}
.blog .site-header , .single-post .site-header {
  background: #1a232b;
  height: auto;
}
.mini-blog__content {
  display: flex;
}
.blog-block-title {
  font-family: 'Lato';
  font-style: normal;
  font-weight: bold;
  text-align: center;
  color: #1D1B1B;
  text-align: center;
}
.mini-blog__content-btn-more {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .home-blog {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .blog-block-title {
    font-size: 40px;
    line-height: 130%;
    padding-bottom: 60px;
  }
  .blog-welcome__text {
      display: flex;
      align-items: center;
      justify-content: space-between;
  }
  .blog-welcome__text p {
      width: 45%;
  }
  .blog-welcome {
      min-height: 750px;
  }
  .blog .blog-single:first-child .blog-single__text {
      font-size: 20px;
  }
  .single-post .coffer-address-container .coffer-address.coffer-geocode {
    width: 70%;
  }
}

@media screen and (max-width: 991px) {
  .blog-block-address p {
    font-size: 24px;
  }
  .blog-block-address .welcome-form__input {
    font-size: 12px;
  }
  .blog-block-title {
    padding-bottom: 60px;
    font-size: 28px;
    line-height: 130%
  }
  .mini-blog__content {
    flex-direction: column;
  }
  .site-header__layout {
      justify-content: center;
  }
  .blog .header-main-phone {
      display: none;
  }
  .blog-single .blog-single__text {
      font-size: 16px;
    }
  .blog-welcome__title {
      font-size: 50px;
    }
  
    .blog-welcome__categories {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
    }
  
    .blog-welcome__categories li {
      margin-bottom: 24px;
    }
  
    .blog-single:first-child .blog-single__info {
      padding-right: 30px;
    }
  
    .blog-single:first-child .blog-single__meta {
      margin-bottom: 24px;
    }
  
    .blog-single:first-child .blog-single__title a {
      font-size: 18px;
    }
  
    .blog-single {
      width: 50%;
    }
  
    .blog .blog-single__image img {
      height: 217px;
    }
  
    .blog-single__image {
      margin-bottom: 24px;
    }
  
    .blog-single__title a {
      font-size: 18px;
    }
  
    .blog__wrap {
      padding: 30px 30px 0 30px;
    }
    .blog-welcome .breadcrumbs {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 24px;
    }
  
    .blog-welcome__title {
      text-align: left;
      font-size: 40px;
      margin-bottom: 40px;
    }
  
    .blog__wrap {
      margin-top: 0;
      padding: 40px 0 0 0;
    }
  
    .blog-single {
      width: 100%;
      padding: 0;
    }
  
    .blog .blog-single:first-child {
      display: block;
    }
  
    .blog .blog-single:first-child .blog-single__image {
      width: 100%;
      margin-bottom: 24px;
    }
  
    .blog-single:first-child .blog-single__info {
      padding-right: 0;
    }
  
    .blog .blog-single:first-child .blog-single__title a,
  
    .blog-single .blog-single__title a {
      font-size: 24px;
    }
  
    .blog-single {
      margin-bottom: 40px;
    }
  
    .blog .blog-single__image img {
      height: auto;
    }
    .blog-welcome__text p:nth-child(2) {
      padding: 20px 0px;
    }
    .blog-welcome {
      padding: 24px 0;
      height: auto;
    }
    .blog-welcome__categories {
      padding-left: 0px;
    }
    .blog .family-container {
      display: none !important;
    }
    .blog #header-compensator {
      display: none !important;
    }
    .single-blog .breadcrumbs {
      padding-left: 0px;
    }
}

.blog-block-address {

  background: #1c1c1c;

  padding: 40px;

  border-radius: 10px;

  color: #fff;

  display: flex;

  flex-direction: column;

  text-align: center;

}

.blog-block-address p {

  font-weight: 800;

  font-size: 30px;

}

.blog-block-address h2 {

  margin-bottom: 10px;

}
.coffer-button.button-home {
  background-color: #0d4266;
  border-radius: 8px;
  padding: 15px 50px 15px 50px;
  color: #fff;
}


/* Form settings */

.wpforms-important-text {
  display: flex;
  flex-direction: column;
}

.multi-step-form .multi-step-block form .wpforms-field-container .wpforms-important-text .wpforms-field-description {
  order: 2;
  color: #951718;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin: 0px;
  position: relative;
  padding-left: 24px;
  max-width: 390px;
  margin-bottom: 24px;
}

.multi-step-form .multi-step-block form .wpforms-field-container .wpforms-important-text .wpforms-field-description:before {
  content: url('/wp-content/uploads/2023/11/info-circle.svg');
  position: absolute;
  left: 0%;
  top: 0%;
}

.multi-step-form .multi-step-block form .wpforms-field-container .wpforms-important-text .wpforms-field-description strong {
  font-weight: 700;
}

.wpforms-important-text ul {
  order: 3;
}

.termination-contract {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.termination-contract.active {
  opacity: 1;
  visibility: visible;
}

.termination-contract__wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgba(0, 0, 0, 0.40);
}

.termination-contract__block {
  max-width: 620px;
  padding: 60px;
  border-radius: 8px;
  border-top: 0.5px solid #99AAB6;
  background: #EDF1F4;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.termination-contract__title {
  color: #0D4266;
  text-align: center;
  font-family: 'Lato';
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 24px;
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
}

.termination-contract__text {
  color: #0D4266;
  text-align: center;
  font-family: 'Lato';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
  padding-bottom: 40px;
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
}

.termination-contract__buttons a {
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-decoration: none;
  height: 48px;
  transition: all 0.2s ease-in-out;
}

.termination-contract__buttons a span {
  text-align: center;
  font-family: 'Lato';
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 16px */
  transition: all 0.2s ease-in-out;
}

.termination-contract__buttons a:first-child {
  margin-bottom: 24px;
  background: #0D4266;
}

.termination-contract__buttons a:first-child:hover {
  opacity: .6;
}

.termination-contract__buttons a:first-child span {
  color: #fff;
}

.termination-contract__buttons a:last-child {
  border: 1px solid #0D4266;
}

.termination-contract__buttons a:last-child span {
  color: #0D4266;
}

.termination-contract__buttons a:last-child:hover {
  background: #0D4266;
  border: 1px solid transparent;
}

.termination-contract__buttons a:last-child:hover span {
  color: #fff;
}

/* Phone step */

.multi-step-block .additional-text {
  padding: 24px 0 40px 0;
  display: none;
}

.multi-step-block .additional-text__list {
  margin: 0 0 40px 0 !important; 
  padding: 0px !important;
}

.multi-step-block .additional-text__list li {
  color: #0D4266;
  font-family: 'Lato';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
  position: relative;
  display: flex;
  align-items: center;
}

.multi-step-block .additional-text__list li:not(:last-child) {
  padding-bottom: 8px !important;
  margin-bottom: 0px !important;
}

.multi-step-block .additional-text__list li::before {
  content: url('/wp-content/uploads/2023/11/Group-1171275683.svg');
  margin-right: 3px;
  position: relative;
  top: 1px;
}

.multi-step-block .additional-text__list li.additional-text__list-red {
  color: #951718;
  max-width: 460px;
  display: flex;
  align-items: flex-start;
}

.multi-step-block .additional-text__list li.additional-text__list-red::before {
  content: url('/wp-content/uploads/2023/11/info-circle.svg');
}

.multi-step-block .additional-text__book {
  padding: 20px 24px;
  position: relative;
  border-radius: 8px;
  background: #E2E8ED;
}

.multi-step-block .additional-text__book::after {
  content: url('/wp-content/uploads/2023/11/image-20231019-112446-1-5.png');
  position: absolute;
  top: 25%;
  left: 80%;
  transform: translate(-50%, -50%);
}

.multi-step-block .additional-text__book p {
  color: #0D4266 !important;
  font-family: 'Lato';
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 28.8px */
  text-align: left;
}

.additional-text__book p:last-child {
  display: none;
}

.happen-next {
  margin: 40px 0;
  display: none;
}

.happen-next h2 {
  color: #0D4266;
  font-family: 'Lato';
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  line-height: 130%; /* 23.4px */
  text-align: left;
  padding-bottom: 24px;
}

.happen-next__wrapper {
  display: flex;
  gap: 0 22px;

}

.happen-next__block {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.50);
  padding: 24px;
}

.happen-next__block svg {
  margin-bottom: 10px;
}

.happen-next__block p {
  color: #0D4266 !important;
  font-family: 'Lato';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: -0.32px;
  min-height: 78px;
  text-align: left !important;
  min-width: 105px;
}

.multi-step-block .wpforms-container .wpforms-page-phone-number .wpforms-page-next {
  width: 100%;
}


@media screen and (max-width: 767px) {
  
  .termination-contract__block {
    top: unset;
    left: unset;
    transform: unset;
    width: 100vw;
    bottom: 0%;
    padding: 40px 20px 24px 20px;
    position: fixed;
    border-radius: 8px 8px 0 0;
  }

  .termination-contract__title {
    font-size: 20px;
    padding-bottom: 24px;
  }

  .termination-contract__text {
    font-size: 16px;
    padding-bottom: 40px;
  }

  .termination-contract__buttons a:first-child {
    padding: 16px 40px;
    height: auto;
    margin-bottom: 16px;
  }

  .termination-contract__buttons a {
    font-size: 16px;
  }

  .additional-text__book p:last-child {
    display: block;
  }

  .additional-text__book p:first-child {
    display: none;
  }

  .multi-step-block .wpforms-container .additional-text__book {
    padding: 24px;
  }

  .multi-step-block .wpforms-container .additional-text__book::after {
    top: 52%;
    left: 68%;
    transform: translate(-50%, -50%) scale(1.2);
  }

  .happen-next__wrapper {
    flex-direction: column;
    gap: 16px 0;
  }

  .happen-next__block {
    display: flex;
    align-items: center;
  }

  .happen-next__block p {
    min-height: unset;
    padding-bottom: 0px;
    font-size: 16px;
  }

  .happen-next__block svg {
    min-width: 24px;
    margin-right: 14px;
    margin-bottom: 0px;
  }

  .multi-step-block .wpforms-submit-container .wpforms-submit.button::before {
    content: unset;
  }
}


.new-offer-complete .present-book {
  border-radius: 8px;
  background: #F6F8FA;
}

.page-id-1293 .site-header, .page-id-1293 #header-compensator {
  display: none;
}

.new-offer-complete .present-book__wrapper--top h2 {
  color: #0D4266;
  font-family: 'Lato';
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0px;
}

.new-offer-complete .present-book__wrapper--top h3 {
  color: #0D4266;
  font-family: 'Lato';
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 28.8px */
  letter-spacing: 0.48px;
  text-transform: uppercase;
  padding-bottom: 16px;
  margin: 0px;
}

.new-offer-complete .present-book__wrapper--top p {
  font-size: 18px;
  margin-bottom: 0px;
}

.new-offer-complete .present-book__wrapper--top::before {
  content: url('/wp-content/uploads/2023/12/Group-1171275692.png');
  top: 45%;
  left: 7%;
}

.present-book__download {
  text-align: center;
  margin-top: 40px;
}

.present-book__download a {
  display: flex;
  padding: 16px 32px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  background: #0D4266;
  text-decoration: none;
  max-width: 240px;
  margin: 0 auto;
}

.present-book__download a span {
  color: #FFF;
  text-align: center;
  font-family: 'Lato';
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 16px */
}

.new-offer-complete .present-book {
  padding: 50px 40px 40px 40px;
}

.new-offer-complete .present-book__wrapper--bottom ul li span {
  color: #597A92;
  font-family: 'Lato';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
}

.new-offer-complete .present-book__wrapper--top {
  padding: 0 0px 0 205px;
}

.new-offer-complete__calendar {
  margin-top: 80px;
}

.new-offer-complete__calendar h2 {
  color: #0D4266;
  text-align: center;
  font-family: 'Lato';
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 24px;
  max-width: 495px;
  margin: 0 auto;
}

.new-offer-complete__calendar p {
  color: #597A92;
  text-align: center;
  font-family: 'Lato';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: -0.16px;
  padding-bottom: 80px;
  max-width: 495px;
  margin: 0 auto;
}

.new-offer-complete__video {
  margin-top: 50px;
}

.new-offer-complete__video .video-testimonials__text > h2 {
  color: #0D4266;
  text-align: center;
  font-family: 'Lato';
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 46.8px */
  padding-bottom: 40px;
}

.new-offer-complete__video .video-testimonials {
  max-width: 720px;
  margin: 0 auto;
}

.new-offer-complete__video .video-testimonials__block {
  width: 100%;
  max-width: 100%;
  height: 475px;
  padding: 24px;
  background: #0D4266;
}

.new-offer-complete__video .video-testimonials__block p {
  color: #FFF;
  text-align: left;
  font-family: 'Lato';
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 26px */
}

.new-offer-complete__video .video-testimonials__blocks--frame {
  height: 100%;
}

.new-offer-complete__slider {
  margin: 80px 0;
  padding: 80px 0;
  background: #0D4266;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

.new-offer-complete__slider h2 {
  max-width: 720px;
  margin: 0 auto;
  color: #FFF;
  text-align: center;
  font-family: 'Lato';
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 43.2px */
  letter-spacing: 0.72px;
  text-transform: uppercase;
  padding-bottom: 40px;
}

.houses-slider__slide {
  max-width: 335px;
  min-width: 335px;
  min-height: 335px;
  padding: 24px;
  border-radius: 8px;
  background: rgba(6, 31, 49, 0.30);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.houses-slider__slide {
  width: 100%;
}

.houses-slider__slide img {
  width: 100%;
  min-height: 170px;
  max-height: 170px;
  object-fit: cover;
  margin-bottom: 18px;
}

.houses-slider__slide p {
  color: rgba(255, 255, 255, 0.50);
  font-family: 'Lato';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  height: 52px;
  position: relative;
  text-align: left;
}

.houses-slider__slide p::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0%;
  width: 100%;
  height: 0.5px;
  background: #fff;
}

.houses-slider__slide span {
  color: #FFF;
  font-family: 'Lato';
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* .houses-slider__slide span:first-child {
  padding-top: 8px;
  display: block;
  border-top: 1px solid #fff;
  margin-top: 6px;
} */

.houses-slider__slide span > span {
  font-size: 24px;
  font-weight: 900;
  margin-left: 12px;
  margin-top: 16px;
  display: inline-block;
}

.houses-slider__wrapper .swiper-slide {
  max-width: 335px !important;
}

.houses-slider__wrapper {
  .swiper-wrapper {
    transition-timing-function: linear;
  }
} 

.present-book__wrapper h2.mobile, .present-book__wrapper h3.mobile, .present-book__wrapper p.mobile {
  display: none;
}

.page-id-1293 .prefooter {
  display: none;
}

@media screen and (max-width: 767px) {
  .new-offer-complete .present-book__wrapper--top::before {
    display: none;
    content: unset;
  }

  /* .new-offer-complete .adress-correct-container.get-offer-container {
    display: none;
  } */

  .new-offer-complete .present-book__wrapper--top {
    display: none;
  }

  .new-offer-complete .present-book__address {
    display: none;
  }

  .new-offer-complete .present-book__wrapper img {
    padding-top: 0px;
    position: relative;
    left: -30px;
  }

  .present-book__wrapper h2.mobile {
    display: block;
    color: #0D4266;
    text-align: center;
    font-family: 'Lato';
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 24px;
  } 

  .present-book__wrapper h3.mobile {
    display: block;
    color: #0D4266;
    text-align: center;
    font-family: 'Lato';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 24px */
    letter-spacing: 0.4px;
    text-transform: uppercase;
    padding-bottom: 16px;
  }

  .present-book__wrapper p.mobile {
    display: block;
    color: #597A92;
    text-align: center;
    font-family: 'Lato';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 25.6px */
    padding-bottom: 24px;
  }

  .new-offer-complete .present-book {
    padding: 24px;
  }

  .new-offer-complete .present-book__wrapper--bottom {
    border-top: 1px solid #0D4266;
  }

  .new-offer-complete__calendar {
    margin-top: 40px;
  }

  .new-offer-complete__calendar p {
    padding-bottom: 40px;
  }

  .new-offer-complete__calendar h2 {
    font-size: 20px;
    padding-bottom: 24px;
  }

  .new-offer-complete__calendar p {
    font-size: 14px;
  }

  .new-offer-complete__slider {
    padding: 24px 0;
    margin-top: 40px;
    margin-bottom: 0px;
  }

  .new-offer-complete__slider h2 {
    padding: 0 20px;
    font-size: 24px;
    padding-bottom: 24px;
  }

  .new-offer-complete__video {
    margin-top: 0px;
    padding-top: 40px;
  }

  .new-offer-complete__video .video-testimonials__text > h2 {
    font-size: 24px;
    padding-bottom: 40px;
  }

  .new-offer-complete__video .video-testimonials__block {
    height: unset;
    padding: 10px;
  }

  .new-offer-complete__video .video-testimonials__blocks--frame {
    min-height: 175px;
  }

  .new-offer-complete__video .video-testimonials__block p {
    font-size: 14px;
  }

  .video-testimonials__blocks--frame iframe {
    min-height: 175px;
  }

}

.wpforms-page .form-phone-number .wpforms-strong-custom {
  margin-bottom: 10px;
  display: block;
  font-weight: 700;
  color: #0d4266;
  font-size: 16px;
}

#wpforms-166-field_15-container {
  display: none !important;
}

.happen-next__block {
  position: relative;
}

.happen-next__block > span {
  position: absolute;
  top: 2px;
  left: 10px;
  color: #0D4266 !important;
  font-family: 'Lato';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.32px;
  min-height: 78px;
  text-align: left !important;
}

.new-offer-complete__complete-text h1 {
  color: #0D4266;
  font-family: 'Lato';
  font-size: 44px !important;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 12px;
  text-align: center;
}

.new-offer-complete__complete-text h2 {
  color: #99AAB6;
  font-family: 'Lato';
  font-size: 22px;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 160%;
  padding-bottom: 28px;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

.new-offer-complete .happen-next {
  display: flex;
  flex-direction: column;
}

.new-offer-complete .happen-next .happen-next__block {
  width: 33%;
}

.houses-slider__wrapper .swiper-wrapper {
  pointer-events: none;
}

@media screen and (max-width: 767px) {

  .new-offer-complete__complete-text h1 {
    font-size: 24px !important;
  }

  .new-offer-complete__complete-text h2 {
    font-size: 16px;
  }

  .new-offer-complete .happen-next .happen-next__block {
    width: 100%;
  }

  .new-offer-complete__complete-text h2 {
    padding-bottom: 0px;
  }

  .adress-correct-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px 0;
  }

  .family-container {
    gap: 0 16px;
  }

  .family-container p {
    font-size: 12px;
    line-height: 130%;
    margin-bottom: 0px;
  }

  .site-logo__link img {
    max-width: 70%;
  }
}

/*WP forms*/

body div.wpforms-container-full .wpforms-form input[type=date], 
body div.wpforms-container-full .wpforms-form input[type=datetime], 
body div.wpforms-container-full .wpforms-form input[type=datetime-local], 
body div.wpforms-container-full .wpforms-form input[type=email], 
body div.wpforms-container-full .wpforms-form input[type=month], 
body div.wpforms-container-full .wpforms-form input[type=number], 
body div.wpforms-container-full .wpforms-form input[type=password], 
body div.wpforms-container-full .wpforms-form input[type=range], 
body div.wpforms-container-full .wpforms-form input[type=search], 
body div.wpforms-container-full .wpforms-form input[type=tel], 
body div.wpforms-container-full .wpforms-form input[type=text], 
body div.wpforms-container-full .wpforms-form input[type=time], 
body div.wpforms-container-full .wpforms-form input[type=url], 
body div.wpforms-container-full .wpforms-form input[type=week], 
body div.wpforms-container-full .wpforms-form select, 
body div.wpforms-container-full .wpforms-form textarea {
  background: #FDFEFF;
  height: 48px;
  border-radius: 5px;
  border: none;
  font-family: 'Lato';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #94A3AF;
  padding-left: 20px;
  padding-top: 14px;
  padding-bottom: 14px;
}
div.wpforms-container-full .wpforms-form .wpforms-field {
  padding: 15px 0 !important;
}
body div.wpforms-container-full .wpforms-form select {
  font-family: 'Lato';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #94A3AF;
  padding-left: 20px !important;
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}
body div.wpforms-container-full .wpforms-form input {
  color: #0d4266 !important;
}
body div.wpforms-container-full .wpforms-form input::placeholder
 {
  font-family: 'Lato';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #94A3AF;
}
body div.wpforms-container-full .wpforms-form .wpforms-one-half, 
body div.wpforms-container-full .wpforms-form .wpforms-three-sixths, 
body div.wpforms-container-full .wpforms-form .wpforms-two-fourths {
  width: calc(50% - 10px);
}
body div.wpforms-container-full .wpforms-form .wpforms-one-half, 
body div.wpforms-container-full .wpforms-form .wpforms-three-sixths, 
body div.wpforms-container-full .wpforms-form .wpforms-two-fourths {
  width: calc(50% - 10px);
  margin-left: 20px;
}

.wpforms-container .wpforms-form .wpforms-submit-container .button.submit-fullwidth {
  width: 100%;
  text-align: center;
  background: #0d4266;
  border-radius: 5px;
  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 130%;
  color: #FFFFFF;
  height: 48px;
  position: relative;
}
.coffer-button {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  line-height: 1;
}
.coffer-button:hover {
  opacity: .75;
}
.coffer-button__full-width .coffer-button {
  width: 100%;
}
.coffer-button__subtitle {
  font-weight: 300;
}

.multi-step-form .first-step .wpforms-page-button.wpforms-page-next {
  width: 100%;

}
.last input {
  width: 100% !important;
}

.resend_sms__text {
  color: #fff !important;
  text-align: left !important;
  font-size: 16px !important;
  padding-top: 15px !important;
}

.resend_sms {
  text-align: left;
  pointer-events: none;
  opacity: 0.8;
  transition: all .2s ease-in-out;
  font-size: 16px !important;
  color: #5c5c5c  !important;
  font-weight: 600  !important;
}

.resend_sms.active-resend {
  cursor: pointer  !important;
  pointer-events: auto  !important;
  opacity: 1  !important;
  text-decoration: underline  !important;
  color: #ba0901 !important;
}

.resend_sms.active-resend:hover {
  color: #fff  !important;
}


.offer-form-multi.v2 form > .wpforms-submit-container {
  display: none;
}

.last .wpforms-page-button.wpforms-page-prev {
  display: none;
}

.last .vfb-item {
  color: black;
}

.last  .wpforms-field-medium.wpforms-field-required {
  margin: 0 auto;
}

.last .wpforms-submit.wpforms-page-button.wpforms-valid {
  width: 100% !important;
}

.last .wpforms-field-medium.wpforms-field-required {
  max-width: 100% !important;
}

#mo_send_otp_phone1181 {
  width: 100% !important;
  margin: 0;
}



.offer-form-multi.v2 .wpforms-page.multi-value ul , .offer-form-multi.v2 .wpforms-page.multi-value ul , .offer-form-multi.v2 .wpforms-page.multi-value ul  {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.offer-form-multi.v2 .wpforms-page.multi-value ul li , .offer-form-multi.v2 .wpforms-page.multi-value ul li , .offer-form-multi.v2 .wpforms-page.multi-value ul li {
  width: 48%;
  border-radius: 12px;
  border: 1px solid #0d4266 !important;
  margin-bottom: 15px !important;
}

.offer-form-multi.v2 .wpforms-page.multi-value ul li input[type=checkbox] , .offer-form-multi.v2 .wpforms-page.multi-value ul li input[type=checkbox] , .offer-form-multi.v2 .wpforms-page.multi-value ul li input[type=checkbox] {
  opacity: 0;
  visibility: hidden;
  width: 20px;
  height: 20px;
  opacity: .5;
  position: absolute;
  left: 20px;
  top: 16px;
  margin: 0;
}

.offer-form-multi.v2 .wpforms-page.multi-value ul li label , .offer-form-multi.v2 .wpforms-page.multi-value ul li label , .offer-form-multi.v2 .wpforms-page.multi-value ul li label  {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 130%;
  color: #0d4266;
  text-transform: uppercase;
  padding: 15px 16px 15px 60px !important;
  display: block;
  width: 100%;
  cursor: pointer;
}

.offer-form-multi.v2 .wpforms-page.multi-value ul li , .offer-form-multi.v2 .wpforms-page.multi-value ul li , .offer-form-multi.v2 .wpforms-page.multi-value ul li  {
  display: block;
  position: relative;
  cursor: pointer;
}

.offer-form-multi.v2 .wpforms-page.multi-value ul li label:before , .offer-form-multi.v2 .wpforms-page.multi-value ul li label:before , 
.offer-form-multi.v2 .wpforms-page.multi-value ul li label:before{
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 25%;
  border: 1px solid #0d4266;
  transform: translate(-50%, -50%);
  top: 26px;
  left: 30px;
  opacity: .5;
  transition: all .3s;
}

.offer-form-multi.v2 .wpforms-page.multi-value ul li label:after , .offer-form-multi.v2 .wpforms-page.multi-value ul li label:after , 
.offer-form-multi.v2 .wpforms-page.multi-value ul li label:after{
  content: url('/wp-content/uploads/2022/02/check.svg');
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-radius: 25%;
  background-color: #0d4266;
  transform: translate(-50%, -50%);
  top: 26px;
  left: 30px;
  opacity: 0;
  transition: all .3s;
  text-align: center;
}

.offer-form-multi.v2 .wpforms-page.multi-value ul li.wpforms-selected label:after , .offer-form-multi.v2 .wpforms-page.multi-value ul li.wpforms-selected label:after , .offer-form-multi.v2 .wpforms-page.multi-value ul li.wpforms-selected label:after {
  width: 22px;
  height: 22px;
  opacity: 1;
}

.multi-step-block .wpforms-page.multi-value , .multi-step-block .wpforms-page.multi-value , .multi-step-block .wpforms-page.multi-value  {
  width: 70%;
}

.offer-form-multi.v2 .wpforms-page.multi-value ul li.wpforms-selected , 
.offer-form-multi.v2 .wpforms-page.multi-value ul li.wpforms-selected {
  background-color: rgb(134 134 134 / 10%) !important;
}


.offer-form-multi .wpforms-form .wpforms-field-container .wpforms-page.multi-value .wpforms-field-label ,  .offer-form-multi .wpforms-form .wpforms-field-container .wpforms-page.multi-value.wpforms-field-label , .offer-form-multi .wpforms-form .wpforms-field-container .wpforms-page.multi-value .wpforms-field-label  {
  text-align: center;
}

@media screen and (min-width: 781px) {
  .wpforms-page.multi-value , .wpforms-page.multi-value , .wpforms-page.multi-value {
    width: 50vw !important;
    margin-left: calc(50% - 25vw) !important;
  } 
}

@media screen and (max-width: 1536px) {
  .wpforms-page.multi-value , .wpforms-page.multi-value , .wpforms-page.multi-value {
    width: 70vw !important;
    margin-left: calc(50% - 35vw) !important;
  }
}


@media screen and (max-width: 780px) {
  .offer-form-multi.v2 .wpforms-page.multi-value ul , .offer-form-multi.v2 .wpforms-page.multi-value ul , 
  .offer-form-multi.v2 .wpforms-page.multi-value ul {
    flex-direction: column !important;
  }
  .offer-form-multi.v2 .wpforms-page.multi-value ul li , offer-form-multi.v2 .wpforms-page.multi-value ul li , 
  .offer-form-multi.v2 .wpforms-page.multi-value ul li{
    width: 100% !important;
  }

  .wpforms-page.multi-value, .wpforms-page.multi-value ,
  .wpforms-page.multi-value {
    width: 85vw !important;
    margin-left: calc(50% - 42.5vw) !important;
  }
}

div.wpforms-container-full .wpforms-form .form-phone-number .wpforms-page-button:focus {
  background-color: #ba0c02;
  border: 1px solid #ba0c02;
  cursor: pointer;
}

body .display-none {
  display: none;
}
.next-show-block {
  width: 100% !important;
  background-color: #0d4266 !important;
  color: #ffffff !important;
  font-size: 14px !important;
  line-height: 14px !important;
  padding-top: 15px !important;
  padding-right: 15px !important;
  padding-bottom: 15px !important;
  padding-left: 15px !important;
  border-top: 0px !important;
  border-right: 0px !important;
  border-bottom: 0px !important;
  border-left: 0px !important;
  border-style: solid !important;
  border-color: #ddd !important;
  border-radius: 5px !important;
}


.message-button {
  max-width: 590px;
  margin: 0 auto;
  font-size: 12px !important;
  text-align: left !important;
  padding-bottom: 24px;
  opacity: .7;
  display: none;
}

.message-button a {
  font-weight: 600;
  color: #0d4266 !important;
}

.multi-step-block .wpforms-field .wpforms-page-button.wpforms-page-prev {
  color: #0d4266 !important;
  font-family: 'Lato';
  font-style: normal;
  font-weight: bold;
  font-size: 16px !important;
  line-height: 130% !important;
  border-radius: 8px !important;
  padding: 14px 55px !important;
}


.multi-step-block .wpforms-field-container .wpforms-pagebreak-left {
  display: flex;
}

.multi-step-block .wpforms-field-container .wpforms-pagebreak-left .wpforms-page-button.wpforms-page-next {
  margin-right: 0px;
  border-radius: 8px;
  color: #fff;
  font-family: 'Lato';
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 130%;
}

.multi-value .wpforms-pagebreak-left {
  justify-content: center;
}

.multi-value .wpforms-pagebreak-left .wpforms-page-button.wpforms-page-next {
  max-width: 320px;
}

.multi-value .wpforms-pagebreak-left .wpforms-page-button.wpforms-page-prev {
  margin-right: 25px;
}

.multi-step-block .wpforms-submit-container .wpforms-submit.button::before {
  content: url('/wp-content/uploads/2022/02/Group-2.svg');
  position: absolute;
  left: 26%;
  top: 55%;
  transform: translate(-50%, -50%);
}

.wpforms-container-full .wpforms-form .wpforms-field-container .wpforms-page-button.wpforms-page-next , .button.coffer-address__button {
  background-color: #0d4266 !important; 
}

.video-testimonials {
  padding-bottom: 40px;
}

.video-testimonials__text > h2 {
  font-family: 'Lato';
  font-style: normal;
  font-weight: bold;
  color: #0d4266;;
  text-align: left;
  font-size: 40px;
  line-height: 130%;
  padding-bottom: 24px;
}

.video-testimonials__blocks {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px 0;
}

.video-testimonials__block {
  max-width: 33%;
  padding: 10px;
  background: #276995;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px 0;
  position: relative;
}

.video-testimonials__blocks--frame {
  display: flex;
  height: 200px;
}

.video-testimonials__blocks--frame iframe {
  border-radius: 10px;
  border: 0px;
}

.video-testimonials__block {
  font-size: 14px;
  color: #fff;
}

.video-testimonials__block svg circle {
  transition: inherit;
}

.video-testimonials__block svg:hover circle:first-child {
  fill: #BA0001;
  fill-opacity: 0.9;
}

.video-testimonials__block svg:hover circle:nth-child(2) {
  stroke-opacity: 0.7;
}


@media screen and (max-width: 767px) {
  .video-testimonials__block {
    max-width: 100%;
  }

  .video-testimonials__text > h2 {
    font-size: 20px;
  }
}

.present-book {
  padding: 50px 0 40px 0;
  background: #EDF1F4;
}

.present-book__wrapper {
  position: relative;
}

.present-book__wrapper::after {
  content: url('/wp-content/uploads/2023/11/Vector-4.svg');
  position: absolute;
  top: -15%;
  left: 27%;
  transform: translate(-50%, -50%);
}

.present-book__wrapper--top {
  padding: 0 25px 0 205px;
  position: relative;
}

.present-book__wrapper--top::before {
  content: url('/wp-content/uploads/2023/11/Group-1171275673.png');
  position: absolute;
  left: 11%;
  top: 10%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.present-book__wrapper--top::after {
  content: '';
  position: absolute;
  right: 0%;
  width: 100%;
  height: 1px;
  background: #99AAB6;
}

.present-book__wrapper--top h2 {
  color: #0D4266;
  font-family: 'Lato';
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 28.8px */
  letter-spacing: 0.48px;
  text-transform: uppercase;
  padding-bottom: 16px;
}

.present-book__wrapper--top p {
  color: #99AAB6;
  font-family: 'Lato';
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 28.8px */
  padding-bottom: 28px;
}

.present-book__wrapper--bottom {
  padding-top: 24px;
}

.present-book__wrapper--bottom h2 {
  color: #0D4266;
  text-align: center;
  font-family: 'Lato';
  font-size: 18px;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 160%; /* 28.8px */
  text-transform: uppercase;
  padding-bottom: 24px;
  position: relative;
  margin-bottom: 0px;
}

/* .present-book__wrapper--bottom h2::before {
  content: '';
  position: absolute;
  width: calc(100% - 370px);
  top: -47%;
  left: calc(68% - 32px);
  transform: translate(-50%, -50%);
  height: 1px;
  background: #97DDFD;
} */

.present-book__wrapper--bottom ul {
  display: flex;
  align-items: center;
  gap: 0 24px;
  margin: 0px;
  padding: 0px;
}

.present-book__wrapper--bottom ul li {
  list-style-type: none;
  display: flex;
  align-items: center;
  position: relative;
  max-width: 290px;
}

.present-book__wrapper--bottom ul li::before {
  margin-right: 16px;
}

.present-book__wrapper--bottom ul li:first-child::before {
  content: url('/wp-content/uploads/2023/11/Group-1171275024-1.svg');
}

.present-book__wrapper--bottom ul li:nth-child(2)::before {
  content: url('/wp-content/uploads/2023/11/Group-2.svg');
}

.present-book__wrapper--bottom ul li:nth-child(3)::before {
  content: url('/wp-content/uploads/2023/11/Group-1171275023-1.svg');
}

.present-book__wrapper--bottom ul li:nth-child(4)::before {
  content: url('/wp-content/uploads/2023/11/Group-3.svg');
}

.present-book__wrapper--bottom ul li span {
  color: #99AAB6;
  font-family: 'Lato';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
}

.welcome-section__family {
  display: none;
}

.present-book__address {
  display: none;
}

.present-book__wrapper img {
  display: none;
}

.header-main__action {
  padding: 16px 24px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.80);
  backdrop-filter: blur(5px);
  margin-top: 16px;
  display: inline-block;
  max-width: 510px;
  position: relative;
}

.header-main__action::after {
  content: url('/wp-content/uploads/2023/11/Vector-5.svg');
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -33%);
}

.header-main__action h2 {
  color: #0D4266;
  font-family: 'Lato';
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 28.8px */
  text-transform: uppercase;
  padding-bottom: 10px;
}

.header-main__action p {
  color: #09273C;
  font-family: 'Lato';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  padding-right: 30px;
}

@media screen and (max-width: 1199px) {
  .present-book__wrapper--bottom ul li span {
    font-size: 14px;
  }

  .present-book__wrapper--bottom ul li::before {
    margin-right: 10px;
  }

  .present-book__wrapper--top h2 {
    font-size: 20px;
  }

  .present-book__wrapper--top p {
    font-size: 16px;
  }

  .welcome-section__book--family {
    position: relative;
    transform: unset;
    margin-top: 16px;
    top: unset;
    right: unset;
  }

  .empty-section {
    display: none;
  }
}


/*section customers*/
/*section customers*/
/*section customers*/
/*section customers*/

.customers-title {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.customers-title h2 {
  font-family: 'Lato';
  font-style: normal;
  font-weight: bold;
  text-align: center;
  color: #0d4266;
}

.customers-testimonials {
  display: flex;
  justify-content: space-between;
}

.testimonials-block {
  display: flex;
  flex-direction: column;
}


.testimonials-block span {
  font-family: 'Lato';
  font-style: normal;
  font-weight: normal;
  color: #94A3AF;
  padding-top: 30px;
  padding-bottom: 15px;
  text-transform: uppercase;
}

.testimonials-block h2 {
  font-family: 'Lato';
  font-style: normal;
  font-weight: bold;
  color: #0d4266;
}

.testimonials-block p {
  font-family: 'Lato';
  font-style: normal;
  font-weight: normal;
  color: #09273C;
}

.coffer-stars {
  color: #E5A648;
}


.testimonials-block h2 {

}


@media screen and (min-width: 781px) {
  .customers-title h2 {
    font-size: 40px;
    line-height: 130%;
  }

  .customers-title {
    width: 60%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .testimonials-block img {
    margin-right: 50px;
    width: 100%;
    height: auto;
  }

  .testimonials-block {
    width: 30%;
  }

  #page > section.customers > div > div > div.customers-testimonials > div:nth-child(3) > img {
    margin-right: 0px;
  }

  .testimonials-block span {
    font-size: 16px;
    line-height: 19px;
  }

  .testimonials-block h2 {
    font-size: 34px;
    line-height: 41px;
    padding-bottom: 10px;
  }

  .testimonials-block p {
    font-size: 16px;
    line-height: 130%;
    padding-top: 20px;
  }

  .customers-container {
    padding-bottom: 60px;
  }
}
  @media screen and (max-width: 781px) {
    .customers-testimonials {
      flex-direction: column;
    }

    .testimonials-block {
      padding-bottom: 60px;
    }

    .customers-title h2 {
      padding-top: 60px;
      padding-bottom: 60px;
      font-size: 28px;
      line-height: 130%;
    }

    .testimonials-block h2 {
      padding-bottom: 10px;
      font-size: 28px;
      line-height: 34px;
    }

    .coffer-stars {
      padding-bottom: 10px;
    }
}

/*section customers*/
/*section customers*/
/*section customers*/
/*section customers*/

.offer-complete-page.new-offer-complete {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .present-book__wrapper--bottom ul {
    flex-direction: column;
    gap: 16px 0;
    align-items: flex-start;
  }

  .present-book__wrapper img {
    display: block;
  }
}

/* .button.coffer-address__button .hide-on-mobile {
  font-family: "Lato";
  font-style: normal;
}

.coffer-address-container .button.coffer-address__button {
  background-color: #0d4266 !important;
  width: 100%;
  min-width: 225px;
}

@media screen and (min-width: 781px) {
  .coffer-address-container {
    display: flex;
    justify-content: space-between;
  }
  
  .coffer-address__layout.coffer-geocode__container svg {
    margin-right: 12px;
  }

  .coffer-address-container .button.coffer-address__button  {
    border-radius: 5px;
  }
  .coffer-address-container .coffer-address.coffer-geocode {
    min-width: 390px;
    border-radius: 5px;
    margin-right: 10px;
  }
  .button.coffer-address__button .hide-on-mobile {
    font-weight: 900;
    font-size: 16px;
    line-height: 130%;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 0px 25px;
  }

  .header-main-text .start_offer::before {
    content: url('/wp-content/uploads/2022/02/Vector.svg');
    position: absolute;
    right: 24%;
    top: 23%;
  }

  .coffer-address-container {
    display: flex;
    justify-content: space-between;
  }
  
  .coffer-address__layout.coffer-geocode__container svg {
    margin-right: 12px;
  }
}

@media screen and (max-width: 767px) {
  .coffer-address__layout.coffer-geocode__container .button.coffer-address__button {
    width: auto;
    padding: 12px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    white-space: nowrap;
  }
  .coffer-address__layout.coffer-geocode__container svg {
    margin-right: 5px;
  }
  .coffer-address-container .button.coffer-address__button {
    min-width: unset;
  }
} */

.coffer-address {
  background-color: #fff;
  padding: 20px;
  position: relative;
}

.coffer-address__layout {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.coffer-address input {
  width: 100%;
  padding: 0;
  border: none;
  height: 40px;
  background-color: transparent;
}

.coffer-address-container .button.coffer-address__button {
  background-color: #0d4266!important;
  width: 100%;
  min-width: 225px;
  border: 0px;
}

.coffer-address__loader {
  display: none;
  position: absolute;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,.5);
  z-index: 1;
}

.coffer-geocode__not-found {
  display: none;
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  transform: translateY(100%);
  background-color: #0d4266;
  color: #fff;
  padding: 15px;
  border-radius: 5px;
  text-align: center;
  z-index: 1;
}

.coffer-address__loader-icon {
  border: 3px solid #f3f3f3;
  border-radius: 50%;
  border-top: 3px solid #919191;
  width: 40px;
  height: 40px;
  -webkit-animation: 1s linear infinite loaderSpin;
  animation: 1s linear infinite loaderSpin;
}

.button.coffer-address__button .hide-on-mobile {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 130%;
  text-transform: uppercase;
  color: #fff;
  padding: 0 25px;
}

@media screen and (min-width: 781px) {
  .coffer-address-container {
    display: flex;
    justify-content: space-between;
  }
  .coffer-address-container .coffer-address.coffer-geocode {
    min-width: 390px;
    border-radius: 5px;
    margin-right: 10px;
  }
  .coffer-address__layout.coffer-geocode__container svg {
    margin-right: 12px;
  }
  body .hide-on-desctop {
    display: none!important;
  }
  .coffer-address-container .button.coffer-address__button {
    border-radius: 5px;
  }
}

@media screen and (max-width: 767px) {
  body .hide-on-mobile {
    display: none !important;
  }

  body .hide-on-desctop {
    display: block;
  }

  .coffer-address-container {
    padding: 0px 20px;
  }

  .coffer-address {
    border-radius: 10px;
    padding: 7px;
  }

  .coffer-address__layout.coffer-geocode__container svg {
    margin-right: 5px;
  }

  .coffer-address input {
    width: calc(100% - 60px);
  }

  .coffer-address-container .button.coffer-address__button {
    min-width: unset;
  }
}


input:focus-visible {
  outline: none !important;
}