/*!
 * Very simple jQuery Color Picker
 * https://github.com/tkrotoff/jquery-simplecolorpicker
 *
 * Copyright (C) 2012-2013 Tanguy Krotoff <tkrotoff@gmail.com>
 *
 * Licensed under the MIT license
 */

/**
 * Inspired by Bootstrap Twitter.
 * See https://github.com/twbs/bootstrap/blob/master/less/navbar.less
 * See https://github.com/twbs/bootstrap/blob/master/less/dropdowns.less
 */

.simplecolorpicker.picker {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1051; /* Above Bootstrap modal (@zindex-modal = 1050) */
    display: none;
    float: left;
    min-height: 78px;
    min-width: 160px;
    max-width: 283px; /* @popover-max-width = 276px + 7 */

    padding: 5px 0 0 5px;
    margin: -265px 0 0;
    list-style: none;
    background-color: #fff; /* @dropdown-bg */

    border: 1px solid #ccc; /* @dropdown-fallback-border */
    border: 1px solid rgba(0, 0, 0, .15); /* @dropdown-border */

    -webkit-border-radius: 4px; /* @border-radius-base */
    -moz-border-radius: 4px;
    border-radius: 4px;

    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);

    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.simplecolorpicker.inline {
    display: inline-block;
    padding: 6px 0;
}

.simplecolorpicker span {
    margin: 0 5px 5px 0;
}

.simplecolorpicker.icon,
.simplecolorpicker span.color {
    display: inline-block;
    color: #fff;
    cursor: pointer;
    border: 1px solid transparent;
}

.first:after {
    content: '100' !important;
    color: #fff;
}

.second:after {
    content: '120' !important;
    color: #fff;
}

.third:after {
    content: '130' !important;
    color: #fff;
}

.fourth:after {
    content: '220' !important;
    color: #fff;
}

.activ {
    width: 200px !important;
    height: 200px !important;
}

span.simplecolorpicker.picker.glyphicons.first:after,
span.simplecolorpicker.picker.glyphicons.second:after,
span.simplecolorpicker.picker.glyphicons.third:after,
span.simplecolorpicker.picker.glyphicons.fourth:after {
    display: none;
}

.simplecolorpicker.icon:after,
.simplecolorpicker span.color:after {
    content: '100'; /* Spaces  '\00a0\00a0\00a0\00a0' */
}

.simplecolorpicker span.color:nth-child(1):after {
    content: '100';
    position: relative;
    top: 19px;
    left: 17px;
}


.simplecolorpicker span.color:nth-child(2):after {
    content: '120';
    position: relative;
    top: 19px;
    left: 17px;
}

.simplecolorpicker span.color:nth-child(3):after {
    content: '130';
    position: relative;
    top: 19px;
    left: 17px;
}

.simplecolorpicker span.color:nth-child(4):after {
    content: '220';
    position: relative;
    top: 19px;
    left: 17px;
}

.simplecolorpicker span.color[data-disabled]:hover {
    cursor: not-allowed;
    border: 1px solid transparent;
}

.simplecolorpicker span.color:hover,
.simplecolorpicker span.color[data-selected],
.simplecolorpicker span.color[data-selected]:hover {
    border: 1px solid #ff76ae; /* @gray-dark */
}

.simplecolorpicker span.color[data-selected]:after {
    color: #000;
}

/* Vertical separator, replaces optgroup. */
.simplecolorpicker span.vr {
    border-left: 1px solid #222; /* @gray-dark */
}

/**
 * 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("../img/index.html") 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: 'Avenir Next Cyr', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #191919;
    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;
}

/* button */

.button {
    display: block;
    margin: 0 auto;
    width: 300px;
    height: 72px;
    background-color: #ff76ae;
    font-family: 'Intro', sans-serif;
    font-size: 22px;
    line-height: 72px;
    letter-spacing: 1px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    position: relative;
}

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

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

/* titles */

h2 {
    padding: 0 0 20px 0;
    background: url("../img/title_bg.png") center bottom no-repeat;
    font-family: 'Intro', sans-serif;
    font-size: 46px;
    line-height: 52px;
    text-align: center;
}

