﻿/*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, menu, nav, output, ruby, section,
summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0;}

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

ol, ul {list-style: none;}
blockquote, q {quotes: none;}
img{max-width: 440px; height: auto;}
a{text-decoration: underline;}
a:hover{cursor: pointer;}
/* michael-k90 */
*::-webkit-input-placeholder {color: #a9a9a9; opacity: 1;}
*:-moz-placeholder {color: #a9a9a9; opacity: 1;}
*::-moz-placeholder {color: #a9a9a9; opacity: 1;}
*:-ms-input-placeholder {color: #a9a9a9; opacity: 1;}
*{margin: 0; padding: 0;}
*{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
button,input,a{outline: none;}
/* endzeit_____ */
.hidden{display: none;}
.left{float: left;}
.right{float: right;}
.center{text-align: center;}
.clearfix:after{content: '';display: block;clear: both;}
.clear{clear: both;height: 0px;}
.just {
    text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center;
}

html{
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: subpixel-antialiased !important;
}
h1,h2,h3,h4,h5,h6{font-weight: 400;}
b,strong{font-weight: 700;}
body{
    width: 100%;
    min-width: 320px;
    padding: 0px;
    margin: 0px auto;
    font-family: "Proxima Nova", Helvetica, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
    color: #333;
    background: url("../img/body-bg.jpg.jfif.jpg") repeat;
}
.main-wrap{
    width: 480px;
    margin: 0 auto;
    background: #fff;
}
section{
    padding: 40px 20px;
}

.footer{
    padding: 15px 0;
}
.footer a{
    color: #333;
    text-align: center;
    display: block;
    text-decoration: none;
}
.lvl-title{
    margin: 0 0 30px;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.2em;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.lvl-title:after {
    content: '. . .';
    display: block;
    font-weight: 700;
    font-size: 36px;
    line-height: 10px;
    color: #e6b3be;
}
.rev-block-v4 .lvl-title:after {
    color:#fff;
}
.button-m{
    position: relative;
    display: block;
    width: 380px;
    height: 84px;
    margin: 0 auto;
    border: 0;
    text-decoration: none;
    cursor: pointer; 
    line-height: 84px;
    font-family: "Proxima Nova", sans-serif;
    font-weight: 700;
    letter-spacing: 1.2px;
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    background: #ffa900;
    background-image: -webkit-linear-gradient(top, #ffba00, #ff8a00);
    background-image: -moz-linear-gradient(top, #ffba00, #ff8a00);
    background-image: -ms-linear-gradient(top, #ffba00, #ff8a00);
    background-image: -o-linear-gradient(top, #ffba00, #ff8a00);
    background-image: linear-gradient(to bottom, #ffba00, #ff8a00);
    border-bottom: 4px solid #d97400;
    border-radius: 42px;
}
.m1-form>div{
    margin: 0 auto 15px;
}
.m1-form>div:last-child{
    margin-bottom: 0;
}
.m1-form input:focus::-webkit-input-placeholder {opacity:0;}
.m1-form input:focus::-moz-placeholder          {opacity:0;}
.m1-form input:focus:-moz-placeholder           {opacity:0;}
.m1-form input:focus:-ms-input-placeholder      {opacity:0;}
.m1-form input::-webkit-input-placeholder {color: #343434; opacity: 1;}
.m1-form input:-moz-placeholder {color: #343434; opacity: 1;}
.m1-form input::-moz-placeholder {color: #343434; opacity: 1;}
.m1-form input:-ms-input-placeholder {color: #343434; opacity: 1;}
.m1-form input, select{
    position: relative;
    display: block;
    outline: 0;
    border: 0;
    width: 380px;
    height: 74px;
    line-height: 74px;
    margin: 0 auto;
    background: #fff;
    text-indent: 20px;
    font-size: 20px;
    font-family: "Proxima Nova", Helvetica, sans-serif;
    font-weight: 400;  
    border-radius: 37px;
    box-shadow: inset 0 2px 0px 0 rgba(0,0,0,.18);
}
.video-container{
     position: relative;
     width: 100%;
     height: 270px;
     overflow:hidden;
     background:#000;   
}
 .video-container iframe, .video-container object, .video-container embed{
    position:absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.youtube {
    height: 100% !important;
}


/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

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

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}



/* Название товара */
.title-block{
    padding: 0px;
    text-align: center;
    color: #fff;
}
.title-block .main-title{
    padding: 10px 0;
    font-size: 23px;
    font-weight: 700;
    line-height: 1.2em;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    background: #a70216;
}
.title-block .sub-main-title{
    padding: 10px 0;
    font-size: 12px;
    line-height: 1.5em;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    background: #333;
}

/* Шапка-блок заказа bg-bottom.psd */
.top-block-v1{
    position: relative;
    padding: 604px 0 0;
    background: url("../img/main.jpg") 50% 0 no-repeat;
}
.top-block-v1 .sale-cont{
    background: #ffb000;
    position: absolute;
    padding: 8px 24px 10px 10px;
    width: 83px;
    top: 330px;
    left: 385px;
    border-radius: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
}
.top-block-v1 .sale-cont>strong{
    display: block;
    font-size: 2em;
    line-height: 22px;
}
.top-block-v1 .cost-cont{
    margin-top: 85px;
    height: 72px;
    color: #fff;
    text-align: center;
}
.top-block-v1 .cost-cont>div{
    float: left;
}
.top-block-v1 .cost-cont .cost{
    width: 50%;
    padding: 7px 0px 11px;
    white-space: nowrap;
}
.top-block-v1 .cost-cont .cost>strong{
    display: block;
    font-size: 2.4em;
    line-height: 1em;
}
.top-block-v1 .cost-cont .old-cost{
    background: antiquewhite;
    color: #333;
}
.top-block-v1 .cost-cont .old-cost>strong{
    text-decoration: line-through;
}
.top-block-v1 .cost-cont .new-cost{
    background: #a70216;
    color: #fff;
}
.top-block-v1 .describe-cont{
    padding: 40px 20px;
    background: #f7cd9c;
    background-image: -webkit-linear-gradient(top, #f7cd9c, #fed4d3);
    background-image: -moz-linear-gradient(top, #f7cd9c, #fed4d3);
    background-image: -ms-linear-gradient(top, #f7cd9c, #fed4d3);
    background-image: -o-linear-gradient(top, #f7cd9c, #fed4d3);
    background-image: linear-gradient(to bottom, #f7cd9c, #fed4d3);
}
.top-block-v1 .list-1{
    padding: 0 0 20px;
}
.top-block-v1 .list-1>li{
    padding: 0 0 20px 36px;
    background: url("../img/marker-1.html.htm") 0 0 no-repeat;
}
.top-block-v1 .timer-cont{
    padding: 0 0 30px;
}
.top-block-v1 .timer-cont>h3{
    padding: 0 0 10px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 20px;
    font-weight: 700;
}
.top-block-v1 .timer-action{
    text-align: center;
}
.top-block-v1 .timer-action .timer-col{
    position: relative;
    display: inline-block;
    width: 80px;
    margin: 0 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: #a70216;
}
.top-block-v1 .timer-action .timer-col:after{
    content: ':';
    position: absolute;
    top: 18%;
    right: -24px;
    font-size: 3em;
}
.top-block-v1 .timer-action .timer-col:last-child:after{
    display: none;
}
.top-block-v1 .timer-action .timer-col>strong{
    display: inline-block;
    font-size: 4em;
    line-height: 1.1em;
    color: #a70216;
}
.top-block-v1 .timer-action .timer-col>span{
    display: inline-block;
    padding: 3px 6px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #333;
    border-radius: 4px;
    background: rgba(255,255,255,.3);
}
.top-block-v1 .ost-col{
    padding: 20px 0 0;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}
.top-block-v1 .ost-col>span{
    display: inline-block;
    width: 33px;
    height: 33px;
    line-height: 33px;
    border-radius: 50%;
    color: #fff;
    background: #a70216;
}

/* Шапка-блок заказа top-block-v2.psd */
.top-block-v2{
    padding: 432px 0 0;
    background: url("../../../shopsgreat.ru/eyebrow-tattoo3/img/top-block-v2.jpg") 50% 0 no-repeat;
}
.top-block-v2 .cost-cont{
    height: 118px;
    color: #fff;
    text-align: center;
}
.top-block-v2 .cost-cont>div{
    float: left;
}
.top-block-v2 .cost-cont .sale-cont{
    width: 130px;
    padding: 16px 0 0;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.top-block-v2 .cost-cont .sale-cont>strong{
    display: block;
    font-size: 2em;
    line-height: 1em;
}
.top-block-v2 .cost-cont .sale-cont>strong small{
    font-size: 0.8em;
}
.top-block-v2 .cost-cont .cost{
    width: 175px;
    padding: 10px 0 0;
    white-space: nowrap;
}
.top-block-v2 .cost-cont .cost>strong{
    display: block;
    font-size: 2.4em;
    line-height: 1em;
}
.top-block-v2 .cost-cont .old-cost{
    color: #333;
}
.top-block-v2 .cost-cont .old-cost>strong{
    text-decoration: line-through;
}
.top-block-v2 .cost-cont .new-cost{
    color: #fff;
}
.top-block-v2 .describe-cont{
    padding: 20px 20px 40px;
    background: #f7cd9c;
    background-image: -webkit-linear-gradient(top, #f7cd9c, #fed4d3);
    background-image: -moz-linear-gradient(top, #f7cd9c, #fed4d3);
    background-image: -ms-linear-gradient(top, #f7cd9c, #fed4d3);
    background-image: -o-linear-gradient(top, #f7cd9c, #fed4d3);
    background-image: linear-gradient(to bottom, #f7cd9c, #fed4d3);
}
.top-block-v2 .timer-cont{
    padding: 0 0 30px;
}
.top-block-v2 .timer-cont>h3{
    padding: 0 0 10px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 20px;
    font-weight: 700;
}
.top-block-v2 .timer-action{
    text-align: center;
}
.top-block-v2 .timer-action .timer-col{
    position: relative;
    display: inline-block;
    width: 80px;
    margin: 0 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: #a70216;
}
.top-block-v2 .timer-action .timer-col:after{
    content: ':';
    position: absolute;
    top: 18%;
    right: -24px;
    font-size: 3em;
}
.top-block-v2 .timer-action .timer-col:last-child:after{
    display: none;
}
.top-block-v2 .timer-action .timer-col>strong{
    display: inline-block;
    font-size: 4em;
    line-height: 1.1em;
    color: #a70216;
}
.top-block-v2 .timer-action .timer-col>span{
    display: inline-block;
    padding: 3px 6px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #333;
    border-radius: 4px;
    background: rgba(255,255,255,.3);
}
.top-block-v2 .ost-col{
    padding: 30px 0 0;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}
.top-block-v2 .ost-col>span{
    display: inline-block;
    padding: 3px 6px;
    border-radius: 4px;
    color: #fff;
    background: #a70216;
}
.vidos {
    padding-bottom: 0 !important;
}
.anonym {
    width: 440px;
    margin: 40px auto 0;
    border:1px dashed #f7819a;
    border-radius: 10px;
    padding: 20px;
    position: relative;
}
.anonym:before {
    content: '';
    display: block;
    background: url("../img/spy.png") no-repeat center 0;
    width: 100%;
    height: 40px;
    position: absolute;
    top:-25px;
    left: 0;
}
.anonym p {
    font-size: 16px;
    line-height: 24px;
}
.after {
    position: relative;
}
/* .after:before {
    content: '';
    display: block;
    background: url("../img/round-arrow.png") no-repeat center center;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
} */
.after img {
    display: block;
}
/* Слайдер фото */
.slider-block{
    padding: 0;
}
.slider-block .slick-arrow{
    display: inline-block;
    position: absolute;
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 99;
    top: 40%;
    background: url("../img/button-sl-v1.html.htm") no-repeat;
 }
.slider-block .slick-prev{
    left: 20px;
    background-position: 0 0;
}
.slider-block .slick-next{
    background-position: -60px 0;
    right: 20px;
}

/* Коллаж фото, видеоблок*/
.visual-block{
    padding: 0;
}
.visual-block>img{
    display: block;
    margin: 0 auto;
}
.visual-block .video-container{
    position: relative;
    width: 100%;
    height: 280px;
    margin: 0 auto;
    overflow: hidden;
    background: #000;
    outline: 0;
}
.visual-block .video-container iframe, .video-container object, .video-container embed{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

/* Описание (текстовый блок) */
.detail-block{

}
.detail-block .text-cont img{
    display: block;
    margin: 0 auto 20px;
    border-radius: 4px;
}
.detail-block .text-cont{
    padding: 0 0 20px;
}
.detail-block .text-cont>p{
    padding: 0 0 15px;
}

/* After-before-v1 блок */
.after-block-v1{
    padding: 0;
}
.after-block-v1 .after-cont{
    position: relative;
}
.after-block-v1 .after-cont:after, .after-block-v1 .after-cont:before{
    content: '';
    position: absolute;
    display: block;
    width: 50%;
    bottom: 0;
    z-index: 99;
    padding: 10px 0 8px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    border-radius: 20px 20px 0 0;
}
.after-block-v1 .after-cont:before{
    content: 'до';
    left: 0;
    background: rgba(0,0,0,.7);
}
.after-block-v1 .after-cont:after{
    content: 'после';
    right: 0;
    background: rgba(243,74,110,.7);
}

/* After-before-v2 блок */
.after-block-v2{
    padding: 0;
}
.after-block-v2 .after-cont{
    position: relative;
}
.after-block-v2 .after-cont:after{
    content: '';
    position: absolute;
    display: block;
    width: 53px;
    height: 53px;
    top: 40%;
    left: 50%;
    margin-left: -26px;
    z-index: 99;
    background: url("../img/round-arrow.png") 0 0 no-repeat;
}

/* Colors/Gamma-v1 блок */
.colors-block-v1{
    padding: 40px 0;
    background: #f2e3e8;
}
.colors-block-v1 .colors-cont>li{
    float: left;
    width: 160px;
    text-align: center;
    padding: 0 10px;
}
.colors-block-v1 .colors-cont>li img{
    display: block;
    margin: 0 auto 15px;
    border-radius: 50%;
    border: 3px solid #e6b3be;
}
.colors-block-v1 .colors-cont>li h4{
    padding: 0 0 5px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Colors/Gamma-v2 блок */
.colors-block-v2{
    padding: 40px 0;
    background: #f2e3e8;
}
.colors-block-v2 .colors-cont>li{
    float: left;
    width: 158px;
    text-align: center;
}
.colors-block-v2 .colors-cont>li:nth-child(2){
    margin: 0 3px;
}
.colors-block-v2 .colors-cont>li:before{
    content: '';
    display: block;
    height: 80px;
    margin: 0 auto 15px; 
}
.colors-block-v2 .colors-cont>li:nth-child(1):before{
    background: #f6d1ae;
}
.colors-block-v2 .colors-cont>li:nth-child(2):before{
    background: #efbb94;
}
.colors-block-v2 .colors-cont>li:nth-child(3):before{
    background: #e7b38c;
}
.colors-block-v2 .colors-cont>li h4{
    padding: 0 10px 5px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.colors-block-v2 .colors-cont>li p{
    padding: 0 10px;
}

/* Список-v1 блок list-block-v1.psd */
.list-block-v1 .list-cont>li{
    position: relative;
    min-height: 50px;
    margin: 0 0 20px;
    padding: 0 0 0 70px;
}
.list-block-v1 .list-cont>li:last-child{
    margin: 0;
}
.list-block-v1 .list-cont>li:before{
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    top: 0;
    left: 0;
    background: url("../img/list-block-v1.png.html.htm") no-repeat;
}
.list-block-v1 .list-cont>li:nth-child(1):before{
    background-position: 0 0;
}
.list-block-v1 .list-cont>li:nth-child(2):before{
    background-position: -50px 0;
}
.list-block-v1 .list-cont>li:nth-child(3):before{
    background-position: -100px 0;
}
.list-block-v1 .list-cont>li>p{
    padding: 12px 0 0;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Список-v2 блок*/
.list-block-v2 .list-cont>li{
    margin: 0 0 15px;
    padding: 0 0 15px;
    border-bottom: 1px dashed #ddd;
}
.list-block-v2 .list-cont>li:last-child{
    padding: 0;
    margin: 0;
    border: 0;
}
.list-block-v2 .list-cont>li>span{
    float: left;
    font-size: 52px;
    line-height: 0.95em;
    font-weight: 700;
    color: #a70216;
}
.list-block-v2 .list-cont>li>p{
    padding: 0 0 0 45px;
}

/* Список-v3 блок*/
.list-block-v3{
    padding: 40px 0;
}
.list-block-v3 .list-cont>li{
    padding: 15px 20px;
}
.list-block-v3 .list-cont>li:nth-child(odd){
    background: #fcf6f8;
}
.list-block-v3 .list-cont>li>p{
    padding: 5px 0 5px 40px;
    background: url("../img/marker-1.html.htm") 0 4px no-repeat;
}

/* Преимущества sup-block-v1.psd*/
.sup-block-v1{
    padding: 0;
}
.sup-block-v1 .sup-cont>li{
    float: left;
    width: 50%;
    padding: 20px;
    text-align: center;
}
.sup-block-v1 .sup-cont>li.color-bg{
    background: #fcf6f8;
}
.sup-block-v1 .sup-cont>li:before{
    content: '';
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto 15px;
    background: url("../img/sup-block-v1.png.html.htm") no-repeat;
}
.sup-block-v1 .sup-cont>li:nth-child(1):before{
    background-position: 0 0;
}
.sup-block-v1 .sup-cont>li:nth-child(2):before{
    background-position: -100px 0;
}
.sup-block-v1 .sup-cont>li:nth-child(3):before{
    background-position: -200px 0;
}
.sup-block-v1 .sup-cont>li:nth-child(4):before{
    background-position: -300px 0;
}

/* Преимущества sup-block-v2.psd */
.sup-block-v2{
    padding: 40px 0;
    color: #fff;
    background: #a70216;
}
.sup-block-v2 .sup-cont{
    padding: 0 10px;
}
.sup-block-v2 .sup-cont>li{
    float: left;
    width: 50%;
    padding: 15px 10px;
    text-align: center;
}
.sup-block-v2 .sup-cont>li:before{
    content: '';
    display: block;
    width: 104px;
    height: 104px;
    margin: 0 auto 15px;
    background: url("../img/sup-block-v2.png.html.htm") no-repeat;
}
.sup-block-v2 .sup-cont>li:nth-child(1):before{
    background-position: 0 0;
}
.sup-block-v2 .sup-cont>li:nth-child(2):before{
    background-position: -104px 0;
}
.sup-block-v2 .sup-cont>li:nth-child(3):before{
    background-position: -208px 0;
}
.sup-block-v2 .sup-cont>li:nth-child(4):before{
    background-position: -312px 0;
}
.sup-block-v2 .sup-cont>li>h4{
    padding: 0 0 5px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Преимущества sup-block-v3.jpg */
.sup-block-v3{
    padding: 40px 0;
}
.sup-block-v3 .sup-cont{
    padding: 0 10px 20px;
}
.sup-block-v3 .sup-cont>li{
    float: left;
    width: 50%;
    padding: 10px 10px 20px;
    text-align: center;
}
.sup-block-v3 .sup-cont>li img{
    display: block;
    width: 210px;
    height: 180px;
    margin: 0 auto 15px;
    border-radius: 10px;
    border: 4px solid #f2e3e8;
}

/* Преимущества sup-block-v4.psd */
.sup-block-v4{
    padding: 40px 0;
    background: #e6b3be;
}
.sup-block-v4 .sup-cont>li{
    position: relative;
    height: 130px;
    margin: 0 20px 30px 0;
    padding: 18px 130px 0px 20px;
    border-radius: 0 65px 65px 0;
    line-height: 1.4em;
    background: #fff;
}
.sup-block-v4 .sup-cont>li:nth-child(2n){
    margin: 0 0 30px 20px;
    padding: 18px 20px 0px 130px;
    border-radius: 65px 0 0 65px;
}
.sup-block-v4 .sup-cont>li:before{
    content: '';
    position: absolute;
    display: block;
    width: 90px;
    height: 90px;
    top: 20px;
    right: 20px;
    background: url("../img/sup-block-v4.png.html.htm") no-repeat;
}
.sup-block-v4 .sup-cont>li:nth-child(2n):before{
    right: auto;
    left: 20px;
}
.sup-block-v4 .sup-cont>li:nth-child(1):before{
    background-position: 0 0;
}
.sup-block-v4 .sup-cont>li:nth-child(2):before{
    background-position: -90px 0;
}
.sup-block-v4 .sup-cont>li>h4{
    padding: 0 0 5px;
    font-weight: 700;
}

/* Состав-v1 compound-block-v1_1.jpg */
.compound-block-v1 .compound-cont>li{
    min-height: 130px;
    margin: 0 0 20px;
}
.compound-block-v1 .compound-cont>li:last-child{
    margin: 0;
}
.compound-block-v1 .compound-cont>li>img{
    display: block;
    float: left;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    border: 4px solid #e6b3be;
}
.compound-block-v1 .compound-cont .compound-txt{
    padding: 10px 0 0 150px;
}
.compound-block-v1 .compound-cont .compound-txt>h4{
    padding: 0 0 5px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Состав-v2 compound-block-v2_1.jpg */
.compound-block-v2{
    padding: 40px 0;
    color: #fff;
    background: #a70216;
}
.compound-block-v2 .compound-cont{
    padding: 0 10px;
}
.compound-block-v2 .compound-cont>li{
    float: left;
    width: 50%;
    padding: 15px 10px;
    text-align: center;
}
.compound-block-v2 .compound-cont>li img{
    display: block;
    width: 160px;
    height: 160px;
    margin: 0 auto 15px;
    border-radius: 50%;
    border: 4px solid #f2e3e8;
}
.compound-block-v2 .compound-cont>li strong{
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Состав-v3 compound-block-v3_1.jpg */
.compound-block-v3{
    padding: 40px 0 0;
}
.compound-block-v3 .compound-cont>li{
    height: 140px;
}
.compound-block-v3 .compound-cont>li>img{
    display: block;
    float: left;
    width: 150px;
    height: 140px;
}
.compound-block-v3 .compound-cont>li:nth-child(2n)>img{
    float: right;
}
.compound-block-v3 .compound-cont .compound-txt{
    padding: 0 0 0 150px;
}
.compound-block-v3 .compound-cont>li:nth-child(2n) .compound-txt{
    padding: 0 150px 0 0;
}
.compound-block-v3 .compound-cont .compound-txt>h4{
    padding: 6px 20px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    background: #a70216;
}
.compound-block-v3 .compound-cont .compound-txt>p{
    padding: 12px 20px 0;
}

/* Применение-v1 use-block-v1_1.jpg */
.use-block-v1 .use-cont>li{
    position: relative;
    min-height: 130px;
    margin: 0 0 20px;
}
.use-block-v1 .use-cont>li:last-child{
    margin: 0;
}
.use-block-v1 .use-cont>li>span{
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    z-index: 99;
    top: 5px;
    left: 5px;
    line-height: 30px;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    background: #a70216;
    border-radius: 50%;
}
.use-block-v1 .use-cont>li>img{
    display: block;
    float: left;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    border: 4px solid #e6b3be;
}
.use-block-v1 .use-cont .use-txt{
    padding: 10px 0 0 150px;
}
.use-block-v1 .use-cont .use-txt>h4{
    padding: 0 0 5px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #a70216;
}

/* Применение-v2 use-block-v2_1.jpg */
.use-block-v2{
    padding: 0;
}
.use-block-v2 .use-cont>li{
    position: relative;
    height: 240px;
    color: #fff;
    background: #a70216;
}
.use-block-v2 .use-cont>li:before{
    content: '';
    position: absolute;
    z-index: 99;
    top: 50%;
    right: 240px;
    margin: -20px 0 0;
    border: 20px solid transparent;
    border-right: 20px solid #a70216;
}
.use-block-v2 .use-cont>li:nth-child(2n):before{
    right: auto;
    left: 240px;
    border: 20px solid transparent;
    border-left: 20px solid #a70216;
}
.use-block-v2 .use-cont>li>img{
    display: block;
    float: left;
    width: 240px;
    height: 240px;
}
.use-block-v2 .use-cont>li:nth-child(2n)>img{
    float: right;
}
.use-block-v2 .use-cont .use-txt{
    padding: 20px 20px 20px 260px;
    text-align: center;
}
.use-block-v2 .use-cont>li:nth-child(2n) .use-txt{
    padding: 20px 260px 20px 20px;
}
.use-block-v2 .use-cont .use-txt>h4{
    padding: 20px 0 8px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.use-block-v2 .use-cont .use-txt>h4:after{
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    margin: 8px auto 0;
    background: #fff;
}

/* Применение-v3 use-block-v3_1.jpg */
.use-block-v3{
    padding: 40px 0;
}
.use-block-v3 .use-cont>li{
    margin: 0 0 30px;
}
.use-block-v3 .use-cont>li:last-child{
    margin: 0;
}
.use-block-v3 .use-cont>li>img{
    display: block;
    float: left;
    width: 150px;
    height: 150px;
    margin: -10px 0 0 20px;
    border-radius: 50%;
    border: 4px solid #a70216;
}
.use-block-v3 .use-cont>li:nth-child(2n)>img{
    float: right;
    margin: -10px 20px 0 0;
}
.use-block-v3 .use-cont .use-txt{
    padding: 15px 20px 15px 190px;
    background: #fcf6f8;
}
.use-block-v3 .use-cont>li:nth-child(2n) .use-txt{
    padding: 15px 190px 15px 20px;
}
.use-block-v3 .use-cont .use-txt>h4{
    padding: 0 0 5px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #a70216;
}

/* Эксперт-v1 expert-block-v1.psd */
.expert-block-v1{
    color: #fff;
    background: #a70216;
}
.expert-block-v1 .lvl-title{
    width: 50%;
    margin: 0 0 20px;
    text-align: left;
}
.expert-block-v1 .lvl-title:after{
    display: none;
}
.expert-block-v1 .expert-cont{
    padding: 20px;
    color: #333;
    border-radius: 8px;
    background: #fff;
}
.expert-block-v1 .expert-cont .expert-title{
    position: relative;
}
.expert-block-v1 .expert-cont .expert-title:after{
    content: '';
    position: absolute;
    display: block;
    top: -140px;
    right: -20px;
    width: 175px;
    height: 184px;
    background: url("../../../shopsgreat.ru/eyebrow-tattoo3/img/expert-block-v1.png") 0 0 no-repeat;
}
.expert-block-v1 .expert-cont .expert-title{
    padding: 5px 0 20px;
}
.expert-block-v1 .expert-cont .expert-title>h3{
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.expert-block-v1 .expert-cont .expert-title>span{
    color: #808080;
}
.expert-block-v1 .expert-cont>p{
    text-align: justify;
}

/* Эксперт-v2 expert-block-v2.psd */
.expert-block-v2 .expert-cont .expert-title{
    padding: 0 0 10px 0;
    background: url("../../../shopsgreat.ru/eyebrow-tattoo3/img/expert-block-v2_1.jpg") 100% 100% no-repeat;
}
.expert-block-v2 .expert-cont .expert-title>img{
    display: block;
    float: left;
    width: 168px;
    height: 189px;
    margin: 0 22px 0 0;
}
.expert-block-v2 .expert-cont .expert-title>h3{
    padding: 20px 0 5px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.expert-block-v2 .expert-cont .expert-title>span{
    color: #808080;
}
.expert-block-v2 .expert-cont>p{
    padding: 10px 0 0;
}

/* Эксперт-v3 expert-block-v3.jpg */
.expert-block-v3{
    padding: 0 0 40px;
    background: #fcf6f8;
}
.expert-block-v3 .lvl-title{
    position: relative;
    overflow: hidden;
    padding: 40px 20px 110px;
    color: #fff;
    background: #a70216;
}
.expert-block-v3 .lvl-title:after, .expert-block-v3 .lvl-title:before{
    content: "";
    position: absolute;
    width: 50%;
    height: 20px;
    bottom: -10px;
    background: #fcf6f8;
}
.expert-block-v3 .lvl-title:before{
    left: 0;
    transform: skew(0deg, 5deg);
}
.expert-block-v3 .lvl-title:after{
    right: 0;
    transform: skew(0deg, -5deg);
}
.expert-block-v3 .expert-cont{
    padding: 0 20px;
    text-align: center;
}
.expert-block-v3 .expert-cont>img{
    position: relative;
    display: block;
    z-index: 99;
    width: 150px;
    height: 150px;
    margin: -110px auto 0;
    border: 3px solid #e6b3be;
    border-radius: 50%;
}
.expert-block-v3 .expert-cont .expert-title{
    padding: 0 0 20px;
}
.expert-block-v3 .expert-cont .expert-title>h3{
    padding: 20px 0 5px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.expert-block-v3 .expert-cont .expert-title>span{
    color: #808080;
}
.expert-block-v3 .expert-cont>p{
    text-align: justify;
}

/* Отзывы-v1 rev-block-v1_1.jpg + rev-block-v1-button.psd*/
.rev-block-v1 .rev-cont{
    padding: 10px 0 0;
    text-align: center;
}
.rev-block-v1 .rev-item>img{
    display: block;
    width: 190px;
    height: 190px;
    margin: 0 auto 20px;
    border: 4px solid #f2e3e8;
    border-radius: 50%;
}
.rev-block-v1 .rev-item>h4{
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.rev-block-v1 .rev-item>h4:after{
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    margin: 10px auto;
    background: #f2e3e8;
}
.rev-block-v1 .slick-arrow{
    display: inline-block;
    position: absolute;
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 99;
    top: 70px;
    background: url("../img/rev-block-v1-button.png.html.htm") no-repeat;
 }
.rev-block-v1 .slick-prev{
    left: 15px;
    background-position: 0 0;
}
.rev-block-v1 .slick-next{
    background-position: -60px 0;
    right: 15px;
}
.rev-block-v1 .slick-dots{
    padding: 20px 0 0;
    text-align: center;
}
.rev-block-v1 .slick-dots button{
    display: none;
}
.rev-block-v1 .slick-dots li{
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 4px;
    border-radius: 50%;
    border-top: 1px solid #ccc;
    background: #f3f3f3;
}
.rev-block-v1 .slick-dots li.slick-active{
    border: 0;
    background: #a70216;
}

/* Отзывы-v2  rev-block-v2_1.jpg*/
.rev-block-v2 .rev-cont{
    padding: 10px 0 0;
}
.rev-block-v2 .rev-item{
    margin: 0 auto 20px;
    padding: 0 0 20px;
    border-bottom: 1px dashed #e8b8c2;
}
.rev-block-v2 .rev-item:last-child{
    margin: 0;
    padding: 0;
    border: 0;
}
.rev-block-v2 .rev-item>img{
    display: block;
    float: left;
    width: 86px;
    height: 86px;
    border: 4px solid #f2e3e8;
    border-radius: 50%;
}
.rev-block-v2 .rev-item .rev-txt{
    padding: 0 0 0 106px;
}
.rev-block-v2 .rev-item .rev-txt>h4{
    padding: 0 0 5px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Отзывы-v3 rev-block-v3_1.jpg + rev-block-v3-photo.psd + rev-block-v3-button.psd*/
.rev-block-v3 .rev-cont{
    padding: 10px 0 0;
    text-align: center;
}
.rev-block-v3 .rev-item>img{
    display: block;
    width: 400px;
    height: 260px;
    margin: 0 auto 20px;
    border-radius: 4px;
}
.rev-block-v3 .rev-item>h4{
    padding: 0 0 10px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.rev-block-v3 .slick-arrow{
    display: inline-block;
    position: absolute;
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 99;
    top: 100px;
    background: url("../img/rev-block-v3-button.png") no-repeat;
 }
.rev-block-v3 .slick-prev{
    left: -10px;
    background-position: 0 0;
}
.rev-block-v3 .slick-next{
    background-position: -60px 0;
    right: -10px;
}
.rev-block-v3 .slick-dots{
    padding: 20px 0 0;
    text-align: center;
}
.rev-block-v3 .slick-dots button{
    display: none;
}
.rev-block-v3 .slick-dots li{
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 4px;
    border-radius: 50%;
    border-top: 1px solid #ccc;
    background: #f3f3f3;
}
.rev-block-v3 .slick-dots li.slick-active{
    border: 0;
    background: #a70216;
}

/* Отзывы-v4 rev-block-v4_1.jpg + rev-block-v4-photo.psd + rev-block-v4-button.psd*/
.rev-block-v4{
    color: #fff;
    background: #e6b3be;
}
.rev-block-v4 .rev-cont{
    margin: 0 20px;
    padding: 10px 0 0;
    text-align: center;
}
.rev-block-v4 .rev-item{
    overflow: hidden;
    color: #333;
    background: #fff;
    border-radius: 4px;
}
.rev-block-v4 .rev-item>img{
    display: block;
    width: 400px;
    height: 260px;
    margin: 0 auto 20px;
}
.rev-block-v4 .rev-item>h4{
    padding: 0 0 10px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.rev-block-v4 .rev-item>p{
    padding: 0 20px 20px;
}
.rev-block-v4 .slick-arrow{
    display: inline-block;
    position: absolute;
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 99;
    top: 100px;
    background: url("../img/rev-block-v3-button.png") no-repeat;
 }
.rev-block-v4 .slick-prev{
    left: -30px;
    background-position: 0 0;
}
.rev-block-v4 .slick-next{
    background-position: -60px 0;
    right: -30px;
}
.rev-block-v4 .slick-dots{
    padding: 20px 0 0;
    text-align: center;
}
.rev-block-v4 .slick-dots button{
    display: none;
}
.rev-block-v4 .slick-dots li{
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 4px;
    border-radius: 50%;
    border-top: 1px solid #ccc;
    background: #f3f3f3;
}
.rev-block-v4 .slick-dots li.slick-active{
    border: 0;
    background: #a70216;
}

/* Доставка/оплата-v1 delivery-block-v1.psd */
.delivery-block-v1{
    padding: 40px 10px;
    color: #fff;
    background: #a70216;
}
.delivery-block-v1 .delivery-cont>li{
    float: left;
    width: 50%;
    padding: 15px;
    text-align: center;
}
.delivery-block-v1 .delivery-cont>li:before{
    content: '';
    display: block;
    width: 124px;
    height: 124px;
    margin: 0 auto 15px;
    background: url("../img/delivery-block-v1.png") no-repeat;
}
.delivery-block-v1 .delivery-cont>li:nth-child(1):before{
    background-position: 0 0;
}
.delivery-block-v1 .delivery-cont>li:nth-child(2):before{
    background-position: -124px 0;
}
.delivery-block-v1 .delivery-cont>li:nth-child(3):before{
    background-position: -248px 0;
}
.delivery-block-v1 .delivery-cont>li:nth-child(4):before{
    background-position: -372px 0;
}

/* Доставка/оплата-v2 delivery-block-v2_1.jpg */
.delivery-block-v2{
    padding: 40px 10px;
}
.delivery-block-v2 .delivery-cont>li{
    position: relative;
    float: left;
    width: 210px;
    margin: 0 10px;
    padding: 15px 0;
    text-align: center;
}
.delivery-block-v2 .delivery-cont>li>span{
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    top: 80px;
    left: 50%;
    margin: 0 0 0 -25px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    background: rgba(243,74,110,.7);
    border-radius: 50%;
}
.delivery-block-v2 .delivery-cont>li>img{
    display: block;
    width: 210px;
    height: 180px;
    margin: 0 auto 15px;
    border: 4px solid #f2e3e8;
    border-radius: 4px;
}

/* Доставка/оплата-v3 delivery-block-v3.psd */
.delivery-block-v3 .delivery-cont>li{
    padding: 0 0 30px;
}
.delivery-block-v3 .delivery-cont>li:last-child{
    padding: 0;
}
.delivery-block-v3 .delivery-cont>li:before{
    content: '';
    display: block;
    float: left;
    width: 64px;
    height: 64px;
    background:  url("../img/delivery-block-v3.png.html.htm") no-repeat;
}
.delivery-block-v3 .delivery-cont>li:nth-child(1):before{
    background-position: 0 0;
}
.delivery-block-v3 .delivery-cont>li:nth-child(2):before{
    background-position: -64px 0;
}
.delivery-block-v3 .delivery-cont>li:nth-child(3):before{
    margin: 5px 0 0;
    background-position: -128px 0;
}
.delivery-block-v3 .delivery-cont>li h3{
    padding: 0 0 0 84px;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.delivery-block-v3 .delivery-cont>li p{
    padding: 0 0 0 84px;
}
.title-form {
    text-align: center;
}
.title-form h3 {
    font-size: 30px;
    text-transform: uppercase;
}
.title-form p {
    font-size: 19px;
    padding: 13px 0;
}
/* Реквизиты */
.copyright{
    color: #222;
    padding: 30px 0 20px;
    text-align: center;
    font-size: 14px;
}

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

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