/**
 * 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: block;
    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(https://come-to-shop.ru/fairy-tale/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%
}

/* 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,
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;
}

/* styles */

* {
    -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: 16px;
    line-height: 24px;
    color: #222;
    cursor: default;
}

header,
section,
footer {
    margin: 0 auto;
    max-width: 1920px;
}

.wrapper {
    margin: 0 auto;
    padding: 0 10px;
    width: 994px;
    position: relative;
}

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

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

/* bold */

b {
    font-weight: 700;
}

/* price */

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

.price_block .text {
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px 0 0;
    width: 110px;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: normal;
    text-align: left;
}

.order_section .wrapper img {
    position: absolute;
    left: 9px;
    bottom: 29px;
    width: 61%;
}

.price_block .price_item {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: normal;
}

.price_block .price_item.old {
    color: #fff;
    margin: 0 15px 0 0;
    font-weight: 600;
    font-size: 26px;
    line-height: 26px;
    text-decoration: line-through;
}

.price_block .price_item.new {
    font-weight: 800;
    font-size: 30px;
    line-height: 30px;
    color: #f36;
}

/* timer */

.timer_block {
    margin: 0 auto 14px auto;
    width: 300px;
    text-align: center;
}

.timer_block p {
    margin: 0 0 10px 0;
    font-weight: 700;
    font-size: 18px;
    color: #ff366b;
    text-transform: uppercase;
}

.timer_block .timer_item {
    float: left;
    width: 80px;
}

.timer_block .timer_item:nth-child(2) {
    margin: 0 30px;
    position: relative;
}

.timer_block .timer_item:nth-child(2):before,
.timer_block .timer_item:nth-child(2):after {
    display: block;
    content: ':';
    width: 30px;
    font-weight: 800;
    font-size: 36px;
    line-height: 40px;
    color: #fff;
    position: absolute;
    top: 0;
}

.timer_block .timer_item:nth-child(2):before {
    left: -30px;
}

.timer_block .timer_item:nth-child(2):after {
    right: -30px;
}

.timer_block .count {
    margin: 0 0 1px 0;
    width: 80px;
    height: 46px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #ff3d71;
    font-weight: 800;
    font-size: 36px;
    line-height: 46px;
    color: #fff;
}

.timer_block .text {
    font-weight: 700;
    font-size: 16px;
    color: #ff396d;
}

/* button */