h2 span {
    color: #e0ac69;
}

/* slider buttons */

.owl-prev,
.owl-next {
    width: 42px;
    height: 42px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #191919;
    background-image: url("../img/slider__arrows.png");
    background-repeat: no-repeat;
    position: absolute;
}

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

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

.owl-prev:hover,
.owl-next:hover {
    background-color: #282828;
}

/* offer */

.offer_section.offer_top {
    height: 580px;
    background: #e0ac69 url("../img/desctop__offer_top_bg.jpg") center top no-repeat;
}

.offer_section.offer_bottom {
    margin: -21px auto 0 auto;
    height: 760px;
    background: url("../img/desctop__offer_bottom_bg.jpg") center top no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.offer_section .title_block {
    margin: 0 0 0 340px;
    font-family: 'Intro', sans-serif;
    position: relative;
}

.offer_section .title_block::before {
    position: absolute;
    content: '';
    background: url("../img/PRfinal1.png") no-repeat;
    width: 325px;
    height: 325px;
    top: 250px;
    left: -10px;
    -webkit-background-size: contain;
    background-size: contain;
}

.offer_bottom .title_block::before {
    width: 325px;
    height: 325px;
    top: 300px;
    left: -20px;
}

.offer_section.offer_top .title_block {
    padding: 16px 0 0 0;
}

.offer_section.offer_bottom .title_block {
    padding: 37px 0 0 0;
}

.offer_section .title_block .main_title {
    font-size: 70px;
    line-height: 96px;
    letter-spacing: 4px;
    color: #e0ac69;
}

.offer_section .title_block .subtitle {
    margin: 0 0 10px 10px;
    font-size: 20px;
    color: #fff;
    letter-spacing: 8.1px;
}

.offer_section .title_block .description {
    margin: 0 0 0 9px;
    padding: 4px 0 3px 10px;
    width: 568px;
    border: 1px solid rgba(224, 172, 105, 0.3);
    font-size: 15px;
    letter-spacing: 8.4px;
    color: #e0ac69;
    text-align: left;
    white-space: nowrap;
}

.offer_section.offer_bottom .title_block .description {
    padding: 4px 0 3px 22px;
    position: relative;
}

.offer_section .info::before {
    position: absolute;
    content: '';
    bottom: -40px;
    right: 300px;
    background: url("../img/Front-Pure-Foundation.png") no-repeat;
    width: 300px;
    height: 300px;
    -webkit-background-size: contain;
    background-size: contain;
    display: none;
}

.offer_section .info {
    margin: 57px 0 0 640px;
}

.offer_section .info ul li {
    margin: 0 0 8px 0;
    padding: 0 0 0 24px;
    font-family: 'Intro', sans-serif;
    font-size: 18px;
    line-height: 26px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.28);
    position: relative;
}

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

.offer_section .info ul li:before {
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    border: 4px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #ff76ae;
    position: absolute;
    top: 5px;
    left: 0;
}

.offer_section .price_block {
    width: 300px;
    font-family: 'Intro', sans-serif;
    font-size: 0;
    line-height: 0;
    letter-spacing: -1px;
    text-align: center;
}

.offer_section.offer_top .price_block {
    margin: 17px auto 20px auto;
    color: #fff;
}

.offer_section.offer_bottom .price_block {
    margin: 11px auto 7px auto;
}

.offer_section .price_block .price_star {
    display: inline-block;
    vertical-align: bottom;
    margin: 0 25px 0 0;
    letter-spacing: normal;
}

.offer_section .price_block .price_star .text {
    margin: 0 0 4px 0;
    font-size: 12px;
    line-height: 12px;
}

.offer_section .price_block .price_star .value {
    font-size: 25px;
    line-height: 30px;
    text-decoration: line-through;
}

.offer_section .price_block .price_new {
    display: inline-block;
    vertical-align: bottom;
    font-size: 36px;
    line-height: 34px;
    letter-spacing: normal;
}

.offer_section.offer_bottom .price_block .price_new {
    color: #ff76ae;
}

