@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('../fonts/opensans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
html{
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
* {
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

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

button {
    outline: none;
    border: none;
}


body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}

section {
    overflow: hidden;
}

*::-moz-focus-inner {
    border: 0;
}

.limit {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    width: 980px;
}
.no-webp .section_first{
    background: url(../images/1_bg.png) no-repeat center top / auto;
}
.webp .section_first{
    background: url(../images/1_bg.webp) no-repeat center top / auto;
}
.section_first {
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    position: relative;
    margin-bottom: -3px;
}

.logo {
    color: #239eb8;
    text-transform: uppercase;
    font-size: 79px;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
    letter-spacing: -2px;
    margin-top: -101px;
}

.left_wrap {
    width: 50%;
    display: inline-block;
    position: relative;
    line-height: 95px;
    z-index: 9;
    top: 20px;
}



.slogan {
    padding-top: 10px;
    margin-left: 5px;
}

.section_first .logo:before {
    content: "";
    background: url(../images/l_6.png) no-repeat;
    width: 92px;
    height: 101px;
    display: block;
    position: relative;
    bottom: -191px;
    right: 292px;
    z-index: 0;
}

.slogan h1 {
    font-family: "Rubik Mono One", serif;
    color: #773300;
    font-size: 47px;
    line-height: 44px;
    font-weight: normal;
    letter-spacing: -2.5px;
    margin-bottom: 20px;
}

.green_walper {
    position: relative;
    left: -109px;

}

.green_walper p {
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(26, 162, 135, 1) 50%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(26, 162, 135, 1)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(26, 162, 135, 1) 50%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(26, 162, 135, 1) 50%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(26, 162, 135, 1) 50%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(26, 162, 135, 1) 100%, rgba(255, 255, 255, 0) 100%);
    width: 402px;
    padding: 5px 89px 10px 115px;
    color: white;
    line-height: 30px;
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    letter-spacing: -0.5px;
    font-weight: bold;
}

.right_wrap {
    position: absolute;
    width: 49%;
    top: 0;
    display: inline-block;
}

.section_first .limit:after {
    content: "";
    display: block;
    clear: both;
}

.container {
    margin-top: 25px;
}
.no-webp .section_first .limit .container:after{
    background: url(../images/1_foto.png) no-repeat;
}
.webp .section_first .limit .container:after{
    background: url(../images/1_foto.webp) no-repeat;
}
.section_first .limit .container:after {
    content: "";    
    background-size: contain;
    width: 481px;
    height: 668px;
    display: block;
    position: absolute;
    bottom: 0;
    right: 193px;
    z-index: 0;
}

.prod_natural {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    color: #313534;
    position: relative;
    top: -94px;
    right: -194px;
    margin-bottom: 100px;
}

.prod_natural:before {
    content: "";
    background: url(../images/l_7.png) no-repeat;
    width: 97px;
    height: 110px;
    display: block;
    position: relative;
    bottom: -191px;
    right: -522px;
    z-index: 0;
}

.prod_natural span {
    font-size: 20px;
    width: 193px;
    display: inline-block;
    position: relative;
    left: 5px;
    top: 20px;
    line-height: 1;
    letter-spacing: -1px;
}

.prod_natural span b {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    margin-left: -1px;
}

.prod_natural .icon {
    display: block;
    float: left;
    position: relative;
    width: 96px;
    height: 97px;
    box-sizing: border-box;
    text-align: center;
    color: #000;
    line-height: 0.8;
    background: url(../images/1_natural.png) no-repeat center / contain;
}

.prod_natural .icon:before {
    content: "";
    background: url(../images/l_8.png) no-repeat;
    width: 93px;
    height: 95px;
    display: block;
    position: absolute;
    top: 87px;
    right: -24px;
    z-index: 0;
}

.icon span:first-child {
    font-size: 26px;
    color: #1aa387;
    position: relative;
    top: 31px;
    left: -16px;
}

.icon span {
    display: block;
    font-size: 12px;
    font-weight: bold;
    position: relative;
    top: 31px;
    letter-spacing: -0.5px;
    width: 120px;
    left: -15px;
}

.problems {
    width: 325px;
    padding: 40px 0;
    margin-top: -70px;
}

.problems:before {
    content: "";
    background: url(../images/l_1.png) no-repeat;
    width: 70px;
    height: 72px;
    display: block;
    position: relative;
    bottom: -315px;
    left: -120px;
    z-index: 0;
}

.problems p {
    margin-right: 90px;
    margin-top: 21px;
    margin-bottom: 15px;
    list-style-type: none;
    font-size: 23px;
    line-height: 1.3;
    position: relative;
    display: block;
    z-index: 10;
    text-align: right;
    min-height: 50px;
    border-bottom: 1px solid #1aa387;
    padding: 0px 0px 12px 0;
}

.problems p:after {
    content: "";
    background: url(../images/1_check.png) center #773300;
    background-repeat: no-repeat;
    width: 68px;
    height: 68px;
    display: block;
    position: absolute;
    top: 50%;
    border: 3px solid #1aa387;
    border-radius: 50%;
    margin-top: -43px;
    left: 247px;
    padding: 0px;
}

.problems p:nth-of-type(1):after {
    background-position: 11px 11px;
}

.problems p:nth-of-type(2):after {
    background-position: 11px -74px;
}

.problems p:nth-of-type(3):after {
    background-position: 11px -157px;
}

.problems p:last-child {
    border-bottom: none;
}

.left-cell {
    width: 49%;
    display: inline-block;
    position: relative;
    top: 15px;
}

.right-cell {
    width: 49%;
    display: inline-block;
    position: absolute;
    bottom: 0px;
}

.problems p span {
    color: #1aa387;
    font-weight: bold;
}

.price_place {
    right: -80px;
    height: 185px;
    bottom: 70px;
    position: relative;
    z-index: 1;
    margin-top: 15px;
}

.btn_shadow {
    width: 290px;
    border-radius: 50px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.6);
}


