/**/

* {
	box-sizing: border-box;
}

html, body {
	width: 100%;
	min-height: 100%;
	position: relative;
	font-weight: 500;
	min-width: 320px !important;
	color: #333;
	font-size: 15px;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	-moz-font-feature-settings: 'liga', 'kern';
	font-family: Proxima, Tahoma, Arial, sans-serif;
	background-color: #fff !important;
}

@media screen and (min-width: 1000px) { 
.opisanie {position:relative; left: -24%; width: 124%;}
}

html {
	background: #f5f5f5
}
a img {
	border: 0;
}

.clear {
	clear: both;
}
.trsl{
	transition: all ease 0.3s;
}
.trsl:hover{
	transition: all ease 0.3s;
}
h1, .h1{
	margin: 10px 10px 12px;
	font-size: 25px;
	font-family: Bebas;
}
h2, .h2{
	font: bold 24px/24px Bebas;
	text-transform: capitalize;
	color: rgb(28, 31, 32);
	margin: 15px 0;
}
h3, .h3{
	font: bold 22px/22px Bebas;
	text-transform: capitalize;
	color: rgb(28, 31, 32);
	margin: 13px 0;
}
.vam {
	vertical-align: middle;
	margin-bottom: -7px;
}

.clear:after {
	content: " ";
	display: block;
	clear: both;
}
.wrap, .warp {
	width: 1240px;
	max-width: 1240px;
	margin: 0 auto;
}

.wrap2, .warp2 {
	width: 1000px;
	max-width: 1000px;
	margin: 0 auto;
}

.nowarp {
	width: 100%;
	margin: 0;
}

header{
	padding: 20px 0;
	position: absolute;
	top:0;
	width:100%;
}
.bg1{
	background-color: #fff;
}
.bg2{
	background-color: #0092CA;
}

a.logo{
	width:18%;
	display: inline-block;
	margin-right:3%;
}
a.logo img{
	max-width:100%;
	max-height: 100%;
	width: auto;
	height: auto;
}
@media (max-width: 767px) {
    .bx-searchtitle .bx-input-group {
        bottom: 40px;
    }
}
.mnpghone {display:none;}


.topsearch{
	display: inline-block;
	width:44%;
	margin-right:3%;
}

.topsearch input[type=text]{
	float:left;
	width: 100%;
	padding: 0 40px 0 15px;
	color: #333;
	margin-right: -40px;
	border:0 none;
	background-color: transparent;
	height: 35px;
	line-height: 35px;
	font-size: 15px;
}
.topsearch button{
	width:35px;
	height:35px;
	cursor:pointer;
	float:right;
	border: 0 none;
	background-color: transparent;
	color: #ddd;
	margin-right: 3px;
}
.topsearch button i{
	font-size: 150%;
}
.topsearch button[type=submit]:hover{
	color: #333;
}

.topphone{
	display: inline-block;
	width: 15%;
	margin-right: 2%;
}
.topphone a{
	font-size: 24px;
	line-height: 24px;
	color: #444;
	text-decoration: none;
	display: block;
}
.topphone a:hover{
	text-decoration: none;
	color: #333;
}
.topphone a.callback{
	font-size: 14px;
	color: #bc3038;
	text-decoration: none;
	display: inline-block;
	line-height: 13px;
	border-bottom: 1px dotted transparent;
}
.topphone a.callback:hover{
	text-decoration: none;
	border-bottom: 1px dotted #bc3038;
}

.topcart{
	width: 15%;
	display: inline-block;
}
a.cartarea{
	color: #bc3038;
	font-size:17px;
	text-decoration: none;
}
a.cartarea i{
	font-size: 22px;
}
a.cartarea:hover{
	color: #bc3038;
	font-size:17px;
	text-decoration: none;
}

