/*
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url('../fonts/ProximaNova-Regular.eot');
  src: url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
  	   url('../fonts/ProximaNova-Regular.woff2') format('woff2'),
       url('../fonts/ProximaNova-Regular.woff') format('woff'),
       url('../fonts/ProximaNova-Regular.ttf') format('truetype'),
       url('../fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNova-Bold';
  src: url('../fonts/ProximaNova-Bold.eot');
  src: url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
  	   url('../fonts/ProximaNova-Bold.woff2') format('woff2'),
       url('../fonts/ProximaNova-Bold.woff') format('woff'),
       url('../fonts/ProximaNova-Bold.ttf') format('truetype'),
       url('../fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}*/

@font-face {
    font-family: 'ProximaNova-Regular';
    src: url('../fonts_ie/proxima_nova_regular-webfont.eot');
    src: url('../fonts_ie/proxima_nova_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts_ie/proxima_nova_regular-webfont.woff2') format('woff2'),
         url('../fonts_ie/proxima_nova_regular-webfont.woff') format('woff'),
         url('../fonts_ie/proxima_nova_regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'ProximaNova-Bold';
    src: url('../fonts_ie/proxima_nova_bold-webfont.eot');
    src: url('../fonts_ie/proxima_nova_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts_ie/proxima_nova_bold-webfont.woff2') format('woff2'),
         url('../fonts_ie/proxima_nova_bold-webfont.woff') format('woff'),
         url('../fonts_ie/proxima_nova_bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaNova-SemiBold';
    src: url('../fonts_ie/proxima_nova_semibold-webfont.eot');
    src: url('../fonts_ie/proxima_nova_semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts_ie/proxima_nova_semibold-webfont.woff2') format('woff2'),
         url('../fonts_ie/proxima_nova_semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
	font-family: 'Ruble-Regular';
	font-display: swap;
	src: url('../fonts/rublecalibri-regular.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Ruble-Bold';
	font-display: swap;
	src: url('../fonts/rublecalibri-bold.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}


*{
	margin: 0;
	padding: 0;
	font-family: 'ProximaNova-Regular', 'Ruble-Regular', sans-serif;
	color: #8b0950;
}

input{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

h1, h2, h3, h4, h55, h6{
	font-family: 'ProximaNova-Bold';
	margin-bottom: 20px;
}

h1{
	font-size: 36px;
}

h2{
	font-size: 28px;
}

h3{
	font-size: 28px;
	text-align: center;
	margin-bottom: 30px;
}

h3.nomargin{
	font-size: 20px;
	text-align: left;
	margin-bottom: 0px;
	line-height: 30px;
}

h3 span{
	font: inherit;
	color: #55bfd1;
}

h4{
	font-size: 30px;
}

h4 a{
	font-size: 16px;
	font-family: inherit;
	margin-left: 5px;
}

h55{
	font-size: 18px;
	margin: -30px 0 30px 0;
	font-family: 'ProximaNova-Regular';
	text-transform: uppercase;
	color: #999;
	text-align: center;
}

h6{
	font-size: 18px;
	margin-bottom: 5px;
}

a{
	color: #10689b;
	cursor: pointer;
	text-decoration: none;
}

a:hover{
	color: #55bfd1;
}

a, .slow{
	transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
}

sup{
	color: inherit;
	font-size: inherit;
}

b, strong, b a, strong a{
	font-family: 'ProximaNova-Bold';
	color: inherit;
}

body{
	background: #fff;
}

body.fixed{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	overflow: hidden;
	z-index: 0;
}

header{
	box-sizing: border-box;
	position: fixed;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 5;
	background: #fff;
	height: 131px;
	box-shadow: 0 0 100px rgba(0,0,0,0.1);
	transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
}

header.scroll{
	height: 100px;
}

main{
	box-sizing: border-box;
	position: relative;
	margin-top: 131px;
}


footer{
	box-sizing: border-box;
	position: relative;
	padding: 60px 0 0 0;
	background: #006193 url(../images/bg_footer.jpg) no-repeat center bottom;
	background-size: 100%;
	background-attachment: fixed;
	color: #6c7595;
}


.hideon {
	display: none;
}

.content{
	width: 1170px;
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
}

.clear{
	clear: both;
}

.owl-nav{
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: -7.5px;
}

.owl-nav .owl-prev, .owl-nav .owl-next{
	width: 30px;
	height: 15px;
	transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	background: url(../images/arrow.png) no-repeat;
	position: absolute;
	left: -70px;
	opacity: 0.25;
}
.owl-nav .owl-next{
	left: auto;
	right: -70px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg); 
	transform: rotate(180deg);

}

.owl-nav .owl-prev:hover, .owl-nav .owl-next:hover{
	opacity: 1;
}

.owl-dots{
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 30px;
}

.owl-dots .owl-dot{
	display: inline-block;
	margin: 0 5px;
	width: 5px;
	height: 5px;
	border-radius: 20px;
	transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	background: #10689b;
	border: solid 4px #fff;
    box-shadow: 0 0 2px #fff;
    opacity: 0.25;
}

.owl-dots .owl-dot:hover{
    opacity: 1;
}

.owl-dots .owl-dot.active{
    box-shadow: 0 0 2px #10689b;
    opacity: 1;
}

.grid2>.row{
	width: 48.625%;
	float: left;
	margin-right: 2.75%;
}
.grid2>.row:nth-child(2n){
	margin-right: 0%;
}

.grid22 .row{
	width: 48.625%;
	float: left;
	margin-right: 2.75%;
}
.grid22 .row:nth-child(2n){
	margin-right: 0%;
}

.grid3>.row{
	width: 31.5%;
	float: left;
	margin-right: 2.75%;
}
.grid3>.row:nth-child(3n){
	margin-right: 0%;
}

.grid4>.row{
	width: 22.9375%;
	float: left;
	margin-right: 2.75%;
}
.grid4>.row:nth-child(4n){
	margin-right: 0%;
}

.grid5>.row{
	width: 17.8%;
	float: left;
	margin-right: 2.75%;
}
.grid5>.row:nth-child(5n){
	margin-right: 0%;
}

.grid6>.row{
	width: 14.375%;
	float: left;
	margin-right: 2.75%;
}
.grid6>.row:nth-child(6n){
	margin-right: 0%;
}

.grid1k3>.row{
	width: 22.9375%;
	float: left;
	margin-right: 2.75%; 
}
.grid1k3>.row:nth-child(2n){
	width: 74.3125%;
	margin-right: 0%; 
}
.grid1k2>.row{
	width: 31.5%;
	float: left;
	margin-right: 2.75%; 
	position: relative;
}
.grid1k2>.row:nth-child(2n){
	width: 65.75%;
	margin-right: 0%; 
}

.grid2k1>.row{
	width: 65.75%;
	float: left;
	margin-right: 2.75%; 
	position: relative;
}
.grid2k1>.row:nth-child(2n){
	width: 31.5%;
	margin-right: 0%; 
}

.grid1k2_product{
	position: relative;
	/* margin-top: -15px; */
}

.grid1k2_product>.row{
	width: 100%;
	float: left;
}
.grid1k2_product>.row:nth-child(2n){
	width: 67%;
	margin-right: 0%;
	position: absolute;
	right: 0px;
	top: 0px;
}

.grid1k2_product2>.row:nth-child(2n){
	width: 78%;
	margin-right: 0%;
	position: absolute;
	right: 0px;
	top: 0px;
}

.grid1k2_product2 .product_description>li>div, .grid1k2_product2 .product_description_dop>li>div {
	max-width: 21%;
}


.grid1k2_product2 .mini_goods .row{
	width: 110px;
	margin-right: 16px;
	padding: 10px 5px 20px 5px;
}

.grid2k1>.row{
	width: 65.75%;
	float: left;
	margin-right: 2.75%; 
}
.grid2k1>.row:nth-child(2n){
	width: 31.5%;
	margin-right: 0%; 
}

.grid2k4>.row{
	width: 14.8333333%;
	float: left;
	margin-right: 2.75%; 
}
.grid2k4>.row:first-child{
	width: 29.6666667%; 
}
.grid2k4>.row:nth-child(5){
	margin-right: 0%; 
}

.grid2k4_2>.row{
	width: 15.2916667%;
	float: left;
	margin-right: 2.75%; 
}

.grid2k4_2>.row:first-child{
	width: 30.5833333%; 
}

.grid2k4_2>.row:nth-child(3){
	width: 29.6666667%;
	margin-right: 2.75%; 
}

.grid2k4_2>.row:nth-child(4){
	margin-right: 0%; 
}



.block_white{
	padding: 60px 0;
	box-shadow: 0 0 60px rgba(0,0,0,0.05);
	box-sizing: border-box;
	position: relative;
}

.block_grey{
	padding: 60px 0;
	box-sizing: border-box;
	position: relative;
}

.main_slider{
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}

.slider_bg1{
	background: #02598a url(../images/slider/bg1.jpg) no-repeat top center;
	animation: bgs 10s infinite linear;

}

.slider_bg2{
	background: #02598a url(../images/slider/bg2.jpg) no-repeat top center;
	animation: bgs 10s infinite linear;
}

.slider_bg3{
	background: #02598a url(../images/slider/bg3.jpg) no-repeat top center;
	animation: bgs 10s infinite linear;
}

.slider{
	position: relative;
}

.slider_text{
	height: 450px;
	display: table-cell;
	vertical-align: middle;
}

.slider h2, .slider a{
	color: #fff;
	width: 55%;
}
.slider img{
	width: auto !important;
	height: auto !important;
	position: absolute;
	right: 0px;
	top: 25px;
	z-index: 2;
}

.main_slider .owl-dots{
	position: absolute;
	bottom: 50px;
}

.main_slider .owl-dots .owl-dot{
	border: solid 4px #10689b;
	background: #fff;
	box-shadow: none;
}

.main_slider .owl-dots .owl-dot.active{
	box-shadow: 0 0 2px #fff;
}

.main_slider .owl-nav .owl-prev, .main_slider .owl-nav .owl-next{
	background-image: url(../images/arrow2.png);
}

.main_banner{
	color: #fff;
	position: relative;

}

.main_banner_bg{
	background: #4fbfd1 url(../images/bg_banner.jpg) no-repeat center;
	background-size: 100%;
	background-attachment: fixed;
	padding: 60px 0;
	box-sizing: border-box;
	height: 190px;
	overflow: hidden;
	box-shadow: 0 0 60px rgba(0,0,0,0.05);
}

.main_banner h2{
	margin: 0px;
	z-index: 3;
	position: relative;
	color: #fff;
	text-shadow: 0 0 15px rgba(0,0,0,0.25);
}

.main_banner p{
	font-size: 20px;
	z-index: 3;
	position: relative;
	color: #fff;
	text-shadow: 0 0 15px rgba(0,0,0,0.25);
}

.main_banner_clock{
	z-index: 2;
	position: relative;
}

.main_banner_clock1{
	background: url(../images/banner_clock1.png) no-repeat top left;
	width: 268px;
	height: 240px;
	position: absolute;
	top: -56px;
	right: 0px;
	
}

.rotatka{
	animation: rotate 20s infinite linear;
}
.rotatka2{
	animation: rotate 20s infinite linear;
	right: 202px !important;
	top: 100px !important;
	z-index: 1 !important;
}

.main_banner_clock2{
	background: url(../images/banner_clock2.png) no-repeat top left;
	width: 188px;
	height: 188px;
	position: absolute;
	top: -10px;
	right: 60px;
	animation: rotate 10s infinite linear;
}

.main_banner_clock3{
	background: url(../images/banner_clock3.png) no-repeat top left;
	width: 188px;
	height: 188px;
	position: absolute;
	top: -10px;
	right: 60px;
	animation: rotate 25s infinite linear;
}
.main_banner_clock4{
	background: #fff;
	border: 3px solid #161616;
	width: 14px;
	height: 14px;
	border-radius: 14px;
	position: absolute;
	top: 74px;
	right: 144px;
}

.main_banner_gear1{
	background: url(../images/banner_gear1.png) no-repeat top left;
	width: 167px;
	height: 167px;
	position: absolute;
	top: 0px;
	right: 454px;
	animation: rotate 7s infinite linear;
}

.main_banner_gear2{
	background: url(../images/banner_gear1.png) no-repeat top left;
	background-size: 100%;
	width: 120px;
	height: 120px;
	position: absolute;
	top: 75px;
	right: 344px;
	animation: rotate2 7s infinite linear;
}

.main_banner_gear3{
	background: url(../images/banner_gear1.png) no-repeat top left;
	background-size: 100%;
	width: 90px;
	height: 90px;
	position: absolute;
	top: 5px;
	right: 294px;
	animation: rotate 7s infinite linear;
}

.main_banner_gear4{
	background: url(../images/banner_gear1.png) no-repeat top left;
	background-size: 100%;
	width: 120px;
	height: 120px;
	position: absolute;
	top: -35px;
	right: 174px;
	animation: rotate2 7s infinite linear;
}

.main_banner_gear5{
	background: url(../images/banner_gear1.png) no-repeat top left;
	width: 167px;
	height: 167px;
	position: absolute;
	top: -165px;
	right: 249px;
	animation: rotate 7s infinite linear;
}

.footer_bottom{
	font-size: 14px;
	padding: 30px 0;
	background: rgba(255,255,255,0.03);
	margin-top: 50px;
}

.footer_bottom p{
	color: #fff;
}

.ruliot{
	position: absolute;
	top: 0px;
	right: 0px;
}

.ruliot a{
	font-family: 'ProximaNova-Bold';
	color: #fff;
	text-decoration: none;
}


.ruliot a:hover{
	color: #66e7fd;
}

.footer_text{
	font-size: 14px;
	opacity: .75;
	padding-right: 20px;
	color: #fff;
}

.footer_logo{
	display: block;
	opacity: .5;
	margin-bottom: 10px;
}

.footer_logo:hover{
	opacity: .8;
}

.footer_menu{

}

.footer_menu li{
	list-style: none;
}

.footer_menu li a{
	color: #fff;
	font-family: 'ProximaNova-Bold';
	display: block;
	line-height: 32px;
}

.footer_menu li a:hover{
	color: #66e7fd;
}

.footer_phone{
	text-decoration: none;
	color: #fff;
	font-size: 30px;
	font-family: 'ProximaNova-Bold';
}

.footer_mail{
	color: #fff;
}

.footer_phone:hover, .footer_mail:hover{
	color: #66e7fd;
}



.footer_btns{
	font-size: 15px;
	margin: 30px 0;
}

.footer_btns a{
	display: inline-block;
	color: #fff;
}
.btn_footer{
	height: 40px;
	line-height: 40px;
	text-decoration: none;
	background: rgba(255,255,255,0.06);
	padding: 0 15px;
	border-radius: 3px;
}


.btn_footer:hover{
	color: #fff;
	background: rgba(255,255,255,0.12);

}

.btn_footer_transparent{
	height: 40px;
	line-height: 40px;
	color: #fff;
	padding-left: 10px;
	font-family: 'ProximaNova-Bold';
}

.btn_footer_transparent:hover{
	color: #66e7fd;
}

.footer_payments{

}
.footer_payments div{
	font-size: 13px;
	color: #fff;
}

.footer_payments li{
	list-style: none;
	float: left;
	margin: 10px 10px 0 0;

}

.footer_payments li a{
	display: block;
	height: 20px;
	width: 32px;
	background: url(../images/payments.png) no-repeat;
	background-position: 0 0px;
	border-radius: 3px;
}

.footer_payments li:nth-child(2) a{
	background-position: 0 -20px;
}

.footer_payments li:nth-child(3) a{
	background-position: 0 -40px;
}

.footer_payments li a:hover{
	box-shadow: 0 2px 25px rgba(255,255,255,0.25);
	margin-top: -2px;
}

.block_partners{
	padding: 30px 0;
}

.partners a{
	display: block;
	text-align: center;
}

.partners a img{
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	opacity: 0.35;
	height: 50px !important;
	width: 150px !important;
	display: inline-block !important;
}

.partners a:hover img{
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
	filter: none;
	opacity: 1;
}

.partners .owl-dots{
	display: none;
}

.block_news{

}

.block_news li{
	list-style: none;
	display: ;
}


.block_news h6 a{
	font: inherit;

}

.block_news p{
	font-size: 15px;
	line-height: 20px;
}

.block_news div{
	margin-top: 20px;
	font-size: 12px;
	color: #999;
}

.certificates li{
	list-style: none;
}

.certificates li a{
	display: block;
	height: 120px;
	overflow: hidden;
	padding: 10px 10px 0px 10px;
}
.certificates li a img{
	display: block;
	box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.certificates li a:hover{
	margin-top: -10px !important;
	height: 130px;
}

.certificates li a hr{
	display: block;
	position: absolute;
	left: -10px;
	right: -10px;
	bottom: 0px;
	height: 3px;
	border: none;
	background: #fff;
	box-shadow: 0 -5px 10px rgba(0,0,0,0.1);
}

.certificates li a:hover{
	bottom: -10px;
}

.certificates .owl-nav{
	top: -37px;
	right: 0px;
}

.certificates .owl-nav .owl-prev{
	left: auto;
	right: 60px;
}

.certificates .owl-nav .owl-next{
	right: 10px;
}

.certificates .owl-dots{
	display: none;
}


.big_picture, .mobile_menu{
	position: fixed;
	z-index: 99;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: scroll;
	background: rgba(255,255,255,0.85);
	text-align: center;
	display: none;
}

.big_picture img{
	display: inline-block;
	box-shadow: 0 0px 100px rgba(0,0,0,0.1);
}

.big_picture .close, .mobile_menu .close{
	position: fixed;
	width: 24px;
	height: 24px;
	top: 30px;
	right: 30px;
	background: url(../images/close.png) no-repeat;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	opacity: 0.35;
}
.big_picture .close:hover, .mobile_menu .close:hover{
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
	filter: none;
	opacity: 1;
	-webkit-transform: rotate(90deg); 
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.close_mask{
	background: transparent;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
}
.close_mask:hover{
	background: rgba(255,255,255,0.5);
}

.review_angle{
	width: 30px;
	height: 9px;
	position: absolute;
	left: 15px;
	bottom: -9px;
	overflow: hidden;
}
.review_angle span{
	width: 10px;
	height: 10px;
	-webkit-transform: rotate(45deg); 
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	border: 2px solid #e7f0f5;
	background: #fff;
	display: block;
	position: absolute;
	left: 0px;
	bottom: 3px;
}

.review_header{
	border-bottom: 2px solid #e7f0f5;
	margin-bottom: 15px;
	padding-bottom: 15px;
	position: relative;
}

.review_avatar{
	width: 45px !important;
	height: 45px !important;
	border-radius: 45px;
	float: left;
	margin-right: 15px;
}

.review_name{
	font-size: 18px;
	margin-top: 3px;
	font-family: 'ProximaNova-Bold';
}

.review_position{
	font-size: 15px;
	color: #666;
}

.review_text{
	font-size: 15px;
	line-height: 20px;
}

.title_icon{
	display: inline-block;
	margin-right: 15px;
	height: 35px;
	width: 35px;
	position: relative;
}

.title_icon i{
	position: absolute;
	top: 5px;
	left: 0px;
	height: 35px;
	width: 35px;
	background-repeat: no-repeat;
	background-position: center;
	/* background: url(../images/title_icons.png) no-repeat;  */
}
.title_icon_ispman i{
    /* background-position: 0 -210px; */
    background-image: url('../images/title_icon_ispman.png');
}
.title_icon_isp i{
	/* background-position: 0 0px; */
	background-image: url('../images/icons/title_1.svg');
}
.title_icon_ssl1 i{
	/* background-position: 0 -35px; */
	background-image: url('../images/title_icon_ssl.png');
}
.title_icon_ssl i{
	/* background-position: 0 -35px; */
	background-image: url('../images/icons/title_2.svg');
}
.title_icon_plesk1 i{
	/* background-position: 0 -70px; */
	background-image: url('../images/title_icon_plesk.png');
}
.title_icon_plesk i{
	/* background-position: 0 -70px; */
	background-image: url('../images/icons/title_3.svg');
}
.title_icon_admin1 i{
	/* background-position: 0 -105px; */
	background-image: url('../images/title_icon_admin.png');
}
.title_icon_admin i{
	/* background-position: 0 -105px; */
	background-image: url('../images/icons/title_4.svg');
}
.title_icon_da1 i{
	/* background-position: 0 -140px; */
	background-image: url('../images/title_icon_directadmin.png');
}
.title_icon_da i{
	/* background-position: 0 -140px; */
	background-image: url('../images/icons/title_5.svg');
}
.title_icon_cpanel1 i{
	/* background-position: 0 -175px; */
	background-image: url('../images/title_icon_cpanel.png');
}
.title_icon_cpanel i{
	/* background-position: 0 -175px; */
	background-image: url('../images/icons/title_7.svg');
}
.title_icon_po1 i{
	/* background-position: 0 -210px; */
	background-image: url('../images/title_icon_po.png');
}
.title_icon_po i{
	/* background-position: 0 -210px; */
	background-image: url('../images/icons/title_3.svg');
}

.intro_text{
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	margin: -15px 0 30px 0; 
}

.btn_block{
	text-align: center;
	margin-top: 30px;
	position: relative;
}

.blue_btn{
	height: 50px;
	line-height: 50px;
	width: 270px;
	border-radius: 50px;
	display: inline-block;
	background: #10689b;
	color: #fff;
	font-family: 'ProximaNova-Bold';
	text-align: center;
	text-decoration: none;
	box-shadow: 0 5px 15px rgba(16,104,155,0.25);
	position: relative;
}

.blue_btn:hover{
	background: #55bfd1;
	color: #fff;
	box-shadow: 0 5px 15px rgba(85,191,209,0.25);
}

.blue_btn:before, .blue_btn:after{
	content: "";
	width: 320px;
	height: 1px;
	position: absolute;
	left: -350px;
	top: 25px;
	background: #e7f0f5;
}

.blue_btn:after{
	left: auto;
	right: -350px;
}

.product_padding{
	padding: 15px;
}

.product{
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 0 30px rgba(0,0,0,0.035);
	transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
}

.product:hover{
	box-shadow: 0 0 30px rgba(0,0,0,0.07);
}

.product_content{
	padding: 30px 30px 20px 30px;
	z-index: 2;
	position: relative;
}

.product_image{
	display: block;
	text-align: center;
	margin-bottom: 20px;
}

.product_image img{
	width: auto !important;
	max-width: 100% !important;
	height: auto !important;
	max-width: 200px !important;
	display: inline-block !important;
}

.product_name{
	font-size: 22px;
	font-family: 'ProximaNova-Bold';
}

.product_name_black{
	font-size: 20px;
	color: #444;
	text-decoration: none;
	min-height: 70px;
    display: block;
}

.product_text{
	margin-top: 5px;
	font-size: 15px;
	line-height: 20px;
	max-height: 100px;
	overflow: hidden;
	color: #666;
}

.product_bottom{
	padding: 20px 20px 30px 30px;
	border-top: 1px solid #e7f0f5;
	z-index: 2;
	position: relative;
}

.product_price{
	font-size: 20px;
	margin-bottom: 10px;
	font-family: 'ProximaNova-Bold';
}
.product_price .cur_price {
	font-family: 'ProximaNova-Bold';
}

.product_links{
	margin-top: 5px;
}

.product_links a{
	font-family: 'ProximaNova-Bold';
}

.exchange{
	font-family: 'ProximaNova-Bold';
	cursor: pointer;
	color: #10689b;
	transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	position: relative;
}

.exchange:hover{
	color: #55bfd1;
}

.exchange span {
	font-family: 'ProximaNova-Bold', 'Ruble-Bold';
	cursor: pointer;
	color: #10689b;
	transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	position: relative;
}
.exchange span:hover {
	color: #55bfd1;
}

.exchange ul{
	position: absolute;
	background: #fff;
	height: auto;
	padding-right: 5px;
	bottom: 30px;
	left: 0px;
	z-index: 10;
	border-radius: 2px;
	box-shadow: 0 0 30px rgba(0,0,0,0.15);
	white-space: nowrap;
	display: none;
}

.exchange ul li{
	list-style: none;
	float: left;
	width: 20px;
	height: 20px;
	/*background: #fff url(../images/exchange.png) no-repeat;*/
	background: #fff;
	font-size: 16px;
	line-height: 20px;
	margin: 5px 0 5px 5px;
	border-radius: 2px;
	color: #444;
	text-align: center;
	font-weight: 700;
}
.exchange ul li.active, .exchange ul li:hover{
	color: #10689b;
}

.exchange ul li:hover{
	box-shadow: 0 0 5px rgba(0,0,0,0.15);
}

.exchange_1 {
	font-size: 16px;
}

/*.exchange_1{
	background-position: 0 0px !important;
}
.exchange_2{
	background-position: 0 -20px !important;
}
.exchange_3{
	background-position: 0 -40px !important;
}
.exchange_4{
	background-position: 0 -60px !important;
}*/

.exchange_angle{
	width: 10px;
	height: 10px;
	background: #fff;
	position: absolute;
	z-index: -1;
	bottom: -4px;
	left: 9px;
	-webkit-transform: rotate(45deg); 
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.product_horizontal .product_content{
	float: left;
	max-width: 50%;
	padding: 25px;
}

.product_horizontal .product_bottom{
	border: none;
	float: right;
	padding: 25px;
}	

.cart_link{
	padding-left: 23px;
	position: relative;
}


.cart_link:before{
	content: "";
	background: url(../images/cart_link.png) no-repeat;
	width: 16px;
	height: 15px;
	position: absolute;
	left: 0px;
	top: 1px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.cart_link:hover:before{
	background-position: 0 -15px;
	-webkit-transform: rotate(360deg); 
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

#wr-tabs, #wr-tabs2{
	width: 100%;
}
#wr-tabs .tabs, #wr-tabs2 .tabs{
	text-align: center;
	z-index: 2;
	position: relative;
}
#wr-tabs .tabs:after, #wr-tabs2 .tabs:after{
	content: "";
	display: block;
	clear: both;
	height: 0;
}
#wr-tabs .tabs .tab, #wr-tabs2 .tabs .tab{
	display: inline-block;
	cursor: pointer;
	color: #10689b;
	font-family: 'ProximaNova-Bold';
	height: 45px;
	line-height: 45px;
	padding: 0 20px;
	box-shadow: 0 0 50px rgba(0,0,0,0.05);
	margin: 0 5px;
	border-radius: 3px;
	transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
}
#wr-tabs .tabs .tab:hover, #wr-tabs2 .tabs .tab:hover{
	color: #55bed0;
	box-shadow: 0 0px 50px rgba(85,191,209,0.25);
}
#wr-tabs .tabs .tab.active, #wr-tabs2 .tabs .tab.active{
	background-color: #55bed0;
	color: #fff;
	box-shadow: 0 0px 50px rgba(85,191,209,0.25);

}
#wr-tabs .content, #wr-tabs2 .content{

}
#wr-tabs .content .tab-cont, #wr-tabs2 .content .tab-cont{
	display: none;
	padding: 15px 10px;
}
#wr-tabs .content .tab-cont.active, #wr-tabs2 .content .tab-cont.active{
	display: block;
}

.product_text_margin{
	margin-top: 5px;
}

.labels{
	height: 20px;
	line-height: 21px;
	display: inline-block;
	background: #ccc;
	color: #fff;
	border-radius: 3px;
	padding: 0 5px;
	font-size: 12px;
	transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	position: relative;
}
.labels:hover{
	box-shadow: 0 1px 5px rgba(0,0,0,0.5);
}

.label_idn{
	background: #10689b;
}
.label_wc{
	background: #a04ecf;
}
.label_sgs{
	background: #ef8e1c;
}
.label_san{
	background: #b12a2a;
}

.labels_text{
	position: absolute;
	width: 100px;
	background: #fff;
	line-height: 16px;
	height: auto;
	padding: 15px;
	bottom: 30px;
	left: -50px;
	z-index: 10;
	border-radius: 2px;
	box-shadow: 0 0 30px rgba(0,0,0,0.15);
	opacity: 0;
	visibility: hidden;
	transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
}

.labels_text .exchange_angle{
	left: 60px;
}

.labels:hover .labels_text{
	opacity: 1;
	visibility: visible;
}

.product_links .litle_link{
	font-family: 'ProximaNova-Regular';
	float: right;
}

.product_sub_title{
	font-size: 17px;
	margin: 10px 0;
}

.product_bg{
	position: absolute;
	z-index: 0;
	opacity: .07;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	overflow: hidden;
}

.product_bg img{
	width: 204px !important;
	height: 204px !important;
	position: absolute;
	top: 30px;
	right: -100px;
	transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
}

.product:hover .product_bg img{
	right: -80px;
}

.goods .row{
	font-size: 18px;
	line-height: 20px;
	padding: 5px 0 0 90px;
	box-sizing: border-box;
	position: relative;
	display: inline-block;
}


.goods .row:before{
	content: "";
	width: 70px;
	height: 70px;
	border-radius: 70px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	/* background: #fff url(../images/goods.png) no-repeat; */
	box-shadow: 0 0 50px rgba(0,0,0,0.06);
	position: absolute;
	left: 0px;
	top: -10px;
	transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
}

.good1:before{
	/* background-position: 0 0px !important; */
	background-image: url('../images/icons/good_1.svg');
}
.good2:before{
	/* background-position: 0 -70px !important; */
	background-image: url('../images/icons/good_2.svg');
}
.good3:before{
	/* background-position: 0 -140px !important; */
	background-image: url('../images/icons/good_3.svg');
}
.good4:before{
	/* background-position: 0 -210px !important; */
	background-image: url('../images/icons/good_4.svg');
}

.goods .row:hover:before{
	box-shadow: 0 0 100px rgba(85,191,209,0.5);
}

.top{
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	border-bottom: 1px solid #f3f7fa;
}

.top_nav{

}

.top_nav>li{
	list-style: none;
	float: left;
	position: relative;
}

.top_nav>li>a{
	display: block;
	padding: 0 15px;
	color: #444;
	text-decoration: none;
}

.top_nav>li>a:hover, .top_nav>li:hover>a{
	background: #f3f7fa;
	color: #10689b;
}

.top_nav_second, .top_nav_third{
	position: absolute;
	z-index: 5;
	top: 45px;
	background: #fff;
	left: 0px;
	opacity: 0;
	visibility: hidden;
	box-shadow: 0 0 50px rgba(0,0,0,0.1);
	transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
}

.top_nav_third{
	left: 100%;
	top: 0px;
}

.top_nav_second>li, .top_nav_third>li{
	list-style: none;
	position: relative;
}

.top_nav_second>li>a, .top_nav_third>li>a{
	display: block;
	padding: 0 15px;
	white-space: nowrap;
	background: #f3f7fa;
	color: #444;
	text-decoration: none;
	min-width: 40px;
}
.top_nav_second>li>a.top_nav_phone,
.top_nav_second>li>a.top_nav_mail,
.top_nav_second>li>a.fake-link {
	padding: 0;
}

.top_nav_second>li>a:hover, .top_nav_third>li>a:hover{
	background: #fff;
	color: #10689b;
}

.top_nav>li:hover .top_nav_second,  .top_nav_second>li:hover .top_nav_third{
	opacity: 1;
	visibility: visible;
}

.link_nav_second{
	padding-right: 28px !important;
}
.link_nav_second:after{
	content: "▼";
	position: absolute;
	font-size: 8px;
	right: 15px;
	top: 0px;
	color: #10689b;
}

.top_nav_right{
	position: absolute;
	top: 0px;
	right: 0px;
}
.top_nav_right>li>a{
	border-left: 1px solid #f3f7fa;
}
.top_nav_right>li:last-child>a{
	border-right: 1px solid #f3f7fa;
}



.left_icon{
	padding-left: 35px !important;
}
.left_icon:before{
	content: "";
	width: 20px;
	height: 20px;
	left: 10px;
	top: 13px;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
	/* background: url(../images/top_icons.png) no-repeat; */
}
.left_icon1:before{
	/* background-position: 0px 0px !important; */
	background-image: url('../images/icons/top_1.svg');
}
.left_icon2:before{
	/* background-position: -20px 0px !important; */
	background-image: url('../images/icons/top_2.svg');
}

.top_nav a.active{
	font-family: 'ProximaNova-Bold';
	color: #444;
	text-decoration: underline;
}

.top_nav_info{
	border-bottom: 1px solid #f3f7fa;
	padding: 15px;
}

.top_nav_info a{
	background: transparent !important;
	line-height: normal;
}

.top_nav_info a:hover{
	color: #55bfd1 !important;
}

.top_nav_label{
	line-height: normal;
	color: #666;
	margin-bottom: 15px;
}

.top_nav_phone{
	font-size: 20px;
	font-family: 'ProximaNova-Bold';
}

.top_nav_mail{
	color: #10689b !important;
	font-size: 15px !important;
}

.top_nav_info>.top_nav_btn{
	height: 45px !important;
	line-height: 45px !important;
	width: auto !important;
	font-size: 16px !important;
	text-align: center;
	padding: 0 20px !important;
	border-radius: 3px !important;
	background: #55bfd1 !important;
	box-shadow: 0 5px 10px rgba(0,0,0,0.15) !important;
	color: #fff !important;
}
.top_nav_info>.top_nav_btn:hover{
	background: #10689b !important;
	box-shadow: 0 5px 10px rgba(0,0,0,0.25) !important;
	color: #fff !important;
}

.header_big{
	height: 85px;
	padding: 12px 0;
	box-sizing: border-box;
	position: relative;
	transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
}

.logo{
	display: block;
	/*width: 250px;*/
	height: 54px;
	overflow: hidden;
}

.logo img{
	display: block;
	/*width: 250px;*/
	height: 54px;
	transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
}

.main_nav{
	position: absolute;
	right: 0px;
	top: 20px;
}

.main_nav>ul>li{
	list-style: none;
	float: left;
	position: relative;
}

.main_nav>ul>li>a{
	font-size: 17px;
	font-family: 'ProximaNova-Bold';
	padding: 0 10px;
	text-decoration: none;
	display: block;
	line-height: 47px;
	position: relative;
}
.main_nav>ul>li>a.active{
	color: #444;
	text-decoration: underline;
}

.cart a{
	background: #10689b;
	border-radius: 3px;
	box-shadow: 0 0 30px rgba(16,104,155,0.25);
	color: #fff;
	padding: 0 15px 0 42px !important;
	margin-left: 10px;
	font-family: 'ProximaNova-Regular' !important;
	font-size: 14px !important;
	position: relative;
}

.cart a:before{
	content: "";
	position: absolute;
	width: 20px;
	height: 16px;
	background: url(../images/cart.png) no-repeat top left;
	left: 12px;
	top: 14px;
	transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
}

.cart a:hover{
	background: #55bfd1;
	box-shadow: 0 0 30px rgba(85,191,209,0.5);
	color: #fff !important;
}

.main_nav_second{
	position: absolute;
	top: 40px;
	left: -5px;
	box-shadow: 0 0 50px rgba(0,0,0,0.15);
	opacity: 0;
	visibility: hidden;
	transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
}

.main_nav_second:before{
	content: "";
	position: absolute;
	top: -16px;
	left: 20px;
	border: 8px solid transparent;
	border-bottom: 8px solid #fff;
}

.main_nav_second>li{
	list-style: none;
}

.main_nav_second>li>a{
	display: block;
	white-space: nowrap;
	background: #fff;
	padding: 0 15px;
	font-size: 16px;
	height: 45px;
	line-height: 45px;
	text-decoration: none;
	font-family: 'ProximaNova-Bold';
}
.main_nav_second>li>a:hover{
	background: #f3f7fa;
	color: #444;
}
.main_nav_second>li:first-child>a{
	border-radius: 3px 3px 0 0;
}
.main_nav_second>li:last-child>a{
	border-radius: 0 0 3px 3px;
}

.main_nav>ul>li:hover .main_nav_second{
	opacity: 1;
	visibility: visible;
}

.main_nav>ul>li:hover>a{
	color: #55bfd1;
}

header.scroll .logo img{
	width: 170px;
	height: auto;
}

header.scroll .header_big{
	padding: 8px 0;
}

header.scroll .main_nav{
	top: 10px;
}

header.scroll .main_nav>ul>li>a{
	line-height: 35px;
}

header.scroll .cart a:before{
	top: 8px;
}


.products2 .owl-nav, .products3 .owl-nav{
	margin-top: -30px;
}




.mobile_menu{
	display: none;
	background: #fff;
	text-align: left;
}

.mobile_menu .close{
	top: 17px;
	right: 25px;
	z-index: 999;
}

/*.mobile_menu_header{
	padding: 15px;
}*/

.mobile_menu_header h2{
	font-size: 24px;
	margin-bottom: 0;
}

.mobile_gray{
	background: #f9f9f9;
	border-bottom: 1px solid #dedede;
	border-top: 1px solid #dedede;
}

.mobile_exchange{
	padding: 15px;
	display: none;
}

.mobile_exchange ul{
	
}

.mobile_exchange ul li{
	list-style: none;
	background: #fff;
	box-shadow: 0 0 30px rgba(0,0,0,0.075);
	border-radius: 3px;
	height: 40px;
	line-height: 57px;
	text-align: center;
}
.mobile_exchange ul li:hover{
	box-shadow: 0 0 30px rgba(16,104,155,0.3);
}


.m_exchange{
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url(../images/exchange2.png) no-repeat;
	background-size: 100%;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}

.m_exchange.active, .mobile_exchange ul li:hover .m_exchange{
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
	filter: none;
}

.m_exchange1{
	background-position: 0 0px !important;
}
.m_exchange2{
	background-position: 0 -25px !important;
}
.m_exchange3{
	background-position: 0 -50px !important;
}
.m_exchange4{
	background-position: 0 -75px !important;
}

.mobile_main_menu{

}

.mobile_main_menu>li{
	list-style: none;
}

.mobile_main_menu>li>a{
	display: block;
	border-bottom: 1px solid #f2f2f2;
	height: 55px;
	line-height: 55px;
	font-size: 18px;
	font-family: 'ProximaNova-Bold';
	padding-left: 15px;
	position: relative;
	white-space: nowrap;
}
.mobile_main_menu>li>ul{
	display: none;
}
.mobile_main_menu>li>ul>li>a{
	display: block;
	border-bottom: 1px solid #f2f2f2;
	line-height: normal;
	font-size: 18px;
	/*font-family: 'ProximaNova-Bold';*/
	padding: 8px 20px 8px 35px;
	position: relative;
}

.mobile_main_menu>li>a:hover{
	background: #f7f7f7;
}

.mobile_main_menu>li:last-child>a{
	border-bottom: none;

}

.mobile_main_menu .title_icon{
	width: 20px;
	height: 20px;
	margin-right: 10px;
}

.mobile_main_menu .title_icon i{
	top: 5px;
	width: 20px;
	height: 20px;
	background-size: 100%;
}

.mobile_main_menu .title_icon_isp i{
	background-position: 0 0px;
}
.mobile_main_menu .title_icon_ssl i{
	background-position: 0 -20px;
}
.mobile_main_menu .title_icon_plesk i{
	background-position: 0 -40px;
}
.mobile_main_menu .title_icon_admin i{
	background-position: 0 -60px;
}
.mobile_main_menu .title_icon_da i{
	background-position: 0 -80px;
}
.mobile_main_menu .title_icon_cpanel i{
	background-position: 0 -100px;
}
.mobile_main_menu .title_icon_po i{
	background-position: 0 -120px;
}

.mobile_main_menu2{

}

.mobile_main_menu2>li{
	list-style: none;
}
.mobile_main_menu2>li>a{
	display: block;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #ececec;
	padding-left: 22px;
	text-decoration: none;
}
.mobile_main_menu2>li>a:before{
	content: "▶";
	font-size: 8px;
	margin-right: 15px;

}

.mobile_main_menu2>li:last-child>a{
	border-bottom: none;
}

.mobile_contacts{
	padding: 15px;
}

.mobile_contacts .mobile_phone{
	font-size: 26px;
	display: block;
	text-decoration: none;
	margin-bottom: 5px;
	color: #444;
	font-family: 'ProximaNova-Bold';
}
.mobile_contacts .mobile_mail{
	font-size: 16px;
	display: block;
	text-decoration: none;
}

.menu_open{
	position: absolute;
	right: 15px;
	top: 15px;
	width: 40px;
	height: 35px;
	background: #f5f6f6 url(../images/menu_open.png) no-repeat top left;
	border-radius: 3px;
	display: none;
}

.cart_open{
	position: absolute;
	right: 70px;
	top: 15px;
	width: 40px;
	height: 35px;
	background: #f5f6f6 url(../images/cart_open.png) no-repeat top left;
	border-radius: 3px;
	display: none;
}

.mobile_phone_link {
	position: absolute;
	right: 70px;
	text-decoration: none;
	top: 50%;
	margin: -12px 0 0;
	line-height: 20px;
	font-weight: 700;
	display: none;
}

.m_btn, .footer_text2{display: none;}


.reviews .owl-item:after{
	content: "";
	height: 320px;
	width: 1px;
	background: #f5f5f5;
	position: absolute;
	top: 0px;
	right: -15px;
}

@keyframes rotate{
	from {
		-webkit-transform: rotate(0deg); 
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg); 
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes rotate2{
	from {
		-webkit-transform: rotate(360deg); 
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
		
	}
	to {
		-webkit-transform: rotate(0deg); 
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@keyframes bgs{
	from {
		background-size: 100%;
	}
	50% {
		background-size: 110%;
	}
	to {
		background-size: 100%;
	}
}

.slider_goods .owl-stage-outer{
	padding: 40px 0 !important;
	margin: -40px 0 !important;
}

.goods .row:before{
	box-shadow: 0 0 50px rgba(0,0,0,0.03);
}

.goods .row:hover:before{
	box-shadow: 0 0 100px rgba(85,191,209,0.2)
}







.inner_header{
	background-color: #666;
	background-image: url(../images/bg_slider.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 100% 100%;
	background-attachment: fixed;
	color: #fff;
	text-align: center;
	padding: 30px 0;
	box-sizing: border-box;
}

.inner_header h1{
	color: #fff;
	margin: 12px 0 7px 0;
}

.inner_header_p{
	color: #fff;
	font-size: 15px;
}

.breadcrumbs li{
	list-style: none;
	display: inline-block;
}

.breadcrumbs li:after{
	content: "/";
	color: #fff;
	opacity: 0.3;
	font-size: 12px;
	margin: 0 5px 0 10px;
}
.breadcrumbs li:last-child:after{
	display: none;
}

.breadcrumbs li a{
	font-size: 14px;
	color: #54e6ff;
	text-decoration: none;
}

.breadcrumbs li a:hover{
	color: #fff;
}

.inner_content{
	margin: 50px 0;
}

.inner_content_gray{
	padding: 50px 0;
	background-color: #f8fafc;
}

.contacs_map{
	height: 350px;
	background-color: #f0f0f0;
}

.p_center{
	text-align: center;
}

.p_center p{
	max-width: 770px;
	display: inline-block;
}

.blue_btn_big{
	width: auto;
	padding: 0 30px;
	box-sizing: border-box;
}

.inner_block_margin{
	margin: 50px 0;
}

.inner_block_padding{
	padding: 30px 0;
}

.inner_block_white{
	padding: 30px;
	box-shadow: 0 0 60px rgba(0,0,0,0.05);
	box-sizing: border-box;
	position: relative;
}

.inner_p_big{
	font-size: 18px;
	font-family: 'ProximaNova-Bold';
}
.inner_p_big a{
	font: inherit;
}

.contacts_divs>div{
	margin-bottom: 20px;
}

.about_goods .row{
	text-align: center;
}

.about_goods .row:before{
	content: "";
	width: 70px;
	height: 70px;
	display: inline-block;
	border-radius: 70px;
	background: #fff url(../images/goods.png) no-repeat;
	box-shadow: 0 0 50px rgba(0,0,0,0.06);
	transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
}

/* .good1:before{
	background-position: 0 0px !important;
}
.good2:before{
	background-position: 0 -70px !important;
}
.good3:before{
	background-position: 0 -140px !important;
}
.good4:before{
	background-position: 0 -210px !important;
} */

.about_goods .row:hover:before{
	box-shadow: 0 0 100px rgba(85,191,209,0.5);
}

.good_tetx1{
	margin: 10px 0;
	font-size: 17px;
}

.good_tetx2{
	font-size: 14px;
	color: #999;
}

.reviews_list_block{
	margin-bottom: 0px;
}

.reviews_list_block h3{
	margin-bottom: -10px;
}

.reviews_item{
	border-bottom: 1px solid #eee;
	padding: 30px 0;
}

.review_item_avatar{
	width: 70px;
	height: 70px;
	border-radius: 70px;
	display: block;
	float: left;
}

.review_item_info{
	margin-left: 100px;
	padding-top: 6px;
	background-image: url(../images/review_bg.png);
	background-repeat: no-repeat;
	background-position: top right;
}

.review_item_info_name{
	font-family: 'ProximaNova-Bold';
}

.review_item_info_work{
	color: #999;
	font-size: 14px;
	margin: 3px 0 5px 0;
}

.review_item_info_date{
	font-size: 12px;
	color: #4fbdd0;
}

.review_item_info_text{
	margin-top: 20px;
}

.inner_block_p_padding p{
	margin-bottom: 20px;
}

.inner_p_mini{
	font-size: 13px;
}

.about_contacts>p{
	margin-bottom: 20px;
}

.about_contacts>div>p:last-child{
	margin-bottom: 13px;
}

.about_contacts>div>p:first-child{
	color: #666;
	font-size: 13px;
}

.about_contacts>div:last-child>p:last-child{
	margin-bottom: 0px;
}

.contacts_bg{
	background-image: url(../images/contcts_bg.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.dogovor, .gray_text_block{
	border-radius: 3px;
	background-color: #f8fafc;
	padding: 20px 30px;
}

.gray_text_block{
	text-align: center;
}

.gray_text_block p{
	margin: 5px 0;
}

.dogovor_text{
	font-size: 14px;
	margin-top: 5px;
}

.dogovor_img{
	float: left;
	margin-right: 15px;
}

.docs_owl_title{
	width: 200px;
	float: left;
	font-family: 'ProximaNova-Bold';
	font-size: 20px;
	padding-top: 40px;
	box-sizing: border-box;
}

.docs_owl{
	width: 970px !important;
	float: right;
}


.docs_owl li{
	list-style: none;
}

.docs_owl li a{
	display: block;
	height: 120px;
	overflow: hidden;
	padding: 10px 10px 0px 10px;
}
.docs_owl li a img{
	display: block;
	box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.docs_owl li a:hover{
	margin-top: -10px !important;
	height: 130px;
}

.docs_owl li a hr{
	display: block;
	position: absolute;
	left: -10px;
	right: -10px;
	bottom: 0px;
	height: 3px;
	border: none;
	background: #fff;
	box-shadow: 0 -5px 10px rgba(0,0,0,0.1);
}

.docs_owl li a:hover{
	bottom: -10px;
}
.docs_owl .owl-nav{
	margin-top: -5px;
}
.docs_owl .owl-nav .owl-prev{
	left: -270px;
	right: auto;
}
.docs_owl .owl-nav .owl-next{
	right: -70px;
	left: auto;
}

.mini_form{
	background-color: #55bfd1;
	width: 1230px;
	box-sizing: border-box;
	margin: 0 auto;
	border-radius: 4px;
	padding: 20px 30px;
}

.white_btn{
	background-color: #fff;
	width: 100%;
	height: 45px;
	line-height: 46px;
	border: none;
	color: #10689b;
	font-size: 16px;
	text-decoration: none; 
	box-shadow: 0 5px 15px rgba(16,104,155,0.1);
	outline: none;
}

.white_btn:hover{
	background-color: #fff;
	color: #222;
	box-shadow: 0 5px 15px rgba(16,104,155,0.25),  0 -5px 30px rgba(16,104,155,0.05) inset;
	cursor: pointer;
}

.mini_form_text1{
	color: #fff;
	font-size: 22px;
	font-family: 'ProximaNova-Bold';
}

.mini_form_text2{
	color: #fff;
	font-size: 14px;
}

.input_form{
	height: 40px;
	margin-top: 2.5px;
	box-sizing: border-box;
	outline: none;
	padding-left: 15px;
	font-size: 14px;
	width: 100%;
	border-radius: 3px;
	background-color: #fff;
	background-image: url(../images/bg_forms.png);
	background-repeat: no-repeat;
	border: none;
}

.input_form:hover, .input_form:focus{
	box-shadow: 3px 3px 10px rgba(0,0,0,0.2) inset;
}

.input_form1{
	background-position: right 0px;
	padding-right: 40px;
}
.input_form2{
	background-position: right -40px;
	padding-right: 40px;
}
.input_form3{
	background-position: right -80px;
	padding-right: 40px;
}
.input_form.input-no-icon {
	background-image: none;
	padding-right: 15px;
}

.habr{
	background-color: #f3f7fa;
	border-radius: 4px;
	padding: 25px 20px;
	box-sizing: border-box;
}

.habr_title{
	font-size: 20px;
	font-family: 'ProximaNova-Bold';
}

.habr_title a{
	font: inherit;
	text-decoration: none;
}

.habr_text{
	font-size: 15px;
	margin: 10px 0 0 70px;
	display: block;
}

.habr_img{
	float: left;
	margin: 5px 20px 0 0;
}

.partner_div{
	display: none;
	padding-top: 30px;
}

.partner_div.active{
	display: block;
}

.partner_div h2{
	font-size: 30px;
	text-align: left;
	margin: 30px 0 10px 0;
}

.partner_div h2:first-child{
	margin-top: 0px;
}

.partner_div h3{
	font-size: 24px;
	text-align: left;
	margin: 30px 0 10px 0;
}

.works_owl{
	margin-top: 20px;
}

.works_owl li{
	list-style: none;
	border: 1px solid #ddd;
	border-radius: 3px;
	overflow: hidden;
	position: relative;
}
.works_owl .owl-nav{
	margin-top: -28px;
}

.works_owl li .big_img_mask{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(255,255,255,0.8);
	opacity: 0;
}

.works_owl li:hover .big_img_mask{
	opacity: 1;
}

.works_owl li span i{
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -25px 0 0 -25px;
	width: 50px;
	height: 50px;
	background-image: url(../images/plus.png);
	background-repeat: no-repeat;
}

.partner_tabs li{
	background-color: #fff;
	height: 160px;
	box-shadow: 0 0 30px rgba(0,0,0,0.075);
	padding: 30px;
	box-sizing: border-box;
	list-style: none;
	border-radius: 3px;
}

.partner_tabs li.active, .partner_tabs li:hover{
	background-color: #55bfd1;
	cursor: pointer;
}


.partner_tabs li.active .partner_tab_number, .partner_tabs li:hover .partner_tab_number, .partner_tabs li.active .partner_tab_title, .partner_tabs li:hover .partner_tab_title, .partner_tabs li.active .partner_tab_price, .partner_tabs li:hover .partner_tab_price{
	color: #fff;
}

.partner_tab_number{
	font-size: 30px;
	font-family: 'ProximaNova-Regular';
	opacity: 0.15;
	color: #10689b;
}

.partner_tab_title{
	font-size: 19px;
	font-family: 'ProximaNova-Bold';
	color: #10689b;
	margin: 20px 0 10px 0;
}

.partner_tab_price{
	font-size: 14px;
}

.tab1{
	background-image: url(../images/tabs_bg.png);
	background-repeat: no-repeat;
	background-position: right 0px;
}
.tab2{
	background-image: url(../images/tabs_bg.png);
	background-repeat: no-repeat;
	background-position: right -160px;
}
.tab3{
	background-image: url(../images/tabs_bg.png);
	background-repeat: no-repeat;
	background-position: right -320px;
}

.helps_block{
	font-size: 0;
}
.helps_block .row>ul{
	display: none;
}

.helps_block .row>a{
	font-family: 'ProximaNova-Bold';
	margin: 5px 0;
	display: block;
	padding-left: 30px;
}

.helps_block li{
	list-style: none;
}

.helps_block>.row{
	display: inline-block;
	vertical-align: top;
	font-size: 1rem;
	width: 25%;
	position: relative;
}

.helps_block .row>ul>li>a{
	font-size: 14px;
	padding-left: 30px;
	margin-bottom: 8px;
	display: block;
	text-decoration: none;
}

.helps_block>.row:before{
	content: "";
	position: absolute;
	left: 0px;
	top: 5px;
	width: 20px;
	height: 20px;
	border-radius: 20px;
	background-color: #fff;
	background-image: url(../images/help_arrow.png);
	background-repeat: no-repeat;
	transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
}

.help_ul.active>a{
	color: #222;
}

.help_ul.active:before{
	background-color: #10689b;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg); 
	transform: rotate(180deg);
}

#wr-tabs4{
	width: 100%;
}
#wr-tabs3 .tabs{
	text-align: center;
	z-index: 2;
	position: relative;
}
#wr-tabs3 .tabs:after{
	content: "";
	display: block;
	clear: both;
	height: 0;
}
#wr-tabs3 .tabs .tab{
	display: inline-block;
	cursor: pointer;
	color: #10689b;
	height: 100px;
	padding: 20px;
	margin-bottom: 15px;
	box-shadow: 0 0 50px rgba(0,0,0,0.05);
	box-sizing: border-box;
	border-radius: 3px;
	text-align: left;
	position: relative;
	transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
}
#wr-tabs3 .tabs .tab:hover{
	color: #55bed0;
	box-shadow: 0 0px 50px rgba(85,191,209,0.25);
}
#wr-tabs3 .tabs .tab.active{
	background-color: #55bed0;
	color: #fff;
	box-shadow: 0 0px 50px rgba(85,191,209,0.25);

}
#wr-tabs3 .content{

}
#wr-tabs3 .content .tab-cont{
	display: none;
	padding: 15px 10px;
	text-align: center;
}
#wr-tabs3 .content .tab-cont.active{
	display: block;
}

