

@font-face {
    font-family: 'DINRoundPro-Medi';
    src: url(../fonts/DINRoundPro-Medi.eot);
    src: url(../fonts/DINRoundPro-Medi.eot@) format("embedded-opentype"), url(../fonts/DINRoundPro-Medi.woff) format("woff"), url(../fonts/DINRoundPro-Medi.ttf) format("truetype");
    font-weight: 500;
    font-style: normal
}

body {
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    color: #000;
}

h1,
h2,
h4,
h4,
h5,
p {
    padding: 0;
    margin: 0;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    box-sizing: content-box;
}

h1 {
    font-family: 'DINRoundPro-Medi';
}

h2 {
    font-family: 'DINRoundPro-Medi';
    font-size: 48px;
    background: url(../img/h2.png) top center no-repeat;
    padding-top: 30px;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    font-weight: 500;
}

.clear {
    clear: both;
}

.size {
    max-width: 960px;
    margin: 0 auto;
}

header {
    background: #42b373 url(../img/header_bg.png) center;
    padding: 30px 0;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.35);
}

header .cont_row {
    text-align: center;
    color: #fff;
}

header .cont_row .row {
    width: 200px;
    padding-left: 50px;
    background: url(../img/header_img_1.png) no-repeat center left;
    display: inline-block;
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    margin: 0 30px;
}

header .cont_row .row:nth-child(2) {
    background: url(../img/header_img_2.png) no-repeat center left;
}

header .cont_row .row:nth-child(3) {
    background: url(../img/header_img_3.png) no-repeat center left;
}

.block_1 {
    text-align: center;
    background: #fff url(../img/block_1_bg.png) no-repeat center top;
    padding-top: 75px;
    overflow: hidden;
}

.block_1 .size {
    position: relative;
}

.block_1 h1 {
    font-weight: bold;
    font-size: 58px;
    display: inline-block;
    position: relative;
}

.block_1 h1:before {
    content: '';
    display: block;
    width: 342px;
    height: 110px;
    position: absolute;
    background: url(../img/h1.png) no-repeat;
    top: -16px;
    right: 0px;
}

.block_1 h1 span {
    color: #df983d;
}

.block_1 h3 {
    font-weight: normal;
    font-size: 30px;
    max-width: 760px;
    margin: 0 auto;
    margin-top: 25px;
}

.block_1 ul.punct {
    padding: 0;
    list-style: none;
    max-width: 360px;
    margin-top: 30px;
    float: right;
    margin-right: 30px;
}

.block_1 ul.punct li {
    font-size: 18px;
    font-weight: 500;
    padding-left: 50px;
    background: url(../img/chek.png) no-repeat center left;
    text-align: left;
    margin: 15px 0;
}

.block_1 .forms {
    display: block;
    width: 300px;
    float: right;
    top: 200px;
    background: #42b373 url(../img/block_1_form.jpg) center;
    border-radius: 10px;
    padding: 25px;
    margin-top: 30px;
}

.block_1 .forms .action {
    border-bottom: 1px dashed #027d50;
    padding-bottom: 10px;
    padding-bottom: 10px;
}

.block_1 .forms .action span {
    font-size: 21px;
    text-transform: uppercase;
    font-weight: bold;
}

.block_1 .forms .action p {
    font-size: 18px;
    margin-top: 5px;
}

.block_1 .forms ul {
    display: block;
    text-align: center;
    padding: 0;
    margin: 10px 0;
    list-style: none;
    margin-bottom: 30px;
}

.block_1 .forms ul li {
    width: 65px;
    height: 65px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    line-height: 65px;
    background: #fff;
    border-radius: 5px;
    font-weight: 500;
    font-size: 36px;
    margin: 10px;
    position: relative;
}

.block_1 .forms ul li span {
    width: 65px;
    position: absolute;
    left: 0;
    bottom: -45px;
    font-size: 16px;
    font-weight: 300;
}

.block_1 .forms form .form-control {
    font-family: 'Roboto', sans-serif;
    color: #979797;
    font-size: 18px;
    font-weight: 300;
    padding: 0;
    margin: 0;
    display: block;
    width: 75%;
    padding: 5%;
    padding-left: 20%;
    border: 0;
    border-radius: 5px;
    margin: 10px 0
}

.block_1 .forms form .form-control[name="name"] {
    background: #fff url(../img/form_name.png) no-repeat left 15px center;
}

.block_1 .forms form .form-control[name="phone"] {
    background: #fff url(../img/form_phone.png) no-repeat left 15px center;
}

.block_1 .forms form button {
    background: #fac922;
    text-align: center;
    border: 0;
    border-radius: 5px;
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 15px 0;
    color: #612e19;
    cursor: pointer;
}

.block_1 .forms form button:hover {
    color: #fac922;
    background: #612e19;
}

.block_1 .forms form p {
    text-align: center;
    font-size: 18px;
    margin-top: 10px;
}

.block_1 .product {
    display: block;
    width: 291px;
    float: right;
    margin-right: 30px;
    position: relative;
    z-index: 2
}