.reglinks{
	margin-bottom: 4px;
	color: #555;
}
.reglinks a {
	text-decoration: none;
	border-bottom: 1px dotted #234a63;
	color: #0092CB;
	font-size: 15px;
	/* text-transform: uppercase; */
	font-weight: 400;
	padding-top: 5px;
}
.reglinks a:hover{
	text-decoration: none;
	color: #234a63;
}
.reglinks a i{
	font-size: 18px;
	color: #234a63;
}
.topmenu{
	position: absolute;
	top:95.1px;
	left:0;
	width:100%;
    z-index: 2;
}
.topmenu ul{
	list-style: none;
	padding: 0;
}
.topmenu > ul{
	position: relative;
	z-index:1000;
	margin:0 auto;
}
.topmenu > ul > li{
	display: inline-block;
	vertical-align: middle;
	width:14.284%;
}
.topmenu > ul > li > a {
	color: #fff;
	font-size: 16px;
	padding: 7px 3px;
	display: block;
	text-transform: uppercase;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
}
.topmenu > ul > li > a:hover, .topmenu > ul > li > a:hover, .topmenu > ul > li:hover > a, .topmenu > ul > li.active > a{
	text-decoration: none;
	background-color: #0f7dca;
	transition: all ease 0.3s;
}
.topmenu > ul > li > ul {
	position: absolute;
	top: 100%;
	left: -1000%;
	width: 100%;
	padding: 12px;
	margin-left: -100px;
	background-color: #fff;
	border: 0 dotted #0092CA;
	border-top: 0 none;
	border-radius: 0 0 18px 18px;
	display: block;
	box-shadow: 0 0 5px #0b4074;
	opacity: 0;
	overflow: hidden;
	transition: opacity ease 0.3s;
	z-index: 5;
}
.topmenu > ul > li:hover > ul{
	left:0;
	opacity:1;
	margin-left:0;
	z-index:11;
	transition: margin-left ease 0.3s, opacity ease 0.3s;
}
.topmenu > ul > li > ul > li {
	width: 15%;
	display: inline-block;
	vertical-align: top;
	margin-right: 2%;
	margin-bottom:10px;
}
.topmenu > ul > li > ul > li > a{
	font-size:14px;
	color: #0A3A68;
	text-decoration: none;
	border-bottom: 1px dotted transparent;
	font-weight: bold;
}
.topmenu > ul > li > ul > li > a:hover{
	border-bottom: 1px dotted #0A3A68;
}
.topmenu > ul > li > ul > li > ul{
	margin-top: 7px;
	border-right: 1px dotted #a1d2e6;
}
.topmenu > ul > li > ul > li > ul a{
	font-size: 14px;
}
footer{
	position: relative;
	background-color: #0A3A68;
	color: #fff;
	padding-bottom:40px;
}
footer > div{
	padding: 20px 0;
}
footer > div > section{
	width: 20%;
	float:right;
}
footer nav{
	width:80%;
	float:left;
}
footer nav ul{
	margin:0;
	padding:0;
	display:block;
	list-style: none;
}
footer nav ul ul{
	padding-top:5px;
}
footer nav > ul > li{
	width:25%;
	float:left;
}
footer nav > ul > li > a {
	font-weight: normal;
	font-size: 20px;
	font-family: Bebas;
	letter-spacing: 0.8px;
}
footer a, footer a:hover, footer a:link, footer a:visited, footer a:active{
	color: #fff;
}
footer .sub{
	border-top: 1px dotted #fff;
	padding-top:15px;
	margin-top:15px;
	text-align: center;
}
footer .sub span {
	position: relative;
	display: inline-block;
	margin: 0 15px;
}
.botphone{
	font-size: 24px;
	line-height: 24px;
	color: #444;
	text-decoration: none;
	display: block;
}
.bottomline{
	position: fixed;
	bottom:0;
	left:0;
	width:100%;
	height:40px;
	padding: 5px 0 0;
	background-color: #DD2A1B;
	z-index:20;
}

.topbtn {
	cursor: pointer;
	border: 2px solid #fff;
	color: #FFF;
	border-radius: 3px;
	width: 30px;
	height: 30px;
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	background-color: transparent;
	line-height: 5px;
}
.topbtn:hover {
	background-color: rgb(0, 146, 202);
}
.topbtn i{
	line-height: 23px;
}
.bottomline nav a {
	color: #fff;
	font-size: 16px;
	line-height: 31px;
	text-decoration: none;
	margin-right: 18px;
	display: inline-block;
}