.good_tab_title{
	font-family: 'ProximaNova-Bold';
	font-size: 14px;
	position: absolute;
	left: 20px;
	bottom: 20px;
	transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
}

.good_tab_number{
	position: absolute;
	right: 20px;
	top: 20px;
	color: #5bc2d3;
	font-size: 14px;
	opacity: 0.5;
}

#wr-tabs3 .tab.active .good_tab_number, #wr-tabs3 .tab.active .good_tab_title{
	color: #fff;
}

#wr-tabs3 .tab:hover .good_tab_title{
	color: #5bc2d3;
}

#wr-tabs3 .tab.active:hover .good_tab_title{
	color: #fff;
}

.product_good_icon{
	background-image: url(../images/product_goods.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 40px;
	height: 40px;
	display: inline-block;
	transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
}

.product_good1{
	background-position: 0px 0px;
}
#wr-tabs3 .tab.active .product_good1{
	background-position: 0px -40px;
}
.product_good2{
	background-position: -40px 0;
}
#wr-tabs3 .tab.active .product_good2{
	background-position: -40px -40px;
}
.product_good3{
	background-position: -80px 0px;
}
#wr-tabs3 .tab.active .product_good3{
	background-position: -80px -40px;
}
.product_good4{
	background-position: -120px 0px;
}
#wr-tabs3 .tab.active .product_good4{
	background-position: -120px -40px;
}
.product_good5{
	background-position: -160px 0px;
}
#wr-tabs3 .tab.active .product_good5{
	background-position: -160px -40px;
}
.product_good6{
	background-position: -200px 0px;
}
#wr-tabs3 .tab.active .product_good6{
	background-position: -200px -40px;
}



