*{
padding: 0px;
margin: 0px;	
}
body {
font-family: "Roboto", sans-serif;	
}
img {
max-width: 100%;	
}
ul {
list-style: none;	
}
.p-t_40 {
padding-top: 40px;
}
.container {
margin: auto;
max-width: 960px;
position: relative;	
}
/*header*/
.sup_ukraine {
	padding: 13px 0;
    width: 100%;
    color: #fff;
    background: #eab400;
    font-size: 16px;
    text-align: center;
}
.sup_ukraine p{
display: inline-block;	
}
.sup_ukraine img{
	width: 22px;
vertical-align: middle;	
}
header {
width:100%;
background-color: #fff;
box-shadow: 0 0 4px 0 rgba(0,0,0,.2);
position: relative;
z-index: 99;	
}
.nav-content {
display: flex;
justify-content: space-between;
align-items: center;
}
.nav-content .logo a img {
max-width: 150px;	
}
.nav-item li {
padding-right: 27px;
display: inline-block;	
}
.nav-item li a {
	font-size: 13px;
    color: #3c3c3a;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.2s;
}
.nav-item li a:hover {
    color: #af8664;
}
/*section preview*/
.preview {
	padding: 20px 0;
    background-image: url(../images/bg/section_1_bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.preview-text {
text-align: center;
margin-bottom: 38px;
}
.preview-text h1 {
font-weight: 600;
font-size: 28px;
}
.preview-text h1:after {
content: "";
    margin: 30px auto 0 auto;
    display: block;
    position: relative;
    width: 140px;
    height: 6px;
    background-color: #ead7c0;
}
.preview-text p {
color: #676767;
    font-weight: 400;
    font-size: 16px;
    margin-top: 1em;
}
/*form-block*/
.fr_mobile {
display: none;
}
.form_container {
	height: 520px;
    width: 930px;
    background-image: url(../images/bg/form-img_bg.png);
    background-size: 100%;
    background-position: top center;
    background-repeat: no-repeat;
}
.form_container form {
	text-align: center;
    height: 340px;
    width: 330px;
    float: right;
    margin-top: 120px;
    margin-right: 123px;
}
.form_container form input,select {
    margin-top: 5px
}

.form_container .lsc_form h3 {
    font-family: "Roboto",sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #404040;
    margin: 0 0 20px 0;
    padding: 0
}

.form_container .lsc_form h3 span {
    color: #927c60
}

.form_container form button {
    margin-top: -5px
}

input,select {
    width: 235px;
    height: auto;
    padding: 7px 0;
    border: 2px solid #71625b;
    border-radius: 19px;
    text-align: center;
    font-family: "Roboto",sans-serif;
    font-weight: 600;
    font-size: 16px;
    text-align-last: center;
    color: #56534f
}

input:focus {
    outline: none
}

.price {
    margin: 0
}

.new_price {
    font-size: 25px
}

.new_price::after {
    width: 15px;
    height: 18px
}

.price_text {
    font-family: "Roboto",sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: #56534f
}

.price_1 {
    display: inline-block;
    width: 150px;
    margin-bottom: 15px
}

.price_2 {
    display: inline-block;
    width: 150px;
    margin-bottom: 15px
}

.price_2 .old_price::before {
    content: none
}

.price_text_0 {
    font-family: "Roboto",sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #787673;
    display: inline-block;
    width: 75px;
    line-height: 30px
}

.old_price {
    display: inline-block;
    text-decoration: line-through
}
.price_1 .new_price {
    text-decoration: line-through;
    color: #787673;
}
.new_price {
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    color: #8f6238;
    vertical-align: top;
}
.field {
    margin-bottom: 5px
}

.field+.button {
    margin-top: 5px
}

.button {
    display: inline-block;
    text-decoration: none;
    line-height: 45px;
    margin-top: 17px;
    text-transform: uppercase;
    width: 235px;
    height: 45px;
    border-radius: 23px;
    background-color: #804412;
    border: none;
    font-family: "Roboto",sans-serif;
    font-weight: bold;
    font-size: 17px;
    color: #fff;
    cursor: pointer;
    transition: ease-out .5s
}

.button:hover {
    background-color: #bf661b
}
p.form-text {
    box-sizing: border-box;
    text-align: center;
    font-size: 12px;
    padding: 5px;
    margin: 0;
}
/**/
.change {
background-image: url(../images/bg/change.png);
background-size: cover;
background-position: center;
text-align: center;	
}
.head_text {
   
}
.head_text h2 {
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 28px;
    color: #836c53;
    text-transform: uppercase;
}
   .head_text h2 span {
    color: #404040;
}
.head_text p {
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 19px;
    color: #404040;
}
.head_text p:after {
    content: "";
    margin: 15px auto 0 auto;
    display: block;
    position: relative;
    width: 140px;
    height: 6px;
    background-color: #ead7c0;
}
.defect {
    width: 100%;
    height: 530px;
    margin-top: 20px;
}
.defect_img {
background-image: url(../images/bg/xdefect_img.png.webp);
    position: relative;
    top: 7px;
    width: 60%;
    height: 100%;
    background-position: top center;
    background-size: cover;
    display: inline-block;
}
.defect_wrapper {
position: relative;
    top: 20px;
    width: 39%;
    height: 100%;
    display: inline-block;
    vertical-align: top;	
}
.defect_wrapper li {
width: 100%;
display: inline-block;
vertical-align: top;
height: 132px;	
}
.defect_wrapper li .change_img {
height: 130px;
width: 130px;
margin: auto;
float: left;
position: relative;
left: -25px;	
}
.defect_wrapper li .change_text {
top: -20px;
position: relative;
display: block;	
}
.defect_wrapper li .change_text .head {
    font-weight: 600;
    font-size: 18px;
    color: #ab794a;
    text-align: left;
    position: relative;
    top: 44px;
    width: 85%;
}
.defect_wrapper li .change_text .info {
    font-weight: 400;
    font-size: 12px;
    color: #684729;
    text-align: left;
    position: relative;
    top: 44px;
    width: 85%;
}
.cimg_0 {
    background-image: url(../images/bg/xt_section_0.png.webp);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.cimg_1 {
    background-image: url(../images/bg/xt_section_1.png.webp);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.cimg_2 {
    background-image: url(../images/bg/xt_section_2.png.webp);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.cimg_3 {
    background-image: url(../images/bg/xt_section_3.png.webp);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
/*work_cream*/
.work_cream {
    height: 1200px;
    text-align: center;
    border-top: 55px solid transparent;
    margin-top: -55px;
    background-image: url(../images/bg/xstep_bg.png.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.step_wrapper {
	float: right;
    display: inline-block;
    margin-right: 0px;
    height: auto;
    width: 350px;
    text-align: left;
}
.one_items {

}
.step_wrapper h4 {
    margin: 60px 0 0 35px;
    font-weight: 700;
    font-size: 21px;
    color: #404040;
}
.step_wrapper h4 span {
    color: #c08e59;
}
.step_wrapper p {
    margin: 10px 0 0 35px;
    font-weight: 600;
    font-size: 15px;
    color: #404040;
}
.step_img {
    margin-top: 10px;
    height: 90px;
}
.step_img img:first-child {
    margin-left: 35px;
}
.step_img img {
    margin-left: 5px;
    margin-top: 5px;
    display: inline-block;
}
.step_wrapper .details {
    margin-left: 35px;
    margin-top: 10px;
    font-weight: 300;
    font-size: 14px;
    color: #404040;
}
.step-one_img {
display: inline-block;
}
.discount-block {
    background-image: url(../images/bg/discount_form_bg.webp);
    -webkit-filter: drop-shadow(1px 0 2px rgba(0, 0, 0, .15));
    filter: drop-shadow(1px 0 2px rgba(0, 0, 0, .15));
    margin-top: 66px;
    margin-right: 0;
        width: 275px;
    height: 265px;
    background-size: cover;
    background-size: 100% 100%;
    padding-right: 23px;
    float: right;
}
.discount-block .cont {
    float: right;
    text-align: center;
}
.discount-block .name {
    margin-top: 20px;
    font-weight: 700;
    font-size: 22px;
    color: #9a8261;
}
.discount-block .name span {
    color: #000;
}
.discount-block .discount {
    font-weight: 500;
    font-size: 14px;
    color: #535353;
    margin-bottom: 20px;
    width: 100%;
}
.price {
    margin: 0;
}
.discount-block .old_price {
    display: inline-block;
    vertical-align: top;
    font-weight: 500;
    color: #787673;
    margin-top: 5px;
    margin-right: 10px;
    position: relative;
}
.promo_add_2 {
    font-weight: 800;
    font-size: 13px;
    color: #7a7a7a;
    margin-top: 15px;
}
.step-two {
display: flex;
justify-content: space-between;
}
.step-block_two {
 float: left;
 margin-top: 20px;
 text-align: right;	
}
.step h4 {
    margin: 60px 0 0 35px;   
    font-weight: 700;
    font-size: 21px;
    color: #404040;
}
.step h4 span {
    color: #c08e59;
}
.step p {
    margin: 10px 0 0 35px;  
    font-weight: 600;
    font-size: 15px;
    color: #404040;
}
.step_img {
    margin-top: 10px;
    height: 90px;
}
.step-two .details {
    margin-left: 35px;
    margin-top: 10px;
    font-weight: 300;
    font-size: 14px;
    color: #404040;
}
/*features*/
.features {
    margin-top: 55px;
}
.features_header {
    text-align: left;
    vertical-align: top;
    margin-bottom: 25px;
}
.features_percent {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 110px;
    height: 110px;
    text-align: center;
    line-height: 115px;
    background-image: url(../images/bg/xcircle_features.png.webp);
    background-position: center;
    background-size: contain;
    font-size: 36px;
    color: #b38757;
    font-weight: 500;
    margin: 10px 10px 10px 50px;
}
.feature_header-add {
    position: relative;
    display: inline-block;
    font-size: 20px;
    color: #a99373;
    margin-top: 25px;
    font-weight: 300;
}
.feature {
    background-color: #393939;
    display: inline-block;
    position: relative;
    width: 30%;
    margin: 10px 20px;
    width: 265px;
    height: 33px;
    border-radius: 15px;
    line-height: 33px;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
}
.feature span {
    color: #eed79f;
}
/*effect-cream*/
.effect-cream {
    height: 1350px;
    background-image: url(../images/bg/effect_bg.jpg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    border-top: 105px solid transparent;
    margin-top: -55px;
}
.h_content {
margin-top: 150px;	
}
.effect-cream .effect-center_block {
    margin-top: 50px;
    height: 470px;
    background-image: url(../images/bg/xsection_5_promo_image.png);
    background-position: center center;
    background-size: 45%;
    background-repeat: no-repeat;
}
.effect-center_block .left {
    float: left;
    width: 470px;
}
.effect-center_block .right {
    float: right;
    width: 470px;
}
.effect-center_block .advantages {
    clear: both;
    width: 295px;
    height: auto;
    padding: 5px 10px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, .6);
    margin-bottom: 90px;
}
.effect-center_block .advantages img {
    display: inline-block;
    width: 31px;
    vertical-align: top;
    margin-right: 10px;
}
.effect-center_block .advantages .text_adv {
    width: 250px;
    display: inline-block;
    text-align: left;
}
.effect-center_block .advantages .text_adv .text_0 {
    font-weight: 600;
    font-size: 15px;
    color: #976945;
}
.effect-center_block .advantages .text_adv .text_1 {
    font-weight: 400;
    font-size: 13px;
    color: #000;
}
.effect-center_block .right_el {
    float: right;
}
.s_text h2 {
    clear: both;
    font-weight: 500;
    font-size: 22px;
    color: #474747;
    position: relative;
}
.s_text h2 span {
    font-weight: 800;
    color: #976945;
    font-size: 25px;
}
.effect-center_footer {
    height: 300px;
    margin-top: 45px;
}
.stick {
    width: 235px;
    display: inline-block;
    padding-right: 140px;
    position: relative;
}
.stick::after {
    content: "=";
    position: absolute;
    float: right;
    top: 130px;
    left: 290px;
    font-family: "Roboto", sans-serif;
    font-size: 54px;
    font-weight: 700;
    color: #342011;
}
.stick_name {
    margin-top: 12px;
    background-color: #6a5036;
    width: 233px;
    padding: 6px 0;
    border-radius: 18px;
    font-weight: 500;
    font-size: 19px;
    color: #fff;
    cursor: pointer;
}
.another_facilities {
    width: 235px;
    display: inline-block;
}
.another_name {
    margin-top: 12px;
    color: #6a5036;
    width: 233px;
    font-weight: 600;
    font-size: 19px;
}
.effect-cream p {
	margin: 3em 0;
    font-weight: 400;
    font-size: 19px;
    color: #404040;
}
/*customer_reviews*/
.customer_reviews {
    text-align: center;
    padding: 129px 0;
    border-top: 55px solid transparent;
    margin-top: -55px;
}
.customer_reviews h2 {
font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 28px;
    color: #836c53;
    text-transform: uppercase;	
}
.customer_reviews h2 span {
    color: #000;
}
.customer_reviews h2:after {
    content: "";
    margin: 15px auto 0 auto;
    display: block;
    position: relative;
    width: 140px;
    height: 6px;
    background-color: #ead7c0;
}
.rew {
    width: 460px;
    height: 430px;
    display: inline-block;
    margin-bottom: 50px;
}
.rew .rew_block {
    width: 90%;
    float: right;
    margin-top: 20px;
}
.rew .rew_name {
    float: left;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 17px;
    color: #976945;
}
.rew .rew_text {
    float: left;
    text-align: left;
    font-weight: 400;
    font-size: 13px;
    color: black;
}
.rew_img_block {
    width: 90%;
    height: 295px;
    position: relative;
}
.rew_img {
    position: absolute;
    height: 250px;
    width: 210px;
    background-color: #fff;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.15);
}
.before_rew {
    top: 200px;
    left: 45px;
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
}
.after_rew {
    top: 165px;
    left: 225px;
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
}
.before_rew_image {
    width: 182px;
    height: 188px;
    margin: 10px auto 19px auto;
}
.rew_1_img_before {
    background-image: url(../images/reviews/xrew_1_before.png.webp);
    background-position: top 250px center;
    background-size: cover;
}
.rew_1_img {
    background-image: url(../images/reviews/xrew_1.png.webp);
    background-position: top 250px center;
    background-size: cover;
}
.rew_2_img_before {
    background-image: url(../images/reviews/xrew_2_before.png.webp);
    background-position: top 330px center;
    background-size: cover;
}
.rew_2_img {
    background-image: url(../images/reviews/xrew_2.png.webp);
    background-position: top 330px center;
    background-size: cover;
}
.rew_3_img_before {
    background-image: url(../images/reviews/xrew_3_before.png.webp);
    background-position: top center;
    background-size: cover;
}
.rew_3_img {
    background-image: url(../images/reviews/xrew_3.png.webp);
    background-position: top center;
    background-size: cover;
}
.rew_4_img_before {
    background-image: url(../images/reviews/xrew_4_before.png.webp);
    background-position: top center;
    background-size: cover;
}
.rew_4_img {
    background-image: url(../images/reviews/xrew_4.png.webp);
    background-position: top center;
    background-size: cover;
}
/*secret-block */
.secret-block {
    height: 555px;
    background-color: #fff;
}
.block_head p {
width: 60%;
margin: 2rem 0;
    font-weight: 600;
    font-size: 28px;
    color: #816950;
    text-transform: uppercase;
}
.block_head span {
color: #404040;
}
.block_add {
    height: 475px;
    background-color: #966941;
}
.secrets {
    width: 530px;
    float: left;
}
.secret .head {
    padding-top: 30px;
}
.secret .head img {
    display: inline-block;
    vertical-align: middle;
    padding-top: 2px;
}
.secret .head .text {
    display: inline-block;
    vertical-align: top;
    font-weight: 500;
    font-size: 19px;
    color: #fff;
    top: -5px;
}
.secret  .text_promo {
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    padding-top: 10px;
}
.secrets_img {
    margin-top: 12px;
    float: right;
    height: 350px;
    width: 425px;
}
.warranty h1 {
text-align: center;
margin: 1.8rem 0;
    font-weight: 700;
    font-size: 25px;
    color: #aa9475;
}

.wrapper-warranty {
display: flex;
justify-content: center;
align-items: center;
}
.wrapper-garant {
    width: 150px;
    height: auto;
    flex: 1 0 auto;
}
.wrapper-text {
    font-size: 20px;
    font-weight: bold;
    padding: 0 20px;
}
.wrapper-text span {
    font-size: 25px;
    display: block;
    width: fit-content;
    text-align: center;
    background: url(../images/bg/marker.png) center center / cover no-repeat;
    margin: 0 auto;
    margin-top: 10px;
    text-transform: uppercase;
    padding: 5px 10px;
}
.wrapper-cert {
    flex: 1 0 auto;
    width: 250px;
    height: 355px;
}
/*block-last*/
.block-last {
    height: 695px;
    text-align: center;
}
.block-last h1 {
    color: #404040;
    margin-top: 45px;
    font-weight: 800;
    font-size: 25px;
}
.block-last h1 span {
    color: #aa9475;
    font-weight: 700;
}
.block-lastp {
    font-weight: 400;
    font-size: 16px;
    margin-top: 1em;
}
footer {
	text-align: center;
	padding: 10px 0;
background: #966941;	
}
footer p {
display: inline-block; 
color: #fff;
font-size: 16;
font-weight: 600;	
}
footer a {
display: inline-block; 
color: #fff;
font-size: 16;
font-weight: 600;
cursor: pointer;	
text-decoration: none;
transition: all 0.3s;
}
footer a:hover {
opacity: .8;	
}
@media screen and (max-width: 965px){
.form_container {
	width: 100%;
max-width: 930px;
}
.form_container form {
    margin-right: 13%;
}	
.container {
padding: 0 10px
}	
.work_cream {
height: 100%;	
}
.effect-center_block .left {
    max-width: 400px;
}
.effect-center_block .right {
    max-width: 400px;
}
.secrets {
    max-width: 400px;
}
.secrets_img {
    max-width: 400px;
}
.step_wrapper {
float: none;	
}
.step-two {
flex-wrap: wrap;
}
}
@media screen and (max-width: 810px) { 
.container {
padding: 0 15px;	
}
.nav-content {
    flex-direction: column;
}
.nav-item {
margin-bottom: 10px;
}
.preview {
    height: 850px;
    text-align: center;
}
.preview {
    background-image: url(../images/bg/section_1_bg.jpg);
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;	
}
.preview-text {
     margin-bottom: 0px; 
}
.preview-text h1 {
    font-weight: 600;
    font-size: 22px;
    color: #404040;
    margin: 0;
}
.preview-text h1:after {
    content: "";
    display: none;
}
.preview-text p {
    width: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
}
.fr_mobile {
    display: block !important;
    margin: 0 auto;
    width: 285px;
    height: 285px;
}	
.form_container {
	margin-top: 0;
    height: 365px;
    width: 100%;
    background-image: none;
    background-size: 80%;
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,.5);
}
.form_container form {
    height: 310px;
    width: 100%;
    float: none;
    margin-top: 20px;
    margin-right: 123px;
}
   .form_container form button {
        margin-top: -15px
    }

    input,select {
        /*width: 235px;*/
        width: 70%;
        height: auto;
        border: 2px solid #71625b;
        border-radius: 19px;
        text-align: center;
        padding: 3px 0;
        font-weight: 600;
        font-size: 16px;
        color: #56534f
    }
.price_1 {
        display: inline-block;
        width: 150px
    }

    .price_2 {
        display: inline-block;
        width: 150px
    }

    .price_2 .old_price::before {
        content: none
    }

    .price_text_0 {
        font-weight: 400;
        font-size: 12px;
        color: #787673;
        display: inline-block;
        width: 75px;
        line-height: 29px
    }

    .old_price {
        display: inline-block;
        width: 90px
    }

    .count {
        margin-top: 10px
    }

    .count_text {
        font-weight: 500;
        font-size: 14px;
        display: inline-block;
        color: #56534f;
        line-height: 25px
    }

    .count_number {
        display: inline-block;
        font-weight: 500;
        font-size: 14px;
        color: #fff;
        width: 25px;
        height: 25px;
        border-radius: 100%;
        background-color: #8f6238;
        line-height: 25px
    }

    .count_control {
        display: inline-block;
        vertical-align: middle;
        font-weight: 500;
        font-size: 11px;
        margin-top: 15px;
        color: #56534f;
        line-height: 14px
    }
    .defect {
    width: 100%;
    height: 100%;
    margin-bottom: 30px;
    margin-top: 20px;
}
    .defect_img {
    display: none; 
    }
.defect_wrapper {
	width: 100%;
}
.defect_wrapper li {
    height: 143px;
}
.defect_wrapper li .change_img {
    height: 130px;
    width: 130px;
    margin: auto;
    float: left;
    position: relative;
    left: 5px;
    margin-right: 25px;
}
.defect_wrapper li .change_text {
    top: -26px;
    left: 7px;
    }
.work_cream { 
height: 100%;
}
.step-one_img {
display: none;	
}
.step_wrapper {
    display: block;
    margin-right: 0;
    width: 100%;
    text-align: left;
}
.step_wrapper h4 {
    margin: 60px 0 0 0;

}
.step_wrapper p {
    margin: 10px 0 0 0;
}

.in_action_container {
    height: auto;
}
.step-two {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
}
.step_img img:first-child {
    margin-left: 0;
}
.step_wrapper .details {
    margin-left: 0;
    }
    .step-block_two {
    float: left;
    margin-top: 20px;
    text-align: left;
    order: 1;
}
.step h4 {
    margin: 40px 0 0 0;
}
.step p {
    margin: 10px 0 0 0px;
}
.step-two .details {
    margin-left: 0;
}
.discount-block {
	height: 100%;
	width: 100%;
background: #fff;
align-self: center;
padding-right: 0;
}
.discount-block .cont {
    padding: 10px;
}
.features_percent {
margin: 0;
}
.effect-cream {
/*height: 100%;*/
height: 1965px;
background-position: left;
text-align: center;
}
.h_content {
    margin-top: 50px;
}
.effect-cream p {
    margin: 1em 0;
}
.effect-cream .effect-center_block {
background: none;	
}
.effect-center_block .left, .effect-center_block .right {
  width: 100%;
  width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.effect-center_block .advantages {
    margin-bottom: 20px;
    }
.stick {
padding-right: 0;
}
.stick_name {
    background-color: #6a5036;
    width: 233px;
    padding: 6px 0;
    border-radius: 18px;
    font-weight: 500;
    font-size: 19px;
    color: #fff;
    margin: 12px auto;
}
.stick::after {
    content: "=";
    position: absolute;
    float: none;
    top: 202px;
    left: 104px;
    font-size: 54px;
    font-weight: 700;
    color: #342011;
}
.another_facilities {
    width: 235px;
    display: inline-block;
    margin: 70px auto 0px;
}
.customer_reviews {
    text-align: center;
    padding: 50px 0;
     border-top: none; 
    margin-top: -55px;
}
.customer_reviews h2 {
margin-bottom: 20px;	
}
.rew {
    width: 100%;
    height: 439px;
    display: flex;
    flex-direction: column;
    margin-bottom: 0px;
}
.rew .rew_block {
    width: 100%;
    float: none;
    margin-top: 20px;
    text-align: center;
}
.rew .rew_name {
    float: none;
}
.rew .rew_text {
    text-align: center;
    }
.rew_img_block {
    width: 100%;
    height: 295px;
    position: relative;
}
.rew_img {
    position: absolute;
    height: 220px;
    width: 170px;
    background-color: #fff;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.15);
}
.before_rew {
    top: 23px;
    left: 28px;
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
}
.after_rew {
    top: 8px;
    left: 159px;
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
}
.before_rew_image {
    width: 142px;
    height: 140px;
    margin: 10px auto 19px auto;
}
.rew_1_img_before {
    background-position: top 209px center;
    background-size: cover;
}
.rew_1_img {
    background-position: top 209px center;
    background-size: cover;
}
.rew_2_img_before {
    background-position: top 258px center;
    background-size: cover;
}
.rew_2_img {
    background-position: top 258px center;
    background-size: cover;
}
.rew_3_img_before {
    background-position: top center;
    background-size: cover;
}
.rew_3_img {
    background-position: top center;
    background-size: cover;
}
.rew_4_img_before {
    background-position: top center;
    background-size: cover;
}
.rew_4_img {
    background-position: top center;
    background-size: cover;
}
.block_head p {
    width: 100%;
    font-weight: 600;
    font-size: 18px;
}
.block_add {
    height: 100%;
   padding-bottom: 40px;
}
.secret-block {
    height: 100%;
    }
.secrets {
    width: 100%;
    float: none;
    margin: auto;
}
.head img {
    padding-top: 0px;
    margin-top: 0px;
}

.secret .head .text {
    display: inline-block;
    vertical-align: top;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    top: -5px;
    width: 85%;
}
.text_promo {
    font-size: 13px;
}
.secrets_img {
display: none;	
}
.wrapper-warranty {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.wrapper-garant {
margin-bottom: 20px;
}
.wrapper-text {
	text-align: center;
margin-bottom: 20px;
}
.block-last {
    height: 100%;
    margin-bottom: 60px;
}
.block-last p {
margin: 20px 0;
}
}
.mobile-btn_lip {
display: none;    
}
@media screen and (max-width: 810px) { 
  .mobile-btn_lip {
    display: block;
    position: sticky;
    bottom: 0;
    z-index: 999;
} 
.mobile-btn_lip .button {
    text-align: center;
display: block;
width: 100%;
margin: 0px;
border-radius: 0px;
}
.change {
    margin-top: 120px;
}
}