.offer_section.offer_top .button {
    -webkit-box-shadow: 0 0 0 2px #fff inset;
    -moz-box-shadow: 0 0 0 2px #fff inset;
    box-shadow: 0 0 0 2px #fff inset;
}

.offer_section .order_form {
    margin: 19px 0 0 600px;
    padding: 15px 0 0 0;
    width: 340px;
    background: #fff;
}

.offer_section .timer_block {
    margin: 0 auto;
    padding: 9px 0 6px 0;
    width: 300px;
    border: 1px dashed #bababa;
    font-family: 'Intro', sans-serif;
}

.offer_section .timer_block p {
    float: left;
    width: 100px;
    font-size: 13px;
    line-height: 18px;
    color: #bababa;
    text-align: center;
}

.offer_section .timer_block p span {
    font-size: 20px;
}

.offer_section .timer_block .timer {
    float: left;
    width: 195px;
}

.offer_section .timer_block .timer_item {
    float: left;
    width: 33.333333%;
    font-size: 40px;
    line-height: 40px;
    color: #e0ac69;
    text-align: center;
    position: relative;
}

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

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

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

.offer_section .input {
    display: block;
    margin: 0 auto 10px auto;
    padding: 0 15px;
    width: 300px;
    height: 60px;
    border: 1px solid #dfdfdf;
    background-color: #fbfbfb;
    font-family: 'Avenir Next Cyr', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #191919;
    text-align: center;
}

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

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

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

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

.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 .products_count {
    margin: 12px 0 0 0;
    font-family: 'Intro', sans-serif;
    font-size: 14px;
    text-align: center;
}

.offer_section .products_count span {
    display: inline-block;
    vertical-align: middle;
    margin: -3px 3px 0 3px;
    width: 24px;
    height: 24px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #191919;
    font-size: 14px;
    color: #fff;
}

.offer_section .discount_wrapper {
    padding: 5px;
    width: 140px;
    height: 140px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: rgba(34, 34, 34, 0.9);
    position: absolute;
}

.offer_section.offer_top .discount_wrapper {
    top: 230px;
    left: 370px;
}

.offer_section.offer_bottom .discount_wrapper {
    top: 250px;
    left: 350px;
}

.offer_section .discount_wrapper .discount {
    padding: 16px 0 0 0;
    width: 130px;
    height: 130px;
    border: 1px solid rgba(224, 172, 105, 0.3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-family: 'Intro', sans-serif;
    font-size: 18px;
    color: #e0ac69;
    text-align: center;
}

.offer_section .discount_wrapper .discount span {
    display: block;
    font-size: 48px;
    line-height: 48px;
}

/* about */

.about_section {
    padding: 40px 0 50px 0;
}

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

.about_section .info {
    margin: 0 auto 50px auto;
    width: 908px;
}

.about_section .info img {
    display: block;
    float: left;
    margin: 0 40px 0 0;
}

.about_section .info .text {
    padding: 9px 0 0 0;
}

.about_section .results_list {
    margin: 0 auto;
    width: 908px;
    padding: 25px 41px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #c7995e url("../img/bg_one.jpg");
}

.about_section .results_list img {
    border: 3px solid #fff;
}

.about_section .results_list .owl-prev,
.about_section .results_list .owl-next {
    top: 50%;
    margin-top: -21px;
}

.about_section .results_list .owl-prev {
    left: -21px;
}

.about_section .results_list .owl-next {
    right: -21px;
}

/* use */

.use_section {
    padding: 40px 0 0 0;
    height: 657px;
    background: #1e1e1e url("../img/bg_two.jpg");
}

.use_section h2 {
    margin: 0 0 50px 0;
    color: #fff;
}

.use_section .video-container {
    width: 300px;
    height: 169px;
    background: #000;
    overflow: hidden;
    position: relative;
}

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

.use_section .info {
    margin: 40px 0;
    padding: 20px 30px 24px 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #c7995e url("../img/bg_one.jpg");
    text-align: center;
}

.use_section .results_list img {
    border: 3px solid rgba(255, 255, 255, 0.2);
}

.use_section .owl-prev,
.use_section .owl-next {
    top: 50%;
    margin-top: -21px;
}

.use_section .owl-prev {
    left: 10px;
}

.use_section .owl-next {
    right: 10px;
}

/* shades */

.shades_section {
    padding: 30px 0 50px 0;
    background: url("../img/bg_shades.jpg") no-repeat center bottom;
}

.shades_section h2 {
    margin: 0 0 65px 0;
}

.shades_section .shades_list {
    float: left;
    width: 300px;
    position: relative;
}

.shades_section .shades_list::after {
    position: absolute;
    content: '';
    background: url("../img/PRfinal1.png") no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    width: 325px;
    height: 325px;
    top: 20px;
    left: 300px;
}

.shades_section .shades_list.column_right {
    float: right;
}

.shades_section .shade_item {
    display: table;
    margin: 0 0 23px 0;
    width: 100%;
}

.shades_section .shade_item:last-child {
    margin: 0;
}

.shades_section .shade_item .shade_block {
    display: table-cell;
    vertical-align: middle;
    width: 93px;
}

.shades_section .shade_item .shade {
    width: 73px;
    height: 73px;
    border: 5px solid #f7f7f7;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.shades_section .shade_item .shade.number207 {
    background-color: #f2cfb1;
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
}

.shades_section .shade_item .shade.number207:hover {
    transform: scale(2.5);
    -moz-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5); /* IE 9 */
}