.block_1 .product .price {
    position: absolute;
    width: 193px;
    height: 193px;
    background: url(../img/price.png) no-repeat center;
    bottom: -10px;
    right: -100px;
    color: #fff;
}

.block_1 .product .price .price_old {
    margin-top: 35px;
    color: #fbbec9;
    font-size: 18px;
    font-weight: 500;
}

.block_1 .product .price .price_old span {
    text-decoration: line-through;
}

.block_1 .product .price .price_new {
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
}

.block_1 .product .price .price_new span {
    font-size: 35px;
    font-weight: 500;
    display: inline-block;
}

.block_1 img.woman {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -682px;
    z-index: 1;
}

.block_2 {
    padding: 50px 0;
    background: #e7edce url(../img/block_2_bg.png) top center;
    background-size: cover;
}

.block_2 .cont_row {
    margin-top: 30px;
}

.block_2 .cont_row img {
    float: left;
    margin-right: 30px;
    box-shadow: 0px 0px 96px rgba(0, 0, 0, 0.52);
}

.block_2 .cont_row p {
    margin-bottom: 30px;
    font-size: 18px;
}

.block_2 .txt {
    background: url(../img/block_2_txt.png);
    max-width: 610px;
    padding: 20px;
    padding-bottom: 25px;
    margin: 0 auto;
    text-align: center;
    margin-top: 60px;
    border-radius: 5px;
    font-size: 24px;
    font-weight: 500;
    color: #10562e;
}

.block_3 {
    padding: 50px 0;
    text-align: center;
}

.block_3 .cont_row {
    background: url(../img/block_3_bg.png) top no-repeat;
    padding-top: 50px;
    margin-top: 50px;
}

.block_3 .cont_row img {
    display: inline-block;
}

.block_3 .cont_row ul {
    display: none;
    padding: 0;
    margin: 0 auto;
    list-style: none;
    max-width: 360px;
}

.block_3 .cont_row ul li {
    font-size: 18px;
    font-weight: 500;
    padding: 10px 0;
    padding-left: 50px;
    background: url(../img/chek.png) no-repeat center left;
    text-align: left;
    margin: 15px 0;
}

a.sb {
    display: block;
    margin: 0 auto;
    margin-top: 30px;
    color: #ffffff;
    text-decoration: none;
    font-size: 24px;
    width: 300px;
    height: 60px;
    line-height: 60px;
    border-radius: 5px;
    background: #fd2c52;
    font-weight: bold;
    text-align: center;
}

a.sb:hover {
    background: #d62243;
}

.block_4 {
    padding: 50px 0;
    background: #e7edce url(../img/block_4_bg.png);
}

.block_4 h3 {
    text-align: center;
    font-weight: normal;
}

.block_4 .cont_row {
    display: block;
}

.block_4 .cont_row .row {
    display: block;
    margin: 30px 0;
}

.block_4 .cont_row .row:after {
    display: block;
    content: '';
    clear: both;
}

.block_4 .cont_row .row img {
    float: left;
    margin-right: 20px;
}

.block_4 .cont_row .row h4 {
    font-size: 24px;
    font-weight: 500;
}

.block_4 .cont_row .row hr {
    background: url(../img/block_4_h4.png) bottom left no-repeat;
    margin: 0;
    padding: 0;
    border: 0;
    display: inline-block;
    height: 5px;
    width: 165px
}

.block_4 .cont_row .row p {
    font-size: 18px;
    font-weight: normal;
}

.block_4 .txt {
    background: url(../img/block_2_txt.png);
    max-width: 800px;
    padding: 20px;
    padding-bottom: 25px;
    margin: 0 auto;
    text-align: center;
    margin-top: 60px;
    border-radius: 5px;
    font-size: 18px;
}

.block_4 h5 {
    font-size: 30px;
    font-weight: bold;
    color: #1a693c;
    text-align: center;
    margin-top: 30px;
}

.block_5 {
    padding: 50px 0;
    background: #e7edce url(../img/block_5_bg.png) top center;
    background-size: cover;
}

.block_5 .cont_row {
    margin-top: 30px;
    text-align: center;
}

.block_5 .cont_row .row {
    width: 290px;
    display: inline-block;
    vertical-align: top;
    margin: 10px;
}

.block_5 .cont_row .row p {
    margin-top: 20px;
    font-family: 'DINRoundPro-Medi';
    font-size: 20px;
}

.block_6 {
    padding-bottom: 50px;
    background: #efefef url(../img/block_6_bg.png) top center;
    background-size: cover;
    overflow: hidden;
}

.block_6 .size {
    padding-top: 50px;
    background: #fff;
    box-shadow: 0px 3px 70px rgba(0, 0, 0, 0.36);
}

.block_6 .cont_row {
    text-align: left;
    padding: 30px
}

.block_6 .cont_row p {
    margin-top: 20px;
    font-size: 18px;
    line-height: 28px;
}

.block_6 .cont_row img {
    float: left;
    margin-right: 30px;
    margin-top: 20px;
}

.block_7 {
    padding: 50px 0;
    background: #e7edce url(../img/block_7_bg.png) top center;
    background-size: cover;
}

