@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600&display=swap");
.calculator-form .wpcf7-form-control-wrap{
  width: 100%;
}
.cart-nav{
  display: flex;
  align-items: center;
  background: #F4F4F4;
  padding: 18px 20px;
  padding-right: 22px;

  font-family: Rubik;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  color: #8B8B8B;

}
.quiz-section{
  display: flex;
  align-items: center;
  flex-direction: column;
}
.catalog-block .variations{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.navigation.pagination{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  width: 100%;
}

.navigation .nav-links .prev{
  margin-right: 50px;
  margin-left: 0;
  padding-left: 30px;
}
.navigation .nav-links .next{
  margin-left: 50px;
  margin-right: 0;
  padding-right: 30px;
}

.navigation .nav-links .prev, .next{
  width: auto!important;
  height: auto!important;
  display: block;
  position: relative;
}

.navigation .nav-links .prev::after, .next::after{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 20px;
  height: 20px;
  background-size: cover;
  background-position: center;
  background-image: url("../img/arrow-pagination.svg");
}
.navigation .nav-links .prev::after{
  left: 0px;
}
.navigation .nav-links .next::after{
  right: 0px;
  transform: translateY(-50%) scale(-1, 1);
}
.navigation .nav-links{
  display: flex;
  align-items: center;
}
.page-numbers{
  width: 24px;
  height: 26px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Rubik;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  color: #A6A6A6;
  margin-right: 6px;
  margin-left: 6px;
}
.page-numbers.current{
  background: #F5743F;
  color: #FFFFFF;
}
.prices-block__item:nth-child(4){
  order: -10;
}
.prices-block__item:nth-child(2){
  order: -9;
}
.prices-block__item:nth-child(5){
  order: -8;
}
.prices-block__item:nth-child(1){
  order: -7;
}
.basket .entry-title{
  order: -1;
}
.basket article{
  display: flex;
  flex-direction: column;

}
.cart-nav__item-1{
  margin-right: 419px;
}
.cart-nav__item-3 {
    margin-right: 133px;
    margin-left: 100px;
}
.cart-nav__item-4{
  margin-right: 91px;
}
.entry-header{
  order: -1;
}
.cart_totals h2{
  font-family: Rubik;
  font-size: 26px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 0em;
  margin-bottom: 18px;
  color: #232323;
}
.cart-collaterals tbody{
  text-align: left;
  display: flex;
  flex-direction: column;
  font-family: Rubik;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0em;
  color: #232323;
}
.cart-collaterals tbody tr{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
tbody .cart-discount td{
  color: #46AE40;
}
.catalog-block .qib-button-wrapper{
  display: none!important;
}
.cart-collaterals tbody td{
  font-family: Rubik;
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;

}
.basket .actions{
  display: none;
}
section.basket{
  padding-top: 266px;
}
.basket .bread-page{
  margin-bottom: 29px;
}
.basket .calculator-form textarea{
  min-height: 234px;
}
.basket-row-wrapper{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.basket .calculator-form{
  max-width: 562px;
  margin-top: 0;
}
.calculator-form__title{
  font-family: Rubik;
  font-size: 26px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 0em;
  margin-bottom: 37px;
}
.cart-collaterals th{
  font-weight: 400;
}
.order-total th{
  font-weight: 500;
}
.basket .quiz-form-policy{
  line-height: 13.66px;
  margin-top: 26px;
}
.basket .cart_totals  .form-bnt{
  width: 100%;
  margin-top: 12px;
}
.cart-collaterals .order-total{
  padding-top: 18px;
  border-top: 1px solid #A6A6A6;
  margin-top: 28px;
}
.cart-collaterals .order-total strong{
  font-weight: 500;
}
.order-total{
  order: 10;
}
.basket .product-thumbnail {
    max-width: 106px;
    padding-right: 27px;
    display: block;
}
.basket .cart_item{
  position: relative;
}
.basket .cart_item:before{
  background: #E4E4E4;
  width: 100%;
  height: 1px;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  content: '';
  display: block;
}
.cart-collaterals{
  background: #F4F4F4;
  max-width: 386px;
  padding: 45px;
  padding-right: 39px;
}
.basket .product-thumbnail img{
  height: auto;
  max-width: auto;
}
.basket .cart_item{
  height: 118px;
}
.basket .product-thumbnail{
  margin-top: 13px;
}
.basket .variation{
  display: flex;
  align-items: center;
  font-family: Rubik;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0em;
  color: #8B8B8B;

}
.basket .variation .variation-{
  margin-right: 5px;
}
.basket .variation dt{
  display: none;
}
.product-remove{
  width: 106px;
  text-align: center;
}
.basket .product-subtotal{
  text-align: center;
}
.basket .actions{
  
}
.basket .remove{
  margin-right: auto;
  margin-left: auto;
}
.basket .product-name{
  font-family: Rubik;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: 0em;
  color: #232323;
}
.basket .product-price{
  font-family: Rubik;
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0em;

}
.basket .product-subtotal{
  font-family: Rubik;
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0em;
}
.shop_table{
  width: 100%;
}
.basket .remove{
  font-size: 0;
  width: 24px;
  height: 24px;
  background-size: cover;
  background-image: url("../img/cart-close.svg")!important;
  font-size: 0px!important;
  display: block;
}


.qib-button-wrapper .quantity input.input-text.qty.text{
  width: 42px;
  height: 42px;
  border-radius: 2px;
  padding: 0px;
  flex: unset;
  border: 1px solid #A6A6A6;
  margin-right: 11px;
  margin-left: 11px;
  font-family: Rubik;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
}
.product-quantity .qib-button-wrapper .qib-button{
  width: 18px;
  height: 18px;
  background-size: cover;
  background-position: center;
  border-radius: 0px;
  font-size: 0;
  min-width: 1px;
  opacity: 1;
  padding: 0px;
  border: none;
}
.basket .product-name{
  width: 367px;
  right: 79px;
  position: relative;
}
.basket .woocommerce-cart-form{
  margin-bottom: 65px;
}
.product-remove{
  position: relative;
  right: 1px;
}
.basket .product-price{
  position: relative;
  left: -54px;
  text-align: center;
}
.basket .product-subtotal{
  text-align: center;
  position: relative;
  right: 15px;
}
.basket .product-quantity{
  position: relative;
  left: 17px;
}
.product-quantity .qib-button-wrapper .minus {
    background: url(../img/cart-minus.svg)!important;
}
.product-quantity .qib-button-wrapper .plus {
    background: url(../img/cart-plus.svg)!important;
}

@media (max-width: 760px) {
  .navigation .nav-links .prev, .next{
    display: none;
  }
  section.basket{
    padding-top: 221px;
  }
  .basket-row-wrapper{
    flex-direction: column;
  }

  .basket .calculator-form{
    order: 10;
  }

  .basket-row-wrapper .form-bnt{
    margin-top: 20px;
  }
  .basket .calculator-form{
    margin-top: 59px;
  }
  .cart-nav{
    display: none!important;
  }
  .calculator-form__title{
    font-size: 22px;
    margin-bottom: 30px;
  }
  .cart_totals h2{
    font-size: 22px;
    margin-bottom: 20px;
  }
  .cart-collaterals tbody{
    font-size: 16px;
  }
  .cart-collaterals tbody td{
    font-size: 20px;
  }
  .cart-collaterals{
    padding-right: 37px;
    width: 100%;
    max-width: 100%;
    padding-bottom: 30px;
  }
  .basket .cart_item{
    align-items: center;
  }
  .basket .product-price{
    display: none!important;
  }
  .basket .product-thumbnail{
    max-width: 30%;
  }
  .basket .product-subtotal{
    font-size: 22px;
    line-height: 26.07px;
    right: unset;
  }
  .product-remove{
    width: unset;
    right: unset;
    padding-right: 25px;
  }
  .basket .product-quantity{
    left: unset;
  }
  .basket .cart_item{
    align-items: center;
    justify-content: space-between;
  }
  .basket .product-name{
    padding-top: 6.5px;
    height: 100px;
  }
  
  .basket .cart_item{
    padding-top: 20.5px;
    border-top: 1px solid #D9D9D9;
  }
  .basket .product-thumbnail{
    margin-top: 0;
  }
  .basket .product-name{
    right: unset;
    max-width: 70%;
    width: 100%;
  }
  .basket .cart_item{
    height: 206.5px;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 17px;
  }
  .basket .cart_item:before{
    display: none;
  }
  .basket .woocommerce-cart-form{
    margin-bottom: 32px;
  }
  .basket .cart_item{
    border-bottom: 1px solid #D9D9D9;
  }
  .basket .cart_item{
    padding-top: 9.5px;
  }
  .basket .entry-title{
    font-size: 22px;
    margin-bottom: 32.5px;
  }
  .basket .cart_item td{
    display: block;
  }
  section.basket{
    padding-bottom: 60px;
  }
}
.basket thead{
  display: none;
}

.first-screen {
  padding-top: 321px; }

.container {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  width: 100%; }

.display-none{
  display: none;
}
.wpcf7-spinner{
  display: none;
}
.modal-question .modal-inner textarea{
  height: 139px;
}

.footer .sub-menu{
  display: none;
}
.footer-title{
  display: block;
}
.woocommerce-variation-price .price{
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row!important;

  font-family: Rubik;
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0em;
  width: 180px;
  justify-content: space-between;
  

}

.selected .variable-item-contents:after{
  background: #46AE40;
  border-color: #46AE40!important;
  background-image: url('../img/check-catalog.svg');
}
.woocommerce-variation-price .price{
  margin-top: 27.45px;
}
.woocommerce-variation-price .price ins{
  text-decoration: none;
}
.woocommerce-variation-price .price del{
  color: #A6A6A6;
  font-weight: 400;
}

.catalog-block .quantity{
  display: none!important;
}
.edit-link{
  display: none;
}
.variable-item-contents input{
  display: none;
}
label[for='pa_montasj_ogolovok']{
  display: none;
}
.reset_variations{
  display: none;
}
.variable-item-radio-value-wrapper{
  font-size: 16px;
  line-height: 120.1%;
  text-align: center;
  letter-spacing: 0.025em;
  color: #9E9E9E;
}
.radio-variable-items-wrapper{
  display: flex;
  align-items: center;
}
.woo-selected-variation-item-name{
  display: none;
}

  .piles-block .prices-block__item:last-child{
    margin-bottom: 25px;
  }
  .woocommerce-variation-price .price label{
    font-size: 14px;
    line-height: 120.1%;
    margin-bottom: 8px;
  }
  .variable-item-radio-value-wrapper{
    font-size: 11px;
    font-weight: 400;
    line-height: 13px;
    color: #A6A6A6;
    margin-right: 25px;
    border-bottom: 0.81px solid transparent;
    transition: .4s all ease;
  }
  .woocommerce-variation-price .price br{
    display: none;
  }
  .woocommerce-variation-price .price{
    margin-right: 0;
    flex-direction: column;
  }
  .variable-item-radio-input:checked + .variable-item-radio-value-wrapper{
    border-color: #46AE40;
    font-weight: 600;
  }
  .woocommerce-variation-price .price del{
    margin-left: 0;
  }
  .variable-item-radio-value-wrapper {
    cursor: pointer;
    margin-right: 25px; }
   


  .variable-item-radio-value-wrapper:hover{
    color: #46AE40;
  }
  .wvs-has-image-tooltip:hover:after, .wvs-has-image-tooltip:hover:before, [data-wvstooltip]:hover:after, [data-wvstooltip]:hover:before{
    display: none;
  }
  .variable-item-radio-input:checked + .variable-item-radio-value-wrapper{
    color: #46AE40;
    border-color: #46AE40;
  }


h1 {
  max-width: 674px;
  font-size: 37px;
  line-height: 140%;
  font-weight: 600;
  margin-bottom: 20px; }
  h1 span {
    font-weight: 400; }
  h1 strong {
    font-weight: 600;
    color: #46AE40; }
h1.catalog-content__title {
    font-weight: 600;
}
section {
  padding-bottom: 120px; }

.first-screen__subtitle {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  max-width: 391px; }

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

.row {
  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; }

.flex-s {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.flex-b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.photo-bg {
  background-size: cover;
  background-position: center; }

.center {
  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; }

.btn {
  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;
  width: 260px;
  height: 64px;
  font-size: 18px;
  color: #fff;
  border-radius: 5px;
  background: #F5743F;
  font-weight: 500; }

.first-screen .btns {
  margin-top: 30px; }
  .first-screen .btns .btn {
    margin-right: 12px; }
    .first-screen .btns .btn:last-child {
      margin-right: 0; }

.btn-green {
  background: #46AE40; }

.first-screen-bullet__text {
  max-width: 147px; }

.first-screen-bullets {
  margin-top: 18px; }

.first-screen-bullet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 82px; }
  .first-screen-bullet:first-child .first-screen-bullet__text {
    margin-left: -20px; }
  .first-screen-bullet:last-child {
    margin-right: 0; }
  .first-screen-bullet img {
    margin-right: 21px; }

.advantages {
  margin-top: 75px; }
  .advantages .row {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }

.advantages-block {
  border-radius: 5px;
  border: 1px solid #D0D0D0;
  width: 100%;
  max-width: 292px;
  background: #FFF;
  padding-left: 30px;
  padding-bottom: 26px;
  padding-top: 33px; }

.advantages-block__title {
  font-size: 18px;
  font-style: normal;
  line-height: 152%;
  font-weight: 300; }

.section-gray {
  padding-top: 120px;
  background: #F8F8F8; }

.section-title {
  font-size: 37px;
  font-weight: 300;
  line-height: 120%;
  margin-bottom: 40px; }
  .section-title strong {
    font-weight: 600; }

.deformation .section-title {
  margin-bottom: 50px;
  max-width: 688px; }

.deformation-block {
  max-width: 585px;
  border-radius: 5px;
  background: #FFF;
  padding-left: 54px;
  padding-top: 39px;
  padding-bottom: 40px;
  width: 100%;
  margin-bottom: 27px;
  position: relative; }

.deformation-block__count {
  position: absolute;
  color: #FAFAFA;
  top: 25px;
  right: 30px;
  font-family: Rubik;
  font-size: 127.18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; }

.deformation-block__text {
  max-width: 370px;
  font-size: 20px;
  margin-bottom: 15px; }

.deformation-block__subtext {
  color: #747474;
  max-width: 370px;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px; }

.deformation-block__document {
  color: #F5743F;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  line-height: 100%; }
  .deformation-block__document img {
    margin-right: 6px; }
  .deformation-block__document span {
    display: inline-block;
    line-height: 150%;
    border-bottom: 1px solid #F5743F; }

.deformation-block__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  background: #46AE40;
  margin-top: 26px;
  max-width: 379px;
  padding-left: 23px;
  padding-top: 23px;
  padding-bottom: 23px;
  font-size: 15px;
  color: #fff;
  font-weight: 500; }
  .deformation-block__description img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 21px; }

.deformation-block-2 .deformation-block__description {
  max-width: 297px;
  margin-top: 41px; }

.deformation-block-list {
  color: #747474;
  font-size: 16px; }
  .deformation-block-list li {
    padding-left: 15px;
    margin-bottom: 4px;
    position: relative; }
    .deformation-block-list li:last-child {
      margin-bottom: 0; }
    .deformation-block-list li::after {
      position: absolute;
      left: 0px;
      top: -0.5px;
      content: '•'; }

.deformation-block-3 .deformation-block__description {
  max-width: 334px; }

.deformation-block__text {
  position: relative;
  z-index: 1; }

.deformation-block-4 {
  background: transparent;
  padding: 0px;
  text-align: center;
  padding-top: 8px; }
  .deformation-block-4 .deformation-block__text {
    font-size: 22px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 27px; }

.deformation-block__video {
  border-radius: 10px;
  width: 455px;
  height: 300px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 27px; }

.play-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.ideal .section-title {
  margin-bottom: 40px; }

.ideal-block {
  max-width: 385px;
  border-radius: 5px;
  background: #FFF;
  padding-left: 43px;
  padding-top: 42px;
  padding-bottom: 64px;
  width: 100%; }
  .ideal-block:first-child .icon {
    position: relative;
    right: 5px; }

.ideal-block .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 44px;
  margin-bottom: 6px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.ideal-block__title {
  font-size: 20px;
  max-width: 302px;
  margin-bottom: 14px; }

.ideal-block__text {
  max-width: 311px;
  font-size: 15px; }

.contacts {
  padding-top: 52px;
  padding-bottom: 52px; }

.contacts-item__title {
  font-weight: 600;
  line-height: 152%;
  margin-bottom: 5px; }

.contacts-item {
  max-width: 302px;
  margin-bottom: 20px; }

.contacts-item__text {
  font-size: 15px;
  font-weight: 400;
  line-height: 135%; }

.contacts .row {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.contacts .col:first-child {
  margin-right: 73px; }

.contacts-item__phone {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #46AE40;
  font-size: 22px;
  font-weight: 600; }
  .contacts-item__phone img {
    margin-right: 8px; }

.btn-call {
  border-radius: 5px;
  border: 1px solid #F5743F;
  width: 209px;
  height: 60px;
  font-size: 15px;
  line-height: 100%;
  color: #F5743F;
  margin-top: 12px;
  margin-bottom: 40px; }

.contacts__online {
  font-size: 15px;
  max-width: 210px;
  line-height: 140%;
  font-weight: 400; }

.contacts-soc {
  margin-top: 11px; }

.contacts-soc__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 5px; }
  .contacts-soc__item:last-child {
    margin-right: 0; }

.contacts {
  position: relative;
  overflow: hidden; }

.contacts .row {
  margin-bottom: -20px; }

.contacts-photo {
  position: absolute;
  height: 638px;
  width: 904px;
  background-size: cover;
  background-position: center;
  top: -52px;
  right: -380px; }

.container {
  position: relative; }

.recommendation {
  padding-top: 122px; }
  .recommendation .section-title {
    max-width: 541px; }

.recommendation-man .photo-bg {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background-color: grey;
  margin-right: 17px; }

.recommendation-man__title {
  color: #232323;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 7px;
  display: block; }

.recommendation-man__subtitle {
  display: block;
  color: #232323;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  max-width: 209px;
  line-height: 150%; }

.recommendation-youtube {
  border-radius: 10px;
  border: 1px solid #D3D3D3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 16px;
  width: 241px;
  height: 68px;
  margin-left: 35px; }
  .recommendation-youtube img {
    max-width: 44px; }
  .recommendation-youtube p {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-left: 10px; }

.recommendation-block {
  width: 581px;
  height: 373px;
  border-radius: 10px; }

.certificates__title {
  color: #232323;
  max-width: 582px;
  margin-bottom: 38px;
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; }
  .certificates__title strong {
    font-weight: 600; }

.certificates__more {
  color: #8D8D8D;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 152%; }
  .certificates__more img {
    margin-left: 10px; }

.certificates-photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-top: -30px;
  margin-bottom: -11px; }
  .certificates-photo .zoom-btn {
    position: absolute;
    left: 124px;
    top: 183px;
    width: 71px;
    height: 71px;
    background-size: cover;
    background-position: center;
    background-image: url("../img/zoom-icon.svg"); }

.certificates-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.certificates {
  padding-bottom: 0;
  background: #F8F8F8; }

.footer {
  padding-top: 117px;
  padding-bottom: 34px;
  background: #1C1B17;
  color: #fff; }
  .footer ul {
    font-size: 16px; }
  .footer .bottom {
    padding-top: 34px;
    border-top: 1px solid #656565;
    margin-top: 100px; }

.footer-logo__subtext {
  color: #8B8B8B;
  font-size: 13px;
  font-weight: 400;
  line-height: 150%;
  margin-top: 0px; }

.footer-logo {
  margin-bottom: 21px;
  display: block; }

.footer-phone {
  font-size: 24px;
  font-weight: 600;
  line-height: 152%;
  margin-bottom: 10px;
  margin-bottom: 10px;
  display: inline-block; }

.footer-legal {
  margin-top: 25px; }
  .footer-legal .footer-text {
    margin-bottom: 10px; }
    .footer-legal .footer-text:last-child {
      margin-bottom: 0; }

.footer-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 152%; }

.footer-title {
  color: #FFF;
  margin-bottom: 20px;
  font-size: 20px;
  font-style: normal;
  font-weight: 600; }

.footer-copy, .footer-map {
  color: #646464;
  font-family: Rubik;
  font-size: 14px; }

.footer-policy {
  color: #F5743F;
  display: inline-block;
  line-height: 115%;
  border-bottom: 1px solid #F5743F;
  font-size: 14px;
  font-weight: 400; }

.nerves {
  padding-top: 120px; }
  .nerves .section-title {
    text-align: center;
    max-width: 1068px;
    margin-right: auto;
    margin-left: auto;
    font-size: 35px;
    line-height: 140%;
    margin-bottom: 22px; }

.nerves__subtitle {
  text-align: center;
  font-size: 24px;
  font-weight: 300; }

.nerves__subtitle {
  margin-bottom: 50px; }

.nerves-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 22px; }

.nerves-logo__title {
  font-size: 20px;
  font-weight: 400; }

.nerves__text {
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  max-width: 365px; }

.nerves-list__name {
  color: #4BAD43;
  font-size: 40px;
  margin-bottom: 5px;
  font-weight: 600;
  position: relative; }
  .nerves-list__name::after {
    position: absolute;
    content: '';
    display: block;
    width: 26px;
    height: 26px;
    background-size: cover;
    background-position: center;
    left: -39px;
    top: 0px;
    background-image: url("../img/check.svg"); }

.nerves-list__subname {
  font-size: 18px;
  font-weight: 400; }

.nerves-list__item {
  margin-bottom: 46px; }
  .nerves-list__item:last-child {
    margin-bottom: 0; }

.nerves-row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .nerves-row .col:first-child {
    margin-right: 213px; }

.nerves-list {
  position: relative;
  top: 15px; }

.quality {
  padding-top: 120px; }

.quality-block {
  width: 100%;
  max-width: 386px; }
  .quality-block .photo-bg {
    width: 100%;
    background-color: grey;
    height: 268px;
    margin-bottom: 37px;
    border-radius: 10px;
    position: relative; }
    .quality-block .photo-bg::after {
      position: absolute;
      content: '';
      display: block;
      width: 33px;
      height: 33px;
      background-size: cover;
      background-position: center;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      bottom: -11px;
      background-image: url("../img/check.svg"); }

.quality-block__title {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 600; }

.quality-block__text {
  text-align: center;
  font-size: 16px;
  line-height: 150%;
  max-width: 340px;
  margin-right: auto;
  margin-left: auto; }

.quality-block__title {
  min-height: 54px;
  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; }

.suppliers {
  margin-top: 52px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.suppliers-block {
  width: 100%;
  max-width: 590px;
  border-radius: 10px;
  border: 1px solid #D4D4D4;
  padding-top: 49px;
  padding-bottom: 49px; }

.suppliers-block__title {
  text-align: center;
  line-height: 120%;
  font-weight: 400;
  font-size: 20px;
  max-width: 332px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 21px;
  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;
  height: 54px; }

.suppliers-block__subtitle {
  text-align: center; }

.suppliers-block__subtitle {
  font-weight: 400;
  line-height: 120%;
  font-size: 16px;
  margin-bottom: 32px; }

.suppliers-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.suppliers-icon {
  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;
  border-radius: 5px;
  background: #FFF;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(190, 190, 190, 0.25);
          box-shadow: 0px 0px 20px 0px rgba(190, 190, 190, 0.25);
  width: 123px;
  height: 65px;
  margin-right: 10px; }
  .suppliers-icon:last-child {
    margin-right: 0; }

.suppliers-block-2 .suppliers-icon {
  width: 105px;
  height: 65px; }

.suppliers-block-2 .suppliers-block__title {
  margin-bottom: 7px; }

.suppliers-block-2 .suppliers-block__subtitle {
  margin-bottom: 28px; }

.years {
  background: #F8F8F8;
  padding-bottom: 70px;
  padding-top: 70px; }
  .years .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.years-title {
  color: #4BAD43;
  font-size: 120px;
  font-weight: 600;
  position: relative;
  bottom: 10px; }

.years-text {
  font-size: 30px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 12px; }
  .years-text span {
    color: #4BAD43;
    font-weight: 700; }

.corrosion {
  padding-top: 120px; }
  .corrosion .section-title {
    text-align: center;
    margin-bottom: 22px; }

.years-wrapper {
  max-width: 600px; }

.years__link {
  color: #F5743F;
  font-size: 20px;
  border-bottom: 1px solid #F5743F;
  font-weight: 400;
  line-height: 152%; }

.corrosion-subtitle {
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  margin-bottom: 69px; }

.corrosion-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .corrosion-item .photo-bg {
    width: 94px;
    height: 94px;
    border-radius: 50%;
    background-color: grey; }

.corrosion-left .corrosion-item {
  text-align: right; }
  .corrosion-left .corrosion-item .photo-bg {
    margin-left: 20px; }

.corrosion-left .corrosion-item-2 {
  position: relative;
  right: 60px; }

.corrosion-item__text {
  max-width: 262px;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 152%; }

.corrosion-item__name {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 600;
  line-height: 152%; }
  .corrosion-item__name span {
    font-weight: 400; }

.corrosion-item {
  margin-bottom: 60px; }
  .corrosion-item:last-child {
    margin-bottom: 0; }

.corrosion-right {
  margin-left: 305px; }
  .corrosion-right .corrosion-item-2 {
    position: relative;
    left: 60px; }
  .corrosion-right .corrosion-item {
    text-align: left;
    margin-bottom: 54px; }
    .corrosion-right .corrosion-item .photo-bg {
      margin-right: 20px;
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1; }

.corrosion-row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative; }

.corrosion-img {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  top: -20px; }

.widget {
  padding-bottom: 80px; }

.quality-block__title {
  font-size: 20px; }

.quality-block-3 .quality-block__title {
  margin-bottom: 0; }

.reviews-benefits .quality-block__title {
  min-height: 1px;
  margin-bottom: 12px; }

.reviews-benefits .quality-block .photo-bg {
  margin-bottom: 35px; }

.widget-code {
  min-height: 268px;
  background: #D9D9D9; }

.price .section-title {
  margin-bottom: 30px; }

.section-title.center {
  text-align: center; }

.price-nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #A6A6A6;
  font-family: Rubik;
  font-size: 18px;
  font-weight: 400; }
  .price-nav__item span {
    border-bottom: 1px solid transparent;
    -webkit-transition: .4s all ease;
    transition: .4s all ease;
    display: inline-block;
    line-height: 105%; }
  .price-nav__item svg {
    margin-right: 5px; }
    .price-nav__item svg path {
      -webkit-transition: .4s all ease;
      transition: .4s all ease; }

.price-nav__item.active {
  color: #46AE40; }
  .price-nav__item.active span {
    border-color: #46AE40; }
  .price-nav__item.active path {
    stroke: #46AE40; }

.price-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 20px; }

.table-line {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
  .table-line:nth-child(2n) {
    background: #F2F2F2; }

.price-col {
  text-align: center;
  width: 12.5%;
  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;
  line-height: 110%; }

.price-col {
  height: 59px;
  position: relative;
  font-size: 16px;
  font-weight: 400; }
  .price-col::after {
    position: absolute;
    right: -0.5px;
    top: 0px;
    height: 100%;
    display: block;
    content: '';
    display: block;
    background: #E2E2E2;
    width: 1px; }
  .price-col:last-child::after {
    display: none; }

.price .table-line-first {
  background: transparent; }
  .price .table-line-first .price-col {
    height: 80px;
    border-radius: 5px;
    border: 1px solid #FFF;
    background: #F2F2F2;
    color: #747474;
    font-size: 14px; }
    .price .table-line-first .price-col::after {
      display: none; }

.price-text {
  color: #A6A6A6;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 48px; }

.header .top {
  background: #F2F2F2;
  padding-top: 16px;
  padding-bottom: 16px; }
  .header .top .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.header-adress {
  color: #A6A6A6;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 150%; }

.header-city {
  color: #A6A6A6;
  font-size: 15px;
  font-weight: 400; }
  .header-city .city-now {
    color: #46AE40;
    display: inline-block;
    line-height: 120%;
    border-bottom: 1px solid #46AE40; }

.header-email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #232323;
  font-size: 15px;
  font-weight: 400; }
  .header-email img {
    margin-right: 7px; }

.flex-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.header .bottom {
  padding-top: 18px;
  padding-bottom: 18px;
  border-top: 1px solid #DADADA;
  border-bottom: 1px solid #DADADA; }
  .header .bottom .container {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .header .bottom ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    max-width: 960px;
    font-size: 16px; }

.header .center {
  padding-bottom: 14px;
  padding-top: 20px;
  width: 100%; }

.header-calculator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #F5743F;
  font-size: 16px;
  font-weight: 500; }
  .header-calculator img {
    margin-right: 6px;
    position: relative;
    bottom: 1px; }

.menu-item-has-children {
  position: relative; }
  .menu-item-has-children::after {
    position: absolute;
    top: 5.5px;
    width: 7px;
    height: 6px;
    display: block;
    content: '';
    right: -13px;
    background-size: cover;
    background-position: center;
    background-image: url("../img/menu-arrow.svg"); }

.header-logo__text {
  color: #A6A6A6;
  font-size: 13px;
  font-weight: 400;
  line-height: 150%; }

.header-logo {
  display: block; }
  .header-logo img {
    margin-bottom: -10px;
    position: relative;
    right: 5px; }

.header-search {
  position: relative; }
  /*.header-search::after {
    position: absolute;
    width: 21px;
    height: 21px;
    background-size: cover;
    background-position: center;
    background-image: url("../img/search.svg");
    content: '';
    display: block;
    top: 50%;
    right: 18px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    pointer-events: none; }*/
  .header-search input {
    width: 335px;
    height: 50px;
    padding-left: 18px;
    border-radius: 5px;
    border: 1px solid #D9D9D9;
    font-family: 'Rubik';
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal; }
    .header-search input::-webkit-input-placeholder {
      color: #A6A6A6; }
    .header-search input::-moz-placeholder {
      color: #A6A6A6; }
    .header-search input:-ms-input-placeholder {
      color: #A6A6A6; }
    .header-search input::-ms-input-placeholder {
      color: #A6A6A6; }
    .header-search input::placeholder {
      color: #A6A6A6; }

.header-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.header-phone {
  font-family: Rubik;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 3px;
  display: inline-block; }

.header-callback {
  color: #46AE40;
  font-size: 15px; }
  .header-callback img {
    margin-right: 5px; }
  .header-callback span {
    line-height: 110%;
    border-bottom: 1px solid #46AE40;
    position: relative;
    bottom: 2px; }

.header-soc__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px; }
  .header-soc__item:last-child {
    margin-right: 0; }

.header-soc__text {
  font-size: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 115%;
  margin-left: 16px;
  position: relative;
  top: 3px; }

.header {
  position: absolute;
  width: 100%; }

.header-cart__title {
  font-size: 13px;
  line-height: 100%;
  margin-bottom: 5px; }

.header-cart__price {
  color: #A6A6A6;
  font-size: 13px;
  line-height: 100%;
  font-weight: 400; }

.header-cart img {
  margin-right: 7px; }

.first-screen-bg {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1920px;
  z-index: -1;
  top: 80px; }

.modal-window {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: fixed;
  z-index: 1000000;
  background: rgba(41, 41, 41, 0.7);
  overflow-y: auto;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.quiz {
  margin-top: auto;
  margin-bottom: auto;
  border-radius: 10px;
  background: #FFF;
  max-width: 962px;
  width: 100%;
  position: relative;
  overflow: hidden; }

.quiz-slide {
  background: #FFF;
  padding-left: 60px;
  padding-top: 60px;
  padding-bottom: 70px;
  border-radius: 10px; }

.quiz-progressbar {
  width: 525px;
  height: 22px;
  border-radius: 60px;
  background: #F1F0F0; }
  .quiz-progressbar .line {
    height: 100%;
    border-radius: 60px;
    background: #46AE40;
    width: 75px; }

.quiz-progressbar__text {
  color: #9B9C9C;
  font-size: 18px;
  font-weight: 400;
  margin-left: 31px; }

.quiz-route {
  margin-bottom: 42px; }

.quiz__title {
  color: #232323;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 28px; }

.quiz-radio {
  display: none; }

.quiz-radio + label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  font-weight: 400;
  cursor: pointer; }
  .quiz-radio + label::before {
    content: '';
    display: block;
    width: 28px;
    height: 28px;
    background-color: #E7E7E7;
    border-radius: 50%;
    margin-right: 16px;
    border: 1px solid transparent;
    -webkit-transition: .4s all ease;
    transition: .4s all ease;
    background-position: center;
    background-repeat: no-repeat; }

.quiz-radio:checked + label::before {
  background-color: #fff;
  border-color: #46AE40;
  background-image: url("../img/quiz-radio-check.svg"); }

.quiz-content-item {
  margin-bottom: 15px; }
  .quiz-content-item:last-child {
    margin-bottom: 0; }

.quiz-close {
  position: absolute;
  top: 33px;
  right: 25px;
  cursor: pointer;
  z-index: 100; }

.quiz-content {
  margin-bottom: 58px; }

.quiz-prompt img {
  margin-right: 21px; }

.quiz-prompt__text {
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: 0.45px; }

.quiz-btn {
  width: 169px;
  height: 64px;
  border-radius: 5px;
  background: #F5743F;
  margin-left: 30px;
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 152%; }

.quiz-prev {
  margin-left: 10px;
  color: #A6A6A6;
  border-radius: 5px;
  border: 1px solid #A6A6A6;
  background: transparent; }

.quiz-progressbar-2 .line {
  width: 150px; }

.quiz-progressbar-3 .line {
  width: 225px; }

.quiz-progressbar-4 .line {
  width: 300px; }

.quiz-progressbar-5 .line {
  width: 375px; }

.quiz-progressbar-6 .line {
  width: 450px; }

.quiz-progressbar-7 .line {
  width: 100%; }

.quiz-slide-final .quiz__title {
  margin-bottom: 20px; }

.quiz__subtitle {
  font-size: 15px;
  margin-bottom: 31px;
  font-weight: 400; }

.quiz-form input {
  width: 391px;
  height: 64px;
  border-radius: 5px;
  border: 1px solid #A6A6A6;
  padding-left: 67px;
  font-family: Rubik;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.48px; }
  .quiz-form input::-webkit-input-placeholder {
    color: #A6A6A6; }
  .quiz-form input::-moz-placeholder {
    color: #A6A6A6; }
  .quiz-form input:-ms-input-placeholder {
    color: #A6A6A6; }
  .quiz-form input::-ms-input-placeholder {
    color: #A6A6A6; }
  .quiz-form input::placeholder {
    color: #A6A6A6; }

.quiz-form .wpcf7-submit {
  width: 391px;
  height: 64px;
  border-radius: 5px;
  background: #F5743F;
  border: none;
  cursor: pointer;
  margin-top: 10px;
  padding-left: 0;
  letter-spacing: unset;
  cursor: pointer;
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%; }

.quiz-form-input {
  position: relative; }
  .quiz-form-input::after {
    position: absolute;
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-size: cover;
    background-position: center;
    background-image: url("../img/quiz-phone.svg");
    left: 27px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }

.quiz-form-policy {
  margin-top: 20px;
  color: #9E9E9E;
  font-size: 10px;
  font-weight: 400;
  padding-left: 27px;
  line-height: 100%;
  position: relative; }
  .quiz-form-policy::before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../img/check-policy.svg");
    width: 16px;
    height: 16px;
    content: ''; }
  .quiz-form-policy a {
    color: #FF7937; }

.years-block {
  padding-left: 41px;
  padding-top: 42px;
  padding-bottom: 47px;
  border-radius: 16px;
  background: #FFF;
  max-width: 587px;
  width: 100%; }

.years-hidden-row {
  padding-top: 60px;
  margin-bottom: -26px; }

.years-block-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 14px;
  margin-bottom: 25px;
  color: #A6A6A6;
  font-size: 16px; }
  .years-block-time img {
    margin-right: 8px; }

.years-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 26px; }
  .years-block .circle {
    width: 100px;
    height: 100px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 50%;
    margin-right: 20px; }

.years-block__title {
  font-size: 22px;
  font-weight: 600; }

.years-block__text {
  font-size: 16px;
  color: #2C373B;
  max-width: 281px;
  margin-bottom: 32px; }

.years-block-list {
  font-size: 16px;
  font-weight: 400; }
  .years-block-list li {
    position: relative;
    padding-left: 15px; }
    .years-block-list li::after {
      position: absolute;
      left: 0px;
      top: 0px;
      content: '•'; }

.years-hidden {
  overflow: hidden;
  max-height: 0px;
  -webkit-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1); }

.years-hidden.visible {
  -webkit-transition: max-height 1s ease-in-out;
  transition: max-height 1s ease-in-out;
  max-height: 10000px; }

.questions {
  padding-top: 120px; }

.questions-item {
  padding-bottom: 20px; }
  .questions-item:last-child {
    border-bottom: 1px solid #E2E2E2; }

.questions-item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 152%;
  padding-top: 20px;
  border-top: 1px solid #E2E2E2; }
  .questions-item-top svg * {
    -webkit-transition: .4s all ease;
    transition: .4s all ease; }

.questions-item__plus {
  width: 24px;
  height: 24px;
  position: relative; }
  .questions-item__plus::after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    display: block;
    width: 1px;
    height: 12px;
    background: #A6A6A6;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: .4s all ease;
    transition: .4s all ease; }
  .questions-item__plus::before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    display: block;
    width: 12px;
    height: 1px;
    background: #A6A6A6;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: .4s all ease;
    transition: .4s all ease; }

.questions-content {
  max-width: 770px;
  width: 100%; }

.questions-hidden-inner {
  padding-top: 20px;
  padding-bottom: 12px; }

.questions-hidden__title {
  color: #46AE40;
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 152%; }

.questions-hidden__text {
  font-size: 16px;
  max-width: 639px;
  font-weight: 400;
  line-height: 150%; }

.questions-hidden {
  max-height: 0px;
  overflow: hidden;
  max-height: 0px;
  -webkit-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1); }

.questions-item {
  cursor: pointer; }

.questions-item-top {
  -webkit-transition: .4s all ease;
  transition: .4s all ease; }

.questions-item.visible .questions-hidden {
  -webkit-transition: max-height 1s ease-in-out;
  transition: max-height 1s ease-in-out;
  max-height: 10000px; }

.questions-item.visible .questions-item__plus::after {
  opacity: 0; }

.questions-item.visible .questions-item__plus::before {
  background: #46AE40; }

.questions-item.visible .questions-item-top {
  color: #46AE40; }

.modal-menu {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.modal-menu {
  z-index: 100000;
  background: rgba(63, 63, 63, 0.6); }
  .modal-menu .inner {
    background: #FFF;
    max-width: 322px;
    width: 100%;
    height: calc(100% - 54px); }
  .modal-menu .menu-item-has-children::after {
    right: 25px;
    width: 9px;
    height: 7px;
    background-image: url("../img/menu-arrow-list.svg");
    top: 30.5px; }
  .modal-menu .sub-menu {
    padding-left: 20px;
    padding-top: 35px;
    overflow: hidden;
    max-height: 0px;
    padding-top: 0;
    -webkit-transition: all 0.5s cubic-bezier(0, 1, 0, 1);
    transition: all 0.5s cubic-bezier(0, 1, 0, 1); }
    .modal-menu .sub-menu li {
      padding: 0px;
      border: none;
      margin-bottom: 5px; }
      .modal-menu .sub-menu li:last-child {
        margin-bottom: 0; }
      .modal-menu .sub-menu li a {
        color: #A6A6A6 !important; }
  .modal-menu .menu-item-has-children {
    position: relative; }
    .modal-menu .menu-item-has-children::before {
      position: absolute;
      content: '';
      display: block;
      width: 100%;
      height: 67px;
      background: #F2F2F2;
      right: 0;
      left: 0;
      top: 0;
      -webkit-transition: .4s all ease;
      transition: .4s all ease;
      opacity: 0; }
    .modal-menu .menu-item-has-children a {
      position: relative;
      z-index: 1;
      -webkit-transition: .4s all ease;
      transition: .4s all ease; }
    .modal-menu .menu-item-has-children:hover .sub-menu {
      max-height: 1000px;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      padding-top: 35px; }
    .modal-menu .menu-item-has-children:hover::before {
      opacity: 1; }
    .modal-menu .menu-item-has-children:hover::after {
      background-image: url("../img/menu-arrow-list-active.svg"); }
    .modal-menu .menu-item-has-children:hover a:first-child {
      color: #F5743F;
      font-weight: 500; }

.modal-menu__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFF;
  -webkit-box-shadow: 0px 8px 20px 0px rgba(209, 209, 209, 0.25);
          box-shadow: 0px 8px 20px 0px rgba(209, 209, 209, 0.25);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 54px;
  width: 100%;
  position: relative; }
  .modal-menu__top .modal-menu__title {
    color: #232323;
    font-family: Rubik;
    font-size: 16px;
    font-weight: 400; }

.modal-menu__close {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 17px; }

.modal__calculator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 16px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #F5743F;
  font-size: 16px;
  font-weight: 500; }
  .modal__calculator img {
    margin-right: 6px; }

.modal-menu-list {
  border-top: 1px solid #DADADA; }
  .modal-menu-list li {
    padding-left: 21px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
    border-bottom: 1px solid #DADADA; }
    .modal-menu-list li a {
      font-weight: 400;
      color: #232323; }

.modal-menu {
  overflow-y: scroll; }
  .modal-menu .inner {
    padding-bottom: 50px;
    min-height: calc(100% - 54px);
    -webkit-transition: .4s all ease;
    transition: .4s all ease; }

.modal-menu .inner {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content; }

.modal-info {
  padding-left: 20px;
  padding-top: 42px;
  padding-right: 25px; }

.modal-info__number {
  color: #232323;
  font-family: Rubik;
  font-size: 18px;
  font-weight: 500; }

.modal-info__text {
  color: #A6A6A6;
  font-family: Rubik;
  font-size: 14px;
  font-weight: 400; }

.modal-info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 33px; }

.modal-info__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.modal-info__callback {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 14px;
  color: #46AE40;
  font-size: 15px;
  font-weight: 400; }
  .modal-info__callback img {
    margin-right: 8px; }
  .modal-info__callback span {
    display: inline-block;
    line-height: 100%;
    border-bottom: 1px solid #46AE40; }

.modal-info__mail {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #A6A6A6;
  font-size: 15px;
  font-weight: 400; }
  .modal-info__mail img {
    margin-right: 5px; }
  .modal-info__mail span {
    display: inline-block;
    line-height: 100%;
    border-bottom: 1px solid #A6A6A6; }

.modal-menu {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: .4s all ease;
  transition: .4s all ease;
  background: transparent; }

.modal-menu.active {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  background: rgba(63, 63, 63, 0.6); }

.btn {
  -webkit-transition: .4s all ease;
  transition: .4s all ease; }
  .btn:hover {
    color: #fff;
    background: #f8976f; }

.quiz-btn {
  -webkit-transition: .4s all ease;
  transition: .4s all ease; }
  .quiz-btn:hover {
    color: #fff;
    background: #f8976f; }

.quiz-prev {
  -webkit-transition: .4s all ease;
  transition: .4s all ease; }
  .quiz-prev:hover {
    color: #fff;
    background: #F5743F;
    border-color: #F5743F; }

.btn-green:hover {
  color: #fff;
  background: #63c45d; }

.header-list a {
  -webkit-transition: .4s all ease;
  transition: .4s all ease; }
  .header-list a:hover {
    color: #46AE40; }

.header-calculator {
  -webkit-transition: .4s all ease;
  transition: .4s all ease; }
  .header-calculator:hover {
    opacity: .6;
    color: #F5743F; }

.deformation-block__document:hover span {
  border-color: transparent;
  color: #F5743F; }

.deformation-block__document span {
  -webkit-transition: .4s all ease;
  transition: .4s all ease; }

.play-btn {
  -webkit-transition: .4s all ease;
  transition: .4s all ease; }
  .play-btn:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }

.btn-call {
  -webkit-transition: .4s all ease;
  transition: .4s all ease; }
  .btn-call:hover {
    background: #F5743F;
    color: #fff; }

.footer a {
  -webkit-transition: .4s all ease;
  transition: .4s all ease; }
  .footer a:hover {
    color: #F5743F; }

.footer-policy:hover {
  border-color: transparent; }

.years__link {
  -webkit-transition: .4s all ease;
  transition: .4s all ease; }
  .years__link:hover {
    color: #F5743F;
    border-color: transparent; }

.quiz-content-range__title {
  color: #232323;
  font-family: Rubik;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 23px; }

.quiz-content-range {
  max-width: 672px;
  width: 100%; }

.quiz-content-range__input {
  width: 100%; }

.quiz-content-range-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 14px;
  color: #A6A6A6;
  font-size: 22px;
  font-weight: 400; }

.quiz-content-range {
  margin-bottom: 23px; }

.rangeslider--horizontal {
  height: 8px;
  border-radius: 30px;
  background: #F1F0F0;
  -webkit-box-shadow: unset;
          box-shadow: unset; }

.rangeslider, .rangeslider__fill {
  -webkit-box-shadow: unset;
          box-shadow: unset; }

.rangeslider__fill {
  background: #46AE40;
  border-radius: 30px; }

.rangeslider__handle {
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 8px solid #46AE40;
  width: 29px;
  height: 29px;
  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; }

.rangeslider__handle:after {
  display: none; }

.range-slider-value {
  color: #46AE40;
  font-family: Rubik;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
  top: 31px; }

.quiz-content {
  min-height: 223px; }

.quiz-slide-2 .quiz-content {
  min-height: 187px; }

.catalog-content {
  max-width: 956px;
  width: 100%; }

.catalog-nav {
  max-width: 231px;
  width: 100%; }

.catalog-nav-item__title {
  color: var(1, #232323);
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 19.6px;
  /* 22.4px */
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin-bottom: 15px; }



.catalog-nav-item {
  margin-bottom: 35px; }
  .catalog-nav-item:last-child {
    margin-bottom: 0; }
  .catalog-nav-item ul {
    color: #767676;
    font-family: Rubik;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px; }
    .catalog-nav-item ul li {
      margin-bottom: 12px; }
      .catalog-nav-item ul li:last-child {
        margin-bottom: 0; }

.catalog-content__title {
  color: #232323;
  font-family: Rubik;
  font-size: 37px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; }

.catalog-nav {
  padding-top: 17px; }

.catalog-content__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #F5743F;
  font-family: Rubik;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%; }
  .catalog-content__link span {
    margin-right: 11px;
    border-bottom: 1px solid #F5743F; }

.catalog-content-top {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.catalog-content-nav {
  margin-top: 23px; }

.catalog-content-nav__item {
  color: #A6A6A6;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  border-bottom: 1px solid transparent; }

.catalog-content-nav__item.active {
  color: #46AE40;
  border-color: #46AE40; }

.catalog-blocks {
  margin-top: 26px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: -30px; }

.radio-variable-item{
  line-height: 9px;
}
.woocommerce-variation-price{
  margin-bottom: 15px;
}
.single_add_to_cart_button{
  margin-left: -7px;
}
.catalog-block__order{
  margin-left: -7px;
}
.catalog-block {
  width: 100%;
  border-radius: 5px;
  border: 0.81px solid #D0D0D0;
  background: #FFF;
  max-width: 232px;
  padding-left: 26px;
  padding-right: 26px;
  padding-bottom: 30px;
  padding-top: 10.5px;
  -webkit-transition: .4s all ease;
  transition: .4s all ease;
  margin-bottom: 30px; }
  .catalog-block:hover {
    border-color: #F5743F; }

.single_add_to_cart_button{
  width: 194px;
  height: 50px;
  border-radius: 4.04px;
  color: #fff;
  margin-bottom: 10px;
  background: #F5743F;
  font-size: 15px;
  font-weight: 500;
  line-height: 23px;
  cursor: pointer;
  box-shadow: none;
  border: none;
}

.catalog-block-photo {
  width: 145.51px;
  height: 168.14px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px; }

.catalog-block__title {
  font-size: 15px;
  font-weight: 400;
  line-height: 17px;
  font-weight: 400;
  margin-bottom: 17.6px; }

.woo-selected-variation-item-name{
  display: none;
}
.prices-block__name{
  color: #232323;
  margin-bottom: 6.5px;
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  text-transform: uppercase;
}
.prices-block__item{
  margin-bottom: 16.3px;
}
.catalog-block__order {
  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;
  width: 194px;
  height: 50px;
  border-radius: 4.04px;
  border: 0.81px solid #F5743F;
  color: #F5743F;
  font-size: 15px; }

.quiz-radio + label::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.inner-page {
  padding-top: 256px; }

.bread-page {
  color: #232323;
  font-size: 18px;
  font-weight: 300;
  line-height: 150%;
  margin-bottom: 60px; }
  .bread-page a {
    color: #A6A6A6; }

.section-title.st-w {
  font-weight: 600; }

.guests-list {
  color: #F5743F;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none; }
  .guests-list li {
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative; }
    .guests-list li::after {
      position: absolute;
      content: '•';
      left: 6px;
      top: 0px; }
    .guests-list li:last-child {
      margin-bottom: 0; }

.expert-block {
  width: 100%;
  border-radius: 16px;
  border: 8px solid #F8F8F8;
  padding-left: 66px;
  padding-right: 87px;
  padding-top: 36px;
  padding-bottom: 36px; }
  .expert-block .quiz-form-policy {
    font-size: 11px; }

.expert-man .photo-bg {
  width: 97px;
  height: 97px;
  background-color: grey;
  border-radius: 50%;
  margin-bottom: 23px;
  position: relative; }
  .expert-man .photo-bg::after {
    position: absolute;
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    background: #50CA49;
    border: 2px solid #F8F8F8;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    bottom: 2px;
    right: 9px; }

.expert-man__title {
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 6px; }

.expert-man__subtitle {
  font-size: 16px;
  margin-bottom: 19px;
  line-height: 150%; }

.expert-man__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #46AE40;
  font-size: 15px;
  font-weight: 500;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  line-height: 150%;
  letter-spacing: 0.375px; }
  .expert-man__link img {
    margin-right: 10px; }
  .expert-man__link span {
    max-width: 118px; }

.expert-form {
  width: 100%;
  max-width: 747px;
  padding-left: 58px;
  border-left: 1px solid #D4D4D4;
  padding-bottom: 4px;
  padding-top: 5px; }

.expert-form__title {
  margin-bottom: 12px;
  color: #232323;
  font-size: 28px;
  font-weight: 400;
  line-height: 140%; }
  .expert-form__title strong {
    font-weight: 600; }

.expert-form__subtitle {
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 36px; }

.expert-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }



.expert-form input {
  border-radius: 5px;
  border: 1px solid #A6A6A6;
  background: #FFF;
  width: 391px;
  height: 64px;
  padding-left: 67px;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 156.25% */
  letter-spacing: 0.48px; }
  .expert-form input::-webkit-input-placeholder {
    color: #CECECE;
    font-family: Rubik; }
  .expert-form input::-moz-placeholder {
    color: #CECECE;
    font-family: Rubik; }
  .expert-form input:-ms-input-placeholder {
    color: #CECECE;
    font-family: Rubik; }
  .expert-form input::-ms-input-placeholder {
    color: #CECECE;
    font-family: Rubik; }
  .expert-form input::placeholder {
    color: #CECECE;
    font-family: Rubik; }


.wpcf7-response-output{
  display: none;
}
.wpcf7-not-valid-tip{
  display: none;
}
input{
  transition: .4s all ease;
}
.wpcf7-not-valid{
  border-color: #FF2525!important;
}
.expert-form .wpcf7-submit {
  border-radius: 5px;
  background: #F5743F;
  width: 287px;
  padding-left: 0;
  letter-spacing: unset;
  height: 64px;
  font-family: Rubik;
  cursor: pointer;
  border: none;
  margin-left: 11px;
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
  flex-shrink: 0;
  line-height: 152%; }

.expert--gray .expert-block {
  background: #F8F8F8; }

.myself-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-radius: 10px;
  border: 8px solid #F8F8F8;
  padding-left: 93px;
  padding-top: 59px;
  padding-bottom: 53px; }

.myself-direktor .circle {
  width: 136px;
  height: 136px;
  border-radius: 50%;
  background-color: grey;
  margin-bottom: 17px; }

.myself-direktor__name {
  color: #232323;
  font-family: Rubik;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 6px; }

.myself-direktor__text {
  color: #232323;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
  max-width: 206px; }

.myself-direktor {
  max-width: 206px;
  width: 100%; }

.myself__title {
  margin-bottom: 14px; }

.myself__subtitle {
  color: #46AE40;
  font-family: Rubik;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 24px; }

.myself-text {
  color: #232323;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  max-width: 528px;
  margin-bottom: 32px; }
  .myself-text p {
    margin-bottom: 16px; }
    .myself-text p:last-child {
      margin-bottom: 0; }

.myself-mark {
  padding-left: 19px;
  position: relative; }
  .myself-mark::after {
    position: absolute;
    content: '';
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0px;
    width: 3px;
    height: 45px;
    background: #F5743F; }
  .myself-mark p {
    max-width: 489px;
    font-weight: 600; }

.myself-content {
  padding-left: 41px; }

.faq {
  padding-top: 0; }

.myself-about {
  padding-bottom: 0; }

.ideal--years .ideal__subtitle {
  margin-bottom: 54px;
  font-weight: 300; }

.ideal--years .section-title {
  margin-bottom: 22px; }

.ideal--years .ideal-block__title {
  max-width: 100%; }

.ideal--years .ideal-block__text {
  max-width: 328px; }

.ideal--years .ideal-block .icon {
  height: 50px;
  margin-bottom: 22px; }

.expert--about {
  padding-top: 110px; }

.works .section-title {
  text-align: center;
  margin-bottom: 50px; }

.ways .section-title {
  margin-bottom: 26px;
  padding-bottom: 30px;
  border-bottom: 1px solid #DADADA;
  max-width: 100%; }

.ways-item__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 152%;
  margin-bottom: 16px;
  margin-top: 15px; }

.ways-item__text {
  max-width: 743px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%; }
  .ways-item__text p {
    margin-bottom: 20px; }
    .ways-item__text p:last-child {
      margin-bottom: 0; }

.ways-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 40px;
  margin-bottom: 18px;
  border-bottom: 1px solid #DADADA; }
  .ways-item:last-child {
    margin-bottom: 0; }
  .ways-item .ways-item-icon {
    margin-right: 16px; }

.installment {
  padding-bottom: 50px;
  padding-top: 56px;
  background: #F8F8F8; }

.installment__title {
  font-size: 30px;
  font-weight: 400;
  line-height: 152%;
  margin-bottom: 23px;
  position: relative; }
  .installment__title img {
    position: absolute;
    bottom: 10px;
    right: -65px; }

.installment__subtitle {
  font-size: 22px;
  font-weight: 300;
  line-height: 152%; }

.form-bnt {
  cursor: pointer;
  border-radius: 5px;
  background: #F5743F;
  width: 391px;
  border: none;
  color: #FFF;
  font-family: Rubik;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 152%;
  height: 64px; }

.input-phone input {
  border-radius: 5px;
  border: 1px solid #A6A6A6;
  background: #FFF;
  width: 391px;
  height: 64px;
  padding-left: 67px;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.48px; }
  .input-phone input::-webkit-input-placeholder {
    font-family: Rubik;
    color: #CECECE; }
  .input-phone input::-moz-placeholder {
    font-family: Rubik;
    color: #CECECE; }
  .input-phone input:-ms-input-placeholder {
    font-family: Rubik;
    color: #CECECE; }
  .input-phone input::-ms-input-placeholder {
    font-family: Rubik;
    color: #CECECE; }
  .input-phone input::placeholder {
    font-family: Rubik;
    color: #CECECE; }

.installment-form .input-phone {
  margin-bottom: 10px; }

.installment .container {
  position: relative; }

.installment-img {
  position: absolute;
  left: 54%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -50px; }

.input-phone {
  position: relative; }
  .input-phone::after {
    position: absolute;
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-size: cover;
    background-position: center;
    background-image: url("../img/quiz-phone.svg");
    left: 27px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }

.delivery {
  padding-top: 80px;
  padding-bottom: 138px; }

.delivery-text {
  max-width: 683px;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 152%; }
  .delivery-text p {
    margin-bottom: 30px; }
    .delivery-text p:last-child {
      margin-bottom: 0; }

.delivery__btn {
  border-radius: 4.042px;
  background: #F5743F;
  width: 222px;
  height: 50px;
  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;
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
  line-height: 152%; }
  .delivery__btn img {
    margin-right: 9px; }

.stock-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 34px; }
  .stock-line .section-title {
    max-width: 794px;
    margin-bottom: 0; }
  .stock-line .stock__subtitle {
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    margin-top: 12px;
    max-width: 340px; }

.stock-block {
  border-radius: 16px;
  background: #FAFAFA;
  width: 100%;
  max-width: 386px;
  height: 251px;
  padding-left: 38px;
  padding-top: 30px; }

.stock-bottom {
  margin-top: 50px;
  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; }
  .stock-bottom p {
    max-width: 360px;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 55px; }

.stock-bottom__btn {
  font-size: 15px;
  width: 352px;
  height: 64px;
  font-weight: 500;
  line-height: 152%; }

.stock-block__title {
  color: #46AE40;
  font-size: 60px;
  font-weight: 500;
  line-height: 71px;
  margin-bottom: 5px; }
  .stock-block__title span {
    font-size: 20px;
    line-height: 20px;
    position: relative;
    right: 7px;
    bottom: 2px; }

.stock-block__text {
  color: #2C373B;
  font-size: 20px;
  max-width: 200px;
  font-weight: 400;
  line-height: 150%; }

.stock-block__pretitle {
  color: #2C373B;
  font-size: 13px;
  font-weight: 300;
  margin-top: 10px; }

.header {
  z-index: 1000; }

.contacts.inner-page {
  padding-bottom: 180px;
  background: transparent; }
  .contacts.inner-page .contacts-item__mail {
    color: #F5743F;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    border-bottom: 1px solid #F5743F;
    line-height: 110%; }
  .contacts.inner-page .contacts-item__phone {
    color: #232323; }
  .contacts.inner-page .contacts-item-soc__text {
    font-size: 15px; }
  .contacts.inner-page .contacts-item-soc-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .contacts.inner-page .contacts-item-soc-items a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-left: 6px; }

.contacts-map {
  width: 836px;
  height: 545px;
  background-color: grey;
  position: absolute;
  right: -361px;
  top: 70px; }

.contacts-map iframe{
  width: 100%;
  height: 100%;
}

.contacts-item-soc {
  margin-top: 8px; }

.contacts-options__block {
  max-width: 584px;
  border-radius: 10px;
  background: #F8F8F8;
  width: 100%;
  padding: 47px; }

.contacts-options .row {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.contacts-options__block__title {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 152%; }


.catalog-block-fund .catalog-block__title{
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 11px;
}
.catalog-block__count{
  display: flex;
  align-items: center;

  font-family: Rubik;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  margin-bottom: 20px;

}
.catalog-block-fund-price{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  font-family: Rubik;
  font-size: 17px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0em;
 

}
.woocommerce-variation-add-to-cart{
  display: flex;
  flex-direction: column;
}
.catalog-block .added_to_cart{
  order: -1;
  font-family: Rubik;
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  margin-left: -6px;
  margin-bottom: 8px;
  margin-right: -6px;
  text-align: center;
}
.catalog-block-fund-price del{
  color: #A6A6A6;
  font-weight: 400;
}
.catalog-block-fund-price ins{
  text-decoration: none;
}
.catalog-block__count img{
  margin-right: 10px;
}
.contacts-options__block__text {
  font-size: 15px;
  font-weight: 400;
  line-height: 152%;
  margin-bottom: 31px; }

.contacts-options__block__link {
  color: #F5743F;
  font-size: 18px;
  display: inline-block;
  font-weight: 600;
  line-height: 110%;
  border-bottom: 1px solid #F5743F; }

.excursion-slider {
  width: 100%;
  max-width: 619px; }

.excursion-slide {
  height: 413px; }

.excursion .content {
  max-width: 541px;
  width: 100%; }

.excursion .section-title {
  margin-bottom: 35px; }

.excursion-item__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 152%;
  margin-bottom: 5px; }

.excursion-item {
  margin-bottom: 18px;
  max-width: 302px; }
  .excursion-item:last-child {
    margin-bottom: 0; }

.excursion-item__text {
  font-size: 15px;
  font-weight: 400;
  line-height: 152%; }

.excursion-item__btn {
  width: 287px;
  height: 64px;
  font-size: 15px;
  margin-top: 35px;
  font-weight: 500; }

.excursion .slick-dots {
  bottom: 15px; }

.excursion .excursion-slider {
  margin-bottom: 0; }

.works-slider {
  max-width: 100%;
  width: 100%;
  position: relative; }

.works {
  padding-bottom: 160px; }
  .works .works-slider {
    margin-bottom: 0; }
  .works .slick-dots {
    bottom: -44px; }

.works-slide {
  margin-right: 4px;
  margin-left: 4px;
  height: 320px;
  border-radius: 4.216px; }

.slick-dots li {
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background: #F8F8F8;
  margin-right: 3px;
  margin-left: 3px;
  -webkit-transition: .4s all ease;
  transition: .4s all ease; }

.slick-dots li button {
  display: none; }

.slick-dots .slick-active {
  background: #F5743F; }

.widget--about {
  padding-top: 65px;
  padding-bottom: 0; }

.care .section-title {
  text-align: center;
  margin-bottom: 20px; }

.care .care-subtitle {
  text-align: center;
  font-size: 24px;
  line-height: 100%;
  font-weight: 400;
  margin-bottom: 76px; }

.care-list__title {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 120%;
  position: relative; }
  .care-list__title::after {
    position: absolute;
    content: '';
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 26px;
    height: 26px;
    background-size: cover;
    background-position: center;
    background-image: url("../img/care-check.svg");
    left: -44px; }
  .care-list__title strong {
    font-weight: 600; }

.care-row {
  padding-left: 44px; }

.care-list__item {
  max-width: 292px;
  margin-bottom: 31px; }
  .care-list__item:last-child {
    margin-bottom: 0; }
    .care-list__item:last-child .care-list__title {
      line-height: 150%; }
      .care-list__item:last-child .care-list__title::after {
        top: 10px;
        -webkit-transform: none;
                transform: none; }

.care-list__text {
  font-size: 18px;
  font-weight: 400;
  line-height: 150%; }

.care-form {
  max-width: 391px;
  width: 100%; }
  .care-form .input-phone {
    margin-bottom: 10px; }
  .care-form .quiz-form-policy {
    font-size: 9px; }

.care-form__title {
  color: #232323;
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 13px; }

.care-form__subtitle {
  color: #232323;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 31px; }

.care {
  padding-bottom: 68px; }
  .care .container {
    position: relative; }

.care-img {
  position: absolute;
  left: 49%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -68px; }

.blog-block {
  width: 100%;
  max-width: 382px;
  border-radius: 10px;
  display: block;
  border: 2px solid #F2F2F2;
  margin-bottom: 30px; }
  .blog-block .photo-bg {
    width: 100%;
    display: block;
    min-height: 270px;
    border-radius: 10px;
    background-color: grey; }
  .blog-block .content {
    padding-top: 40px;
    padding-left: 30px;
    padding-bottom: 41px;
    display: block;
    padding-right: 20px; }

.blog-block__date {
  color: #A6A6A6;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 20px; }

.blog-block__title {
  color: #232323;
  font-size: 24px;
  font-weight: 600;
  max-width: 303px;
  margin-bottom: 27px;
  line-height: 140%; }

.blog-block__link {
  color: #F5743F;
  font-size: 16px;
  font-weight: 400;
  line-height: 110%;
  border-bottom: 1px solid #F5743F; }

.blog-row {
  margin-bottom: -30px; }

.separator {
  height: 1px !important;
  min-height: 1px !important;
  opacity: 0 !important;
  margin: 0px !important; }

.sinlge-maintenance {
  margin-bottom: 40px; }
  .sinlge-maintenance h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 140%;
    margin-bottom: 15px; }
  .sinlge-maintenance ul {
    color: #5B5B5B;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%; }
    .sinlge-maintenance ul li {
      margin-bottom: 6px;
      position: relative;
      padding-left: 20px; }
      .sinlge-maintenance ul li:last-child {
        margin-bottom: 0; }
      .sinlge-maintenance ul li::after {
        position: absolute;
        content: '•';
        display: block;
        top: 0px;
        left: 7px; }

.single h1.section-title {
  max-width: 900px; }

.single-content {
  max-width: 840px;
  color: #232323;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%; }
  .single-content p {
    margin-bottom: 25px; }
  .single-content .video {
    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;
    background-size: cover;
    width: 100%;
    max-width: 80%;
    min-height: 420px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 50px;
    margin-top: 50px; }
    .single-content .video a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      max-width: 92px; }
  .single-content .quote {
    padding-left: 25px;
    margin-bottom: 25px; }
    .single-content .quote p {
      margin-left: 0;
      font-weight: 600;
      padding-left: 20px;
      position: relative; }
      .single-content .quote p::after {
        position: absolute;
        left: 0px;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        background: #F5743F;
        width: 2px;
        height: 75px;
        content: '';
        display: block; }
  .single-content img {
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 80%;
    margin-top: 40px;
    margin-bottom: 40px;
    border-radius: 10px; }
  .single-content ul {
    color: #5B5B5B;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%; }
    .single-content ul li {
      margin-bottom: 6px;
      position: relative;
      padding-left: 20px; 
		color: #000;}
      .single-content ul li:last-child {
        margin-bottom: 0; }
      .single-content ul li::after {
        position: absolute;
        content: '•';
        display: block;
        top: 0px;
        left: 7px; }

.single-content ol {
    color: #5B5B5B;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}
.single-content ol li {
	margin-bottom: 6px;
	position: relative;
	padding-left: 20px; 
	color: #000;
	list-style: decimal;
}
.single-content ol li:last-child {
	margin-bottom: 0; 
}
.single-content ol li::marker {
    position: absolute !important;
    right: 0;
    display: none;
}
.blog-also {
  padding-top: 80px; }
  .blog-also .section-title {
    text-align: center; }
  .blog-also .blog-block {
    margin-bottom: 0; }

.single-content .video {
  border-radius: 10px; }

.blog-block__subtext {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  max-width: 230px; }

.potfolio-block .content {
  padding-top: 30px;
  padding-bottom: 35px; }

.potfolio-block .blog-block__title {
  margin-bottom: 19px; }

.potfolio-block .photo-bg {
  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-block__play {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.guests-list {
  font-size: 16px; }

.letters-slider {
  padding-right: 63px;
  padding-left: 63px;
  margin-left: -15px;
  margin-right: -15px; }
  .letters-slider .slick-list {
    overflow: visible; }

.letters-slide {
  margin-right: 15px;
  margin-left: 15px;
  display: block;
  -webkit-transition: .4s all ease;
  transition: .4s all ease;
  border-radius: 9.641px;
  -webkit-box-shadow: 0px 5.785px 28.924px 0px rgba(187, 187, 187, 0.25);
          box-shadow: 0px 5.785px 28.924px 0px rgba(187, 187, 187, 0.25);
  opacity: 0;
  pointer-events: none; }

.letters-slide.slick-active {
  opacity: 1;
  pointer-events: all; }

.letters .slick-dots {
  left: 50%;
  bottom: -96px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }

.letters-slider-wrapper {
  position: relative; }

.letters-arrows {
  position: absolute;
  left: 50%;
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none; }
  .letters-arrows a {
    pointer-events: all; }

.letters-next {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1); }

.letters-slider-wrapper .letters-slider {
  margin-bottom: 0; }

.calculator-items {
  width: 100%;
  max-width: 305px; }

.selectize-control.single .selectize-input {
  border-radius: 6px;
  background: #F2F2F2 !important;
  height: 64px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  padding-left: 17px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #232323;
  font-family: Rubik;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%; }

.selectize-control.single .selectize-input:after {
  background-image: url("../img/selectize-arrow.svg");
  width: 9px;
  height: 7px;
  background-size: cover;
  border: none;
  right: 17px;
  top: 27px;
  margin: 0px !important;
  -webkit-transition: .4s all ease;
  transition: .4s all ease; }

.selectize-control.single .selectize-input.dropdown-active:after {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1); }

.selectize-dropdown .selected {
  background: #F5743F;
  color: #fff; }

.selectize-dropdown .option {
  padding-left: 15px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  font-size: 16px !important; }

.selectize-dropdown.single {
  border-color: #F2F2F2 !important; }

.calculator-item__title {
  color: #232323;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 10px; }

.calculator-item {
  margin-bottom: 32px; }
  .calculator-item:last-child {
    margin-bottom: 0; }

.calculator-row {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.calculator-items {
  margin-right: 192px; }

.calculator-result__title {
  color: #232323;
  font-size: 26px;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 19px; }

.calculator-result-list {
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 37px; }
  .calculator-result-list li {
    margin-bottom: 18px; }
    .calculator-result-list li:last-child {
      margin-bottom: 0; }

.calculator-result__total {
  font-size: 20px;
  line-height: 140%; }
  .calculator-result__total strong {
    font-size: 28px;
    line-height: 140%;
    margin-left: 21px; }

.calculator-result {
  max-width: 562px;
  width: 100%; }

.calculator-form {
  width: 100%;
  margin-top: 57px; }
  .calculator-form textarea {
    width: 100%;
    padding: 22px;
    min-height: 189px;
    resize: none; }
  .calculator-form input {
    width: 100%;
    height: 64px; }
  .calculator-form input, .calculator-form textarea {
    padding-left: 17px;
    border-radius: 5px;
    border: 1px solid #D9D9D9;
    font-family: Rubik;
    font-size: 15px;
    font-weight: 400; }
    .calculator-form input::-webkit-input-placeholder, .calculator-form textarea::-webkit-input-placeholder {
      color: #A6A6A6; }
    .calculator-form input::-moz-placeholder, .calculator-form textarea::-moz-placeholder {
      color: #A6A6A6; }
    .calculator-form input:-ms-input-placeholder, .calculator-form textarea:-ms-input-placeholder {
      color: #A6A6A6; }
    .calculator-form input::-ms-input-placeholder, .calculator-form textarea::-ms-input-placeholder {
      color: #A6A6A6; }
    .calculator-form input::placeholder, .calculator-form textarea::placeholder {
      color: #A6A6A6; }
  .calculator-form .calculator-form-input {
    max-width: 274px;
    margin-bottom: 16px;
    width: 100%; }
    .calculator-form .calculator-form-input:last-child {
      margin-bottom: 0; }
  .calculator-form .calculator-form__name {
    font-size: 15px;
    padding-left: 17px;
    margin-bottom: 16px;
    font-weight: 400; }
  .calculator-form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%; }

.calculator-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 33px;
  margin-right: -37px; }
  .calculator-bottom .quiz-form-policy {
    margin-top: 0;
    margin-left: 25px;
    font-size: 10px; }

.calculator-bottom__btn {
  width: 302px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 18px;
  height: 64px;
  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;
  border: none;
  cursor: pointer; }

.calculator {
  padding-bottom: 120px; }

.installation {
  padding-top: 120px; }
  .installation .section-title {
    text-align: center;
    margin-bottom: 50px; }

.installation-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: -50px;
  margin-left: -50px;
  padding-right: 40px;
  padding-left: 40px; }

.installation-block__count {
  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;
  width: 55px;
  height: 55px;
  background: #F5743F;
  border-radius: 50%;
  margin-bottom: 11px;
  color: #FFF;
  font-size: 26px;
  font-weight: 500;
  margin-top: -28px; }

.installation-block__title {
  text-align: center;
  margin-right: -30px;
  margin-left: -30px; }

.installation-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 205px;
  width: 100%;
  margin-right: 50px;
  margin-left: 50px;
  margin-bottom: 69px; }
  .installation-block .photo-bg {
    width: 100%;
    min-height: 154px;
    border-radius: 10px;
    background-color: grey; }

.installation {
  padding-bottom: 100px; }

.advantages-installation-block {
  border-radius: 10px;
  background: #F8F8F8;
  max-width: 387px;
  height: 184px;
  width: 100%;
  padding-left: 28px;
  padding-top: 50px; }
  .advantages-installation-block:nth-child(1) .advantages-installation-block__img {
    bottom: 26px; }
  .advantages-installation-block:last-child {
    padding-top: 34px; }
    .advantages-installation-block:last-child .advantages-installation-block__img {
      bottom: -5px; }

.advantages-installation-block__title {
  font-size: 17px;
  font-weight: 400;
  line-height: 152%;
  max-width: 257px; }

.advantages-installation-block__text {
  font-size: 14px;
  max-width: 226px;
  font-weight: 300;
  line-height: 150%;
  margin-top: 5px; }

.advantages-installation-block {
  position: relative; }

.advantages-installation-block__img {
  position: absolute;
  right: 0px;
  bottom: 0px; }

.price--extension .price-col {
  width: 16.666666666%; }

.price--metal .price-col {
  width: 25%; }

.price-btn {
  width: 444px;
  height: 64px;
  font-size: 15px;
  margin-top: 53px;
  margin-right: auto;
  margin-left: auto; }

.complete .section-title {
  text-align: center; }

.complete .content {
  max-width: 470px;
  margin-left: 68px;
  width: 100%; }

.complete-photo {
  width: 559.719px;
  height: 402px;
  background-color: grey;
  border-radius: 10px; }

.complete-row {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.complete__title {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 15px;
  line-height: 160%; }

.complete__btn {
  font-size: 15px;
  line-height: 130%;
  font-weight: 500;
  margin-top: 30px;
  width: 331px;
  height: 64px;
  text-align: center; }

.complete-list {
  font-size: 16px;
  line-height: 150%; }
  .complete-list li {
    position: relative;
    padding-left: 20px; }
    .complete-list li::after {
      content: '•';
      top: 0px;
      left: 5px;
      position: absolute; }

.transparency .section-title {
  margin-bottom: 50px; }

.transparency .container {
  position: relative; }

.transparency-item {
  margin-bottom: 30px;
  max-width: 452px;
  padding-left: 40px; }
  .transparency-item:last-child {
    margin-bottom: 0; }

.transparency-item__title {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 20px;
  position: relative; }
  .transparency-item__title::after {
    position: absolute;
    content: '';
    top: 10px;
    background-image: url("../img/check.svg");
    width: 26px;
    height: 26px;
    background-size: cover;
    background-position: center;
    left: -40px; }

.transparency-item__text {
  font-size: 16px;
  line-height: 150%; }
  .transparency-item__text p {
    margin-bottom: 9px; }
    .transparency-item__text p:last-child {
      margin-bottom: 0; }

.transparency-mocap {
  position: absolute;
  top: -160px;
  right: -300px; }

.cheaper {
  padding-top: 120px; }
  .cheaper .content {
    max-width: 602px; }

.cheaper-prompt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 21px;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%; }
  .cheaper-prompt img {
    margin-right: 14px; }

.cheaper-block {
  border-radius: 10px;
  background: #F8F8F8;
  padding-left: 41px;
  padding-top: 42px;
  padding-right: 15px;
  padding-bottom: 37px; }

.cheaper-block__text {
  font-size: 18px;
  line-height: 150%; }
  .cheaper-block__text p {
    margin-bottom: 15px; }
    .cheaper-block__text p:last-child {
      margin-bottom: 0; }

.cheaper-man {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .cheaper-man .wrapper {
    max-width: 206px; }
  .cheaper-man .photo-bg {
    width: 75px;
    height: 75px;
    background-color: grey;
    margin-right: 20px;
    border-radius: 50%; }

.cheaper-man__title {
  color: #232323;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 6px;
  line-height: 21px; }

.cheaper-man__text {
  color: #232323;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%; }

.cheaper__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 56px;
  color: #46AE40;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.4px;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none; }
  .cheaper__link img {
    margin-right: 14px; }

.cheaper-block-bottom {
  margin-top: 30px; }

.cheaper-video {
  max-width: 518px;
  width: 100%; }
  .cheaper-video .video {
    width: 100%;
    height: 333px;
    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; }

.cheaper-video__title {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 21px; }

.cheaper-row {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.photos-row .col {
  text-align: center;
  width: 100%;
  max-width: 590px; }

.photos-row .section-title {
  text-align: center;
  font-weight: 600;
  margin-bottom: 50px; }

.photos-slide {
  height: 349px;
  width: 100%;
  display: block; }

.photos-slider {
  width: 100%; }

.photos {
  padding-bottom: 190px; }
  .photos .photos-slider {
    margin-bottom: 0; }
    .photos .photos-slider .slick-dots {
      bottom: -50px; }

.certificates--price {
  margin-bottom: 120px; }

.consultation .content {
  max-width: 571px; }

.consultation .section-title {
  margin-bottom: 20px; }

.consultation__subtitle {
  font-size: 25px;
  font-weight: 400;
  line-height: 150%; }

.consultation-form {
  width: 100%;
  max-width: 495px;
  padding: 55px;
  padding-right: 50px;
  border-radius: 16px;
  background: #F8F8F8;
  padding-bottom: 50px;
  padding-top: 50px; }
  .consultation-form .input-phone {
    margin-bottom: 10px; }
    .consultation-form .input-phone:last-child {
      margin-bottom: 0; }
  .consultation-form .quiz-form-policy {
    font-size: 9px; }

.input-phone--name::after {
  width: 22px;
  height: 22px;
  background-image: url("../img/input-name.svg"); }

.thanks {
  padding-top: 347px; }
  .thanks .section-title {
    margin-bottom: 15px; }

.thanks-whatsapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.thanks-text {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%; }
  .thanks-text p {
    margin-bottom: 49px; }
    .thanks-text p:last-child {
      margin-bottom: 0; }

.thanks__phone {
  color: #232323;
  font-size: 28px;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 35px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .thanks__phone img {
    margin-right: 17px; }

.thanks-whatsapp {
  color: #727070;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 65px; }
  .thanks-whatsapp img {
    margin-right: 17px; }
  .thanks-whatsapp p {
    max-width: 422px; }

.thanks__btn {
  width: 287px;
  height: 64px;
  font-size: 15px; }

.materials .blog-block {
  margin-bottom: 0; }

.modal-inner {
  margin-top: auto;
  margin-bottom: auto;
  border-radius: 10px;
  background: #FFF;
  padding-top: 76px;
  padding-bottom: 52px;
  width: 100%;
  max-width: 516px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative; }
  .modal-inner form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .modal-inner .input-phone {
    margin-bottom: 14px; }
    .modal-inner .input-phone input {
      border: 1px solid var(2, #A6A6A6); }

.modal-window__close {
  cursor: pointer;
  top: 25px;
  right: 25px;
  position: absolute; }

.modal-window__title {
  text-align: center;
  margin-bottom: 10px; }

.modal-window__subtitle {
  text-align: center;
  color: #A6A6A6;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 33px; }

.modal-window__policy {
  color: #9E9E9E;
  text-align: center;
  font-size: 10px;
  font-weight: 400;
  margin-top: 20px;
  max-width: 246px;
  margin-right: auto;
  margin-left: auto;
  line-height: 14px; }
  .modal-window__policy a {
    color: #FF7937; }

.modal-window__title {
  font-size: 26px;
  font-weight: 500;
  line-height: 140%; }

.modal-question .modal-inner {
  padding-left: 72px;
  padding-right: 72px;
  max-width: 705px;
  text-align: left;
  padding-bottom: 73px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .modal-question .modal-inner form {
    width: 100%;
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
    .modal-question .modal-inner form .wrapper {
      width: 100%;
      max-width: 274px; }
  .modal-question .modal-inner textarea {
    border-radius: 5px;
    border: 1px solid #A6A6A6;
    max-width: 274px;
    width: 100%;
    padding: 19px;
    padding-left: 18px;
    resize: none;
    font-family: Rubik;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    letter-spacing: 0.48px; }
    .modal-question .modal-inner textarea::-webkit-input-placeholder {
      color: #A6A6A6;
      font-family: Rubik; }
    .modal-question .modal-inner textarea::-moz-placeholder {
      color: #A6A6A6;
      font-family: Rubik; }
    .modal-question .modal-inner textarea:-ms-input-placeholder {
      color: #A6A6A6;
      font-family: Rubik; }
    .modal-question .modal-inner textarea::-ms-input-placeholder {
      color: #A6A6A6;
      font-family: Rubik; }
    .modal-question .modal-inner textarea::placeholder {
      color: #A6A6A6;
      font-family: Rubik; }
  .modal-question .modal-inner input {
    width: 100%; }
  .modal-question .modal-inner .input-phone {
    width: 100%;
    margin-bottom: 11px; }
    .modal-question .modal-inner .input-phone:last-child {
      margin-bottom: 0; }
  .modal-question .modal-inner .modal-window__policy {
    margin-left: 0;
    margin-right: 0;
    margin-top: 12px; }
  .modal-question .modal-inner .modal-window__policy {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    text-align: left;
    padding-left: 10px;
    max-width: 273px; }
  .modal-question .modal-inner .form-bnt {
    width: 273px;
    margin-top: 12px; }
  .modal-question .modal-inner .modal-window__close {
    top: 34px;
    right: 23px; }

.modal-question .modal-window__subtitle {
  text-align: left;
  font-size: 18px; }

.modal-question .modal-window__subtitle {
  margin-bottom: 30px; }

.modal-excursion .modal-inner {
  max-width: 1032px;
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden; }

.modal-excursion .modal-window__close {
  top: 25px;
  right: 18px; }

.modal-excursion-photo {
  height: 470px;
  max-width: 534px;
  width: 100%; }

.modal-excursion-wrapper {
  max-width: 391px;
  margin-right: auto;
  margin-left: auto; }

.calculator-link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  background: #F2F2F2;
  padding-top: 37px;
  padding-bottom: 20px;
  max-width: 207px;
  position: relative; }

.calculator-link__img {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 54px; }

.calculator-link__title {
  color: #232323;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.42px;
  text-transform: uppercase;
  margin-bottom: 123px; }

.calculator-link__btn {
  width: 173px;
  height: 50px;
  border-radius: 4px;
  position: relative;
  z-index: 2;
  font-size: 15px;
  font-weight: 500;
  line-height: 152%; }

.harness {
  padding-top: 120px; }

.harness-block {
  border-radius: 6px;
  border: 1px solid #D0D0D0;
  width: 100%;
  background: #FFF;
  max-width: 232px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 50px;
  padding-top: 16px; }

.harness-block-img {
  min-height: 140px;
  text-align: center;
  margin-bottom: 12px; }

.harness-block-img--center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.harness-block__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 5px; }

.harness-block__text {
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
  text-align: center; }
  .harness-block__text strong {
    font-weight: 600; }

.harness-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: auto;
  margin-left: auto;
  width: 283px;
  height: 64px;
  font-size: 15px;
  font-weight: 500;
  line-height: 152%;
  margin-top: 54px; }
  .harness-btn svg {
    margin-right: 8px; }

.installation--services {
  padding-top: 0;
  padding-bottom: 120px; }
  .installation--services .installation-row {
    margin-bottom: -69px; }

.photos--services {
  padding-bottom: 156px; }

.certificates--services {
  margin-bottom: 75px;
  margin-top: 75px;
}

.widget iframe {
  max-width: 100% !important; }

.widget--services {
  padding-bottom: 0; }

.questions--services {
  padding-top: 0; }

.harness .section-title {
  margin-bottom: 53px; }

.identical-top {
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 33px; }
  .identical-top .col-left {
    max-width: 616px; }
  .identical-top .section-title {
    margin-bottom: 15px; }
  .identical-top .identical__subtext {
    font-size: 22px;
    font-weight: 400;
    line-height: 150%;
    max-width: 391px;
    margin-bottom: 23px; }
  .identical-top .identical-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 150%; }
  .identical-top .col-right {
    width: 100%;
    max-width: 526px;
    height: 317px;
    border-radius: 10px; }

.identical-quote {
  border-radius: 20px;
  background: #F9F9F9;
  padding-left: 47px;
  padding-bottom: 37px;
  border-radius: 20px;
  background: #F9F9F9;
  max-width: 543px;
  padding-right: 23px;
  padding-top: 38px; }

.identical-quote__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 26px;
  margin-bottom: 24px;
  font-weight: 400;
  line-height: 150%; }

.identical-bottom {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%; }

.identical-checklis {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 526px;
  position: relative; }
  .identical-checklis .cheaper__link {
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.425px;
    margin: 0px;
    text-decoration: none; }
    .identical-checklis .cheaper__link span {
      line-height: 135%;
      color: #46AE40;
      display: inline-block;
      border-bottom: 1px solid #46AE40; }

.identical-checklis__title {
  font-size: 16px;
  max-width: 322px;
  margin-bottom: 22px;
  font-weight: 400;
  line-height: 150%; }

.identical-checklis__img {
  position: absolute;
  right: 0px;
  pointer-events: none;
  top: 15px; }

@media (min-width: 760px) {
  .sinlge-mobile{
    background-image: unset!important;
  }
  .mob-true {
    display: none !important; } }

@media (max-width: 760px) {
  .catalog-block .added_to_cart{
    font-size: 14px;
  }
  .first-screen {
    padding-top: 221px; }
  .container {
    max-width: 100%;
    padding-right: 20px;
    padding-left: 20px; }
  h1 {
    font-size: 26px;
    line-height: 140%;
    margin-bottom: 11px; }
  .first-screen__subtitle {
    font-size: 18px;
    line-height: 150%; }
  .first-screen .btns .btn {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    height: 70px; }
    .first-screen .btns .btn:last-child {
      margin-bottom: 0; }
  .first-screen .btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 31px; }
  .first-screen-bullet__text {
    font-size: 16px; }
  .first-screen-bullet {
    margin-right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .advantages {
    margin-top: 21px; }
  .advantages-block {
    margin-bottom: 9px;
    width: 49%;
    padding-top: 19px;
    padding-left: 0;
    padding-bottom: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 22px; }
    .advantages-block img {
      max-height: 28px; }
  .advantages-block__icon {
    height: 29px;
    margin-bottom: 11px; }
  .advantages-block__title {
    text-align: center;
    font-size: 13px;
    line-height: 152%;
    max-width: 138px; }
  .pc-true {
    display: none !important; }
  section {
    padding-bottom: 50px; }
  .first-screen-bullet {
    margin-bottom: 22px; }
    .first-screen-bullet:nth-child(1) img {
      max-width: 76px; }
    .first-screen-bullet:nth-child(2) {
      margin-bottom: 0; }
      .first-screen-bullet:nth-child(2) img {
        max-width: 70px; }
  .first-screen-bullet img {
    margin-right: 0; }
  .first-screen-bullet img {
    margin-bottom: 3px; }
  .first-screen-bullet:first-child .first-screen-bullet__text {
    margin-left: 0; }
  .first-screen-bullets {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    border-radius: 10px;
    background: #F2F2F2;
    padding-left: 22px;
    padding-top: 21px;
    padding-bottom: 20px; }
  .price .container {
    padding-right: 0; }
  .price .section-title {
    text-align: left;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 23px; }
  .price-nav__item {
    min-width: 108px;
    border-radius: 3px;
    background: #F2F2F2;
    height: 40px;
    margin-right: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .price-nav__item:last-child {
      margin-right: 0; }
  .price-nav {
    overflow-x: scroll;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-right: 20px;
    padding-bottom: 0px;
    margin-bottom: 37px; }
  .price .table-line-first .price-col {
    font-size: 11px;
    height: 43px;
    border: none; }
    .price .table-line-first .price-col:first-child {
      font-size: 13px; }
    .price .table-line-first .price-col::after {
      display: block;
      background: #E4E4E4;
      z-index: 100; }
    .price .table-line-first .price-col:last-child::after {
      display: none; }
  .price .table-line-first {
    background-color: #F2F2F2; }
  .section-title {
    font-size: 25px;
    line-height: 140%; }
  .price-tablet {
    padding-right: 20px; }
  .price-col {
    width: 21%;
    font-size: 13px; }
  .price-col {
    height: 44px; }
  .price-col::after {
    right: -4.5px;
    background: #E4E4E4; }
  .widget {
    padding-bottom: 50px; }
  .price-text {
    margin-top: 27px;
    font-size: 13px;
    padding-right: 20px;
    font-weight: 300;
    color: #232323; }
  .reviews-benefits .container {
    padding-right: 0; }
  .reviews-benefits .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding-right: 20px;
    overflow-x: scroll; }
  /*.quality-block .photo-bg {
    height: 231px;
    margin-bottom: 24px; }
  .quality-block {
    min-width: 335px;
    margin-right: 10px; }
    .quality-block:last-child {
      margin-right: 0; }
  .quality-block__title {
    margin-bottom: 15px;
    font-size: 18px; }
  .quality-block .photo-bg::after {
    left: 0px;
    -webkit-transform: none;
            transform: none;
    top: auto;
    bottom: -66px; }
  .quality-block__title, .quality-block__text {
    padding-left: 47px;
    text-align: left;
    -ms-flex-item-align: start;
        align-self: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }*/
  .section-gray {
    padding-top: 50px; }
  /*.deformation .section-title {
    margin-bottom: 23px; }
  .deformation-block {
    max-width: 332px;
    min-width: 322px;
    padding-left: 15px;
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    border-radius: 5px;
    padding-bottom: 0;
    margin-bottom: 0; }
  .deformation-block__count {
    position: static;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    font-size: 30px;
    color: #46AE40;
    margin-bottom: 30px; }
  .deformation-block__text {
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 10px; }
  .deformation-block__subtext {
    font-size: 16px;
    line-height: 150%; }
  .deformation-block__document {
    font-size: 14px;
    line-height: 150%;
    color: #F5743F; }
  .deformation-block__description {
    margin-left: -15px;
    padding-left: 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .deformation-block__description img {
    margin-right: 12px; }
  .deformation-block__description {
    position: absolute;
    margin-left: 0;
    left: 0px;
    bottom: 0px;
    width: 100%;
    max-width: 100% !important; }
  .deformation-block {
    min-height: 430px;
    padding-right: 9px;
    margin-right: 10px; }
    .deformation-block:last-child {
      margin-right: 0; }
  .deformation-block__description {
    height: 113px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 0;
    padding-bottom: 0; }
  .deformation-block-list {
    line-height: 135%; }
  .deformation-block__subtext {
    margin-bottom: 0 !important; }
  .deformation-block__document {
    margin-top: 23px; }
  .deformation .row {
    padding-bottom: 377px;
    position: relative; }
  .deformation-block-4 {
    width: 100%; }
  .deformation {
    padding-bottom: 0; }
    .deformation .container {
      padding-right: 0; }
    .deformation .row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      padding-right: 20px;
      overflow-x: scroll; }
  .deformation .section-title {
    max-width: 392px; }
  .deformation-block-4 {
    padding: 0px;
    width: 100%;
    min-height: 1px; }
  .deformation-block-4 .deformation-block__text {
    text-align: left;
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 20px; }
  .deformation-block__video {
    width: 100%;
    height: 206.353px;
    margin-top: 0; }*/
  .ideal {
    background: transparent;
    padding-top: 0; }
  .ideal .section-title {
    margin-bottom: 25px; }
  .ideal-block {
    padding: 0px;
    margin-bottom: 35px; }
    .ideal-block:last-child {
      margin-bottom: 0; }
  .ideal-block .icon {
    margin-bottom: 9px; }
  .ideal-block__title {
    font-size: 18px;
    max-width: 240px;
    margin-bottom: 10px; }
  /*.deformation .row {
    padding-bottom: 40px; }
  .deformation {
    padding-bottom: 50px; }
  .deformation-block-4 .deformation-block__text {
    margin-right: -3px; }*/
  .play-btn {
    max-width: 80px; }
  .corrosion {
    padding-top: 50px; }
    .corrosion .section-title {
      text-align: left;
      margin-bottom: 10px; }
    .corrosion .row {
      margin-bottom: -30px; }
      .corrosion .row .corrosion-item {
        margin: 0px;
        right: unset;
        left: unset;
        text-align: left;
        margin-bottom: 30px; }
      .corrosion .row .corrosion-item .photo-bg {
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        margin-right: 20px;
        margin-left: 0;
        width: 94px;
        height: 94px; }
  .corrosion-right {
    margin: 0; }
  .corrosion-subtitle {
    font-size: 17px;
    line-height: 150%;
    text-align: left;
    margin-right: -10px;
    margin-bottom: 35px; }
  .corrosion-img {
    display: none; }
  .corrosion-item__name {
    line-height: 152%;
    font-size: 16px;
    margin-bottom: 9px;
    margin-right: -10px; }
  .corrosion-item__text {
    font-size: 14px;
    line-height: 150%; }
  .years-title {
    bottom: 0px;
    font-size: 70px; }
  .years-img {
    max-width: 183px;
    position: absolute;
    top: -21px;
    left: 173px; }
  .years-text {
    font-size: 24px;
    line-height: 150%;
    margin-top: 25px; }
  .years {
    padding-top: 60px;
    padding-bottom: 51px; }
  .years__link {
    position: relative; }
    .years__link::after {
      position: absolute;
      top: 5px;
      content: '';
      display: block;
      width: 16px;
      height: 17px;
      right: -20px;
      background-size: cover;
      background-image: url("../img/years-arrows.svg"); }
  .years-block {
    padding-left: 23px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 32px;
    border-radius: 16px;
    background: #FFF;
    padding-bottom: 34px; }
  .years-block .circle {
    margin-right: 0;
    margin-bottom: 27px; }
  .years-block-time {
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 16px; }
  .years-block-time img {
    position: relative;
    bottom: 1px; }
  .years-block__text {
    font-size: 15px;
    line-height: 150%;
    margin-bottom: 13px; }
  .years-block-list {
    font-size: 15px; }
  .years-hidden-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow-y: scroll;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-bottom: 0; }
  .years-block {
    margin-bottom: 0;
    min-width: 332px;
    height: 380.5px;
    margin-right: 10px; }
  .years-block__title {
    font-size: 18px; }
  .years-hidden-row {
    padding-top: 20px; }
  .years-hidden {
    padding-right: 10px; }
    .years-hidden .container {
      padding-right: 0; }
  /*.quality {
    padding-top: 50px; }
    .quality .quality-block__text {
      font-size: 15px; }
    .quality .container {
      padding-right: 0; }
  .quality-row {
    overflow-y: scroll;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }*/
  .suppliers {
    margin-top: 50px; }
  .suppliers-block__title {
    text-align: left;
    margin-left: 0;
    max-width: 273px;
    margin-bottom: 10px; }
  .suppliers-block {
    max-width: 100%;
    padding-top: 31px;
    padding-left: 16px;
    padding-bottom: 0;
    border: none;
    padding: 0px;
    padding-right: 15px; }
  .suppliers-block-2 .suppliers-block__title {
    text-align: left;
    height: unset;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .suppliers-block__subtitle {
    text-align: left;
    color: #A6A6A6;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 15px; }
  .suppliers-icons {
    margin-bottom: 46px; }
  .suppliers-icon {
    width: 33%;
    height: 50.128px;
    border-radius: 5px; }
    .suppliers-icon img {
      max-height: 36px;
      max-width: 72px; }
  .suppliers {
    border-radius: 10px;
    border: 1px solid #D4D4D4;
    padding-left: 16px;
    padding-top: 31px;
    padding-bottom: 43px; }
  .suppliers {
    margin-right: 20px; }
  .suppliers-block-2 .suppliers-icons {
    margin-bottom: 0; }
    .suppliers-block-2 .suppliers-icons .suppliers-icon {
      width: 24%;
      height: 43.458px; }
  .suppliers-block-2 .suppliers-block__subtitle {
    margin-bottom: 15px; }
  .nerves {
    background: #F8F8F8;
    padding-top: 50px; }
  .nerves .section-title {
    text-align: left;
    font-size: 21px;
    margin-bottom: 15px;
    line-height: 150%; }
  .nerves__subtitle {
    text-align: left;
    font-size: 17px;
    line-height: 150%;
    margin-bottom: 47px; }
  .nerves-row {
    background-color: #fff;
    margin-right: -20px;
    margin-left: -20px; }
  .nerves-row .col {
    width: 100%; }
  .nerves-row .col:first-child {
    margin-right: 0;
    padding-top: 42px;
    padding-left: 32px;
    padding-bottom: 42px; }
  .nerves-row .col:last-child {
    background: #F8F8F8;
    padding-left: 58px;
    padding-top: 44px;
    padding-bottom: 50px; }
  .certificates {
    background: #fff;
    padding-top: 50px; }
  .nerves-list__item {
    margin-bottom: 30px; }
  .nerves-list__name {
    margin-bottom: 8px; }
  .nerves {
    padding-bottom: 0; }
  .nerves-logo {
    max-width: 198px;
    margin-bottom: 25px; }
  .nerves-logo__title {
    font-size: 18px; }
  .nerves-numbers {
    max-width: 286px; }
  .nerves__text {
    font-size: 14px;
    line-height: 150%;
    max-width: 343px; }
  .certificates__title {
    font-size: 24px;
    line-height: 150%;
    margin-right: -20px;
    margin-bottom: 20px; }
  .certificates__more {
    margin-bottom: 37px; }
    .certificates__more img {
      display: none; }
  .certificates-photo {
    margin-top: 0;
    margin-bottom: -10px; }
  .certificates__title {
    max-width: 355px; }
  .certificates {
    overflow: hidden; }
  .certificates-photo .zoom-btn {
    left: 95px;
    top: 140px; }
  .recommendation {
    background: #F8F8F8;
    padding-top: 50px; }
  .recommendation-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .recommendation .section-title {
    font-size: 24px; }
  .recommendation-row {
    margin-top: 21px; }
  .recommendation-youtube {
    margin-left: 0; }
  .recommendation .section-title {
    margin-right: -20px;
    margin-bottom: 35px; }
  .recommendation-block {
    width: 100%;
    height: 211.859px;
    border-radius: 11px;
    margin-bottom: 26px; }
  .recommendation-row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-y: scroll;
    padding-right: 20px; }
  .recommendation-block-wrapper {
    min-width: 330px;
    margin-right: 10px; }
    .recommendation-block-wrapper:last-child {
      margin-right: 0; }
  .recommendation .container {
    padding-right: 0; }
  .contacts-photo {
    position: static;
    height: 231px;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 30px; }
  .contacts {
    background: #fff; }
    .contacts .section-title {
      margin-bottom: 28px; }
  .contacts .col:first-child {
    margin-right: 0; }
  .contacts-item {
    margin-bottom: 20px;
    padding-left: 36px;
    max-width: 100%; }
  .contacts .col {
    width: 100%; }
  .contacts-item__title {
    font-size: 18px; }
  .contacts-item-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 0; }
  .btn-call {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
    margin-bottom: 0;
    width: calc(100% + 36px);
    margin-left: -36px;
    margin-top: 29px; }
  .contacts .row {
    margin-bottom: 0; }
  .contacts-soc-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 12px; }
  .contacts-soc {
    margin-top: 0; }
  .contacts__online {
    max-width: 154px;
    margin-right: 13px; }
  .contacts-item__title {
    position: relative; }
    .contacts-item__title::after {
      position: absolute;
      top: 5px;
      left: -36px;
      width: 24px;
      height: 24px;
      background-size: cover;
      background-position: center;
      content: '';
      display: block; }
  .contacts-item-1 .contacts-item__title::after {
    background-image: url("../img/contacts/contacts-1.svg"); }
  .contacts-item-2 .contacts-item__title::after {
    background-image: url("../img/contacts/contacts-2.svg"); }
  .contacts-item-3 .contacts-item__title::after {
    background-image: url("../img/contacts/contacts-3.svg"); }
  .contacts-item-4 .contacts-item__title::after {
    background-image: url("../img/contacts/contacts-4.svg"); }
  .contacts-item-5 .contacts-item__title::after {
    background-image: url("../img/contacts/contacts-5.svg"); }
  .contacts-item-6 .contacts-item__title::after {
    width: 20px;
    height: 19.996px;
    background-image: url("../img/contacts/contacts-6.svg"); }
  .footer-list-wrapper {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
    transition: max-height 0.5s cubic-bezier(0, 1, 0, 1); }
    .footer-list-wrapper ul {
      padding-bottom: 25px; }
  .footer-list-wrapper.active {
    max-height: 1000px;
    -webkit-transition: max-height 1s ease-in-out;
    transition: max-height 1s ease-in-out; }
  .footer-list-wrapper.active + .footer-title {
    background: red; }
  .footer {
    padding-top: 50px; }
    .footer .row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .footer .content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
  .footer {
    text-align: center;
    padding-bottom: 45px; }
  .footer-map {
    display: none; }
  .footer-legal {
    text-align: center;
    margin-bottom: 26px; }
  .footer-logo {
    text-align: center; }
  .footer .bottom {
    padding-top: 35px;
    margin-top: 35px; }
  .footer-policy {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 18px; }
  .footer-title {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
    cursor: pointer; }
    .footer-title::after {
      position: absolute;
      width: 7px;
      height: 12px;
      display: block;
      right: -15px;
      top: 8px;
      content: '';
      background-size: cover;
      background-position: center;
      background-image: url("../img/footer-arrow.svg");
      -webkit-transition: .4s all ease;
      transition: .4s all ease; }
  .footer-title.active::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
  .first-screen-bullets {
    position: relative; }
  .advantages-img {
    position: absolute;
    right: 0px;
    top: 0px;
    mix-blend-mode: darken; }
  .header .bottom {
    display: none; }
  .header .header-city {
    display: none; }
  .header .top {
    display: none; }
  .header .header-logo__text {
    display: none; }
  .header .header-callback {
    display: none; }
  .header .header-soc__text {
    display: none; }
  .header .header-soc .center {
    padding-top: 0;
    padding-bottom: 0;
    border: none; }
    .header .header-soc .center::after {
      display: none; }
  .header-cart .wrapper {
    display: none; }
  .header-cart__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative; }
    .header-cart__wrapper img {
      margin-right: 0; }
  .header-cart__count {
    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;
    position: absolute;
    width: 19px;
    height: 19px;
    background: #46AE40;
    border-radius: 50%;
    color: #FFF;
    left: 18px;
    top: 15px;
    text-align: center;
    font-family: Rubik;
    font-size: 10px;
    font-style: normal;
    font-weight: 400; }
  .header-logo {
    position: absolute;
    max-width: 113px;
    top: 77px;
    left: 20px; }
  .header-cart {
    position: absolute;
    right: 20px;
    top: 73px; }
  .header .center {
    padding-bottom: 120px;
    position: relative;
    border: none; }
    .header .center::after {
      position: absolute;
      left: 0;
      right: 0;
      content: '';
      display: block;
      background: #DADADA;
      width: 100%;
      height: 1px;
      top: 75px; }
  .header-soc__item img {
    width: 36px; }
  .header__burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .header-search input {
    width: 100%; }
  .header-phone {
    position: relative;
    padding-left: 21px; }
    .header-phone::after {
      position: absolute;
      width: 16px;
      height: 16px;
      background-size: cover;
      background-position: center;
      content: '';
      display: block;
      top: 5px;
      left: 0px;
      background-image: url("../img/header-phone.svg"); }
  .header-search-wrapper {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 128px; }
  .header__calculator {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    left: 136px;
    color: #F5743F;
    top: 79px;
    position: absolute;
    text-align: center;
    font-family: Rubik;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal; }
    .header__calculator img {
      margin-right: 6px; }
  .quiz {
    max-width: 100%; }
  .modal-quiz {
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 75px;
    padding-bottom: 75px; }
  .quiz-slide {
    padding-top: 47px;
    padding-left: 28px;
    padding-right: 28px;
    padding-bottom: 39px; }
  .quiz-route {
    margin-bottom: 31px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .quiz-progressbar__text {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    font-size: 16px;
    margin-bottom: 20px;
    margin-left: 0; }
  .quiz-close {
    top: 8px;
    right: 8px; }
  .quiz-progressbar {
    width: 100%; }
  .quiz__title {
    font-size: 20px;
    text-align: center;
    margin-bottom: 12px; }
  .quiz-content {
    min-height: 1px;
    margin-bottom: 43px; }
  .quiz-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .quiz-btn {
    margin-left: 0; }
  .quiz-prompt {
    margin-bottom: 15px; }
  .quiz-prompt__text {
    font-size: 13px;
    line-height: 150%;
    /* 19.5px */
    letter-spacing: 0.39px; }
  .quiz-prompt img {
    margin-right: 11px; }
  .quiz__title {
    margin-right: -16px;
    margin-left: -16px; }
    .quiz__title br {
      display: none; }
  .quiz-batns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .quiz-prev {
    margin-top: 10px; }
  .quiz-content {
    max-width: 255px;
    margin-right: auto;
    margin-left: auto; }
  .quiz-slide .quiz-content {
    min-height: 1px; }
  .quiz-content-range__title {
    font-size: 16px; }
  .range-slider-value {
    font-size: 16.119px; }
  .quiz-content-range-numbers {
    margin-top: 10px;
    font-size: 15.364px; }
  .rangeslider__handle {
    width: 20px;
    height: 20px;
    border-width: 4px; }
  .rangeslider--horizontal .rangeslider__handle {
    top: -6px; }
  .range-slider-value {
    top: 27px; }
  .quiz-progressbar__text {
    line-height: 19px; }
  .quiz-progressbar .line {
    width: 14%; }
  .quiz-progressbar-2 .line {
    width: 28%; }
  .quiz-progressbar-3 .line {
    width: 42%; }
  .quiz-progressbar-4 .line {
    width: 56%; }
  .quiz-progressbar-5 .line {
    width: 70%; }
  .quiz-progressbar-6 .line {
    width: 84%; }
  .quiz-progressbar-7 .line {
    width: 100%; }
  .quiz-radio + label {
    line-height: 18px; }
  .quiz-radio + label::before {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .quiz-slide .quiz-content {
    min-height: 140px; }
  .quiz-slide-final .quiz__title {
    margin-bottom: 10px; }
  .quiz__subtitle {
    margin-bottom: 19px;
    text-align: center;
    max-width: 220px;
    margin-right: auto;
    margin-left: auto;
    line-height: 18px;
    line-height: 23px; }
  .quiz-form {
    max-width: 100%; }
  .quiz-form input {
    width: 100%;
    padding-left: 67px; }
  .quiz-form .wpcf7-submit {
    width: 100%; }
  .quiz-form-policy {
    margin-top: 16px; }
  .quiz-slide-final {
    padding-bottom: 54px; }
  .catalog-nav {
    display: none; }
  .catalog-content__link {
    margin-right: auto;
    margin-left: auto;
    margin-top: 29px; }
  .catalog-content__link span {
    margin-right: 0; }
  .catalog-content__title {
    font-size: 25px;
    line-height: 140%;
    margin-right: -20px; }
  .catalog-content-nav {
    margin-top: 20px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-right: -20px;
    overflow-x: scroll; }
  .catalog-content-nav__item {
    padding: 6px 17px;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    margin-right: 10px;
    border-radius: 3px;
    background: #F2F2F2;
    color: #939393; }
    .catalog-content-nav__item:last-child {
      margin-right: 0; }
  .catalog-content-nav__item.active {
    background: #46AE40;
    color: #FFF; }
  .catalog-blocks {
    margin-top: 20px; }
  .catalog-block {
    max-width: 189.5px;
    margin-bottom: 0;
    padding-left: 22px;
    padding-right: 22px; }
  .catalog-block-photo {
    width: 118.85px;
    height: 137.34px;
    margin-bottom: 13.21px;
 }
 .single_add_to_cart_button{
  width: 158px;
  height: 40px;
  border-radius: 3.3px;
  font-size: 12.25px;
  margin-bottom: 9px;
 }
 .woocommerce-variation-price .price{
  font-size: 16px;
  line-height: 18.96px;
 }
 .woocommerce-variation-price .price{
  margin-top: 22px;
  width: 158px;
 }
  .catalog-block__order {
    width: 158px;
    font-size: 12.25px;
    height: 40px; }
  .catalog-block {
    padding-bottom: 21px; }
  .catalog-blocks {
    margin-bottom: 0; }
  .prices-block__item{
    margin-bottom: 12px;
  }
  .variable-item-radio-value-wrapper{
    font-size: 10px;
  }
  .catalog-block__title {
    font-size: 13px;
    margin-bottom: 14.5px;
    line-height: 15.41px; }
  .inner-page {
    padding-top: 218px; }
    .inner-page h1.section-title {
      margin-bottom: 20px; }
  .bread-page {
    font-size: 16px;
    margin-bottom: 20px; }
  .blog-block {
    max-width: 100%; }
  .blog-block .photo-bg {
    min-height: 235px; }
  .blog-block .content {
    padding-left: 26px;
    padding-top: 36px;
    padding-bottom: 33px;
    padding-right: 50px; }
  .blog-block__date {
    font-size: 14px;
    margin-bottom: 17px; }
  .blog-block__title {
    font-size: 20px;
    font-weight: 600;
    line-height: 140%;
    margin-bottom: 17px; }
  .blog-block__link {
    font-size: 15px; }
  .blog-block {
    margin-bottom: 15px; }
  .blog-row {
    margin-bottom: -15px; }
  .sinlge-maintenance ul {
    font-size: 15px; }
  .sinlge-maintenance {
    margin-bottom: 30px; }
  .sinlge-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    height: 235px;
    padding-left: 25px;
    padding-bottom: 28px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 40px;
    margin-bottom: 30px;
    margin-top: 30px; }
  .sinlge__date {
    color: #FFF;
    font-size: 16px;
    font-weight: 300;
    line-height: 140%;
    margin-bottom: 16px; }
  .single h1.section-title {
    font-size: 22px;
    font-weight: 600;
    line-height: 140%;
    color: #fff;
    margin-bottom: 0; }
  .single-content .quote {
    padding-left: 0;
    margin-bottom: 20px; }
  .single-content br {
    display: none; }
  .single-content img {
    margin-top: 25px;
    margin-bottom: 25px; }
  .single-content .video {
    width: 100%;
    border-radius: 10px;
    min-height: 206px;
    margin-top: 25px;
    margin-bottom: 25px; }
  .blog-also .blog-block {
    margin-bottom: 15px; }
    .blog-also .blog-block:last-child {
      margin-bottom: 0; }
  .blog-also {
    padding-top: 70px; }
  .potfolio-block .blog-block__title {
    margin-bottom: 8px; }
  .potfolio-block {
    margin-bottom: 20px; }
    .potfolio-block:last-child {
      margin-bottom: 0; }
  .works-slide {
    width: 298px;
    height: 200px; }
  .works-slider {
    padding-left: 20px; }
  .works {
    padding-bottom: 80px; }
  .expert-man {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .expert-block {
    padding: 0px;
    border: none;
    background: transparent; }
  .expert--gray .expert-block {
    background: transparent; }
  .expert-form {
    padding: 0px;
    border: none; }
  .expert {
    background: #F8F8F8;
    padding-top: 50px;
    padding-bottom: 50px; }
    .expert .quiz-form-input {
      width: 100%; }
  .expert-form__title {
    font-size: 25px;
    font-weight: 400;
    line-height: 140%;
    margin-right: -20px;
    margin-bottom: 14px; }
  .expert-form__subtitle {
    font-size: 17px;
    font-weight: 300;
    line-height: 150%;
    margin-bottom: 122px; }
  .expert-form input {
    width: 100%; }
  .expert-form form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .expert-form .wpcf7-submit {
    margin-left: 0;
    width: 100%;
    margin-top: 13px; }
  .expert-block .quiz-form-policy, .installment .quiz-form-policy {
    padding-left: 0;
    max-width: 270px;
    margin-right: auto;
    margin-left: auto;
    line-height: 135%;
    text-align: center; }
    .expert-block .quiz-form-policy::before, .installment .quiz-form-policy::before {
      display: none; }
  .expert-man .photo-bg {
    width: 70px;
    height: 70px;
    margin-right: 15px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 0; }
  .expert-man__title {
    font-size: 16px;
    margin-bottom: 8px; }
  .expert-man__subtitle {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 150%; }
  .expert .container {
    position: relative; }
  .expert-man {
    position: absolute;
    top: 193px; }
  .expert-man__link span {
    max-width: 100%; }
  .expert-man__link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 30px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.35px; }
    .expert-man__link span {
      display: inline-block;
      border-bottom: 1px solid #46AE40;
      line-height: 120%; }
  .expert-form__title {
    max-width: 355px; }
  .expert-form__subtitle {
    max-width: 335px; }
    .expert-form__subtitle span {
      font-weight: 600; }
    .expert-form__subtitle strong {
      font-weight: 400; }
  .contacts.inner-page .contacts-item {
    padding-left: 0; }
    .contacts.inner-page .contacts-item .contacts-item__title::after {
      display: none; }
  .contacts-map {
    position: static;
    width: 100%;
    max-width: 100%;
    height: 217px;
    border-radius: 10px; }
  .contacts.inner-page {
    padding-bottom: 40px; }
  .contacts-options__block {
    padding-left: 27px;
    padding-top: 26px;
    padding-bottom: 25px;
    margin-bottom: 20px; }
    .contacts-options__block:last-child {
      margin-bottom: 0; }
  .contacts-options__block__title {
    font-size: 15px;
    line-height: 152%;
    margin-bottom: 5px; }
  .contacts-options__block__text {
    font-size: 13px;
    font-weight: 400;
    line-height: 152%;
    max-width: 193px;
    margin-bottom: 10px;
    min-height: 60px; }
    .contacts-options__block__text br {
      display: none; }
    .contacts-options__block__text br.mob-true {
      display: block; }
  .contacts-options__block__link {
    font-size: 14px; }
  .contacts-options__block {
    background-position: bottom right;
    background-repeat: no-repeat; }
    .contacts-options__block:nth-child(1) {
      background-image: url("../img/contacts-options/1-mob.jpg") !important; }
    .contacts-options__block:nth-child(2) {
      background-image: url("../img/contacts-options/2-mob.jpg") !important; }
  .excursion-slider {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 32px; }
  .contacts-options {
    padding-bottom: 40px; }
  .excursion .section-title {
    margin-bottom: 20px; }
  .excursion-item {
    margin-bottom: 15px; }
  .excursion-item__btn {
    height: 64px;
    width: 100%;
    margin-top: 25px; }
  .excursion-slide {
    width: 298px;
    height: 200px;
    border-radius: 6px;
    margin-right: 11px; }
  .excursion-slider {
    max-width: 100%;
    margin-right: -20px; }
  .excursion {
    padding-bottom: 72px; }
    .excursion .container {
      padding-right: 0; }
    .excursion .content {
      padding-right: 20px; }
  .excursion .slick-dots {
    padding-right: 20px;
    bottom: -40px; }
  .ways-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 30px; }
  .ways .section-title {
    padding-bottom: 25px; }
  .ways-item__title {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 152%;
    margin-top: 2.5px; }
  .ways-item__text {
    font-size: 15px;
    line-height: 150%; }
  .ways-item .ways-item-icon {
    margin-right: 0; }
  .ways-item:last-child {
    padding-bottom: 0;
    border-bottom: none; }
  .delivery {
    padding-top: 50px;
    padding-bottom: 50px; }
    .delivery .section-title {
      margin-bottom: 20px; }
  .delivery-text {
    font-size: 15px; }
    .delivery-text p {
      margin-bottom: 20px; }
      .delivery-text p:last-child {
        margin-bottom: 0; }
  .delivery__btn {
    width: 100%; }
  .installment__title img {
    max-width: 88px;
    bottom: 4px;
    right: 1px; }
  .input-phone input {
    width: 100%; }
  .form-bnt {
    width: 100%; }
  .installment {
    padding-top: 45px;
    padding-bottom: 45px; }
  .installment__title {
    font-size: 22px;
    line-height: 152%;
    max-width: 313px;
    margin-bottom: 17px; }
    .installment__title br {
      display: none; }
  .installment__subtitle {
    font-size: 16px;
    max-width: 208px;
    margin-bottom: 33px;
    line-height: 152%; }
  .form-bnt {
    font-size: 15px; }
  .installment-form {
    width: 100%; }
  .ways-item__text br {
    display: none; }
  .installment {
    position: relative; }
  .installment-img {
    right: 0px;
    top: 143px;
    -webkit-transform: none;
            transform: none;
    left: unset;
    bottom: unset; }
  .installment-form {
    position: relative;
    z-index: 1; }
  .questions-item-top {
    font-size: 18px;
    line-height: 152%;
    padding-top: 15px; }
  .questions-item {
    padding-bottom: 15px; }
  .questions-item__plus {
    -ms-flex-negative: 1;
        flex-shrink: 1;
    min-width: 24px;
    margin-left: 35px; }
  .questions-hidden-inner {
    padding-top: 16px; }
  .questions-hidden__text {
    font-size: 15px;
    line-height: 150%;
    color: #787878; }
  .myself-block {
    border: none;
    padding: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .myself-content {
    padding-left: 0;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .myself__subtitle {
    font-size: 18px;
    margin-bottom: 18px; }
  .myself-text {
    font-size: 15px; }
  .myself-text p {
    margin-bottom: 10px; }
    .myself-text p:last-child {
      margin-bottom: 0; }
  .myself-text {
    margin-bottom: 25px; }
  .myself__title {
    max-width: 269px; }
  .myself-mark {
    font-size: 17px;
    line-height: 150%; }
    .myself-mark p {
      max-width: 295px; }
  .myself-mark::after {
    height: 69px; }
  .myself-direktor {
    margin-top: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 335px; }
  .myself-direktor .circle {
    margin-bottom: 0;
    width: 89px;
    height: 89px;
    margin-right: 20px;
    -ms-flex-negative: 1;
        flex-shrink: 1; }
  .myself-direktor__name {
    font-size: 16px;
    line-height: 19px; }
  .myself-direktor__text {
    font-size: 14px;
    line-height: 150%;
    max-width: 188px; }
  .myself-about h1.section-title {
    margin-bottom: 30px; }
  .myself-about .myself-block {
    background: #F8F8F8;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-right: -20px;
    margin-left: -20px;
    padding-left: 20px;
    padding-right: 11px; }
  .nerves--about {
    background: transparent;
    padding-bottom: 10px; }
    .nerves--about .nerves__subtitle {
      margin-bottom: 0; }
    .nerves--about .nerves-row .col:first-child {
      padding-top: 26px;
      padding-left: 20px;
      padding-bottom: 29px; }
    .nerves--about .nerves-row .col:last-child {
      padding-top: 0;
      background: transparent;
      padding-left: 59px; }
  .ideal--years {
    background: #F8F8F8;
    padding-top: 50px; }
  .ideal--years .section-title {
    margin-bottom: 20px; }
  .ideal--years .ideal__subtitle {
    font-size: 17px;
    line-height: 150%;
    max-width: 298px; }
    .ideal--years .ideal__subtitle br {
      display: none; }
  .ideal--years .ideal__subtitle {
    margin-bottom: 25px; }
  .ideal--years .ideal-block {
    padding-top: 30px;
    padding-left: 21px;
    min-height: 262px;
    margin-bottom: 0;
    min-width: 335px;
    margin-right: 10px; }
    .ideal--years .ideal-block:last-child {
      margin-right: 0; }
  .ideal--years .ideal-block__text {
    max-width: 228px;
    font-size: 15px;
    line-height: 150%; }
  .ideal--years .ideal-block .icon {
    margin-bottom: 15px; }
  .expert--about {
    background: transparent; }
  .works .slick-dots {
    padding-right: 20px; }
  .widget--about {
    padding-top: 0;
    margin-top: -40px; }
  .certificates--about {
    background: #F8F8F8; }
  .widget--about {
    padding-bottom: 0;
    background: #F8F8F8; }
  .ideal--years .row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: scroll; }
  .works .section-title {
    text-align: left;
    margin-bottom: 20px; }
  .care-img {
    display: none; }
  .recommendation--about {
    background: transparent; }
  .care .section-title {
    text-align: left; }
    .care .section-title strong span {
      font-weight: 400; }
  .care .care-subtitle {
    text-align: left; }
  .care .care-subtitle {
    font-size: 18px;
    margin-bottom: 25px; }
  .care-list__title {
    font-size: 18px;
    margin-bottom: 10px; }
  .care-list__text {
    font-size: 15px;
    line-height: 150%; }
  .care-list__item {
    max-width: 259px;
    margin-bottom: 25px; }
    .care-list__item:last-child {
      margin-bottom: 0; }
  .care-list__item:last-child .care-list__title::after {
    top: 3px; }
  .care-row {
    padding-left: 0; }
  .care-form {
    background: #fff;
    max-width: 100%; }
  .care-list {
    padding-left: 44px; }
  .care-form__title {
    text-align: center;
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 9px; }
  .care-form__subtitle {
    text-align: center;
    font-size: 16px;
    margin-bottom: 25px;
    line-height: 150%; }
  .care-form {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 30px;
    padding-bottom: 28px;
    margin-top: 36px; }
    .care-form .form-bnt {
      font-size: 18px; }
  .care {
    padding-bottom: 50px; }
  .care-form .quiz-form-policy {
    text-align: center;
    padding: 0px;
    max-width: 222px;
    margin-right: auto;
    margin-left: auto;
    line-height: 130%; }
    .care-form .quiz-form-policy::before {
      display: none; }
  .stock-line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 25px; }
    .stock-line h1.section-title {
      margin-bottom: 15px; }
  .stock-line .stock__subtitle {
    margin-top: 0; }
  .stock-block {
    padding-left: 18px;
    height: 229px;
    margin-bottom: 13px; }
    .stock-block:last-child {
      margin-bottom: 0; }
  .stock-block__text {
    font-size: 16px;
    max-width: 178px; }
  .stock-block__title span {
    right: 11px; }
  .stock-block {
    background-repeat: no-repeat;
    background-position: bottom right; }
    .stock-block:nth-child(1) {
      background-image: url("../img/stock/1-mob.jpg") !important; }
    .stock-block:nth-child(2) {
      background-image: url("../img/stock/2-mob.jpg") !important; }
    .stock-block:nth-child(3) {
      background-image: url("../img/stock/3-mob.jpg") !important; }
  .stock-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 43px; }
  .stock-bottom p {
    margin-right: 0;
    font-size: 16px;
    line-height: 150%;
    text-align: center; }
  .stock-bottom__btn {
    width: 100%;
    margin-top: 13px; }
  .letters-slider {
    padding-right: 0;
    padding-left: 0;
    margin-right: -7.5px;
    margin-left: -7.5px; }
  .letters .section-title {
    margin-bottom: 20px;
    margin-right: -10px; }
  .letters-slide {
    margin-right: 7.5px;
    margin-left: 7.5px; }
  .calculator-items {
    margin-right: 0;
    max-width: 100%;
    padding-right: 30px; }
  .calculator-item {
    margin-bottom: 25px; }
    .calculator-item:last-child {
      margin-bottom: 0; }
  .calculator-item__title {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 140%; }
  .calculator-result {
    margin-top: 45px; }
  .calculator-result__title {
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 15px; }
  .calculator-result-list {
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 30px; }
  .calculator-result-list {
    font-size: 16px;
    line-height: 140%; }
  .calculator-result__total strong {
    font-size: 24px;
    line-height: 140%;
    margin-left: 13px; }
  .calculator-form {
    margin-top: 38px; }
  .calculator-form .calculator-form__name {
    padding-left: 0;
    margin-bottom: 11px; }
  .calculator-form .calculator-form-input {
    max-width: 100%;
    margin-bottom: 30px; }
  .calculator-form textarea {
    min-height: 236px; }
  .calculator-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-right: 0;
    margin-top: 43px; }
  .calculator-bottom__btn {
    width: 100%; }
  .calculator-bottom .quiz-form-policy {
    margin-left: 0;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 150%;
    margin-right: -20px;
    padding-left: 24px; }
    .calculator-bottom .quiz-form-policy::before {
      -webkit-transform: none;
              transform: none;
      top: 5px; }
  .calculator {
    padding-bottom: 50px; }
  .installation {
    padding-top: 50px; }
  .installation .section-title {
    text-align: left;
    margin-bottom: 30px; }
  .installation-row {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .installation-block {
    margin-right: 0;
    margin-left: 0;
    min-width: 205px;
    margin-bottom: 0;
    margin-right: 10px; }
  .installation-row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-y: scroll;
    margin-bottom: 35px; }
  .installation-block__title {
    margin-right: -20px;
    margin-left: -20px; }
  .advantages-installation-block {
    max-width: 100%;
    margin-bottom: 14px; }
  .advantages-installation-block {
    padding-left: 21px;
    padding-top: 39px; }
  .advantages-installation-block:nth-child(1) {
    height: 146px; }
  .advantages-installation-block:nth-child(1) .advantages-installation-block__img {
    max-width: 101px;
    bottom: 14px; }
  .advantages-installation-block__title {
    font-size: 15px;
    line-height: 152%; }
  .advantages-installation-block:nth-child(2) {
    height: 139px;
    padding-top: 53px; }
    .advantages-installation-block:nth-child(2) .advantages-installation-block__img {
      max-width: 158px; }
  .advantages-installation-block:last-child {
    height: 184px;
    margin-bottom: 0; }
    .advantages-installation-block:last-child .advantages-installation-block__title {
      max-width: 206px; }
  .advantages-installation-block__text {
    margin-top: 9px; }
  .advantages-installation-block:last-child .advantages-installation-block__img {
    max-width: 105px;
    bottom: 17px; }
  .installation {
    padding-bottom: 0px; }
  .expert--calculator {
    background: transparent; }
  .installation-row {
    margin-right: -20px;
    padding-right: 20px; }
  .complete-photo {
    display: none; }
  .complete .content {
    margin-left: 0; }
  .complete .section-title {
    text-align: left;
    margin-bottom: 20px; }
  .complete__title {
    font-size: 18px;
    line-height: 120%; }
  .complete__btn {
    width: 100%; }
  .price-btn {
    width: 100%; }
  .transparency {
    padding-top: 47px;
    padding-bottom: 46px; }
  .transparency .section-title {
    max-width: 263px;
    margin-bottom: 23px; }
  .transparency-item__title {
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 15px; }
  .transparency-item__text {
    font-size: 15px; }
  .transparency-item__text p {
    margin-bottom: 10px; }
    .transparency-item__text p:last-child {
      margin-bottom: 0; }
  .transparency-item {
    margin-bottom: 25px; }
    .transparency-item:last-child {
      margin-bottom: 0; }
  .transparency-mocap {
    max-width: 241px;
    right: -67px;
    top: -74px; }
  .transparency {
    position: relative;
    max-width: 375px; }
    .transparency::after {
      position: absolute;
      height: 100%;
      top: 0;
      bottom: 0;
      right: -200px;
      width: 400px;
      background: #F8F8F8;
      content: '';
      z-index: -1; }
  .cheaper {
    padding-top: 50px; }
    .cheaper .section-title {
      margin-bottom: 18px;
      max-width: 335px; }
  .cheaper-prompt img {
    margin-right: 11px;
    max-width: 33.334px; }
  .cheaper-prompt p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; }
  .cheaper-prompt {
    margin-bottom: 14px; }
  .cheaper .content {
    max-width: 100%; }
  .cheaper-block {
    padding-top: 23px;
    padding-left: 0;
    padding-right: 15px;
    max-width: 100%; }
  .cheaper-block__text {
    font-size: 15px;
    font-weight: 400;
    line-height: 150%; }
    .cheaper-block__text br {
      display: none; }
  .cheaper-block-bottom {
    margin-top: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .cheaper__link {
    margin-left: 0;
    font-size: 14px; }
    .cheaper__link br {
      display: none; }
  .cheaper__link img {
    margin-right: 10px; }
  .cheaper-man {
    width: 100%;
    margin-bottom: 29px; }
  .cheaper-man__title {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 5px; }
  .cheaper-man__text {
    font-size: 14px;
    max-width: 178px;
    line-height: 150%; }
  .cheaper-video {
    margin-top: 50px; }
  .cheaper-block {
    position: relative; }
    .cheaper-block::after {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      height: 100%;
      width: 100vw;
      content: '';
      display: block;
      border-radius: 10px;
      background: #F8F8F8;
      z-index: -1;
      top: 0;
      bottom: 0; }
  .cheaper-video .video {
    height: 216px;
    width: 100%;
    border-radius: 6px; }
  .cheaper-video__title {
    margin-bottom: 20px; }
  .photos-row .section-title {
    margin-bottom: 22px; }
  .photos-row .col {
    max-width: 100%; }
  .photos .container {
    padding-right: 0; }
  .photos .col {
    margin-bottom: 92px; }
    .photos .col:last-child {
      margin-bottom: 0; }
  .photos-row .section-title {
    text-align: left; }
  .photos-slide {
    height: 200px;
    width: 298px;
    border-radius: 6px;
    margin-right: 11px; }
  .photos {
    padding-bottom: 42px; }
  .certificates--price {
    margin-bottom: 0; }
  .consultation {
    padding-top: 50px;
    background: #F8F8F8; }
    .consultation .cheaper-man {
      margin-bottom: 0; }
    .consultation .cheaper__link {
      margin-right: auto;
      margin-left: auto; }
  .consultation .section-title {
    margin-bottom: 14px;
    max-width: 347px;
    margin-right: -11px;
    font-weight: 400; }
  .consultation__subtitle {
    font-size: 17px; }
  .consultation-form {
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    padding-top: 29px;
    padding-bottom: 30px; }
    .consultation-form .input-phone--name {
      display: none; }
    .consultation-form .quiz-form-policy::before {
      display: none; }
    .consultation-form .quiz-form-policy {
      padding-left: 0;
      font-size: 11px;
      line-height: 15px;
      max-width: 270px;
      margin-right: auto;
      margin-left: auto;
      text-align: center; }
  .consultation-form .input-phone {
    margin-bottom: 13px; }
  .consultation {
    padding-bottom: 34px; }
    .consultation .cheaper-man .photo-bg {
      position: relative; }
      .consultation .cheaper-man .photo-bg::after {
        position: absolute;
        content: '';
        display: block;
        width: 14px;
        height: 14px;
        background: #50CA49;
        border: 2px solid #F8F8F8;
        border-radius: 50%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        bottom: 1px;
        right: 6px; }
  .price-tablet {
    position: relative;
    overflow-x: scroll; }
  .price .table-line-first {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 116px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: transparent; }
  .price-tablet {
    padding-left: 116px; }
    .price-tablet .price-col {
      min-width: 116px;
      height: 40px;
      margin-bottom: 1px; }
  .price .table-line-first .price-col {
    border-radius: 0px; }
  .table-line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .table-line:nth-child(2n) {
    background: transparent; }
  .price .table-line-first .price-col:first-child {
    font-size: 11px; }
  .price-tablet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .price-col {
    font-size: 11px; }
  .price-col::after {
    display: none; }
  .price .table-line-first .price-col::after {
    display: none; }
  .table-line-standart {
    border-right: 1px solid #E4E4E4;
    border-top: 1px solid #F2F2F2;
    border-bottom: 1px solid #F2F2F2; }
    .table-line-standart .price-col {
      border-bottom: 1px solid #F2F2F2; }
      .table-line-standart .price-col:last-child {
        border-bottom: none; }
  .price .table-line-first .price-col {
    padding-right: 20px;
    padding-left: 20px; }
  .price-tablet {
    border-radius: 5px; }
  .price-nav {
    margin-bottom: 20px; }
  .price-tablet {
    overflow: hidden; }
    .price-tablet .wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      overflow-x: scroll; }
  .price--metal .price-btn {
    width: calc(100% - 20px);
    margin-left: 0;
    margin-right: 0;
    padding-right: 50px;
    padding-left: 50px;
    text-align: center;
    line-height: 152%; }
  .price--metal .price-text {
    font-size: 15px;
    padding-right: 30px;
    margin-left: 0;
    margin-right: 0;
    color: #A6A6A6;
    font-weight: 400;
    line-height: 150%; }
  .price--metal .price-btn {
    margin-top: 40px; }
  .thanks {
    padding-top: 228px; }
    .thanks .section-title {
      font-size: 22px;
      margin-bottom: 12px; }
  .thanks-text {
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 20px; }
    .thanks-text p {
      margin-bottom: 25px; }
      .thanks-text p:last-child {
        margin-bottom: 0;
        font-size: 18px; }
  .thanks__phone {
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 28px; }
    .thanks__phone img {
      max-width: 22px;
      margin-right: 6px; }
  .thanks-whatsapp img {
    max-width: 36px;
    margin-right: 15px; }
  .materials .section-title {
    margin-right: -20px;
    margin-bottom: 20px; }
  .materials .blog-block {
    margin-bottom: 15px; }
    .materials .blog-block:last-child {
      margin-bottom: 0; }
  .thanks__btn {
    width: 100%; }
  .thanks-whatsapp {
    margin-bottom: 34px;
    font-size: 15px; }
  .modal-form {
    padding-right: 20px;
    padding-left: 20px; }
  .modal-inner {
    padding-top: 63px;
    padding-bottom: 50px;
    padding-left: 24px;
    padding-right: 24px; }
  .modal-window__title {
    font-size: 24px;
    line-height: 140%;
    max-width: 235px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 4px; }
  .modal-window__subtitle {
    font-size: 15px;
    max-width: 229px;
    line-height: 150%;
    margin-bottom: 29px; }
  .modal-inner form {
    width: 100%; }
  .modal-inner .input-phone {
    margin-bottom: 11px;
    width: 100%; }
  .modal-window__policy {
    margin-top: 17px; }
  .modal-question .modal-inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 43px 23px; }
  .modal-question .modal-window__subtitle {
    width: 100%;
    max-width: 266px;
    text-align: center;
    font-size: 15px;
    line-height: 140%;
    margin-bottom: 22px; }
  .modal-question .modal-inner form .wrapper {
    max-width: 100%; }
  .modal-question .modal-inner textarea {
    max-width: 100%; }
  .modal-question .modal-inner .form-bnt {
    width: 100%; }
  .modal-question .modal-inner .input-phone {
    margin-bottom: 14px; }
  .modal-question .modal-inner textarea {
    height: 141px;
    margin-top: 14px; }
  .modal-question .modal-window__title {
    font-size: 26px;
    max-width: 100%;
    margin-bottom: 14px;
    line-height: 140%; }
  .modal-question .modal-inner .modal-window__close {
    top: 8px;
    right: 8px; }
  .modal-question .modal-inner .modal-window__policy {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    margin-top: 17px; }
  .modal-excursion .modal-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .modal-excursion-photo {
    max-width: 100%;
    height: 257px; }
  .modal-excursion-wrapper {
    max-width: 100%;
    padding-right: 17px;
    padding-left: 17px;
    margin-right: 0;
    margin-left: 0;
    width: 100%;
    padding-top: 36px;
    padding-bottom: 54px; }
  .modal-excursion .modal-window__title {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    margin-right: -10px;
    margin-left: -10px;
    margin-bottom: 10px; }
  .modal-excursion .modal-window__subtitle {
    max-width: 100%;
    text-align: center;
    margin-bottom: 24px; }
  .modal-excursion form {
    padding-left: 6px;
    padding-right: 6px; }
  .modal-window {
    padding-top: 50px;
    padding-bottom: 50px;
    overflow-y: scroll; }
  .price-btn {
    width: calc(100% - 20px);
    margin-left: 0;
    margin-right: 0;
    padding-right: 50px;
    padding-left: 50px;
    text-align: center;
    line-height: 152%; }
  .certificates--services {
    margin-bottom: -30px; }
  .harness {
    padding-top: 85px; }
  .harness-block {
    max-width: 163.685px;
    width: 100%;
    padding-top: 11px; }
  .harness-block-img {
    min-height: 95px;
    margin-bottom: 8px; }
  .harness-block__title {
    font-size: 14.111px;
    margin-bottom: 3.6px;
    font-weight: 600;
    line-height: 150%; }
  .harness-block__text {
    font-size: 10.583px;
    line-height: 150%; }
  .harness .section-title {
    margin-bottom: 22px; }
  .harness-block {
    padding-bottom: 35px; }
  .harness-block {
    min-width: 163.685px;
    margin-right: 7px; }
    .harness-block:last-child {
      margin-right: 0; }
    .harness-block:nth-child(1) .harness-block-img img {
      max-width: 108px; }
    .harness-block:nth-child(2) .harness-block-img img {
      max-width: 122px; }
    .harness-block:nth-child(3) .harness-block-img img {
      max-width: 114px; }
    .harness-block:nth-child(4) .harness-block-img img {
      max-width: 148px; }
    .harness-block:nth-child(5) .harness-block-img img {
      max-width: 112px; }
  .harness-row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-y: scroll;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-right: -20px;
    padding-right: 20px; }
  .harness-block-img {
    min-height: 102px; }
  .harness-btn {
    width: 100%; }
  .certificates--services {
    background: #F8F8F8;
    margin-top: 50px; }
  .recommendation--services {
    background: transparent; }
  .widget--services {
    padding-bottom: 0;
    background: #F8F8F8; }
  .identical-top .identical__subtext {
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 15px; }
  .identical-top .identical-text {
    font-size: 15px;
    line-height: 150%;
    margin-bottom: 22px; }
  .identical-top .col-right {
    height: 201px; }
  .identical-top {
    margin-bottom: 56px; }
  .identical-quote {
    padding: 0px;
    background: transparent;
    border-radius: unset; }
  .identical .col {
    max-width: 100%; }
  .identical-quote__title {
    font-size: 22px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 21px; }
    .identical-quote__title img {
      display: none; }
  .identical .cheaper-man {
    margin-bottom: 51px; }
  .identical {
    padding-bottom: 0; }
  .identical-checklis .cheaper__link {
    margin-right: auto;
    margin-left: auto; }
  .identical-checklis__title {
    font-size: 15px;
    font-weight: 400;
    line-height: 150%;
    max-width: 206px; }
  .identical-checklis__img {
    max-width: 157px;
    right: -20px;
    top: -35px; }
  .identical-checklis {
    position: relative; } }

html, body {
  font-size: 18px;
  overflow-x: hidden;
  line-height: 150%; }

body {
  overflow: hidden;
  position: relative;
  font-family: 'Rubik';
  color: #232323; }

input {
  outline: none; }

ul, li {
  list-style-type: none;
  margin-bottom: 0; }

p {
  margin-bottom: 0; }

a {
  color: inherit;
  text-decoration: none; }
  a:hover {
    text-decoration: none;
    color: inherit; }

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none !important; }

img {
  max-width: 100%; }

.comagic-c-buttons{
  left: unset!important;
  right: 40px;
}

.header .header-list .menu-item-has-children {
  position: relative;
  padding-bottom: 45px;
  margin-bottom: -45px; }
  .header .header-list .menu-item-has-children:hover .sub-menu {
    pointer-events: all;
    opacity: 1;
    visibility: visible; }

.header .header-list .sub-menu {
  width: 340px;
  padding-top: 24px;
  padding-left: 24px;
  padding-right: 16px;
  padding-bottom: 21px;
  -webkit-box-shadow: 0px 0px 20px 0px #D0D0D040;
          box-shadow: 0px 0px 20px 0px #D0D0D040;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  top: 45px;
  left: 0px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: .4s all ease;
  transition: .4s all ease; }
  .header .header-list .sub-menu li {
    margin-right: 0;
    margin-bottom: 5px; }
    .header .header-list .sub-menu li:last-child {
      margin-bottom: 0; }

.header .menu-item-has-children::after {
  top: 10.5px; }

.header .header-list .sub-menu::after{
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  height: 60px;
  top: -60px;
  content: '';
  display: block;
}
.header .header-list a{
  position: relative;
  z-index: 2;
}

.policy-content h2 {
  font-size: 30px;
  margin-bottom: 30px; }

.policy-content h3 {
  font-size: 25px;
  margin-bottom: 20px; }

.policy-content p {
  margin-bottom: 25px;
  font-weight: 400; }
  .policy-content p:last-child {
    margin-bottom: 0; }



@media (max-width: 760px) {
  .first-screen{
    padding-top: 170px;
  }
  .inner-page {
      padding-top: 170px;
  }

  .catalog-blocks{
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
  .catalog-block-fund .catalog-block__title{
    font-size: 13px;
  }
  .catalog-block-fund-price{
    font-size: 16px;
  }
  .catalog-block__count{
    font-size: 13px;
  }
  .catalog-block__count img{
    margin-right: 5px;
  }
  .variable-item-radio-value-wrapper{
    margin-right: 15px;
  }
  .catalog-block{
    margin-right: 9.5px;
  }
  .policy-content h2 {
    font-size: 21px;
    margin-bottom: 20px; }
  .policy-content h3 {
    font-size: 20px;
    margin-bottom: 20px; }
  .policy-content p {
    font-size: 16px;
    margin-bottom: 20px; } }

.calculator-calculation {
  width: 100%;
  cursor: pointer;
  border: none; }

.calculator-item__input {
  height: 64px;
  padding-left: 17px;
  width: 100%;
  background: #F2F2F2;
  border: none;
  font-family: Rubik;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0em;
  color: #232323;
  padding-right: 10px; }
  .calculator-item__input::-webkit-input-placeholder {
    font-family: Rubik;
    color: #232323; }
  .calculator-item__input::-moz-placeholder {
    font-family: Rubik;
    color: #232323; }
  .calculator-item__input:-ms-input-placeholder {
    font-family: Rubik;
    color: #232323; }
  .calculator-item__input::-ms-input-placeholder {
    font-family: Rubik;
    color: #232323; }
  .calculator-item__input::placeholder {
    font-family: Rubik;
    color: #232323; }

.catalog-nav-item.btb-nav {
    border-bottom: 1px solid #DADADA;
    border-top: 1px solid #DADADA;
    padding: 15px 0;
    margin-right: 20px;
}
#searchsubmit {
    position: absolute;
    width: 21px;
    height: 21px;
    background-size: cover;
    background-position: center;
    background-image: url(../img/search.svg);
    background-color: transparent;
    content: '';
    display: block;
    top: 50%;
    right: 18px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    cursor: pointer;
}
.product div.images {
    float: left;
    width: 50%;
}
.product div.summary {
    float: left;
    clear: none;
    display: block;
    width: 50%;
}
.woocommerce-tabs.wc-tabs-wrapper {
    width: 100%;
    clear: both;
	padding-top: 20px;
}
ul.tabs.wc-tabs {
    margin: 0 0 30px;
    overflow: hidden;
    position: relative;
}
.product .woocommerce-tabs ul.tabs li {
    display: inline-block;
    position: relative;
    z-index: 0;
    padding-right: 20px;
}
.wc-tab h2 {
    padding-bottom: 20px;
}
.shop_attributes th {
    padding-bottom: 10px;
    padding-right: 25px;
    border-top: 0;
    border-bottom: 1px dotted rgba(0, 0, 0, .1);
    text-align: left;
}
.product .onsale {
    display: none;
}
.product .price {
    margin-bottom: 30px;
    font-size: 24px;
    text-decoration: none;
}
@media (max-width: 760px) {
.product div.images {
    width: 100%;
}
}
.captcha {
    width: 100%;
    margin-bottom: 14px;
}