.shades_section .shade_item .shade.number208 {
    background-color: #f5dece;
}

.shades_section .shade_item .shade.number209 {
    background-color: #edcca1;
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
}

.shades_section .shade_item .shade.number209:hover {
    transform: scale(2.5);
    -moz-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5); /* IE 9 */
}

.shades_section .shade_item .shade.number210 {
    background-color: #e4c0a0;
}

.shades_section .shade_item .shade.number211 {
    background-color: #e5c19f;
}

.shades_section .shade_item .shade.number212 {
    background-color: #E6B894;
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
}

.shades_section .shade_item .shade.number212:hover {
    transform: scale(2.5);
    -moz-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5); /* IE 9 */
}

.shades_section .shade_item .shade.number213 {
    background-color: #dbad8c;
}

.shades_section .shade_item .shade.number215 {
    background-color: #e6b894;

}

.shades_section .shade_item .shade.number218 {
    background-color: #DCAF86;
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
}

.shades_section .shade_item .shade.number218:hover {
    background-color: #DCAF86;
    transform: scale(2.5);
    -moz-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5); /* IE 9 */
}

.shades_section .shade_item .shade.number221 {
    background-color: #eac29f;
}

.shades_section .shade_item .shade.number222 {
    background-color: #f1c296;
}

.shades_section .shade_item .shade.number223 {
    background-color: #d3a87d;
}

.shades_section .shade_item .shade.number224 {
    background-color: #d29463;
}

.shades_section .shade_item .info {
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 20px;
    height: 72px;
    border-left: 1px solid #eee;
}

.shades_section .shade_item .number {
    font-family: 'Intro', sans-serif;
    font-size: 26px;
    line-height: 26px;
}

.shades_section .shade_item p {
    font-size: 15px;
    line-height: 20px;
}

.shades_section img {
    display: block;
    float: left;
    margin: 0 89px;
}

/* opinion */

.opinion_section {
    overflow: hidden;
    position: relative;
}

.opinion_section:before,
.opinion_section:after {
    display: block;
    content: '';
    width: 2000px;
    height: 100%;
    position: absolute;
    top: 0;
}

.opinion_section:before {
    left: 50%;
    background: #1e1e1e url("../img/bg_two.jpg");
}

.opinion_section:after {
    right: 50%;
    background: #c7995e url("../img/bg_one.jpg");
}

.opinion_section h3 {
    padding: 0 0 0 15px;
    font-family: 'Intro', sans-serif;
    font-size: 32px;
    line-height: 38px;
}

.opinion_section .opinion_block {
    float: left;
    padding: 33px 35px 40px 0;
    width: 470px;
    position: relative;
    z-index: 10;
}