.praces {
    width: 100%;
    text-align: right;
    font-weight: bold;
    line-height: 1.5;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.praces span {
    display: block;
}

.praces .old_price {
    font-size: 25px;
    color: #fff;
    background: #773300;
    padding: 0px 8px 5px;
    width: 160px;
    line-height: 30px;
    text-decoration: line-through;
    text-align: center;
    position: relative;
}

.praces .new_price {
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    width: 100%;
    letter-spacing: -1px;
    text-align: center;
    background: #92bb3c;
    padding: 6px 0px 5px !important;
    display: block;
    line-height: 1.1;
    margin: -8px 0 8px 0;
    z-index: 9;
}

.btn {
    cursor: pointer;
    text-transform: uppercase;
    width: 290px;
    background: #ffb000;
    background: -moz-linear-gradient(top, #ffb000 0%, #ff2500 100%);
    background: -webkit-linear-gradient(top, #ffb000 0%, #ff2500 100%);
    background: linear-gradient(to bottom, #ffb000 0%, #ff2500 100%);
    padding: 21px 24px;
    border-radius: 50px;
    font-weight: bold;
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    color: white;
    border: solid 1px #f87500;
    -webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.5);
    -moz-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.5);
    box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.5);
}

.btn:hover {
    background: #ffd300;
    background: -moz-linear-gradient(top, #ff0900 0%, #ffd300 100%);
    background: -webkit-linear-gradient(top, #ff0900 0%, #ffd300 100%);
    background: linear-gradient(to bottom, #ff0900 0%, #ffd300 100%);
}

.sale {
    display: block;
    position: relative;
    width: 196px;
    box-sizing: border-box;
    text-align: center;
    font-size: 23px;
    font-family: 'Impact', sans-serif;
    color: white;
    line-height: 1;
    right: -320px;
    bottom: 300px;
    z-index: 2;
}
.sale::before {
    content: '';
    display: block;
    width: 130px;
    height: 130px;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    background: no-repeat center / contain;
    background-image: url('../images/discount2.png');
}


.sale--orange::before {
    background-image: url('../images/discount1.png');
}

.sale span {
    display: block;
    position: relative;
}

.sale span:last-child {
    font-size: 18px;
}

.prod_wrap {
    position: relative;
    bottom: 30px;
    z-index: 2;
    right: -240px;
    width: 235px;
    margin-top: -70px;
}

.prod_wrap:before {
    content: "";
    background: url(../images/l_1.png) no-repeat;
    width: 70px;
    height: 72px;
    display: block;
    position: relative;
    bottom: -431px;
    right: -284px;
    z-index: 0;
}

.prod_wrap img {
    max-width: 100%;
}



.section_two {
    background: #d50014;
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    margin-bottom: -1px;
}

.section_two .text {
    position: relative;
    margin: 0px auto;
    width: 530px;
    padding: 30px 0;
    font-size: 24px;
    text-align: center;
    color: #fff;
    line-height: 1.2;
}

.section_two .text:before {
    content: "";
    background: url(../images/1_nav_pic1.png) 50% no-repeat;
    width: 327px;
    height: 269px;
    z-index: 2;
    display: block;
    position: absolute;
    left: -280px;
    top: -24px;
}

.section_two .text:after {
    content: "";
    background: url(../images/1_nav_pic2.png) 50% no-repeat;
    width: 536px;
    height: 175px;
    z-index: 2;
    display: block;
    position: absolute;
    right: -495px;
    top: 0px;
}

.section_three .limit:first-child:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 70px solid transparent;
    border-right: 70px solid transparent;
    border-top: 30px solid #d50014;
    display: block;
    position: absolute;
    left: calc(50% - 80px);
    top: 0px;
}

.header_three span {
    color: #773300;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    padding: 100px 130px 30px 130px;
    display: block;
    border-bottom: 1px dashed #773300;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.header_three span b {
    font-weight: bold;
}

.right_wrap_block {
    position: relative;
    left: 24px;
    bottom: -70px;
}

.header_three:after {
    content: "";
    background: url(../images/icon1.png) top center no-repeat;
    width: 84px;
    height: 84px;
    z-index: 2;
    display: block;
    position: relative;
    left: 440px;
    top: -77px;
}

.header_three {
    margin-bottom: -120px;
}

.section_three {
    background: url(../images/2_bg.png) no-repeat center top;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0;
    padding-bottom: 56px;
    margin-bottom: -46px;
}

.punkts-content {
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 5%, rgba(117, 51, 0, 1) 35%, rgba(117, 51, 0, 1) 73%, rgba(255, 255, 255, 1) 92%);
    background: -webkit-gradient(left top, right top, color-stop(5%, rgba(255, 255, 255, 1)), color-stop(35%, rgba(117, 51, 0, 1)), color-stop(73%, rgba(117, 51, 0, 1)), color-stop(92%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 5%, rgba(117, 51, 0, 1) 35%, rgba(117, 51, 0, 1) 73%, rgba(255, 255, 255, 1) 92%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 1) 5%, rgba(117, 51, 0, 1) 35%, rgba(117, 51, 0, 1) 73%, rgba(255, 255, 255, 1) 92%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 1) 5%, rgba(117, 51, 0, 1) 35%, rgba(117, 51, 0, 1) 73%, rgba(255, 255, 255, 1) 92%);
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 5%, rgba(117, 51, 0, 1) 35%, rgba(117, 51, 0, 1) 73%, rgba(255, 255, 255, 1) 92%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
    color: #ffffff;
    font-weight: bold;
    position: relative;
    display: table;
}

.punkts-content__inner {
    position: relative;
}

.punkts-content .before {
    position: absolute;
    color: white;
    font-size: 46px;
    font-family: 'Open Sans', sans-serif;
    top: 50%;
    transform: translateY(-53%);
    left: 60px;
    font-weight: bold;
    z-index: 20;
}

.section_three_punkts:after {
    content: "";
    display: table;
    clear: both;
}

.punkts-content span:nth-child(2) {
    font-size: 20px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.3;
    text-align: center;
    position: relative;
    padding: 7px 0;
    margin: auto;
    width: 250px;
}

.punkts-content:before {
    content: "";
    background: url(../images/2_arrows.png) no-repeat;
    position: absolute;
    height: 70px;
    width: 45px;
    left: 44%;
    bottom: -70px;
}

.punkts-content-img {
    font-size: 20px;
    font-weight: bold;
    color: #000000;
}

.punkts-content-img div {
    position: relative;
    left: 18px;
}

.punkts-content-img .last_div {
    position: relative;
    left: 85px;
}


.punkts-content-img div div {
    float: left;
    width: 210px;
}

.punkts-content-img div div span {
    width: 160px;
    height: 160px;
    position: relative;
    border: 3px solid #ffffff;
    border-radius: 94px;
    box-shadow: 0px 10px 12px #bfbabb;
    top: 25px;
    display: inline-block;
    margin-right: 26px;
    margin-left: 14px;
}

.body_three {
    margin: 70px 0 0 0;
}

.no-webp .punkts-content-img div:first-child div .punkt-one {
    background: url(../images/2_foto_1.png) no-repeat;
    background-position: -128px 0px;
}

.no-webp .punkts-content-img div:first-child div .punkt-two {
    background: url(../images/2_foto_2.png) no-repeat;
    background-position: -89px 0px;
}

.no-webp .punkts-content-img div:nth-child(2) div .punkt-one {
    background: url(../images/2_foto_3.png) no-repeat;
    background-position: -111px -26px;
}

.no-webp .punkts-content-img div:nth-child(2) div .punkt-two {
    background: url(../images/2_foto_4.png) no-repeat;
    background-position: -55px 0px;
}

.no-webp .body_three:nth-child(3) .punkts-content-img div:first-child div .punkt-one {
    background: url(../images/2_foto_5.png) no-repeat;
    background-position: -92px 0px;
}

.no-webp .body_three:nth-child(3) .punkts-content-img div:first-child div .punkt-two {
    background: url(../images/2_foto_6.png) no-repeat;
    background-position: -60px 0px;
}

.no-webp .body_three:nth-child(3) .punkts-content-img div:nth-child(2) div .punkt-one {
    background: url(../images/2_foto_7.png) no-repeat;
    background-position: -98px -26px;
}

.no-webp .body_three:nth-child(3) .punkts-content-img div:nth-child(2) div .punkt-two {
    background: url(../images/2_foto_8.png) no-repeat;
    background-position: -100px -7px;
}

.no-webp .body_three:last-child .punkts-content-img div div .punkt-one {
    background: url(../images/2_foto_9.png) no-repeat;
    background-position: -25px -25px;
}

.no-webp .body_three:last-child .punkts-content-img div div .punkt-two {
    background: url(../images/2_foto_10.png) no-repeat;
    background-position: -69px -3px;
}

.webp .punkts-content-img div:first-child div .punkt-one {
    background: url(../images/2_foto_1.webp) no-repeat;
    background-position: -128px 0px;
}

.webp .punkts-content-img div:first-child div .punkt-two {
    background: url(../images/2_foto_2.webp) no-repeat;
    background-position: -89px 0px;
}

.webp .punkts-content-img div:nth-child(2) div .punkt-one {
    background: url(../images/2_foto_3.webp) no-repeat;
    background-position: -111px -26px;
}

.webp .punkts-content-img div:nth-child(2) div .punkt-two {
    background: url(../images/2_foto_4.webp) no-repeat;
    background-position: -55px 0px;
}

.webp .body_three:nth-child(3) .punkts-content-img div:first-child div .punkt-one {
    background: url(../images/2_foto_5.webp) no-repeat;
    background-position: -92px 0px;
}

.webp .body_three:nth-child(3) .punkts-content-img div:first-child div .punkt-two {
    background: url(../images/2_foto_6.webp) no-repeat;
    background-position: -60px 0px;
}

.webp .body_three:nth-child(3) .punkts-content-img div:nth-child(2) div .punkt-one {
    background: url(../images/2_foto_7.webp) no-repeat;
    background-position: -98px -26px;
}

.webp .body_three:nth-child(3) .punkts-content-img div:nth-child(2) div .punkt-two {
    background: url(../images/2_foto_8.webp) no-repeat;
    background-position: -100px -7px;
}

.webp .body_three:last-child .punkts-content-img div div .punkt-one {
    background: url(../images/2_foto_9.webp) no-repeat;
    background-position: -25px -25px;
}

.webp .body_three:last-child .punkts-content-img div div .punkt-two {
    background: url(../images/2_foto_10.webp) no-repeat;
    background-position: -69px -3px;
}
.punkts-content-img div div p {
    text-align: center;
    position: relative;
    width: 192px;
    line-height: 1;
    top: 35px;
    display: block;
}

.section_three_punkts {
    position: relative;
    width: 100%;
    display: table;
}

.body_three:last-child .section_three_punkts .punkts-content {
    padding: 10px 0px;
}

.body_three:last-child .punkts-content-img div {
    position: relative;
    left: 14%;
}

.body_three .section_three_punkts .punkts-content {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    text-align: center;
}

.section_three_punkts:before {
    content: "";
    background: url(../images/2_shadow_up.png) no-repeat;
    position: absolute;
    height: 9px;
    width: 100%;
    top: -13px;
}

.section_three_punkts:after {
    content: "";
    background: url(../images/2_shadow_down.png) no-repeat;
    position: absolute;
    height: 9px;
    width: 100%;
    left: 0;
    bottom: -14px;
}

.body_three:after {
    content: "";
    display: table;
    clear: both;
}

.punkts-content-img:after {
    content: "";
    display: table;
    clear: both;
}

.punkts-content-img div div p b {
    color: #d50014;
}


.footer_three {
    border: 1px solid #64aa36;
    padding: 5px 9px 5px 45px;
    position: relative;
    margin-top: 130px;
    left: 150px;
}

.header_five {
    border: 1px solid #64aa36;
    padding: 9px 3px 9px 30px;
    position: relative;
    margin-top: 70px;
    margin-right: 10px;
    margin-left: 170px;
}

.no-webp .header_five:after {
    content: "";
    background: url(../images/3_pic_cap.png) no-repeat;
    position: absolute;
    height: 373px;
    width: 516px;
    left: -294px;
    bottom: -30px;
}

.no-webp .header_five .green_block:after {
    content: "";
    background: url(../images/intox-min.png) no-repeat;
    position: absolute;
    height: 207px;
    width: 414px;
    right: 451px;
    bottom: 25px;
    z-index: 9;
    background-size: contain;
}
.webp .header_five:after {
    content: "";
    background: url(../images/3_pic_cap.webp) no-repeat;
    position: absolute;
    height: 373px;
    width: 516px;
    left: -294px;
    bottom: -30px;
}

.webp .header_five .green_block:after {
    content: "";
    background: url(../images/intox-min.webp) no-repeat;
    position: absolute;
    height: 207px;
    width: 414px;
    right: 451px;
    bottom: 25px;
    z-index: 9;
    background-size: contain;
}
.footer_three .green_block {
    border: 1px solid #85bc61;
    padding: 5px 0px 5px 56px;
}

.green_block {
    border: 1px solid #85bc61;
    padding: 25px 45px 30px 203px;

}

.green_block .logo {
    border: 1px solid #afd396;
    line-height: 66px;
    padding: 5px 400px 10px 30px;
    margin-top: 0;
    width: 425px;
}

.header_five .green_block .logo {
    border: none;
    line-height: 103px;
    padding: 0;
    font-size: 99px;
    width: 425px;
    letter-spacing: 0px;
    color: #239eb8;
}

.header_five .green_block div:first-child {
    color: #773300;
    line-height: 30px;
    font-size: 30px;
    text-align: center;
    letter-spacing: -1.5px;
}

.header_five .green_block p {
    color: #ffffff;
    background: #92bb3c;
    line-height: 1.3;
    font-size: 30px;
    width: 503px;
    letter-spacing: -1.5px;
    margin-left: 10px;
    text-align: center;
}

.footer_three:after {
    content: "";
    background: -moz-linear-gradient(right, rgba(255, 255, 255, 1) 43%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(right, rgba(255, 255, 255, 1) 43%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 43%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
    width: 465px;
    min-height: 134px;
    height: 100%;
    position: absolute;
    right: -80px;
    top: -6px;
}

.footer_three:before {
    content: "";
    background: url(../images/l_2.png) no-repeat;
    width: 92px;
    height: 101px;
    display: block;
    position: absolute;
    top: -3px;
    right: 337px;
    z-index: 0;
}

.header_four:before {
    content: "";
    background: url(../images/l_1.png) no-repeat;
    width: 70px;
    height: 72px;
    display: block;
    position: relative;
    top: 85px;
    left: -50px;
    z-index: 0;
}

.body_four {
    margin-top: -55px;
}

.body_four-block {
    width: 304px;
    float: left;
    min-height: 458px;
    background: #7fd8c2;
    border: 1px solid #7fd8c2;
    margin: 0 8px;
    box-shadow: 0px 1px 2px #b7b8b1;
    position: relative;
}

.body_four-block:last-child:before {
    content: "";
    background: url(../images/l_3.png) no-repeat;
    width: 70px;
    height: 73px;
    display: block;
    position: absolute;
    bottom: 14px;
    right: -160px;
    z-index: 0;
}

.body_four-block p:first-child {
    font-size: 24px;
    width: 226px;
    text-align: center;
    font-weight: bold;
    margin: 25px auto 10px;
    line-height: 24px;
}

.body_four-block:nth-child(2) p:first-child {
    margin: 33px auto 24px;
    color: #1aa387;
}

.body_four-block:nth-child(2) .green_text {
    font-size: 20px;
    color: #000000;
    width: 225px;
    text-align: center;
    font-weight: bold;
    margin: 11px auto 0;
    padding: 18px 34px;
    line-height: 22px;
    position: relative;
    z-index: 9;
    background: #7fd8c2;
    border: 6px solid #f9fbf3;
    border-top: none;
}

.body_four-block .green_text {
    font-size: 20px;
    color: #1aa387;
    width: 268px;
    text-align: center;
    font-weight: bold;
    margin: 10px auto 0;
    padding: 17px 12px;
    line-height: 22px;
    position: relative;
    z-index: 9;
    background: #fff7eb;
    border: 6px solid #f9fbf3;
    border-top: none;
}

.body_four-block:nth-child(2) {
    background: #fff7eb;
    border: 1px solid #fff7eb;
}

.green_block-info-text {
    background: url(../images/2_text.png) no-repeat;
    background-size: 100% 100%;
    width: 680px;
    min-height: 126px;
    position: relative;
    left: 148px;
    top: 17px;
    color: #ffffff;
    font-size: 27px;
    font-weight: bold;
    letter-spacing: -0.5px;
    line-height: 29px;
    padding: 15px 0px 0px 150px;
}

.green_block-info-text span {
    display: inline-block;
    width: 500px;
    z-index: 9;
    top: 9px;
    position: relative;
}

.no-webp .green_lable {
    background: url(../images/2_lable.png) bottom no-repeat;
    width: 477px;
    height: 295px;
    position: absolute;
    bottom: 0px;
    left: -238px;
    margin-bottom: -18px;
}

.no-webp .green_lable:before {
    content: "";
    background: url(../images/intox-min.png) no-repeat;
    width: 302px;
    height: 212px;
    display: block;
    position: absolute;
    bottom: 84px;
    right: 101px;
    z-index: 0;
    background-size: contain;
}

.no-webp .green_block-info-text:after {
    content: "";
    background: url(../images/2_foto_man.png) no-repeat;
    width: 283px;
    height: 374px;
    display: block;
    position: absolute;
    top: -196px;
    right: 31px;
    z-index: 0;
}

.webp .green_lable {
    background: url(../images/2_lable.webp) bottom no-repeat;
    width: 477px;
    height: 295px;
    position: absolute;
    bottom: 0px;
    left: -238px;
    margin-bottom: -18px;
}

.webp .green_lable:before {
    content: "";
    background: url(../images/intox-min.webp) no-repeat;
    width: 302px;
    height: 212px;
    display: block;
    position: absolute;
    bottom: 84px;
    right: 101px;
    z-index: 0;
    background-size: contain;
}

.webp .green_block-info-text:after {
    content: "";
    background: url(../images/2_foto_man.webp) no-repeat;
    width: 283px;
    height: 374px;
    display: block;
    position: absolute;
    top: -196px;
    right: 31px;
    z-index: 0;
}
.green_block-info-text:before {
    content: "";
    background: url(../images/2_text-shadow.png) no-repeat;
    width: 511px;
    height: 75px;
    display: block;
    position: absolute;
    bottom: -33px;
    right: 0px;
    z-index: -1;
}



.header_four span {
    color: #1aa387;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    padding: 30px 0;
    display: block;
    border-bottom: 1px dashed #1aa387;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.header_four span b {
    color: #92bb3c;
}

.header_four:after {
    content: "";
    background: url(../images/icon3.png) top center no-repeat;
    width: 84px;
    height: 84px;
    z-index: 2;
    display: block;
    position: relative;
    left: 440px;
    top: -77px;
}

.section_four {
    width: 100%;
    height: 100%;
    z-index: -1;
    margin-top: -31px;
    padding-bottom: 30px;
    margin-bottom: -9px;
}

.form .btn_shadow {
    width: 275px;
    border-radius: 50px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.6);
}


.section_five {
    padding-bottom: 30px;
    margin-top: -31px;
    padding-top: 20px;
}

.section_six {
    min-height: 815px;
    background: url(../images/4_bg.png) no-repeat center bottom;
    width: 100%;
    height: 100%;
    margin-top: 90px;
}

.header_six span {
    color: #1aa387;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    padding: 0 0 30px;
    display: block;
    border-bottom: 1px dashed #1aa387;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.header_six span b {
    color: #393939;
}

.header_six:after {
    content: "";
    background: url(../images/icon3.png) top center no-repeat;
    width: 84px;
    height: 84px;
    z-index: 2;
    display: block;
    position: relative;
    left: 440px;
    top: -77px;
}

.header_six:before {
    content: "";
    background: url(../images/l_7.png) no-repeat;
    width: 97px;
    height: 110px;
    display: block;
    position: absolute;
    bottom: 66px;
    right: 187px;
    z-index: 0;
    -moz-transform: rotate(34deg);
    -ms-transform: rotate(34deg);
    -webkit-transform: rotate(34deg);
    -o-transform: rotate(34deg);
    transform: rotate(34deg);
}

.body_six_number {
    font-family: "Rubik Mono One";
    font-size: 24px;
    color: #ffffff;
    position: relative;
    top: 50px;
    right: -326px;
    z-index: 99;
}

.last_block .body_six-right {
    width: 627px;
    float: right;
    position: relative;
    bottom: 0;
    left: 10px;
}

.last_block .body_six-right:before {
    content: "";
    background: url(../images/l_1.png) no-repeat;
    width: 70px;
    height: 72px;
    display: block;
    position: absolute;
    top: -44px;
    right: 56px;
    z-index: 0;
    -moz-transform: rotate(34deg);
    -ms-transform: rotate(34deg);
    -webkit-transform: rotate(34deg);
    -o-transform: rotate(34deg);
    transform: rotate(-50deg);
}

.last_block .body_six-right:after {
    content: "";
    background: url(../images/l_1.png) no-repeat;
    width: 70px;
    height: 72px;
    display: block;
    position: absolute;
    bottom: -122px;
    left: 180px;
    z-index: 0;
    -moz-transform: rotate(34deg);
    -ms-transform: rotate(34deg);
    -webkit-transform: rotate(34deg);
    -o-transform: rotate(34deg);
    transform: rotate(76deg);
}

.last_block .body_six-right img {
    float: left;
    z-index: 15;
    position: relative;
}

.last_block .body_six-right .body_six_number {
    right: 82px;
    top: 58px;
}

.last_block .body_six-right .body_six_text {
    display: inline-block;
    border-right: none;
    padding: 0 0 15px 17px;
    text-align: left;
    left: -22px;
    border-left: 3px double #1aa387;
}

.last_block .body_six-right .body_six_text:after {
    content: "";
    background: url(../images/4_img_3-br.png) no-repeat;
    position: absolute;
    width: 21px;
    height: 47px;
    left: -21px;
    top: -20px;
    z-index: 9;
}

.body_six_text {
    text-align: right;
    font-size: 24px;
    display: block;
    line-height: 1.1;
    width: 280px;
    padding: 0 20px 15px 0;
    border: 3px double #1aa387;
    border-left: none;
    letter-spacing: -0.5px;
    border-top: none;
    position: relative;
    left: -5px;
    top: 22px;
    margin-bottom: 36px;
}

.body_six_text b {
    color: #1aa387;
}

.body_six:after {
    content: "";
    display: table;
    clear: both;
}

.body_six:last-child {
    position: relative;
}

.body_six:last-child .body_six_number {
    top: 182px;
    right: -326px;
}

.body_six:first-child {
    width: 547px;
    margin-bottom: -25px;
}

.body_six:nth-child(2) {
    width: 527px;
    display: table-row;
    vertical-align: bottom;
}

.section_six_blocks {
    display: table;
    position: relative;
}

.section_six .last_block {
    position: absolute;
    top: 274px;
    right: 0;
}

.body_six:nth-child(2) img {
    top: 40px;
    left: -30px;
    z-index: 20;
}

.body_six:first-child img {
    float: right;
}

.body_six:last-child .body_six_text:after {
    content: "";
    background: url(../images/4_img_2-br.png) no-repeat;
    width: 333px;
    height: 156px;
    right: -21px;
    display: block;
    bottom: 7px;
}


.body_six:last-child .body_six_text {
    text-align: right;
    font-size: 24px;
    display: block;
    line-height: 1.1;
    width: 280px;
    padding: 15px 20px 0px 0;
    border: none;
    letter-spacing: -0.5px;
    border-bottom: none;
    position: relative;
    left: 1px;
    top: 22px;
    margin-bottom: 115px;
}

.body_six img {
    float: right;
    position: relative;
    z-index: 11;
}

.body_six .body_six_text:after {
    content: "";
    background: url(../images/4_img_1-br.png) no-repeat;
    position: absolute;
    width: 21px;
    height: 47px;
    right: -21px;
    top: -13px;
    z-index: 9;
}

.header_six {
    margin-bottom: -70px;
    position: relative;
}

.no-webp .section_seven {
    padding-bottom: 170px;
    position: relative;
    background: url(../images/5_bg.png) no-repeat center top;
    width: 100%;
    height: 100%;
}
.webp .section_seven {
    padding-bottom: 170px;
    position: relative;
    background: url(../images/5_bg.webp) no-repeat center top;
    width: 100%;
    height: 100%;
}
.last_block:after {
    content: "";
    display: table;
    clear: both;
}

.header_seven span b {
    color: #d4001e;
}

.header_seven span {
    color: #773300;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    padding: 0 0 35px;
    display: block;
    border-bottom: 1px dashed #1aa387;
    text-transform: uppercase;
    margin-bottom: 35px;
    line-height: 48px;
    position: relative;
    top: 100px;
}

.header_seven:after {
    content: "";
    background: url(../images/icon4.png) top center no-repeat;
    width: 84px;
    height: 84px;
    z-index: 2;
    display: block;
    position: relative;
    left: 440px;
    top: 22px;
}

.body_seven {
    position: relative;
}

.body_seven:after {
    content: "";
    display: table;
    clear: both;
}

.no-webp .body_seven-img {
    background: url("../images/5_micro.png") no-repeat;
    width: 460px;
    height: 535px;
    position: relative;
    top: -103px;
    left: -120px;
    z-index: 5;
    float: left;
}
.webp .body_seven-img {
    background: url("../images/5_micro.webp") no-repeat;
    width: 460px;
    height: 535px;
    position: relative;
    top: -103px;
    left: -120px;
    z-index: 5;
    float: left;
}
.body_seven-img img {
    position: relative;
    top: 445px;
    right: -665px;
    width: 281px;
}

.body_seven .doctor {
    position: absolute;
    bottom: 0;
    z-index: 9;
    left: 63px;
    display: block;
}

.body_seven_right_block {
    position: relative;
    padding-left: 460px;
    font-size: 20px;
    margin-top: 100px;
    z-index: 20;
    line-height: 25px;
    margin-bottom: 90px;

}

.body_seven_right_block p {
    margin-bottom: 20px;
    margin-right: 20px;
}

.body_seven_right_block p:first-child span {
    background: #d4001e;
    color: #ffffff;
    font-weight: bold;
}

.body_seven_right_block p:last-child {
    color: #1aa387;
    font-weight: bold;
}

.body_seven_right_block p:last-child span {
    background: #1aa387;
    color: #ffffff;
    text-transform: uppercase;
}

.fio {
    background: #773300;
    width: 342px;
    bottom: -10px;
    left: 75px;
    position: absolute;
    padding: 5px 0;
    text-align: center;
    z-index: 15;
}

.fio .wrapper:first-child {
    width: 100%;
    position: absolute;
    height: 100%;
    outline: none;
    right: 9px;
    top: 0;
    z-index: 9;
}

.fio .wrapper:last-child {
    width: 100%;
    position: absolute;
    height: 100%;
    outline: none;
    right: -100%;
    bottom: 1px;
    z-index: -10;
}

.fio .wrapper:last-child svg {
    position: absolute;
    height: 100%;
    width: 3%;
    fill: #542400;
    display: block;
}

.fio .wrapper:first-child svg {
    position: absolute;
    height: 100%;
    width: 3%;
    fill: #542400;
    display: block;
}

.fio div {
    color: #ffffff;
    font-size: 20px;
}

.fio div:nth-child(2) {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
}

.header_seven {
    margin-bottom: -70px;
}

.section_eight {
    position: relative;
    background-repeat: no-repeat;
    margin-top: -50px;
}

.body_eight_right_block {
    float: right;
    width: 60%;
}

.body_eight_green_block {
    background: rgba(33, 187, 166, 1);
    background: -moz-linear-gradient(top, rgba(33, 187, 166, 1) 0%, rgba(19, 139, 105, 1) 71%, rgba(19, 139, 105, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(33, 187, 166, 1)), color-stop(71%, rgba(19, 139, 105, 1)), color-stop(100%, rgba(19, 139, 105, 1)));
    background: -webkit-linear-gradient(top, rgba(33, 187, 166, 1) 0%, rgba(19, 139, 105, 1) 71%, rgba(19, 139, 105, 1) 100%);
    background: -o-linear-gradient(top, rgba(33, 187, 166, 1) 0%, rgba(19, 139, 105, 1) 71%, rgba(19, 139, 105, 1) 100%);
    background: -ms-linear-gradient(top, rgba(33, 187, 166, 1) 0%, rgba(19, 139, 105, 1) 71%, rgba(19, 139, 105, 1) 100%);
    background: linear-gradient(to bottom, rgba(33, 187, 166, 1) 0%, rgba(19, 139, 105, 1) 71%, rgba(19, 139, 105, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#21bba6', endColorstr='#138b69', GradientType=0);
    border-radius: 60px;
    color: #ffffff;
    font-size: 22px;
    font-weight: bold;
    margin: initial;
    line-height: 25px;
    top: 35px;
    left: -5px;
    text-align: right;
    padding: 10px 105px 15px 34px;
    position: relative;
}

.body_eight_left_block {
    float: left;
    width: 40%;
    position: relative;
    top: -5px;
    left: 26px;
}

.body_eight_right_block {
    float: right;
    width: 60%;
}

.body_eight_green_block span b {
    text-transform: uppercase;
}

.body_eight_green_block:after {
    content: "";
    background: url(../images/6_calendar.png) top center no-repeat;
    width: 266px;
    height: 272px;
    z-index: 2;
    display: block;
    position: absolute;
    left: 222px;
    bottom: -148px;
}

.body_eight_green_block:before {
    content: "";
    background: url(../images/6_block.png) top center no-repeat;
    width: 419px;
    height: 42px;
    z-index: 2;
    display: block;
    position: absolute;
    left: 21px;
    bottom: -42px;
}

.header_eight:after {
    content: "";
    background: url(../images/icon3.png) top center no-repeat;
    width: 84px;
    height: 84px;
    z-index: 2;
    display: block;
    position: relative;
    left: 440px;
    top: -77px;
}

.body_eight .product {
    position: relative;
    top: 40px;
    width: 224px;
    left: -20px;
}

.section_eight_wrap_box div p:first-child {
    color: #1aa387;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: bold;
    text-align: left;
}

.section_eight_wrap_box:first-child {
    position: relative;
    left: -185px;
    width: 645px;
    margin-bottom: 75px;
}

.section_eight_wrap_box:after {
    content: "";
    display: table;
    clear: both;
}

.section_eight_wrap_box:last-child {
    position: relative;
    left: -40px;
    width: 695px;
    top: -92px;
}

.section_eight_wrap_box img {
    position: relative;
    top: 0;
    float: left;
}

.section_eight_wrap_box div {
    display: inline-block;
    width: 353px;
    position: relative;
    top: 42px;
    letter-spacing: -0.5px;
    left: 10px;
    margin-bottom: 115px;
}

.section_eight_wrap_box:last-child div {
    width: 300px;
}

.body_eight:after {
    content: "";
    display: table;
    clear: both;
}

.section_eight_wrap_box div p:last-child {
    font-size: 20px;
}

.x_price_previous {
    text-decoration: line-through;
}

.header_eight {
    margin-bottom: -70px;
}
.header_eight span {
    color: #1aa387;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    padding: 0 0 30px;
    display: block;
    border-bottom: 1px dashed #1aa387;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.calendar_text {
    color: #1aa387;
    font-size: 36px;
    font-weight: bold;
    line-height: 47px;
    position: relative;
    left: 260px;
    z-index: 9;
    top: -46px;
}

.calendar_text p {
    font-size: 76px;
}

.section_nine {
    position: relative;
    width: 100%;
    min-height: 520px;
    z-index: 0;
}
.body_nine:after {
    content: "";
    display: table;
    clear: both;
}

.body_nine_right_block {
    float: right;
    width: 100%;
}

.body_nine_right_block:after {
    content: "";
    background: url(../images/l_3.png) no-repeat;
    width: 70px;
    height: 72px;
    display: block;
    position: absolute;
    bottom: 0;
    right: -219px;
    z-index: 0;
    -moz-transform: rotate(34deg);
    -ms-transform: rotate(34deg);
    -webkit-transform: rotate(34deg);
    -o-transform: rotate(34deg);
    transform: rotate(177deg);
}

.no-webp .block_responces {
    background: url(../images/7_substrate.png) repeat;
    width: 100%;
    position: relative;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
    letter-spacing: -0.7px;
    padding: 0 0 10px 0;
}
.webp .block_responces {
    background: url(../images/7_substrate.webp) repeat;
    width: 100%;
    position: relative;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
    letter-spacing: -0.7px;
    padding: 0 0 10px 0;
}
.block_responces_background {
    background: #ffffff;
    padding: 0 0 21px 0;
    position: relative;
    top: 5px;
    left: 5px;
    width: 99%;
    min-height: 199px;
}

.block_responces .block_name {
    color: #1aa387;
    font-size: 24px;
    font-weight: bold;
    font-style: italic;
    padding: 20px 0;

}

.image-web .block_responces p:last-child {
    padding: 0 10px 0 210px;
}

.image-web .block_responces:first-child .block_ava {
    width: 170px;
    height: 170px;
    border: 3px solid #1aa387;
    float: left;
    margin: 20px 17px;
}

.image-web .block_responces:nth-child(2) .block_ava {
    width: 170px;
    height: 170px;
    border: 3px solid #1aa387;
    float: left;
    margin: 20px 17px;
}

.image-web .block_responces:nth-child(3) .block_ava {
    width: 170px;
    height: 170px;
    border: 3px solid #1aa387;
    float: left;
    margin: 20px 17px;
}

.no-webp .secton_ten {
    margin: 74px 0 0 0;
    width: 100%;
    background: url(../images/1_bg.png) no-repeat center top / auto;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    position: relative;
}
.webp .secton_ten {
    margin: 74px 0 0 0;
    width: 100%;
    background: url(../images/1_bg.webp) no-repeat center top / auto;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    position: relative;
}

.header_ten {
    position: relative;
    top: 50px;
    width: 625px;

}

.header_ten .logo {
    color: #239eb8;
    text-transform: uppercase;
    font-size: 79px;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
    letter-spacing: -3px;
    margin-top: -65px;
}

.secton_ten_title_right {
    color: #773300;
    font-size: 35px;
    font-weight: bold;
    font-style: italic;
    text-align: right;
    line-height: 1.2;
    letter-spacing: -1.5px;
    margin-right: 10px;
}

.secton_ten_title_right:before {
    content: "";
    background: url(../images/l_1.png) no-repeat;
    width: 70px;
    height: 72px;
    display: block;
    position: absolute;
    top: -67px;
    left: -88px;
    z-index: 0;
    -moz-transform: rotate(34deg);
    -ms-transform: rotate(34deg);
    -webkit-transform: rotate(34deg);
    -o-transform: rotate(34deg);
    transform: rotate(-103deg);
}

.secton_ten_title_right:after {
    content: "";
    background: url(../images/l_8.png) no-repeat;
    width: 93px;
    height: 95px;
    display: block;
    position: absolute;
    bottom: -6px;
    right: 156px;
    z-index: 0;
}

.secton_ten_title_right p {
    color: #92bb3c;
}

.content_ten:after {
    content: "";
    display: table;
    clear: both;
}

.form_block .sale {
    display: block;
    position: absolute;
    width: 196px;
    box-sizing: border-box;
    text-align: center;
    font-size: 23px;
    font-family: 'Impact', sans-serif;
    color: white;
    line-height: 1;
    right: 310px;
    bottom: 370px;
    z-index: 9;
}

.body_three:last-child .punkts-content-img {
    margin-left: 9px;
}

.form_block_form .praces {
    width: 276px;
    text-align: right;
    font-weight: bold;
    line-height: 1.5;
    left: 0;
    position: relative;
}

.form_block_form .praces .new_price {
    font-size: 40px;
    color: #ff8800;
    font-weight: bold;
    width: 265px;
    letter-spacing: -1px;
    text-align: center;
    background: #ffffff;
    padding: 6px 0 5px !important;
    display: block;
    line-height: 1.1;
    margin: -8px 0px 8px 11px;
    z-index: 9;
}

.form_background {
    background: #44caad;
    width: 275px;
    float: right;
    border-radius: 10px;
    margin-bottom: 0;
    padding: 35px 25px 20px;
    position: relative;
    right: -25px;
    top: -20px;
    box-shadow: -1px 1px 2px #147b66;
}
.form_block_img {
    position: absolute;
    bottom: 97px;
    right: 400px;
    z-index: 9;
}

.form_block_img img {
    width: 178px;
}

.form_block_form {
    width: 290px;
    background: #1aa387;
    float: right;
    border-radius: 10px;
    margin-bottom: 0;
    padding: 20px 25px 0 30px;
    position: relative;
    left: 0;
    top: -60px;
}

.form_block_form_title {
    display: block;
    color: #ffffff;
    font-size: 30px;
    text-transform: uppercase;
    width: 275px;
    padding: 6px 1px;
    letter-spacing: 0;
    font-weight: bold;
    text-align: center;
    line-height: 36px;
    margin: 10px 0;
}

.section_fourteen_bg_girl img {
    position: absolute;
    left: 0px;
    z-index: 0;
    bottom: -67px;
    display: block;
    width: 261px;
}


.form button {
    margin: 10px auto 25px auto;
    width: 275px;
    display: block;
    letter-spacing: -0.2px;
    padding: 17px 26px;
    border-radius: 50px;
    font-weight: bold;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
}

input {
    display: block;
    width: 239px;
    margin: 10px auto;
    border: double 3px #e2e2e2;
    padding: 10px 15px;
    font-family: 'Open Sans', sans-serif;
    border-radius: 5px;
    font-size: 18px;
}

::-webkit-input-placeholder {
    color: black;
}

::-moz-placeholder {
    color: black;
}

:-moz-placeholder {
    color: black;
}

:-ms-input-placeholder {
    color: black;
}

.image-mob {
    display: none;
}

.reviews-list {
    display: none !important;
}
.row {
    display: table;
}

.block {
    width: 304px;
    height: 100%;
    display: table-cell;
    position: relative;
    padding: 0 11px;
    text-align: center;
    vertical-align: top;

}

.block-row-one {
    height: 160px;
    color: #000000;
    background: #7fd8c2;
    padding: 40px 35px 57px;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    line-height: 24px;
}

.block-row-two {
    position: relative;
    height: 95px;
    padding: 155px 18px 20px;
    background: #fff7eb;
    font-size: 20px;
    color: #1aa387;
    text-align: center;
    font-weight: bold;
    line-height: 22px;
}

.block-row-circle {
    position: absolute;
    top: -125px;
    left: 0px;
    width: 100%;
}

.block-two-circle {
    width: 224px;
    height: 224px;
    border-radius: 150px;
    background: #fff;
    margin: 0 auto;
    border: 5px solid #7ed6c0;
    box-shadow: 0px 9px 14px #bfb9b0;
}

.block:nth-of-type(2) .block-row-one {
    color: #1aa387;
    background: #fff7eb;
}

.block:nth-of-type(2) .block-row-two {
    background: #7fd8c2;
    color: #000000;
}

.block:nth-of-type(3):before {
    content: "";
    background: url(../images/l_3.png) no-repeat;
    width: 70px;
    height: 73px;
    display: block;
    position: absolute;
    bottom: 14px;
    right: -160px;
    z-index: 0;
}

.header_four {
    margin-bottom: -50px;
}
.calendar-days {
    position: relative;
    left: 22px;
    top: 4px;
}
.problems__content {
    font-style: normal;
    position: relative;
    top: 9px;
}

.section_first .image-web {
    max-width: 325px !important;
    margin-left: -43px;
}

.x_price_previous+.x_currency {
    text-decoration: line-through;
}

.x_price_previous {
    text-decoration: line-through;
}

.old_price,
.new_price {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.praces span {
    display: inline-block;
}


.secton_ten .form_block_img img {
    width: 300px;
}

.secton_ten .form_block .sale {
    right: 327px;
    bottom: 296px;
}

.section_four {
    display: none !important;
}


.section_eight_wrap_box:last-child {
    top: 20px;
}

.calendar_text {
    left: 300px;
}

.section_eight {
    overflow: visible;
}

.body_eight_green_block {
    text-align: left;
    padding-right: 50px;
}

.section_eight_wrap_box:last-child {
    width: 100%;
}

.body_eight .product {
    left: 50px;
}

/* Get the bourbon mixin from http://bourbon.io */
/* Reset */

/* Main */

/* Skeleton */

/* PLAY */

/* SHADOW */

/*DOWN*/


    .my-popup * {
        float: none !important;
    }
    
    .my-popup {
        display: flex;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
        background: #44CAAD;
        padding-left: 30px;
    }
    
    @media (max-width: 767px) {
        .my-popup {
            padding-left: 0;
        }
    }
    
    .my-popup__wrap {
        max-width: 450px;
    }
    
    .my-popup__img {
        width: 100%;
    }
    
    .my-popup .form_background {
        position: static;
        box-shadow: none;
    }
    
    
    @media (min-width: 320px) and (max-width: 991px) {
        .secton_ten .praces .old_price {
            position: relative;
        }
    
        .secton_ten .form_block_form .praces {
            left: -3px;
        }
        .my-popup .btn_shadow {
            top: 12px;
        }
    
        .section_eight {
            margin-top: -122px;
        }
    
        .sale.sale--orange {
            right: -88px !important;
            top: 67px !important;
        }
    
        .no-webp .section_first {
            background: url(../images/1_bg-mob.png) no-repeat center / auto 100%;
            margin-bottom: -50px;
        }
        .webp .section_first {
            background: url(../images/1_bg-mob.webp) no-repeat center / auto 100%;
            margin-bottom: -50px;
        }
        .green_walper {
            display: none;
        }
    
        .left-cell {
            width: 100%;
            top: 0;
        }
    
        .right-cell {
            width: 100%;
            position: relative;
            display: block;
        }
    
        .right_wrap_block {
            position: relative;
            left: 0;
            bottom: 5px;
        }
    
        .container {
            margin-top: 0;
            margin-bottom: -110px;
        }
    
        .section_first .logo:before {
            display: none;
        }
    
        .prod_natural {
            display: none;
        }
    
        .problems {
            display: none;
        }
    
        .problems:before {
            display: none;
        }
    
        .prod_natural:before {
            display: none;
        }
    
        .prod_wrap:before {
            display: none;
        }
    
        .no-webp .section_first .limit .container:after {
            display: none;
        }
        .webp .section_first .limit .container:after {
            display: none;
        }
        .section_two .text:before {
            display: none;
        }
    
        .section_two .text:after {
            display: none;
        }
    
        .header_three:after {
            display: none;
        }
    
        .header_three span {
            border: none;
            color: #773300;
            font-size: 17px;
            font-weight: bold;
            text-align: center;
            padding: 40px 0 65px 0;
            display: block;
            text-transform: uppercase;
            margin-bottom: 0;
            line-height: 23px;
        }
    
        .header_three span b {
            font-size: 20px;
            font-weight: bolder;
        }
    
        .section_three {
            background: none;
        }
    
        .section_three_punkts:before {
            display: none;
        }
    
        .section_three_punkts:after {
            display: none;
        }
    
        .footer_three {
            display: none;
        }
    
        .green_block-info {
            display: none;
        }
    
        .header_four span {
            border: none;
        }
    
        .header_six span {
            border: none;
            color: #1aa387;
            font-size: 33px;
            font-weight: bold;
            text-align: center;
            padding: 0 0 30px;
            display: block;
            text-transform: uppercase;
            margin-bottom: 0;
        }
    
        .header_four:after {
            display: none;
        }
    
        .header_six:after {
            display: none;
        }
    
        .header_four:after {
            display: none;
        }
    
        .body_four-block:first-child .block_centre:after {
            display: none !important;
        }
    
        .body_four-block:nth-child(2) .block_centre:after {
            display: none;
        }
    
        .body_four-block:last-child .block_centre:after {
            display: none;
        }
    
        .section_five {
            display: none;
        }
    
        .header_six:before {
            display: none;
        }
    
        .header_four:before {
            display: none;
        }
    
        .last_block .body_six-right:before {
            display: none;
        }
    
        .last_block .body_six-right:after {
            display: none;
        }
    
        .body_four-block:last-child:before {
            display: none;
        }
    
        .section_six {
            background: none;
            margin-top: 10px;
            margin-bottom: 50px;
            min-height: 720px;
        }
    
        .body_six_text {
            border: none;
            text-align: center;
            font-size: 17px;
            display: block;
            line-height: 1.2;
            width: 280px;
            padding: 0px 10px;
            border-left: none;
            letter-spacing: -0.5px;
            border-top: none;
            position: relative;
            left: 0;
            top: -40px;
            margin-bottom: 0;
        }
    
        .body_six .body_six_text:after {
            display: none;
        }
    
        .body_six:last-child .body_six_text:after {
            display: none;
        }
    
        .last_block .body_six-right .body_six_text {
            border: none;
            display: inline-block;
            border-right: none;
            padding: 0px 10px;
            text-align: center;
            left: 0;
        }
    
        .last_block .body_six-right .body_six_text:after {
            display: none;
        }
    
        .no-webp .body_seven-img {
            display: none;
        }
        .webp .body_seven-img {
            display: none;
        }
        .body_seven_right_block {
            padding-left: 0;
            margin-top: 42px;
            margin-bottom: 0;
        }
    
        .body_seven .doctor {
            position: static;
            margin-top: 0;
            max-width: 300px;
        }
    
        .fio {
            left: -22px;
            bottom: -59px;
        }
    
        .no-webp .section_seven {
            padding-bottom: 229px;
        }
        .webp .section_seven {
            padding-bottom: 229px;
        }
        .section_six .last_block {
            border-bottom: none !important;
        }
    
        .section_six {
            margin-bottom: 20px;
        }
    
        .header_seven span {
            top: 45px;
        }
    
        .header_seven:after {
            left: 227px;
            top: -33px;
        }
    
        .header_eight:before {
            display: none;
        }
    
        .header_eight span {
            border: none;
            color: #1aa387;
            font-size: 33px;
            font-weight: bold;
            text-align: center;
            display: block;
            padding: 0;
            text-transform: uppercase;
            margin-bottom: 0;
        }
    
        .header_eight span b {
            font-size: 45px;
            color: #393939;
            line-height: 40px;
        }
    
        .header_eight:after {
            display: none;
        }
    
        .section_eight_wrap_box:last-child:before {
            display: none;
        }
    
        .section_eight_wrap_box:first-child div:before {
            display: none;
        }
    
        .body_eight_left_block .product {
            display: none;
        }
    
        .no-webp .body_eight_green_block:after {
            content: "";
            background: url(../images/6_calendar-mob.png) top center no-repeat;
            width: 126px;
            height: 137px;
            z-index: 2;
            display: block;
            position: absolute;
            left: 180px;
            bottom: -43px;
        }
        .webp .body_eight_green_block:after {
            content: "";
            background: url(../images/6_calendar-mob.webp) top center no-repeat;
            width: 126px;
            height: 137px;
            z-index: 2;
            display: block;
            position: absolute;
            left: 180px;
            bottom: -43px;
        }
        .section_nine .header_eight:before {
            display: none;
        }
    
        .body_nine_right_block:before {
            display: none;
        }
    
        .body_nine_right_block:after {
            display: none;
        }
    
        .secton_ten_title_right:before {
            display: none;
        }
    
        .form_background:before {
            display: none;
        }
    
        .section_fourteen_bg_girl {
            display: none;
        }
    
        .secton_ten_title_right:after {
            display: none;
        }
    
        .image-web {
            display: none;
        }
    
        .image-mob {
            display: block;
        }
    
        .section_first .image-mob {
            max-width: 313px !important;
            margin: 70px auto 50px;
        }
    
        .limit {
            position: relative;
            max-width: 320px;
            margin: 0 auto;
            width: 300px;
        }
    
        .left_wrap {
            width: 100%;
            float: none;
            top: 0;
        }
    
        .section_first .logo:before {
            display: none;
        }
    
        .logo {
            color: #575757;
            text-transform: uppercase;
            font-size: 48px;
            font-weight: bold;
            font-family: "Open Sans", sans-serif;
            letter-spacing: -2px;
            width: 200px;
            line-height: 54px;
            margin: 5px auto -5px;
            border-bottom: 1px dashed #1aa387;
        }
    
        .slogan {
            padding-top: 5px;
            text-align: center;
        }
    
        .slogan h1 {
            font-family: "Open Sans", serif;
            color: #773300;
            font-size: 22px;
            font-weight: 600;
            letter-spacing: normal;
            line-height: normal;
            margin-bottom: 5px;
        }
    
        .prod_wrap {
            position: relative;
            bottom: 0px;
            z-index: 2;
            right: -3px;
            width: 271px;
            margin-top: -47px;
        }
    
        .sale {
            display: block;
            position: relative;
            width: 108px;
            height: 106px;
            box-sizing: border-box;
            text-align: center;
            font-size: 18px;
            font-family: 'Impact', sans-serif;
            color: white;
            line-height: 1;
            right: -229px;
            bottom: 271px;
            z-index: 100;
            -moz-transform: rotate(34deg);
            -ms-transform: rotate(34deg);
            -webkit-transform: rotate(34deg);
            -o-transform: rotate(34deg);
            transform: rotate(5deg);
        }
    
        .sale span {
            display: block;
            margin-top: 0px;
            position: relative;
            top: 33px;
            font-size: 19px;
            left: -44px;
            letter-spacing: 1px;
            font-weight: normal;
        }
    
        .section_first .sale span {
            left: 0px;
        }
    
        .sale span:last-child {
            font-size: 15px;
        }
    
        .sale::before {
            width: 120px;
            height: 120px;
        }
    
        .praces .new_price {
            font-size: 30px;
        }
    
        .praces .old_price {
            font-size: 22px;
            line-height: 26px;
            position: relative;
        }
    
        .form_block_form .praces .new_price {
            font-size: 40px;
            color: #ff8800;
            font-weight: bold;
            width: 260px;
            letter-spacing: -1px;
            text-align: center;
            background: #ffffff;
            padding: 6px 0px 0;
            display: block;
            line-height: 1.1;
            margin: -8px 0 8px 10px;
            z-index: 9;
        }
    
        .price_place {
            right: -29px;
            bottom: 164px;
            position: relative;
            z-index: 12;
            right: auto;
            left: 0;
        }
    
        .btn {
            cursor: pointer;
            text-transform: uppercase;
            width: 236px;
            background: #ffb000;
            background: -moz-linear-gradient(top, #ffb000 0%, #ff2500 100%);
            background: -webkit-linear-gradient(top, #ffb000 0%, #ff2500 100%);
            background: linear-gradient(to bottom, #ffb000 0%, #ff2500 100%);
            padding: 17px 26px;
            border-radius: 50px;
            font-weight: bold;
            font-size: 18px;
            font-family: 'Open Sans', sans-serif;
            color: white;
            border: solid 1px #f87500;
            -webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.5);
            -moz-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.5);
            box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.5);
        }
    
        .btn_shadow {
            width: 236px;
            border-radius: 50px;
            box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.6);
            position: relative;
            top: 25px;
        }
        .section_two .text {
            position: relative;
            margin: 0px auto;
            width: auto;
            padding: 9px 11px;
            font-size: 19px;
            text-align: center;
            color: #fff;
            line-height: normal;
        }
    
        .header_three {
            margin-bottom: -50px;
        }
    
        .body_three {
            margin: 0;
        }
    
        .punkts-content:before {
            display: none;
        }
    
        .body_three .section_three_punkts .punkts-content {
            display: block;
            width: 100%;
            padding: 0 5px;
        }
    
        .punkts-content span:nth-child(2) {
            font-size: 16px;
            padding: 10px 0px;
            letter-spacing: -0.5px;
            width: 192px;
            left: 10px;
        }
    
        .punkts-content {
            width: 189px;
            float: none;
            margin: 0 auto;
            position: relative;
        }
    
        .no-webp .punkts-content-img div:first-child div .punkt-one {
            background-position: -75px 0px;
            background-size: 184% 109%;
        }
        .webp .punkts-content-img div:first-child div .punkt-one {
            background-position: -75px 0px;
            background-size: 184% 109%;
        }
        .punkts-content-img {
            font-size: 16px;
        }
    
        .punkts-content-img div div p {
            width: 135px;
            top: 19px;
            margin-bottom: 30px;
        }
    
        .punkts-content-img div div span {
            width: 90px;
            height: 90px;
            position: relative;
            border: 3px solid #ffffff;
            border-radius: 94px;
            box-shadow: 0px 6px 9px #bfbabb;
            top: 10px;
            display: inline-block;
            margin-right: 20px;
            margin-left: 20px;
        }
    
        .punkts-content-img div div {
            float: left;
            width: 150px;
        }
    
        .punkts-content-img div {
            position: relative;
            left: 4px;
        }
    
        .section_three_punkts {
            position: relative;
            display: block;
            border-collapse: separate;
            border-spacing: 14px 0px;
        }
    
        .no-webp .punkts-content-img div:first-child div .punkt-two {
            background: url(../images/2_foto_2.png) no-repeat;
            background-position: -43px -1px;
            background-size: 198% 135%;
        }
        .webp .punkts-content-img div:first-child div .punkt-two {
            background: url(../images/2_foto_2.webp) no-repeat;
            background-position: -43px -1px;
            background-size: 198% 135%;
        }
        .punkts-content-img .last_div {
            position: relative;
            left: 0;
        }
    
        .no-webp .punkts-content-img div:nth-child(2) div .punkt-one {
            background-position: -58px -12px;
            background-size: 242% 158%;
        }
        .webp .punkts-content-img div:nth-child(2) div .punkt-one {
            background-position: -58px -12px;
            background-size: 242% 158%;
        }
        .no-webp .punkts-content-img div:nth-child(2) div .punkt-two {
            background-position: -32px -7px;
            background-size: 166% 114%;
        }
        .webp .punkts-content-img div:nth-child(2) div .punkt-two {
            background-position: -32px -7px;
            background-size: 166% 114%;
        }
        .no-webp .body_three:nth-child(3) .punkts-content-img div:first-child div .punkt-one {
            background-position: -28px -4px;
            background-size: 143% 105%;
        }
        .webp .body_three:nth-child(3) .punkts-content-img div:first-child div .punkt-one {
            background-position: -28px -4px;
            background-size: 143% 105%;
        }
        .no-webp .body_three:nth-child(3) .punkts-content-img div:first-child div .punkt-two {
            background-position: -27px 0px;
            background-size: 167% 105%;
        }
        .webp .body_three:nth-child(3) .punkts-content-img div:first-child div .punkt-two {
            background-position: -27px 0px;
            background-size: 167% 105%;
        }
        .no-webp .body_three:nth-child(3) .punkts-content-img div:nth-child(2) div .punkt-one {
            background-position: -51px -10px;
            background-size: 225% 154%;
        }
        .webp .body_three:nth-child(3) .punkts-content-img div:nth-child(2) div .punkt-one {
            background-position: -51px -10px;
            background-size: 225% 154%;
        }
        .no-webp .body_three:nth-child(3) .punkts-content-img div:nth-child(2) div .punkt-two {
            background-position: -58px -5px;
            background-size: 186% 127%;
        }
        .webp .body_three:nth-child(3) .punkts-content-img div:nth-child(2) div .punkt-two {
            background-position: -58px -5px;
            background-size: 186% 127%;
        }
        .body_three:last-child .section_three_punkts .punkts-content {
            padding: 0;
        }
    
        .punkts-content .before {
            position: absolute;
            color: white;
            font-size: 35px;
            font-family: 'Open Sans', sans-serif;
            top: 50%;
            transform: translateY(-53%);
            left: 28px;
            font-weight: bold;
            z-index: 20;
        }
    
        .body_three:last-child .punkts-content-img div {
            position: relative;
            left: 4px;
        }
    
        .no-webp .body_three:last-child .punkts-content-img div div .punkt-one {
            background-position: -9px -18px;
            background-size: 186% 127%;
        }
        .webp .body_three:last-child .punkts-content-img div div .punkt-one {
            background-position: -9px -18px;
            background-size: 186% 127%;
        }
        .no-webp .body_three:last-child .punkts-content-img div div .punkt-two {
            background-position: -37px 1px;
            background-size: 182% 124%;
        }
        .webp .body_three:last-child .punkts-content-img div div .punkt-two {
            background-position: -37px 1px;
            background-size: 182% 124%;
        }
        .section_four {
            margin-top: -23px;
            padding-bottom: 10px;
        }
    
        .header_four span {
            font-size: 25px;
            letter-spacing: -0.5px;
            padding: 38px 0;
        }
    
        .body_four-block {
            width: 298px;
            float: none;
            min-height: 100%;
            position: relative;
            box-shadow: none;
            margin: 0;
        }
    
        .body_four-block:after {
            display: none;
        }
    
        .body_four-block p:first-child {
            font-size: 18px;
            text-align: center;
            font-weight: bold;
            margin: 10px auto 20px;
            line-height: 23px;
            width: 100%;
        }
    
        .body_three:last-child .punkts-content-img {
            margin-left: 0px;
        }
    
        .body_four-block .green_text {
            font-size: 17px;
            color: #1aa387;
            width: 162px;
            text-align: center;
            font-weight: bold;
            margin: 10px auto 18px;
            padding: 7px 7px 5px 107px;
            border-radius: 10px;
            line-height: 20px;
            position: relative;
            z-index: 9;
            background: #fff7eb;
            border: none;
        }
    
        .body_four-block:nth-child(2) p:first-child {
            margin: 15px auto 15px;
            color: #000000;
        }
    
        .body_four-block:nth-child(2) .block_centre {
            width: 120px;
            height: 119px;
            border: none;
            box-shadow: none;
            margin: 0;
            position: absolute;
            left: 173px;
            top: 50%;
            margin-top: -54px;
        }
    
        .body_four-block:nth-child(2) .green_text {
            font-size: 17px;
            color: #ffffff;
            width: 162px;
            text-align: center;
            font-weight: bold;
            margin: 10px auto 18px;
            padding: 7px 107px 5px 7px;
            line-height: 20px;
            position: relative;
            z-index: 9;
            background: #7fd8c2;
            border: none;
            border-top: none;
        }
    
        .body_four-block:last-child .block_centre {
            width: 120px;
            height: 119px;
            border: none;
            box-shadow: none;
            margin: 0;
            position: absolute;
            background-size: 100%;
            top: 50%;
            left: 2px;
            margin-top: -55px;
        }
    
        .section_four .green_line {
            border-bottom: 1px dashed #1aa387;
            margin: 0 -999px;
            padding: 0 999px;
        }
    
        .section_four .btn_shadow {
            margin: 20px auto 25px;
            width: 236px;
            border-radius: 50px;
            box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.6);
            position: relative;
            top: 2px;
        }
    
        .header_six span b {
            color: #393939;
            font-size: 45px;
            line-height: 41px;
        }
    
        .section_six_blocks {
            display: block;
            position: relative;
        }
    
        .body_six:first-child {
            width: auto;
            margin-bottom: -15px;
        }
    
        .body_six:first-child img {
            float: none;
            margin: 55px auto 0px;
        }
    
        .body_six_number {
            font-family: 'Open Sans', sans-serif;
            position: relative;
            top: -93px;
            font-size: 30px;
            background: #1aa387;
            right: -62px;
            color: #ffffff;
            font-weight: bold;
            z-index: 99;
            border-radius: 40px;
            width: 31px;
            height: 43px;
            padding: 0 0 0 12px;
        }
    
        .body_six:nth-child(2) {
            width: auto;
            display: block;
            background: #fff7eb;
            margin: 0px -999px 0;
            padding: 10px 999px;
        }
    
        .body_six:nth-child(2) img {
            top: 10px;
            left: -90px;
            z-index: 20;
        }
    
        .body_six:last-child .body_six_number {
            top: 48px;
            right: -58px;
        }
    
        .body_six:last-child .body_six_text {
            text-align: center;
            font-size: 17px;
            display: block;
            line-height: 1.1;
            width: 270px;
            padding: 15px 0px 15px 0;
            border: none;
            letter-spacing: -0.5px;
            border-bottom: none;
            position: relative;
            left: 0;
            top: 5px;
            margin: auto;
            margin-bottom: 0px;
            margin-top: 68px;
        }
    
        .section_six .last_block {
            position: relative;
            top: 0;
            right: 0;
            border-bottom: 1px dashed #1aa387;
            margin: 0 -999px;
            padding: 0 999px;
        }
    
        .last_block .body_six-right {
            width: auto;
            float: none;
            position: relative;
            bottom: -10px;
            left: 0;
        }
    
        .last_block .body_six-right img {
            float: none;
            z-index: 15;
            margin: auto;
            position: relative;
        }
    
        .last_block .body_six-right .body_six_number {
            right: -62px;
            top: -85px;
        }
    
        .section_eight {
            position: relative;
            background-repeat: no-repeat;
            background: #fdfff3;
        }
    
        .header_eight {
            margin-bottom: 0;
            margin-top: 13px;
        }
    
        .body_eight_right_block {
            float: none;
            width: 100%;
        }
    
        .section_eight_wrap_box:first-child {
            position: relative;
            left: 0;
            width: auto;
            margin-bottom: 40px;
        }
    
        .section_eight_wrap_box img {
            position: relative;
            top: 6px;
            float: none;
            margin: auto;
        }
    
        .section_eight_wrap_box div {
            display: inline-block;
            position: relative;
            top: 12px;
            letter-spacing: 0;
            left: 0px;
            width: 270px;
            margin: 0 auto;
        }
    
        .section_eight_wrap_box div p:last-child {
            font-size: 17px;
            text-align: center;
        }
    
        .section_eight_wrap_box:last-child {
            position: relative;
            left: 0;
            width: auto;
            top: 0;
        }
    
        .body_eight_green_block:before {
            display: none;
        }
    
        .body_eight_left_block {
            float: none;
            width: auto;
            position: relative;
            top: 13px;
            left: 0;
            border-bottom: 1px dashed #1aa387;
        }
    
        .body_eight_green_block {
            font-size: 17px;
            margin: initial;
            line-height: 19px;
            top: 30px;
            left: 0;
            text-align: left;
            padding: 8px 100px 10px 34px;
            position: relative;
        }
    
        .calendar_text p {
            font-size: 55px;
        }
    
        .calendar-days {
            left: 14px;
        }
    
        .calendar_text {
            color: #1aa387;
            font-size: 25px;
            font-weight: bold;
            line-height: 34px;
            position: relative;
            left: 205px;
            z-index: 9;
            top: -33px;
            display: block;
            width: 70px;
        }
    
        .body_nine_right_block {
            float: none;
            width: 100%;
        }
    
        .no-webp .block_responces {
            background: none;
            width: 280px;
            position: relative;
            font-size: 17px;
            line-height: 20px;
            margin-bottom: 0px;
            letter-spacing: -0.5px;
            padding: 0px 10px;
            margin: auto;
        }
        .webp .block_responces {
            background: none;
            width: 280px;
            position: relative;
            font-size: 17px;
            line-height: 20px;
            margin-bottom: 0px;
            letter-spacing: -0.5px;
            padding: 0px 10px;
            margin: auto;
        }
        .block_responces_background {
            background: none;
            padding: 0;
            position: relative;
            top: 0;
            left: 0;
            width: auto;
            min-height: initial;
            line-height: 1.3;
        }
    
        .reviews-list {
            display: block !important;
        }
    
        .block_responces .block_name {
            color: #1aa387;
            font-size: 24px;
            font-weight: bold;
            font-style: italic;
            padding: 6px 0 10px;
            margin: auto;
            width: 270px;
            text-align: center;
        }
    
        .slick-list {
            position: relative;
            display: block;
            overflow: hidden;
            margin: 0;
            padding: 0;
        }
    
        .slick-dots {
            margin: 0px auto;
            overflow: hidden;
            text-align: center;
            position: relative;
            top: -10px;
            left: -10px;
        }
    
        .slick-dots li.slick-active {
            cursor: pointer;
            background: url("../images/dot.png");
            width: 26px;
            height: 26px;
            position: relative;
            top: -2px;
        }
    
        .slick-dots li {
            display: inline-block;
            list-style: none;
            width: 21px;
            height: 21px;
            margin-right: 10px;
            border-radius: 50%;
            -webkit-transition: all .5s;
            -moz-transition: all .5s;
            -ms-transition: all .5s;
            -o-transition: all .5s;
            transition: all .5s;
            background-color: #1aa387;
            margin: 20px 7px;
            padding: 0px;
        }
    
        .slick-dots li button {
            outline: none;
            background: transparent;
            border: none;
            cursor: pointer;
            display: block;
            font-size: 0;
        }
    
        .block_responces .block_ava {
            border: 3px solid #1aa387;
            float: none;
            margin: 20px auto;
            width: 170px;
            height: 170px;
        }
    
        .no-webp .slick-prev {
            display: block;
            background: url(../images/arrow-point-to-left.png) no-repeat;
            width: 17px;
            height: 29px;
            position: absolute;
            top: 22%;
            left: 25px;
            transform: translate(0, -50%);
            cursor: pointer;
            color: transparent;
            border: none;
            outline: none;
            font-size: 0;
            z-index: 20;
        }
    
        .no-webp .slick-next {
            display: block;
            background: url(../images/arrow-point-to-right.png) no-repeat;
            width: 17px;
            height: 29px;
            position: absolute;
            right: 25px;
            top: 22%;
            transform: translate(0, -50%);
            cursor: pointer;
            color: transparent;
            border: none;
            outline: none;
            font-size: 0;
            z-index: 20;
        }
        .webp .slick-prev {
            display: block;
            background: url(../images/arrow-point-to-left.webp) no-repeat;
            width: 17px;
            height: 29px;
            position: absolute;
            top: 22%;
            left: 25px;
            transform: translate(0, -50%);
            cursor: pointer;
            color: transparent;
            border: none;
            outline: none;
            font-size: 0;
            z-index: 20;
        }
    
        .webp .slick-next {
            display: block;
            background: url(../images/arrow-point-to-right.webp) no-repeat;
            width: 17px;
            height: 29px;
            position: absolute;
            right: 25px;
            top: 22%;
            transform: translate(0, -50%);
            cursor: pointer;
            color: transparent;
            border: none;
            outline: none;
            font-size: 0;
            z-index: 20;
        }
        .header_ten {
            position: relative;
            top: 140px;
            width: auto;
        }
    
        .header_ten .logo {
            color: #575757;
            text-transform: uppercase;
            font-size: 40px;
            font-weight: bold;
            font-family: "Open Sans", sans-serif;
            letter-spacing: 0;
            margin: -115px auto 0;
            width: 280px;
            border: none;
            letter-spacing: -1px;
            text-align: center;
        }
    
        .secton_ten_title_right {
            color: #773300;
            font-size: 25px;
            font-weight: 900;
            font-style: normal;
            text-align: center;
            line-height: 1;
            letter-spacing: -1px;
            position: relative;
            top: 7px;
            margin-bottom: 16px;
        }
    
        .secton_ten_title_right p {
            color: #92bb3c;
            display: inline-block;
        }
    
        .form_block_form {
            background: none;
            width: 280px;
            background: none;
            float: none;
            border-radius: 10px;
            margin-bottom: 0px;
            padding: 0;
            position: relative;
            left: 0px;
            top: 35px;
        }
    
        .form_block_img {
            position: relative;
            bottom: -64px;
            right: 35px;
            z-index: 9;
        }
    
        .body_four-block-position {
            position: relative;
        }
    
        .form_block .sale {
            display: block;
            position: absolute;
            width: 196px;
            box-sizing: border-box;
            text-align: center;
            font-size: 23px;
            font-family: 'Impact', sans-serif;
            color: white;
            line-height: 1;
            right: -64px;
            top: 93px;
            z-index: 100;
        }
    
        .form_block .sale--orange::before {
            left: 28%;
        }
    
        .form_background {
            background: #44caad;
            width: 276px;
            float: none;
            border-radius: 10px;
            margin-bottom: 0px;
            padding: 50px 17px 20px;
            position: relative;
            right: 5px;
            top: 0px;
            box-shadow: -1px 1px 2px #147b66;
        }
    
        .no-webp .secton_ten {
            background: rgba(157, 224, 208, 1);
            background: -moz-linear-gradient(left, rgba(157, 224, 208, 1) 0%, rgba(255, 255, 255, 1) 100%);
            background: -webkit-gradient(left top, right top, color-stop(0%, rgba(157, 224, 208, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
            background: -webkit-linear-gradient(left, rgba(157, 224, 208, 1) 0%, rgba(255, 255, 255, 1) 100%);
            background: -o-linear-gradient(left, rgba(157, 224, 208, 1) 0%, rgba(255, 255, 255, 1) 100%);
            background: -ms-linear-gradient(left, rgba(157, 224, 208, 1) 0%, rgba(255, 255, 255, 1) 100%);
            background: linear-gradient(to right, rgba(157, 224, 208, 1) 0%, rgba(255, 255, 255, 1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9de0d0', endColorstr='#ffffff', GradientType=1);
            background-size: 100%;
            margin: 25px 0 0 0;
            padding-bottom: 70px;
        }
        .webp .secton_ten {
            background: rgba(157, 224, 208, 1);
            background: -moz-linear-gradient(left, rgba(157, 224, 208, 1) 0%, rgba(255, 255, 255, 1) 100%);
            background: -webkit-gradient(left top, right top, color-stop(0%, rgba(157, 224, 208, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
            background: -webkit-linear-gradient(left, rgba(157, 224, 208, 1) 0%, rgba(255, 255, 255, 1) 100%);
            background: -o-linear-gradient(left, rgba(157, 224, 208, 1) 0%, rgba(255, 255, 255, 1) 100%);
            background: -ms-linear-gradient(left, rgba(157, 224, 208, 1) 0%, rgba(255, 255, 255, 1) 100%);
            background: linear-gradient(to right, rgba(157, 224, 208, 1) 0%, rgba(255, 255, 255, 1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9de0d0', endColorstr='#ffffff', GradientType=1);
            background-size: 100%;
            margin: 25px 0 0 0;
            padding-bottom: 70px;
        }
        .form_block {
            position: relative;
        }
    
        .form_block_form .praces {
            width: 268px;
            text-align: right;
            font-weight: bold;
            line-height: 1.5;
            left: 13px;
            position: relative;
        }
    
        .form_block_form_title {
            display: block;
            color: #ffffff;
            font-size: 30px;
            text-transform: uppercase;
            width: 275px;
            padding: 6px 1px;
            letter-spacing: 0px;
            font-weight: bold;
            text-align: center;
            line-height: 30px;
        }
    
        .form .btn_shadow {
            width: 236px;
            margin: auto;
            border-radius: 50px;
            box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.6);
        }
    
        .form button {
            margin: 10px auto 15px auto;
            display: block;
            letter-spacing: -0.2px;
            border-radius: 50px;
            font-weight: bold;
            width: 236px;
            padding: 17px 26px;
            font-size: 18px;
            font-family: 'Open Sans', sans-serif;
        }
    
        input {
            display: block;
            width: 239px;
            margin: 10px auto;
            border: double 3px #e2e2e2;
            padding: 9px 15px;
            font-family: 'Open Sans', sans-serif;
            border-radius: 5px;
            font-size: 17px;
        }
    
        @-moz-document url-prefix() {
            .slick-dots li.slick-active {
                top: 2px !important;
            }
        }
    
        .form_block_img img {
            position: relative;
            left: 10px;
            width: 286px;
            margin-top: 110px;
            margin-left: 23px;
        }
    
        .sale.sale--orange {
            top: 80px !important;
        }
    }
    
    
    
    
    @media screen and (max-width: 480px) {
        .sale {
            right: -197px !important;
            bottom: 235px !important;
        }
    
        .section_first .sale {
            bottom: 285px !important;
        }
    }
    
    
    @media screen and (max-width: 380px) {
        .wrapper svg {
            display: none !important;
        }
    }
    
    .price_place .new_price {
        width: 280px;
    }
    
    .btn_shadow_2 {
        margin: 0 auto;
    }
    
    
    @media (max-width: 767px) {
        .my-popup {
            flex-direction: column;
            align-items: center;
        }
    
        .my-popup__wrap {
            display: block;
        }
    
        .my-popup__wrap {
            max-width: 240px;
            margin: 30px 0 0;
        }
    }
    
    .block__text-main {
        line-height: 1.3;
    }
    
    @media (max-width: 479px) {
        .my-popup__form .form_background {
            padding-top: 30px;
        }
    }
    
    @media (max-width: 1250px) and (min-width: 992px) {
        .section_six {
            margin-top: 30px;
        }
        .section_eight_wrap_box:last-child div,
        .section_eight_wrap_box div p:first-child {
            text-align: center;
        }
    
        .section_eight_wrap_box div {
            top: 110px;
        }
    }
    
    @media (max-width: 991px) {
        .section_eight_wrap_box div p:first-child {
            text-align: center;
        }
    }

    /* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}

.slick-slide
{
    display: none;
    float: left;
    outline: none;
    height: 100%;
    min-height: 1px;
}
.slick-slide img
{
    display: block;
    width: 170px;
}
.slick-initialized .slick-slide
{
    display: block;
}