.toptopbanners, .topbannertwo {
	width: 100%;
	border-collapse: collapse;
	margin: 0 auto 0;
}
.topbannertwo{
	margin:30px auto 20px;
}
.toptopbanners td, .topbannertwo td{
	text-align: center;
	vertical-align: bottom;
	padding: 0px 8px;
}
.toptopbanners td img{
	width:auto;
	height:auto;
	max-width: 100%;
	max-height:100%;
	display:block;
	margin:auto;
}

 .topbannertwo td img{
	width:auto;
	height:auto;
	max-width: 100%;
	max-height:100%;
	display:block;
	margin:auto;
}

body > div.nowarp{
	padding-top:132px;
}
div.nowarp main.warp{
	padding: 20px 0;
}
.precontent .content{
	float:right;
	display:block;
	width:100%;
	padding-left: 250px;
	margin-left:-235px;
}
.precontent .content_b{
	float:none;
	display:block;
	width:100%;
	padding-left: 0px;
	margin-left: 0px;
}
aside.sidebar{
	float:left;
	width:235px;
}
.precontent .content .article{
	display:block;
	width:100%;
	box-shadow: 0px 0px 1px green;
}
.full_width{
	margin-top:-40px;
}
.owl-nav .owl-prev{
	width: 27px;
	height:43px;
	background: transparent url(/images/prev2.png) no-repeat;
	position: absolute;
	bottom:50%;
	margin-bottom: -21px;
	left:5%;
	cursor: pointer;
	overflow: hidden;
	color: transparent;
}
.owl-nav .owl-next{
	width: 27px;
	height:43px;
	background: transparent url(/images/next2.png) no-repeat;
	position: absolute;
	bottom:50%;
	margin-bottom: -21px;
	right:5%;
	cursor: pointer;
	overflow: hidden;
	color: transparent;
}

.forItemDesc {
	display: block;
	position: absolute;
	bottom: 10%;
	left: 0%;
	width: auto;
	overflow: hidden;
	bottom: -8%;
	background: rgba(0, 146, 202, 0.7);
	color: rgb(255, 255, 255);
	padding: 1.5% 0 1.5% 3.5%;
	font: bold 29px/36px Proxima;
	transition: all ease-in-out 0.3s 0.3s;
	opacity: 0;
	text-transform: uppercase;
	border-radius: 0px 72px 0 0;
	padding-right: 60px;
}
.forItemDesc h3 {
	font: bold 29px/25px Proxima;
	padding: 2px 0 0 0;
	margin: 0 0;
	color:#fff;
	text-transform: uppercase;
}
.active .forItemDesc {
	opacity: 1;
	bottom: 0%;
	transition: all ease-in-out 0.3s 0.3s;
}
.owl-carousel-22{
	margin-bottom:25px;
}
.news2H{
	text-align: center;
	text-transform: uppercase;
	font-size: 110%;
	display: block;
	margin-top:40px;
}

.owl-carousel5 .owl-item a{
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	margin:auto;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	color: transparent;
}

.blog-page-navigation{
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 1px dashed rgb(227, 224, 224);
	margin-bottom: 30px;
	padding-top: 10px;
	border-top: 1px dashed rgb(227, 224, 224);
}
.blog-page-navigation a {
	display: inline-block;
	vertical-align: middle;
	border: 1px dotted rgba(113, 112, 112, 1);
	color: rgb(18, 87, 156);
	font: bold 17px/18px Bebas;
	padding: 5px 14px;
	transition: all ease 0.3s;
}
.blog-page-previous{
	float: left;
	display: inline-block;
	border: 1px solid rgb(162, 160, 160);
	color: rgb(51, 51, 51);
	padding: 5px 14px;
	font: 14px/15px Tahoma;
	transition: all ease 0.3s;
}

