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

body {
    background: #fff;
    color: #000;
    font-family: PTSansRegular, sans-serif;
    font-size: 20px;
    min-width: 320px
}

div,
footer,
header,
main,
section {
    display: block
}

img {
    border: 0;
    max-width: 100%
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
strong {
    font-style: normal;
    font-weight: 400;
    margin: 0;
    padding: 0
}

strong {
    font-family: PTSansBold, sans-serif
}

a {
    text-decoration: none
}

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

.hidden {
    display: none
}

.flex {
    -ms-flex-align: stretch;
    -ms-flex-pack: justify;
    -webkit-align-items: stretch;
    -webkit-box-align: stretch;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    align-items: stretch;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between
}

.container {
    margin: 0 auto;
    max-width: 100%;
    padding: 0 10px;
    width: 1170px
}

.btn {
    -o-transition: all ease .35s;
    -webkit-border-radius: 0;
    -webkit-transition: all .35s ease;
    background: #569641;
    border: 0;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 20px;
    height: 42px;
    line-height: 42px;
    padding: 0;
    position: relative;
    text-align: center;
    transition: all .35s ease;
    width: 100%;
    z-index: 5
}

.btn.form-btn {
    font-family: PTSansBold, sans-serif;
    font-size: 26px;
    height: 78px;
    line-height: 78px;
    text-transform: uppercase
}

.btn:hover {
    background: #6f9e5f;
}

section {
    overflow: hidden;
    padding: 40px 0
}

.h1,
h1 {
    font-family: PTSansBold, sans-serif;
    font-size: 55px;
    line-height: 55px
}

.h1,
.h2,
h1,
h2 {
    text-align: center
}

.h2,
h2 {
    font-size: 50px;
    line-height: 50px
}

.red {
    color: #569641;
}

.bg {
    background: #67bfa5
}

.bg-red {
    background: red
}

@media only screen and (max-width:1199.98px) {
    .container {
        width: 960px
    }
    .h1,
    h1 {
        font-size: 45px;
        line-height: 45px
    }
    .h2,
    h2 {
        font-size: 40px;
        line-height: 40px
    }
    .btn.form-btn {
        font-size: 21px
    }
}

@media only screen and (max-width:991.98px) {
    .container {
        width: 720px
    }
    .h1,
    h1 {
        font-size: 35px;
        line-height: 35px
    }
    .h2,
    h2 {
        font-size: 30px;
        line-height: 30px
    }
}

@media only screen and (max-width:767.98px) {
    .container {
        width: 540px
    }
    .h2,
    h1,
    h2 {
        font-size: 28px;
        line-height: 28px
    }
}

@media only screen and (max-width:575.98px) {
    .container {
        width: 100%
    }
    .btn.form-btn {
        font-size: 18px
    }
}

header {
    background: url(../img/bg-header.jpg) top/cover no-repeat;
    color: #fff;
    overflow: hidden
}

.top-line {
    background: rgba(0, 0, 0, .35);
    padding: 5px 0
}

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

.logo {
    -ms-flex: 0 0 160px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 160px;
    flex: 0 0 160px;
    width: 160px;
	margin-top:5px;
}

.logo-img {
    width: 100%
}

.slogan-block {
    -ms-flex: 0 0 420px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 420px;
    flex: 0 0 420px;
    width: 1000px;
	    margin-left: 175px;
}

.slogan-item {
    font-size: 16px;
    line-height: 20px;
    padding: 0 0 0 45px;
    position: relative;
	width:315px;
}

.slogan-item:before {
    background: url(../img/block1-header.png) 0 0 no-repeat;
    content: "";
    height: 36px;
    left: 0;
    margin: -18px 0 0;
    position: absolute;
    top: 50%;
    width: 35px
}

.slogan-item.item02:before {
     background: url(../img/block2-header.png) 0 0 no-repeat;
    width: 35px
}

.slogan-item.item03:before {
     background: url(../img/block3-header.png) 0 0 no-repeat;
    width: 35px
}

.top-timer {
    margin: -30px 0 0
}

.timer-title {
    color: #fff;
    font-size: 16px;
    line-height: 32px;
    text-align: center
}

.top-btn {
    -ms-flex: 0 0 201px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 201px;
    flex: 0 0 201px;
    width: 201px
}

.first-screen {
    padding: 10px 0 40px
}

.sub-heder {
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    margin-top: 15px;
}

.center-block {
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    margin: 20px 0 0;
    position: relative
}

.pack {
    left: 51%;
    margin: 18px 0 0 -198px;
    position: absolute;
    top: 0;
	width:250px;
}

.bulet-items {
    display: block;
    font-size: 18px;
    line-height: 22px;
    width: 363px
}

.bulet-item {
    background: rgba(37, 65, 46, .71);
    border: 3px dotted rgba(109, 204, 183, .71);
    padding: 20px 15px 20px 70px;
    position: relative
}

.bulet-item:before {
    background: url(../img/ip.png) -150px 0 no-repeat;
    content: "";
    height: 41px;
    left: 15px;
    margin: -21px 0 0;
    position: absolute;
    top: 50%;
    width: 41px
}

.bulet-item.item002:before {
    background-position: -150px 0;
    height: 42px;
    margin: -21px 0 0;
    width: 42px
}

.bulet-item.item003:before {
    background-position: -150px 0;
    height: 42px;
    margin: -21px 0 0;
    width: 42px
}

.bulet-item.item004:before {
    background-position: -150px 0;
    height: 42px;
    margin: -21px 0 0;
    width: 42px
}

.bulet-item:not(:last-child) {
    margin: 0 0 8px
}

.form-block {
    -ms-flex: 0 0 486px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 486px;
    flex: 0 0 486px;
    width: 486px
}

.form-title {
    color: #7be3cc;
    font-family: PTSansBold, sans-serif;
    font-size: 16px;
    line-height: 20px;
    text-align: center
}

.order-form {
    -webkit-border-radius: 5px;
    background: #fff;
    border-radius: 5px;
    display: block;
    margin: 10px 0 0;
    width: 100%
}

.top-form {
    -webkit-border-radius: 5px 5px 0 0;
    background: hsla(65, 92%, 76%, .14);
    border-radius: 5px 5px 0 0;
    padding: 15px 20px 0px;
    position: relative
}

.warning-form {
    font-size: 21px;
    line-height: 26px;
    text-align: center
}

.price-block {
    -ms-flex-align: start;
    -ms-flex-pack: distribute;
    -webkit-align-items: flex-start;
    -webkit-box-align: start;
    -webkit-justify-content: space-around;
    align-items: flex-start;
    justify-content: space-around;
    margin: 20px 0 0;
    text-align: center
}

.old-price {
    color: #4d4d4d
}

.price-header {
    font-size: 16px;
    line-height: 28px
}

.oldprice-digit {
    font-size: 27px;
    line-height: 40px;
    text-decoration: line-through
}

.newprice-digit {
    font-family: PTSansBold, sans-serif;
    font-size: 40px;
    line-height: 40px
}

.save {
    color: #4d4d4d
}

.price-header {
    font-size: 16px;
    line-height: 28px
}

.save-digit {
    font-size: 27px;
    line-height: 40px;
   
}



.center-form {
    background: hsla(65, 92%, 76%, .14);
    padding: 0 20px 25px
}

.input-block {
    color: #515151;
    font-size: 14px;
    line-height: 32px;
    position: relative;
    z-index: 5
}

.input-block input {
    -webkit-border-radius: 3px;
    background: #fff;
    border: 1px solid #838383;
    border-radius: 3px;
    display: block;
    height: 32px;
    padding: 0 10px;
    width: 300px
}

.input-block input::-webkit-input-placeholder {
    color: #515151
}

.input-block input:-moz-placeholder,
.input-block input::-moz-placeholder {
    color: #515151
}

.input-block input:-ms-input-placeholder {
    color: #515151
}

.input-block:not(:last-child) {
    margin: 0 0 15px
}

.bottom-form {
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    padding: 8px 20px 20px;
    position: relative
}

.bottom-form:before {
    background: url(../img/ip.png) -272px 0 no-repeat;
    content: "";
    height: 70px;
    position: absolute;
    right: 10px;
    top: -13px;
    width: 40px
}

.under-btn {
   font-size: 18px;
    line-height: 41px;
    margin: 0 0 5px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 25px;
}

.lastpack {
    -webkit-border-radius: 50%;
    border: 2px dotted #2b5027;
    border-radius: 50%;
    display: inline-block;
    font-family: PTSansBold, sans-serif;
    font-size: 28px;
    height: 45px;
    line-height: 41px;
    width: 45px
}

.sub-form {
    color: #000;
    font-size: 16px;
    line-height: 24px;
    margin: 10px 0 0;
    text-align: center
}

.count-people {
    font-family: PTSansBold, sans-serif;
    font-size: 22px
}

.form-footer {
    font-size: 16px;
    margin: 10px 0 0;
    text-align: right
}

.security-block {
    display: inline-block;
    font-family: PTSansBold, sans-serif;
    font-size: 18px;
    line-height: 22px;
    padding: 0 0 0 46px;
    position: relative;
    text-align: left
}

.security-block:before {
    background: url(../img/ip.png) -237px 0 no-repeat;
    content: "";
    height: 37px;
    left: 0;
    margin: -16px 0 0;
    position: absolute;
    top: 50%;
    width: 35px
}

.product-big_sale1 {
    -webkit-background-size: contain;
    background: url(../img/bg-sale.png) no-repeat 0 0;
    background-size: contain;
    color: #fff;
    font-size: 20px;
    height: 262px;
    left: 485px;
    line-height: 28px;
    padding: 140px 50px 0 20px;
    position: absolute;
    text-align: center;
    top: 284px;
    width: 195px;
    z-index: 40
}

.product-big_sale1.f01 {
    left: 532px;
    top: 169px
}

.date_b {
    font-family: PTSansBold, sans-serif
}

@media only screen and (max-width:1199.98px) {
    .logo {
        -ms-flex: 0 0 110px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 110px;
        flex: 0 0 110px;
        width: 110px
    }
    .slogan-block {
        -ms-flex: 0 0 375px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 375px;
        flex: 0 0 375px;
        width: 375px
    }
    .slogan-item {
        font-size: 16px;
        line-height: 20px
    }
    .top-btn {
        -ms-flex: 0 0 170px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 170px;
        flex: 0 0 170px;
        width: 170px
    }
    .sub-heder {
        font-size: 20px;
        line-height: 30px;
        margin: 10px 0 0
    }
    .pack {
        display: block;
        margin: 0 0 0 -165px;
        top: 28px;
        width: 285px
    }
    .bulet-items {
        -ms-flex: 0 0 320px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 320px;
        flex: 0 0 320px;
        width: 320px
    }
    .bulet-item {
        padding: 10px 15px 10px 60px
    }
    .bulet-item:before {
        left: 10px
    }
    .form-title {
        font-size: 14px;
        line-height: 18px
    }
    .form-block {
        -ms-flex: 0 0 355px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 355px;
        flex: 0 0 355px;
        width: 355px
    }
    .top-form {
        padding: 10px 15px
    }
    .warning-form {
        font-size: 15px;
        line-height: 18px
    }
    .price-block {
        margin: 15px 0 0
    }
    .price-header {
        font-size: 15px;
        line-height: 26px
    }
    .oldprice-digit {
        font-size: 22px;
        line-height: 32px
    }
    .newprice-digit {
        font-size: 32px;
        line-height: 32px
    }
    .center-form {
        padding: 0 15px 20px
    }
    .input-block {
        -ms-flex-direction: column;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        flex-direction: column
    }
    .input-block input {
        width: 100%
    }
    .bottom-form {
        padding: 5px 15px
    }
    .bottom-form:before {
        right: -13px;
        top: -45px
    }
    .under-btn {
        font-size: 15px;
        line-height: 36px
    }
    .lastpack {
        font-size: 24px;
        height: 40px;
        line-height: 36px;
        width: 40px
    }
    .sub-form {
        font-size: 15px;
        line-height: 22px
    }
    .count-people {
        font-size: 20px
    }
    .form-footer {
        font-size: 15px
    }
    .security-block {
        font-size: 16px;
        line-height: 20px;
        padding: 0 0 0 44px
    }
    .product-big_sale1 {
        left: 410px
    }
    .product-big_sale1.f01 {
        left: 419px
    }
}

@media only screen and (max-width:991.98px) {
    .top-timer {
        display: none
    }
    .sub-heder {
        font-size: 18px;
        line-height: 26px;
        margin: 10px 0 0
    }
    .center-block,
    .pack {
        display: block
    }
    .pack {
        left: 175px;
        margin: 20px 0 0;
        position: relative;
        top: auto;
        width: 225px
    }
    .bulet-items {
        margin: 0 auto;
        max-width: 100%;
        width: 450px
    }
    .form-block {
        width: 100%
    }
    .form-footer,
    .form-title,
    .order-form {
        margin: 10px auto 0;
        max-width: 100%;
        width: 450px
    }
    .form-footer {
        text-align: center;
    }
    .top-form {
        padding: 15px 20px
    }
    .price-block {
        -ms-flex-pack: distribute;
        -webkit-justify-content: space-around;
        justify-content: space-around
    }
    .product-big_sale1 {
        left: 300px;
        top: 460px
    }
    .product-big_sale1.f01 {
        display: none
    }
}

@media only screen and (max-width:767.98px) {
    .slogan-block {
        display: none
    }
    .sub-heder {
        font-size: 16px;
        line-height: 22px
    }
    .pack {
        left: 50%;
        margin: 20px 0 0 -125px
    }
    .product-big_sale1 {
        left: 50%;
        top: 450px
    }
}

@media only screen and (max-width:575.98px) {
    .top-btn {
        display: none
    }
    .top-block {
        display: block
    }
    .logo {
        margin: 0 auto
    }
    .product-big_sale1 {
        bottom: 593px;
        font-size: 16px;
        height: 205px;
        left: 50%;
        padding: 97px 36px 0 12px;
        right: auto;
        top: auto;
        width: 150px
    }
}

.s-warning {
    background: #fff;
    padding: 60px 0 40px;
    position: relative;
    text-align: center
}

.sub-h2 {
    font-size: 26px;
    line-height: 34px;
    margin: 30px 0 0
}

.warning-items {
    margin: 30px auto 0;
    width: 940px
}

.warning-item {
    -ms-flex-align: center;
    -ms-flex-pack: start;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    align-items: center;
    justify-content: flex-start;
    margin: 0 0 20px;
    text-align: left
}

.img-warning {
    -ms-flex: 0 0 212px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 212px;
    display: block;
    flex: 0 0 212px;
    width: 212px
}

.warning-text {
    font-size: 24px;
    line-height: 30px;
    padding: 0 0 0 40px
}

@media only screen and (max-width:1199.98px) {
    .sub-h2 {
        font-size: 24px;
        line-height: 30px;
        margin: 20px 0 0
    }
    .warning-items {
        width: 100%
    }
    .warning-text {
        font-size: 22px;
        line-height: 28px;
        padding: 0 0 0 30px
    }
}

@media only screen and (max-width:991.98px) {
    .sub-h2 {
        font-size: 22px;
        line-height: 28px
    }
    .img-warning {
        -ms-flex: 0 0 180px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 180px;
        flex: 0 0 180px;
        width: 180px
    }
    .warning-text {
        font-size: 20px;
        line-height: 26px;
        padding: 0 0 0 20px
    }
}

@media only screen and (max-width:767.98px) {
    .sub-h2 {
        font-size: 20px;
        line-height: 26px
    }
    .warning-item {
        display: block
    }
    .img-warning {
        margin: 0 auto 20px;
        max-width: 100%
    }
    .warning-text {
        font-size: 18px;
        line-height: 24px;
        text-align: center;
        padding: 0;
    }
}

.s-hell {
    background: url(../img/bg-shell.jpg) top/cover no-repeat;
    color: #fff;
    padding: 60px 0 40px;
    text-align: center
}

.hell-items {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    margin: 30px auto
}

.hell-item {
    -ms-flex: 0 0 213px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 213px;
    flex: 0 0 213px;
    width: 213px
}

.hell-img {
    display: block;
    margin: 0 auto;
    max-width: 213px;
    width: 100%
}

.hell-text {
    font-size: 24px;
    line-height: 25px;
	margin-top: 10px;
}

.hell-footer {
    background: url(../img/bg-hellfooter.png) top/cover no-repeat
}

.hell-footer-text {
    font-size: 27px;
    line-height: 32px;
    padding: 40px 80px
}

@media only screen and (max-width:1199.98px) {
    .hell-item {
        -ms-flex: 0 0 190px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 190px;
        flex: 0 0 190px;
        width: 190px
    }
    .hell-text {
        font-size: 22px;
        line-height: 28px
    }
    .hell-footer-text {
        font-size: 25px;
        line-height: 30px;
        padding: 40px 0 50px
    }
}

@media only screen and (max-width:991.98px) {
    .hell-items {
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .hell-item {
        -ms-flex: 0 0 40%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 40%;
        flex: 0 0 40%;
        margin: 30px auto 0;
        width: 40%
    }
    .hell-text {
        font-size: 20px;
        line-height: 26px
    }
    .hell-footer-text {
        font-size: 23px;
        line-height: 28px;
        padding: 40px 0 50px
    }
    .hell-footer {
        margin: 30px 0 0
    }
}

@media only screen and (max-width:767.98px) {
    .hell-items {
        display: block
    }
}

.s-form {
    background: #121f1b;
    position: relative;
    z-index: 2
}

.s-form02 {
    margin: -100px 0 0;
    padding: 110px 0 15px;
    position: relative;
    z-index: 1;
	background: url(../img/bg-header.jpg) top/cover no-repeat;
    color: #fff;
}

.big-form-title {
    color: #7be3cc;
    font-family: PTSansBold, sans-serif;
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 5px;
    text-align: right
}

.big-form {
    -webkit-border-radius: 10px;
    background: #fff;
    border-radius: 10px;
    display: block;
    position: relative
}

.big-form .tkmtimer {
    display: inline-block
}

.big-form .timer-wrapper .digit:not(:last-child):after,
.big-form .timer-wrapper .digit:not(:last-child):before {
    display: none
}

.big-form .timer-wrapper .digit .digit-items {
    color: #000
}

.big-form .price-block {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin: 30px 0 0
}

.big-form .old-price {
    margin: 0 15px 0 0
}

.big-form .sub-form {
    margin: 0
}

.big-form .input-block input {
    width: 240px
}

.bf-top {
    -webkit-border-radius: 10px 10px 0 0;
    background: #fdfeef;
    border-radius: 10px 10px 0 0
}

.bf-top-left {
    padding: 15px 0 15px 20px;
    width: 50%
}

.bf-top-right {
    padding: 15px 20px 20px 160px;
    width: 50%
}

.bf-top-right .warning-form {
    margin: 0 0 40px;
    padding: 0 0 0 40px
}

.bf-timer-title {
    font-size: 16px;
    line-height: 32px;
    padding: 0 0 0 100px
}

.bf-bottom-left {
    -ms-flex-align: center;
    -ms-flex-pack: start;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    align-items: center;
    justify-content: flex-start;
    padding: 0 0 0 20px;
    width: 50%
}

.bf-bottom-right {
    padding: 15px 20px 15px 160px;
    width: 50%
}

.bf-pack {
    left: 50%;
    margin: -249px 0 0 -210px;
    position: absolute;
    top: 50%;
    z-index: 0
}

.lastpack-block {
    font-size: 22px;
    line-height: 29px;
    text-align: center
}

.lastpack-block .lastpack {
    font-family: PTSansBold, sans-serif;
    font-size: 43px;
    height: 59px;
    line-height: 57px;
    width: 59px
}

.stock-descr {
    margin: 0 15px 0 0;
    padding: 0 15px 0 0;
    position: relative
}

.stock-descr:after {
    background: #000;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px
}

@media only screen and (max-width:1199.98px) {
    .big-form .price-block {
        margin: 40px 0 0
    }
    .big-form .bf-pack {
        margin: -196px 0 0 -136px;
        width: 270px
    }
    .big-form .input-block input {
        width: 100%
    }
    .bf-pack {
        margin: -80px 0 0 -160px;
        width: 325px
    }
    .bf-top-right {
        padding: 15px 20px 20px 140px
    }
    .bf-top-right .warning-form {
        margin: 0 0 20px;
        padding: 0 0 0 20px
    }
    .bf-bottom-right {
        padding: 15px 20px 15px 140px
    }
}

@media only screen and (max-width:991.98px) {
    .big-form-title {
        text-align: center
    }
    .big-form {
        margin: 0 auto;
        width: 450px
    }
    .big-form .price-block {
        -ms-flex-pack: distribute;
        -webkit-justify-content: space-around;
        justify-content: space-around;
        margin: 30px 0 0
    }
    .bf-top {
        display: block
    }
    .bf-top-left {
        text-align: center
    }
    .bf-top-left,
    .bf-top-right {
        padding: 15px;
        width: 100%
    }
    .bf-top-right .warning-form {
        margin: 0 0 20px;
        padding: 0;
        text-align: center
    }
    .bf-timer-title {
        padding: 0;
        text-align: center
    }
    .bf-bottom-left {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        padding: 15px;
        width: 100%
    }
    .bf-bottom {
        display: block
    }
    .bf-bottom-right {
        padding: 15px;
        width: 100%
    }
    .bf-pack {
        display: none
    }
}

@media only screen and (max-width:575.98px) {
    .big-form {
        max-width: 100%
    }
    .big-form .price-block {
        -ms-flex-pack: distribute;
        -webkit-justify-content: space-around;
        justify-content: space-around
    }
    .big-form .timer-wrapper .digit>.item {
        font-size: 38px;
        height: 54px;
        line-height: 54px;
        width: 34px
    }
    .stock-descr {
        font-size: 16px;
        margin: 0 10px 0 0;
        padding: 0 10px 0 0
    }
}

.s-stat {
    background: #fff;
    text-align: center
}

.stat-items {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 35px 0
}

.stat-item {
    -ms-flex: 0 0 30%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30%;
    flex: 0 0 30%;
    font-size: 24px;
    line-height: 44px;
    position: relative;
    text-align: left;
    width: 30%
}

.stat-item:after {
    -webkit-border-radius: 50%;
    background: #a7290f;
    border-radius: 50%;
    content: "";
    display: block;
    height: 24px;
    margin: -12px 0 0;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 24px
}

.stat-item.item002:after {
    background-color: #5f361f
}

.stat-item.item004:after {
    background-color: #24412d
}

.stat-item.item006:after {
    background-color: #eb1d00
}

.stat-img {
    width: 100%
}

.stat-footer {
    font-size: 18px;
    line-height: 24px;
    margin: 20px 0 0
}

@media only screen and (max-width:1199.98px) {
    .stat-item {
        font-size: 20px
    }
    .stat-item:after {
        height: 20px;
        margin: -10px 0 0;
        width: 20px
    }
    .stat-footer {
        font-size: 18px;
        line-height: 24px;
        margin: 20px 0 0
    }
}

@media only screen and (max-width:991.98px) {
    .s-stat h2 br {
        display: none
    }
    .stat-item {
        -ms-flex: 0 0 40%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 40%;
        flex: 0 0 40%;
        font-size: 18px;
        width: 40%
    }
    .stat-item:after {
        height: 20px;
        margin: -10px 0 0;
        right: 0;
        width: 20px
    }
    .stat-footer {
        font-size: 16px
    }
}

@media only screen and (max-width:767.98px) {
    .hell-item {
        width: 80%;
    }
    .stat-items {
        display: block
    }
    .stat-item {
        margin: 0 auto;
        width: 280px
    }
}

.s-spec {
    background: url(../img/bg-spec.jpg) top/cover no-repeat;
    color: #fff;
    margin: -100px 0 0;
    padding: 120px 0 40px
}

.spec-block {
    padding: 0 420px 0 0;
    position: relative;
	margin-top: 30px;
}

.spec-wrap {
    background: #25412e;
    border: 4px dotted #7be3cc;
    font-size: 22px;
    line-height: 26px;
    margin: 20px auto 0;
    padding: 20px 30px;
    position: relative;
}

.subscr {
    font-family: PTSansBold, sans-serif;
    font-size: 26px;
    line-height: 30px;
    margin: 25px 0 0;
    text-indent: 0
}

.img-subscr {
    bottom: 5px;
    position: absolute;
    right: 175px
}

.spec-img {
    bottom: -40px;
    position: absolute;
    right: 0
}

@media only screen and (max-width:1199.98px) {
    .spec-block {
        padding: 0 250px 0 0
    }
    .spec-wrap {
        border: 3px dotted #7be3cc;
        font-size: 20px;
        line-height: 24px;
        padding: 20px 50px 20px 20px;
        text-indent: 20px
    }
    .subscr {
        font-size: 24px;
        line-height: 28px;
        margin: 25px 0 0;
        text-indent: 0
    }
    .spec-img {
        right: -30px;
        width: 350px
    }
}

@media only screen and (max-width:991.98px) {
    .s-spec {
        margin: -120px 0 0;
        padding: 140px 0 40px
    }
    .spec-block {
        padding: 0
    }
    .spec-wrap {
        border: 2px dotted #7be3cc;
        font-size: 18px;
        line-height: 22px;
        padding: 10px 15px
    }
    .subscr {
        font-size: 22px;
        line-height: 26px;
        text-indent: 0
    }
    .img-subscr {
        bottom: 0;
        right: 0
    }
    .spec-img {
        bottom: -40px;
        display: block;
        margin: 0 auto;
        max-width: 100%;
        position: relative;
        right: auto
    }
}

@media only screen and (max-width:767.98px) {
    .s-spec {
        margin: -140px 0 0;
        padding: 160px 0 40px
    }
}

@media only screen and (max-width:575.98px) {
    .s-spec {
        margin: -160px 0 0;
        padding: 180px 0 40px
    }
}

.s-composition {
    background: url(../img/bg-scomposition.png) top/cover no-repeat;
    padding: 40px 0 140px;
    position: relative;
    z-index: 3
}

.composition-items {
    margin: 30px 0 0
}

.composition-item {
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    background: rgba(37, 65, 46, .17);
    margin: 0 auto 10px;
    padding: 15px 65px
}

.composition-item.item01 .composition-img {
    -ms-flex: 0 0 303px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 303px;
    display: block;
    flex: 0 0 303px;
    margin: 0 20px 0 0;
    width: 303px
}

.composition-item.item02 .composition-img {
    -ms-flex: 0 0 342px;
    -ms-flex-order: 2;
    -webkit-box-flex: 0;
    -webkit-box-ordinal-group: 3;
    -webkit-flex: 0 0 342px;
    -webkit-order: 2;
    display: block;
    flex: 0 0 342px;
    margin: 0 0 0 20px;
    order: 2;
    width: 342px
}

.composition-item.item03 .composition-img {
    -ms-flex: 0 0 303px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 303px;
    display: block;
    flex: 0 0 303px;
    margin: 0 20px 0 0;
    width: 303px
}

.composition-item.item04 .composition-img {
    -ms-flex: 0 0 342px;
    -ms-flex-order: 2;
    -webkit-box-flex: 0;
    -webkit-box-ordinal-group: 3;
    -webkit-flex: 0 0 342px;
    -webkit-order: 2;
    display: block;
    flex: 0 0 342px;
    margin: 0 0 0 20px;
    order: 2;
    width: 342px
}

.composition-item.item05 .composition-img {
    -ms-flex: 0 0 303px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 303px;
    display: block;
    flex: 0 0 303px;
    margin: 0 20px 0 0;
    width: 303px
}

.composition-item.item06 .composition-img {
    -ms-flex: 0 0 342px;
    -ms-flex-order: 2;
    -webkit-box-flex: 0;
    -webkit-box-ordinal-group: 3;
    -webkit-flex: 0 0 342px;
    -webkit-order: 2;
    display: block;
    flex: 0 0 342px;
    margin: 0 0 0 20px;
    order: 2;
    width: 342px
}

.composition-title {
    font-family: PTSansBold, sans-serif;
    font-size: 30px;
    line-height: 32px;
	    margin-bottom: 20px;
}

.composition-text {
    font-size: 24px;
    line-height: 32px
}

@media only screen and (max-width:1199.98px) {
    .composition-item {
        padding: 15px 45px
    }
    .composition-item.item01 .composition-img {
        -ms-flex: 0 0 263px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 263px;
        flex: 0 0 263px;
        width: 263px
    }
    .composition-item.item02 .composition-img {
        -ms-flex: 0 0 302px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 302px;
        flex: 0 0 302px;
        width: 302px
    }
    .composition-item.item03 .composition-img {
        -ms-flex: 0 0 263px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 263px;
        flex: 0 0 263px;
        width: 263px
    }
    .composition-item.item04 .composition-img {
        -ms-flex: 0 0 302px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 302px;
        flex: 0 0 302px;
        width: 302px
    }
    .composition-title {
        font-size: 26px;
        line-height: 30px
    }
    .composition-text {
        font-size: 22px;
        line-height: 30px
    }
}

@media only screen and (max-width:991.98px) {
    .composition-item {
        display: block;
        padding: 15px 20px;
        text-align: center
    }
    .composition-item.item01 .composition-img,
    .composition-item.item02 .composition-img,
    .composition-item.item03 .composition-img,
    .composition-item.item04 .composition-img {
        margin: 0 auto 20px;
        max-width: 100%
    }
    .composition-title {
        font-size: 24px;
        line-height: 28px
    }
    .composition-text {
        font-size: 20px;
        line-height: 28px
    }
}

@media only screen and (max-width:767.98px) {
    .composition-title {
        font-size: 22px;
        line-height: 26px
    }
    .composition-text {
        font-size: 18px;
        line-height: 26px
    }
}

.s-application {
    background: #fff;
    position: relative;
    z-index: 1
}

.application-items {
    margin: 40px 0 0
}

.application-item {
    -ms-flex: 0 0 245px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 245px;
    flex: 0 0 245px;
    position: relative;
    width: 245px
}

.application-item:not(:last-child):after {
    background: url(../img/ip.png) -35px -20px no-repeat;
    content: "";
    height: 40px;
    position: absolute;
    right: -43px;
    top: 86px;
    width: 21px
}

.application-img {
    display: block;
    margin: 0 auto;
    max-width: 100%
}

.application-text {
    font-size: 22px;
    line-height: 26px;
    margin: 20px 0 0;
    text-align: center
}

@media only screen and (max-width:1199.98px) {
    .application-item {
        -ms-flex: 0 0 200px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 200px;
        flex: 0 0 200px;
        width: 200px
    }
    .application-item:not(:last-child):after {
        right: -35px;
        top: 86px
    }
    .application-text {
        font-size: 20px;
        line-height: 24px;
        text-align: center
    }
}

@media only screen and (max-width:991.98px) {
    .application-items {
        display: block
    }
    .application-item {
        margin: 0 auto 20px;
        max-width: 100%;
        width: 340px
    }
    .application-item:not(:last-child):after {
        display: none
    }
    .application-text {
        margin: 10px 0 0
    }
}

.s-reviews {
    background: #c9d5a2;
}

.reviews-items {
    margin: 50px auto 0
}

.reviews-item {
    display: -webkit-flex!important;
    display: -ms-flex!important;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    padding: 15px 65px 20px
}

.photo-block {
    -ms-flex: 0 0 252px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 252px;
    flex: 0 0 252px;
    width: 252px
}

.photo {
    width: 100%
}

.author-name {
    font-family: PTSansBold, sans-serif;
    font-size: 26px;
    line-height: 26px;
    margin: 0 0 10px
}

.text-block {
    padding: 0 0 0 30px
}

.review-text {
    font-size: 22px;
    line-height: 26px
}

.slick-next,
.slick-prev {
    -o-transition: opacity ease .35s;
    -webkit-transition: opacity .35s ease;
    height: 40px;
    opacity: .75;
    transition: opacity .35s ease;
    width: 21px;
    z-index: 5
}

.slick-next:before,
.slick-prev:before {
    content: "";
    font-size: 0;
    line-height: 0
}

.slick-next:active,
.slick-next:focus,
.slick-next:hover,
.slick-prev:active,
.slick-prev:focus,
.slick-prev:hover {
    background: auto;
    opacity: 1
}

.slick-next {
    right: 0
}

.slick-next,
.slick-next:active,
.slick-next:focus,
.slick-next:hover {
    background: url(../img/ip.png) -77px -41px no-repeat
}

.slick-prev {
    left: 0
}

.slick-prev,
.slick-prev:active,
.slick-prev:focus,
.slick-prev:hover {
    background: url(../img/ip.png) -56px -41px no-repeat
}

.slick-dots li {
    height: 25px;
    margin: 0 7px;
    width: 25px
}

.slick-dots li button {
    -o-transition: all ease .35s;
    -webkit-border-radius: 50%;
    -webkit-transition: all .35s ease;
    border: 5px solid #25412e;
    border-radius: 50%;
    height: 100%;
    opacity: 1;
    padding: 0;
    transition: all .35s ease;
    width: 100%
}

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

.slick-dots li.slick-active button {
    border: 5px solid #7be3cc;
    opacity: 1
}

@media only screen and (max-width:1199.98px) {
    .reviews-item {
        padding: 15px 45px 20px
    }
    .photo-block {
        -ms-flex: 0 0 220px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 220px;
        flex: 0 0 220px;
        width: 220px
    }
    .author-name {
        font-size: 24px;
        line-height: 24px
    }
    .text-block {
        padding: 0 0 0 20px
    }
    .review-text {
        font-size: 20px;
        line-height: 24px
    }
}

@media only screen and (max-width:991.98px) {
    .reviews-items {
        margin: 30px auto 0
    }
    .reviews-item {
        display: block!important;
        padding: 15px 0 20px
    }
    .photo-block {
        margin: 0 auto 20px;
        max-width: 100%;
        width: 252px
    }
    .author-name {
        font-size: 22px;
        line-height: 22px
    }
    .text-block {
        padding: 0;
        text-align: center
    }
    .review-text {
        font-size: 18px;
        line-height: 22px
    }
    .slick-next {
        right: 70px;
        top: 140px
    }
    .slick-prev {
        left: 70px;
        top: 140px
    }
    .slick-dots li {
        height: 20px;
        width: 20px
    }
}

@media only screen and (max-width:767.98px) {
    .reviews-item {
        padding: 15px 15px 20px
    }
    .slick-next {
        right: 70px;
        top: 140px
    }
    .slick-prev {
        left: 70px;
        top: 140px
    }
}

@media only screen and (max-width:575.98px) {
    .slick-next {
        right: 0
    }
    .slick-prev {
        left: 0
    }
}

.s-order {
    background: url(../img/bg-order.png) top/cover no-repeat;
    color: #fff;
    padding: 40px 0 100px;
    position: relative;
    text-align: center;
    z-index: 2
}

.order-items {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    margin: 50px 0 0
}

.order-item {
    -ms-flex: 0 0 175px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 175px;
    flex: 0 0 175px;
    position: relative;
    width: 175px
}

.order-item:not(:last-child):after {
    background: url(../img/ip.png) 0 -35px no-repeat;
    content: "";
    height: 40px;
    position: absolute;
    right: -37px;
    top: 50px;
    width: 21px
}

.order-icon {
    display: block;
    margin: 0 auto;
    max-width: 100%
}

.order-text {
    font-size: 18px;
    line-height: 26px;
    margin: 20px 0 0
}

@media only screen and (max-width:1199.98px) {
    .order-items {
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        margin: 40px 0 0
    }
    .order-item {
        -ms-flex: 0 0 150px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 150px;
        flex: 0 0 150px;
        width: 150px
    }
}

@media only screen and (max-width:991.98px) {
    .s-order {
        padding: 40px 0 180px
    }
    .order-items {
        -ms-flex-pack: center;
        -ms-flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-flex-wrap: wrap;
        -webkit-justify-content: center;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0
    }
    .order-item {
        -ms-flex: 0 0 40%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 40%;
        flex: 0 0 40%;
        margin: 30px 0 0;
        width: 40%
    }
    .order-item:not(:last-child):after {
        display: none
    }
    .order-text {
        line-height: 24px;
        margin: 10px 0 0
    }
}

@media only screen and (max-width:767.98px) {
    .s-order {
        padding: 40px 0 240px
    }
    .order-items {
        display: block
    }
    .order-item {
        margin: 30px auto 0;
        max-width: 100%;
        width: 280px
    }
}

.s-attention {
    background: #23462f;
    color: #fff;
    font-size: 24px;
    line-height: 32px;
    margin: -100px 0 0;
    padding: 80px 0 40px;
    position: relative;
    text-align: center;
    z-index: 1
}

.attention-wrap {
    padding: 120px 60px 0;
    position: relative
}

.attention-wrap:after {
    background: url(../img/ip.png) -98px -41px no-repeat;
    content: "";
    height: 56px;
    left: 50%;
    margin: 0 0 0 -30px;
    position: absolute;
    top: 12px;
    width: 60px
}

.attention-wrap:before {
    -webkit-border-radius: 50%;
    border: 4px dotted red;
    border-radius: 50%;
    content: "";
    height: 92px;
    left: 50%;
    margin: 0 0 0 -46px;
    position: absolute;
    top: 0;
    width: 92px
}

@media only screen and (max-width:1199.98px) {
    .s-attention {
        margin: -160px 0 0;
        padding: 120px 0 40px
    }
    .attention-wrap {
        padding: 120px 0 0
    }
    .attention-wrap .s-attention {
        font-size: 22px;
        line-height: 30px
    }
}

@media only screen and (max-width:991.98px) {
    .s-attention {
        font-size: 20px;
        line-height: 28px;
        margin: -240px 0 0;
        padding: 120px 0 40px
    }
}

@media only screen and (max-width:767.98px) {
    .s-attention {
        font-size: 18px;
        line-height: 26px
    }
}

.s-end {
    background: url(../img/bg-end.jpg) top/cover no-repeat;
    color: #fff;
	padding-top: 20px;
	padding-bottom: 50px;
}

footer {
    background: #12231b;
    color: #fff;
    padding: 40px 0;
    text-align: center
}

.pu-block {
    overflow-y: scroll;
    background: rgba(0, 0, 0, .75);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999900
}

.pu-block .big-form {
    margin: 200px auto 0
}

.closePu {
    -ms-transform: rotate(45deg);
    -o-transition: opacity ease .35s;
    -webkit-border-radius: 50%;
    -webkit-transform: rotate(45deg);
    -webkit-transition: opacity .35s ease;
    border: 3px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    display: block;
    height: 40px;
    opacity: .75;
    position: absolute;
    right: 0;
    top: -50px;
    transform: rotate(45deg);
    transition: opacity .35s ease;
    width: 40px
}

.closePu:before {
    height: 3px;
    margin: -1px 0 0 -15px;
    width: 30px
}

.closePu:after,
.closePu:before {
    background: #fff;
    content: "";
    left: 50%;
    position: absolute;
    top: 50%
}

.closePu:after {
    height: 30px;
    margin: -15px 0 0 -1px;
    width: 3px
}

.closePu:hover {
    opacity: 1
}

@media only screen and (max-width:991.98px) {
    .pu-block .big-form {
        margin: 100px auto 0
    }
}