.opinion_section .opinion_block h3 {
    margin: 0 0 63px 0;
    border-left: 6px solid #fff;
}

.opinion_section .opinion_block .info {
    padding: 50px 20px 19px 20px;
    background: #fff;
    -webkit-box-shadow: 0.5px 0.9px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0.5px 0.9px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0.5px 0.9px 0 rgba(0, 0, 0, 0.08);
    text-align: center;
    position: relative;
}

.opinion_section .opinion_block img {
    display: block;
    border: 3px solid rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: -34px;
    left: 50%;
    margin-left: -34px;
}

.opinion_section .opinion_block .author_info {
    margin: 0 0 9px 0;
    font-family: 'Intro', sans-serif;
    line-height: 20px;
}

.opinion_section .opinion_block .author_info span {
    font-size: 12px;
}

.opinion_section .order_info_block {
    float: left;
    padding: 33px 0 40px 35px;
    width: 470px;
    color: #fff;
    position: relative;
    z-index: 10;
}

.opinion_section .order_info_block h3 {
    margin: 0 0 32px 0;
    border-left: 6px solid #e0ac69;
}

.opinion_section .order_info_block .info_item {
    display: table;
    margin: 0 0 34px 0;
    width: 100%;
    height: 75px;
    background-position: left center;
    background-repeat: no-repeat;
}

.opinion_section .order_info_block .info_item:first-child {
    background-image: url("../img/order_info__info1_icon.png");
}

.opinion_section .order_info_block .info_item:nth-child(2) {
    background-image: url("../img/order_info__info2_icon.png");
}

.opinion_section .order_info_block .info_item:last-child {
    margin: 0;
    background-image: url("../img/order_info__info3_icon.png");
}

.opinion_section .order_info_block .info_item p {
    padding: 0 0 0 95px;
    display: table-cell;
    vertical-align: middle;
}

/* reviews */

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

.reviews_section h2 {
    margin: 0 0 50px 0;
}

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

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

.reviews_section .review_item .text {
    float: left;
    padding: 25px 25px 0 25px;
    width: 549px;
    height: 271px;
    background: #fff;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

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

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

.reviews_section .author_info_wrapper .author_info {
    float: left;
    margin: 6px 0 0 0;
    padding: 0 0 17px 0;
    background: url("../img/reviews__stars.png") left bottom no-repeat;
    font-family: 'Intro', sans-serif;
    font-size: 18px;
    line-height: 24px;
}

.reviews_section .review_item p {
    font-size: 15px;
}

.reviews_section .owl-dots {
    margin: 50px 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 6px;
    width: 60px;
    height: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #dbdbdb;
}

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

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

.reviews_section .owl-prev,
.reviews_section .owl-next {
    top: 114px;
}

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

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

/* footer */

.footer_section {
    padding: 90px 0 22px 0;
    font-size: 14px;
    text-align: center;
}

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

.footer_section a {
    color: #191919;
}

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

.succes.succes_form {
    margin: 60px 0 0 600px;
    width: 340px;
}

.input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #999 !important;
}

.input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #999 !important;
    opacity: 1;
}

.input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999 !important;
    opacity: 1;
}

.input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #999 !important;
}

.input:-ms-input-placeholder { /* Microsoft Edge */
    color: #999 !important;
}

.input {
    color: #999 !important;
}

span.simplecolorpicker {
    width: 100%;
}

select {
    display: block;
}

span.color {
    width: 132px;
    height: 132px;
    border-radius: 50%;
    color: #fff;
}

