/*reset*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn,
em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, legend, table,
caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
embed, figure, figcaption, footer, header, menu, nav, output, ruby, section,
summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
}

/* HTML5 display-role reset for older browsers */
/* endzeit_____ */
article, aside, details, figcaption, figure, footer, header, menu, nav, section, main {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: underline;
}

a:hover {
    cursor: pointer;
}

/* michael-k90 */
*::-webkit-input-placeholder {
    color: #a9a9a9;
    opacity: 1;
}

*:-moz-placeholder {
    color: #a9a9a9;
    opacity: 1;
}

*::-moz-placeholder {
    color: #a9a9a9;
    opacity: 1;
}

*:-ms-input-placeholder {
    color: #a9a9a9;
    opacity: 1;
}

* {
    margin: 0;
    padding: 0;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

button, input, a {
    outline: none;
}

/* endzeit_____ */
.hidden {
    display: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

.center {
    text-align: center;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

.clear {
    clear: both;
    height: 0px;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/SegoeUI-SemiBold.woff2') format('woff2'),
    url('../fonts/SegoeUI-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/SegoeUI.woff2') format('woff2'),
    url('../fonts/SegoeUI.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%;
    -webkit-font-smoothing: subpixel-antialiased !important;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}

b, strong {
    font-weight: 600;
}

body {
    width: 100%;
    min-width: 320px;
    padding: 0px;
    margin: 0px auto;
    font-family: "Segoe UI", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
    color: #262626;
    background: #fafafa;
}

.main-wrap {
    width: 480px;
    margin: 0 auto;
    background: #fafafa;
}

section {
    margin: 0 auto 25px;
    padding: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .07);
    background: #fff;
}

.lvl-col-v1 {
    color: #3897f0;
}

span.hash-tag {
    color: #003569;
}

span.font-tag {
    font-family: 'Pattaya', sans-serif;
    font-size: 1.2em;
    font-weight: 400;
}

.lvl-title-v1 {
    font-size: 26px;
    padding: 15px 20px;
    font-weight: 400;
    line-height: 1.5em;
    border-bottom: 1px solid rgba(0, 0, 0, .07);
}

.post-v1 {

}

.post-v1 .post-star {
    padding: 20px;
}

.post-v1 .post-star:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
}

.post-v1 .post-star > img {
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    margin: 0 20px 0 0;
    border-radius: 50%;
}

.post-v1 .post-star > h4 {
    position: relative;
    font-size: 18px;
    line-height: 48px;
    font-weight: 600;
}

.post-v1 .post-star > h4:before {
    content: '...';
    position: absolute;
    top: -8px;
    right: 0;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #262626;
}

.post-v1 .post-star > h4.star-active:after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 0 0 10px;
    background: url("../img/like-icon.png") 0 -67px no-repeat;
}

.post-v1 > img {
    display: block;
    margin: 0 auto;
}

.post-v1 .post-video {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    height: 270px;
}

.post-v1 .post-video video {
    width: 100%;
    height: 270px;
}

.post-v1 .post-video iframe, .post-v1 .post-video object, .post-v1 .post-video embed {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.post-v1 .post-share {
    padding: 15px 20px 0;
}

.post-v1 .post-share:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
}

.post-v1 .post-share > span {
    display: inline-block;
    margin: 0 10px 0 0;
    background: url("../img/like-icon.png") no-repeat;
}

.post-v1 .post-share .post-like {
    width: 24px;
    height: 22px;
    background-position: 0 0;
}

.post-v1 .post-share .post-msg {
    width: 22px;
    height: 23px;
    background-position: 0 -22px;
}

.post-v1 .post-share .post-label {
    float: right;
    width: 18px;
    height: 22px;
    margin: 0;
    background-position: 0 -45px;
}

.post-v1 .post-relike {
    padding: 2px 20px 0;
    font-size: 14px;
    font-weight: 600;
}

.post-v1 .post-cont {
    padding: 20px;
}

.post-v1 .author-tag {
    margin: 0 5px 0 0;
}

.post-v1 .post-cont > p {
    padding: 0 0 15px;
}

.post-v1 .post-cont > p:last-child {
    padding: 0;
}

.post-v1 .post-ago {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #999;
}

.button-m {
    position: relative;
    display: block;
    width: 380px;
    height: 84px;
    margin: 0 auto;
    border: 0;
    text-decoration: none;
    cursor: pointer;
    line-height: 82px;
    font-family: "Segoe UI", Helvetica, Arial, sans-serif;
    font-weight: 600;
    letter-spacing: 1.2px;
    font-size: 24px;
    text-align: center;
    color: #fff;
    background: #3897f0;
    border-bottom: 2px solid #347cbf;
    border-radius: 5px;
}

section.order-block-v1 .form-cont .m1-form {
    width: 100%;
    height: 100%;
    background: #f09433;
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
}

.m1-form > div {
    margin: 0 auto 15px;
}

.m1-form > div:last-of-type {
    margin-bottom: 0;
}

.m1-form input,
.m1-form select,
.m1-form textarea {
    position: relative;
    display: block;
    outline: 0;
    border: 0;
    width: 420px;
    height: 74px;
    line-height: 74px;
    margin: 0 auto 20px;
    background: #fff;
    text-indent: 25px;
    font-size: 18px;
    font-family: "Segoe UI", Helvetica, Arial, sans-serif;
    font-weight: 400;
    border-radius: 5px;
    background: #f2f2f2;
}

.m1-form textarea {
    min-width: 420px;
    max-width: 420px;
}

.order-block-v1 .m1-form h3 {
    font-weight: bolder;
    font-size: 34px;
    color: #ffffff;
    margin: 0 auto;
    padding: 30px 0 0;
}

.order-block-v1 .m1-form label {
    display: block;
    width: 420px;
    margin: 20px auto 10px;
    font-size: 24px;
    font-weight: bolder;
}

.order-block-v1 .m1-form small.delivery {
    display: block;
    width: 350px;
    margin: 5px auto;
    text-align: center;
}

.order-block-v1 .m1-form .button-m {
    margin-top: 40px;
    margin-bottom: 30px;
}

section.color-sheme {
    color: #fff;
    border: 0;
    background: #f09433;
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
}

.color-sheme .lvl-col-v1 {
    color: #fff;
}

.color-sheme .lvl-title-v1 {
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}

.color-sheme span.hash-tag {
    color: #fff;
}

.color-sheme .button-m {
    -webkit-box-shadow: 0 0 15px 1px rgba(255, 255, 255, .3);
    box-shadow: 0 0 15px 1px rgba(255, 255, 255, .3);
}

.color-sheme .m1-form input {
    background: #fff;
}

.copyright .politic {
    color: #222;
    padding: 30px 0 20px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
}

/* Название товара + заказать */
.title-block {
    max-width: 480px;
    width: 100%;
    height: 70px;
    top: 0;
    left: 50%;
    margin: 0 auto;
    padding: 15px 20px;
    text-align: center;
}

.title-block > span {
    display: inline-block;
    margin: 10px 0 0;
    font-family: 'Pattaya', sans-serif;
    font-size: 30px;
    font-weight: 400;
}

/* Шапка-v1 top-block-pic.jpg */
.top-block-v1 {
    margin: 0 auto 0;
    padding: 20px 0 0;
    text-align: center;
    color: #fff;
    border: 0;
    background: #f09433;
    background: -moz-linear-gradient(45deg, #0034de 0%, #50d0ff 25%, #02493e 50%, #ffd908 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #004e64 0%, #268cff 25%, #53fd00 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #075cc5 2%, #00fffc 25%, #00fffc 50%, #cc2366 75%, #00fffc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
}

.top-block-v1 .main-title {
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 20px;
    line-height: 1.4em;
    text-transform: uppercase;
}

.top-block-v1 .sub-main-title {
    padding: 0 0 20px;
    font-size: 22px;
    line-height: 1.5em;
    text-transform: uppercase;
    letter-spacing: 2.5px;
}

.top-block-v1 > img {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.top-block-cost {
    margin: 0 auto 0;
    padding: 0 0 20px;
    text-align: center;
    color: #fff;
    border: 0;
    background: #ffffff;
}

.top-block-cost .lvl-title-v1 {
    color: #000000;
}

.timer-wrap > a {
    display: block;
    width: 320px;
    height: 64px;
    margin: 20px auto 0;
    border: 0;
    text-decoration: none;
    cursor: pointer;
    line-height: 64px;
    font-family: "Segoe UI", Helvetica, Arial, sans-serif;
    font-weight: 600;
    letter-spacing: 1.2px;
    font-size: 24px;
    text-align: center;
    color: #fff;
    background: #3897f0;
    border-bottom: 2px solid #347cbf;
    border-radius: 5px;
}

.timer-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto 25px;
    padding: 20px 0 0;
    text-align: center;
    color: #fff;
    border: 0;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
}

.timer-wrap h3 {
    text-transform: uppercase;
    margin: 0 auto 20px auto;
}

.timer-wrap .countbox {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.timer-wrap .countbox__num {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 75px;
}

.timer-wrap .countbox__num b {
    display: inline-block;
    font-weight: 500;
}

.timer-wrap .countbox__space {
    height: 48px;
    width: 30px;
    text-align: center;
}

.timer-wrap .countbox__space::before {
    content: ":";
    line-height: 48px;
    vertical-align: center;
    font-size: 38px;
    font-weight: 500;
    color: white;
    width: 20px;
}

.timer-wrap .countbox__num > div {
    display: flex;
    justify-content: center;
    height: 70px;
    width: 70px;
    border-radius: 4px;
    line-height: 64px;
    vertical-align: center;
    text-align: center;
    font-size: 48px;
    font-weight: 900;
    color: #ffffff;
}

.timer-wrap .countbox__num .round-border {
    border: 1px solid white;
    border-radius: 50%;
}

.timer-wrap .countbox .countbox__num-text {
    flex-grow: 1;
    width: 44px;
    height: 20px;
    font-size: 15px;
    line-height: 13px;
    margin: 0;
    color: white;
    background: none;
    text-transform: lowercase;
}

.timer-wrap.second-timer {
    margin-bottom: 0;
}

.promo-block {
    margin: 0 auto 25px;
    padding: 20px 0 0;
    text-align: center;
    color: #fff;
    border: 0;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
}

.promo-block h3 {
    width: 80%;
    font-weight: bolder;
    font-size: 26px;
    color: #ffffff;
    margin: 30px auto;
}

.promo-block a {
    display: block;
    width: 320px;
    height: 64px;
    margin: 20px auto 0;
    border: 0;
    text-decoration: none;
    cursor: pointer;
    line-height: 64px;
    font-family: "Segoe UI", Helvetica, Arial, sans-serif;
    font-weight: 600;
    letter-spacing: 1.2px;
    font-size: 24px;
    text-align: center;
    color: #fff;
    background: #3897f0;
    border-bottom: 2px solid #347cbf;
    border-radius: 5px;
}

/* detail-block */
.detail-block {

}

.detail-block .lvl-title-v1 {
    border: 0;
}

/* video-block */
.video-block {
    padding: 0 0 20px;
}

/* Преимущества-v1 sup-block-v1.psd */
.sup-block-v1 .sup-cont {
    padding: 20px;
}

.sup-block-v1 .sup-cont > li {
    margin: 20px 0 40px;
}

.sup-block-v1 .sup-cont > li:last-child {
    margin: 0 0 20px;
}

.sup-block-v1 .sup-cont > li:before {
    content: '';
    display: block;
    float: left;
    width: 74px;
    height: 74px;
    background: url("../img/sup-block.png") no-repeat;
}

.sup-block-v1 .sup-cont > li:nth-child(1):before {
    background-position: 0 0;
}

.sup-block-v1 .sup-cont > li:nth-child(2):before {
    background-position: -74px 0;
}

.sup-block-v1 .sup-cont > li:nth-child(3):before {
    background-position: -148px 0;
}

.sup-block-v1 .sup-cont > li > h4 {
    padding: 0 0 4px 94px;
    font-size: 18px;
    font-weight: 600;
}

.sup-block-v1 .sup-cont > li > p {
    padding: 0 0 0 94px;
}

/* Преимущества-v2 */
.sup-block-v2 {

}

.sup-block-v2 .sup-cont {
    padding: 20px;
}

.sup-block-v2 .sup-cont > li {
    margin: 20px 0 30px;
    padding: 0 0 0 40px;
    background: url("../../../../lifeproducti.com/assets_page/2babe6eae233002525fa2216f8ff84ecc27e106d/img/marker-3-331.html") 0 2px no-repeat;
}

.sup-block-v2 .sup-cont > li:last-child {
    margin: 0 0 20px;
}

.sup-block-v2 .sup-cont > li > h4 {
    padding: 0 0 4px;
    font-size: 18px;
    font-weight: 600;
}

/* Преимущества-v3 sup-block-v3.jpg */
.sup-block-v3 {

}

.sup-block-v3 .sup-cont {
    padding: 20px 10px;
}

.sup-block-v3 .sup-cont > li {
    float: left;
    width: 50%;
    padding: 0 10px 20px;
    text-align: center;
}

.sup-block-v3 .sup-cont > li img {
    display: block;
    margin: 0 auto 15px;
    border-radius: 2px;
}

.sup-block-v3 .sup-cont > li > h4 {
    padding: 0 0 4px;
    font-size: 18px;
    font-weight: 600;
}

/* Преимущества-v4 sup-block-v4.jpg */
.sup-block-v4 {

}

.sup-block-v4 .sup-cont {
    padding: 20px;
}

.sup-block-v4 .sup-cont > li {
    margin: 20px 0 30px;
}

.sup-block-v4 .sup-cont > li:last-child {
    margin: 0 0 20px;
}

.sup-block-v4 .sup-cont > li:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
}

.sup-block-v4 .sup-cont > li > img {
    display: block;
    float: left;
    width: 78px;
    height: 78px;
    border: 2px solid #efefef;
    border-radius: 50%;
}

.sup-block-v4 .sup-cont > li > h4 {
    padding: 0 0 4px 98px;
    font-size: 18px;
    font-weight: 600;
}

.sup-block-v4 .sup-cont > li > p {
    padding: 0 0 0 98px;
}

/* about-block */
.about-block {

}

/* Применение-v1 use-block-v1_1.jpg */
.use-block-v1 {

}

.use-block-v1 .use-cont {
    padding: 20px;
}

.use-block-v1 .use-cont > li {
    margin: 20px 0 30px;
}

.use-block-v1 .use-cont > li:last-child {
    margin: 0 0 20px;
}

.use-block-v1 .use-cont > li:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
}

.use-block-v1 .use-cont > li > img {
    display: block;
    float: left;
    width: 110px;
    height: 110px;
    border-radius: 50%;
}

.use-block-v1 .use-cont > li > h4 {
    padding: 15px 0 4px 130px;
    font-size: 18px;
    font-weight: 600;
}

.use-block-v1 .use-cont > li > p {
    padding: 0 0 0 130px;
}

/* Применение-v2 */
.use-block-v2 {
}

.use-block-v2 .use-cont {
    padding: 20px;
}

.use-block-v2 .use-cont > li {
    margin: 20px 0 30px;
    padding: 0 0 0 30px;
    background: url("../../../../lifeproducti.com/assets_page/2babe6eae233002525fa2216f8ff84ecc27e106d/img/marker-1-f41.html") 0 2px no-repeat;
}

.use-block-v2 .use-cont > li:last-child {
    margin: 0 0 20px;
}

.use-block-v2 .use-cont > li > h4 {
    padding: 0 0 4px;
    font-size: 18px;
    font-weight: 600;
}

/* Применение-v3 */
.use-block-v3 {
}

.use-block-v3 .use-cont {
    padding: 20px;
}

.use-block-v3 .use-cont > li {
    margin: 20px 0 30px;
}

.use-block-v3 .use-cont > li:last-child {
    margin: 0 0 20px;
}

.use-block-v3 .use-cont > li > span {
    display: block;
    float: left;
    width: 40px;
    height: 50px;
    line-height: 50px;
    padding: 2px 0 0;
    text-align: center;
    font-family: 'Pattaya', sans-serif;
    font-size: 48px;
    font-weight: 400;
    color: #3897f0;
}

.use-block-v3 .use-cont > li > p {
    padding: 0 0 4px 60px;
}

.use-block-v3 .use-cont > li > p strong {
    font-size: 18px;
    font-weight: 600;
}

/* Отзывы-v1  rev-block-v1_1.jpg*/
.rev-block-v1 .rev-cont {
    padding: 0 20px 20px;
}

.rev-block-v1 .rev-item {
    margin: 20px auto 25px;
    padding: 0 0 40px;
    border-bottom: 1px solid rgba(0, 0, 0, .07);
}

.rev-block-v1 .rev-item:last-child {
    margin: 0;
    padding: 0 0 30px;
    border: 0;
}

.rev-block-v1 .rev-item > img {
    display: block;
    float: left;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.rev-block-v1 .rev-item .rev-txt {
    padding: 0 0 0 80px;
}

.rev-block-v1 .rev-item .rev-txt > p strong {
    margin: 0 5px 0 0;
}

/* Слайдер фото */
.slider-block {

}

.slider-block .slick-arrow {
    display: inline-block;
    position: absolute;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 99;
    top: 50%;
    margin: -30px 0 0;
    background: url("../img/button-sl.png") no-repeat;
}

.slider-block .slick-prev {
    left: 20px;
    background-position: 0 0;
}

.slider-block .slick-next {
    background-position: -40px 0;
    right: 20px;
}

.slider-block .sup-cont {
    padding: 20px;
}

.slider-block .sup-cont > li {
    margin: 5px 0 20px;
}

.slider-block .sup-cont > li:last-child {
    margin-bottom: 0;
}

.slider-block .sup-cont > li > h4 {
    padding: 0 0 4px 0;
    font-size: 18px;
    font-weight: 600;
}

/* Доставка/оплата-v1 delivery-block-v1.psd */
.delivery-block-v1 {
}

.delivery-block-v1 .delivery-cont {
    padding: 20px;
}

.delivery-block-v1 .delivery-cont > li {
    margin: 20px 0 40px;
}

.delivery-block-v1 .delivery-cont > li:last-child {
    margin: 0 0 20px;
}

.delivery-block-v1 .delivery-cont > li:before {
    content: '';
    display: block;
    float: left;
    width: 60px;
    height: 50px;
    margin: 4px 0 0;
    background: url("../img/delivery-block.png") no-repeat;
}

.delivery-block-v1 .delivery-cont > li:nth-child(1):before {
    background-position: 0 0;
}

.delivery-block-v1 .delivery-cont > li:nth-child(2):before {
    background-position: -60px 0;
}

.delivery-block-v1 .delivery-cont > li:nth-child(3):before {
    background-position: -120px 0;
}

.delivery-block-v1 .delivery-cont > li > h4 {
    padding: 0 0 4px 80px;
    font-size: 18px;
    font-weight: 600;
}

.delivery-block-v1 .delivery-cont > li > p {
    padding: 0 0 0 80px;
}

/* Доставка/оплата-v2 delivery-block-v2.psd*/
.delivery-block-v2 {
}

.delivery-block-v2 .delivery-cont {
    padding: 20px;
}

.delivery-block-v2 .delivery-cont > li {
    margin: 20px 0 40px;
}

.delivery-block-v2 .delivery-cont > li:last-child {
    margin: 0 0 20px;
}

.delivery-block-v2 .delivery-cont > li:before {
    content: '';
    display: block;
    float: left;
    width: 74px;
    height: 74px;
    background: url("../../../../lifeproducti.com/assets_page/2babe6eae233002525fa2216f8ff84ecc27e106d/img/delivery-block-v2-0d1.html") no-repeat;
}

.delivery-block-v2 .delivery-cont > li:nth-child(1):before {
    background-position: 0 0;
}

.delivery-block-v2 .delivery-cont > li:nth-child(2):before {
    background-position: -74px 0;
}

.delivery-block-v2 .delivery-cont > li:nth-child(3):before {
    background-position: -148px 0;
}

.delivery-block-v2 .delivery-cont > li > h4 {
    padding: 0 0 4px 94px;
    font-size: 18px;
    font-weight: 600;
}

.delivery-block-v2 .delivery-cont > li > p {
    padding: 0 0 0 94px;
}

/* Доставка/оплата-v3 delivery-block-v3.psd */
.delivery-block-v3 {

}

.delivery-block-v3 .delivery-cont {
    padding: 20px;
}

.delivery-block-v3 .delivery-cont > li {
    margin: 20px 0 40px;
}

.delivery-block-v3 .delivery-cont > li:last-child {
    margin: 0 0 20px;
}

.delivery-block-v3 .delivery-cont > li:before {
    content: '';
    display: block;
    float: left;
    width: 70px;
    height: 70px;
    background: url("../../../../lifeproducti.com/assets_page/2babe6eae233002525fa2216f8ff84ecc27e106d/img/delivery-block-v3-aa5.html") no-repeat;
}

.delivery-block-v3 .delivery-cont > li:nth-child(1):before {
    background-position: 0 0;
}

.delivery-block-v3 .delivery-cont > li:nth-child(2):before {
    background-position: -70px 0;
}

.delivery-block-v3 .delivery-cont > li:nth-child(3):before {
    margin: 5px 0 0;
    background-position: -140px 0;
}

.delivery-block-v3 .delivery-cont > li > h4 {
    padding: 0 0 4px 90px;
    font-size: 18px;
    font-weight: 600;
}

.delivery-block-v3 .delivery-cont > li > p {
    padding: 0 0 0 90px;
}

/* Заказать-v1 */


.cost-cont > div {
    position: relative;
    float: left;
    width: 205px;
    padding: 35px 0 25px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000000;
    font-size: 16px;
    font-weight: bolder;
}

.cost-cont .discount-icon {
    float: left;
    width: 70px;
    position: relative;
}

.cost-cont > div > span {
    display: block;
    padding: 4px 0 0;
    font-size: 30px;
    line-height: 1em;
    text-transform: none;
    letter-spacing: normal;
}

.cost-cont .old-cost > span {
    color: #262626;
}

.cost-cont .old-cost > span {
    text-decoration: line-through;
}

.cost-cont .new-cost > span {
    font-weight: 600;
    color: #3897f0;
}

.cost-cont .new-cost:after {
    margin: 13px 0 0;
    -webkit-transform: rotate(-50deg);
    -ms-transform: rotate(-50deg);
    -moz-transform: rotate(-50deg);
    transform: rotate(-50deg);
}

.ost-col {
    padding: 20px 20px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #FFFFFF;
    text-align: center;
}

.ost-col:before {
    content: '!';
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 8px 0 0;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #ffffff;
    border-radius: 50%;
}

/* Заказать-v1  color-sheme*/

.order-block-v1.color-sheme .cost-cont .old-cost > span {
    color: rgba(255, 255, 255, .6);
}

.order-block-v1.color-sheme .cost-cont .new-cost > span {
    color: #fff;
}

.order-block-v1 .timer-cont {
    margin: 40px 0 0;
    padding: 20px 0;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, .3);
}

.order-block-v1 .timer-cont > h4 {
    padding: 0 0 5px;
    text-align: center;
}

.order-block-v1 .timer-action .timer-col {
    position: relative;
    display: inline-block;
    width: 55px;
    margin: 0 10px;
}

.order-block-v1 .timer-action .timer-col:after {
    content: ':';
    position: absolute;
    top: 15%;
    right: -12px;
    font-size: 1.2em;
}

.order-block-v1 .timer-action .timer-col:last-child:after {
    display: none;
}

.order-block-v1 .timer-action .timer-col > strong {
    display: inline-block;
    width: 50px;
    height: 50px;
    font-size: 1em;
    line-height: 48px;
    font-size: 2em;
    font-weight: 600;
    border: 1px solid rgba(255, 255, 255, .7);
    border-radius: 50%;
}

.order-block-v1 .timer-action .timer-col > span {
    display: inline-block;
    font-weight: 400;
}


/* Реквизиты */
.copyright {
    color: #222;
    padding: 30px 0 20px;
    text-align: center;
    font-size: 14px;
}

.copyright > div {
    padding: 0 0 10px;
    font-size: 40px;
    line-height: 1em;
}


.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed,
.video-container .youtube {
    background: #000;
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.footer_section {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
    color: #000;
}

.footer_section .sep {
    margin: 0 5px;
    height: 20px;
    color: inherit;
}

.footer_section a {
    color: inherit;
    font-size: 15px;
    margin-top: 5px;
    text-decoration: none;
    text-align: center;
    line-height: 1.2;
}

.cost-cont .discount-text {
    font-size: 20px;
    line-height: 20px;
    color: white;
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
    left: 50%;
    z-index: 5;
}

/* 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-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.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-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}


.country_select {
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
}

.copyright {
    font-size: 14px;
    text-align: center;
    padding: 20px 10px;
    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%;
    width: auto;
}

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

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

.errField {
    display: none;
    font-size: 14px;
    background: #f00;
    color: #fff;
    text-align: center;
    padding: 10px;
    margin-bottom: 10px;
}

.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: 99999;
}
