*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

footer, article, aside, nav, section {
    display: block;
}

html {
    width: 100%;
}

body {
    font-size: 16px;
    line-height: 1.5;
    font-family: "Scada", sans-serif;
    padding: 0;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    color: #000;
    background:  #fff;
    font-weight: 400;
    width: 100%;
}


.d-large {
    display: none !important;
}

.clearfix {
    clear: both;
}

.container {

    margin: 0 auto;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
}

a {
    color: #232323;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

p {
    margin: 0 0 25px;
}

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

.d-center {
    display: block;
    margin: 0 auto 40px;
}

.wrapper {
    overflow: hidden;
}

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

.text-right {
    text-align: right;
}

.text-uppercase {
    text-transform: uppercase;
}
svg
{
    display: inline-block;
    vertical-align: middle;
}
svg path {
    /*stroke:inherit;*/
    /*stroke-width:inherit;*/
    /*fill:inherit;*/
}
.bg-dark
{
    background: url("../img/splash_top.png"), -o-radial-gradient(50% 61.56%, 38.44% 38.44%, #3A3A3A 0%, #2C2C2C 100%);
    background: url("../img/splash_top.png"), radial-gradient(38.44% 38.44% at 50% 61.56%, #3A3A3A 0%, #2C2C2C 100%);
    color: #fff;
}
.m-gradient
{
    background: -o-linear-gradient(270.69deg, #F9EBC1 0.6%, #EDCD74 45.8%);
    background: linear-gradient(179.31deg, #F9EBC1 0.6%, #EDCD74 45.8%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.s-top
{
    padding: 70px 0 0;
}
.s-top, .s-bottom
{
    background: url("../img/splash_top.png") no-repeat 50% top/ auto 100%, -o-radial-gradient(54.48% 52.97%, 19.71% 42.16%, #595959 0%, #323232 100%);
    background: url("../img/splash_top.png") no-repeat 50% top/ auto 100%, radial-gradient(19.71% 42.16% at 54.48% 52.97%, #595959 0%, #323232 100%);
    color: #fff;
}
.top-left
{
    text-align: center;
}
.prod-title, .prod-desc, .form-title, .b-title, .b-num
{
    font-family: Oswald;
    font-weight: 700;
    text-transform: uppercase;
}
.prod-title
{

    font-size: 57px;
    line-height: 0.9;
    margin: 15px 0 12px;
}
.b-sale
{
    background: url("../img/sale.png") no-repeat;
    font-family: Oswald;
    color: rgba(255,255,255,.54);
    text-transform: uppercase;
    -webkit-transform: rotate(-13.27deg);
    -ms-transform: rotate(-13.27deg);
    transform: rotate(-13.27deg);
    position: relative;
    max-width: 190px;
    font-weight: 500;
    padding: 38px 102px 10px 20px;
    line-height: 1.3;
}
.b-sale span
{
    display: block;
    text-align: center;
}
.b-sale span:last-child
{
    font-size: 22px;
    font-weight: 700;
}
.b-sale.d-mobile
{
    position: relative;
    left: 50%;
    display: inline-block;
    margin-left: -167px;;
}
.prod-desc
{
    font-size: 22px;
}
.b-pluses
{
    max-width: 360px;
    margin: 25px auto;
}
.b-pluses li
{
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    text-align: left;
    line-height: 1.375;
}
.b-icon
{
    width: 39px;
    height: 36px;
    background: -webkit-gradient(linear, left top, left bottom, from(#F8E9BD), to(#EECF7B));
    background: -o-linear-gradient(top, #F8E9BD 0%, #EECF7B 100%);
    background: linear-gradient(180deg, #F8E9BD 0%, #EECF7B 100%);
    -webkit-box-shadow: 0 2px  0 #C3A85F;
    box-shadow: 0 2px  0 #C3A85F;
    margin-right: 20px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.img-woman
{
    display: none;
}
.b-form
{
    max-width: 280px;
    border: 8px solid #fff;
    padding: 0 28px 25px;
    margin: 70px auto 0;
    background: rgba(50, 50, 50, 0.44);
    border-top: none;
    width: 100%;
}
.form-title
{
    text-align: center;
    font-size: 30px;
    line-height: 1.17;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 -28px -15px;
    overflow: hidden;
}
.form-title span
{
    /*background: #2c2c2c;*/
    display: inline-block;
    padding: 0 25px;
    position: relative;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;

}
.form-title span:before, .form-title span:after
{
    content: "";
    width: 100%;
    height: 8px;
    position: absolute;
    top: 50%;
    background: #fff;
}
.form-title span:before
{
    left: -100%;
}
.form-title span:after
{
    right: -100%;
}
.b-prices
{
    text-align: center;
    font-size: 19px;
    font-family: Oswald;
    margin-bottom: 25px;
}
.b-prices div
{
    display: inline-block;
    margin: 0 5px;
}
.old-price
{
    text-decoration: line-through;
    opacity: 0.47;
}
.new-price
{
    font-weight: 700;
}
.input-field
{
    display: block;
    background-color: transparent;
    border: none;
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,.38);
    font: inherit;
    margin-bottom: 20px;
    width: 100%;
    padding: 4px 0;
    outline: none;
}
.input-field:focus
{
    color: #EDCD74;
    border-color: #EDCD74;
}
select {
    background-image: url(../img/select.png);
    background-repeat: no-repeat;
    background-position: 93% center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}
select::-ms-expand {
    display: none;
}
.btn
{
    display: block;
    text-align: center;
    color: #232323;
    font-style: italic;
    font-size: 14px;
    background: -webkit-gradient(linear, left top, left bottom, from(#F9EBC1), to(#EDCD74));
    background: -o-linear-gradient(top, #F9EBC1 0%, #EDCD74 100%);
    background: linear-gradient(180deg, #F9EBC1 0%, #EDCD74 100%);
    text-transform: uppercase;
    -webkit-box-shadow: 0 2px  0 #C3A85F;
    box-shadow: 0 2px  0 #C3A85F;
    border-radius: 5px;
    border: none;
    padding: 15px 0;
    font-family: Oswald;
    width: 100%;
    max-width: 220px;
    cursor: pointer;
}
.btn:hover
{
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF7DD), to(#FFE49A));
    background: -o-linear-gradient(top, #FFF7DD 0%, #FFE49A 100%);
    background: linear-gradient(180deg, #FFF7DD 0%, #FFE49A 100%);
}
.b-form .btn
{
    margin-top: 28px;
}
.img-woman2
{
    margin: -126px auto 0;
    display: block;
    position: relative;
}
.s-syndrome
{
    padding: 60px 0 0 ;
    background: url("../img/syndrome_bg_m.jpg") no-repeat center bottom;
}
.b-title
{
    font-size: 30px;
    margin-bottom: 20px;
    line-height: 1.375;
}
.syndrome-right
{
    background: #2C2C2C;
    color: #fff;
    padding: 35px 20px 10px;
}
.syndrome-title
{
    font-family: Oswald;
    font-weight: 600;
    font-size: 18px;
}
.syndrome-right .m-gradient
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    font-family: Oswald;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.b-percent
{
    display: inline-block;
    margin-right: 5px;
    font-size: 70px;
    line-height: 1.3;

}
.img-woman3
{
    display: block;
    margin: -20px 0 0;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.s-signs
{
    padding: 60px 0 40px;
}
.b-subtitle
{
    font-family: Oswald;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 35px;
}
.b-num
{
    font-size: 30px;
}
.b-signs
{
    text-align: center;
    margin-bottom: 55px;
}
.b-sign
{
    margin-bottom: 25px;
}
.b-sign img
{
    margin-bottom: -20px;
}
.b-head
{
    font-size: 14px;
    font-weight: 600;
    font-family: Oswald;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.s-description
{
    padding: 60px 0 0;
    background: url("../img/desc_bg_m.jpg") no-repeat center bottom, -o-linear-gradient(265.29deg, #EEEEEE 50%, #EFEFEF 42.28%, rgba(196, 196, 196, 0) 96.19%);
    background: url("../img/desc_bg_m.jpg") no-repeat center bottom, linear-gradient(184.71deg, #EEEEEE 50%, #EFEFEF 42.28%, rgba(196, 196, 196, 0) 96.19%);
}
.desc-3
{
    text-align: center;
    position: relative;
}
.desc-3 img
{
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
    margin-top: 40px;
}
.desc-3 .btn
{
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 66px;
}
.s-oil
{
    padding: 60px 0 70px;
}
.s-oil .b-title
{
    text-align: center;
}
.img-oil
{
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-63%);
    -ms-transform: translateX(-63%);
    transform: translateX(-63%);
    display: inline-block;
}
.s-oil .btn
{
    margin-top: 35px;
}
.action-inner
{
    max-width: 320px;
    padding: 95px 10px;
    background: url(../img/chocolate.png) no-repeat right top, url(../img/splash.png)  center top, -webkit-gradient(linear, left top, left bottom, from(#2C2C2C), to(#525252));
    background: url(../img/chocolate.png) no-repeat right top, url(../img/splash.png)  center top, -o-linear-gradient(top, #2C2C2C 0%, #525252 100%);
    background: url(../img/chocolate.png) no-repeat right top, url(../img/splash.png)  center top, linear-gradient(180deg, #2C2C2C 0%, #525252 100%);
    margin: 0 auto;
    color: #fff;
}
.s-specialist .b-title
{
    font-size: 40px;
}
.sl-count
{
    font-weight: 700;
    font-family: Oswald;
    font-size: 14px;
    margin-top: 18px;
}
.s-components
{
    padding: 50px 0 45px;
}
.s-components .prod-title
{
    font-size: 50px;
}
.b-subtitle2
{
    font-weight: 700;
    margin-bottom: 40px;
}
.b-components
{
    text-align: center;
}
.b-component
{
    margin-bottom: 23px;
}
.b-component>div
{
    font-family: Oswald;
    margin-bottom: 13px;
}
.s-specialist
{
    padding: 65px 0;
    background: url("../img/spec_bg_m.jpg") no-repeat center / cover;
}
.spec-title
{
    font-size: 14px;
    color: #686868;
    font-style: italic;
    margin-top: 40px;
}
.spec-title div
{
    font-style: normal;
    color: #000;
}
.b-quote
{
    background: url("../img/quote.svg") no-repeat left top;
}
.s-apply
{
    padding: 60px 0 70px;
    background: -o-radial-gradient(50% 61.56%, 38.44% 38.44%, #3A3A3A 0%, #2C2C2C 100%);
    background: radial-gradient(38.44% 38.44% at 50% 61.56%, #3A3A3A 0%, #2C2C2C 100%);
    color: #fff;
}
.avid
{
    width: 100%;
    max-width: 890px;
    margin: 35px auto 0;
    display: block;
}
.s-reviews
{
    background: url("../img/rev_bg_m.jpg") no-repeat center bottom, -o-linear-gradient(265.29deg, #EEEEEE 50%, #EFEFEF 68.28%, rgba(255, 255, 255, 0) 96.19%);
    background: url("../img/rev_bg_m.jpg") no-repeat center bottom, linear-gradient(184.71deg, #EEEEEE 50%, #EFEFEF 68.28%, rgba(255, 255, 255, 0) 96.19%);;
    padding: 45px 0 100px;
}
.b-reviews
{
    margin-top: 50px;
}
.b-review
{
    background: -webkit-gradient(linear, left top, left bottom, from(#2C2C2C), to(#2D2D2D));
    background: -o-linear-gradient(top, #2C2C2C 0%, #2D2D2D 100%);
    background: linear-gradient(180deg, #2C2C2C 0%, #2D2D2D 100%);
    color: #fff;
    padding: 20px;
    margin-top: 70px;
}
.b-review>img
{
    display: block;
    margin: -90px auto 20px;
    max-width: 180px;
}
.rev-text img
{
    margin: 10px 0;
}
.s-steps
{
    background: #F8F8F8;
    padding: 50px 0 35px;
}
.b-steps
{
    text-align: center;
}
.b-step
{
    margin-bottom: 30px;
}
.b-step img
{
    margin-bottom: -20px;
}
.s-bottom
{
    padding: 70px 0 0;
}
.img-pair
{
    display: none;
}
.img-pair2 {
     margin: -60px 0 0;
    display: block;
    position: relative;
    left: 50%;
    transform: translateX(-43%);
}
.s-bottom .b-sale.d-mobile
{
    margin-top: -25px;
    position: relative;
    z-index: 0;
    margin-left: -170px;
}
.s-bottom .b-form
{
    z-index: 10;
    position: relative;
}
.b-note
{
  font-size: 14px;
  margin-top: 10px;
  line-height: 1.1;
}
@media (min-width: 990px) {
    .container {
        max-width: 991px;
    }
    .d-mobile
    {
        display: none !important;
    }
    .d-large
    {
        display: block !important;
    }
    .top-left
    {
        text-align: left;
        display: inline-block;
        margin-bottom: 60px;
        vertical-align: middle;
    }
    .prod-title
    {
        font-size: 82px;
        margin: 0;
        position: relative;
        z-index: 10;
    }
    .b-sale.d-large
    {
        margin: -27px -25px 0 -2px;
        float: left;
    }
    .prod-desc
    {
        line-height: 1.4;
        margin-top: 10px;
        max-width: 85%;
        font-size: 16px;
    }
    .b-pluses
    {
        margin: 60px 0 0;
    }
    .img-woman
    {
        display: inline-block;
        margin: 0 -15% 0 -11%;
        vertical-align: bottom;
    }
    .b-form
    {
        display: inline-block;
        margin: 0 0 70px;
        vertical-align: middle;
    }
    .s-syndrome
    {
        background: none;
        padding: 0;
    }
    .s-syndrome .container
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    .b-title
    {
        font-size: 40px;
    }
    .syndrome-left
    {

        width: calc(100% - 310px);
        background: url("../img/woman2.jpg") no-repeat center right/ auto 100%;
        padding: 20px 310px 0 0;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .syndrome-left:before
    {
        content: "";
        position: absolute;
        height: 100%;
        left: -100%;
        width: 100%;
        top: 0;
        background: #F8F8F8;
    }
    .syndrome-right
    {
        max-width: 300px;
        padding: 60px 20px 20px;
    }
    .s-signs
    {
        padding: 60px 0;
    }
    .b-signs
    {
        text-align: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 70px 0 30px;
    }
    .b-sign
    {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 25%;
        flex: 1 1 25%;
        padding-right: 4%;
    }
    .s-description
    {
        padding: 0;
        background: url(../img/desc_bg.jpg) no-repeat center bottom, -o-linear-gradient(265.29deg,  #EFEFEF 38.28%, rgba(196, 196, 196, 0) 96.19%);
        background: url(../img/desc_bg.jpg) no-repeat center bottom, linear-gradient(184.71deg,  #EFEFEF 38.28%, rgba(196, 196, 196, 0) 96.19%);
    }
    .s-description .container, .s-oil .container
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .desc-1, .desc-2
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .desc-2
    {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .desc-3
    {
        margin: 0 -3%;
    }
    .desc-3 img
    {
        margin-top: 0;
    }
    .s-oil
    {
        padding: 90px 0 40px;
    }
    .s-oil .container>div
    {
        position: relative;
    }
    .s-oil .container>div:first-child
    {
        width: 52%;
    }
    .s-oil .container>div:last-child
    {
        width: 43%;
        margin-left: 5%;
    }
    .img-oil
    {
        -webkit-transform: translateX(-70%);
        -ms-transform: translateX(-70%);
        transform: translateX(-70%);
        margin-top: -25px;
    }
    .s-oil .b-title
    {
        text-align: left;
        max-width: 290px;
        position: absolute;
        right: 0;
    }
    .s-action
    {
        background: url("../img/action_bg.jpg") no-repeat center bottom;
    }
    .action-inner
    {
        max-width: 860px;
        background: none;
        color: inherit;
        padding: 0;
        margin: 0;
    }
    .act-1
    {
        height: 100%;
        width: 300px;
        padding: 65px 40px 240px;
        background: url("../img/chocolate2.png") no-repeat right bottom,  -webkit-gradient(linear, left top, left bottom, from(#2C2C2C), to(#525252));
        background: url("../img/chocolate2.png") no-repeat right bottom,  -o-linear-gradient(top, #2C2C2C 0%, #525252 100%);
        background: url("../img/chocolate2.png") no-repeat right bottom,  linear-gradient(180deg, #2C2C2C 0%, #525252 100%);
        color: #fff;
        float: left;
    }
    .b-actions>div:not(.act-1)
    {
        display: inline-block;
        width: 274px;
        padding: 20px;
        float: left;
		min-height: 229px;
    }
    .b-actions .b-title
    {
        margin-bottom: 10px;
		font-size: 30px
    }
    .act-2, .act-3
    {
        margin-top: 87px;
    }
    .act-4
    {
        background: #3a3a3a;
        color: #fff;
        padding: 40px 20px !important;
    }
    .act-5
    {
        background: #323232;
        color: #fff;
        padding: 40px 20px !important;
    }
    .s-components
    {
        padding: 85px 0 30px;
    }
    .s-components .prod-title
    {
        font-size: 65px;
        margin-bottom: 10px;
    }
    .b-subtitle2
    {
        font-size: 18px;
    }
    .b-components
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: left;
    }

    .b-components>div:first-child
    {
        text-align: right;
    }
    .b-components>div:nth-child(2)
    {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .b-components>div:last-child
    {
        width: 45%;
        text-align: center;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .b-components>div:last-child img
    {
        margin-top: -40px;
    }
    .b-component {
        margin-bottom: 50px;
    }
    .s-specialist
    {
        background-image: url("../img/spec_bg.png");
        padding: 0;
    }
    .s-specialist .container
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    .spec-text
    {
        max-width: 47%;
        margin-right: 4%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 30px 0 0;
    }
    .b-quote
    {
        background: none;
    }
    .spec-title
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .spec-title .inner-block
    {
        padding-top: 120px;
        background: url("../img/quote.svg") no-repeat;
        margin: 0;
        min-width: 180px;
    }

    .img-spec img
    {
        margin: 0 -75px 0 -30px;
        height: 100%;
    }
    .s-apply
    {
        padding: 80px 0 85px;
    }
    .avid
    {
        margin-top: 40px;
    }
    .s-reviews
    {
        padding: 0;
        background: url("../img/rev_bg.jpg") no-repeat center bottom, -o-linear-gradient(265.29deg, #EEEEEE 50%, #EFEFEF 68.28%, rgba(255, 255, 255, 0) 96.19%) ;
        background: url("../img/rev_bg.jpg") no-repeat center bottom, linear-gradient(184.71deg, #EEEEEE 50%, #EFEFEF 68.28%, rgba(255, 255, 255, 0) 96.19%) ;
    }
    .s-reviews>.container
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .s-reviews .b-title
    {
        margin-top: 60px;
    }
    .b-reviews
    {
        max-width: 60%;
        margin-top: 0;
        margin-bottom: 40px;
    }
    .b-review
    {
        margin-top: 0;
        margin-left: 110px;
        padding: 70px 30px 30px 150px;
        position: relative;
    }
    .b-reviews .slick-dots
    {
        margin-left: 50px;
    }
    .b-review>img
    {
        position: absolute;
        top: 70px;
        left: -105px;
        margin: 0;
        max-width: none;
    }
    .s-steps
    {
        padding: 75px 0 20px;
    }
    .b-steps
    {
        text-align: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .b-step
    {
        padding-right: 20px;
    }
    .b-step img {
        float: right;

    }
    .b-step:first-child img
    {
        margin: 0 -40px 0 -20px;
    }
    .s-bottom .b-sale.d-large
    {
        margin-right: -33px;
    }
	.s-bottom .prod-desc
	{
		max-width: 92%;
	}
    .img-pair
    {
        margin: 0 -16% 0 -7%;
        display: inline-block;
        vertical-align: bottom;
    }
}
@media (min-width: 1180px)
{
    .container {
        max-width: 1180px;
    }
    .prod-title
    {
        font-size: 60px;
    }
    .img-woman
    {
        margin: 0 -85px 0 -30px;
    }
    .b-sale.d-large
    {
        margin: -27px -33px 0 19px;
    }
    .s-oil
    {
        padding: 90px 0 20px;
    }
    .img-oil
    {
        -webkit-transform: translateX(-65%);
        -ms-transform: translateX(-65%);
        transform: translateX(-65%);
    }
    .img-pair
    {
        margin: 0 -85px 0 -30px;

    }
}