.blog-page-next {
	float: right;
	display: inline-block;
	border: 1px solid rgb(162, 160, 160);
	color: rgb(51, 51, 51);
	padding: 5px 14px;
	font: 14px/15px Tahoma;
	transition: all ease 0.3s;
}
.blog-page-navigation a:hover, .blog-page-navigation .blog-page-current {
	background: rgb(39, 141, 220);
	color: rgb(255, 255, 255);
	text-decoration: none;
	border: 1px dotted rgb(10, 58, 104);
	box-shadow: 1px 1px 2px rgba(40, 40, 40, 0.3) inset;
	transition: all ease 0.3s;
}
.blog-page-navigation .blog-page-current {
	display: inline-block;
	vertical-align: middle;
	font: bold 17px/18px Bebas;
	padding: 5px 15px;
}
.blog-page-dots{
	padding: 5px 20px;
}
.one-click-data {
	PADDING:15px 25px;
}
.one-click-data input[type="text"], .one-click-data textarea {
	width: 100%;
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px 10px!important;
	height: 29px;
	border: 1px solid #d9d9d9;
	border-radius: 2px;
	background: #fff;
	box-shadow: inset 0 3px 6px 0 #f0f0f0;
	font-weight: normal;
	font-size: 15px;
	font-family: Arial,sans-serif;
	border: 1px solid #d9d9d9;
}
.one-click-data input[type="text"] {
	margin-bottom:15px;
}
.one-click-data textarea {
	height:80px;
}
.one-click-data input[type="submit"] {
	padding: 0 30px;
	height: 45px;
	font-family: 'Babas',Arial,sans-serif;
	height: 40px;
	font-size: 18px;
	color: #fff;
	text-shadow: 1px 1px 1px #8e1a23;
	line-height: 36px;
	margin-top: 20px;
	box-shadow: 0 2px 2px #b5212c inset;
	border-left: 1px solid #c55059;
	border-right: 1px solid #a81f29;
	border-top: 1px solid #d47f85;
	border-bottom: 1px solid #a11d27;
	background: #c62431;
	float:right;
	cursor:pointer;
}
.one-click-data form {
	display:block;
	position: relative;
	overflow: hidden;
	font-family: bebas;
    font-size: 18px;
}

.one-click-data label {font-weight:500;}
.one-click-data .starrequired {
	color:red;
}
.cr-succes {
	color:green;
}

#callModal{
	background-color: #fff;
	box-shadow: 0px 0px 30px #999;
	width: 400px;
	padding: 19px 33px 25px;
	text-align: center;
	border: 1px solid #247399;
	position: relative;
}
.dostUL {
	padding: 5px 0 5px 15px;
	margin: 5px 0 10px 20px;
	list-style: none;
}
.dostUL li {
	position: relative;
	padding: 3px 0;
}
.dostUL li strong {
	color: rgb(36, 115, 153);
	font: bold 18px/14px Bebas;
}
 .dostUL li:after {
	position: absolute;
	display: block;
	content: "●";
	color: rgb(36, 115, 153);
	font: bold 18px Tahoma;
	left: -15px;
	top: -2px;
}
.box-modal_close{
	color: #247399;
	font-size: 21px;
	cursor: pointer;
}
.arModTitle2{
	font: bold 24px/35px Proxima;
	color: #247399;
}

.arModTitle2 small{
	font: normal 16px/35px Tahoma;
}
/*.callModCLose {
	width: 45%;
	border-radius: 4px;
	background: rgb(0, 58, 81);
	color: rgb(255, 255, 255);
	text-align: center;
	font: 16px/34px Tahoma;
	height: 35px;
	border: 0px none;
	cursor: pointer;
	margin: auto;
}*/

#enterCallModal{
	background-color: #fff;
	box-shadow: 0px 0px 30px #999;
	width: 400px;
	padding: 19px 19px 25px;
	text-align: center;
	border: 1px solid #247399;
	position:relative;
}
#enterCallModal .arModTitle2 {
	font: 29px/30px Bebas;
	margin-bottom: 18px;
}
.arModTitle3 {
    font: 29px/30px Bebas;
    margin-bottom: 18px;
	color: #247399;
	text-align:center;
}
#enterCallModal .FHitem1 {
	width: 100%;
	padding-left: 0;
	padding-bottom: 15px;
	text-align: left;
}
/*.classInput{
	width: 100%;
	float: none;
	height:40px;
	font: normal 16px/42px Arial;
	text-align: left;
	background: #eee;
	border-radius: 3px;
	border: 1px solid #ccc;
	padding: 0 10px;
}*/
textarea.classInput{
	height: 110px;
	line-height: 19px;
}
#enterCallModal .callModCLose {
	/*margin: 15px auto 0;*/
}
.errorE{
	border: 1px solid red !important;
}

