@font-face {
    font-family: 'PT Sans';
    src: url('../fonts/subset-PTSans.woff2') format('woff2'),
        url('../fonts/subset-PTSans.woff') format('woff'),
        url('../fonts/subset-PTSans.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'PT Sans';
    src: url('../fonts/subset-PTSansItalic.woff2') format('woff2'),
        url('../fonts/subset-PTSansItalic.woff') format('woff'),
        url('../fonts/subset-PTSansItalic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'PT Sans';
    src: url('../fonts/subset-PTSansBold.woff2') format('woff2'),
        url('../fonts/subset-PTSansBold.woff') format('woff'),
        url('../fonts/subset-PTSansBold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'PT Sans';
    src: url('../fonts/subset-PTSansBoldItalic.woff2') format('woff2'),
        url('../fonts/subset-PTSansBoldItalic.woff') format('woff'),
        url('../fonts/subset-PTSansBoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}







/*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; font-size: 100%;}

/* HTML5 display-role reset for older browsers */
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: 100%; height: auto;}
a{text-decoration: underline;}
a:hover{cursor: pointer;}
*::-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;}
button, input, select{-webkit-appearance: none; -moz-appearance: none; appearance: none;}
html{
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: subpixel-antialiased !important;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

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

    display: block;
    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;
    margin-left: auto;
    margin-right: auto;
}
.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;
}

.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;}
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: "PT Sans", Geneva, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
    color: #272727;
    background: #fff;
}
.wrap{
    width: 960px;
    margin: 0 auto;
    padding: 40px 20px;
}
.wrap-nopad{
    width: 960px;
    margin: 0 auto;
    padding: 40px 0;
}
section{
    margin: 0 auto;
}
.container-text {
    overflow: hidden;
}
.container-text>p{
    margin: 0 0 20px;
}
.gradient--theme{
    color: #fff;
    background: #07a6e0;
    background: -moz-linear-gradient(-45deg, #32dac3 30%, #07a6e0 100%);
    background: -webkit-linear-gradient(-45deg, #32dac3 30%,#07a6e0 100%);
    background: linear-gradient(135deg, #32dac3 30%,#07a6e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#32dac3', endColorstr='#07a6e0',GradientType=1 );
}
.light--theme{
    background: url(../img/rep-bg-v1.png) repeat;
}
.mob-hid{
    display: block;
}
.mob-vis{
    display: none;
}

/*заголовки*/
.lvl-title-v1{
    margin: 0 0 40px;
    text-align: center;
    font-size: 36px;
    line-height: 1.3em;   
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
}
.wrap-nopad .lvl-title-v1 {
    margin-left: 10px;
    margin-right: 10px;
}
 .lvl-title-v1 span {
    color:#03a9f4;
}
.black_theme  .lvl-title-v1 span {
    color:#FFC107;
}
.lvl-title-v2{
    margin: 0 0 15px;
    font-size: 18px;
    line-height: 1.4em; 
    font-weight: 700;
}

/*обвесы заголовков*/
.title-sep-v1:after{
    content: '';
    display: block;
    width: 80px;
    height: 3px;
    margin: 20px auto 30px;
    background: #FFC107;
}
.black_theme  .title-sep-v1:after {
    background: #03A9F4;
}

/*списки - только разметка. Обводки, тени, цвета и д.р. прописываются в основном файле под требование дизайна*/

.list-type-v1{
    margin: 20px 0 0;
}
.list-type-v1>li{
    margin: 8px 0 0;
}
.list-type-v1>li:before{
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin: -3px 10px 0 0;
    background: url(../img/marker-1.png) 0 0 no-repeat;
}

.list-type-v2{
    font-size: 0;
    letter-spacing: 0;
}
.list-type-v2>li{
    display: inline-block;
    margin: 30px 0 0;
    padding: 0 15px;
    vertical-align: top;
    text-align: center;
    font-size: 16px;
    letter-spacing: normal;
}
.list-type-v2 .list-img{
    display: block;
    margin: 0 auto 15px;
}
.list-type-v2 .list-cont h4{
    margin: 0 0 5px;
    font-weight: 700;
    font-size: 20px;
}

.list-type-v3{
    font-size: 0;
    letter-spacing: 0;
}
.list-type-v3>li{
    margin: 0 auto 30px;
    font-size: 16px;
    letter-spacing: normal;
}
.list-type-v3>li:after{
    content: '';
    display: block;
    height: 0;
    clear: both;
}
.list-type-v3 .list-img{
    display: block;
    float: left;
}
.list-type-v3 .list-cont{
    padding: 5px 0 0 110px;
}
.list-type-v3 .list-cont h4{
    margin: 0 0 5px;
    font-weight: 700;
    font-size: 17px;
}

/*обвесы списков*/
.list--circle>li .list-img{
    border-radius: 50%;
}
.list--square>li .list-img{
    border-radius: 8px;
}
.list--numeric>li .list-img{
    width: 64px;
    height: 64px;
    font-size: 32px;
    font-weight: 700;
    line-height: 60px;
    text-align: center;
    border: 1px solid #00aeef; 
    border-radius: 50%;
}

.button-m{
    display: block;
    max-width: 300px;
    height: 68px;
    margin: 0 auto;
    border: 0;
    outline: none;
    text-decoration: none;
    cursor: pointer; 
    line-height: 68px;
    font-family: "PT Sans", Geneva, Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 21px;
    text-align: center;
    color: #272727;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
    border-bottom: 3px solid #d7a200;
    background: #fece20;
    background-image: -webkit-linear-gradient(top, #fddc40, #ffc000);
    background-image: -moz-linear-gradient(top, #fddc40, #ffc000);
    background-image: -ms-linear-gradient(top, #fddc40, #ffc000);
    background-image: -o-linear-gradient(top, #fddc40, #ffc000);
    background-image: linear-gradient(to bottom, #fddc40, #ffc000);
    -webkit-box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.15);
    box-shadow:         0 10px 6px -6px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
}

.m1-form{
    width: auto;
    max-width: 380px;
    margin: 0 auto;
}
.m1-form>div{
    margin: 12px auto;
}
.m1-form>div:last-of-type{
    margin-bottom: 0;
}
.m1-form input, .m1-form select{
    display: block;
    outline: 0;
    border: 0;
    width: 100%;
    height: 58px;
    margin: 0 auto;
    background: #fafafa;
    text-align: center;
    font-size: 17px;
    font-family: "PT Sans", Geneva, Helvetica, Arial, sans-serif;
    font-weight: 400;  
    border: 1px solid #dedede;
    border-radius: 4px;
}
.m1-form button{
    display: block;
    width: 100%;
}

.slick-arrow{
    display: inline-block;
    position: absolute;
    cursor: pointer;
    z-index: 999;
}

@media screen and (max-width: 959px) {
    .wrap, .wrap-nopad {
        width: 640px;
    }
    .wrap {
        padding: 30px 10px;
    }
    .lvl-title-v1 {
        font-size: 32px;
    }
    
}
@media screen and (max-width: 639px) {
    .wrap, .wrap-nopad{
        width: 320px;
    }
    
}
.prod-top {
    display: none;
}
.head-block-v1{
	background: url(../img/head-block-v2-bg.jpg) 50% 0 no-repeat;
    color:#fff;
}
.head-block-v1 .wrap{
	padding-top: 17px;
    padding-bottom: 17px;
}
.head-block-v1 .container{
	position: relative;
	width: 500px;
}
.head-block-v1 .logo{
    text-transform: uppercase;
    font-size: 46px;
    position: absolute;
    top: 33px;
    left: 557px;
    width: 270px;
    font-weight: 700;
        color: #272727;
}
.head-block-v1 .logo img{
    margin-right: 10px;
}
.head-block-v1 .main-title {
	font-size: 23px;
	line-height: 1.3em;
	padding: 0 0 0 20px;
	border-left: 4px solid #03a9f4;
}
.head-block-v1 .main-title b {
    display: block;
    font-size: 42px;
    line-height: 1.3em;
}
.head-block-v1 .sale{
	position: absolute;
	width: 110px;
	height: 110px;
    top: 138px;
    right: -153px;
	padding: 15px 0 0;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .5px;
	color: #fff;
	background: rgba(244, 67, 54, .85);
	border-radius: 50%;
	box-shadow: 0 0 0 5px rgba(255,255,255,0.6);
}
.head-block-v1 .sale>strong{
	display: block;
	font-size: 30px;
	line-height: 1em;
}
.main-form {
	width: 340px;
	margin: 23px 0 0;
	padding: 20px 30px 25px;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,.09);
    color:#272727;
    position: relative;
    overflow: hidden;
}
.main-form .cost-cont{
	margin: 0 0 20px;
}
.main-form .cost-cont>div{
	display: inline-block;
	vertical-align: top;
}
.main-form .old-cost{
	margin: 0 20px 0 0;
}
.main-form .sale-label{
	display: block;
    width: 200px;
	padding: 4px 0;
    text-align: center;
	font-size: 17px;
	line-height: 1em;
	font-weight: 700;
	color: #fff;
	background: #f44336;
    position: absolute;
    top: 18px;
    right: -67px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.main-form .old-cost>s{
	display: block;
	margin: 10px 0 0;
	font-size: 19px;
	text-decoration: line-through;
}
.main-form .new-cost>strong{
	display: block;
	font-size: 32px;
	line-height: 1em;
}
.main-form .main-reminder{
	margin: 20px 0 0;
	text-align: center;
}
.main-form .main-reminder>span{
	display: inline-block;
	margin: 0 0 0 10px;
	padding: 4px 8px;
	font-size: 17px;
	line-height: 1em;
	font-weight: 700;
	color: #fff;
	background: #03a9f4;
	border-radius: 4px;
}
.video-container {
    position: relative;
	padding-bottom: 57%;
	height: 0;
	overflow: hidden;	
}
.video-container iframe,  
.video-container object,  
.video-container embed,
.video-container .youtube {
    background: #000;
    border: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.s3{
	padding: 0;
	position: relative;
}
.video-frame{
	margin: 0 20px 60px;
	border: 20px solid #fff;
	border-radius: 8px;
	box-shadow: 0 0 40px rgba(0,0,0,.09);
}


.detail-block-v1 {
	background: #f9f9f9;
}
.detail-block-v1 .container-text {
    margin-bottom: 20px;
}
.detail-block-v1 .prod-img{
	display: block;
	float: left;
	margin: 0 40px 20px 0;
	border-radius: 8px;
}
.mb30 {
    margin-bottom: 120px;
}
.detail-block-v2 .video-frame{
	float: left;
	width: 440px;
	margin: 0 40px 20px 0;
	border: 20px solid #fff;
	border-radius: 20px;
	box-shadow: 0 0 20px rgba(0,0,0,.09);
}
.slider-cont{
	float: left;
	width: 440px;
	margin: 0 40px 20px 0px;
	border-radius: 8px;
	overflow: hidden;
}
.detail-block-v3{
	background: #f9f9f9;
}

.slider-cont .slick-arrow { 
    width: 34px;
    height: 34px;
    top: 50%;
    left: 20px;
    margin: -17px 0 0;
    background: url(../img/slider-but-v1.png) no-repeat;
    z-index: 99;
}

.slider-cont .slick-next {
    background-position: -34px 0;
    left: auto;
    right: 20px;
    z-index: 99;
}
.detail-block-v3 .container-text{
	float: left;
	width: 440px;
}
.detail-block-v3 .list-type-v3 .list-cont{
	padding: 0 0 0 84px;
}

.detail-block-v4 .prod-img{
	display: block;
	float: left;
	margin: 0 40px 20px 0;
	border-radius: 8px;
}
.detail-block-v4 .prod-char-v1 li{
	margin: 0 0 8px;
}
.detail-block-v4 .prod-char-v1 li strong{
	margin-right: 8px;
}
.detail-block-v4 .prod-char-v2{
	clear: both;
}
.detail-block-v4 .prod-char-v2>li{
	width: 20%;
}
.detail-block-v4 .prod-char-v2 strong{
	display: block;
}
.detail-block-v4 .prod-char-v2 strong:after{
	content: '';
	display: block;
	width: 50px;
	height: 2px;
	margin: 8px auto 6px;
	background: #03a9f4;
}

.present-block-v1 {
	color: #fff;
	background: #293449;
}
.present-block-v1 ul img {
    border-bottom: 3px solid #FFC107;
}
.preim_block img {
    border-bottom: 3px solid #ddd;
}
.preim_block .list-type-v2>li{
    width: 33.33%;
    padding: 0 20px;
}
.present-block-v1 .list-type-v2>li{
    width: 50%;
    padding: 0 20px;
}
.white_theme {
    background: #fff;
    color:#272727;
}
.use-block-v1 .list-type-v2>li{
    position: relative;
    width: 33.33%;
    padding: 0 20px;
}
.use-block-v1 .list-type-v2>li:before{
    content: '';
    position: absolute;
    display: inline-block;
    width: 34px;
    height: 34px;
    z-index: 99;
    line-height: 34px;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    color: #272727;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.3);
    border-bottom: 2px solid #d7a200;
    background: #ffc700;
    background-image: -webkit-linear-gradient(top, #ffd800, #ffb400);
    background-image: -moz-linear-gradient(top, #ffd800, #ffb400);
    background-image: -ms-linear-gradient(top, #ffd800, #ffb400);
    background-image: -o-linear-gradient(top, #ffd800, #ffb400);
    background-image: linear-gradient(to bottom, #ffd800, #ffb400);
    border-radius: 8px;
}
.use-block-v1 .list-type-v2>li:before{
    top: 178px;
    left: 50%;
    margin: 0 0 0 -17px;
}
.use-block-v1 .list-type-v2>li:nth-child(1):before{
    content: '01';
}
.use-block-v1 .list-type-v2>li:nth-child(2):before{
    content: '02';
}
.use-block-v1 .list-type-v2>li:nth-child(3):before{
    content: '03';
}
.use-block-v1 .list-img{
	margin: 0 auto 30px;
}

.comparison-block-v1 .comparison-table{
	width: 100%;
	text-align: center;
	border-collapse: initial;
	border-spacing: 2px;
}
.comparison-block-v1 .comparison-table tr:nth-child(2n){
	background: #f6f6f6;
}
.comparison-block-v1 .comparison-table tr:nth-child(2){
	background: #fdd938;
}
.comparison-block-v1 .comparison-table tr>td:first-child,
.comparison-block-v1 .comparison-table tr>th:first-child{
	text-align: left;
}
.comparison-block-v1 .comparison-table td,
.comparison-block-v1 .comparison-table th{
	padding: 12px 10px;
}
.comparison-block-v1 .comparison-table span.yes:before{
	content: '';
	display: inline-block;
	width: 12px;
	height: 10px;
	margin: 0 6px 0 0;
	vertical-align: middle;
	background: url(../img/yes-no.png) 0 0 no-repeat;
}
.comparison-block-v1 .comparison-table span.no:before{
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 8px 0 0;
	vertical-align: middle;
	background: url(../img/yes-no.png) -12px 0 no-repeat;
}
.comparison-block-v1 .comparison-info{
	margin: 40px 0px 0;
	padding: 20px;
	line-height: 1.7em;
	text-align: center;
	background: #f6f6f6;
	border-radius: 8px;
	border-bottom: 3px solid #00aeef;
}

.expert-block-v1 .expert-img{
	position: relative;
	float: left;
	margin: 0 40px 0 0;
}
.expert-block-v1 .expert-img img{
	display: block;
	border: 5px solid #fff;
	border-radius: 50%;
}
.expert-block-v1 .expert-img:before{
    content: '\201C';
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 50px;
    z-index: 99;
    right: 20px;
    line-height: 68px;
    font-family: serif;
    font-size: 60px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    border: 3px solid #fff;
    border-radius: 50%;
    background: #00aeef;
}


.universal {
    background: #fff;
    border-radius: 8px;
    width: 765px;
    padding: 25px;
    color:#272727;
    margin: 0 auto;
}
.universal img {
    display: block;
    margin: -101px auto 5px;
    width: 300px;
}
.uni_left {
    float: left;
    width: 370px;
}
.uni_left p {
    font-weight: 700;
}
.uni_right {
    float: right;
    width: 300px;
}
.uni_right .button-m {
}

.rev-block-v1{
    color: #fff;
    background: #293449;
}
.rev-block-v1 .slick-slider {
    margin-bottom: 30px;            
}
.rev-block-v1 .rev-item{
    float: left;
    width: 300px;
    margin: 65px 10px 10px;
    color: #272727;
    background: #fff;
    border-radius: 6px;
    border-bottom: 3px solid #ddd;
    -webkit-box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.25);
    box-shadow:         0 10px 6px -6px rgba(0, 0, 0, 0.25);
}
.rev-block-v1 .rev-item .rev-img{
    display: block;
    margin: -60px auto 0;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.07); 
}
.rev-block-v1 .rev-item .rev-cont{
    padding: 20px 15px;
    text-align: center;
}
.rev-block-v1 .rev-item .rev-cont h4 {
    margin: 0 0 5px;
    font-weight: 700;
    font-size: 17px;
}
.rev-block-v1 .rev-item .rev-cont h4+p:after {
    content:'';
    display: block;
    margin: 14px auto 8px;
    width: 70px;
    height: 1px;
    background: #dcdcdc;
}
.rev-block-v1 .rev-item .rev-cont h4:after{
    content: '';
    display: block;
    width: 94px;
    height: 14px;
    margin: 5px auto 10px;
    background: url(../img/star-icon.png) 0 0 repeat-x;
}
.rev-block-v1 .slick-arrow{
    width: 50px;
    height: 50px;
    top: 50%;
    margin: -10px 0 0;
    background: url(../img/rev-block-v1-button.png) no-repeat;
 }
.rev-block-v1 .slick-prev{
    left: 0px;
    background-position: 0 0;
}
.rev-block-v1 .slick-next{
    background-position: -50px 0;
    right: 0px;
}

.rev-block-v2{}
.rev-block-v2 .rev-item{
    overflow: hidden;
    margin: 25px 80px;
    color: #272727;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 0 25px rgba(0,0,0,.09);
}
.rev-block-v2 .rev-item .rev-img{
    display: block;
    float: left;
}
.rev-block-v2 .rev-item .rev-cont{
    padding: 15px 15px 15px 290px;
}
.rev-block-v2 .rev-item .rev-img-s{
    display: block;
    float: left;
    border-radius: 50%;
}
.rev-block-v2 .rev-item .rev-cont h4{
	position: relative;
    margin: 2px 0 20px 70px;
    font-weight: 700;
    font-size: 17px;
}
.rev-block-v2 .rev-item .rev-cont h4:before{
	content: '\201C';
	position: absolute;
	top: 15px;
	right: 10px;
	font-family: serif;
	font-size: 70px;
	color: #dedede;
}
.rev-block-v2 .rev-item .rev-cont h4:after{
    content: '';
    display: block;
    width: 94px;
    height: 14px;
    margin: 5px 0 0 0;
    background: url(../img/star-icon.png) 0 0 repeat-x;
}
.rev-block-v2 .slick-arrow{
    width: 40px;
    height: 40px;
    top: 50%;
    margin: -50px 0 0;
    background: url(../img/rev-block-v2-button.png) no-repeat;
 }
.rev-block-v2 .slick-prev{
    left: 20px;
    background-position: 0 0;
}
.rev-block-v2 .slick-next{
    background-position: -40px 0;
    right: 20px;
}
.rev-block-v2 .slick-dots{
    padding: 0;
    text-align: center;
}
.rev-block-v2 .slick-dots button{
    display: none;
}
.rev-block-v2 .slick-dots li{
    display: inline-block;
    width: 40px;
    height: 8px;
    margin: 0 5px;
    border-radius: 35px;
    border-top: 1px solid #cdd1d3;
    background: #e6ebed;
    cursor: pointer;
}
.rev-block-v2 .slick-dots li.slick-active{
    border: 0;
    background: #00a1d6;
}

.rev-block-v3{
    color: #fff;
    background: #293449;
}
.rev-block-v3 .rev-item{
    float: left;
    overflow: hidden;
    width: 300px;
    margin: 0 10px 10px;
    color: #272727;
    background: #fff;
    border-radius: 6px;
    border-bottom: 3px solid #ddd;
    -webkit-box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.25);
    box-shadow:         0 10px 6px -6px rgba(0, 0, 0, 0.25);
}
.rev-block-v3 .rev-item .rev-img{
    display: block;
    margin: 0 auto;
}
.rev-block-v3 .rev-item .rev-cont{
    padding: 20px 15px;
}
.rev-block-v3 .rev-item .rev-img-s{
    display: block;
    float: left;
    border-radius: 50%;
}
.rev-block-v3 .rev-item .rev-cont h4{
    margin: -2px 0 12px 60px;
    font-weight: 700;
    font-size: 1em;
}
.rev-block-v3 .rev-item .rev-cont h4>small{
    display: block;
    font-weight: 400;
    color: #777;
}
.rev-block-v3 .slick-arrow{
    width: 40px;
    height: 40px;
    top: 50%;
    margin: -50px 0 0;
    background: url(../img/rev-block-v3-button.png) no-repeat;
 }
.rev-block-v3 .slick-prev{
    left: 0px;
    background-position: 0 0;
}
.rev-block-v3 .slick-next{
    background-position: -40px 0;
    right: 0px;
}

/* Доставка и оплата */

.delivery-block-v1{
	padding-bottom: 30px;
    background: url(../img/delivery-block-bg.png) 50% 0 no-repeat;
}
.delivery-block-v1 .list-type-v2>li{
    position: relative;
    width: 25%;
    padding: 0 20px;
}
.delivery-block-v1 .list-img{
	margin-bottom: 45px;
}
.delivery-block-v1 .list-type-v2>li:before{
    content: '';
    position: absolute;
    display: inline-block;
    width: 26px;
    height: 26px;
    z-index: 99;
    top: 135px;
    left: 50%;
    margin-left: -13px;
    line-height: 26px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #272727;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.3);
    background: #ffc700;
    background-image: -webkit-linear-gradient(top, #ffd800, #ffb400);
    background-image: -moz-linear-gradient(top, #ffd800, #ffb400);
    background-image: -ms-linear-gradient(top, #ffd800, #ffb400);
    background-image: -o-linear-gradient(top, #ffd800, #ffb400);
    background-image: linear-gradient(to bottom, #ffd800, #ffb400);
    border-radius: 50%;
}
.delivery-block-v1 .list-type-v2>li:nth-child(1):before{
    content: '1';
}
.delivery-block-v1 .list-type-v2>li:nth-child(2):before{
    content: '2';
}
.delivery-block-v1 .list-type-v2>li:nth-child(3):before{
    content: '3';
}
.delivery-block-v1 .list-type-v2>li:nth-child(4):before{
    content: '4';
}
.delivery-block-v1 .list-type-v2>li:after{
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    top: 148px;
    right: -50%;
    border-top: 1px dashed #e5e5e5;
}
.delivery-block-v1 .list-type-v2>li:last-of-type:after{
    display: none;
}

.delivery-block-v2{
	background: url(../img/delivery-block-bg.png) 50% 0 no-repeat;
}
.delivery-block-v2 .delivery-img{
    display: block;
    float: right;
    margin: 0;
    border-radius: 8px;
}
.delivery-block-v2 .list-type-v3{
    float: left;
    width: 400px;
}
.delivery-block-v2 .list-type-v3>li{
    padding-bottom: 15px;
    border-bottom: 1px dashed #dedede;
}
.delivery-block-v2 .list-type-v3>li:last-of-type{
    border: 0;
}
.delivery-block-v2 .list-img{
	width: 80px;
	height: 80px;
	line-height: 72px;
	text-align: center;
	border: 2px solid #03A9F4; 
}
.delivery-block-v2 .list-img img{
	display: inline-block;
	vertical-align: middle;
}

.delivery-block-v3 .list-type-v2>li{
    position: relative;
    width: 25%;
    padding: 0 20px;
}
.delivery-block-v3 .list-img{
	width: 140px;
	height: 140px;
	margin-bottom: 20px;
	line-height: 134px;
	text-align: center;
	border: 2px solid #00aeef; 
}
.delivery-block-v3 .list-img img{
	display: inline-block;
	vertical-align: middle;
}
.delivery-block-v3 .list-type-v2>li:after{
    content: '';
    position: absolute;
    display: block;
    width: 56px;
    height: 13px;
    top: 40px;
    right: -28px;
    background: url(../img/delivery-block-arr-t.png) 0 0 no-repeat;
}
.delivery-block-v3 .list-type-v2>li:nth-child(2n):after{
    top: 80px;
    background: url(../img/delivery-block-arr-b.png) 0 0 no-repeat;
}
.delivery-block-v3 .list-type-v2>li:last-of-type:after{
    display: none;
}

.delivery-block-v3 .list-type-v2>li:before{
    content: '';
    position: absolute;
    display: inline-block;
    width: 34px;
    height: 34px;
    z-index: 99;
    line-height: 34px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    background: #fff;
    border-radius: 50%;
}
.delivery-block-v3 .list-type-v2>li:before{
    top: 120px;
    left: 50%;
    margin: 0 0 0 -17px;
}
.delivery-block-v3 .list-type-v2>li:nth-child(1):before{
    content: '01';
}
.delivery-block-v3 .list-type-v2>li:nth-child(2):before{
    content: '02';
}
.delivery-block-v3 .list-type-v2>li:nth-child(3):before{
    content: '03';
}
.delivery-block-v3 .list-type-v2>li:nth-child(4):before{
    content: '04';
}

.copyright {
    color: #333;
    padding: 30px 0 20px;
    text-align: center;
    font-size: 13px;
    background: #fff;
}
.copyright .wrap {
    padding: 0;
}
.copyright>img{
    margin: 0 auto 10px;
}
.copyright a {
    color:#333;
    display: inline-block;
    margin: 10px;
}

@media screen and (max-width: 959px) {
    .head-block-v1 {
        background: url(../img/bm.jpg) 50% 0 no-repeat;
    }
    .head-block-v1 .main-title b {
        font-size: 38px;
    }
    .head-block-v1 .main-title {
        font-size: 20px;
    }
    .head-block-v1 .logo {
        top: 17px;
        left: 450px;
        width: 155px;
        font-size: 30px;
        text-align: center;
    }
    .head-block-v1 .logo img {
    display: block;
    margin: 0px auto 5px;
}
    .head-block-v1 .sale {
    right: 41px;
}
    .head-block-v1 .main-form {
        width: 300px;
        padding: 20px 10px;
    }
    .video-frame .video-cont {
        height: 325px;
    }
    .video-block-v1 .video-frame {
        border-width: 20px;
        border-radius: 20px;
    }
    .video-frame {
        margin: 0 0 50px;
        border: 10px solid #fff;
        border-radius: 8px;
        box-shadow: 0 0 20px rgba(0,0,0,.09);
}
    .detail-block-v1 .prod-img, .detail-block-v2 .video-frame, .detail-block-v3 .slider-cont, .detail-block-v3 .container-text, .detail-block-v4 .prod-img, .rev-block-v2 .rev-item .rev-img, .delivery-block-v2 .delivery-img, .delivery-block-v2 .list-type-v3 {
        float: none;
    }
    .detail-block-v1 .prod-img {
    }
    .detail-block-v2 .video-frame {
        margin: 0 0 20px 0;
    }
    .detail-block-v2 .video-frame .video-cont {
        height: 325px;
    }
    .detail-block-v3 .slider-cont, .delivery-block-v2 .delivery-img{
        margin: 0 auto 30px;
    }
    .detail-block-v3 .container-text, .detail-block-v2 .video-frame {
        width: 100%;
    }
    .detail-block-v4 .prod-img, .rev-block-v2 .rev-item .rev-img, .detail-block-v1 .prod-img {
        margin: 0 auto 20px;
    }
    .use-block-v1 .list-type-v2>li:before {
        top: 156px;
    }
    .rev-block-v2 .rev-item .rev-cont {
        padding: 15px;
        box-shadow: 0 0 25px rgba(0,0,0,.09);
    }
    .rev-block-v2 .rev-item {
        box-shadow: none;
    }
    .rev-block-v3 .slick-arrow, .rev-block-v1 .slick-arrow {
        top: 16%;
    }
    .delivery-block-v1 .list-type-v2>li,
    .delivery-block-v3 .list-type-v2>li {
        width: 50%;
    }
    .delivery-block-v1 .list-type-v2>li:nth-child(2):after,
    .delivery-block-v3 .list-type-v2>li:nth-child(2n):after {
        display: none;
    }
    .delivery-block-v1 {
        background-position: center center;
    }
    .delivery-block-v2 .list-type-v3 {
        margin: 0 auto;
    }
    .slider-cont {
    float: none;
    margin: 0 auto 20px;
}
    .detail-block-v4 .prod-char-v1 li {
    margin: 0 0 0px;
}
    .universal {
        width: 500px;
    }
    .uni_left, .uni_right {
        float: none;
        width: 100%;
    }
    .uni_left p {
        padding-bottom: 25px;
    }

}
@media screen and (max-width: 639px) {
    .head-block-v1 {
        background: #293449 url(../img/bs.jpg)no-repeat center 296px ;
    }
    .head-block-v1 .logo {
    position: static;
    width: 170px;
    font-size: 26px;
    color: #fff;
        margin-bottom: 12px;
}
    .head-block-v1 .logo img {
    width: 50px;
    display: inline-block;
    margin: 0 10px 0 0;
}
    .head-block-v1 .main-title b {
    font-size: 27px;
}
    .head-block-v1 .main-title {
    font-size: 20px;
}
    .head-block-v1 .container, .detail-block-v3 .slider-cont, .present-block-v1 .list-type-v2>li,
    .use-block-v1 .list-type-v2>li, .delivery-block-v1 .list-type-v2>li, .delivery-block-v3 .list-type-v2>li,
    .delivery-block-v2 .list-type-v3 {
        width: 100%;
    }
    .head-block-v1 .sale,
    .delivery-block-v1 .list-type-v2>li:after,
    .delivery-block-v3 .list-type-v2>li:after {
        display: none;
    }
    .head-block-v1 .main-title {
        font-size: 22px;
        margin-bottom: 20px;
            padding: 0 0 0 10px;
    border-left: 3px solid #03a9f4;
    }
    .head-block-v1 .main-form {
    margin: 430px 0 0;
}
    .list-type-v1>li {
    margin: 5px 0 0;
}
    .lvl-title-v1 span {
        display: block;
    }
    .video-frame {
        margin: 0 0 40px;
        border: 0 solid #fff;
        border-radius: 0;
        box-shadow: 0 0 0 rgba(0,0,0,.09);
}
    .preim_block .list-type-v2>li {
        width: 100%;
        padding: 0 10px;
}
    .preim_block .list-type-v2>li:first-child,
    .present-block-v1 .list-type-v2>li:first-child {
        margin-top: 0;
    }
    .lvl-title-v1 {
        font-size: 22px;
    }
    .present-block-v1 .list-type-v2>li {
    padding: 0 10px;
}
    .video-block-v1 .video-frame,
    .detail-block-v2 .video-frame {
        border-radius: 0;
        border-width: 0;
        margin: 0;
    }
    .video-block-v1 .video-frame .video-cont,
    .detail-block-v2 .video-frame .video-cont {
        height: 180px;
    }
    .detail-block-v2 .video-frame {
        margin-bottom: 20px;
    }
    .detail-block-v2 .wrap {
        padding: 30px 0;
    }
    .detail-block-v2 .container-text {
        padding: 0 10px;
    }
    .detail-block-v4 .prod-char-v2 {
        text-align: center;
    }
    .detail-block-v4 .prod-char-v2>li {
        width: 50%;
    }
    .expert-block-v1 .expert-img {
        float: none;
        margin: 0 auto 30px;
    }
    .rev-block-v2 .rev-item {
        margin: 0 0 20px 0;
    }
    .rev-block-v2 .slick-arrow {
        top: 51%;
    }
    .delivery-block-v1 {
        background: #fff;
    } 
    .detail-block-v4 .wrap {
        padding: 30px 0;
    }
    .slider-cont {
        width: 100%;
    }
    .prod-char-v1 {
        padding: 0 10px;
    }
    .prod-char-v2 {
        padding: 0 10px;
        
    }
    .detail-block-v4 .prod-char-v2 li {
        width: 100%;
        margin: 0;
        text-align: left;
        padding: 0;
    }
    .detail-block-v4 .prod-char-v2 strong {
        display: inline;
    }
    .detail-block-v4 .prod-char-v2 p {
    display: inline;
    }
    .detail-block-v4 .prod-char-v2 strong:after {
        display: none;
    }
    .universal {
        width: 100%;
    }
    
}

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