.product_screens{
	margin: 0px 0 -30px 0;
	padding-top: 20px;
}

.product_screens li {
	list-style: none;
	position: relative;
	margin-top: 20px;
	height: 120px;
	transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
}

.product_screens li > a {
	display: block;
	overflow: hidden;
}

.product_screens li:hover{
	margin-top: 0px;
	height: 140px;
}

.product_screens .owl-nav{
	margin-top: -28px;
}

.product_screens li .big_img_mask{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(255,255,255,0.8);
	opacity: 0;
}

.product_screens li:hover .big_img_mask{
	opacity: 1;
}

.product_screens li span i{
	position: absolute;
	left: 50%;
	top: 65px;
	margin: 0px 0 0 -25px;
	width: 50px;
	height: 50px;
	background-image: url(../images/plus.png);
	background-repeat: no-repeat;
}

.product_screens .owl-nav .owl-prev, .product_screens .owl-nav .owl-next{ 
	background-image: url(../images/arrow2.png);
	top: 38px;
	margin-top: 0px;
}

.product_description{
	margin-top: 185px;
}
.product_description.without_btn{
	margin-top: 145px;
}
.product_description>li{
	list-style: none;
	padding: 15px 0;
	font-size: 14px;
	transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
}

.product_description>li:hover, .product_description_dop>li:hover, .product_description>li.hover, .product_description_dop>li.hover{
	background-color: #f6fcfd;
}