.button {
    display: block;
    width: 384px;
    height: 85px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    background-color: #ff1a53;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#ff1a53), to(#ff5788));
    background-image: -webkit-linear-gradient(bottom, #ff1a53 0%, #ff5788 100%);
    background-image: -moz-linear-gradient(bottom, #ff1a53 0%, #ff5788 100%);
    background-image: -o-linear-gradient(bottom, #ff1a53 0%, #ff5788 100%);
    background-image: linear-gradient(to top, #ff1a53 0%, #ff5788 100%);
    -webkit-box-shadow: 0 2px 9px rgba(0, 0, 0, 0.39), inset 0 -7px 0 #c2113e;
    -moz-box-shadow: 0 2px 9px rgba(0, 0, 0, 0.39), inset 0 -7px 0 #c2113e;
    box-shadow: 0 2px 9px rgba(0, 0, 0, 0.39), inset 0 -7px 0 #c2113e;
    font-weight: 700;
    font-size: 22px;
    line-height: 77px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
}

.button:hover {
    background-color: #fc0f4a;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#fc0f4a), to(#fb4d80));
    background-image: -webkit-linear-gradient(bottom, #fc0f4a 0%, #fb4d80 100%);
    background-image: -moz-linear-gradient(bottom, #fc0f4a 0%, #fb4d80 100%);
    background-image: -o-linear-gradient(bottom, #fc0f4a 0%, #fb4d80 100%);
    background-image: linear-gradient(to top, #fc0f4a 0%, #fb4d80 100%);
}

.button:active {
    background-color: #fb4d80;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#fb4d80), to(#fc0f4a));
    background-image: -webkit-linear-gradient(bottom, #fb4d80 0%, #fc0f4a 100%);
    background-image: -moz-linear-gradient(bottom, #fb4d80 0%, #fc0f4a 100%);
    background-image: -o-linear-gradient(bottom, #fb4d80 0%, #fc0f4a 100%);
    background-image: linear-gradient(to top, #fb4d80 0%, #fc0f4a 100%);
}

/* titles */

h2 {
    font-weight: 800;
    font-size: 40px;
    line-height: 46px;
    text-transform: uppercase;
    text-align: center;
}

/* header */

.header_section {
    position: relative;
}

.header_section .top_block {
    background: #fff;
}

.header_section .top_block ul {
    display: table;
    width: 100%;
}

.header_section .top_block li {
    display: table-cell;
    vertical-align: middle;
    width: 25%;
    height: 68px;
    background-position: left center;
    background-repeat: no-repeat;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
}

.header_section .top_block li:first-child {
    padding: 0 0 0 63px;
    background-image: url(../img/header__trigger1_icon.png);
}

.header_section .top_block li:nth-child(2) {
    padding: 0 0 0 65px;
    background-image: url(../img/header__trigger2_icon.png);
}

.header_section .top_block li:nth-child(3) {
    padding: 0 30px 0 66px;
    background-image: url(../img/header__trigger3_icon.png);
}

.header_section .top_block li:last-child {
    padding: 0 0 0 63px;
    background-image: url(../img/header__trigger4_icon.png);
}

.header_section .header_content {
    height: 625px;
    background: #ffffff;
    background-image: url(../img/bg-small.jpg);
    background-size: cover;
    background-blend-mode: multiply;
    overflow: hidden;
}

.header_content img {
    position: absolute;
    left: 2px;
    bottom: 16px;
    width: 54%;
}

.header_section .info {
    padding: 29px 0 0 320px;
}

.header_section .info h1 {
    font-weight: 800;
    font-size: 48px;
    line-height: 52px;
    color: #ff3e72;
    text-transform: uppercase;
    margin-bottom: 17px;
}

.header_section .info h1 span {
    color: #fff;
}

.header_section .info .subtitle {
    margin: 2px 0 34px 0;
    font-weight: 600;
    font-size: 24px;
    line-height: 26px;
}

.header_section .info ul {
    margin: 0 0 0 205px;
}

.header_section .info ul li {
    font-size: 21px;
    color: #fff;
    margin: 0 0 17px 0;
    padding: 0 0 0 60px;
    background-position: left center;
    background-repeat: no-repeat;
    font-weight: 600;
    line-height: 22px;
}

.header_section .info ul li:first-child {}

.header_section .info ul li:nth-child(2) {}

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

.header_section .info .price_block {
    margin: 29px 0 54px 205px;
}

.header_section .timer_block {
    margin: 0 0 0 205px;
}

.header_section .discount {
    padding: 39px 0 0 0;
    width: 144px;
    height: 144px;
    background: url(../img/discount.png) center no-repeat;
    font-weight: 800;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    top: 118px;
    right: 406px;
}

.header_section .discount span {
    font-size: 32px;
}

.header_section .button {
    position: absolute;
    left: 50%;
    margin-left: -192px;
    bottom: 1px;
    z-index: 10;
}

/* benefits */

.benefits_section {
    margin: 0 auto;
    padding: 88px 0 50px 0;
    max-width: 1920px;
    background: #7ac041;
}

.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;
    width: 235px;
}

.benefits_section .benefit_item img {
    display: block;
    margin: 0 auto 17px auto;
}

.benefits_section .benefit_item p {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: normal;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
}

.benefits_section .benefit_item:nth-child(2) p {
    padding: 0 10px;
}

/* video */

.video_section {
    padding: 36px 0 45px 0;
}

.video_section h2 {
    margin: 0 0 37px 0;
}

.video_section h2 span {
    color: #93f;
}

.video_section .video-container {
    width: 940px;
    height: 529px;
    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;
}

/* results */

.results_section {
    padding: 36px 0 45px 0;
    background: #f2f2f2 url(../img/bg_gray.jpg);
}

.results_section h2 {
    margin: 0 0 37px 0;
}

.results_section .result_item {
    float: left;
    width: 460px;
    position: relative;
}

.results_section .result_item:before {
    display: block;
    content: '';
    width: 60px;
    height: 60px;
    background: url(../img/results__arrow.png) center no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px auto auto -30px;
    z-index: 10;
}

.results_section .result_item:first-child {
    margin: 0 20px 40px 0;
}

.results_section .result_item:nth-child(2) {
    margin: 0 0 40px 0;
}

.results_section .result_item:nth-child(3) {
    margin: 0 20px 0 0;
}

.results_section .result_item .before,
.results_section .result_item .after {
    float: left;
    width: 220px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.results_section .result_item .before {
    margin: 0 20px 0 0;
}

.results_section .result_item img {
    display: block;
}

.results_section .result_item p {
    width: 94px;
    height: 34px;
    -webkit-border-radius: 6px 0 0 0;
    -moz-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
    font-weight: 800;
    font-size: 20px;
    line-height: 32px;
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 0;
}

.results_section .result_item .before p {
    background: #ff3973;
}

.results_section .result_item .after p {
    background: #71c52d;
}

/* about */

.about_section {
    padding: 36px 0 45px 0;
}

.about_section h2 {
    margin: 0 0 37px 0;
}

.about_section img {
    display: block;
    float: left;
    margin: 0 30px 0 0;
    width: 450px;
    border: 2px solid #df1010;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.about_section p:first-child {
    font-size: 18px;
    margin: 0 0 15px 0;
    font-weight: 600;
}

/* use steps */

.use_steps_section {
    padding: 36px 0 0 0;
    background-color: #93f;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#93f), to(#ac59ff));
    background-image: -webkit-linear-gradient(bottom, #93f 0%, #ac59ff 100%);
    background-image: -moz-linear-gradient(bottom, #93f 0%, #ac59ff 100%);
    background-image: -o-linear-gradient(bottom, #93f 0%, #ac59ff 100%);
    background-image: linear-gradient(to top, #93f 0%, #ac59ff 100%);
    position: relative;
}

.use_steps_section h2 {
    color: #fff;
}

.use_steps_section .steps_list {
    padding: 142px 0 87px 0;
    font-size: 0;
    line-height: 0;
    letter-spacing: -1px;
    text-align: center;
}

.use_steps_section .step_item {
    display: inline-block;
    vertical-align: top;
    margin: 0 20px 0 0;
    padding: 90px 0 0 0;
    width: 300px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    letter-spacing: normal;
    position: relative;
}

.use_steps_section .step_item:last-child {
    margin: 0;
}

.use_steps_section .step_item img {
    display: block;
    position: absolute;
    top: -105px;
    left: 50%;
}

.use_steps_section .step_item:first-child img,
.use_steps_section .step_item:nth-child(2) img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-left: -87.5px;
}

.use_steps_section .step_item:nth-child(3) img {
    margin-left: -140px;
}

.use_steps_section .step_item h3 {
    height: 45px;
    background: #71c52d;
    font-weight: 800;
    font-size: 22px;
    line-height: 45px;
    color: #fff;
    text-transform: uppercase;
}

.use_steps_section .step_item:nth-child(2) h3 {
    background: #ff3973;
}

.use_steps_section .step_item p {
    padding: 11px 10px 15px 10px;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
}

.use_steps_section .button {
    position: absolute;
    left: 50%;
    margin-left: -192px;
    bottom: -43px;
    z-index: 10;
}

/* opinion */

.opinion_section {
    padding: 79px 0 20px 0;
}

.opinion_section h2 {
    margin: 0 0 27px 0;
}

.opinion_section img {
    display: block;
    float: left;
    margin: 0 30px 0 0;
}

.opinion_section .info {
    float: left;
    padding: 31px 0 0 0;
    width: 340px;
    font-weight: 600;
    font-size: 18px;
}

.opinion_section p {
    font-size: 20px;
    margin: 0 0 15px 0;
}

.opinion_section .signature {
    padding: 15px 0 0 0;
    height: 78px;
}

.opinion_section .signature span {
    font-size: 24px;
    text-transform: uppercase;
}

/* reviews */

.reviews_section {
    padding: 36px 0 45px 0;
    background-color: #7ac041;
}

.reviews_section h2 {
    margin: 0 0 37px 0;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
}

.reviews_section .column {
    float: left;
    position: relative;
}

.reviews_section .column:nth-child(2) {
    margin: 0 20px;
    width: 460px;
}

.reviews_section .column:not(:nth-child(2)) {
    padding: 15px 0 0 0;
    width: 220px;
}

.reviews_section .column img {
    display: block;
    border: 6px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.reviews_section .column:not(:nth-child(2)) img {
    margin: 0 0 15px 0;
}

.reviews_section .column p {
    width: 94px;
    height: 34px;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
    font-weight: 800;
    font-size: 20px;
    line-height: 32px;
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 0;
}

.reviews_section .column p:first-of-type {
    background: #ff3973;
    left: 71px;
}

.reviews_section .column p:last-of-type {
    background: #71c52d;
    right: 71px;
}

.reviews_section .reviews_list {
    margin: 30px auto 0 auto;
    padding: 21px 30px 30px 30px;
    width: 820px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #fff;
    text-align: center;
}

.reviews_section .review_item p {
    font-weight: 600;
}

.reviews_section .review_item p:first-child {
    margin: 0 0 15px 0;
}

.reviews_section .owl-prev,
.reviews_section .owl-next {
    width: 24px;
    height: 40px;
    background-image: url(../img/reviews__arrows.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -20px;
}

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

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

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

.reviews_section .owl-dots {
    margin: 24px 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 4px;
    width: 18px;
    height: 18px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #d6d6d6;
    -webkit-box-shadow: 0 0 8px 0 #c8c8c8 inset;
    -moz-box-shadow: 0 0 8px 0 #c8c8c8 inset;
    box-shadow: 0 0 8px 0 #c8c8c8 inset;
}

.reviews_section .owl-dot:not(.active):hover {
    opacity: 0.8;
}

.reviews_section .owl-dot.active {
    background: #ff3973;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

/* order steps */

.order_steps_section {
    padding: 36px 0 40px 0;
}

.order_steps_section h2 {
    margin: 0 0 37px 0;
}

.order_steps_section h2 span {
    color: #ff386d;
}

.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;
    width: 235px;
    letter-spacing: normal;
    position: relative;
}

.order_steps_section .step_item:before {
    display: block;
    content: '';
    width: 48px;
    height: 34px;
    background: url(../img/steps_arrow.png) center no-repeat;
    position: absolute;
    top: 54px;
    right: -24px;
}

.order_steps_section .step_item:last-child:before {
    display: none;
}

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

.order_steps_section .step_item h3 {
    margin: 19px 0 7px 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
}

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

/* order */

.order_section {
    padding: 35px 0 0 0;
    background: #ffffff;
    background-image: url(../img/bg-bottom6.jpg);
    background-size: cover;
    background-blend-mode: multiply;
}

.order_section h3 {
    margin: 0 0 20px 0;
    font-weight: 800;
    font-size: 48px;
    line-height: 54px;
    color: #ff3e72;
    text-transform: uppercase;
    text-align: center;
}

.order_section h3 span {
    color: #fff;
    text-shadow: 1px 1px 1px #000;
}

.order_section .info {
    margin: 0 0 0 560px;
}

.order_section .price_block {
    margin: 0 auto 20px;
    text-align: center;
}

.order_section .order_form {
    padding: 19px 0 25px 0;
    width: 380px;
    -webkit-border-radius: 15px 15px 0px 0px;
    -moz-border-radius: 15px 15px 0px 0px;
    border-radius: 15px 15px 0px 0px;
    background-color: #ffffff82;
}

.order_section .timer_block {
    margin: 0 auto 14px auto;
}

.order_section .input {
    display: block;
    margin: 0 auto 15px auto;
    padding: 0 15px;
    width: 310px;
    height: 70px;
    border: 1px solid #fff;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    background-color: #fff;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.17);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.17);
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #222;
    text-align: left;
}

.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;
    padding: 0 0 7px 0;
    width: 330px;
    font-family: 'Open Sans', sans-serif;
    cursor: pointer;
}

/* footer */

.footer_section {
    padding: 25px 0 23px 0;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
}

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

.footer_section a {
    color: #222;
}

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

@media screen and (max-width: 959px) {
    /* styles */
    .wrapper {
        width: 640px;
    }
    /* titles */
    h2 {
        font-size: 30px;
        line-height: 36px;
    }
    .order_section .wrapper img {
        position: absolute;
        left: 187px;
        bottom: 111px;
        border: 1px solid;
        width: 36%;
        display: none;
    }
    /* header */
    .header_section .top_block li {
        width: 33.333333%;
        font-size: 14px;
        line-height: 20px;
    }
    .header_section .top_block li:first-child {
        display: none;
    }
    .header_section .top_block li:nth-child(3) {
        padding: 0 20px 0 66px;
    }
    .header_section .header_content {
        background: url(../img/bg-bottom6.jpg) center bottom no-repeat;
        height: 928px;
        background-size: cover;
    }
    .header_section .info {
        padding: 29px 0 0 0;
    }
    .header_section .info h1 {
        text-align: center;
    }
    .header_section .info .subtitle {
        margin: 2px 0 28px 0;
        text-align: center;
    }
    .header_section .info ul {
        margin: 0 0 0 19px;
    }
    .header_section .info .price_block {
        margin: 29px 0 48px 82px;
    }
    .header_content img {
        display: block;
        margin: 0 auto;
        position: absolute;
        margin-top: 20px;
        width: 400px;
        bottom: -313px;
        left: 117px;
    }
    .header_section .timer_block {
        margin: 0 0 0 217px;
    }
    .header_section .discount {
        top: 398px;
        right: -28px;
    }
    /* benefits */
    .benefits_section {
        padding: 88px 0 50px 0;
        background: #7ac041;
    }
    .benefits_section .benefit_item {
        margin: 0 50px 0 0;
    }
    .benefits_section .benefit_item:first-child {
        margin: 0 50px 40px 0;
    }
    .benefits_section .benefit_item:nth-child(even) {
        margin: 0;
    }
    /* video */
    .video_section {
        padding: 37px 0 45px 0;
    }
    .video_section h2 {
        margin: 0 0 38px 0;
    }
    .video_section .video-container {
        width: 620px;
        height: 349px;
    }
    /* results */
    .results_section {
        padding: 37px 0 45px 0;
    }
    .results_section h2 {
        margin: 0 0 38px 0;
    }
    .results_section .result_item {
        width: 300px;
    }
    .results_section .result_item:before {
        width: 40px;
        height: 40px;
        margin: -20px auto auto -20px;
    }
    .results_section .result_item .before,
    .results_section .result_item .after {
        width: 140px;
    }
    .results_section .result_item p {
        width: 70px;
        height: 24px;
        font-size: 14px;
        line-height: 22px;
    }
    /* about */
    .about_section {
        padding: 37px 0 39px 0;
    }
    .about_section h2 {
        margin: 0 0 38px 0;
    }
    .about_section img {
        width: 300px;
    }
    /* use steps */
    .use_steps_section {
        padding: 37px 0 0 0;
    }
    .use_steps_section .steps_list {
        padding: 143px 0 87px 0;
    }
    .use_steps_section .step_item:nth-child(2) {
        margin: 0 0 150px 0;
    }
    /* opinion */
    .opinion_section {
        padding: 80px 0 45px 0;
    }
    .opinion_section h2 {
        margin: 0 0 30px 0;
    }
    .opinion_section img {
        float: none;
        margin: 0 auto 31px auto;
        width: 300px;
    }
    .opinion_section .info {
        float: none;
        padding: 0;
        width: 100%;
    }
    /* reviews */
    .reviews_section {
        padding: 37px 0 45px 0;
    }
    .reviews_section h2 {
        margin: 0 0 38px 0;
    }
    .reviews_section .images_block {
        display: none;
    }
    .reviews_section .reviews_list {
        width: 500px;
    }
    /* order steps */
    .order_steps_section {
        padding: 37px 0 40px 0;
    }
    .order_steps_section h2 {
        margin: 0 0 38px 0;
    }
    .order_steps_section .step_item {
        margin: 0 50px 0 0;
    }
    .order_steps_section .step_item:first-child {
        margin: 0 50px 40px 0;
    }
    .order_steps_section .step_item:nth-child(even) {
        margin: 0;
    }
    .order_steps_section .step_item:before {
        display: none;
    }
    /* order */
    .order_section {
        padding: 26px 0 0 0;
        background: url(../img/bg-bottom6.jpg) center bottom no-repeat;
    }
    .order_section h3 {
        margin: 0 0 12px 0;
        font-size: 34px;
        line-height: 40px;
    }
    .order_section .info {
        margin: 0 0 0 140px;
    }
}

@media screen and (max-width: 639px) {
    /* styles */
    .wrapper {
        width: 320px;
    }
    /* price */
    .price_block .text {
        display: block;
        margin: 0 0 17px 0;
        padding: 0;
        width: 100%;
        font-weight: 700;
        font-size: 20px;
        line-height: 20px;
        text-align: center;
        text-transform: uppercase;
    }
    .header_content img {
        display: block;
        margin: 0 auto;
        position: absolute;
        margin-top: 20px;
        width: 400px;
        bottom: -213px;
        left: 5px;
    }
    .price_block .price_item {
        width: 50%;
        text-align: center;
    }
    .price_block .price_item.old {
        margin: 0;
    }
    /* button */
    .button {
        width: 300px;
        font-size: 18px;
    }
    /* titles */
    h2 {
        font-size: 24px;
        line-height: 30px;
    }
    /* header */
    .header_section .top_block {
        display: none;
    }
    .header_section .header_content {
        height: 895px;
        background: url(../img/bg-bottom6.jpg) center bottom no-repeat;
        background-size: cover;
    }
    .header_section .info {
        padding: 15px 0 77px 0;
    }
    .header_section .info h1 {
        font-size: 36px;
        line-height: 42px;
    }
    .header_section .info .subtitle {
        margin: 0 0 19px 0;
        font-size: 18px;
        line-height: 24px;
    }
    .header_section .info ul {
        margin: 0;
    }
    .header_section .info .price_block {
        margin: 32px 0 0 0;
    }
    .header_section .timer_block {
        display: none;
    }
    .header_section .discount {
        display: none;
    }
    .header_section .button {
        margin-left: -150px;
    }
    /* benefits */
    .benefits_section {
        padding: 83px 0 45px 0;
        background: #7ac041;
    }
    .benefits_section .benefit_item {
        margin: 0 0 35px 0;
    }
    .benefits_section .benefit_item:first-child {
        margin: 0 0 35px 0;
    }
    .benefits_section .benefit_item:nth-child(even) {
        margin: 0 0 35px 0;
    }
    .benefits_section .benefit_item:last-child {
        margin: 0;
    }
    /* video */
    .video_section {
        padding: 33px 0 40px 0;
    }
    .video_section h2 {
        margin: 0 0 34px 0;
    }
    .video_section h2 span {
        white-space: nowrap;
    }
    .video_section .video-container {
        width: 300px;
        height: 169px;
    }
    /* results */
    .results_section {
        padding: 33px 0 40px 0;
    }
    .results_section h2 {
        margin: 0 0 34px 0;
    }
    .results_section .result_item:first-child {
        margin: 0 0 20px 0;
    }
    .results_section .result_item:nth-child(2) {
        margin: 0 0 20px 0;
    }
    .results_section .result_item:nth-child(3) {
        margin: 0 0 20px 0;
    }
    /* about */
    .about_section {
        padding: 33px 0 34px 0;
        text-align: center;
    }
    .about_section h2 {
        margin: 0 0 34px 0;
    }
    .about_section img {
        float: none;
        margin: 0 0 21px 0;
    }
    /* use steps */
    .use_steps_section {
        padding: 33px 0 0 0;
    }
    .use_steps_section .steps_list {
        padding: 139px 0 82px 0;
    }
    .use_steps_section .step_item {
        margin: 0;
    }
    .use_steps_section .step_item:nth-child(2) {
        margin: 145px 0;
    }
    .use_steps_section .button {
        margin-left: -150px;
    }
    /* opinion */
    .opinion_section {
        padding: 76px 0 40px 0;
    }
    .opinion_section h2 {
        margin: 0 0 26px 0;
    }
    .opinion_section img {
        margin: 0 auto 21px auto;
    }
    .opinion_section .info {
        text-align: center;
    }
    .opinion_section p {
        font-size: 16px;
    }
    .opinion_section .signature {
        margin: 20px 0 0 0;
        padding: 0 0 93px 0;
        height: auto;
        background-position: center bottom;
    }
    /* reviews */
    .reviews_section {
        padding: 33px 0 40px 0;
    }
    .reviews_section h2 {
        margin: 0 0 34px 0;
    }
    .reviews_section .reviews_list {
        padding: 21px 15px 30px 15px;
        width: 100%;
    }
    .reviews_section .owl-nav {
        display: none;
    }
    /* order steps */
    .order_steps_section {
        padding: 33px 0 34px 0;
    }
    .order_steps_section h2 {
        margin: 0 0 34px 0;
    }
    .order_steps_section h2 span {}
    .order_steps_section .step_item {
        margin: 0 0 35px 0;
    }
    .order_steps_section .step_item:first-child {
        margin: 0 0 35px 0;
    }
    .order_steps_section .step_item:nth-child(even) {
        margin: 0 0 35px 0;
    }
    .order_steps_section .step_item:last-child {
        margin: 0;
    }
    /* order */
    .order_section {
        padding: 24px 0 0 0;
        background: url(../img/bg-bottom6.jpg) center bottom no-repeat;
    }
    .order_section .wrapper {
        padding: 0;
        width: 100%;
    }
    .order_section h3 {
        margin: 0 auto 20px auto;
        width: 300px;
        font-size: 24px;
        line-height: 30px;
    }
    .order_section .info {
        margin: 0;
    }
    .order_section .price_block {
        margin: 0 auto 25px auto;
        width: 300px;
    }
    .order_section .order_form {
        width: 100%;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
    .order_section .input {
        width: 310px;
    }
    .order_section .button {
        width: 300px;
    }
}

.selected-flag {
    height: 70px !important;
}

#kmacb-form form .selected-flag {
    height: 85% !important;
}

.intl-tel-input {
    display: block;
    color: black;
    width: 310px;
    margin: 0 auto 15px auto;
}

.intl-tel-input .country-list {
    position: absolute;
}

.input-phone {
    text-align: left;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
}

.errorMessage {
    box-sizing: border-box;
    position: absolute;
    z-index: 100000;
    font-size: 13px;
    background: #DC3434;
    color: #fff;
    margin-top: 20px;
    text-align: center;
    line-height: 13px;
    padding: 8px 12px;
}

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

.copyright img:first-child {
    display: block !important;
}

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

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