.block_7 .cont_row {
    text-align: left;
    margin-top: 30px;
    line-height: 27px;
    font-size: 17px;
}

.block_7 .cont_row img {
    float: right;
    margin-left: 30px;
}

.block_7 .cont_row span {
    color: #666c4b;
}

.block_7 .cont_row span span {
    display: inline-block;
    margin-top: 25px;
    color: #207e49;
    font-weight: bold;
    font-size: 24px;
}

.block_8 {
    padding: 50px 0;
    background: #fff;
}

.block_8 .owl-carousel {
    text-align: center;
    margin-top: 40px;
    max-width: 800px;
    margin: 0 auto;
}

.block_8 .owl-carousel .item {
    font-size: 18px;
    font-style: italic;
}

.block_8 .owl-carousel .item img {
    width: auto;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
}

.block_8 .owl-carousel .owl-nav .owl-next {
    position: absolute;
    bottom: 170px;
    width: 15px;
    height: 25px;
    display: block;
    background: url(../img/arrow_right.png) no-repeat;
    padding: 0;
    margin: 0;
    right: 50%;
    margin-right: -120px;
}

.block_8 .owl-carousel .owl-nav .owl-next:hover {
    background: url(../img/arrow_right.png) no-repeat;
    opacity: 0.6;
}

.block_8 .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    bottom: 170px;
    width: 15px;
    height: 25px;
    display: block;
    background: url(../img/arrow_left.png) no-repeat;
    padding: 0;
    margin: 0;
    left: 50%;
    margin-left: -120px;
}

.block_8 .owl-carousel .owl-nav .owl-prev:hover {
    background: url(../img/arrow_left.png) no-repeat;
    opacity: 0.6;
}

.block_9 {
    padding: 50px 0;
    background: #e7edce url(../img/block_4_bg.png);
}

.block_9 .cont_row {
    margin-top: 30px;
    text-align: center;
}

.block_9 .cont_row .row {
    display: inline-block;
    width: 230px;
    margin: 30px;
    vertical-align: top;
}

.block_9 .cont_row .row p {
    margin-top: 15px;
    font-size: 22px;
    font-weight: 500;
}

.block_10 {
    padding: 50px 0;
    background: #fff;
}

.block_10 .cont_row {
    margin-top: 30px;
    text-align: center;
}

.block_10 .cont_row .row {
    display: inline-block;
    width: 260px;
    margin: 20px;
    vertical-align: top;
    background: url(../img/chek.png) no-repeat top center;
    padding-top: 30px;
}

.block_10 .cont_row .row h3 {
    margin-top: 15px;
    font-size: 22px;
    font-weight: 500;
}

@media (max-width:990px) {
    .size {
        padding-left: 10px;
        padding-right: 10px;
    }

    .block_3 .cont_row img {
        width: 100%;
    }

    header .cont_row .row {
        margin: 0 20px;
        width: 170px;
    }
}

@media (max-width:820px) {
    .block_1 img.woman {
        display: none;
    }

    header .cont_row .row {
        width: 200px;
        margin: 10px;
    }
}

@media (max-width:780px) {
    .block_1 .forms {
        float: none;
        width: 270px;
        margin: 0 auto;
        margin-top: 30px;
        margin-bottom: 30px;
        padding: 10px;
    }

    h2 {
        font-size: 32px;
    }

    .block_1 .product {
        width: 200px;
        float: none;
        margin: 0 auto;
    }

    .block_1 .product img {
        width: 100%;
    }

    .block_1 ul.punct {
        float: none;
        margin: 0 auto;
    }

    .block_3 .cont_row img {
        display: none;
    }

    .block_3 .cont_row ul {
        display: block;
    }
}

@media (max-width:600px) {

    .block_2 .cont_row img,
    .block_6 .cont_row img,
    .block_7 .cont_row img {
        float: none;
        display: block;
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .block_1 h1:before {
        display: none;
    }

    .block_1 h1 {
        font-size: 36px;
    }

    .block_1 h3 {
        font-size: 26px;
        margin-top: 10px;
    }

    .block_4 .cont_row .row {
        display: block;
        text-align: center;
    }

    .block_4 .cont_row .row img {
        display: inline-block;
        margin-right: 0;
        float: none;
    }

    .block_4 h5 {
        font-size: 25px;
    }

    .block_5 .cont_row .row {
        width: 270px;
    }

    a.sb {
        width: 280px;
    }
}

#countdown em,
#countdown_2 em {
    font-style: normal;
}

.copyright {
    font-size: 14px;
    text-align: center;
    padding: 20px 0;
    color: #6C6E6F;
}

.copyright p {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
}

.copyright br {
    display: none;
}

.copyright img {
    margin: 10px auto !important;
    max-width: 100%;
}

.copyright a {
    color: #6C6E6F;
    text-decoration: none;
}

.copyright a:hover {
    color: #FF0069;
    text-decoration: none;
}

.errorMessage {
    font-size: 15px;
    background: rgba(255, 0, 0, 0.64);
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    position: absolute;
    margin: 10px 0 0;
    z-index: 999;
}