.product_description>li>div, .product_description_dop>li>div{
	padding-left: 25px;
	max-width: 30%;
	box-sizing: border-box;
}

.product_description>li>div strong, .product_description_dop>li>div strong{
	/* width: 30%; */
	display: block;
	font-weight: normal;
	font-family: 'ProximaNova-Regular';
}

.product_description>li>.whith_info_in, .product_description_dop>li>.whith_info_in, .ssl_info_in, .ssl-addon-item .whith_info_in, .order-paymethods-wrapper .whith_info_in {
	background-color: #f7f7f7;
	color: #222;
	font-size: 13px;
	padding: 20px;
	margin: 15px 10px 0 10px;
	box-sizing: border-box;
	position: relative;
	display: none;
	width: 30%;
}

/* .product_description>li>.whith_info_in:before, .ssl_info_in:before{
	content: "";
	position: absolute;
	top: -19px;
	left: 30px;
	border: 10px solid transparent;
	border-bottom: 10px solid #f7f7f7;

} */

.ssl_info_in{
	width: 100%;
}

.ssl_info_in:before{
	left: 20px;
}

.product_description>li:hover>.whith_info_in, .product_description_dop>li:hover>.whith_info_in{
	background-color: #fff;
}
.product_description>li:hover>.whith_info_in:before{
	border-bottom: 10px solid #fff;
}