@media screen and (max-width: 959px) {

    /* styles */
    .succes.succes_form {
        margin: 80px 0 0 300px;
    }

    .wrapper {
        width: 640px;
    }

    /* titles */
    h2 {
        padding: 0 0 21px 0;
        font-size: 36px;
        line-height: 42px;
    }

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

    .offer_section.offer_bottom {
        margin: 0 auto;
        height: 652px;
        background: #e0ac69 url("../img/tablet__offer_bottom_bg.jpg") center top no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
    }

    .offer_section .title_block {
        margin: 0;
        text-align: center;
    }

    .offer_section.offer_bottom .title_block {
        padding: 16px 0 0 0;
    }

    .offer_section .title_block .description {
        margin: 0 auto;
    }

    .offer_section .info {
        margin: 57px 0 0 320px;
    }

    .offer_section .order_form {
        margin: 19px 0 0 265px;
    }

    .offer_section.offer_top .discount_wrapper {
        top: 230px;
        left: 45px;
    }

    .offer_section.offer_bottom .discount_wrapper {
        top: 230px;
        left: 0;
    }

    /* about */
    .about_section {
        padding: 33px 0 40px 0;
    }

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

    .about_section .info {
        margin: 0 auto 34px auto;
        width: 578px;
    }

    .about_section .info img {
        margin: 0 30px 0 0;
        width: 250px;
    }

    .about_section .info .text {
        padding: 0;
        text-align: justify;
        text-indent: 1.5em;
    }

    .about_section .results_list {
        width: 578px;
        padding: 20px 41px;
    }

    /* use */
    .use_section {
        padding: 33px 0 0 0;
        height: 679px;
    }

    .use_section h2 {
        margin: 0 0 40px 0;
    }

    /* shades */
    .shades_section {
        padding: 30px 0 40px 0;
        background: #fff;
    }

    .shades_section h2 {
        margin: 0 0 60px 0;
    }

    .shades_section img {
        display: none;
    }

    .shades_section .shades_list {
        margin-left: 58px;
    }

    /* opinion */
    .opinion_section:before,
    .opinion_section:after {
        display: none;
    }

    .opinion_section .opinion_block {
        float: none;
        padding: 33px 0 40px 0;
        width: 100%;
    }

    .opinion_section .opinion_block:before {
        display: block;
        content: '';
        width: 2000px;
        height: 100%;
        background: #c7995e url("../img/bg_one.jpg");
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -1000px;
    }

    .opinion_section .opinion_block h3 {
        position: relative;
    }

    .opinion_section .order_info_block {
        float: none;
        padding: 33px 0 40px 0;
        width: 100%;
    }

    .opinion_section .order_info_block:before {
        display: block;
        content: '';
        width: 2000px;
        height: 100%;
        background: #1e1e1e url("../img/bg_two.jpg");
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -1000px;
    }

    .opinion_section .order_info_block h3 {
        margin: 0 0 32px 0;
        position: relative;
    }

    .opinion_section .order_info_block .info_list {
        position: relative;
    }

    .opinion_section .order_info_block .info_item {
        margin: 0 0 20px 0;
    }

    /* reviews */
    .reviews_section {
        padding: 33px 0 40px 0;
    }

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

    .reviews_section .reviews_list {
        width: 100%;
    }

    .reviews_section .review_item .photo {
        float: none;
        margin: 0 auto;
    }

    .reviews_section .review_item .text {
        float: none;
        margin: -71px 0 0 0;
        padding: 90px 25px 18px 25px;
        width: 100%;
        height: auto;
        border: 1px solid #e6e6e6;
    }

    .reviews_section .author_info_wrapper img {
        display: none;
    }

    .reviews_section .author_info_wrapper .author_info {
        float: none;
        margin: 0;
        background-position: center bottom;
        font-size: 16px;
        text-align: center;
    }

    .reviews_section .review_item p {
        text-align: center;
    }

    .reviews_section .owl-dots {
        margin: 40px 0 0 0;
    }

    .reviews_section .owl-prev,
    .reviews_section .owl-next {
        top: 79px;
    }

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

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

}

