/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}
.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0)
}
.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0)
}
.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none
}
.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block
}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}
.owl-carousel.owl-hidden {
    opacity: 0
}
.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}
.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}
.owl-carousel.owl-rtl {
    direction: rtl
}
.owl-carousel.owl-rtl .owl-item {
    float: right
}
.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}
.owl-carousel .owl-animated-in {
    z-index: 0
}
.owl-carousel .owl-animated-out {
    z-index: 1
}
.owl-carousel .fadeOut {
    animation-name: fadeOut
}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}
.owl-height {
    transition: height .5s ease-in-out
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}
.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("/css/owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}
.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3,1.3);
    transform: scale(1.3,1.3)
}
.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

body, html {
    min-height: 100%;
    margin: 0px;
    padding: 0px;
    background: url("../img/bg.png");
}
body {
    padding-top: 40px;
}
.block_more_info {
    max-width: 800px;
    margin: 0px auto;
    background: #fff;
    font-family: Arial;
    padding: 20px 40px 40px 40px;
    border: 1px solid #DADADA;
    line-height: 20px;
}
.block_more_info h1 {
    color: #3B6A7C;
    margin-bottom: 30px;
    text-align: center;
}
.s1 {
    font-style: italic;
    text-align: center;
    margin: 40px 0 0 0;
    font-weight: bold;
}
@media screen and (max-width: 540px) {
    .block_more_info {
        padding: 0 10px;
    }
    body {
        padding-bottom: 40px;
    }
    .block_more_info h1 {
        font-size: 27px;
    }
}

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, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a, input, button {
    outline: none;
}
a {
    background-color: transparent;
    text-decoration: underline;
    -webkit-text-decoration-skip: objects;
}
input, button {
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
@font-face {
    font-family: 'GothamPro';
    src: url('../fonts/GothamPro-Regular.sql') format('woff2'), url('../fonts/GothamPro-Regular-1.sql') format('woff'), url('../fonts/GothamPro-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'GothamPro';
    src: url('../fonts/GothamPro-Bold.sql') format('woff2'), url('../fonts/GothamPro-Bold-1.sql') format('woff'), url('../fonts/GothamPro-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
    min-width: 320px;
    background: #fff;
    font-family: 'GothamPro', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #333;
    cursor: default;
}
header, section, footer {
    margin: 0 auto;
    max-width: 1920px;
}
.wrapper {
    margin: 0 auto;
    padding: 0 10px;
    width: 960px;
    position: relative;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
img {
    max-width: 100%;
    height: auto;
}
b {
    font-weight: 700;
}
.price_block {
    width: 290px;
    text-align: center;
}
.price_block .price_item {
    float: left;
    width: 50%;
}
.price_block .price_item .value {
    font-weight: 700;
    font-size: 26px;
    line-height: 26px;
}
.price_block .price_item.old .value {
    text-decoration: line-through;
}
.button {
    display: block;
    width: 290px;
    height: 70px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #ffa800;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#ffa800), to(#fc0));
    background-image: -webkit-linear-gradient(bottom, #ffa800 0%, #fc0 100%);
    background-image: -moz-linear-gradient(bottom, #ffa800 0%, #fc0 100%);
    background-image: -o-linear-gradient(bottom, #ffa800 0%, #fc0 100%);
    background-image: linear-gradient(to top, #ffa800 0%, #fc0 100%);
    -webkit-box-shadow: 0 3px 0 #cd8800;
    -moz-box-shadow: 0 3px 0 #cd8800;
    box-shadow: 0 3px 0 #cd8800;
    font-family: 'GothamPro', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 70px;
    color: #222;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
    cursor: pointer;
}
.button:active {
    -webkit-transform: scale(0.995);
    -moz-transform: scale(0.995);
    -ms-transform: scale(0.995);
    -o-transform: scale(0.995);
    transform: scale(0.995);
}
.sale {
    padding: 22px 0 0;
    width: 126px;
    height: 126px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #c80e1b;
    -webkit-box-shadow: 0 0 0 8px rgba(200,14,27,0.5);
    -moz-box-shadow: 0 0 0 8px rgba(200,14,27,0.5);
    box-shadow: 0 0 0 8px rgba(200,14,27,0.5);
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
}
.sale span {
    display: block;
    margin: 2px 0;
    font-size: 42px;
    line-height: 42px;
}
h2 {
    font-weight: 700;
    font-size: 42px;
    line-height: 48px;
    color: #222;
    text-transform: uppercase;
    text-align: center;
}
.header_section {
    padding: 18px 0 314px;
    background: #373a41 url("../img/desctop__header_bg.jpg") center top no-repeat;
}
.header_section .triggers_list {
    margin: 0 0 10px;
    font-size: 0;
    line-height: 0;
    letter-spacing: -1px;
    text-align: justify;
    -moz-text-align-last: justify;
    text-align-last: justify;
}
.header_section .triggers_list:after {
    display: inline-block;
    content: '';
    width: 100%;
    height: 0px;
    visibility: hidden;
    overflow: hidden;
}
.header_section .triggers_list li {
    display: inline-block;
    vertical-align: top;
    background-position: left top;
    background-repeat: no-repeat;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: normal;
    color: #fff;
}
.header_section .triggers_list li:first-child img{
    /* padding: 0 0 0 31px;
    background-image: url("../img/header__trigger1_icon.png"); */
   margin-top: -16px;
    height: 60px;
}
.header_section .triggers_list li:nth-child(2) {
    padding: 0 0 0 36px;
    
    background-image: url("../img/header__trigger1_icon.png");
}
.header_section .triggers_list li:nth-child(3){
    padding: 0 0 0 35px;
    /*background-image: url("../img/header__trigger3_icon.png");*/
    background-image: url("../img/header__trigger2_icon.png");
}
.header_section .main_title {
    margin: 0 0 4px;
    font-weight: 700;
    font-size: 50px;
    line-height: 56px;
    letter-spacing: 0.6px;
    color: #ffba00;
    text-transform: uppercase;
}
.header_section .subtitle {
    margin: 0 0 30px;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    text-transform: uppercase;
}
.header_section .benefits_list {
    width: 370px;
}
.header_section .benefits_list li {
    margin: 0 0 25px;
    padding: 0 0 0 71px;
    font-size: 16px;
    color: #fff;
    position: relative;
}
.header_section .benefits_list li:last-child {
    margin: 0;
    padding: 0 40px 0 71px;
}
.header_section .benefits_list li:before {
    display: block;
    content: '';
    width: 56px;
    height: 56px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #c80e1b;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -28px;
    left: 0;
}
.header_section .benefits_list li:first-child:before {
    background-image: url("../img/header__benefit1_icon.png");
}
.header_section .benefits_list li:nth-child(2):before {
    background-image: url("../img/header__benefit2_icon.png");
}
.header_section .benefits_list li:last-child:before {
    background-image: url("../img/header__benefit3_icon.png");
}
.header_section .price_block {
    margin: 25px 0;
    color: #fff;
}
.header_section .price_block .price_item.new .value {
    color: #ffba00;
}
.header_section .order_info_list {
    margin: 70px 0 0;
    font-size: 0;
    line-height: 0;
    letter-spacing: -1px;
    text-align: justify;
    -moz-text-align-last: justify;
    text-align-last: justify;
}
.header_section .order_info_list:after {
    display: inline-block;
    content: '';
    width: 100%;
    height: 0px;
    visibility: hidden;
    overflow: hidden;
}
.header_section .order_info_list li {
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 71px;
    width: 33.333333%;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: normal;
    color: #fff;
    text-align: left;
    -moz-text-align-last: left;
    text-align-last: left;
    position: relative;
}
.header_section .order_info_list li:first-child {
    width: 278px;
}
.header_section .order_info_list li:nth-child(2) {
    width: 225px;
}
.header_section .order_info_list li:last-child {
    width: 278px;
}
.header_section .order_info_list li:before {
    display: block;
    content: '';
    width: 56px;
    height: 56px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #2f5e9a;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -28px;
    left: 0;
}
.header_section .order_info_list li:first-child:before {
    background-image: url("../img/header__order_info1_icon.png");
}
.header_section .order_info_list li:nth-child(2):before {
    background-image: url("../img/header__order_info2_icon.png");
}
.header_section .order_info_list li:last-child:before {
    background-image: url("../img/header__order_info3_icon.png");
}
.header_section .sale {
    top: 200px;
    left: 410px;
}
.video_section {
    margin-top: -284px;
}
.video_section .video_block {
    padding: 45px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #fff;
    -webkit-box-shadow: 0 0 51px rgba(0, 0, 1, 0.2);
    -moz-box-shadow: 0 0 51px rgba(0, 0, 1, 0.2);
    box-shadow: 0 0 51px rgba(0, 0, 1, 0.2);
}
.video_section .video-container {
    width: 850px;
    height: 478px;
    background: #000;
    overflow: hidden;
    position: relative;
}
.video_section .video-container iframe, .video_section .video-container object, .video_section .video-container embed {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.about_section {
    padding: 30px 0 0;
}
.about_section h2 {
    margin: 0 0 30px;
}
.about_section h2 span {
    color: #c80e1b;
}
.about_section .main_image {
    display: block;
    float: left;
    margin: 0 20px 0 0;
    width: 398px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.about_section p {
    margin: 0 0 15px;
}
.about_section .images_block {
    margin-top: 30px;
}
.about_section .images_block img {
    display: block;
    float: left;
    margin: 0 35px 0 0;
    width: 290px;
    position: relative;
    z-index: 10;
}
.about_section .images_block img:last-child {
    margin: 0;
}
.benefits_section {
    margin-top: -145px;
    padding: 175px 0 43px;
    background: #373a41 url("../img/desctop__benefits_bg.jpg") center top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.benefits_section h2 {
    margin: 0 0 30px;
    color: #fff;
}
.benefits_section h2 span {
    color: #ffba00;
}
.benefits_section .benefits_list {
    font-size: 0;
    line-height: 0;
    letter-spacing: -1px;
    text-align: center;
}
.benefits_section .benefit_item {
    display: inline-block;
    vertical-align: top;
    margin: 0 20px 30px 0;
    padding: 0 15px;
    width: 300px;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: normal;
    color: #fff;
}
.benefits_section .benefit_item:nth-child(3n) {
    margin: 0 0 30px;
}
.benefits_section .benefit_item img {
    display: block;
    margin: 0 auto 15px;
    border: 5px solid rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.benefits_section .button {
    margin: 0 auto;
}
.characteristics_section {
    padding: 30px 0 0;
    overflow: hidden;
}
.characteristics_section h2 {
    margin: 0 0 30px;
}
.characteristics_section h2 span {
    color: #c80e1b;
}
.characteristics_section .main_image {
    display: block;
    float: left;
    margin: 0 0 30px -60px;
}
.characteristics_section .content {
    float: right;
    margin-top: 50px;
    width: 400px;
}
.characteristics_section .content p {
    margin: 0 0 15px;
}
.characteristics_section .content ul li {
    margin: 0 0 10px;
    padding: 0 0 0 20px;
    position: relative;
}
.characteristics_section .content ul li:last-child {
    margin: 0;
}
.characteristics_section .content ul li:before {
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #2f5e9a;
    position: absolute;
    top: 7px;
    left: 0;
}
.characteristics_section .images_block {
    clear: both;
}
.characteristics_section .images_block img {
    display: block;
    float: left;
    margin: 0 35px 0 0;
    width: 290px;
    position: relative;
    z-index: 10;
}
.characteristics_section .images_block img:last-child {
    margin: 0;
}
.reviews_section {
    margin-top: -145px;
    padding: 175px 0 40px;
    background: #373a41 url("../img/desctop__reviews_bg.jpg") center top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.reviews_section h2 {
    margin: 0 0 30px;
    color: #fff;
}
.reviews_section h2 span {
    color: #ffba00;
}
.reviews_section .reviews_list {
    margin: 0 auto;
    width: 820px;
}
.reviews_section .review_item {
    background: #fff;
}
.reviews_section .review_item .photo {
    display: block;
    float: left;
    width: 271px;
}
.reviews_section .text_block {
    float: left;
    padding: 20px 35px 0 30px;
    width: 549px;
}
.reviews_section .text_block .author_block {
    margin: 0 0 15px;
}
.reviews_section .text_block .avatar {
    display: block;
    float: left;
    margin: 0 15px 0 0;
    width: 59px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.reviews_section .text_block .author_info {
    float: left;
    margin: 7px 0 0;
    padding: 0 0 18px;
    width: 410px;
    background: url("../img/reviews__stars.png") left bottom no-repeat;
    font-weight: 700;
    font-size: 18px;
}
.reviews_section .owl-dots {
    margin-top: 30px;
    font-size: 0;
    line-height: 0;
    letter-spacing: -1px;
    text-align: center;
}
.reviews_section .owl-dot {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    width: 16px;
    height: 16px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
}
.reviews_section .owl-dot:hover {
    background: #ccc;
}
.reviews_section .owl-dot.active {
    background: #c80e1b;
}
.reviews_section .owl-prev, .reviews_section .owl-next {
    width: 50px;
    height: 50px;
    background-color: #2f5e9a;
    background-image: url("../img/reviews__arrows.png");
    background-repeat: no-repeat;
    position: absolute;
    top: 110px;
}
.reviews_section .owl-prev {
    background-position: left center;
    left: -35px;
}
.reviews_section .owl-next {
    background-position: right center;
    right: -35px;
}
.order_steps_section {
    padding: 30px 0;
}
.order_steps_section h2 {
    margin: 0 0 30px;
}
.order_steps_section h2 span {
    color: #c80e1b;
}
.order_steps_section .steps_list {
    font-size: 0;
    line-height: 0;
    letter-spacing: -1px;
    text-align: center;
}
.order_steps_section .step_item {
    display: inline-block;
    vertical-align: top;
    margin: 0 20px 0 0;
    width: 220px;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: normal;
}
.order_steps_section .step_item:last-child {
    margin: 0;
}
.order_steps_section .step_item img {
    display: block;
    margin: 0 auto;
}
.order_steps_section .step_item .number {
    margin: -27px auto 15px;
    width: 54px;
    height: 54px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #ffa800;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#ffa800), to(#fc0));
    background-image: -webkit-linear-gradient(bottom, #ffa800 0%, #fc0 100%);
    background-image: -moz-linear-gradient(bottom, #ffa800 0%, #fc0 100%);
    background-image: -o-linear-gradient(bottom, #ffa800 0%, #fc0 100%);
    background-image: linear-gradient(to top, #ffa800 0%, #fc0 100%);
    -webkit-box-shadow: 0 2px 0 #cd8800;
    -moz-box-shadow: 0 2px 0 #cd8800;
    box-shadow: 0 2px 0 #cd8800;
    font-weight: 700;
    font-size: 32px;
    line-height: 54px;
    color: #fff;
    text-shadow: 0.5px 0.9px 0 rgba(1, 1, 1, 0.1);
    position: relative;
    z-index: 10;
}
.order_section {
    padding: 16px 0 30px;
    background: #373a41 url("../img/desctop__order_bg.jpg") center top no-repeat;
}
.order_section .main_title {
    margin: 0 0 35px;
    font-weight: 700;
    font-size: 40px;
    line-height: 46px;
    color: #ffba00;
    text-transform: uppercase;
    text-align: right;
}
.order_section .main_title span {
    color: #fff;
}
.order_section .subtitle {
    margin: 0 0 20px;
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    color: #fff;
    text-transform: uppercase;
    text-align: right;
}
.order_section .form_block {
    margin: 0 0 0 600px;
    padding: 14px 0 18px;
    background: #fff;
}
.order_section .timer_block {
    margin: 0 auto;
    width: 290px;
    font-weight: 700;
    text-align: center;
}
.order_section .timer_block p {
    margin: 0 0 10px;
    color: #222;
}
.order_section .timer_block .timer {
    font-size: 0;
    line-height: 0;
    letter-spacing: -1px;
    text-align: center;
}
.order_section .timer_block .timer_item {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 0 0;
    letter-spacing: normal;
}
.order_section .timer_block .timer_item:last-child {
    margin: 0;
}
.order_section .timer_block .text {
    display: inline-block;
    vertical-align: middle;
    margin-right: -4px;
    font-size: 12px;
    line-height: 12px;
    background: #fff;
    position: relative;
    z-index: 10;
}
.order_section .timer_block .count {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 36px;
    border: 2px solid #c0cee1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    color: #222;
}
.order_section .price_block {
    margin: 15px auto;
}
.order_section .price_block .price_item.new .value {
    color: #c80e1b;
}
.order_section .input {
    display: block;
    margin: 0 auto 10px;
    padding: 0 15px;
    width: 290px;
    height: 60px;
    border: 1px solid #dfdfdf;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #fafafa;
    font-family: 'GothamPro', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #222;
    text-align: center;
}
.order_section .input::-webkit-input-placeholder {
    opacity: 1;
    color: #222;
}
.order_section .input:-moz-placeholder {
    opacity: 1;
    color: #222;
}
.order_section .input::-moz-placeholder {
    opacity: 1;
    color: #222;
}
.order_section .input:-ms-input-placeholder {
    opacity: 1;
    color: #222;
}
.order_section .input:focus::-webkit-input-placeholder {
    opacity: 0;
}
.order_section .input:focus:-moz-placeholder {
    opacity: 0;
}
.order_section .input:focus::-moz-placeholder {
    opacity: 0;
}
.order_section .input:focus:-ms-input-placeholder {
    opacity: 0;
}
.order_section .button {
    margin: 0 auto 15px;
}
.order_section .products_count {
    text-align: center;
}
.order_section .products_count span {
    margin: 0 2px;
    padding: 2px 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #c80e1b;
    font-weight: 700;
    color: #fff;
}
.order_section .sale {
    top: 200px;
    left: 410px;
}
.footer_section {
    padding: 25px 0;
    background: #23262c;
    font-size: 14px;
    text-align: center;
}
.footer_section img {
    display: block;
    margin: 0 auto 10px auto;
}
.footer_section a {
    color: #ccc;
}
.footer_section a:hover {
    text-decoration: none;
}
@media screen and (max-width: 959px) {
    .wrapper {
        width: 640px;
    }
    h2 {
        font-size: 30px;
        line-height: 36px;
    }
    .header_section {
        padding: 18px 0 70px;
        background-image: url("../img/tablet__header_bg.jpg");
    }
    .header_section .triggers_list {
        margin: 0 0 35px;
    }
    .header_section .triggers_list li:last-child {
        display: none;
    }
    .header_section .order_info_list {
        display: none;
    }
    .header_section .sale {
        top: 340px;
        left: 360px;
    }
    .video_section {
        margin-top: -37px;
    }
    .video_section .video_block {
        padding: 20px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        -webkit-box-shadow: 0 0 15px rgba(0, 0, 1, 0.2);
        -moz-box-shadow: 0 0 15px rgba(0, 0, 1, 0.2);
        box-shadow: 0 0 15px rgba(0, 0, 1, 0.2);
    }
    .video_section .video-container {
        width: 580px;
        height: 326px;
    }
    .about_section .main_image {
        width: 240px;
    }
    .about_section .images_block {
        margin-top: 25px;
    }
    .about_section .images_block img {
        margin: 0 20px 0 0;
        width: 193px;
    }
    .benefits_section {
        margin-top: -96px;
        padding: 126px 0 43px;
        background-image: none;
    }
    .benefits_section .benefit_item:nth-child(3n) {
        margin: 0 20px 30px 0;
    }
    .benefits_section .benefit_item:nth-child(2n) {
        margin: 0 0 30px;
    }
    .characteristics_section .main_image {
        width: 300px;
    }
    .characteristics_section .content {
        margin: 0 0 30px;
        width: 350px;
    }
    .characteristics_section .images_block img {
        margin: 0 20px 0 0;
        width: 193px;
    }
    .reviews_section {
        margin-top: -96px;
        padding: 126px 0 40px;
        background-image: none;
    }
    .reviews_section .reviews_list {
        width: 100%;
    }
    .reviews_section .review_item {
        padding: 25px 20px 20px;
    }
    .reviews_section .review_item .photo {
        float: none;
        margin: 0 auto 15px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }
    .reviews_section .text_block {
        float: none;
        padding: 0;
        width: 100%;
        text-align: center;
    }
    .reviews_section .text_block .avatar {
        display: none;
    }
    .reviews_section .text_block .author_info {
        float: none;
        margin: 0;
        width: 100%;
        background-position: center bottom;
    }
    .reviews_section .owl-prev, .reviews_section .owl-next {
        top: 135px;
    }
    .reviews_section .owl-prev {
        left: 62px;
    }
    .reviews_section .owl-next {
        right: 62px;
    }
    .order_steps_section {
        padding: 30px 0 0;
    }
    .order_steps_section .step_item {
        margin: 0 40px 30px;
    }
    .order_steps_section .step_item:last-child {
        margin: 0 40px 30px;
    }
    .order_section {
        padding: 4px 0 25px;
        background-image: url("../img/tablet__order_bg.jpg");
    }
    .order_section .main_title {
        margin: 0 0 20px;
        font-size: 22px;
        line-height: 28px;
        text-align: center;
    }
    .order_section .main_title span {
        white-space: nowrap;
    }
    .order_section .subtitle {
        text-align: center;
    }
    .order_section .form_block {
        margin: 0;
        width: 340px;
    }
    .order_section .sale {
        top: 350px;
        left: 440px;
    }
}
@media screen and (max-width: 639px) {
    .wrapper {
        width: 320px;
    }
    h2 {
        font-size: 22px;
        line-height: 28px;
    }
    .header_section {
        padding: 30px 0 70px;
        background-image: url("../img/mobile__header_bg.jpg");
    }
    .header_section .triggers_list {
        display: none;
    }
    .header_section .main_title {
        margin: 0 0 10px;
        font-size: 24px;
        line-height: 30px;
        text-align: center;
    }
    .header_section .subtitle {
        margin: 0 0 25px;
        font-size: 20px;
        line-height: 26px;
        text-align: center;
    }
    .header_section .benefits_list {
        margin: 0 0 385px;
        width: 100%;
    }
    .header_section .benefits_list li {
        font-size: 15px;
    }
    .header_section .price_block {
        margin: 25px auto;
    }
    .header_section .button {
        margin: 0 auto;
    }
    .header_section .sale {
        top: 550px;
        left: 30px;
    }
    .video_section .video_block {
        padding: 10px;
    }
    .video_section .video-container {
        width: 280px;
        height: 158px;
    }
    .about_section {
        padding: 25px 0 10px;
    }
    .about_section h2 {
        margin: 0 0 25px;
    }
    .about_section .main_image {
        float: none;
        margin: 0 auto 25px;
        width: 300px;
    }
    .about_section p {
        text-align: center;
    }
    .about_section .images_block {
        display: none;
    }
    .benefits_section {
        margin-top: 0;
        padding: 25px 0 33px;
    }
    .benefits_section h2 {
        margin: 0 0 25px;
    }
    .benefits_section .benefit_item {
        margin: 0 0 25px;
    }
    .benefits_section .benefit_item:nth-child(3n) {
        margin: 0 0 25px;
    }
    .benefits_section .benefit_item:nth-child(2n) {
        margin: 0 0 25px;
    }
    .characteristics_section {
        padding: 25px 0;
    }
    .characteristics_section h2 {
        margin: 0 0 25px;
    }
    .characteristics_section .main_image {
        float: none;
        margin: 0 0 20px -30px;
    }
    .characteristics_section .content {
        float: none;
        margin: 0;
        width: 100%;
    }
    .characteristics_section .content p {
        text-align: center;
    }
    .characteristics_section .images_block {
        display: none;
    }
    .reviews_section {
        margin-top: 0;
        padding: 25px 0 30px;
    }
    .reviews_section h2 {
        margin: 0 0 25px;
    }
    .reviews_section .review_item .photo {
        width: 160px;
    }
    .reviews_section .text_block .author_info {
        font-size: 16px;
    }
    .reviews_section .owl-prev, .reviews_section .owl-next {
        top: 80px;
    }
    .reviews_section .owl-prev {
        left: 0;
    }
    .reviews_section .owl-next {
        right: 0;
    }
    .order_steps_section {
        padding: 25px 0 0;
    }
    .order_steps_section h2 {
        margin: 0 0 25px;
    }
    .order_steps_section .step_item {
        margin: 0 0 25px;
    }
    .order_steps_section .step_item:last-child {
        margin: 0 0 25px;
    }
    .order_section {
        padding: 25px 0;
        background-image: url("../img/mobile__order_bg.jpg");
        overflow: hidden;
    }
    .order_section .main_title {
        margin: 0 0 10px;
        font-size: 20px;
        line-height: 26px;
    }
    .order_section .subtitle {
        margin: 0 0 340px;
        font-size: 16px;
        line-height: 24px;
    }
    .order_section .form_block {
        margin-left: -20px;
    }
    .order_section .sale {
        top: 220px;
        left: 10px;
    }
}
.copyright {
    font-size: 14px;
    text-align: center;
    padding: 20px 0;
    color: #6C6E6F;
}
.copyright p {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
}

.copyright img {
    margin: 10px auto !important;
    max-width: 100%;
}
.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: 999;
}

.video_section1 .video-container {
    width: 850px;
    height: 478px;
    background: #000;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.video_section1 .video-container iframe, .video_section1 .video-container object, .video_section1 .video-container embed {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.vjs-poster {
    -webkit-background-size: cover;
    background-size: cover;
}

.gift {
    position: absolute;
    width: 143px;
    height: 165px;
    background: url("../img/gift.png") no-repeat;
    left: 380px;
    top: 340px;
}
@media (max-width: 960px) {
    .gift {
        top: 160px;
    }
}
@media (max-width: 640px) {
    .header_section .gift {
        left: 168px;
        top: 520px;
    }
}

.block-gift .wrapper {
    padding: 10px;
}
.giftbox {
    clear: both;
    overflow: hidden;
    margin-top: 50px;
    text-align: center;
    outline: 5px solid #f6f6f6;
    padding: 20px;
    border-bottom: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
}
.giftbox .left {
    float: left;
    width: 420px;
    text-align: left;
}
.giftbox .right {
    float: right;
    width: 400px;
}
.giftbox h2 {
    text-transform: uppercase;
    line-height: 1.2;
    font-size: 22px;
}
.giftbox h2 span {
    color: #f16b1c;
}
.giftbox p {
    margin-top: 20px;
    text-align: center;
}
.giftbox img {
    max-width: 98%;
    height: auto !important;
}
img.hideDesc {
    display: none;
}
@media (max-width: 960px) {
    .giftbox .left {
        width: inherit;
    }
    .giftbox h2 {
        text-align: center;
    }
    img.hideDesc {
        display: block;
        margin: 30px auto;
    }
    .giftbox .right {
        display: none;
    }
}

p.limit {
    text-align: center;
}

@media (max-width: 640px) {
    .order_section .gift {
        left: 168px;
        top: 280px;
    }
}

.gift_section img {
    display: block;
    margin: 0 auto;
}
@media screen and (max-width: 959px) {
    .gift_section img.desctop_gift {
        display: none;
    }
}

.gift_section {
    padding: 30px 0 0;
}
.gift_section img {
    display: block;
    margin: 0 auto;
}
.gift_section img.tablet_gift, .gift_section img.mobile_gift {
    display: none;
}
@media screen and (max-width: 959px) {
    .wrapper {
        width: 640px;
    }
    .gift_section img.tablet_gift {
        display: block;
    }
    .gift_section img.desctop_gift {
        display: none;
    }
}
@media screen and (max-width: 639px) {
    .wrapper {
        width: 320px;
    }
    .gift_section .wrapper {
        padding: 0;
    }
    .gift_section img.mobile_gift {
        display: block;
    }
    .gift_section img.tablet_gift {
        display: none;
    }
}

.langs{
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(0,0,0,0.4);
    padding: 5px 10px;
    color: #fff;
}
.langs a,.langs span{
    display: inline-block;
    padding: 5px 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
}

.dop{
    position: absolute;
    display: inline-block;
    bottom: 9%;
    left: 0;
    color: #fff;
    background: rgba(0,0,0,0.4);
    padding: 5px 10px;
    font-size: 10px;
    font-weight: normal;
    text-transform: lowercase;
    line-height: 1.2;
    z-index: 99;
}
.order_section .dop{
    bottom: -4%;
}

@media(max-width:960px){
    .header_section .dop{
        bottom: -6%;
    }
}
@media(max-width:640px){
    .header_section .dop{
        bottom: -4%;
    }
    .order_section .dop {
        bottom: -3%;
    }
}