.product_description>li>.whith_info_in>.info_closer, .product_description_dop>li>.whith_info_in>.info_closer, .ssl_info_in>.info_closer, .ssl-addon-item .whith_info_in>.info_closer, .order-paymethods-wrapper .whith_info_in>.info_closer{
	width: 12px;
	height: 12px;
	position: absolute;
	right: 10px;
	top: 10px;
	opacity: 0.2;
	cursor: pointer;
	background: url(../images/info_closer.png) no-repeat center top;
}

.product_description>li>.whith_info_in>.info_closer:hover, .ssl_info_in>.info_closer:hover{
	opacity: 1;
}

.whith_info{
	color: #10689b;
	text-decoration: underline;
	cursor: pointer;
	position: relative;
	padding-right: 18px;
	display: inline-block;
}

.whith_info.active{
	color: #222;
}

.whith_info:after{
	content: "?";
	width: 14px;
	height: 14px;
	font-size: 11px;
	line-height: 15px;
	border-radius: 14px;
	display: block;
	text-align: center;
	background-color: #55c0d1;
	color: #fff;
	transition: all 0.15s ease-in-out;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -7px;
}

.whith_info:hover:after{
	background-color: #10689b;
}

.product_description_dop{
	border: 2px solid #e7f0f5;
	padding: 10px 0;
	margin-top: 10px;
	position: relative;
}

.product_description_dop_title{
	position: absolute;
	top: -7px;
	left: 10px;
	font-size: 11px;
	text-transform: uppercase;
	color: #999;
	letter-spacing: 2px;
	padding: 0 10px;
	background-color: #fff;
	vertical-align: top;
}

.product_description_dop>li{
	list-style: none;
	padding: 15px 0;
	font-size: 14px;
	transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
}

.product_description_dop>li>div, .product_description_dop>li>div>strong{
	color: #55c0d1;
	position: relative;
;
	font-weight: normal;
	font-family: 'ProximaNova-Regular';
}

.product_description_dop>li>div>strong>span{
	color: #999;
	font-size: 13px;
	position: absolute;
	right: 20px;
}

.product_description_dop_title>i{
	width: 15px;
	height: 15px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	top: -2px;
	margin-right: 6px;
	background: url(../images/dops.png) no-repeat top left;
}

.big_product_mask{
	padding: 0 15px;
	box-sizing: border-box; 
}

.big_product{
	border-radius: 4px;
	box-shadow: 0 0 30px rgba(0,0,0,0.05);
	background: rgba(255,255,255,0.4);
}

.big_product:hover{
	box-shadow: 0 0 30px rgba(16,104,155,0.12);
}

.bp_product_description{
	position: relative;
	text-align: center;
}

.bp_dop_product_description{
	border-top: 2px solid #e7f0f5;
	border-bottom: 2px solid #e7f0f5;
	padding: 5px 0;
	margin-top: 10px;
}

.bp_product_description li, .bp_dop_product_description li{
	list-style: none;
	text-align: center;
	transition: all 0.02s ease-in-out;
	-moz-transition: all 0.02s ease-in-out;
	-webkit-transition: all 0.02s ease-in-out;
	-o-transition: all 0.02s ease-in-out;
}

.bp_product_description li.hover, .bp_dop_product_description li.hover{
	background-color: #f6fcfd;
}

.bp_product_description li div, .bp_dop_product_description li div{
	font-size: 14px;
}

.bp_yes_no{
	width: 18px;
	height: 18px;
	background-image: url(../images/yes_no.png);
	background-repeat: no-repeat;
	display: inline-block;
	position: relative;
	top: 5px;
}

.bp_yes{
	background-position: -18px 0;
}

.bp_no{
	background-position: 0 0;
}

.big_product_header{
	padding: 30px 0 50px 0;
	box-sizing: border-box;
	text-align: center;
	color: #fff;
	border-radius: 4px 4px 0 0;
	height: 130px;
	position: relative;
	overflow: hidden;
}

.big_product_header.without_btn{
	padding: 18px 0 50px 0;
}

.big_product_header_like{
	position: absolute;
	background: #fff;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #10689b;
	font-size: 10px;
	padding: 5px 0px;
	width: 200px;
	top: 25px;
	right: -63px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg); 
	transform: rotate(45deg);
}