.hidden {
	display: none !important;
	visibility: hidden !important;
}

/*.FHitem1 .label{
	font: 16px/19px Tahoma;
	text-align: left;
	margin-bottom: 8px;
}*/
.FHitem1 .label .req{
	color:red;
}
.quantity div.left {
	position: absolute;
	right: 0;
	top: 0;
}
.podBanners {
	text-align: center;
	border-bottom: 1px dashed rgb(8, 102, 138);
	display: inline;
	color: rgb(8, 102, 138);
	font: bold 15px Arial;
}
.toOwl10{
	width: 80%;
	margin: auto;
}
.toOwl10 .owl-next{
	right: -8%;
}
.toOwl10 .owl-prev{
	left: -8%;
}
.toOwl10 .owl-item img {
	transform-style: preserve-3d;
	max-width: 100%;
}
.recomend .owl-next{
	right: -8%;
}
.recomend .owl-prev{
	left: -8%;
}
.classInput{
	width: 100%;
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px 10px !important;
	height: 29px;
	border: 1px solid rgb(217, 217, 217);
	border-radius: 2px;
	background: rgb(255, 255, 255);
	box-shadow: inset 0 3px 6px 0 rgb(240, 240, 240);
	font-weight: normal;
	font-size: 15px;
	font-family: Arial,sans-serif;
	border: 1px solid rgb(217, 217, 217);
}
.FHitem1 .label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
}
.FHitem1 .label.label2{
	font-weight: normal;
}
.callModCLose{
	padding: 0 30px;
	height: 45px;
	font-family: 'Bebas',Arial,sans-serif;
	height: 40px;
	font-size: 23px;
	color: rgb(255, 255, 255);
	text-shadow: 1px 1px 1px rgb(142, 26, 35);
	line-height: 40px;
	box-shadow: 0 2px 2px rgb(181, 33, 44) inset;
	border-left: 1px solid rgb(197, 80, 89);
	border-right: 1px solid rgb(168, 31, 41);
	border-top: 1px solid rgb(212, 127, 133);
	border-bottom: 1px solid rgb(161, 29, 39);
	background: rgb(198, 36, 49);
	float: right;
	cursor: pointer;
}

.showHideFilter{
	display:none;
}
.topMenuShowBut{
	display: none;
}
div.topphone a.callback i.minicall{
	display:none;
}
.BOTTOM_BANNER{
	max-width:100%;
	width:auto;
	height:auto;
}
#table74 span{
		font-size:14pt !important;
	}
#table74 td{
	padding: 5pt 8pt;
}

ul.bx_brands {
	margin:0;
	padding:0;
	width:100%;
	overflow:hidden;
}
ul.bx_brands li {
	list-style:none;
	width: 23.6%;
	float: left;
	margin-right: 1.8%;
	margin-bottom:22px;
	background:#fff;
	border:2px solid #494949;
	box-sizing:border-box;
	-moz-box-sizing: border-box; /* Для Firefox */ 
}
ul.bx_brands li:nth-child(4n) {
	float:right;
	margin-right:0;
}
ul.bx_brands li:hover {
	border:2px solid #cf9f33;
}
ul.bx_brands li a.img_brands {
	width: 80%;
	border: 1px solid #eee;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding-top: 40%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	display: block;
	border: 0;
	margin: 9% auto;	
	background-size:contain;
}
@media (max-width:768px) {
	ul.bx_brands li:nth-child(4n) {
		float: left;
		margin-right: 2.1%;
	}
	ul.bx_brands li:nth-child(3n) {
		float:right;
		margin-right:0;
	}
	ul.bx_brands li {
		width: 31.9%;
		margin-right: 2.1%;
	}
}
@media (max-width:480px) {
	ul.bx_brands li:nth-child(3n) {
		float: left;
		margin-right: 2.1%;
	}
	ul.bx_brands li {
		width: 47%;		
	}
	ul.bx_brands li:nth-child(even) {		
		margin-right:0;
		float:right;
	}
}
@media (max-width:310px) {
	ul.bx_brands li {
		width: 100%;
		margin-right: 0;
	}
}
.grecaptcha-badge{bottom: 54px !important;}