@media screen and (max-width: 639px) {

    /* styles */
    .succes.succes_form {
        margin: 380px 0 0 0;
        width: 300px;
    }

    .offer_section .info::before {
        top: 200px;
        right: 20px;
    }

    .offer_top .title_block::before {
        top: 220px;
        width: 315px;
        height: 315px;
        left: 0;
    }

    .offer_bottom .title_block::before {
        left: 150px;
        width: 220px;
        height: 220px;
        top: 270px;
    }

    .wrapper {
        width: 320px;
    }

    /* titles */
    h2 {
        padding: 0 0 18px 0;
        font-size: 24px;
        line-height: 30px;
    }

    /* offer */
    .offer_section {
        padding: 0 0 25px 0;
    }

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

    .offer_section.offer_bottom {
        height: auto;
        background-image: url("../img/mobile__offer_bottom_bg.jpg");
        overflow: hidden;
    }

    .offer_section.offer_top .title_block {
        padding: 40px 0 0 0;
    }

    .offer_section.offer_bottom .title_block {
        padding: 18px 0 0 0;
    }

    .offer_section .title_block .main_title {
        font-size: 36px;
        line-height: 42px;
        letter-spacing: 2px;
    }

    .offer_section .title_block .subtitle {
        margin: 1px 0 8px 0;
        font-size: 14px;
        letter-spacing: 1px;
    }

    .offer_section .title_block .description {
        padding: 4px 0 3px 0;
        width: 284px;
        letter-spacing: 2px;
        text-align: center;
        white-space: normal;
    }

    .offer_section .info {
        margin: 395px 0 0 0;
    }


    .offer_section .info ul {
        margin: 0 0 0 25px;
    }

    .offer_section .order_form {
        margin: 352px 0 0 -15px;
        padding: 15px 0;
        width: 330px;
    }

    .offer_section.offer_top .discount_wrapper {
        top: 195px;
        left: 30px;
    }

    .offer_section.offer_bottom .discount_wrapper {
        top: 175px;
        left: 170px;
    }

    /* about */
    .about_section {
        padding: 34px 0 40px 0;
    }

    .about_section .info {
        width: 100%;
    }

    .about_section .info img {
        float: none;
        margin: 0 0 20px 0;
        width: 100%;
    }

    .about_section .info .text {
        text-align: justify;
        text-indent: 1.5em;
    }

    .about_section .results_list {
        padding: 0;
        width: 100%;
        background: none;
    }

    .about_section .results_list img {
        border: none;
    }

    .about_section .results_list .owl-prev {
        left: 10px;
    }

    .about_section .results_list .owl-next {
        right: 10px;
    }

    /* use */
    .use_section {
        padding: 34px 0 0 0;
        height: 832px;
    }

    .use_section .info {
        margin: 30px 0;
        padding: 15px 20px 19px 20px;
    }

    .use_section .results_list img {
        border: none;
    }

    /* shades */
    .shades_section {
        padding: 30px 0 40px 0;
        background: #fff;
    }

    .shades_section h2 {
        margin: 0 0 40px 0;
    }

    .shades_section .shades_list.column_left {
        float: none;
        margin: 0 0 16px 0;
    }

    .shades_section .shades_list.column_right {
        float: none;
    }

    /* opinion */
    .opinion_section h3 {
        font-size: 24px;
        line-height: 30px;
    }

    .opinion_section .order_info_block h3 {
        /*margin: 0 80px 23px 0;*/
    }

    /* reviews */
    .reviews_section {
        padding: 34px 0 40px 0;
    }

    .reviews_section .review_item .photo {
        width: 176px;
    }

    .reviews_section .review_item .text {
        margin: -51px 0 0 0;
        padding: 70px 20px 18px 20px;
    }

    .reviews_section .author_info_wrapper .author_info {
        font-size: 15px;
    }

    .reviews_section .owl-prev,
    .reviews_section .owl-next {
        top: 42px;
    }

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

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

    .shades_section .shades_list.column_left {
        padding-top: 240px;
    }

    .shades_section .shades_list::after {
        left: 30px;
        top: -25px;
        width: 240px;
    }

}

@media screen and (max-width: 768px) {
    .shades_section .shade_item .shade.number207:hover,
    .shades_section .shade_item .shade.number209:hover,
    .shades_section .shade_item .shade.number212:hover,
    .shades_section .shade_item .shade.number218:hover {
        transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1); /* IE 9 */
    }
}

.country_select {
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    display: block;
    margin: 0 auto 10px auto;
    padding: 0 15px;
    width: 300px;
    height: 60px;
    border: 1px solid #dfdfdf;
    background-color: #fbfbfb;
    font-family: 'Avenir Next Cyr', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #191919;
    text-align: center;
}

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