.ph_light{
	background: #80d0dd;
	background: -moz-linear-gradient(top, #80d0dd 0%, #55bfd1 100%);
	background: -webkit-linear-gradient(top, #80d0dd 0%,#55bfd1 100%);
	background: linear-gradient(to bottom, #80d0dd 0%,#55bfd1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80d0dd', endColorstr='#55bfd1',GradientType=0 );
	box-shadow: 0px 10px 50px rgba(0,0,0,0.05) inset;
}

.ph_dark{
	background: #4a8db3;
background: -moz-linear-gradient(top, #4a8db3 0%, #10689b 100%);
background: -webkit-linear-gradient(top, #4a8db3 0%,#10689b 100%);
background: linear-gradient(to bottom, #4a8db3 0%,#10689b 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a8db3', endColorstr='#10689b',GradientType=0 );
	box-shadow: 0px 10px 50px rgba(0,0,0,0.05) inset;
}

.ph_dark2{
	background: #957dc2;
	background: -moz-linear-gradient(top, #957dc2 0%, #7353ae 100%);
	background: -webkit-linear-gradient(top, #957dc2 0%,#7353ae 100%);
	background: linear-gradient(to bottom, #957dc2 0%,#7353ae 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#957dc2', endColorstr='#7353ae',GradientType=0 );
	box-shadow: 0px 10px 50px rgba(0,0,0,0.05) inset;
}

.ph_dark3{
	background: rgba(168,3,110,1);
	background: -moz-linear-gradient(top, rgba(168,3,110,1) 0%, rgba(107,0,52,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(168,3,110,1)), color-stop(100%, rgba(107,0,52,1)));
	background: -webkit-linear-gradient(top, rgba(168,3,110,1) 0%, rgba(107,0,52,1) 100%);
	background: -o-linear-gradient(top, rgba(168,3,110,1) 0%, rgba(107,0,52,1) 100%);
	background: -ms-linear-gradient(top, rgba(168,3,110,1) 0%, rgba(107,0,52,1) 100%);
	background: linear-gradient(to bottom, rgba(168,3,110,1) 0%, rgba(107,0,52,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8036e', endColorstr='#6b0034', GradientType=0 );
}

.ph_title{
	font-size: 26px;
	color: inherit;
}


.ph_title span{
	color: #fff;
	display: block;
	font-size: 22px;
	line-height: 22px;
	margin-bottom: 10px;
}

.ph_price{
	font-size: 24px;
	font-family: 'ProximaNova-Bold', 'Ruble-Bold';
	color: inherit;
	margin-top: 1px;
}

.ph_price span{
	color: inherit;
	font-size: inherit;
	font-family: inherit;
	/*display: block;*/
	margin-bottom: -6px;
}

.ph_price span.price_data{
	display: inline;
	color: #fff;
	font-size: 13px;
	font-family: 'ProximaNova-Regular';
	margin: 0 -5px 0 5px;
}

.ph_price a{
	text-decoration: underline;
	color: #fff;
	font-size: 14px;
	font-family: 'ProximaNova-Regular';
}

.pf_price{
	font-size: 24px;
	font-family: 'ProximaNova-Bold';
	color: inherit;
	margin-top: 1px;
}

.pf_price{
	margin: -5px 0 20px 0;
	line-height: 1;
}

.pf_price span{
	color: inherit;
	font-size: inherit;
	font-family: 'ProximaNova-Bold', 'Ruble-Bold';
	line-height: inherit;
	/*display: block;*/
}

.pf_price a span.price_data{
	display: inline;
}

.pf_price a{
	text-decoration: underline;
	font-size: 14px;
	top: -2px;
	color: #10689b;
	font-family: 'ProximaNova-Regular';
}

.pf_price a span{
	color: #10689b;
}

.pf_price:after, .ph_price:after{
	content: "▿";
	position: relative;
	text-decoration: none;
	font-size: 10px;
	left: 5px;
	top: 0px;
}

.bp_product_description .white_btn{
	width: 270px;
	height: 50px;
	line-height: 51px;
	border-radius: 50px;
	position: relative;
	top: -23px;
	margin-bottom: -10px;
}

.bp_product_description .white_btn:before, .bp_product_description .white_btn:after{
	display: none;
}

.big_product_footer{
	text-align: center;
	padding: 30px 20px;
	position: relative;
}

.big_product_footer .price_data_change{
	bottom: 25px;
}

.big_product_footer .blue_btn:before, .big_product_footer .blue_btn:after{
	display: none;
}

.price_data_change{
	position: absolute;
    right: 10px;
    bottom: 10px;
    text-align: left;
    z-index: 2;
    background-color: rgba(255,255,255,0.9);
    box-shadow: 0 5px 20px rgba(0,0,0,0.2);
    border-radius: 3px;
    display: none;

}

.price_data_change li{
	white-space: nowrap;
	list-style: none;
	padding: 10px 10px;
	transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
}

.price_data_change li:hover{
	color: #10689b;
	background-color: #fff;
}

.product_check{
	position: relative;
	top: 8px;
}

.dop_price{
	position: absolute;
    left: 60px;
    top: -10px;
    white-space: nowrap;
    color: #999;
    font-size: 13px !important;
    line-height: 48px;
}

.product_check label{
	display: inline-block;
	cursor: pointer;
	position: relative;
	width: 50px;
	height: 30px;
	border-radius: 30px;
	border: 2px solid #eee;
	box-sizing: border-box;
	transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
}

.product_check label:before{
	content: "";
	position: absolute;
	width: 22px;
	height: 22px;
	border-radius: 22px;
	position: absolute;
	left: 2px;
	bottom: 2px;
	background-color: #ccc;
	background-image: url(../images/checkers.png);
	background-repeat: no-repeat;
	background-position: -22px 0px;
	transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
}

.product_check input[type=checkbox]{
	display: none;
}

.product_check input[type=checkbox]:checked + label:before{
	background-color: #55bfd1;
	background-image: url(../images/checkers.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	left: 22px;
}

.product_check input[type=checkbox]:checked + label .dop_price{
	color: #55bfd1;
}

.product_check input[type=checkbox]:checked + label{
	border: 2px solid #bbe6ed;
}

.product_check input[type=checkbox]:hover + label{
	border: 2px solid #ccc;
}

.product_check input[type=checkbox]:checked:hover + label{
	border: 2px solid #55bfd1;
}

.old_price{
	font-size: 14px;
	font-style: normal;
	text-decoration: line-through;
	color: #cc0000;
	margin-right: 15px;
	vertical-align: middle;
}

.ph_price .old_price{
	color: #fff;
}

.mini_goods{
	margin-top: 30px;
}

.mini_goods .row{
	padding: 10px 30px 20px 30px;
	width: 160px;
    margin-right: 30px;
	height: 125px;
	vertical-align: top;
	border-radius: 4px;
	background-color: #fff;
	box-shadow: 0 0 30px rgba(0,0,0,0.05);
	box-sizing: border-box;
	position: relative;
	list-style: none;
	display: inline-block;
	text-align: center;
}

.mini_goods .row:before{
	content: "";
	width: 50px;
	height: 50px;
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	/* background: #fff url(../images/goods.png) no-repeat; */
	display: inline-block;
	transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
}

.mini_goods div{
	font-size: 14px;
	margin-top: 5px;
}

.mini_goods .good1:before{
	background-image: url('../images/icons/good_1.svg');
}
.mini_goods .good2:before{
	background-image: url('../images/icons/good_2.svg');
}

.on_mobile{
	display: none;
	font-size: 12px;
	color: #999;
	padding: 20px; 
}

.on_mobile>strong{
	font-size: 13px;
	color: #999;
	font-weight: normal;
	font-family: 'ProximaNova-Regular';
}

.on_mobile span{
	color: #55bfd1;
	display: block;
}






@media screen and (max-width: 1400px){
	.owl-nav{top: auto; margin: 0px; bottom: 20px;}
	.m_owl_marging .owl-nav{bottom: 35px;}
	.owl-nav .owl-next{right: 15px;}
	.owl-nav .owl-prev{left: 15px;}
	.certificates .owl-nav{top: auto; right: auto; bottom: 20px;}
	.certificates .owl-nav .owl-next{right: 15px}
	.certificates .owl-nav .owl-prev{left: 15px}
	.certificates .owl-dots{display: block;}

	.docs_owl .owl-nav{margin: 0px !important; bottom: -30px; top: auto;}
	.docs_owl .owl-nav .owl-prev{left: 15px;}
	.docs_owl .owl-nav .owl-next{right: 15px;}
}

@media screen and (max-width: 1170px){
	.content{width: 100%; padding: 0 15px;}
	.logo {
		height: auto;
	}
	header.scroll .header_big, .header_big{padding: 10px 15px;height: 100%}
	header.scroll .logo img, .logo img{width: 200px; height: auto;}
	.top, .main_nav, .no_mobile, .blue_btn:before, .blue_btn:after{display: none;}
	header, header.scroll{height: 65px;}
	main{margin-top: 65px;}
	.menu_open, .cart_open, .mobile_phone_link{display: block;}
	.owl-nav{top: auto; margin: 0px; bottom: 20px;}
	.m_owl_marging .owl-nav{bottom: 35px;}
	.owl-nav .owl-next{right: 15px;}
	.owl-nav .owl-prev{left: 15px;}
	.block_partners .owl-nav{display: none;}
	.row{width: 100% !important; margin-right: 0% !important;}
	.footer_phone, .footer_mail{display: block; text-align: center;}
	.footer_btns{text-align: center; margin: 15px 0px;}
	.footer_payments{text-align: center;}
	.footer_payments li{float: none; display: inline-block;}
	.footer_bottom{text-align: center; padding: 15px 0; margin-top: 15px; background: transparent;}
	.ruliot{position: relative; margin-top: 5px;}
	footer{padding-top: 25px; background-size: auto !important;}
	.slider_bg1, .slider_bg2, .slider_bg3{background-size: 100% 100% !important; animation: none;}
	.block_grey, .block_white{padding: 25px 0;}
	.footer_text2{background: rgba(0,0,0,0.15); text-align: center; padding: 15px; margin-top: 15px; color: #fff; opacity: 1; display: block;}
	.certificates .owl-nav{top: auto; right: auto; bottom: 20px;}
	.certificates .owl-nav .owl-next{right: 15px}
	.certificates .owl-nav .owl-prev{left: 15px}
	.certificates .owl-dots{display: block;}
	.m_news h4 a{display: none;}
	.m_btn{display: block;}
	.block_news .row{margin-bottom: 15px}
	.m_news ul{margin-bottom: -15px}
	.blue_btn{width: 100%;}
	.main_banner_clock{display: none;}
	.main_banner_bg .content{text-align: center;}
	.main_banner_bg .content h2{font-size: 24px;}
	.main_banner_bg{padding: 40px 0; height: auto; background-size: auto !important;}
	.product_image img{width: 100% !important;}
	.hm-all-soft .product_image img{width: auto !important;}
	.product_horizontal .product_content{float: none; max-width: 100%; width: 100%; padding: 30px 30px 20px 30px;}
	.product_horizontal .product_bottom{float: none; max-width: 100%; border-top: 1px solid #e7f0f5; padding: 20px 30px 30px 30px}
	#wr-tabs .tabs .tab, #wr-tabs2 .tabs .tab{margin-bottom: 20px;}
	#wr-tabs .tabs, #wr-tabs2 .tabs{margin-bottom: -20px;}
	.slider img{display: none !important;}
	.slider_text{ height: 190px; display: table-cell; text-align: center; padding-top: 40px;}
	.slider h2, .slider a{width: 100%; font-size: 24px; text-align: center; margin-bottom: 60px; line-height: 30px;}
	.main_slider .owl-dots{bottom: 25px;}
	.slider .owl-nav{bottom: 45px; z-index: 3;}
	.m_block{box-shadow: none; padding: 0px;}
	.m_content{padding: 0px;}
	.m_news{padding: 25px 15px; box-sizing: border-box; box-shadow: 0 0 60px rgba(0,0,0,0.05);}
	.m_certificates{padding: 25px 15px; box-sizing: border-box;}
	.m_partners{box-shadow: 0 0 60px rgba(0,0,0,0.05);}
	h3, h4{font-size: 24px; text-align: center; line-height: 30px;}
	.goods .row{width: 50% !important; padding: 0px; margin:0 0 25px 0; text-align: center;}
	.goods .row br{display: none;}
	.goods .row:before{position: relative; top: auto; left: auto; display: inline-block;}

	.goods .row span{display: block; /*padding: 0 20px; */ font-size: 15px;}
	/*.goods .row:nth-child(1), .goods .row:nth-child(2){display: none;} */
	.slider_goods .owl-item{text-align: center !important;}
	
	.main_banner_bg{background-attachment: scroll;}
	.mobile_exchange .row{width: 22.9375% !important; float: left !important; margin-right: 2.75% !important;}
	.mobile_exchange .row:nth-child(4n){margin-right: 0% !important;}
	
	.blue_btn_big{height: auto !important; width: 100% !important;}
	.inner_block_padding{padding: 0px;}

	.contacts_divs>div .row{margin-top: 20px;}
	.contacts_divs>div .row:first-child{margin-top: 0px;}
	.inner_block_white.contacts_divs{box-shadow: none; padding: 0px; margin-bottom: -20px; margin-top: 30px;}
	.docs_owl_title{width: 100%; text-align: center; padding: 0px 0px 30px 0px;}
	.docs_owl{width: 100% !important; margin-bottom: 30px;}
	.about_goods .row{margin-bottom: 30px;}
	.about_goods{margin-bottom: -30px;}
	.dogovor{margin-bottom: 30px; text-align: center;}
	.dogovor_img{float: none; display: inline-block; margin: 0px;}
	.dogovor b a{display: block; margin-top: 10px;}

	.mini_form{width: 100%;}

	.partner_tabs{width: 100%; overflow: auto; height: 180px; white-space: nowrap; margin-top: 30px;}
	.partner_tabs li.row{width: 80% !important; display: inline-block; float: none; margin-right: 20px !important;}
	.partner_tab_title{white-space: normal; margin-top: 0px; font-size: 18px;}
	.mini_form .row{text-align: center; margin-bottom: 15px;}

	.mini_goods .row{margin-top: 30px;}
	.inner_content h2, .inner_content_gray h2{font-size: 24px;}
	.inner_content_gray{padding: 30px 0;}
	.inner_content{margin: 30px 0;}
	.grid1k2_product>.row:nth-child(2n){position: relative;}
	.grid1k2_product>.row:first-child{display: none;}
	.grid1k2_product .owl-nav{bottom: 19px;}
	.bp_product_description li, .bp_dop_product_description li{padding: 15px 0 !important; height: auto !important; line-height: normal !important; border-bottom: 1px solid #eee;}
	.bp_product_description li:last-child, .bp_dop_product_description li:last-child{border-bottom: none;}
	.bp_product_description li.hover, .bp_dop_product_description li.hover{background-color: #fff !important;}
	.bp_product_description .white_btn{width: 100%;}
	.bp_dop_product_description, .bp_product_description{padding: 0px !important; margin: 0px !important;}
	.bp_product_description{padding: 0 30px;}
	.tabs.grid6{width: 100%; overflow: auto; height: 180px; white-space: nowrap; margin-top: 30px;}
	.tabs.grid6 li.row{width: 70% !important; display: inline-block; float: none; margin-right: 20px !important;}
	#wr-tabs3 .tabs{height: 120px;}
	.on_mobile{	display: block;}
	.mini_goods{margin-top: 10px;}
	.padding_btn{padding: 0 30px;}
	.big_product_header{height: auto !important;}

}

@media screen and (max-width: 360px){
	header.scroll .logo img, .logo img{width: 180px; height: auto;}
	.product_links .litle_link{float: none; display: block; margin-top: 10px;}
	.bp_product_description .white_btn{font-size: 13px;}
	.pf_price, .ph_price{font-size: 17px;}
	.old_price{font-size: 12px;}
	.ph_title{font-size: 20px;}
	.inner_header h1{font-size: 30px;}
}











.green-check {color: #4ec31b; font-family: "ProximaNova-Bold";}

.hp-isp-wrapper .product_sub_title {min-height: 45px;}
.hp-isp-wrapper .product_text {min-height: 60px;}

.hp-ssl-wrapper .product_content {min-height: 100px;}

.hp-plesk-wrapper .product_name {min-height: 90px;}
.hp-plesk-wrapper .product_text {min-height: 60px;}

.hm-all-soft .product_content {min-height: 230px;}



.slider_goods .owl-stage-outer{
   padding: 40px 0 !important;
   margin: -40px 0 !important;
}

.goods .row:before{
   box-shadow: 0 0 50px rgba(0,0,0,0.03) !important;
}

.goods .row:hover:before{
   box-shadow: 0 0 100px rgba(85,191,209,0.2) !important;
}

.change_currency{
	text-align: center;
	margin: 30px 0;
}

.change_currency ul{
	position: relative;
	display: inline-block;
}

.change_currency ul:before, .change_currency ul:after{
	content: "";
	width: 320px;
	height: 1px;
	position: absolute;
	left: -350px;
	top: 15px;
	background: #e7f0f5;
}

.change_currency ul:after{
	left: auto;
	right: -350px;
}

.change_currency ul li{
	list-style: none;
	display: inline-block;
	vertical-align: top;
	width: 30px;
	height: 30px;
	border-radius: 2px;
	margin: 0 5px;
	border-radius: 2px;
	background-color: #fff;
	box-sizing: border-box;
	border: 1px solid #dbe8f0;
	text-align: center;
	cursor: pointer;
}

.change_currency ul li.active{
	border: 1px solid #ddd;
}

.change_currency ul li.active a{
	color: #444;
}

.change_currency ul li a{
	width: 30px;
	display: inline-block;
	text-align: center;
	line-height: 28px;
	text-decoration: none;
	font-weight: 700;
}

.change_currency ul li a:hover{
	box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.change_currency ul li.active a:hover{
	box-shadow: 0 10px 30px rgba(0,0,0,0);
}

.grid_modules .row{margin-bottom: 30px;}

.product_screens .demo{
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%,#f0f0f0 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#f0f0f0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 );
	text-align: center;
	padding: 50px 40px 0 40px;
	box-sizing: border-box;
}

.product_screens .demo a{
	line-height: 22px;
}

.tab-cont .grid1k2_product{
	margin-top: 0px;
}

.product_mini_text{
	font-size: 15px !important;
	line-height: 22px;
	padding-top: 5px;
}
.product_mini_text span{
	display: block;
	font-size: 13px;
	color: #666;
	line-height: 15px;
}


.product_description_category{
	position: relative;
	z-index: 0;
	height: 15px;
}

.product_description_category:hover{
	background-color: #fff !important; 
}

.product_description_category div{
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 2px;
	color: #999;
	padding: 0 15px 0 25px;
	background-color: #fff;
	display: inline-block;
	position: relative;
	z-index: 2;
}

.place .on_mobile{
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 2px;
	color: #999;
}

.product_description_category:after{
	content: "";
	height: 1px;
	width: 100%;
	position: absolute;
	z-index: 0;
	top: 22px;
	left: 0px;
	border-bottom: 1px dashed #ccc;
}

.place, .place.hover, .place:hover, .product_description_category.hover{
	background-color: transparent !important;
}

.big_product_footer .blue_btn{
	width: 100%;
	font-size: 14px;
}

.product_description.with_btn{
	padding-top: 40px;
}

.big_product_header.with_btn{
	padding-bottom: 40px;
}

.good_ul{
}
.good_ul li{
	list-style: none;
	padding-left: 30px;
	margin-top: 13px;
	font-size: 14px;
	position: relative;
}
.good_ul li:before{
	content: '';
	width: 18px;
    height: 18px;
    position: absolute;
    left: 0px;
    top: 0px;
    background-image: url(../images/yes_no.png);
    background-repeat: no-repeat;
    background-position: -18px 0;
}

.grid5.about_goods .row:before{
	background: #fff url(../images/goods_ssl.png) no-repeat;
}

.grid5.about_goods .row.good1:before{
	background-position: 0 0px !important;
}
.grid5.about_goods .row.good2:before{
	background-position: 0 -70px !important;
}
.grid5.about_goods .row.good3:before{
	background-position: 0 -140px !important;
}
.grid5.about_goods .row.good4:before{
	background-position: 0 -210px !important;
}
.grid5.about_goods .row.good5:before{
	background-position: 0 -280px !important;
}

.how_ssl{

}

.how_ssl .row{
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0 0 50px rgba(0,0,0,0.05);
	padding: 15px;
	display: table;
	box-sizing: border-box;
	position: relative;
}

.how_ssl .row:after{
	content: "";
	position: absolute;
	right: -23px;
	top: 35px;
	width: 14px;
	height: 11px;
	background-image: url(../images/next.png);
    background-repeat: no-repeat;
}
.how_ssl .row:nth-child(4):after{
	display: none;
}

.how_ssl_icon{
	width: 50px;
	height: 50px;
	background-image: url(../images/how_ssl.png);
    background-repeat: no-repeat;
    background-position: -18px 0;
    display: table-cell;
}

.how_ssl_icon.icon1{
	background-position: 0px 0px;
}
.how_ssl_icon.icon2{
	background-position: 0px -50px;
}
.how_ssl_icon.icon3{
	background-position: 0px -100px;
}
.how_ssl_icon.icon4{
	background-position: 0px -150px;
}

.how_ssl_text{
	font-size: 14px;
	padding-left: 10px;
	vertical-align: middle;
	display: table-cell;
}

.pod_title{
	font-size: 14px;
	margin: -16px 0 30px 0;
}

.ssl_blocks .change_currency{
	position: absolute;
	right: 0px;
	top: 0px;
}

.ssl_blocks .change_currency ul{
	padding: 0px;
	background-color: transparent;
}

.change_currency ul:before, .change_currency ul:after{
	display: none;
}

.white_table{
	background-color: #fff;
	width: 100%;
	box-shadow: 0 0 50px rgba(0,0,0,0.05);
}

.white_table th, .white_table td{
	padding: 15px;
	border-right: 1px solid #f5f5f5;
	text-align: left;
}

.white_table th:last-child, .white_table td:last-child{
	border-right: none;
}

.white_table th:nth-child(3), .white_table td:nth-child(3){
	width: 1%;
	white-space: nowrap;
}
.white_table th:nth-child(2), .white_table td:nth-child(2){
	min-width: 135px;
}
.white_table th:nth-child(4), .white_table td:nth-child(4){
	min-width: 120px;
}

.white_table th{
	padding: 20px 15px;
}
.white_table th, .white_table th a{
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 10px;
	font-family: 'ProximaNova-Bold';
	border-right: 1px solid #f5f5f5;
}

.white_table td{
	font-size: 13px;
}

.white_table th a.active{
	color: #444;
}

.white_table tr:nth-child(odd) td{
	background-color: #f9fafb;
}

.buy_btn{
	height: 30px;
	line-height: 30px;
	font-family: 'ProximaNova-Bold';
	width: auto;
	padding: 0 10px;
	box-sizing: border-box;
	border: 1px solid #d6e4ed;
	display: inline-block;
	border-radius: 2px;
	text-decoration: none;
}

.buy_btn:hover{
	background-color: #fff;
	box-shadow: 0 5px 10px rgba(0,0,0,0.05);
}

.td_price, .td_price a{
	font-size: 12px;
}
td .action{
	color: #e00;
	margin-left: 10px;
}

.ssl_option, .ssl_method{
	font-size: 11px;
	color: #fff;
	height: 19px;
	line-height: 19px;
	padding: 0 5px;
	border-radius: 2px;
	background-color: #23a2bf;
	display: inline-block;
	position: relative;
}

.ssl_option.green{
	background-color: #20b551;
}

.ssl_method.idn{
	background-color: #2097c5;
}
.ssl_method.wc{
	background-color: #694aa8;
}
.ssl_method.sgc{
	background-color: #ff8e00;
}
.ssl_method.san{
	background-color: #eb392b;
}
.ssl_method{
	text-transform: uppercase;
	line-height: 21px;
	margin-right: 5px;
	padding: 0px;
	text-align: center;
	width: 27px;
}
.ssl_method:last-child {
	margin-right: 0;
}

.ssl_filter{
	background-color: #fff;
	box-shadow: 0 0 50px rgba(0,0,0,0.05);
	border-radius: 2px;
	margin-top: 8px;
	position: relative;
	z-index: 2;
}


.ssl_filter .content{
	width: 100%;
}

.ssl_filter .tab-cont{
	padding: 0px !important;
}

.ssl_filter h2{
	font-size: 24px;
	padding: 20px 30px;
}

.ssl_filter .tabs .tab{
	box-shadow: none !important;
	padding: 0px !important;
	height: auto !important;
	line-height: normal !important;
	font-family: 'ProximaNova-Regular' !important;
	font-size: 14px;
	background: transparent !important;
	margin: 0 10px 0 0 !important;
}

.ssl_filter .tabs .tab.active{
	color: #444 !important;
}

.ssl_filter .tabs{
	text-align: left !important;
	padding: 0 30px 19px 30px;
	margin-top: -35px;
}

.ssl_filter_block{
	border-top: 1px solid #f0f0f0;
	padding: 16px 30px;
}

.ssl_filter_block li{
	list-style: none;
	margin: 5px 0;
}

.ssl_filter_block label{
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 25px;
	font-size: 13px;
	margin: 4px 0;
}

.ssl_filter_block input[type=radio]{
	display: none;
}

.ssl_filter_block label:before{
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 10px;
	position: absolute;
	left: 0;
	top: 0px;
	background-color: #f0f0f0;
	transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
}

.ssl_filter_block .ssl_filter_radio label:before{
	border-radius: 8px;
}

.ssl_filter_block input[type=radio]:checked + label:before{
    content: "";
    background-color: #55bfd1;
    background-image: url(../images/checkbox.png);
    background-repeat: no-repeat;
    background-position: 0px -16px;
}

.ssl_filter_block input[type=radio] + label:before{
    background-position: 0px -16px;
}

.ssl_filter_block input[type=checkbox]{
	display: none;
}

.ssl_filter_block .ssl_filter_check label:before{
	border-radius: 2px;
}

.ssl_filter_block input[type=checkbox]:checked + label:before{
	content: "";
    background-color: #55bfd1;
    background-image: url(../images/checkbox.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

.ssl_filter_block_title{
	font-family: 'ProximaNova-Bold';
	margin-bottom: 6px;
}

.ssl_filter_block .ssl_option, .ssl_filter_block .ssl_method{
	top: -1px;
}

.ssl_filter_block a{
	color: #444;
	font-size: 13px;
	text-decoration: underline;
}

.ssl_filter_block .ssl_method{
	margin-right: 10px;
}

.filter_btn{
	height: 40px;
	line-height: 40px;
	padding: 0 25px;
	border-radius: 3px;
	display: inline-block;
	background: #10689b;
	color: #fff;
	font-family: 'ProximaNova-Bold';
	text-align: center;
	text-decoration: none;
	box-shadow: 0 5px 15px rgba(16,104,155,0.25);
	position: relative;
	margin-bottom: 20px;
	display: none;
	float: left;
}


.filter_btn:hover{
	background: #55bfd1;
	color: #fff;
	box-shadow: 0 5px 15px rgba(85,191,209,0.25);
}

.closer_ssl{
	position: fixed;
	z-index: 11;
	top: 20px;
	right: 20px;
	width: 18px;
	height: 18px;
	background-image: url(../images/close.png);
	background-repeat: no-repeat;
	background-size: 100%;
	display: none;
}

.mobile_btns{
	display: none;
	padding: 0px 20px 20px 20px;
}


.mobile_btns a{
	width: 50%;
	float: left;
	height: 40px;
	line-height: 40px;
	background-color: #eee;
	text-align: center;
	font-family: 'ProximaNova-Bold';
	text-decoration: none;

}

.mobile_btns a.ok{
	background-color: #10689b;
	color: #fff;
	border-radius: 3px 0px 0px 3px;
}
.mobile_btns a.clean{
	color: #999;
	border-radius: 0px 3px 3px 0px;
}
.mobile_btns a.ok:hover{
	background-color: #4bb3c9;
}

.mobile_btns a.clean:hover{
	color: #444;
}

.complete_zakaz{
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0 0 50px rgba(0,0,0,0.05);
}

.complete_zakaz h2{
	padding: 20px 30px 0px 30px;
	font-size: 24px;
}

.complete_zakaz .pod_title{
	padding: 0 30px 0px 30px;
	margin-bottom: 20px;
}
.complete_zakaz .pod_title a{
	text-transform: uppercase;
	margin: 0 0 0 10px;
}
.complete_zakaz .pod_title a.active{
	text-decoration: none;
	color: #444;
}

.complete_zakaz .blue_btn{
	width: 100%;
}

.complete_zakaz .blue_btn:before, .complete_zakaz .blue_btn:after{
	display: none;
}

.complete_zakaz_footer{
	padding: 30px;
}

.complete_zakaz_pdf{
	margin: 25px 0 0px 0;
}

.complete_zakaz_pdf img{
	float: left;
}

.complete_zakaz_pdf_text{
	margin-left: 55px;
}

.complete_zakaz_pdf_text a{
	font-size: 14px;
}
.complete_zakaz_pdf_text div{
	font-size: 12px;
	color: #999;
}

.complete_zakaz_info{
	padding: 20px 30px;
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
}

.complete_zakaz_info p{
	font-size: 14px;
}

.complete_zakaz_info table{
	width: 100%;
	margin-top: 10px;
}

.complete_zakaz_info table tr td{
	font-size: 14px;
	padding: 10px 0 0 0;
}
.complete_zakaz_info table tr td:nth-child(2){
	font-family: 'ProximaNova-Bold';
	text-align: right;
	width: auto;
}

.ssl_main_info .row>div{
	margin-bottom: 10px;
}

.ssl_main_info .ssl_method, .ssl_main_info .ssl_option{
	margin: 0 0 0 5px;
}

.ssl_stars{
	position: relative;
	top: 1px;
}

.ssl_stars img{
	margin-left: 3px;
}

.ssl_tarif{
	background-color: #fff;
	box-shadow: 0 0 50px rgba(0,0,0,0.15);
	margin: 20px 0;
}

.ssl_tarif_title{
	padding: 20px 30px;
	/*text-transform: uppercase;*/
	font-family: 'ProximaNova-Bold';
	font-size: 16px;
	/*letter-spacing: 2px;*/
}

/*.ssl_tarif div:nth-child(even){
	background-color: #f9fafb;
	background-color: #fff;
	border-bottom: 2px solid #56c2d2;
}*/

.ssl_tarif div:nth-child(odd) label{
	padding: 17px 15px 35px 70px;
}
.ssl_tarif div:nth-child(odd) label:before {
	top: 16px;
}

.ssl_tarif label{
	display: block;
	cursor: pointer;
	position: relative;
	padding: 15px 15px 33px 70px;
	font-size: 14px;
	width: 100%;
	box-sizing: border-box;
}

.ssl_tarif input[type=radio]{
	display: none;
}

.ssl_tarif label:before{
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 10px;
	position: absolute;
	left: 30px;
	top: 15px;
	background-color: #f0f0f0;
	transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
}

.ssl_tarif .ssl_filter_radio label:before{
	border-radius: 8px;
}

.ssl_tarif input[type=radio]:checked + label:before{
	/*
    content: "";
    background-color: #fff;
    background-image: url(../images/checkbox.png);
    background-repeat: no-repeat;
    background-position: 0px -32px;
    */
	background-color: #fff;
	background-image: url(../images/checkbox.png);
	background-position: 0px -32px;
	opacity: 1;
}

.ssl_tarif input[type=radio] + label:before{
    background-position: 0px -32px;
}

.ssl_tarif label span, .ssl_tarif label b{
	width: 48%;
	float: left;
	color: inherit;
}
.ssl_tarif label b {
	color: #444;
}
.ssl_tarif .checked-period label b {color: #fff;}

.ssl_tarif .ssl_filter_radio label:hover{
	color: #56c2d2;
	cursor: pointer;
}

.ssl_tarif .ssl_filter_radio label:hover:before{
	background-color: #56c2d2;
	background-image: url(../images/checkbox.png);
	background-position: 0px -16px;
	opacity: .5;
}

.ssl_tarif input[type=radio]:checked + label{
	
	color: #fff;
	background-color: #56c2d2;
	/*color: #27a1b3;*/
	
}
.ssl_tarif input[type=radio]:checked + label:hover:before{
	opacity: 1;
}

.ssl_option_more{
	margin: 30px 0;
}

.ssl_option_more h4{
	font-size: 24px;
	margin-bottom: 7px;
}

.ssl_option_more .row div{
	font-size: 13px;
	margin: 5px 0;
}
.ssl_option_more .row div span{
	width: 68%;
	display: inline-block;
}
.ssl_option_more .row div b{
	width: 32%;
	display: inline-block;
}

.ssl_option_description{
	margin: 15px 0;
}

.ssl_option_description p{
	font-size: 13px;
	line-height: 17px;
	color: #666;
	margin-top: 10px;
}

.ssl_option_description div{
	font-family: 'ProximaNova-Bold';
}

.ssl_option_description .ssl_option, .ssl_option_description .ssl_method{
	font-family: 'ProximaNova-Regular';
}

.ssl_return{
	display: block;
	padding: 20px 30px 20px 60px;
	background-color: #f8fafc;
	text-decoration: underline;
	position: relative;
	border-radius: 3px;
	font-size: 13px;
	margin: 30px 0;
}

.ssl_return:hover{
	background-color: #fff;
	box-shadow: 0 0 50px rgba(0,0,0,0.025);
}
.ssl_return:before{
	content: "";
    position: absolute;
    left: 30px;
    top: 23px;
    width: 14px;
    height: 11px;
    background-image: url(../images/next.png);
    background-repeat: no-repeat;
    -webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg); 
	transform: rotate(180deg);
}

.icon_in_ssl{
	position: relative;
	top: 3px;
}

.pod_title span{
	display: inline-block;
	margin: 0 0 0 0;
	position: relative;
  top: 4px;
}

.pod_title .change_currency{
	display: inline-block;
	margin: 0 0 0 5px;
}

.pod_title .change_currency li a{
	margin: 0 0 0 0;
}

.sales_texts_td td{
	color: #50c038;
	font-family: 'ProximaNova-Bold';
}

.table_maska_ssl{
	width: 100%;
	overflow: auto;
	box-shadow: 0 0 50px rgba(0,0,0,0.15);
}
.table_maska_ssl table{
	width: 100%;
	
}
.table_maska_ssl table th, .table_maska_ssl table tr td{
	text-align: left;
	padding: 15px 30px;
	
}

.table_maska_ssl table tr:nth-child(odd) td{
	background: #f9fafb;
}

.table_maska_ssl table th{
	text-transform: uppercase;
	font-family: 'ProximaNova-Bold';
	font-size: 10px;
	letter-spacing: 2px;
	padding: 20px 30px;
}

.table_maska_ssl table tr td{
	font-size: 13px;
}

.ssl_dops_text{
	font-size: 14px;
	margin-bottom: 20px;
}

.small_h4{
	font-size: 24px; 
	line-height: 24px;
	margin: 10px 0;
}




/*  NEW  */

.content_colums:after{
	content: "";
	display: block;
	clear: both;
}

.left_column, .right_column{
	float: left;
	width: 65%;
	margin-right: 5%;
}

.right_column{
	width: 30%;
	margin-right: 0px;
}

.news_txt_footer{
	border-top: 1px solid #ddd;
	padding: 30px 0;
	margin: 30px 0;
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}

.news_txt_date{
	font-size: 14px;
	margin-bottom: 5px;
}
.news_txt_share {
	margin-bottom: 5px;
}
.news_txt_share>span, .news_txt_share>div{
	display: inline-block;
	vertical-align: middle;
}

.news_txt_share>span{
	font-size: 14px;
	margin-right: 5px;
}

.news_txt_share>div span{
	color: #fff;
}

.block_news2 li{
	margin-bottom: 30px;
}

.block_news2 div{
	margin-top: 10px;
}

.right_column h4{
	/*position: relative;
	top: -5px;*/
	margin-bottom: 10px;
	font-size: 20px;
}

/*  NEW  */
.inner_content h2 {
	font-size: 30px;
}


@media screen and (max-width: 1400px){
	.owl-nav{top: auto; margin: 0px; bottom: 20px;}
	.m_owl_marging .owl-nav{bottom: 35px;}
	.owl-nav .owl-next{right: 15px;}
	.owl-nav .owl-prev{left: 15px;}
	.certificates .owl-nav{top: auto; right: auto; bottom: 20px;}
	.certificates .owl-nav .owl-next{right: 15px}
	.certificates .owl-nav .owl-prev{left: 15px}
	.certificates .owl-dots{display: block;}

	.docs_owl .owl-nav{margin: 0px !important; bottom: -30px; top: auto;}
	.docs_owl .owl-nav .owl-prev{left: 15px;}
	.docs_owl .owl-nav .owl-next{right: 15px;}
}

@media screen and (max-width: 1170px){
	.mobile_btns{display: block;}
	.content{width: 100%; padding: 0 15px;}
	header.scroll .header_big, .header_big{padding: 10px 15px;}
	header.scroll .logo img, .logo img{width: 200px; height: auto;}
	.top, .main_nav, .no_mobile, .blue_btn:before, .change_currency ul:after, .change_currency ul:before{display: none;}
	header, header.scroll{height: 65px;}
	main{margin-top: 65px;}
	.menu_open, .cart_open{display: block;}
	.owl-nav{top: auto; margin: 0px; bottom: 20px;}
	.m_owl_marging .owl-nav{bottom: 35px;}
	.owl-nav .owl-next{right: 15px;}
	.owl-nav .owl-prev{left: 15px;}
	.block_partners .owl-nav{display: none;}
	.row{width: 100% !important; margin-right: 0% !important;}
	.footer_phone, .footer_mail{display: block; text-align: center;}
	.footer_btns{text-align: center; margin: 15px 0px;}
	.footer_payments{text-align: center;}
	.footer_payments li{float: none; display: inline-block;}
	.footer_bottom{text-align: center; padding: 15px 0; margin-top: 15px; background: transparent;}
	.ruliot{position: relative; margin-top: 5px;}
	footer{padding-top: 25px; background-size: auto !important;}
	.slider_bg1, .slider_bg2, .slider_bg3{background-size: 100% 100% !important; animation: none;}
	.block_grey, .block_white{padding: 25px 0;}
	.footer_text2{background: rgba(0,0,0,0.15); text-align: center; padding: 15px; margin-top: 15px; color: #fff; opacity: 1; display: block;}
	.certificates .owl-nav{top: auto; right: auto; bottom: 20px;}
	.certificates .owl-nav .owl-next{right: 15px}
	.certificates .owl-nav .owl-prev{left: 15px}
	.certificates .owl-dots{display: block;}
	.m_news h4 a{display: none;}
	.m_btn{display: block;}
	.block_news .row{margin-bottom: 15px}
	.m_news ul{margin-bottom: -15px}
	.blue_btn{width: 100%;}
	.main_banner_clock{display: none;}
	.main_banner_bg .content{text-align: center;}
	.main_banner_bg .content h2{font-size: 24px;}
	.main_banner_bg{padding: 40px 0; height: auto; background-size: auto !important;}
	.product_image img{width: 100% !important;}
	.product_horizontal .product_content{float: none; max-width: 100%; width: 100%; padding: 30px 30px 20px 30px;}
	.product_horizontal .product_bottom{float: none; max-width: 100%; border-top: 1px solid #e7f0f5; padding: 20px 30px 30px 30px}
	#wr-tabs .tabs .tab, #wr-tabs2 .tabs .tab{margin-bottom: 20px;}
	#wr-tabs .tabs, #wr-tabs2 .tabs{margin-bottom: -20px;}
	.slider img{display: none !important;}
	.slider_text{ height: 190px; display: table-cell; text-align: center; padding-top: 40px;}
	.slider h2, .slider a{width: 100%; font-size: 24px; text-align: center; margin-bottom: 60px; line-height: 30px;}
	.main_slider .owl-dots{bottom: 25px;}
	.slider .owl-nav{bottom: 45px; z-index: 3;}
	.m_block{box-shadow: none; padding: 0px;}
	.m_content{padding: 0px;}
	.m_news{padding: 25px 15px; box-sizing: border-box; box-shadow: 0 0 60px rgba(0,0,0,0.05);}
	.m_certificates{padding: 25px 15px; box-sizing: border-box;}
	.m_partners{box-shadow: 0 0 60px rgba(0,0,0,0.05);}
	h3, h4{font-size: 24px; text-align: center; line-height: 30px;}
	.goods .row{width: 50% !important; padding: 0px; margin:0 0 25px 0; text-align: center;}
	.goods .row br{display: none;}
	.goods .row:before{position: relative; top: auto; left: auto; display: inline-block;}

	.goods .row span{display: block; font-size: 15px;}
	.slider_goods .owl-item{text-align: center !important;}
	
	.main_banner_bg{background-attachment: scroll;}
	.mobile_exchange .row{width: 22.9375% !important; float: left !important; margin-right: 2.75% !important;}
	.mobile_exchange .row:nth-child(4n){margin-right: 0% !important;}
	
	.blue_btn_big{height: auto !important; width: 100% !important;}
	.inner_block_padding{padding: 0px;}

	.contacts_divs>div .row{margin-top: 20px;}
	.contacts_divs>div .row:first-child{margin-top: 0px;}
	.inner_block_white.contacts_divs{box-shadow: none; padding: 0px; margin-bottom: -20px; margin-top: 30px;}
	.docs_owl_title{width: 100%; text-align: center; padding: 0px 0px 30px 0px;}
	.docs_owl{width: 100% !important; margin-bottom: 30px;}
	.about_goods .row{margin-bottom: 30px;}
	.about_goods{margin-bottom: -30px;}
	.dogovor{margin-bottom: 30px; text-align: center;}
	.dogovor_img{float: none; display: inline-block; margin: 0px;}
	.dogovor b a{display: block; margin-top: 10px;}

	.mini_form{width: 100%;}

	.partner_tabs{width: 100%; overflow: auto; height: 180px; white-space: nowrap; margin-top: 30px;}
	.partner_tabs li.row{width: 80% !important; display: inline-block; float: none; margin-right: 20px !important;}
	.partner_tab_title{white-space: normal; margin-top: 0px; font-size: 18px;}
	.mini_form .row{text-align: center; margin-bottom: 15px;}

	.mini_goods .row{margin-top: 30px;}
	.inner_content h2, .inner_content_gray h2{font-size: 24px;}
	.inner_content_gray{padding: 30px 0;}
	.inner_content{margin: 30px 0;}
	.grid1k2_product>.row:nth-child(2n){position: relative;}
	.grid1k2_product>.row:first-child{display: none;}
	.grid1k2_product .owl-nav{bottom: 19px;}
	.bp_product_description li, .bp_dop_product_description li{padding: 15px 0 !important; height: auto !important; line-height: normal !important; border-bottom: 1px solid #eee;}
	.bp_product_description li:last-child, .bp_dop_product_description li:last-child{border-bottom: none;}
	.bp_product_description li.hover, .bp_dop_product_description li.hover{background-color: #fff !important;}
	.bp_product_description .white_btn{width: 100%;}
	.bp_dop_product_description, .bp_product_description{padding: 0px !important; margin: 0px !important;}
	.bp_product_description{padding: 0 30px;}
	.tabs.grid6{width: 100%; overflow: auto; height: 180px; white-space: nowrap; margin-top: 30px;}
	.tabs.grid6 li.row{width: 70% !important; display: inline-block; float: none; margin-right: 20px !important;}
	#wr-tabs3 .tabs{height: 120px;}
	.on_mobile{	display: block;}
	.mini_goods{margin-top: 10px;}
	.padding_btn{padding: 0 30px;}
	.big_product_header{height: auto !important;}
	.big_product_header.without_btn{padding: 18px 0 20px 0;}

	.bp_product_description .place{padding: 10px 20px !important; background-color: #f5f5f5 !important;}
	.bp_product_description .place:hover, .bp_product_description .place.hover{background-color: #f5f5f5 !important;}
	.bp_product_description .place .on_mobile{padding: 5px 0px !important; }

	.table_mask{width: 100%; overflow: auto;}
	.how_ssl .row{margin: 0 0 30px 0;}
	.how_ssl .row:after{right: 50%; margin-right: -6px; -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); top: auto; bottom: -22px;}
	.pod_title{text-align: center; margin-bottom: 20px;}
	.ssl_blocks .change_currency{position: relative; float: right; margin: 0;}
	.filter_btn{display: inline-block;}

	.ssl_blocks .row:first-child{position: fixed; top: 0px; left: 0px; right: 0px; bottom: 0px; margin: 0px; z-index: 20; overflow: auto; display: none;}
	.ssl_filter{min-height: 100%; margin: 0px;}
	.ssl_filter h2{padding: 10px 18px;}
	.closer_ssl{display: block;}
	.ssl_filter #wr-tabs .tabs{margin-bottom: 0px !important;; padding: 10px 20px 20px 20px !important;}
	.ssl_filter_block{padding: 16px 6px;}
	.complete_zakaz h2, .ssl_tarif_title, .complete_zakaz_info{text-align: center;}
	.ssl_tarif label{padding-left: 50px !important;}
	.ssl_tarif label:before{left: 20px;}
	.complete_zakaz{background-color: #ffffdf;}

	/*  NEW  */
	.left_column, .right_column{float: none; margin-right: 0px; width: 100%;}
	/*  NEW  */
}

@media screen and (max-width: 360px){
	header.scroll .logo img, .logo img{width: 180px; height: auto;}
	.product_links .litle_link{float: none; display: block; margin-top: 10px;}
	.bp_product_description .white_btn{font-size: 13px;}
	.pf_price, .ph_price{font-size: 17px;}
	.old_price{font-size: 12px;}
	.ph_title{font-size: 20px;}
	.inner_header h1{font-size: 30px;}
	.ssl_filter_block a{display: inline-block; width: 160px; vertical-align:top; padding-top: 4px;}
	.ssl_filter_block label{vertical-align: top;}
	.ssl_option_more .row div span{vertical-align: top; width: 55%;}
	.ssl_option_more .row div b{vertical-align: top; width: 45%; padding-left: 15px; box-sizing: border-box;}
	.ssl_tarif label span, .ssl_tarif label b{display: block; width: 100%;}
	.ssl_tarif label{padding: 15px 15px 50px 55px}
	.ssl_tarif label:before{top: 25px;}
	.inner_content h2, .inner_content_gray h2, .ssl_option_more h4{font-size: 22px; line-height: 26px;}
	.complete_zakaz_pdf_text a{margin: -3px 0 0 0; display: inline-block; line-height: 15px;}
	.ssl_return:before{top: 33px;}

	/*  NEW  */
	.news_txt_footer{text-align: center;}
	/*  NEW  */

}

@media (max-width: 480px) {
	.mobile_phone_link {
		font-size: 14px;
	}
	header .logo img {
		width: 130px !important;
		margin-top: 7px;
	}
}