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;
}

* {
    -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: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    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;
}

.button {
    display: block;
    width: 270px;
    height: 62px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #ffc600;
    -webkit-box-shadow: 0 2px 0 #c09500;
    -moz-box-shadow: 0 2px 0 #c09500;
    box-shadow: 0 2px 0 #c09500;
    font-family: 'Bebas Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 62px;
    color: #333;
    text-decoration: none;
    text-align: center;
    position: relative;
}

.button:hover {
    background-color: #f3bd02;
}

.button:active {
    top: 2px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.title {
    text-align: center;
}

.title h2 {
    display: inline-block;
    padding: 7px 17px 9px 17px;
    font-family: 'Bebas Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 66px;
    line-height: 70px;
    position: relative;
}

.title h2:before,
.title h2:after {
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
}

.title h2:before {
    border-left: 2px solid #14bb29;
    border-bottom: 2px solid #14bb29;
    left: 0;
    bottom: 0;
}

.title h2:after {
    border-top: 2px solid #14bb29;
    border-right: 2px solid #14bb29;
    top: 0;
    right: 0;
}

.title h2 span {
    color: #14bb29;
    white-space: nowrap;
}

.offer_section.offer_top {
    padding: 29px 0 52px 0;
    background: #ecf0f4 url("../img/desctop__offer_top_bg.jpg") center top no-repeat;
}

.offer_section.offer_bottom {
    padding: 29px 0 40px 0;
    background: #ecf0f4 url("../img/desctop__offer_bottom_bg.jpg") center top no-repeat;
}

.offer_section .main_title {
    font-family: 'Bebas Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 54px;
    line-height: 58px;
    text-align: center;
}

.offer_section .main_title span {
    color: #ff6000;
}

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

.offer_section.offer_top .subtitle {
    margin: 11px 0 51px 0;
}

.offer_section.offer_bottom .subtitle {
    margin: 11px 0 40px 0;
}

.offer_section .subtitle p {
    display: inline-block;
    padding: 4px 8px 3px 8px;
    background: #14bb29;
    font-family: 'Bebas Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 30px;
    color: #fff;
    position: relative;
}

.offer_section .subtitle p:before,
.offer_section .subtitle p:after {
    display: block;
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
}

.offer_section .subtitle p:before {
    border-bottom: 37px solid #14bb29;
    border-left: 14px solid rgba(255, 255, 255, 0);
    left: -14px;
}

.offer_section .subtitle p:after {
    border-top: 37px solid #14bb29;
    border-right: 14px solid rgba(255, 255, 255, 0);
    right: -14px;
}

.offer_section.offer_top .info {
    margin: 0 0 0 30px;
    width: 270px;
}

.offer_section.offer_top ul li {
    margin: 0 0 11px 0;
    padding: 0 0 0 26px;
    background: url("../img/offer_top__tick_icon.png") left 4px no-repeat;
    font-style: italic;
    font-size: 18px;
    line-height: 24px;
}

.offer_section.offer_top ul li:last-child {
    display: none;
    font-weight: 600;
    color: #ff6000;
}

.offer_section .price_block {
    width: 270px;
    text-align: center;
}

.offer_section.offer_top .price_block {
    margin: 48px 0 31px 0;
}

.offer_section.offer_bottom .price_block {
    margin: 18px auto 21px auto;
}

.offer_section .price_block .price_item {
    float: left;
}

.offer_section .price_block .price_item.old {
    width: 45%;
    font-weight: 600;
}

.offer_section .price_block .price_item.old .text {
    font-size: 12px;
    line-height: 18px;
}

.offer_section .price_block .price_item.old .value {
    font-size: 25px;
    line-height: 28px;
    text-decoration: line-through;
}

.offer_section .price_block .price_item.new {
    padding: 9px 0 0 0;
    width: 55%;
}

.offer_section .price_block .price_item.new .value {
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    color: #ff6000;
}

.offer_section .discount_wrapper {
    padding: 7px;
    width: 131px;
    height: 131px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
}

.offer_section.offer_top .discount_wrapper {
    top: 126px;
    left: 50%;
    margin-left: -65px;
}

.offer_section.offer_bottom .discount_wrapper {
    top: 148px;
    left: 290px;
}

.offer_section .discount_wrapper .sale {
    padding: 7px 0 0 0;
    width: 115px;
    height: 115px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #ff6000;
    font-family: 'Bebas Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    position: relative;
}

.offer_section .discount_wrapper .sale span {
    display: block;
    margin: 0 0 1px 0;
    font-size: 52px;
    line-height: 40px;
}

.offer_section .discount_wrapper .sale:before {
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-left: 12px solid rgba(255, 255, 255, 0);
    border-right: 12px solid rgba(255, 255, 255, 0);
    border-top: 16px solid #ff6000;
    position: absolute;
    left: 50%;
    margin-left: -12px;
    bottom: -12px;
}

.offer_section .gift_text {
    padding: 30px 0 0 0;
    width: 174px;
    height: 94px;
    background: url("../img/offer__gift_bg.png") center no-repeat;
    font-family: 'Bebas Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    position: absolute;
}

.offer_section.offer_top .gift_text {
    top: 136px;
    left: 770px;
}

.offer_section.offer_bottom .gift_text {
    top: 158px;
    left: 43px;
}

.offer_section .order_form {
    margin: 0 0 0 630px;
    padding: 20px 0 22px 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
}

.offer_section .timer_block {
    margin: 0 auto;
    width: 270px;
    font-family: 'Bebas Neue', Helvetica, Arial, sans-serif;
}

.offer_section .timer_block p {
    float: left;
    padding: 8px 0 0 45px;
    width: 114px;
    height: 59px;
    -webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
    background: #ff6000 url("../img/offer_bottom__percent_icon.png") 10px center no-repeat;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
}

.offer_section .timer {
    float: left;
    padding: 5px 0 0 0;
    width: 156px;
    height: 59px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-left: none;
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
}

.offer_section .timer .timer_item {
    float: left;
    width: 33.333333%;
    text-align: center;
}

.offer_section .timer .timer_item:nth-child(2) .count:before {
    left: -5px;
}

.offer_section .timer .timer_item:nth-child(2) .count:after {
    right: -5px;
}

.offer_section .timer .count {
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    color: #ff6000;
    position: relative;
}

.offer_section .timer .timer_item:nth-child(2) .count:before,
.offer_section .timer .timer_item:nth-child(2) .count:after {
    display: block;
    content: ':';
    width: 10px;
    line-height: 24px;
    position: absolute;
    top: 0;
}

.offer_section .timer .text {
    font-size: 12px;
    line-height: 16px;
}

.offer_section .input,
.form-control {
    display: block;
    margin: 0 auto 15px auto;
    padding: 0 15px;
    width: 270px;
    height: 62px;
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: white;
    font-family: 'Bebas Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #333;
    text-align: center;
}

.offer_section .input::-webkit-input-placeholder {
    opacity: 1;
    color: #333;
}

.offer_section .input:-moz-placeholder {
    opacity: 1;
    color: #333;
}

.offer_section .input::-moz-placeholder {
    opacity: 1;
    color: #333;
}

.offer_section .input:-ms-input-placeholder {
    opacity: 1;
    color: #333;
}

.offer_section .input:focus::-webkit-input-placeholder {
    opacity: 0;
}

.offer_section .input:focus:-moz-placeholder {
    opacity: 0;
}

.offer_section .input:focus::-moz-placeholder {
    opacity: 0;
}

.offer_section .input:focus:-ms-input-placeholder {
    opacity: 0;
}

.offer_section .button {
    margin: 0 auto;
    cursor: pointer;
}

.delivery_section {
    margin: 0 auto;
    padding: 20px 0;
    max-width: 1920px;
    background: #333;
}

.delivery_section ul {
    display: table;
    width: 100%;
}

.delivery_section ul li {
    display: table-cell;
    vertical-align: middle;
    height: 53px;
    color: #fff;
    position: relative;
}

.delivery_section ul li:first-child {
    padding: 0 30px 0 108px;
    width: 334px;
}

.delivery_section ul li:nth-child(2) {
    padding: 0 30px 0 108px;
    width: 287px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.delivery_section ul li:last-child {
    padding: 0 20px 0 108px;
}

.delivery_section ul li:before {
    display: block;
    content: '';
    width: 53px;
    height: 53px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #2377cf;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 40px;
}

.delivery_section ul li:first-child:before {
    background-image: url("../img/delivery__delivery1_icon.png");
}

.delivery_section ul li:nth-child(2):before {
    background-image: url("../img/delivery__delivery2_icon.png");
}

.delivery_section ul li:last-child:before {
    background-image: url("../img/delivery__delivery3_icon.png");
}

.application_section {
    padding: 40px 0 25px 0;
}

.application_section .title {
    margin: 0 0 40px 0;
}

.application_section .application_list {
    font-size: 0;
    line-height: 0;
    letter-spacing: -1px;
    text-align: center;
}

.application_section .application_item {
    display: inline-block;
    vertical-align: top;
    margin: 0 46.666666px 29px 0;
    width: 200px;
    letter-spacing: normal;
}

.application_section .application_item:nth-child(4n) {
    margin: 0 0 29px 0;
}

.application_section .application_item .image_block {
    margin: 0 auto 15px auto;
    width: 200px;
    position: relative;
}

.application_section .application_item img {
    display: block;
}

.application_section .application_item h3 {
    padding: 13px 0;
    width: 100%;
    -webkit-border-radius: 25px 25px 0 0;
    -moz-border-radius: 25px 25px 0 0;
    border-radius: 25px 25px 0 0;
    background: rgba(41, 147, 220, 0.7);
    font-family: 'Bebas Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}

.application_section .application_item p {
    font-size: 14px;
    line-height: 22px;
}

.application_section .about-text {
    margin: 20px 0;
    padding: 20px;
    border-radius: 4px;
    color: #fff;
    font-weight: 600;
    background: #14bb29;
}

.characteristics_section {
    padding: 27px 0 52px 0;
    background: url("../img/desctop__characteristics_bg.jpg") center top no-repeat;
    font-family: 'Bebas Neue', Helvetica, Arial, sans-serif;
}

.characteristics_section .video-container {
    margin: 0 auto;
    width: 630px;
    height: 354px;
    background: #000;
    overflow: hidden;
    position: relative;
}

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

.characteristics_section h3 {
    margin: 115px 0 25px 15px;
    padding: 0 0 0 15px;
    font-weight: 700;
    font-size: 52px;
    line-height: 56px;
    position: relative;
}

.characteristics_section h3:before {
    display: block;
    content: '';
    width: 5px;
    height: 39px;
    background: #ff6000;
    position: absolute;
    top: 9px;
    left: 0;
}

.characteristics_section ul {
    font-size: 0;
    line-height: 0;
    letter-spacing: -1px;
}

.characteristics_section ul li {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 6px 0;
    padding: 11px 0;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: normal;
}

.characteristics_section ul li:nth-child(1),
.characteristics_section ul li:nth-child(2),
.characteristics_section ul li:nth-child(3),
.characteristics_section ul li:nth-child(7),
.characteristics_section ul li:nth-child(8),
.characteristics_section ul li:nth-child(9) {
    background: #f2f4f3;
}

.characteristics_section ul li:nth-child(3n-2) {
    padding: 11px 0 11px 15px;
    width: 344px;
}

.characteristics_section ul li:nth-child(3n-1) {
    width: 370px;
}

.characteristics_section ul li:nth-child(3n) {
    width: 226px;
}

.characteristics_section ul li b {
    color: #2993dc;
}

.characteristics_section .gallery {
    margin: 20px auto 30px auto;
    max-width: 910px;
}

.characteristics_section .gallery img {
    display: block;
    float: left;
    margin: 0 35px 20px 0;
    -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
}

.characteristics_section .gallery img:nth-child(3n) {
    margin: 0 0 20px 0;
}

.characteristics_section .button {
    margin: 0 auto;
}

.gift_section {
    padding: 40px 0 0 0;
}

.gift_section .info {
    margin: 29px 0 0 0;
    padding: 0 0 0 385px;
    height: 514px;
    background: url("../img/gift_bg.jpg") 20px top no-repeat;
}

.gift_section ul {
    margin: 0 0 3px 0;
    padding: 8px 0 0 0;
    font-size: 0;
    line-height: 0;
    letter-spacing: -1px;
}

.gift_section ul li {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 30px 0;
    padding: 0 0 0 26px;
    background: url("../img/gift__tick_icon.png") left 2px no-repeat;
    font-family: 'Bebas Neue', Helvetica, Arial, sans-serif;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: normal;
}

.gift_section ul li:nth-child(odd) {
    width: 287px;
}

.gift_section img {
    display: block;
    float: left;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.gift_section img:first-of-type {
    margin: 0 40px 0 0;
}

.order_steps_section {
    padding: 40px 0 62px 0;
    background: #ecf0f4 url("../img/desctop__order_steps_bg.jpg") center top no-repeat;
}

.order_steps_section .title {
    margin: 0 0 40px 0;
}

.order_steps_section .steps_list {
    margin: 0 0 55px 0;
    font-size: 0;
    line-height: 0;
    letter-spacing: -1px;
    position: relative;
}

.order_steps_section .steps_list:before {
    display: block;
    content: '';
    width: 700px;
    border-bottom: 1px dashed rgba(20, 187, 41, 0.3);
    position: absolute;
    top: 162px;
    left: 50%;
    margin-left: -350px;
}

.order_steps_section .step_item {
    display: inline-block;
    vertical-align: top;
    padding: 0 35px;
    width: 25%;
    letter-spacing: normal;
    text-align: center;
}

.order_steps_section .step_item img {
    display: block;
    margin: 0 auto;
}

.order_steps_section .step_item .number {
    margin: 25px auto 16px auto;
    width: 32px;
    height: 32px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #14bb29;
    font-weight: 700;
    font-size: 14px;
    line-height: 32px;
    color: #fff;
    position: relative;
}

.order_steps_section .step_item p {
    font-size: 15px;
    line-height: 22px;
}

.order_steps_section .button {
    margin: 0 auto;
}

.reviews_section {
    padding: 40px 0 60px 0;
    background: #fafafa;
}

.reviews_section .title {
    margin: 0 0 40px 0;
}

.reviews_section .reviews_list {
    margin: 0 auto;
    width: 820px;
}

.reviews_section .review_item {
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    background: #fff;
}

.reviews_section .review_item .image {
    display: block;
    float: left;
    width: 271px;
}

.reviews_section .review_item .text {
    float: left;
    padding: 25px 30px;
    width: 548px;
}

.reviews_section .author_info_wrapper {
    margin: 0 0 17px 0;
}

.reviews_section .author_info_wrapper img {
    display: block;
    float: left;
    width: 59px;
    height: 59px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.reviews_section .author_info_wrapper .author_info {
    float: left;
    margin: 5px 0 0 15px;
    padding: 0 0 20px 0;
    background: url("../img/reviews__stars.jpg") left bottom no-repeat;
    font-family: 'Bebas Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 24px;
}

.reviews_section .owl-prev,
.reviews_section .owl-next {
    width: 16px;
    height: 26px;
    background-image: url("../img/reviews__arrows.png");
    background-repeat: no-repeat;
    position: absolute;
    top: 122px;
}

.reviews_section .owl-prev {
    background-position: left center;
    left: -41px;
}

.reviews_section .owl-next {
    background-position: right center;
    right: -41px;
}

.reviews_section .owl-prev:hover,
.reviews_section .owl-next:hover {
    opacity: 0.9;
}

.reviews_section .owl-dots {
    margin: 40px 0 0 0;
    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: 18px;
    height: 18px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #e5e5e5;
}

.reviews_section .owl-dot:hover {
    background-color: #d1d1d1;
}

.reviews_section .owl-dot.active {
    background-color: #2993dc;
}

.footer_section {
    padding: 25px 0 23px 0;
    text-align: center;
}

.footer_section img {
    display: block;
    margin: 0 auto 10px auto;
}

.footer_section a {
    color: #333;
}

.footer_section a:hover {
    text-decoration: none;
}

@media screen and (max-width:959px) {
    .wrapper {
        width: 640px;
    }

    .title h2 {
        padding: 8px 14px;
        font-size: 36px;
        line-height: 40px;
    }

    .offer_section.offer_top {
        padding: 33px 0 26px 0;
        background-image: url("../img/tablet__offer_top_bg.jpg");
    }

    .offer_section.offer_bottom {
        padding: 33px 0 40px 0;
        background-image: url("../img/tablet__offer_bottom_bg.jpg");
    }

    .offer_section .main_title {
        font-size: 36px;
        line-height: 40px;
    }

    .offer_section.offer_top .subtitle {
        margin: 11px 0 31px 0;
    }

    .offer_section.offer_top .info {
        margin: 0;
    }

    .offer_section.offer_top ul li:last-child {
        display: block;
    }

    .offer_section.offer_top .price_block {
        margin: 28px 0 21px 0;
    }

    .offer_section.offer_top .discount_wrapper {
        top: 110px;
        margin-left: 0;
    }

    .offer_section.offer_bottom .discount_wrapper {
        top: 140px;
        left: 20px;
    }

    .offer_section .gift_text {
        display: none;
    }

    .offer_section .order_form {
        margin: 0 0 0 310px;
    }

    .delivery_section {
        padding: 26px 0 20px 0;
    }

    .delivery_section ul li {
        vertical-align: top;
        height: auto;
        text-align: center;
    }

    .delivery_section ul li:first-child {
        padding: 70px 20px 0 20px;
        width: 33.333333%;
    }

    .delivery_section ul li:nth-child(2) {
        padding: 70px 20px 0 20px;
        width: 33.333333%;
    }

    .delivery_section ul li:last-child {
        padding: 70px 20px 0 20px;
        width: 33.333333%;
    }

    .delivery_section ul li:before {
        left: 50%;
        margin-left: -26px;
    }

    .application_section {
        padding: 35px 0 15px 0;
    }

    .application_section .title {
        margin: 0 0 35px 0;
    }

    .application_section .application_item {
        margin: 0 40px 29px 0;
    }

    .application_section .application_item:nth-child(4n) {
        margin: 0 40px 29px 0;
    }

    .application_section .application_item:nth-child(2n) {
        margin: 0 0 29px 0;
    }

    .characteristics_section {
        padding: 0;
        background: none;
    }

    .characteristics_section .video-container {
        width: 620px;
        height: 349px;
    }

    .characteristics_section h3 {
        margin: 43px 0 23px 15px;
        padding: 0 0 0 14px;
        font-size: 36px;
        line-height: 40px;
    }

    .characteristics_section h3:before {
        width: 4px;
        height: 28px;
        top: 6px;
    }

    .characteristics_section ul li:nth-child(1),
    .characteristics_section ul li:nth-child(2),
    .characteristics_section ul li:nth-child(3),
    .characteristics_section ul li:nth-child(7),
    .characteristics_section ul li:nth-child(8),
    .characteristics_section ul li:nth-child(9) {
        background: #fff;
    }

    .characteristics_section ul li:nth-child(1),
    .characteristics_section ul li:nth-child(2),
    .characteristics_section ul li:nth-child(5),
    .characteristics_section ul li:nth-child(6),
    .characteristics_section ul li:nth-child(9),
    .characteristics_section ul li:nth-child(10) {
        background: #f2f4f3;
    }

    .characteristics_section ul li:nth-child(3n-2) {
        padding: 11px 0;
    }

    .characteristics_section ul li:nth-child(2n-1) {
        padding: 11px 0 11px 15px;
        width: 50%;
    }

    .characteristics_section ul li:nth-child(2n) {
        width: 50%;
    }

    .characteristics_section .gallery {
        margin: 20px auto;
        max-width: 590px;
    }

    .characteristics_section .gallery img {
        margin: 0 30px 30px 0;
    }

    .characteristics_section .gallery img:nth-child(3n) {
        margin: 0 30px 30px 0;
    }

    .characteristics_section .gallery img:nth-child(2n) {
        margin: 0 0 30px 0;
    }

    .gift_section {
        padding: 37px 0 47px 0;
    }

    .gift_section .info {
        margin: 35px 0 0 0;
        padding: 0 0 0 32px;
        height: auto;
        background: none;
    }

    .gift_section ul {
        float: left;
        margin: 0;
        padding: 0;
        width: 310px;
    }

    .gift_section ul li {
        margin: 0 0 24px 0;
    }

    .gift_section ul li:nth-child(odd) {
        width: 100%;
    }

    .gift_section ul li:last-child {
        margin: 0;
    }

    .gift_section img:first-of-type {
        margin: 0 0 30px 0;
    }

    .order_steps_section {
        padding: 35px 0 52px 0;
        background-image: none;
    }

    .order_steps_section .title {
        margin: 0 0 35px 0;
    }

    .order_steps_section .steps_list {
        margin: 0 0 15px 0;
    }

    .order_steps_section .steps_list:before {
        display: none;
    }

    .order_steps_section .step_item {
        margin: 0 0 30px 0;
        width: 50%;
    }

    .order_steps_section .step_item .number {
        margin: 20px auto 11px auto;
    }

    .reviews_section {
        padding: 35px 0 50px 0;
    }

    .reviews_section .title {
        margin: 0 0 35px 0;
    }

    .reviews_section .reviews_list {
        width: 100%;
    }

    .reviews_section .review_item {
        border: 1px solid #e6e6e6;
    }

    .reviews_section .review_item .image {
        display: none;
    }

    .reviews_section .review_item .text {
        float: none;
        width: 100%;
    }

    .reviews_section .owl-prev,
    .reviews_section .owl-next {
        top: auto;
        bottom: -5px;
    }

    .reviews_section .owl-prev {
        left: 220px;
    }

    .reviews_section .owl-next {
        right: 220px;
    }
}

@media screen and (max-width:639px) {
    .wrapper {
        width: 320px;
    }

    .title h2 {
        padding: 0;
        font-size: 30px;
        line-height: 34px;
    }

    .title h2:before,
    .title h2:after {
        display: none;
    }

    .offer_section.offer_top {
        background-image: url("../img/mobile__offer_bg.jpg");
    }

    .offer_section.offer_bottom {
        background-image: url("../img/mobile__offer_bg.jpg");
    }

    .offer_section .main_title {
        font-size: 30px;
        line-height: 34px;
    }

    .offer_section.offer_top .subtitle {
        margin: 9px 0 270px 0;
    }

    .offer_section.offer_bottom .subtitle {
        margin: 9px 0 280px 0;
    }

    .offer_section .subtitle p {
        padding: 0 30px;
        background: none;
        font-size: 22px;
        line-height: 26px;
        color: #333;
    }

    .offer_section .subtitle p:before,
    .offer_section .subtitle p:after {
        display: none;
    }

    .offer_section.offer_top .info {
        margin: 0 auto;
    }

    .offer_section.offer_top .discount_wrapper {
        top: 140px;
        left: 20px;
    }

    .offer_section.offer_bottom .discount_wrapper {
        top: 140px;
        left: 20px;
    }

    .offer_section .order_form {
        margin: 0;
    }

    .delivery_section ul {
        display: block;
    }

    .delivery_section ul li {
        display: block;
    }

    .delivery_section ul li:first-child {
        padding: 65px 50px 0 50px;
        width: 100%;
    }

    .delivery_section ul li:nth-child(2) {
        margin: 24px 0;
        padding: 65px 50px 0 50px;
        width: 100%;
        border: none;
    }

    .delivery_section ul li:last-child {
        padding: 65px 50px 0 50px;
        width: 100%;
    }

    .application_section {
        padding: 33px 0 5px 0;
    }

    .application_section .title {
        margin: 0 0 34px 0;
    }

    .application_section .application_item {
        margin: 0 0 29px 0;
        width: 100%;
    }

    .application_section .application_item:nth-child(4n) {
        margin: 0 0 29px 0;
    }

    .characteristics_section .video-container {
        width: 300px;
        height: 169px;
    }

    .characteristics_section h3 {
        margin: 33px 0 31px 0;
        font-size: 30px;
        line-height: 34px;
    }

    .characteristics_section h3:before {
        height: 23px;
    }

    .characteristics_section ul li {
        margin: 0 0 18px 0;
        padding: 0;
        font-size: 19px;
    }

    .characteristics_section ul li:nth-child(1),
    .characteristics_section ul li:nth-child(2),
    .characteristics_section ul li:nth-child(5),
    .characteristics_section ul li:nth-child(6),
    .characteristics_section ul li:nth-child(9),
    .characteristics_section ul li:nth-child(10) {
        background: #fff;
    }

    .characteristics_section ul li:nth-child(3n-2) {
        padding: 0;
    }

    .characteristics_section ul li:nth-child(2n-1) {
        padding: 0;
        width: 100%;
    }

    .characteristics_section ul li:nth-child(2n) {
        width: 100%;
    }

    .characteristics_section .gallery {
        margin: 18px auto 40px auto;
    }

    .characteristics_section .gallery img {
        float: none;
        margin: 0 auto 25px auto;
    }

    .characteristics_section .gallery img:nth-child(3n) {
        margin: 0 auto 25px auto;
    }

    .characteristics_section .gallery img:nth-child(2n) {
        margin: 0 auto 25px auto;
    }

    .gift_section {
        padding: 35px 0 40px 0;
    }

    .gift_section .info {
        margin: 31px 0 0 0;
        padding: 0;
    }

    .gift_section ul {
        float: none;
        margin: 0 0 26px 0;
        width: 100%;
    }

    .gift_section ul li {
        margin: 0 0 18px 0;
        width: 100%;
        font-size: 19px;
    }

    .gift_section img {
        float: none;
        margin: 0 auto;
    }

    .gift_section img:first-of-type {
        margin: 0 auto 25px auto;
    }

    .order_steps_section {
        padding: 33px 0 42px 0;
    }

    .order_steps_section .title {
        margin: 0 0 34px 0;
    }

    .order_steps_section .steps_list {
        margin: 0 0 5px 0;
    }

    .order_steps_section .step_item {
        width: 100%;
    }

    .reviews_section {
        padding: 33px 0 40px 0;
    }

    .reviews_section .title {
        margin: 0 0 34px 0;
    }

    .reviews_section .review_item .text {
        padding: 20px 20px 14px 20px;
    }

    .reviews_section .author_info_wrapper .author_info {
        margin: 7px 0 0 15px;
        font-size: 18px;
        line-height: 22px;
    }

    .reviews_section .owl-prev {
        left: 55px;
    }

    .reviews_section .owl-next {
        right: 55px;
    }
}

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

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

.copyright br {
    display: none;
}

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

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

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

< !-- Ошибки -->.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;
}