@import url('https://fonts.googleapis.com/css2?family=Arsenal:ital,wght@0,400;0,700;1,700&display=swap');
* {margin:0; padding:0;}
html,body {
	width: 100%;
	height: 100%;
	background-color:#FFF;
	font-family: 'Lato';
	color:#000;
	font-size:14px;
}
h2,h3,h4,h5,h6{
    font-weight:normal;
}
a{
    color:#3db4e6;
	text-decoration: none;
	transition: all 0.2s ease-in;
}
a:hover{
	text-decoration:underline;
}
ul{
    list-style:none;
}
ol{
    margin-left:20px;
}
img{
	max-width: 100%;
}
input,textarea,select{
	font-family: 'Lato';
    outline:none;
}
textarea{
    overflow:hidden;
}
table{
    border-collapse: collapse;
}
iframe{
	max-width: 100%;
}
.cleared:after{
	content:'';
	display:table;
	clear: both;
}
.wrapper {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	overflow-x: hidden;
}
.content {
	padding-bottom: 40px;
	flex: 1 0 auto;
}
.footer {
	flex: 0 0 auto;
}
.row-box{
	margin-left:-10px;
	margin-right: -10px;
}
.row-box>div[class^="row-"]{
	float: left;
	box-sizing: border-box;
	padding: 0 10px;
}
.row-1{
	width: 100%;
}
.row-2{
	width: 50%;
}
.row-2:nth-child(2n)+div{
	clear: both;
}
.row-3{
	width: 33.33%;
}
.row-3:nth-child(3n)+div{
	clear: both;
}
.row-4{
	width: 25%;
}
.row-4:nth-child(4n)+div{
	clear: both;
}
.row-5{
	width: 20%;
}
.row-6{
	width: 16.66%;
}
.container{
	max-width: 1170px;
	padding:0 10px;
	margin: 0 auto;
}
.header{
	background: #FFF;
	position: relative;
	z-index: 10;
}
.header>.container{
	padding-top: 20px;
	padding-bottom: 15px;
	position: relative;
	z-index: 0;
}
.head-left{
	width: 225px;
	float: left;
}
.head-right{
	margin-left: 245px;
}
.head-tel{
	max-width: 810px;
	width: 100%;
	float: right;
}
.head-tel-box{
	width: 50%;
	float: left;
	box-sizing: border-box;
	padding-right: 25px;
}
.head-tel-box:nth-child(2n)+div{
	clear: both;
}
.tel-title{
	color:#304858;
	font-weight: bold;
}
.head-tel-box p{
	display: inline-block;
	vertical-align: top;
	margin-bottom: 5px;
}
.head-tel-box a{
	text-decoration: none;
	color: #000;
	font-size: 14px;
}
.head-tel-box a span,
.head-tel-box a:hover{
	color: #f44336;
}
.head-tel .tel-link:after{
	content:',';
	display: inline-block;
	vert-align: bottom;
}
.head-tel .tel-link:last-child:after{
	display: none;
}
.lang-panel{
	position: absolute;
	z-index: 1;
	top: 7px;
	right: 10px;
}
.lang-panel ul{
	width:38px;
	padding: 19px 0 0 0;
}
.lang-panel ul:hover{
	box-shadow: 0 0 3px 1px #2f3e4b;
}
.lang-panel ul:after{
	content: '';
	width: 10px;
	height: 5px;
	display: block;
	position: absolute;
	z-index: -1;
	top:7px;
	right:3px;
	background: url(../images/icons/triangle.svg) no-repeat center center;
	cursor: pointer;
}
.lang-panel ul:hover>li{
	display: block;
}
.lang-panel ul li{
	display: none;
	background: #FFF;
}
.lang-panel ul li a{
	padding: 2px 15px 2px 3px;
	display: block;
	font-size: 14px;
	color: #000;
	font-weight: 500;
	text-decoration: none;
}
.lang-panel ul li a:hover{
	background: #3db4e6;
	color: #FFF;
}
.lang-panel ul li.active>a:hover{
	background: transparent;
	color: #000;
}
.lang-panel ul li.active{
	position: absolute;
	z-index: 0;
	top:0;
	left: 0;
	display: block;
	background: transparent;
}
.top-bar{
	position: relative;
	z-index: 5;
	background: #3db4e6;
}
.top-bar-right {
	width: 260px;
	float: right;
	padding-top: 12px;
	padding-bottom: 10px;
}
.top-right-cont{
	float: right;
}
.top-basket{
	float: left;
	margin-left: 45px;
}
.top-basket>a.basket-icon{
	width: 33px;
	height: 33px;
	display: block;
	vertical-align: top;
	text-align: left;
	font-size: 12px;
	color: #FFF;
	position: relative;
	z-index: 0;
	text-decoration: none;
	background: url(../images/icons/cart.svg) no-repeat center center;
}
.top-basket>a.basket-icon span{
	width: 15px;
	height: 15px;
	line-height: 15px;
	text-align: center;
	position: absolute;
	z-index: 0;
	right:0;
	top:0;
	border-radius: 100%;
}
.top-search{
	width: 30px;
	height: 30px;
	position: relative;
	z-index: 2;
	float: left;
}
.top-search-box{
	position: absolute;
	z-index: 1;
	right: 0;
	top:0;
	padding-right: 35px;
	height: 30px;
	display: none;
}
.search-btn{
	width: 30px;
	height: 30px;
	cursor: pointer;
	border:0;
	position: absolute;
	z-index: 1;
	top:0;
	right: 0;
	background: url(../images/icons/search.svg) no-repeat center center;
}
.search-input{
	width: 250px;
	padding: 3px 10px;
	font-size: 12px;
	color: #000;
	box-sizing: border-box;
	background: #FFF;
	height: 30px;
	border:0;
}
.top-search-btn{
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(../images/icons/search.svg) no-repeat center center;
}
.top-bar-left {
	width: 100%;
	margin-right: -260px;
	float: left;
}
.top-bar-cont {
	margin-right: 260px;
}
.top-nav-btn {
	width: 30px;
	height: 16px;
	position: absolute;
	z-index: 1;
	cursor: pointer;
	left: 10px;
	top: 13px;
	border-top: 3px solid #FFF;
	border-bottom: 3px solid #FFF;
	display: none;
}
.top-nav-btn:before{
	content: '';
	width: 100%;
	height: 3px;
	background: #FFF;
	position: absolute;
	z-index: -1;
	left: 0;
	top:50%;
	margin-top: -1.5px;
}
.top-nav>ul{
	display: table;
}
.top-nav>ul>li{
	display: table-cell;
	position: relative;
	z-index: 1;
}
.top-nav>ul>li>a{
	height: 55px;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	display: table;
}
.top-nav>ul>li:hover>a,
.top-nav>ul>li.active>a,
.top-nav>ul>li>a:hover {
	background: #304858;
	color: #FFF;
}
.top-nav>ul>li>a>span {
	height: 55px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 0 20px;
}
.top-nav>ul>li.parents>a>span:after{
	content: '';
	width: 9px;
	height: 5px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	background: url(../images/icons/down.svg) no-repeat center center;
}
.top-nav>ul>li>ul{
	width: 235px;
	padding:10px 0;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 45px;
	background: #f2f3f8;
	visibility: hidden;
	opacity: 0;
	transition: all 0.2s ease-in;
}
.top-nav>ul>li:hover ul{
	visibility: visible;
	opacity: 1;
}
.top-nav>ul>li>ul>li>a{
	display: block;
	padding: 7px 10px 7px 20px;
	color: #000;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
}
.top-nav>ul>li>ul>li.active>span,
.top-nav>ul>li>ul>li.active>a {
    display: block;
    padding: 7px 10px 7px 20px;
    color: #3db4e6;
	font-weight:bold;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
	background-color: #e5e7f0;
}
.top-nav>ul>li>ul>li.active>a,
.top-nav>ul>li>ul>li>a:hover{
	background: #e5e7f0;
}
.slider-bar{
	height: 395px;
	overflow: hidden;
}
.slide-box{
	height: 395px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.slide-box .container{
	height: 100%;
	position: relative;
	z-index: 0;
}
.slide-box-cont{
	max-width: 330px;
	font-size: 32px;
	color: #f44336;
	font-weight: 300;
	position: absolute;
	z-index: 0;
	left: 10px;
	bottom: 85px;
}
.slide-box-title{
	font-size: 33px;
	line-height: 33px;
	color: #000;
	font-weight: bold;
}
.slide-box-btn{
	padding-top: 17px;
}
.button{
	width: 220px;
	height: 45px;
	color: #FFF;
	border:0;
	cursor: pointer;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	display: block;
	line-height: 45px;
	background-color: #304858;
}
.button:hover{
	text-decoration: none;
	background-color:#f44336;
}
.catalog-bar{
	position: relative;
	z-index: 1;
	top:-15px;
}
.catalog-box{
	max-width: 254px;
	height: 212px;
	display: block;
	position: relative;
	z-index: 0;
	background: #FFF;
	padding: 120px 10px 15px 10px;
	border: solid 1px #ebebeb;
	margin: 0 auto 35px auto;
}
.catalog-box:before{
	content: '';
	position: absolute;
	z-index: -1;
	left: 10px;
	right: 10px;
	top:15px;
	bottom: 15px;
	background: #FFF;
	border: solid 1px #ebebeb;
}
.catalog-box:hover{
	background:#f2f3f8;
}
.catalog-box-top{
	position: absolute;
	z-index: 1;
	left: 20px;
	right: 20px;
	top: 35px;
	text-align: center;
	font-size: 24px;
	color: #000;
}
.catalog-box-top span{
	display: block;
	font-size: 18px;
	font-weight: 300;
	color: #304858;
}
.catalog-box-top span.catalog-box-name{
	color: #000;
	font-size: 24px;
	font-weight: 500;
}
.catalog-box-top span.catalog-box-name span{
	 font-size: 20px;
	 font-weight: 500;
}
.catalog-box-top span.catalog-box-name b{
	font-size: 17px;
	font-weight: 500;
}
.catalog-box-img{
	width: 100%;
	height: 140px;
	display: table;
	margin-bottom: 5px;
}
.catalog-box-align{
	width: 100%;
	height: 140px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.catalog-box-align img{
	max-height: 100%;
	transition: all 0.2s ease-in;
}
.catalog-box:hover .catalog-box-align img{
	transform: scale(1.07);
}
.catalog-box-btn{
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	color: #000;
	display: block;
	margin-left: 8px;
	margin-right: 8px;
	background: #ebebeb;
}
.catalog-box:hover .catalog-box-btn{
	color: #FFF;
	background: #3db4e6;
}
.advantages-bar{
	padding-top:25px;
	color: #FFF;
	background: #2c3d49 url(../images/actualnost-bg.jpg) no-repeat center center;
	background-size: cover;
}
.advantages-bar .container{
	height: 100%;
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.advantage-box{
	max-width: 258px;
	min-height: 227px;
	padding: 10px;
	margin: 0 auto 20px auto;
	background: #38505e;
}
.advantage-box-icon{
	width: 100%;
	height: 110px;
	display: table;
	margin-bottom: 20px;
	transition: all 0.2s ease-in;
}
.advantage-box-icon>span{
	width: 100%;
	height: 110px;
	display: table-cell;
	vertical-align: bottom;
	text-align: center;
}
.advantage-box:hover .advantage-box-icon{
	transform: scale(1.07);
}
.advantage-box-name{
	padding: 0 17px;
	text-align: center;
	font-size: 18px;
}
.advantage-block{
	background: #38505e;
}
.advantage-block:after{
	content: '';
	position: absolute;
	z-index: -1;
	background: #38505e;
	width: 100%;
	top:0;
	bottom: 20px;
}
.advantage-block-img{
	text-align: center;
	padding: 35px 35px 15px 35px;
}
.advantage-block-text{
	padding: 0 35px;
	font-size: 18px;
	font-weight: 300;
}
.module-box{
	padding: 50px 0 30px 0;
}
.module-title{
	font-size: 34px;
	color: #304858;
	text-transform: uppercase;
	position: relative;
	z-index: 0;
	font-weight: 500;
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 50px;
}
.module-title:after{
	content: '';
	width: 45px;
	height: 2px;
	background: #3db4e6;
	display: inline-block;
	vertical-align: top;
	position: absolute;
	z-index: -1;
	left: 50%;
	bottom:0;
	margin-left: -22.5px;
}
.product-box{
	max-width: 258px;
	min-height: 370px;
	text-align: center;
	position: relative;
	z-index: 0;
	padding: 10px 10px 64px 10px;
	border: solid 1px #ebebeb;
	margin: 0 auto 20px auto;
}
.product-absent{
	opacity: 0.5;
}
.product-box-icons{
	width: 50px;
	text-align: center;
	position: absolute;
	z-index: 1;
	right: 10px;
	top:8px;
}
.product-box-icons span{
	display: block;
}
.product-box-icons span+span{
	margin-top: 7px;
}
.product-box-img{
	width: 100%;
	height: 220px;
	display: table;
	position: relative;
	z-index: 0;
	margin-bottom: 10px;
}
.product-box-img img{
	max-height: 100%;
}
.product-box-img img:last-child{
	position:absolute;
	z-index:0;
	bottom:0;
	left:0;
	right:0;
}
.product-box-img a{
	width: 100%;
	height: 220px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.product-box-new{
	width: 63px;
	height: 61px;
	display: block;
	position: absolute;
	z-index: 1;
	left: -10px;
	top: -10px;
	background: url(../images/icons/new.svg) no-repeat center center;
}
.product-box-name{
	text-align: center;
	min-height: 45px;
	margin-bottom: 5px;
}
.product-box-name a{
	font-size: 16px;
	line-height: 18px;
	text-decoration: none;
	color:#000;
	font-weight: 500;
}
.product-box-name a:hover{
	color: #3db4e6;
}
.product-box-price{
	height: 25px;
	font-size: 22px;
	color: #345c76;
	position: relative;
	z-index: 0;
	padding-top: 15px;
	margin-bottom: 12px;
}
.product-price-old{
	position: absolute;
	z-index: 0;
	left: 0;
	right: 0;
	top: 0;
	font-size: 14px;
	color: #9db2bf;
}
.product-price-old span{
	position: relative;
	z-index: 0;
}
.product-price-old span:after{
	content: '';
	height: 1px;
	background: #f44336;
	position: absolute;
	z-index: 1;
	left: -3px;
	right: -3px;
	top:10px
}
.product-presence{
	font-size: 16px;
	font-weight: 500;
}
.present{
	color: #1dba70;
}
.zakas{
	color: #ff9c05;
}
.absent{
	color: #707070;
}
.product-box-bot{
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	bottom: 20px;
}
.buy-btn{
	width: 131px;
	height: 37px;
	line-height: 37px;
	text-align: center;
	border:0;
	cursor: pointer;
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #3db4e6;
	display: block;
	margin: 0 auto;
	-webkit-appearance: none;
}
.buy-btn:hover{
	text-decoration: none;
	background-color:#f44336;
}
.blog-bar{
	padding: 37px 0 35px 0;
	background: #f2f3f8;
}
.blog-box{
	max-width: 344px;
	min-height: 346px;
	background: #FFF;
	padding: 12px 17px;
	position: relative;
	z-index: 0;
	margin: 0 auto 25px auto;
}
.blog-box:after{
	content: '';
	position: absolute;
	z-index: -1;
	left: 10px;
	right: 10px;
	top:6px;
	bottom: 6px;
	border: solid 1px #ebebeb;
}
.blog-box-img{
	width: 100%;
	height: 155px;
	position: relative;
	z-index: 0;
	margin-bottom: 17px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.blog-box-date{
	width: 83px;
	height: 20px;
	display: block;
	position: absolute;
	z-index: 1;
	right: 0;
	bottom: 0;
	line-height: 20px;
	text-align: center;
	color: #FFF;
	font-size: 10px;
	background-color: #304858;
}
.blog-box-title{
	margin-bottom: 15px;
}
.blog-box-title a{
	font-size: 18px;
	line-height: 18px;
	color: #304858;
	font-weight: bold;
	text-decoration: none;
}
.blog-box-title a:hover{
	color: #f44336;;
}
.blog-box-text{
	font-size: 12px;
	color: #5f5f5f;
}
.more-link{
	font-weight: 300;
	font-size: 12px;
	color: #304858;
	text-decoration: none;
	display: block;
	margin-top: 10px;
}
.more-link:hover{
	text-decoration: none;
	color: #1fbcd0;
}
.all-link{
	text-align: center;
}
.all-link .button{
	margin: 0 auto;
}
.seo-text p{
	margin-bottom: 20px;
}
.seo-text ul{
	list-style: disc; margin-left: 20px; margin-bottom: 20px;
}
.videos-bar{
	margin-bottom: 40px;
}
.video-box{
	max-width: 370px;
	margin: 0 auto 20px auto;
}
.footer{
	padding-top: 30px;
	background:#f2f3f8;
}
.foot-logo{
	width: 150px;
	float: left;
}
.foot-right{
	margin-left: 270px;
}
.bot-bar-left{
	width: 100%;
	margin-right: -370px;
	float: left;
}
.bot-bar-cont{
	margin-right: 370px;
}
.bot-tel-box{
	width:25%;
	float: left;
	margin-bottom: 20px;
}
.bot-tel a{
	color: #000;
	font-size: 14px;
	text-decoration: none;
}
.bot-tel a:hover{
	color: #1fbcd0;
}
.bot-tel-box .tel-title{
	margin-bottom: 5px;
}
.bot-bar-right{
	width: 270px;
	float: right;
}
.bot-icons ul li{
	display: inline-block;
	vertical-align: middle;
}
.copy-box{
	background-color: #e7e9f0;
	color: #304858;
	font-size: 10px;
	padding: 7px 0 9px 0;
}
.breadcrumb-bar{
	font-size: 12px;
	color: #304858;
	font-weight: 500;
	padding: 23px 0 20px 0;
	border-bottom: solid 1px #ebebeb;
	margin-bottom: 25px;
}
.breadcrumbs ul li{
	display:inline-block;
	vertical-align: top;
}
.breadcrumbs a{
	font-size: 12px;
	color: #8a8a8a;
	font-weight: 500;
	text-decoration: none;
}
.breadcrumbs a:hover{
	text-decoration: underline;
}
.breadcrumbs ul li:after{
	content: '';
	width: 7px;
	height: 4px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 3px 0 4px;
	background: url(../images/icons/breadcrumbs.svg) no-repeat center center;
}
.breadcrumbs ul li:last-child:after{
	display: none;
}
.main-content{
	padding-bottom: 30px;
}
.left-bar{
	width: 270px;
	float: left;
}
.left-nav{
	background-color: #f2f3f8;
	margin-bottom: 40px;
}
.left-nav-title{
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	padding: 11px 0 9px 28px;
	background-color: #304858;
}
.left-nav ul {
	padding: 15px 0;
}
.left-nav ul li a{
	position: relative;
	z-index: 0;
	font-size: 18px;
	font-weight: 500;
	color:#000;
	display: block;
	padding: 15px 10px 15px 28px;
}
.left-nav ul li a:after{
	content: '';
	height: 1px;
	background: #e5e7f0;
	position: absolute;
	z-index: -1;
	left: 28px;
	right: 28px;
	bottom: 0;
}
.left-nav ul li:last-child a:after{
	display: none;
}
.left-nav ul li a:hover,
.left-nav ul li.active>a{
	background-color: #e5e7f0;
	color: #3db4e6;
	text-decoration: none;
}
.left-nav ul li.active>a{
	font-weight: bold;
}
.left-banner{
	max-width: 270px;
	height: 476px;
	position: relative;
	z-index: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.left-banner-title{
	text-transform: uppercase;
	color: #FFF;
	font-weight: bold;
	font-size: 20px;
	padding: 18px 10px 0 28px;
}
.left-banner-text{
	position: absolute;
	z-index: 0;
	top:87px;
	left: 0;
	padding: 0 20px 0 28px;
	font-family: 'Arsenal', sans-serif;
	font-size: 16px;
	color: #304858;
	font-weight: bold;
	font-style: italic;
}
.left-banner-text span{
	color:#f44336;
}
.left-banner-btn{
	position: absolute;
	z-index: 0;
	right: 17px;
	bottom: 30px;
}
.banner-btn{
	width: 130px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	text-transform: uppercase;
	display: block;
	color:#FFF;
	font-size: 12px;
	font-weight: 500;
	background-color: #1dba70;
}
.banner-btn:hover{
	text-decoration: none;
	background-color:#f44336;
}
.right-bar{
	width: 100%;
	margin-left: -295px;
	float: right;
}
.right-bar-cont{
	margin-left: 295px;
}
.page-title{
	font-size: 34px;
	color: #304858;
	text-transform: uppercase;
	position: relative;
	z-index: 0;
	font-weight: 500;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.page-title:after{
	content: '';
	width: 45px;
	height: 2px;
	background: #3db4e6;
	display: inline-block;
	vertical-align: top;
	position: absolute;
	z-index: -1;
	left: 0;
	bottom:0;
}
.pagination{
	text-align: right;
	padding: 20px 0;
}
.pagination ul li{
	width: 28px;
	height: 28px;
	font-size: 16px;
	color: #000;
	font-weight: 500;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
.pagination ul li a{
	width: 28px;
	height: 28px;
	line-height: 28px;
	font-size: 16px;
	color: #000;
	font-weight: 500;
	display: block;
	text-align: center;
}
.pagination ul li a:hover,
.pagination ul li.active>a{
	background: #345c76;
	color: #FFF;
	text-decoration: none;
}
.last-page{
	background: url(../images/icons/next-page.svg) no-repeat center center;
}
.pagination ul li.last-page>a:hover{
	background-color: transparent;
}
.product-card{
	padding-bottom: 45px;
}
.product-card-left{
	width: 375px;
	float: left;
}
.product-card-img{
	width: 373px;
	height: 343px;
	display: table;
	position: relative;
	z-index: 0;
	border: solid 1px #ebebeb;
	margin-bottom: 11px;
}
.product-card-img .product-box-new{
	left: 0;
	top: 0;
}
.product-card-img a{
	width: 100%;
	height: 343px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.thumbs-imags{
	height: 71px;
	padding: 0 75px;
	overflow: hidden;
}
.carousel-thumbs-box{
	width: 69px;
	height: 69px;
	display: table;
	margin: 0 auto;
	border: solid 1px #ebebeb;
}
.carousel-thumbs-box a{
	width: 69px;
	height: 69px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.carousel-thumbs-box img{
	max-height: 69px;
}
.product-card-right{
	margin-left: 420px;
}
.product-card-title{
	font-size: 26px;
	line-height: 28px;
	font-weight: bold;
	color: #304858;
	padding-bottom: 13px;
	margin-bottom: 11px;
	border-bottom: solid 1px #ebebeb;
}
.product-card-about{
	max-width: 430px;
	color: #747b7f;
	font-size: 14px;
	margin-bottom: 22px;
}
.product-card-prices{
	margin-bottom: 6px;
}
.card-price-old{
	font-size: 14px;
	font-weight: 500;
	color: #9db2bf;
}
.card-price-old span{
	display: inline-block;
	position: relative;
	z-index: 0;
}
.card-price-old span:after{
	content: '';
	position: absolute;
	z-index: 1;
	left: -3px;
	right: -3px;
	top:9px;
	height:1px;
	background: #f44336;
}
.card-price{
	font-size: 30px;
	color: #304858;
	font-weight: 500;
}
.card-presence{
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 25px;
}
a.card-btn{
	line-height: 46px;
}
.card-btn{
	width: 198px;
	height: 46px;
	display: block;
	cursor: pointer;
	border: 0;
	font-size: 14px;
	font-weight: 500;
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	background-color: #3db4e6;
}
.card-btn:hover{
	text-decoration: none;
	background: #f44336;
}
.product-tabs-head ul{
	width: 100%;
	display: table;
	border-top: solid 1px #f2f3f8;
	border-bottom: solid 1px #f2f3f8;
}
.product-tabs-head ul li{
	height: 50px;
	display: table-cell;
}
.product-tabs-head ul li a{
	width: 100%;
	height: 50px;
	display: table;
	font-size: 20px;
	font-weight: 500;
	color: #000;
	text-decoration: none;
}
.product-tabs-head ul li a:hover,
.product-tabs-head ul li a.active{
	background-color: #f2f3f8;
	color: #304858;
}
.product-tabs-head ul li a>span{
	width: 100%;
	height: 50px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.tabs-box{
	padding: 25px 0;
	display: none;
}
.tabs-box.active{
	display: block;
}
.text-box{
	font-size: 14px;
	line-height: 20px;
}
.text-box ul{
	list-style: disc;
padding-left: 20px;
}
.text-box p{
padding-bottom: 10px;
}
.basket-tab{
	width: 100%;
	display: table;
	border: solid 1px #ebebeb;
	box-sizing: border-box;
}
.basket-tab-row{
	display: table-row;
}
.basket-tab-row>div{
	display: table-cell;
	vertical-align: middle;
	padding: 5px 15px;
	border-bottom: solid 1px #ebebeb;
}
.basket-tab-row:last-child>div{
	border-bottom: 0;
}
.basket-row-img{
	width: 61px;
	text-align: center;
}
.basket-row-img img{
	max-height: 60px;
}
.basket-row-name a{
	font-size: 18px;
	color: #000;
	font-weight: 500;
	text-decoration: none;
}
.basket-row-name a:hover{
	color: #3db4e6;
}
.basket-row-count{
	width: 82px;
}
.count-input{
	width: 30px;
	height: 24px;
	padding: 0 26px;
	position: relative;
	z-index: 0;
	margin: 0 auto;
}
/*.count-input:before{
	content: '';
	width: 24px;
	height: 24px;
	position: absolute;
	z-index: -1;
	left: 0;
	top:0;
	background: url(../images/icons/minus.svg) no-repeat center center;
	cursor: pointer;
	border: solid 1px #ebebeb;
}
.count-input:after{
	content: '';
	width: 24px;
	height: 24px;
	position: absolute;
	z-index: -1;
	right: 0;
	top:0;
	background: url(../images/icons/plus.svg) no-repeat center center;
	cursor: pointer;
	border: solid 1px #ebebeb;
}*/
.input-number{
	width: 30px;
	height: 24px;
	border: 0;
	font-size: 20px;
	color: #000;
	font-weight: 500;
	box-sizing: border-box;
	text-align: center;
}
.basket-row-price{
	width: 152px;
	font-size: 20px;
	font-weight: 500;
	text-align: right;
}
.basket-tab-bot{
	font-size: 18px;
	font-weight: 500;
	text-align: right;
	padding: 25px 15px 15px 15px;
	border: solid 1px #ebebeb;
	border-top:0;
}
.basket-tab-sum{
	color: #1dba70;
	font-size: 26px;
}
.order-form{
	max-width: 780px;
	margin: 0 auto 45px auto;
	padding: 25px 20px 25px 80px;
	border: solid 1px #ebebeb;
}
form label{
	font-size: 14px;
	color: #838383;
}
.order-box{
	margin-bottom: 40px;
}
.order-box:last-child{
	margin-bottom: 0;
}
.order-box-cont{
	padding-top: 10px;
}
.order-box-title{
	color: #3db4e6;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 8px;
}
.order-box .inputbox{
	max-width: 90%;
}
.inputbox, .select-wp select{
	width:100%;
	height:35px;
	padding:0 5px;
	box-sizing:border-box;
	background:#FFF;
	border: solid 1px #ebebeb;
	margin: 5px 0;
}
.textarea{
	width:100%;
	height:85px;
	padding:0 5px;
	box-sizing:border-box;
	background:#FFF;
	border: solid 1px #ebebeb;
	margin: 5px 0;
}
.radio-btn{
	min-height: 18px;
	position: relative;
	z-index: 0;
	padding-left: 30px;
	display: block;
	color: #000;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 23px;
}
.radio-btn input[type='radio']{
	display: none;
}
.radio-btn input[type='radio']+span{
	width: 18px;
	height: 18px;
	border: solid 0.8px #ebebeb;
	border-radius: 100%;
	position: absolute;
	z-index: 1;
	left: 0;
	top:0;
	cursor: pointer;
}
.radio-btn input[type='radio']+span:before{
	content: '';
	width: 8px;
	height: 8px;
	position: absolute;
	z-index: 1;
	left:50%;
	margin-left: -4px;
	top:50%;
	margin-top: -4px;
	background: #3db4e6;
	border-radius: 100%;
	display: none;
}
.radio-btn input[type='radio']:checked+span{
	border-color: #3db4e6;
}
.radio-btn input[type='radio']:checked+span:before{
	display: block;
}
.order-message{
	max-width: 440px;
	margin: 0 auto;
	padding-top: 25px;
}
.send-btn{
	width: 274px;
	height: 50px;
	display: block;
	margin: 0 auto;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	text-transform: uppercase;
	border:0;
	background-color: #3db4e6;
	-webkit-appearance: none;
}
.send-btn:hover{
	background-color:#f44336;
}
.ajaxSearch_grpResult{
	padding-top: 40px;
    position: relative;
    z-index: 0;
}
.ajaxSearch_grpResultName{
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}
.ajaxSearch_paging{
	position: absolute;
	z-index: 1;
	top: 20px;
	left: 0;
}
.ajaxSearch_grpResult .row-3{
	float:left;
}
.ajaxSearch_grpResult .row-3:nth-child(3n) + div {
    clear: none;
}
.cart-user{
margin-bottom: 10px;
}
.errorinput{
border: 2px solid #f00 !important;
}
/*rating*/
.review-author{display:inline-block;vertical-align:top;margin-right:5px;}
/*.jot-comment-head .myraiting{padding-top:2px; vertical-align: bottom;}*/
.product-rating{padding-top:5px;}
.product-card .rating{margin:10px 0 15px 0;}
.myraiting{display:inline-block;vertical-align:top;font-size:0;margin-right:5px;}
.myraiting span{display:inline-block;vertical-align:top;margin-right:1px;width: 15px;height: 14px;background: url(../images/rating/star2.svg) center no-repeat;background-size:15px 14px;}
.myraiting5 span:nth-child(1),.myraiting5 span:nth-child(2),.myraiting5 span:nth-child(3),.myraiting5 span:nth-child(4),.myraiting5 span:nth-child(5) {background-image: url(../images/rating/star.svg);}
.myraiting4 span:nth-child(1),.myraiting4 span:nth-child(2),.myraiting4 span:nth-child(3),.myraiting4 span:nth-child(4) {background-image: url(../images/rating/star.svg);}
.myraiting3 span:nth-child(1),.myraiting3 span:nth-child(2),.myraiting3 span:nth-child(3) {background-image: url(../images/rating/star.svg);}
.myraiting2 span:nth-child(1),.myraiting2 span:nth-child(2) {background-image: url(../images/rating/star.svg);}
.myraiting1 span:nth-child(1) {background-image: url(../images/rating/star.svg);}
.rating-item{display:inline-block;vertical-align:top;margin-right:1px;width: 20px;height: 19px;background: url(../images/rating/star2.svg) center no-repeat;background-size:20px 19px;cursor:pointer;}
.rating-item.active,.rating-item.ratings-over-prev{background-image: url(../images/rating/star.svg);}
.rating-item.ratings-over-next,.rating-item.active.ratings-over-next{background-image: url(../images/rating/star2.svg);}
.review-link{display:inline-block;vertical-align:top;}
.review-add-btn{text-align:center; margin-top: 40px;}
.review-button{display:inline-block;padding:10px 20px;text-decoration:none;background:#3db4e6;font-size:14px;color:#FFF;}
.review-button:hover{background:#e88300;}
.review-add-form{display:none;}
.review-add-form .rating{margin-bottom: 10px;}
.inperror, .inperror1{color:red; margin: 10px 0;}
.left-navf{margin-bottom: 40px;}
.filter-box p {
    margin-bottom: 10px;
}
.filter-title{
margin-bottom: 10px; 
font-size: 13px;
font-weight: bold;
color: #FFF;
text-transform: uppercase;
padding: 11px 0 9px 28px;
background-color: #304858;
}
.checkbox {display: none;}
.checkbox + label {
    position: relative;
    z-index: 0;
    padding-left: 30px;
    cursor: pointer;
}
.checkbox + label::before {
    content: '';
    width: 15px;
    height: 15px;
    background: #FFF;
    display: block;
    border: 1px solid #e7e7e7;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    cursor: pointer;
}
.checkbox + label::after {
    content: '';
    width: 13px;
    height: 13px;
    position: absolute;
    z-index: 1;
    left: 2px;
    top: 2px;
    cursor: pointer;
    display: none;
    background: -moz-linear-gradient(-45deg, rgba(61,180,230,1) 0%, rgba(48,72,88,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(61,180,230,1) 0%,rgba(48,72,88,1) 100%);
    background: linear-gradient(135deg, rgba(61,180,230,1) 0%,rgba(48,72,88,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3db4e6', endColorstr='#304858',GradientType=1 );
}
.checkbox:checked+label:after{
    display:block;
}
.disabled {
    opacity: 0.3;
    cursor: default !important;
}
.filter-top{
	display:none;
}
@media (max-width: 480px) {.myraiting span{width:13px;height:12px;background-size:13px 12px;}.myraiting{margin-top:2px;display:block;}.rating{margin:0;}}