﻿*{padding:0; margin:0;}
img{border:none;}
ul{list-style:none;}
a{text-decoration:none; outline:none;}
a:hover{text-decoration:underline;}
:focus {outline:none;}
a:active {outline:none;}
body{font-family:Arial, Helvetica, sans-serif;height:100%;}

body{-webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none}

/* Fonts */

@font-face {
	font-family:UbuntuReg;
    src: url('/css/fonts/ubuntu-regular.ttf');
}
@font-face {
  font-family:UbuntuReg;
  src: url('/css/fonts/ubuntu-regular.eot');
  src: url('/css/fonts/ubuntu-regular.eot?#iefix') format('embedded-opentype');
}

@font-face {
	font-family:UbuntuBold;
    src: url('/css/fonts/ubuntu-bold.ttf');
}
@font-face {
  font-family:UbuntuBold;
  src: url('/css/fonts/ubuntu-bold.eot');
  src: url('/css/fonts/ubuntu-bold.eot?#iefix') format('embedded-opentype');
}

@font-face {
	font-family:UbuntuItalic;
    src: url('/css/fonts/ubuntu-italic.ttf');
}
@font-face {
  font-family:UbuntuItalic;
  src: url('ubuntu-italic.eot');
  src: url('ubuntu-italic.eot?#iefix') format('embedded-opentype');
}

@font-face {
	font-family:UbuntuMed;
    src: url('/css/fonts/ubuntu-medium.ttf');
}
@font-face {
  font-family:UbuntuMed;
  src: url('/css/fonts/ubuntu-medium.eot');
  src: url('/css/fonts/ubuntu-medium.eot?#iefix') format('embedded-opentype');
}

@font-face {
	font-family:UbuntuLight;
    src: url('/css/fonts/ubuntu-light.ttf');
}
@font-face {
  font-family:UbuntuLight;
  src: url('/css/fonts/ubuntu-light.eot');
  src: url('/css/fonts/ubuntu-light.eot?#iefix') format('embedded-opentype');
}

/* Wrapper */

* html #wrapper {
	height:100%;
}
#wrapper{
	max-width:1920px;
	min-height:100%;
	height:auto !important;
	height:100%;
	margin:0 auto;
	background-color:#fff;
}

.hidren_closed{display:none}

/* Private cabinet */

.private-cabinet-wrap{
	width:100%;
	height:42px;
	border-bottom:1px solid #08597C;
	background:#0B7AAB url('../images/private-cab-shadow.png')no-repeat center 18px;
	-pie-background:#0B7AAB url('../images/private-cab-shadow.png')no-repeat center 18px;
}
.my-order, .requisites{
	width:120px;
	margin:3px 26px 0 0;
	float:left;
}
.my-order a{
	display:block;
	    width: 103px;
	height:25px;
	color:#fff;
	font-size:13px;
	font-family:UbuntuMed;
	padding:8px 0 0 35px;
	line-height:18px;
	background:url('../images/private-cab-sprite.png')no-repeat 0 5px;
	-pie-background:url('../images/private-cab-sprite.png')no-repeat 0 5px;
}
.my-order a:hover{
	color:#55C3F4;
	text-decoration:none;
	background-position:0 -72px;
}
.requisites a{
	display:block;
	width:80px;
	height:25px;
	color:#fff;
	font-size:13px;
	font-family:UbuntuMed;
	padding:8px 0 0 35px;
	line-height:18px;
	background:url('../images/private-cab-sprite.png')no-repeat 0 -155px;
	-pie-background:url('../images/private-cab-sprite.png')no-repeat 0 -155px;
}
.requisites a:hover{
	color:#55C3F4;
	text-decoration:none;
	background-position:0 -233px;
}
.logout{
	width:80px;
	float:right;
	margin:3px 24px 0 0;
}
.logout a{
	display:block;
	width:49px;
	height:25px;
	color:#fff;
	font-size:13px;
	font-family:UbuntuMed;
	padding:8px 0 0 31px;
	line-height:18px;
	background:url('../images/private-cab-sprite.png')no-repeat 0 -482px;
	-pie-background:url('../images/private-cab-sprite.png')no-repeat 0 -482px;
}
.logout a:hover{
	color:#55C3F4;
	text-decoration:none;
	background-position:0 -560px;
}
.user{
	width:auto;
	float:right;
	margin:3px 35px 0 0;
}
.user a{
	display:block;
	height:25px;
	color:#fff;
	font-size:13px;
	font-family:UbuntuMed;
	padding:8px 0 0 34px;
	line-height:18px;
	background:url('../images/private-cab-sprite.png')no-repeat 0 -316px;
	-pie-background:url('../images/private-cab-sprite.png')no-repeat 0 -316px;
}
.user a:hover{
	color:#55C3F4;
	text-decoration:none;
	background-position:0 -394px;
}
.private-cabinet-btn{
	width:132px;
	height:35px;
	position:relative;
	left:815px;
	top:6px;
	clear:both;
}
.private-cabinet-btn a{
	display:block;
	width:132px;
	height:35px;
	padding-top:3px;
	text-align:center;
	color:#77b8d5;
	font-size:12px;
	font-family:UbuntuReg;
	line-height:18px;
	background:url('../images/private-cab-btn.png')no-repeat 0 0;
	-pie-background:url('../images/private-cab-btn.png')no-repeat 0 0;
}
.private-cabinet-btn a:hover{
	color:#b5e0f3;
	text-decoration:none;
	background-position:0 -70px;
}
.private-cabinet .private-cabinet-btn{
	top:-124px;
}

/* Header */

#header{
	max-width:1920px;
	height:120px;
	margin:0 auto;
	background:url('../images/header-bg.png')repeat-x 0 0;
	-pie-background:url('../images/header-bg.png')repeat-x 0 0;
}
.header-fix{
/*	position:fixed;
  width:100%;
	z-index:1000;*/
	
	    position: relative;
    width: 100%;
    z-index: 1000;
    margin-bottom: -170px;
}
#content:before{
	content:'';
	display:block;
	width:100%;
	height:1px;
	padding-top:170px;
}
.userFix{
	height:42px;
}
.center{
	width:960px;
	margin:0 auto;
	padding:0 10px;
}
.logo{
	width:209px;
	height:95px;
	float:left;
	padding-top:16px;
	margin-right:49px;
}
.phone{
	width:200px;
	height:90px;
	float:left;
	padding-top:26px;
	margin-right:20px;
}
.phone a{
	display:block;
	padding:0 0 8px 45px;
	color:#456382;
	font-family:UbuntuBold;
	font-size:16px;
	background:url('../images/phone-ico.png')no-repeat 0 0;
	-pie-background:url('../images/phone-ico.png')no-repeat 0 0;
}
.phone a:hover{
	color:#30a787;
	text-decoration:none;
}
.phone a img {
  vertical-align: top;
  margin-left: 5px;
}
.phone a.life{background-position:-1px 1px;}
.phone a.kyivstar{background-position:-3px -56px;}
.phone a.mts{background-position:-3px -118px;}
.search {
	width:260px;
	height:60px;
	float:left;
	padding-top:47px;
	margin-right:57px;
}
.search-form{
	width:260px;
	height:34px;
    border:1px solid #cad1d7;
	border-radius:25px;
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
	behavior: url(PIE.htc);
	background-color:#fff;
	-webkit-box-shadow:inset -1px 2px 8px -7px rgba(0,0,0,0.75);
	-moz-box-shadow:inset -1px 2px 8px -7px rgba(0,0,0,0.75);
	box-shadow:inset -1px 2px 8px -7px rgba(0,0,0,0.75);
  position: relative;
}
.search-form input[type="search"] {
    width:205px;
	height:33px;
	border:none;
    outline:none;
	background:none;
    -webkit-appearance:none;
	font-size:14px;
	color:#3e4b5e;
	font-family:UbuntuReg;
	padding-left:14px;
    vertical-align:middle;
	border-radius:25px;
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
	behavior: url(PIE.htc);
}
.search-reset {
  display: none;
  border: none;
  width: 10px;
  height: 10px;
  color: transparent;
  overflow: hidden;
  cursor: pointer;
  background: url(../images/prod-filter.png)no-repeat -40px -70px;
  -pie-background: url(../images/prod-filter.png)no-repeat -40px -70px;
  position: absolute;
  top: 12px;
  right: 40px;
}
.search-reset.focus{
  display: block;
}
.search-form input[type="submit"] {
  width:35px;
  height:35px;
  border:none;
	cursor:pointer;
	border-radius:0 25px 25px 0;
	-webkit-border-radius:0 25px 25px 0;
	-moz-border-radius:0 25px 25px 0;
	behavior: url(PIE.htc);
	background:url('../images/search-btn.png') no-repeat 50% 50%;
	-pie-background:url('../images/search-btn.png') no-repeat 50% 50%;
  position: absolute;
  top: 0;
  right: 3px;
}
.search-example{
	width:220px;
	height:15px;
	color:#456382;
	font-family:UbuntuItalic;
	font-size:12px;
	padding:3px 0 0 14px;
}

/* Cart */

.cart{
	width:155px;
	height:80px;
	float:left;
	padding:44px 0 0;
}

	/* -empty */
	
.cart-empty{
	width:155px;
	height:55px;
}
.prod-count{
	width:25px;
	height:21px;
	position:relative;
	top:2px;
	left:42px;
	color:#fff;
	font-size:13px;
	font-family:UbuntuReg;
	text-align:center;
	line-height:17px;
	padding-top:3px;
	background-color:#95A3B0;
	border-radius:15px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	behavior: url(PIE.htc);
	z-index:10;
}
.cart-empty a{
	display:block;
	width:155px;
	height:55px;
	position:relative;
	top:0px;
	left:0px;
	color:#95a3b0;
	font-size:13px;
	font-family:UbuntuMed;
	cursor:default;
	background:url('../images/cart.png')no-repeat 10px 0;
	-pie-background:url('../images/cart.png')no-repeat 10px 0;
}
.cart-empty a:hover, .cart-full a:hover{text-decoration:none;}
.cart-empty a:hover{
	cursor:default;
	pointer-events:none;
}
.cart-empty a span{
	display:block;
	width:70px;
	height:35px;
	position:relative;
	top:-17px;
	left:75px;
}
.cart-empty a .order-price{display:none;}

	/* -full */
	
.cart-full{
	width:165px;
	height:55px;
}
.cart-full a{
	display:block;
	width:165px;
	height:55px;
	position:relative;
	top:0px;
	left:0px;
	color:#95a3b0;
	font-size:13px;
	font-family:UbuntuMed;
	cursor:default;
	background:url('../images/cart.png')no-repeat -73px -55px;
	-pie-background:url('../images/cart.png')no-repeat -73px -55px;
}
.cart-full a:hover{cursor:pointer;}
.cart-full a .prod-count{
	left:32px;
	color:#87d7cd;
	background-color:#3B4E6F;
}
.order-price{
	padding:2px 3px 0 19px;
	color:#fff;
	font-size:15px;
	font-family:UbuntuBold;
	background-color:#2ab891;
	position:relative;
	top:-22px;
	left:44px;
	height:22px;
	max-width:80px;
	z-index:1;
}
.order-price i{
	font-size:12px;
	font-family:UbuntuReg;
	font-style:normal;
}
.cart-full a span{
	display:block;
	width:70px;
	height:35px;
	color:#3b4e6f;
	font-size:12px;
	font-family:UbuntuBold;
	text-transform:uppercase;
	position:relative;
	top:-17px;
	left:63px;
	line-height:11px;
}
.cart-full a span:hover{
	cursor:pointer;
	text-decoration:underline;
}

/* Autorization */

.authorization{
	width:77px;
	height:36px;
	text-align:center;
	clear:both;
	position:relative;
	top:-126px;
	left:870px;
	background:url('../images/authorization-bg.png')no-repeat 0 0;
	-pie-background:url('../images/authorization-bg.png')no-repeat 0 0;
}
.authorization a{
	display:block;
	width:77px;
	height:23px;
	position:relative;
	top:2px;
	padding-top:2px;
	color:#8792a3;
	font-size:12px;
	font-family:UbuntuReg;
	line-height:18px;
}
.authorization a:hover{
	color:#30a787;
	text-decoration:none;
}
.authorization-bl{
	width:390px;
	height:287px;
	padding-top:19px;
	position:relative;
	left:560px;
	top:-160px;
	background-color:#fff;
	z-index:10000;
	-webkit-box-shadow:0px 0px 32px -9px rgba(0,0,0,0.75);
	-moz-box-shadow:0px 0px 32px -9px rgba(0,0,0,0.75);
	box-shadow:0px 0px 32px -9px rgba(0,0,0,0.75);
	behavior: url(PIE.htc);
}
.authorization-bl-head{
	width:100%;
	height:53px;
	color:#456382;
	font-size:22px;
	font-family:UbuntuReg;
	text-align:center;
}
.authorization-bl-form {
    width:310px;
	height:188px;
	padding:0 40px;
}
.authorization-input{
	width:308px;
    height:34px;
	margin-bottom:15px;
    border:1px solid #CAD1D7;
    border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	behavior: url(PIE.htc);
    box-shadow: -1px 2px 8px -7px rgba(0, 0, 0, 0.75) inset;
	-webkit-box-shadow: -1px 2px 8px -7px rgba(0, 0, 0, 0.75) inset;
	-moz-box-shadow: -1px 2px 8px -7px rgba(0, 0, 0, 0.75) inset;
}
.authorization-input:nth-of-type(2){
	margin-bottom:0;
}
.authorization-bl-form input{
    width:308px;
    height:33px;
    border:none;
    outline:none;
    background:none;
    font-size:14px;
    color:#8792a3;
    font-family:UbuntuReg;
    padding-left:14px;
    vertical-align:middle;
    border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	behavior: url(PIE.htc);
}
.authorization-bl-form input[type="submit"] {
    width:87px;
    height:36px;
    border:none;
    vertical-align:middle;
    cursor:pointer;
	color:#fff;
	font-family:UbuntuMed;
	font-size:16px;
	text-align:center;
	padding-left:0;
	margin-top:-7px;
	background-color:#2B8EB4;
    border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	behavior: url(PIE.htc);
	-webkit-box-shadow:0px 3px 12px -6px rgba(0,0,0,0.75);
	-moz-box-shadow:0px 3px 12px -6px rgba(0,0,0,0.75);
	box-shadow:0px 3px 12px -6px rgba(0,0,0,0.75);
}
.authorization-bl-form input[type="submit"]:hover{
	box-shadow:none;
}
.authorization-bl-form input::-webkit-input-placeholder{
	color: #8792a3;}
.authorization-bl-form input:-ms-input-placeholder{
	color: #8792a3;}
.authorization-bl-form input:-moz-placeholder{
	color: #8792a3;}
.authorization-bl-form input::-moz-placeholder{
	color: #8792a3; opacity: 1;}
.authorization-bl-form input.placeholder{
	color: #8792a3;}
.remind-password{
    width:220px;
    height:15px;
    padding:3px 0px 0px 14px;
}
.remind-password a{
	display:block;
	padding-bottom:2px;
	color:#2b8eb4;
    font-family:UbuntuReg;
    font-size:12px;
	background:url("../images/remind-password-bg.png")no-repeat 0 15px;
	-pie-background:url("../images/remind-password-bg.png")no-repeat 0 15px;
}
.remind-password a:hover{
	text-decoration:none;
	background:none;
}
.authorization-check-btn{
	width:93%;
	height:40px;
	margin:20px auto 0;
}
.authorization-check{
    width:115px;
    height:25px;
    display:inline-block;
    margin:7px 14px 0px 0px;
}
.authorization-check input[type="checkbox"] {
    position:absolute;
	left: 51px;
    top: 201px;
	width: 22px;


}
.authorization-check input[type="checkbox"] + label {
    background:url('../images/checkbox-bg.png')no-repeat 0 2px;
	-pie-background:url('../images/checkbox-bg.png')no-repeat 0 2px;
    padding:0 0 3px 28px;
	font-size:12px;
	color:#9da7b8;
	font-family:UbuntuReg;
	line-height:11px;
	display:inline-block;
}
.authorization-check input[type="checkbox"]:hover + label{
	cursor:pointer;
}
.authorization-check input[type="checkbox"]:checked + label {
    background-position:0 -70px;
	color:#30A787;
}
.authorization-cancel{
	display:inline-block;
/*	padding-left:10px;*/
	color:#2b8eb4;
	font-family:UbuntuMed;
	font-size:14px;
	vertical-align:top;
	padding-top:11px;
}
.authorization-cancel:hover,
.registration-btn a:hover{
	text-decoration:none;
	background:none;
}
.registration-btn{
	width:100%;
	height:46px;
	background:#AAB9C6 url('../images/authorization-shadow.png')repeat-x 0 -8px;
	-pie-background:#AAB9C6 url('../images/authorization-shadow.png')repeat-x 0 -8px;
}
.registration-btn a{
	display:block;
	width:150px;
	margin:0 auto;
	padding:12px 0 2px;
	font-size:15px;
	color:#fff;
	font-family:UbuntuReg;
	text-align:center;
	background:url('../images/register-bg.png')repeat-x 0 30px;
	-pie-background:url('../images/register-bg.png')repeat-x 0 30px;
}

/* Main menu */

#main-menu{
	max-width:1920px;
	height:49px;
	margin:0 auto;
	background-color:#30a787;
	border-bottom:1px solid #1c9474;
}
.nav li{float:left; margin-top:-4px}
.nav li:hover{background-color:#1c9474;}
.nav li a{
	display:block;
	color:#fff;
	font-size:15px;
	font-family:UbuntuReg;
	padding:16px 17px 16px 15px;
}
.nav li a:hover{
	text-decoration:none;
	color:#35e0b2 !important;
}
.nav li a.sub{padding:16px 14px 16px 15px;}
.nav li a.sub:after{
	content:'';
	position:relative;
	width:10px;
	height:12px;
	display:inline-block;
	vertical-align:middle;
	margin-left:6px;
	background:url('../images/cart.png')no-repeat 0 -91px;
	-pie-background:url('../images/cart.png')no-repeat 0 -91px;
}
.item-sub:hover .sub-menu-bl{display:block;}

/* Sub-menu */

.sub-menu-bl{
	display:none;
	min-width:260px;
	position:absolute;
	background-color:#1C9474;
	border-bottom:4px solid #0F8163;
	z-index:100;
}
.nav{
	position:relative;
}
.nav > .item-sub:nth-of-type(2) > .sub-menu-bl{
	overflow-y:scroll;
    max-height:500px;
	left:0
}
.sub-menu-bl ul{padding:17px 0 0 30px;}
.sub-menu-bl li{
	float:none;
	padding-bottom:12px;
}
.sub-menu-bl ul li a{
	color:#fff !important;
	font-size:13px;
	font-family:UbuntuReg;
	line-height:16px;
	padding:0;
}
.sub-menu-bl ul li a:hover{
	color:#35e0b2 !important;
}
.menu-col{
	float:left;
	width:150px;
	padding-bottom:9px;
	margin-right:30px;
}
.nav li.item-sub:nth-of-type(3) .sub-menu-bl .column-list .menu-col{width:200px}
.li-nav-active{
	background-color:#1c9474;
}
.li-nav-active a{
	text-decoration:none;
	color:#35e0b2 !important;
	cursor:default;
	pointer-events:none;
}

/* Content */

#content{
	max-width:1920px;
	margin:0 auto;
	background:url('../images/footer-shadow.png')no-repeat center -8px;
}
.main-about-top{
	width:100%;
	padding:43px 0 10px;
	display:table;
}
.main-about-top-left{
	width:370px;
	float:left;
	margin-right:30px;
}
.page-title h1,
.page-title h2,
.page-title h3,
.main-about-top-left h1,
.product-filter-head h1{
	color:#3b4e6f;
	font-size:25px;
	font-family:UbuntuReg;
	font-weight:normal;
}
.product-filter-head p,  .manufacturer-page .page-title p {
	color:#3b4e6f;
	font-size:25px;
	font-family:UbuntuReg;
	font-weight:normal;
}
.catH1name {
	float:left;
	margin:5px 0 5px 24px;
}
.catH1name h1{
	color:#198fc5;
	font-size:20px;
	font-family:UbuntuReg;
	font-weight:normal;
}
.main-about-top-left h1 span{text-transform:uppercase;}
.main-about-top-right{
	width:540px;
	float:left;
	padding-top:5px;
}
.main-about-top-right p{
	color:#3e4b5e;
	font-size:14px;
	font-family:UbuntuLight;
	font-weight:normal;
	line-height:20px;
}

/* Tabs on main */

.main-tabs-bl-wrap{
	width:1000px;
	margin:40px auto 86px;
}
.tabs{
	background:#fff;
}
.tabs-content-wrapper{
	position:relative;
	z-index:1;
	padding:35px 30px;
	border-top:2px solid #36AA8B;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	behavior: url(PIE.htc);
	-webkit-box-shadow:0px 0px 0px -9px rgba(0, 0, 0, 0.75), 5px 4px 7px -7px rgba(0, 0, 0, 0.75), -5px 3px 9px -7px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:0px 0px 0px -9px rgba(0, 0, 0, 0.75), 5px 4px 7px -7px rgba(0, 0, 0, 0.75), -5px 3px 9px -7px rgba(0, 0, 0, 0.75);
	box-shadow:0px 0px 0px -9px rgba(0, 0, 0, 0.75), 5px 4px 7px -7px rgba(0, 0, 0, 0.75), -5px 3px 9px -7px rgba(0, 0, 0, 0.75);
}
.tabs-red > .tabs-content-wrapper{
	position:relative;
	z-index:1;
	padding:35px 30px;
	border-top:2px solid #cecece!important;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	behavior: url(PIE.htc);
	-webkit-box-shadow:0px 0px 0px -9px rgba(0, 0, 0, 0.75), 5px 4px 7px -7px rgba(0, 0, 0, 0.75), -5px 3px 9px -7px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:0px 0px 0px -9px rgba(0, 0, 0, 0.75), 5px 4px 7px -7px rgba(0, 0, 0, 0.75), -5px 3px 9px -7px rgba(0, 0, 0, 0.75);
	box-shadow:0px 0px 0px -9px rgba(0, 0, 0, 0.75), 5px 4px 7px -7px rgba(0, 0, 0, 0.75), -5px 3px 9px -7px rgba(0, 0, 0, 0.75);
}
.tabs-content {
	display:none;
	width:100%;
	max-height:395px;
    overflow:hidden
}
.tabs-content.slideMore{
	max-height:100%;
	min-height:391px;
	margin-bottom:-15px
}
.tabs-content.active {
	display:block;
}
.tabs-caption{
	height:53px;
	padding:0 28px;
	position:relative;
	z-index:10;
}
.tabs-caption li{
	float:left;
	width: 146px;
	cursor:pointer;
	font-size:20px;
	color:#8792a3;
	font-family:UbuntuReg;
	margin:6px 25px 0;
	padding:13px 30px 11px 27px;
	margin:5px 0 0;
	background:url('../images/tabs-second-bg.png')no-repeat 0 4px;
	-pie-background:url('../images/tabs-second-bg.png')no-repeat 0 4px;
	-pie-background:url('../images/tabs-second-bg.png')no-repeat 0 4px;
}
.tabs-caption li:hover{color:#30a787;}
.tabs-caption li.active{
	color:#30a787;
	border-bottom:none;
}
.tabs-caption li:first-child{
	padding:13px 60px 11px 49px;
	margin:5px 0 0;
	position:relative;
	z-index:10;
	background:url('../images/tabs-first-bg.png')no-repeat 0 -146px;
	-pie-background:url('../images/tabs-first-bg.png')no-repeat 0 -146px;
}
_:-moz-any-link, :root .tabs-caption li:first-child{padding:11px 60px 11px 49px}
.tabs-caption li:first-child.active{
	
	 padding: 12px 66px 15px 49px; 
	 
	/*padding:12px 60px 15px 49px;*/
	color:#30a787;
	margin:6px 0 0;
	border-bottom:none;
	background:url('../images/tabs-first-bg.png')no-repeat 0 0;
	-pie-background:url('../images/tabs-first-bg.png')no-repeat 0 0;
}
.tabs-caption li:nth-child(2){
	padding: 13px 139px 12px 55px;
    margin: 4px 0 0 4px;
    position: relative;
    z-index: 1;
	/*padding:13px 55px 12px 55px;
	margin:4px 0 0 -12px;
	position:relative;
	z-index:1;*/
}

 
	
	
_:-moz-any-link, :root .tabs-caption li:nth-child(2){padding:11px 55px 12px 55px}
.tabs-caption li:nth-child(2).active{
	padding:13px 55px 14px 55px;
	margin:5px 0 0 -10px;
	position:relative;
	z-index:11;
	border-bottom:2px solid #fff;
	background:url('../images/tabs-second-bg.png')no-repeat 0 -145px;
	-pie-background:url('../images/tabs-second-bg.png')no-repeat 0 -145px;
}
.tabs-caption .active span{
	background:none;
}
.tabs-caption .active:hover{
	color:#30a787;
	text-decoration:none;
	cursor:default;
}
.type-of-bearing-item{
	width:146px;
	min-height:204px;
	float:left;
	margin:0 12px 10px 0;
	text-align:center;
}
.type-of-bearing-item:nth-child(6n){
	margin:0 0 15px 0;
}
.bearing-item-img{
	width:146px;
	height:110px;
	overflow:hidden;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	behavior: url(PIE.htc);
	margin-bottom:8px;
	background-color:#F5F5F5;
}

.bearing-item-img img{width:100%}

.type-of-bearing-item a{
	color:#3e4b5e;
	font-size:14px;
	font-family:UbuntuReg;
	line-height:15px;
}
.tabs-more-btn, .tabs-more.btn{
	width:148px;
	height:41px;
	clear:both;
	margin:-2px auto 0;
	position:absolute;
	left:42.6%;
	top:100%;
	z-index:10;
	text-align:center;
	padding-top:6px;
	background:url('../images/tabs-more-btn.png')no-repeat 0 0;
	-pie-background:url('../images/tabs-more-btn.png')no-repeat 0 0;
}
.tabs-more-btn a, .tabs-more.btn a{
	color:#2b8eb4;
	font-size:14px;
	font-family:UbuntuReg;
}
.tabs-more-btn a:before, .tabs-more.btn a:before{
	/*content:'Смотреть все'*/
}
/*.tabs-content.slideMore > .tabs-more-btn a:before{
	content:'Свернуть'
}*/
.tabs-more-btn a:hover, .type-of-bearing-item a:hover, .bearing-brand-item a:hover, .bearing-brand-item a:hover span{
	color:#30A787;
	text-decoration:none;
}
.text_button_catalog{
	width: 100%;
    height: 43px;
	background: #2b8eb4;
    display: grid;
    justify-items: center;
    align-items: center;
}
.text_button_catalog input[type="submit"]{
	background:none;
	color:white;
	border: none;
    padding: 10px;
	
}
.bearing-brand{
	min-height:321px;
}
.bearing-brand-item{
	width:146px;
	min-height:163px;
	float:left;
	margin:0 12px 15px 0;
	text-align:center;
}
.bearing-brand-item:nth-child(6n){
	margin:0 0 15px 0;
}
.bearing-brand-img{
	width:146px;
	height:110px;
	overflow:hidden;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	behavior: url(PIE.htc);
	margin-bottom:8px;
	background-color:#F5F5F5;
}
.bearing-brand-img img{    
	max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto;
	}
.bearing-brand-item a{
	display:block;
	margin-top:8px;
	color:#3e4b5e;
	font-size:14px;
	font-family:UbuntuReg;
	line-height:15px;
}
.bearing-brand-item a span{
	display:block;
	width:100%;
	color:#9da7b8;
	font-size:12px;
}

/* Advantages */

.advantages-bl-wrap{
	width:100%;
	height:474px;
	padding-top:34px;
	background:url('../imagelib/adv-bg.jpg')no-repeat 0 0;
	-pie-background:url('../imagelib/adv-bg.jpg')no-repeat 0 0;
}
.content-head{
	width:100%;
	clear:both;
	margin-bottom:35px;
}
.content-head h2{
	color:#fff;
	font-size:30px;
	font-family:UbuntuReg;
	text-transform:uppercase;
	text-align:center;
	font-weight:normal;
}
.advantages-bl{
	width:941px;
	margin:0 auto;
}
.advantages-item{
	width:300px;
	height:161px;
	float:left;
	text-align:center;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	behavior: url(PIE.htc);
	background-color:#fff;
	margin:0 20px 20px 0;
}
.advantages-item:nth-child(3n){
	margin:0 0 20px 0;
}
.advantages-item-ico{
	width:300px;
	height:83px;
}
.advantages-item span{
	display:block;
	width:250px;
	padding:0 25px;
	color:#3e4b5e;
	font-size:16px;
	font-family:UbuntuReg;
}
.advantages-item-ico div{
	width:65px;
	height:83px;
	margin:0 auto;
}
.ico1{
	background:url('../images/advantages-ico/ico-sprt.jpg')no-repeat 2px 26px;
	-pie-background:url('../images/advantages-ico/ico-sprt.jpg')no-repeat 2px 26px;
}
.ico2{
	background:url('../images/advantages-ico/ico-sprt.jpg')no-repeat -118px 22px;
	-pie-background:url('../images/advantages-ico/ico-sprt.jpg')no-repeat -118px 22px;
}
.ico3{
	background:url('../images/advantages-ico/ico-sprt.jpg')no-repeat -243px 21px;
	-pie-background:url('../images/advantages-ico/ico-sprt.jpg')no-repeat -243px 21px;
}
.ico4{
	background:url('../images/advantages-ico/ico-sprt.jpg')no-repeat 7px -76px;
	-pie-background:url('../images/advantages-ico/ico-sprt.jpg')no-repeat 7px -76px;
}
.ico5{
	background:url('../images/advantages-ico/ico-sprt.jpg')no-repeat -118px -72px;
	-pie-background:url('../images/advantages-ico/ico-sprt.jpg')no-repeat -118px -72px;
}
.ico6{
	background:url('../images/advantages-ico/ico-sprt.jpg')no-repeat -237px -79px;
	-pie-background:url('../images/advantages-ico/ico-sprt.jpg')no-repeat -237px -79px;
}

/*  News & About */

.main-news-about-bottom{
	width:100%;
	height:600px;
	padding-top:33px;
	border-bottom:1px solid #979FA5;
	background-color:#EDF1F4;
}
.main-news-about-bottom-head{
	width:100%;
	margin-bottom:24px;
}
.main-news-about-bottom-head h3{
	color:#3e4b5e;
	font-size:30px;
	font-family:UbuntuReg;
	font-weight:normal;
}

/* News */

.main-news-bl{
	width:400px;
	height:500px;
	float:left;
	margin-right:80px;
}

/* News slider */

.news-slider-wrap{
	width:400px;
	height:444px;
	-webkit-box-shadow: 0px 4px 25px -18px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 4px 25px -18px rgba(0,0,0,0.75);
	box-shadow: 0px 4px 25px -18px rgba(0,0,0,0.75);
	behavior: url(PIE.htc);
}
.news-slider{
	float:left;
	width:400px;
	height:444px;
	position:relative;
}
.sliderContent {
	float:left;
	width:400px;
	height:444px;
	clear:both;
	position:relative;
	overflow:hidden;
}
.sliderContent .item {
	position:absolute;
	width:400px;
	height:444px;
	background:#fff;
}
.news-item-img{
	width:400px;
	height:200px;
	overflow:hidden;
	margin-bottom:19px;
}
.news-item-img img{
	position:relative;
	top:-5px;
	width:100%;
}
.pub-date{
	position:absolute;
	top:20px;
	left:20px;
	padding:2px 7px 4px;
	color:#fff;
	font-size:12px;
	font-family:UbuntuReg;
	font-weight:normal;
	background-color:#30A787;
}
.news-slider-title{
	width:350px;
	margin:0px auto 14px;
}
.news-slider-title a{
	color:#3e4b5e;
	font-size:18px;
	font-family:UbuntuMed;
}
.news-slider-title a:hover{
	color:#30A787;
	text-decoration:none;
}
.news-slider-desc{
	width:350px;
	height:90px;
	margin:0 auto;
	color:#3e4b5e;
	font-size:13px;
	font-family:UbuntuReg;
	font-weight:normal;
	line-height:20px;
}
.sliderBullets {
	position:absolute;
	bottom:24px;
	left:50%;
	z-index:50;
	margin-left:-60px;
}
.sliderBullets a {
	display:block;
	float:left;
	text-indent:-9999px;
	outline:none;
	margin-left:10px;
	width:14px;
	height:14px;
	border:2px solid #fff;
	border-radius:15px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	behavior: url(PIE.htc);
	background-color:#C6D1DB;
}
.sliderBullets .active {
	width:12px;
	height:12px;
	border-radius:15px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	behavior: url(PIE.htc);
	border:3px solid #30A787;
	background-color:#fff;
}
.sliderBullets a:hover{
	width:14px;
	height:14px;
	border-radius:15px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	behavior: url(PIE.htc);
	border:2px solid #fff;
	background-color:#30A787;
}

/* About bottom */

.main-about-bottom{
	width:462px;
	height:500px;
	float:left;
}
.about-bottom-wrap{
	width:100%;
	margin-top:-5px;
	text-align:justify;
}
.about-bottom-wrap p{
	color:#616161;
	font-size:13px;
	font-family:UbuntuReg;
	font-weight:normal;
	line-height:19px;
	padding-bottom:15px;
}
.about-img{
	float:right;
	margin:15px -7px 15px 15px;
}

/* Breadcrumbs */

.breadcrumbs{
	width:98%;
	min-height:35px;
	line-height:35px;
	padding-left:15px;
  margin-bottom:-8px;
}
.breadcrumbs a, .breadcrumbs span:after{
	color:#95a3b0;
	font-size:12px;
	font-family:UbuntuReg;
	font-weight:normal;
}
.breadcrumbs a:hover{
	color:#30a787;
	text-decoration:none;
}
.breadcrumbs span:after{
	content:'/';
	padding:0 5px 0 7px;
}
.breadcrumbs span:last-child:after{
	content:'';
}

.breadcrumbs2{
position: relative;
    top: -32px;
    left: 293px;
}

.breadcrumbs2 a, .breadcrumbs span:after{
	color:#95a3b0;
	font-size:12px;
	font-family:UbuntuReg;
	font-weight:normal;
}
.breadcrumbs2 a:hover{
	color:#30a787;
	text-decoration:none;
}
.breadcrumbs2 span:after{
	content:'/';
	padding:0 5px 0 7px;
}
.breadcrumbs2 span:last-child:after{
	content:'';
}

.breadcrumbs22{
position: relative;
    top: -32px;
    left: 250px;
}




.breadcrumbs22 a, .breadcrumbs span:after{
	color:#95a3b0;
	font-size:12px;
	font-family:UbuntuReg;
	font-weight:normal;
}
.breadcrumbs22 a:hover{
	color:#30a787;
	text-decoration:none;
}
.breadcrumbs22 span:after{
	content:'/';
	padding:0 5px 0 7px;
}
.breadcrumbs22 span:last-child:after{
	content:'';
}
 
/* Left side */

#left-side{
	width:220px;
	float:left;
	margin-right:40px;
}
.left-nav{
	width:185px;
	padding:0 15px 0 20px;
	margin-bottom:35px;
	background-color:#EDF1F4;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	behavior: url(PIE.htc);
}
.left-nav-main li a{
	display:block;
	color:#3e4b5e;
	font-size:15px;
	font-family:UbuntuReg;
	font-weight:normal;
	padding:14px 0 16px;
	line-height:20px;
	border-bottom:1px solid #CAD1D7;
}
.left-nav-main li a:hover{
	color:#30a787;
	text-decoration:none;
}
.left-nav-main li:last-child a{
	border-bottom:none;
}
.left-nav-active{
	height:49px;
	margin-top:-1px;
}
.left-nav-active a{
	background-color:#1C9474;
	position:relative;
	width:200px;
	left:-20px;
	color:#35e0b2 !important;
	padding-left:20px !important;
	border-bottom:none !important;
	cursor:default;
	pointer-events:none;
}
.left-nav-main li:first-child.left-nav-active a{
	border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	behavior: url(PIE.htc);
}
.left-nav-main li:last-child.left-nav-active a{
	border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
	-moz-border-radius:0 0 5px 5px;
	behavior: url(PIE.htc);
}

/* sub */

.left-nav-sub a{
	border-bottom:none !important;
}
.left-nav-sub ul{
	margin-top:-2px;
	padding:0 0 2px 15px;
	border-bottom:1px solid #CAD1D7;
}
.left-nav-sub ul li a{
	display:block;
	color:#3e4b5e;
	font-size:13px;
	font-family:UbuntuReg;
	font-weight:normal;
	padding:0 0 15px;
	line-height:16px;
	border-bottom:none !important;
}

/* Right side */

#right-side{
	width:680px;
	float:left;
}

/* Manufacturers */

.manufacturer-page{
	width:100%;
	display:table;
	margin-bottom:15px;
}
.page-title{
	width:100%;
	padding-bottom:13px;
}
.manufacturer-page-text{
	width:100%;
	padding-bottom:4px;
}
.manufacturer-page-text p{
	color:#3e4b5e;
	font-size:14px;
	font-family:UbuntuLight;
	line-height:20px;
	padding-bottom:8px;
}
.manufacturer-items-wrap{
	width:100%;
	padding-bottom:40px;
}
.manufacturer-item{
	width:893px;
	padding:20px 25px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	behavior: url(PIE.htc);
}
.manufacturer-item:hover{
	behavior: url(PIE.htc);
	-webkit-box-shadow:0px 1px 5px -1px rgba(0,0,0,0.75);
	-moz-box-shadow:0px 1px 5px -1px rgba(0,0,0,0.75);
	box-shadow:0px 1px 5px -1px rgba(0,0,0,0.75);
}
.manufacturer-item-logo{
	width:146px;
	height:110px;
	overflow:hidden;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	behavior: url(PIE.htc);
	/* background-color:#F5F5F5; */
}
.manufacturer-item-logo img{
	text-align:center;
  max-width:146px;
}
.manufacturer-item-logo span{
	color:#b6bfcb;
	font-size:12px;
	font-family:UbuntuLight;
	text-transform:uppercase;
}
.manufacturer-item-desc{
	width:715px;
	min-height:110px;
	display:table-cell;
	padding-left:30px;
}
.manufacturer-item-name{
	width:100%;
	min-height:46px;
}
.manufacturer-item-name a{
	color:#3e4b5e;
	font-size:18px;
	font-family:UbuntuReg;
	font-weight:normal;
	text-decoration:underline;
}
.manufacturer-item-name a:hover{
	color:#30a787;
	text-decoration:none;
}
.manufacturer-item-name span{
	display:block;
	color:#9da7b8;
	font-size:14px;
	font-family:UbuntuReg;
	font-weight:normal;
}
.manufacturer-item-desc p{
	color:#3e4b5e;
	font-size:14px;
	font-family:UbuntuLight;
	line-height:20px;
	padding-bottom:8px;
}
.manufacturer-page .prod-card-page .filtr-btn{
	float:none;
	width:100%;
    height:37px;
    text-align:center;
    margin:0 auto;
    background:none
}
.manufacturer-page .prod-card-page .filtr-btn input[type="submit"]{
    width:auto;
    height:36px;
	padding:0 25px;
    border:none;
    background:#2B8EB4;
    color:#fff;
    text-transform:uppercase;
    font-size:11px;
    font-weight:bold;
    cursor:pointer;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-webkit-box-shadow:0px 5px 16px -6px rgba(0,0,0,0.75);
	-moz-box-shadow:0px 5px 16px -6px rgba(0,0,0,0.75);
	box-shadow:0px 5px 16px -6px rgba(0,0,0,0.75)
}
.manufacturer-page .prod-card-page .filtr-btn input[type="submit"]:hover{box-shadow:none}

/* Catalog*/

.catalog-page {
    width:100%;
    display:table;
    margin-bottom:15px;
}

/* Product filter */

.product-filter{
	width:923px;
	height:184px;
	/* margin:7px 0 0; */
	margin:0;
	padding:11px 0 18px 20px;
	border-bottom:1px solid #E6E7E8;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	behavior: url(PIE.htc);
	background:#F3F5F8 url('../images/catalog-filter-bg.png')repeat-x 0 0;
	-pie-background:#F3F5F8 url('../images/catalog-filter-bg.png')repeat-x 0 0;
}
.product-filter-head{
	width:902px;
	height:35px;
}
.clear-choose{
	width:85px;
	float:right;
	position:relative;
	top:-24px;
}
.clear-choose a{
	display:block;
	width:63px;
	height:25px;
	padding-left:22px;
	position:absolute;
	color:#f46172;
	font-size:12px;
	font-family:UbuntuLight;
	line-height:11px;
	background:url('../images/prod-filter.png')no-repeat 0 5px;
	-pie-background:url('../images/prod-filter.png')no-repeat 0 5px;
}
.filter-selects{
	width:100%;
	height:70px;
	margin-bottom:10px;
}

/* Tooltip in product filter */

.filter-selects-label, .filter-inputs-label{
	width:100%;
	height:20px;
	margin-top:7px;
	color:#3b4e6f;
	font-size:13px;
	font-family:UbuntuLight;
	line-height:18px;
	padding-left:2px;
}
.filter-tooltip{
	display:inline-block;
	width:18px;
	height:18px;
	position:absolute;
	margin-left:8px;
	padding-top:3px;
	vertical-align:middle;
	background:url('../images/prod-filter.png')no-repeat -32px -31px;
	-pie-background:url('../images/prod-filter.png')no-repeat -32px -31px;
}
.filter-tooltip i{
	display:none;
	width:390px;
	padding:5px;
	position:absolute;
	margin:10px 0 0 20px;
	background-color:#0A6E9A;
	color:#fff;
	text-align:center;
	opacity:0.7;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	z-index:100;
}
.filter-tooltip:hover i{
	display:block;
}

/* Select in product filter */

.selects{
	float:left;
	margin-top:5px;
	position:relative;
	border:1px solid #CAD1D7;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-webkit-box-shadow:inset -1px 2px 8px -7px rgba(0,0,0,0.75);
	-moz-box-shadow:inset -1px 2px 8px -7px rgba(0,0,0,0.75);
	box-shadow:inset -1px 2px 8px -7px rgba(0,0,0,0.75);
	behavior: url(PIE.htc);
}
.filter-selects select{
	width:100%;
	height:34px;
	position:reative;
	border:none;
	cursor:pointer;
	opacity:0;
	filter: alpha(opacity=0);
}
.filter-selects p{
	height:100%;
	padding:0 9px;
	position:absolute;
	left:0;
	top:0;
	color:#8792a3;
	font-size:14px;
	font-family:UbuntuReg;
	line-height:32px;
	overflow:hidden;
}
.filter-selects select option{
	padding:2px 0 2px 9px;
	color:#8792a3;
	font-size:14px;
	font-family:UbuntuReg;
}

/* Selects blocks */

.prod-group{
	width:160px;
	float:left;
	margin-right:30px;
}
.prod-group-select{
	width:158px;
	background:#fff url('../images/prod-filter.png')no-repeat 142px -39px;
	-pie-background:#fff url('../images/prod-filter.png')no-repeat 142px -39px;
}
.prod-group-select p{
	width:140px;
}
.prod-type{
	width:470px;
	float:left;
	margin-right:30px;
}
.prod-type-select{
	width:468px;
	background:#fff url('../images/prod-filter.png')no-repeat 452px -39px;
	-pie-background:#fff url('../images/prod-filter.png')no-repeat 452px -39px;
}
.prod-type-select p{
	width:450px;
}
.prod-manufacturer{
	width:210px;
	float:left;
}
.prod-manufacturer-select{
	width:208px;
	background:#fff url('../images/prod-filter.png')no-repeat 192px -39px;
	-pie-background:#fff url('../images/prod-filter.png')no-repeat 192px -39px;
}
.prod-manufacturer-select p{
	width:190px;
}

.catalog-items-prod-manufacturer a:hover + .brand-tooltip{display:block}

.brand-tooltip{
	display:none;
	width:190px;
    padding:5px;
    position:absolute;
    margin:10px 0 0 20px;
    background-color:#0A6E9A;
    color:#fff;
	font-size:13px;
    font-family:UbuntuLight;
    line-height:18px;
	font-style:italic;
    text-align:center;
    opacity:0.7;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    z-index:100
}

/* Input in product filter */

.filter-inputs{
	width:100%;
	height:80px;
}
.inner-dia-input, .outer-dia-input, .height-input{
	width:185px;
	float:left;
	margin-right:22px;
	color:#8792a3;
	font-size:14px;
	font-family:UbuntuReg;
}
.filter-inputs-label{
	padding:0;
}
.filter-inputs-label a{
	display:inline-block;
	width:10px;
	height:10px;
	margin-left:7px;
	vertical-align:middle;
	background:url('../images/prod-filter.png')no-repeat -40px -70px;
	-pie-background:url('../images/prod-filter.png')no-repeat -40px -70px;
}
.inner-dia, .outer-dia, .height-size{
	width:53px;
	height:34px;
	display:inline-block;
    border:1px solid #cad1d7;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	background-color:#fff;
	-webkit-box-shadow:inset -1px 2px 8px -7px rgba(0,0,0,0.75);
	-moz-box-shadow:inset -1px 2px 8px -7px rgba(0,0,0,0.75);
	box-shadow:inset -1px 2px 8px -7px rgba(0,0,0,0.75);
	behavior: url(PIE.htc);
}
.filter-inputs input[type="text"], .loginform input[type="text"], .loginform input[type="password"]{
    width:48px;
    height:33px;
    border:none;
    outline:none;
    background:none;
    font-size:14px;
    color:#8792a3;
    font-family:UbuntuReg;
    padding-left:5px;
	margin-left:2px;
    vertical-align:middle;
    border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	behavior: url(PIE.htc);
}
.inner-dia-input .inner-dia,
.outer-dia-input .outer-dia,
.height-input .height-size{
	margin:6px 7px 0 2px;
}
.inner-dia-input .inner-dia:last-child,
.outer-dia-input .outer-dia:last-child,
.height-input .height-size:last-child{
	margin:6px 0 0 2px;
}
.height-input{
	margin-right:8px;
}
.availability{
	width:150px;
	height:20px;
	float:left;
	margin-top:41px;
}
input[type="checkbox"] {
    position:absolute;
    left:-9999px;
}
input[type="checkbox"] + label {
	height:20px;
	display:inline-block;
    padding-right:32px;
	color:#3b4e6f;
	font-size:13px;
	font-family:UbuntuLight;
	background:url('../images/prod-filter-check.png')no-repeat right 0;
	-pie-background:url('../images/prod-filter-check.png')no-repeat right 0;
}
input[type="checkbox"]:hover + label{
	cursor:pointer;
}
input[type="checkbox"]:checked + label {
   background-position:right -72px;
}
.filtr-btn{
	width:140px;
	height:48px;
	float:left;
	text-align:center;
	margin:33px 0 0 13px;
	background:url('../images/prod-filter.png')no-repeat -167px -80px;
	-pie-background:url('../images/prod-filter.png')no-repeat -167px -80px;
}
.filtr-btn input[type="submit"], .loginform input[type="submit"]{
	width:126px;
	height:36px;
	border:none;
	background:none;
	color:#fff;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	cursor:pointer;
}
.filtr-btn:hover{
	background-position:-167px -162px;
}

/* Фильтр по производителям */

.prod-manufacturer{position:relative}
.selects{height:34px}

.select-manufact{
	display:none;
	position:absolute;
	width:270px;
	height:auto;
	max-height:370px;
	overflow-y:scroll;
	z-index:1000;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
    top:34px;
    left:-61px;
    background:#fff;
    border:1px solid #90ADDD;
    padding-top:10px;
	padding-right:10px;
	padding-bottom:10px;
	padding-left:14px;
}

.select-manufact input[type="checkbox"] + label{
	width:85%;
	min-height:20px;
	height:auto;
	margin-bottom:7px
}
.select-manufact input[type="checkbox"]:checked + label{color:#30A787}

#manufacturer-select{cursor:pointer}
.select-manufact.show{display:block}
input#all + label{font-weight:bold}
input#all:checked + label{font-weight:100}

/* Product sort */

.product-sort{
	width:943px;
	height:38px;
  padding-bottom: 10px;
  margin-top: -2px;
}
.prod-sort{
	width:228px;
	float:right;
}
.prod-sort-select{
	width:130px;
	display:inline-block;
	margin-top:5px;
	position:relative;
}
.prod-sort-label{
	display:inline-block;
	color:#95a3b0;
	font-size:13px;
    font-family:UbuntuReg;
	padding-right:5px;
}
.prod-sort-select select{
	width:100%;
	height:34px;
	position:reative;
	border:none;
	cursor:pointer;
	opacity:0;
	filter: alpha(opacity=0);
}
.prod-sort-select p{
	height:100%;
	position:absolute;
	left:0;
	top:0;
	color:#198fc5;
	font-size:13px;
	font-family:UbuntuReg;
	line-height:35px;
	overflow:hidden;
	background:#fff url('../images/sort-bg.png')repeat-x 0 26px;
	-pie-background:#fff url('../images/sort-bg.png')repeat-x 0 26px;
}
.prod-sort-select p:after{
	content:'';
	position:relative;
	padding:0 10px 5px 10px;
	background:#fff url('../images/prod-filter.png')no-repeat 10px -48px;
	-pie-background:#fff url('../images/prod-filter.png')no-repeat 10px -48px;
}
.prod-sort-select select option{
	padding:2px 0 2px 9px;
	color:#8792a3;
	font-size:13px;
	font-family:UbuntuReg;
}

/* Catalog items */

.catalog-items-wrapper{
	width:942px;
	display:table;
	margin:0 0 25px;
	border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	-webkit-box-shadow:0px 1px 3px 0px rgba(221,221,221,1);
	-moz-box-shadow:0px 1px 3px 0px rgba(221,221,221,1);
	box-shadow:0px 1px 3px 0px rgba(221,221,221,1);
	behavior: url(PIE.htc);
}
.catalog-items-head{
	width:100%;
	height:54px;
	border-left:1px solid #EEEEEE;
	border-right:1px solid #EEEEEE;
	border-bottom:1px solid #D8D8D8;
	background-color:#F8F8F8;
	border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	behavior: url(PIE.htc);
}
.catalog-items-head div{
	display:table-cell;
	height:54px;
	color:#95a3b0;
	font-size:13px;
	font-family:UbuntuReg;
}
.catalog-items-prod-name{
	width:240px;
	text-align:center;
	vertical-align:middle;
}
.catalog-items-prod-group{
	width:60px;
	vertical-align:middle;
}
.catalog-items-prod-type{
	width:150px;
	vertical-align:middle;
}
.catalog-items-prod-size{
	width:127px;
	vertical-align:top;
}
.inner-mm, .outer-mm, .height-mm{
	width:40px;
	text-align:center;
	font-size:11px !important;
	background:url('../images/size-ico.png')no-repeat;
	-pie-background:url('../images/size-ico.png')no-repeat;
}
.inner-mm{
	background-position:7px 18px;
}
.outer-mm{
	background-position:-53px 18px;
}
.catalog-item .outer-mm{
	border-left:1px solid #30a787;
    border-right:1px solid #30a787;
    padding:0 3px;
}
.height-mm{
	background-position:-117px 18px;
}
.catalog-items-prod-manufacturer{
	width:100px;
	vertical-align:middle;
	text-align:center;
}
.catalog-items-prod-presence{
	width:80px;
	vertical-align:middle;
}
.catalog-items-prod-price{
	width:70px;
	vertical-align:middle;
}
.drop-in-cart{
	width:115px;
	vertical-align:middle;
}
.catalog-item{
	width:100%;
	min-height:80px;
	border-left:1px solid #EEEEEE;
	border-right:1px solid #EEEEEE;
	border-bottom:1px solid #D8D8D8;
}
.catalog-item:hover{
	width:99.7%;
	border-left:4px solid #30A787;
}
.catalog-item div{
	display:table-cell;
}
.catalog-item .catalog-items-prod-name{
	padding:4px 0;
}
.catalog-item-img{
	width:80px;
	height:80px;
	overflow:hidden;
	float:left;
	margin-left:20px;
}
.catalog-item-img .zoom-ico{
	display:block;
	position:absolute;
	width:25px;
	height:25px;
	margin:-24px 0 0 56px;
	background:url('../images/zoom-ico.png')no-repeat;
	-pie-background:url('../images/zoom-ico.png')no-repeat;
}
.catalog-item-img a:hover .zoom-ico{
	background-position:-78px 0;
}
.catalog-item-img img{
	width:100%;
	margin-right:17px;
	vertical-align:middle;
}
.catalog-item .catalog-items-prod-name a{
	color:#198fc5;
	font-size:13px;
	font-family:UbuntuReg;
	text-decoration:underline;
	vertical-align:top;
	line-height:1.7;
}
.catalog-item .catalog-items-prod-name > a{
	display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
}
.catalog-item .catalog-items-prod-name a.prod-name {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 80px;
}
.similar-items {
	padding-left: 22px;
	display: inline-block;
	min-height: 18px;
	color: #446281;
	font-size: 13px;
	text-decoration: underline;
	background: url(../images/similar.svg)no-repeat left center;
	background-size: 18px;
}
.catalog-item .catalog-items-prod-name a.prod-name:hover .similar-items {
	text-decoration: none;
}
.catalog-item .catalog-items-prod-name a:hover,
.catalog-item .catalog-items-prod-type a:hover,
.catalog-item .catalog-items-prod-manufacturer a:hover,
.alltovarbrend a:hover{
	text-decoration:none;
	color:#30a787;
}
.catalog-item .catalog-items-prod-group{
	color:#3b4e6f;
	font-size:13px;
	font-family:UbuntuReg;
	text-transform:uppercase;
	padding:15px 0;
}
.catalog-item .catalog-items-prod-type a,
.catalog-item .catalog-items-prod-manufacturer a{
	color:#198fc5;
	font-size:13px;
	font-family:UbuntuReg;
	text-decoration:underline;
}
.catalog-item .catalog-items-prod-manufacturer a{
	display:block;
	padding-bottom:6px
}
.catalog-item .catalog-items-prod-size{
	vertical-align:middle;
	background-color:#F8F8F8;
	padding:15px 0;
}
.catalog-item .catalog-items-prod-size div{
	vertical-align:middle;
	color:#3b4e6f;
	font-size:13px !important;
	font-family:UbuntuReg;
}
.catalog-item .catalog-items-prod-manufacturer{
	padding:15px 0;
	text-align:center;
}
.catalog-items-prod-presence .prod-presence{
	color:#30a787;
	font-size:13px;
	font-family:UbuntuReg;
	pointer-events:none;
    cursor:default;
	line-height:14px;
}
.catalog-items-prod-presence .prod-no-presence{
	display:inline-block;
	width:65px;
	height:19px;
	color:#198fc5;
	font-size:13px;
	font-family:UbuntuReg;
	background:url('../images/sort-bg.png')repeat-x 0 16px;
}
.catalog-items-prod-presence .prod-no-presence:hover{
	text-decoration:none;
	background:none;
}
.catalog-item .catalog-items-prod-price{
	color:#3b4e6f;
	font-size:16px;
	font-family:UbuntuReg;
	text-align:center;
}
.drop-in-cart-input{
    width:44px;
    height:28px;
    display:inline-block !important;
    border:1px solid #cad1d7;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    background-color:#fff;
    -webkit-box-shadow:inset -1px 2px 8px -7px rgba(0,0,0,0.75);
    -moz-box-shadow:inset -1px 2px 8px -7px rgba(0,0,0,0.75);
    box-shadow:inset -1px 2px 8px -7px rgba(0,0,0,0.75);
    behavior: url(PIE.htc);
}
.drop-in-cart-input input[type="text"]{
    width:42px;
    height:28px;
    border:none;
    outline:none;
    background:none;
    font-size:14px;
    color:#8792a3;
	text-align:center;
    font-family:UbuntuReg;
    margin-left:2px;
    vertical-align:middle;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    behavior: url(PIE.htc);
}
.drop-in-cart a{
	display:block;
	width:40px;
	height:26px;
	float:right;
	margin:3px 17px 0 0;
	background:url('../images/buy-btn-bg.png')no-repeat 0 0;
}
.drop-in-cart a:hover{
	background-position:-69px 0;
}

.similar-prod-bl .catalog-items-wrapper {
	display: block;
	max-height: 945px;
  overflow-y: auto;
  overflow-x: hidden;
}
.catalog-items-wrapper .catalog-item {
  position: relative;
}

/* Pagination */

.pagination-wrap{
	width:100%;
	min-height:35px;
	line-height:33px;
	margin:10px 0 30px;
}
.pagination{
	width:100%;
  margin:0 auto;
  text-align:center;
}
.pagination a{
	display:inline-block;
	height:26px;
	margin-right:11px;
	color:#95a3b0;
	font-size:14px;
	text-align:center;
    font-family:UbuntuReg;
	line-height:25px;
	border:1px solid #ABB3BB;
    border-radius:3px;
	padding:0 10px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    behavior: url(PIE.htc);
}
.pagination a:last-child{
	margin-right:0;
}
.pagination a:hover{
	text-decoration:none;
	color:#30a787;
	border-color:#30a787;
}
.page-prev{
	margin-right:26px !important;
}
.page-next{
	margin-left:15px !important;
}
.page-active{
	border-color:#30a787 !important;
	background-color:#30a787;
	color:#fff !important;
}
.no-active{
	border:none !important;
	color:#d1d6db !important;
	margin-right:15px !important;
	cursor:default;
	pointer-events:none;
}

/* After text block */

.after-text-bl{
	width:100%;
	padding:32px 0 25px;
	background-color:#EDF1F4;
}
.after-text-bl h2{
	padding-bottom:18px;
	color:#3e4b5e;
	font-size:25px;
	font-family:UbuntuReg;
	font-weight:100;
}
.after-text-bl p{
	color:#616161;
	font-size:13px;
	font-family:UbuntuReg;
	line-height:19px;
	padding-bottom:15px;
}

/* Prod card page */

.prod-card-page{
	width:100%;
    display:table;
    margin-bottom:75px;
}
.prod-card-bl{
	width:100%;
	display:table;
	margin:15px 0 40px;
}
.prod-card-left{
	width:300px;
	float:left;
	margin-right:40px;
}
.prod-card-img{
	width:300px;
	height:300px;
	overflow:hidden;
	text-align:center;
}
.prod-card-img img{
	width:100%;
}
.zoom-ico-big{
    display:block;
    position:absolute;
    width:34px;
    height:34px;
    margin:-35px 0 0 265px;
    background:url('../images/zoom-ico-big.png')no-repeat;
    -pie-background:url('../images/zoom-ico-big.png')no-repeat;
}
.prod-card-img a:hover .zoom-ico-big{
	background-position:-116px 0;
}
.prod-card-right{
	width:605px;
	float:left;
}
.prod-title{
	width:100%;
	margin-bottom:30px;
}
.prod-title h1{
	color:#3b4e6f;
	font-size:30px;
	font-family:UbuntuReg;
	font-weight:100;
}
.prod-title h1 span{
	display:block;
	color:#3b4e6f;
	font-size:15px;
	font-family:UbuntuReg;
	font-weight:100;
	padding-top:3px;
}
.prod-card-price-bl{
	width:100%;
	height:88px;
	background-color:#F8F8F8;
}
.prod-card-price{
	width:130px;
	height:88px;
	float:left;
	padding:20px 0 0 30px;
	color:#3b4e6f;
	font-size:23px;
	font-family:UbuntuBold;
	margin-right:14px;
}
.prod-card-price .prod-presence{
    color:#30a787;
    font-size:13px;
    font-family:UbuntuReg;
    pointer-events:none;
    cursor:default;
    line-height:17px;
	display:block;
}
.prod-card-price .prod-presence:hover{
	text-decoration:none;
}
.prod-card-price .prod-no-presence {
    display:block;
    width:65px;
    height:19px;
    color:#198fc5;
    font-size:13px;
    font-family:UbuntuReg;
    background:url('../images/sort-bg.png')repeat-x 0 16px;
    -pie-background:url('../images/sort-bg.png')repeat-x 0 16px;
}
.prod-card-price .prod-no-presence:hover {
    text-decoration:none;
    background:none;
}
.prod-quantity{
	width:165px;
	float:left;
	padding:24px 0 0 30px;
}
.count-left, .count-right{
    width:40px;
	height:40px;
	display:inline-block;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	background-color:#fff !important;
    background:url("../images/quantity-arrow.png")no-repeat -70px 10px;
    -pie-background:url("../images/quantity-arrow.png")no-repeat -70px 10px;
	-webkit-box-shadow:0px 1px 3px 0px rgba(221,221,221,1);
	-moz-box-shadow:0px 1px 3px 0px rgba(221,221,221,1);
	box-shadow:0px 1px 3px 0px rgba(221,221,221,1);
	behavior: url(PIE.htc);
}
.count-right{
	background-position:9px 10px;
}
.prod-quantity a:hover{
	box-shadow:none;
	border:1px solid #30a787;
	width:38px;
	height:38px;
}
.count-left:hover{
	background-position:-71px -48px;
}
.count-right:hover{
	background-position:8px -48px;
}
.quantity-input{
	width:53px;
	height:40px;
	display:inline-block;
	vertical-align:top;
	border:1px solid #cad1d7;
	margin:0 6px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	background-color:#fff;
	-webkit-box-shadow:inset -1px 2px 8px -7px rgba(0,0,0,0.75);
	-moz-box-shadow:inset -1px 2px 8px -7px rgba(0,0,0,0.75);
	box-shadow:inset -1px 2px 8px -7px rgba(0,0,0,0.75);
	behavior: url(PIE.htc);
}
.prod-quantity input[type="text"]{
    width:51px;
    height:40px;
    border:none;
    outline:none;
    background:none;
    font-size:14px;
    color:#8792a3;
    font-family:UbuntuReg;
	text-align:center;
    vertical-align:middle;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    behavior: url(PIE.htc);
}
.prod-card-button{
	width:150px;
	float:left;
	padding:24px 0 0 30px;
}
.prod-card-button a{
	display:block;
	width:135px;
	height:40px;
	padding-left:8px;
	color:#fff;
	font-size:17px;
	font-family:UbuntuReg;
	line-height:39px;
	background-color:#29BB93;
	border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    behavior: url(PIE.htc);
	-webkit-box-shadow:0px 2px 12px -6px rgba(0,0,0,0.75);
	-moz-box-shadow:0px 2px 12px -6px rgba(0,0,0,0.75);
	box-shadow:0px 2px 12px -6px rgba(0,0,0,0.75);
}
.prod-card-button a span{
	display:inline-block;
	width:30px;
	height:26px;
	vertical-align:middle;
	padding:3px 9px 0 0;
	background:#29BB93 url("../images/quantity-arrow.png")no-repeat -35px -27px;
    -pie-background:url("../images/quantity-arrow.png")no-repeat -35px -27px;
}
.prod-card-button a:hover{
	text-decoration:none;
	box-shadow:none;
}
.prod-card-specification{
	width:100%;
	display:table;
}
.specification-table{
	width:99.6%;
	display:table;
	border:1px solid #E0E0E0;
}
.specification-table-item{
	width:100%;
	border-bottom:1px solid #E0E0E0;
}
.specification-table-item:last-child{
	border-bottom:none;
}
.specification-table-cell-left{
	display:table-cell;
	width:360px;
	height:34px;
	vertical-align:middle;
	padding-left:20px;
	color:#95a3b0;
	font-size:14px;
	font-family:UbuntuReg;
	border-right:1px solid #E0E0E0;
}
.specification-table-cell-right{
	display:table-cell;
	width:200px;
	height:34px;
	vertical-align:middle;
	padding-left:20px;
	color:#3b4e6f;
	font-size:14px;
	font-family:UbuntuReg;
}
.inner-d-mm, .outer-d-mm, .height-h-mm {
    width:40px;
	height:26px;
	display:inline-block;
	vertical-align:middle;
    text-align:center;
    font-size:11px !important;
    background:url('../images/size-ico.png')no-repeat;
    -pie-background:url('../images/size-ico.png')no-repeat;
}
.inner-d-mm{
	 background-position:2px 0;
}
.outer-d-mm {
    background-position:-57px 0;
}
.height-h-mm {
    background-position:-121px 0;
}
.specification-table-cell-right a{
    color:#198fc5;
    font-size:13px;
    font-family:UbuntuReg;
    text-decoration:underline;
}
.specification-table-cell-right a:hover{
    text-decoration:none;
    color:#30a787;
}

/* Similar prod */

.similar-prod-bl{
	width:98.3%;
	display:table;
	padding-top:33px;
	border-top:1px solid #C7C7C7;
    background:url('../images/footer-shadow.png')no-repeat center -10px;
    -pie-background:url('../images/footer-shadow.png')no-repeat center -10px;
}

/* News page */

.news-page{
	width:100%;
	display:table;
	margin-bottom:65px;
}
.news-page .page-title h1, .contact-page .page-title h1{
	font-size:30px;
}
.news-item-bl{
	width:100%;
	min-height:150px;
	margin-bottom:30px;
	-webkit-box-shadow:1px 1px 7px 0px rgba(221,221,221,1);
    -moz-box-shadow:1px 1px 7px 0px rgba(221,221,221,1);
    box-shadow:1px 1px 7px 0px rgba(221,221,221,1);
    behavior: url(PIE.htc);
	border-radius:6px;
	-webkit-border-radius:6px;
    -moz-border-radius:6px;
}
.news-item-bl-img{
	width:300px;
	height:150px;
	float:left;
	overflow:hidden;
}
.news-item-bl-img img{
 
	    max-width: 100%;
    max-height: 100%;
    display: block; /* Remove any extra whitespace */
  /*  margin: auto;*/ /* Center the image horizontally */
}
.news-item-bl-img, .news-item-bl-img img{
	border-radius:6px 0 0 6px;
	-webkit-border-radius:6px 0 0 6px;
    -moz-border-radius:6px 0 0 6px;
	behavior: url(PIE.htc);
}
.news-item-date{
	position:absolute;
	padding:3px 5px 4px;
	text-align:center;
	background-color:#30A787;
	color:#fff;
	font-size:12px;
    font-family:UbuntuReg;
	font-weight:100;
	line-height:14px;
	margin:20px 0 0 20px;
}
.news-item-bl-desc{
	width:345px;
	float:left;
	padding:15px 0 0 20px;
}
.news-item-bl-desc a{
	display:block;
	padding-bottom:15px;
	color:#3e4b5e;
	font-size:18px;
    font-family:UbuntuMed;
}
.news-item-bl-desc a:hover{
	color:#30a787;
	text-decoration:none;
}
.news-item-bl-short-desc{
	width:100%;
}
.news-item-bl-short-desc p{
	color:#3e4b5e;
	font-size:13px;
	font-family:UbuntuReg;
	font-weight:100;
	line-height:20px;
}

/* Single news */

.single-news-page{
	width:100%;
	display:table;
	margin-bottom:32px;
}
.single-news-text{
	width:100%;
}
.single-news-img{
/*	width:300px;*/
	height:150px;
	padding:10px;
	float:left;
	overflow:hidden;
	text-align:center;
	background-color:#fff;
	margin:10px 20px 15px 0;
	-webkit-box-shadow:0px 1px 4px 1px rgba(221,221,221,1);
    -moz-box-shadow:0px 1px 4px 1px rgba(221,221,221,1);
    box-shadow:0px 1px 4px 1px rgba(221,221,221,1);
    behavior: url(PIE.htc);
}
.single-news-img:before{
	content:'';
	position:absolute;
	display:block;
	width:300px;
	height:10px;
	margin-top:150px;
	background-color:#fff;
}
.single-news-img img{
		    max-width: 100%;
    max-height: 100%;
    display: block; /* Remove any extra whitespace */
    margin: auto; /* Center the image horizontally */
}
.single-news-text p{
	color:#3e4b5e;
	font-size:14px;
	font-family:UbuntuLight;
	text-align:justify;
	line-height:20px;
	padding-bottom:15px;
}
.single-news-text h2,
.single-news-text h3,
.single-news-text h4{
	color:#3e4b5e;
	font-size:16px;
	font-family:UbuntuMed;
	font-weight:100;
	padding-bottom:10px;
}
.single-news-text a{
	color:#198fc5;
	font-size:14px;
	font-family:UbuntuLight;
	text-decoration:underline;
}
.single-news-text a:hover{
	color:#30a787;
	text-decoration:none;
}
.single-news-text ul,
.pay-method-info ul,
.delivery-info-item ul,
.opisnai_brend ul{
	margin:0 0 15px 20px;
	list-style-image:url("../images/li-image.png");
}
.single-news-text ul li,
.pay-method-info ul li,
.delivery-info-item ul li,
.opisnai_brend ul li{
	color:#3e4b5e;
	font-size:14px;
	font-family:UbuntuLight;
	text-align:justify;
	line-height:20px;
	padding:0 0 10px 4px;
}
.single-news-date-bl{
	width:700px;
	height:35px;
	position:absolute;
	margin-left:-20px;
	border-bottom:3px solid #EDF1F4;
}
.single-news-date{
	width:90px;
	height:20px;
	float:right;
	color:#95a3b0;
	font-size:12px;
	font-family:UbuntuReg;
	text-align:right;
}
.other-news-bl{
	width:100%;
	display:table;
	margin-bottom:70px;
	padding-top:38px;
}
.other-news-bl .page-title h2{
	font-size:30px;
	padding-bottom:15px;
}

/* Contacts*/

.contact-page{
	width:100%;
	display:table;
	margin-bottom:85px;
}
.contact-page-top{
	width:100%;
	display:table;
	padding-top:11px;
	margin-bottom:10px;
}
.contact-page-top-left{
	width:360px;
	float:left;
	margin-right:20px;
}
.contact-page-company-name{
	width:100%;
	margin-bottom:37px;
}
.company-name-title{
	width:100%;
}
.company-name-title h2{
	color:#3e4b5e;
	font-size:16px;
	font-family:UbuntuMed;
	font-weight:100;
	padding-bottom:10px;
}
.contact-page-about-company{
	width:100%;
	color:#3e4b5e;
	font-size:14px;
	font-family:UbuntuReg;
	font-weight:100;
	line-height:20px;
}
.contact-page-company-adress,
.contact-page-company-phone{
	width:310px;
	padding-left:50px;
}
.contact-page-company-adress{
	margin-bottom:34px;
	background:url('../images/adress-ico.png')no-repeat 9px top;
    -pie-background:url('../images/adress-ico.png')no-repeat 9px top;
}
.contact-page-company-phone{
	margin-bottom:15px;
	background:url('../images/cont-phone-ico.png')no-repeat 11px top;
    -pie-background:url('../images/cont-phone-ico.png')no-repeat 11px top;
}
.adress-title{
	width:100%;
	height:35px;
	display:table-cell;
	vertical-align:middle;
	color:#3e4b5e;
	font-size:16px;
	font-family:UbuntuMed;
	font-weight:100;
	padding-bottom:2px;
}
.contact-page-company-adress p,
.contact-page-company-adress p a,
.contact-page-company-phone p,
.contact-page-company-phone p a,
.pay-bl p,
.delivery-bl p, .news{
	color:#3e4b5e;
	font-size:16px;
	font-family:UbuntuLight;
	line-height:25px;
}
.contact-page-company-phone p a img {
  vertical-align: middle;
  margin-left: 5px;
}
.contact-page-company-phone p{
	line-height:30px;
}
.contact-page-top-right{
	width:300px;
	float:left;
}
.contact-page-img{
    width:280px;
    height:186px;
    padding:10px;
    float:left;
    overflow:hidden;
    text-align:center;
    background-color:#fff;
    margin:0 20px 15px 0;
    -webkit-box-shadow:0px 1px 4px 1px rgba(221,221,221,1);
    -moz-box-shadow:0px 1px 4px 1px rgba(221,221,221,1);
    box-shadow:0px 1px 4px 1px rgba(221,221,221,1);
    behavior: url(PIE.htc);
}
.contact-page-img .zoom-ico-big{
	margin:-25px 0 0 256px;
}
.contact-page-img:hover .zoom-ico-big{
	background-position:-116px 0;
}
.contact-page-bottom{
	width:100%;
	margin-bottom:25px;
}
.contact-page-map{
	width:100%;
}
.map-title{
	width:170px;
	height:33px;
	padding-left:50px;
	display:table-cell;
	vertical-align:middle;
	color:#3e4b5e;
	font-size:18px;
	font-family:UbuntuMed;
	font-weight:100;
	background:url('../images/map-ico.png')no-repeat 4px top;
    -pie-background:url('../images/map-ico.png')no-repeat 4px top;
}
.open-big-map{
	display:block;
	height:22px;
	float:right;
	margin-top:-25px;
	color:#198fc5;
	font-size:14px;
	font-family:UbuntuReg;
	font-weight:100;
	background:#fff url('../images/sort-bg.png')repeat-x 0 19px;
	-pie-background:#fff url('../images/sort-bg.png')repeat-x 0 19px;
}
.open-big-map:hover{
	color:#30a787;
	text-decoration:none;
	background:none;
}
.route-map{
	width:660px;
    height:287px;
    padding:10px;
    float:left;
    overflow:hidden;
    text-align:center;
    background-color:#fff;
    margin:14px 0 15px 0;
    -webkit-box-shadow:0px 1px 4px 1px rgba(221,221,221,1);
    -moz-box-shadow:0px 1px 4px 1px rgba(221,221,221,1);
    box-shadow:0px 1px 4px 1px rgba(221,221,221,1);
    behavior: url(PIE.htc);
  position:relative
}
.route-map .transp-blind{
  padding-top:0
}
.contact-page-push{
	height:157px;
	clear:both;
}
#footer-contact-page{
	max-width:1920px;
	height:157px;
	margin:-157px auto 0;
	clear:both;
	border-top:1px solid #F1F1F1;
}
.news{padding:25px 0}

/* Pay and Delivery */

.pay-delivery-page{
	width:100%;
	display:table;
	margin-bottom:85px;
}
.pay-delivery-page .page-title h1{
	font-size:20px;
	color:#3e4b5e;
}
.pay-bl{
	width:100%;
	display:table;
	margin-top:15px;
}
.pay-bl .page-title h3{
	font-size:20px;
}
.pay-bl p,
.delivery-bl p{
	line-height:22px;
	padding-bottom:15px;
}
.pay-bl-item{
	width:100%;
	display:table;
	padding:15px 0 14px 0;
	margin-bottom:15px;
	border-bottom:1px dashed #CAD1D7;
}
.pay-bl-item:last-child{
	border-bottom:none;
	padding:15px 0 8px 0;
}
.pay-bl-item-ico{
	width:140px;
	float:left;
}
.pay-method-info{
	width:540px;
	float:right;
	padding-top:24px;
}
p.green-p{
	color:#30a787;
}
.pay-method-info .page-title{
	margin-bottom:11px;
}
.pay-method-info ul{
	margin:8px 0 1px 20px;
}
.pay-method-info ul li{
	padding:0 0 15px 4px;
}
.medium{
	font-family:UbuntuMed !important;
}
.warning h3{
	color:#f46172;
	font-size:16px;
	font-family:UbuntuMed;
	text-transform:uppercase;
	font-weight:100;
}
p.manager{
	font-size:18px;
	padding-bottom:36px;
}
.pay-bl-item a{
	color:#198fc5;
	text-decoration:underline;
}
.pay-bl-item a:hover,
.cart-page a:hover{
	color:#30a787;
	text-decoration:none;
}
.attention{
	padding-top:0 !important;
	margin-top:-2px;
}
.attention p{
	font-size:14px !important;
}
.delivery-bl{
	padding-top:32px;
	border-top:3px solid #EDF1F4;
}
.delivery-bl .page-title{
	margin-bottom:2px;
}
.logo-delivery{
	width:100%;
	height:147px;
	padding:18px 0 40px;
}
.delivery-info-bl{
	width:100%;
	margin:15px 0;
}
.delivery-info-item{
	padding:19px 7px 22px 26px;
	border:1px dashed #9EA3B1;
	border-radius:4px;
	-webkit-border-radius:4px;
    -moz-border-radius:4px;
	behavior: url(PIE.htc);
}
.small-info-bl-left,
.small-info-bl-right{
	width:290px;
	float:left;
	margin:0 29px 30px 0;
}
.small-info-bl-left:nth-child(2n){
	margin:0 0 30px 0;
}
.small-info-bl-right{
	float:right;
	margin:0 0 30px 0;
}
.delivery-info-item p{
	line-height:22px;
	padding-bottom:0;
	font-family:UbuntuLight;
}
.red-p{
	color:#f46172 !important;
}
.uppercase-p{
	text-transform:uppercase;
}
.clear{
	clear:both;
}
.delivery-info-item ul{
	margin:19px 0 0 20px;
}
.delivery-info-item ul li:last-child{
	padding-bottom:1px;
}

/* Cart */

.cart-page{
	width:942px;
	margin-bottom:85px;
	color:#3e4b5e;
    font-size:16px;
    font-family:UbuntuLight;
}
.cart-page a{
    color:#198fc5;
    text-decoration:underline;
}
.cart-page .page-title{
	width:97%;
}
.cart-page .page-title h1{
	padding-left:15px;
	color:#3e4b5e;
}
.cart-page-items-wrap{
	width:940px;
	display:table;
	margin:10px 0 13px;
	border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	-webkit-box-shadow:0px 2px 2px -1px rgba(221,221,221,1);
	-moz-box-shadow:0px 2px 2px -1px rgba(221,221,221,1);
	box-shadow:0px 2px 2px -1px rgba(221,221,221,1);
	behavior: url(PIE.htc);
}
.cart-items-head{
	width:100%;
	height:42px;
	border-left:1px solid #EEEEEE;
	border-right:1px solid #EEEEEE;
	border-bottom:1px solid #D8D8D8;
	background-color:#F8F8F8;
	border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	behavior: url(PIE.htc);
}
.cart-items-head div{
	display:table-cell;
	height:42px;
	color:#95a3b0;
	font-size:13px;
	font-family:UbuntuReg;
}
.cart-items-prod-img{
	width:115px;
	text-align:center;
	vertical-align:middle;
}
.cart-items-prod-name{
	width:190px;
	text-align:left;
	vertical-align:middle;
	padding-left:40px;
}
.cart-items-prod-group{
	width:60px;
	vertical-align:middle;
}
.cart-items-prod-type{
	width:150px;
	vertical-align:middle;
}
.cart-items-prod-manufacturer{
	width:100px;
	vertical-align:middle;
	text-align:left;
}
.cart-items-prod-presence{
	width:140px;
	vertical-align:middle;
}
.cart-items-prod-price{
	width:124px;
	vertical-align:middle;
}
.cart-quantity{
	width:92px;
	vertical-align:middle;
}
.delete-in-cart{
	width:75px;
	vertical-align:middle;
}
.cart-item{
	width:100%;
	min-height:80px;
	border-left:1px solid #EEEEEE;
	border-right:1px solid #EEEEEE;
	border-bottom:1px solid #D8D8D8;
}
.cart-item div{
	display:table-cell;
}
.cart-item .cart-items-prod-name{
	padding:2px 0 2px 40px;
}
.cart-item-img{
	width:80px;
	height:60px;
	overflow:hidden;
	float:left;
	margin-left:20px;
}
.cart-item-img img{
	width:60px;
	margin-right:17px;
	vertical-align:middle;
}
.cart-item .cart-items-prod-name a{
	color:#198fc5;
	font-size:13px;
	font-family:UbuntuReg;
	text-decoration:underline;
	vertical-align:top;
	line-height:75px;
}
.cart-item .cart-items-prod-name a:hover,
.cart-item .cart-items-prod-type a:hover{
	text-decoration:none;
	color:#30a787;
}
.cart-item .cart-items-prod-group{
	color:#3b4e6f;
	font-size:13px;
	font-family:UbuntuReg;
	text-transform:uppercase;
	padding:15px 0;
}
.cart-item .cart-items-prod-type a,
.cart-item .cart-items-prod-manufacturer a{
	color:#198fc5;
	font-size:13px;
	font-family:UbuntuReg;
	text-decoration:underline;
}
.cart-item .cart-items-prod-manufacturer{
	padding:15px 0;
	text-align:left;
	color:#3b4e6f;
	font-size:13px;
	font-family:UbuntuReg;
}
.cart-items-prod-presence .prod-presence{
	color:#30a787;
	font-size:13px;
	font-family:UbuntuReg;
	pointer-events:none;
    cursor:default;
	line-height:14px;
}
.cart-items-prod-presence .prod-no-presence{
	display:inline-block;
	width:65px;
	height:19px;
	color:#198fc5;
	font-size:13px;
	font-family:UbuntuReg;
	background:url('../images/sort-bg.png')repeat-x 0 16px;
}
.cart-items-prod-presence .prod-no-presence:hover{
	text-decoration:none;
	background:none;
}
.cart-item .cart-items-prod-price{
	color:#3b4e6f;
	font-size:16px;
	font-family:UbuntuMed;
}
.cart-item .cart-items-prod-price span{
	font-size:13px;
	font-weight:600;
}
.cart-quantity-input{
    width:44px;
    height:28px;
    display:inline-block !important;
    border:1px solid #cad1d7;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    background-color:#fff;
    -webkit-box-shadow:inset -1px 2px 8px -7px rgba(0,0,0,0.75);
    -moz-box-shadow:inset -1px 2px 8px -7px rgba(0,0,0,0.75);
    box-shadow:inset -1px 2px 8px -7px rgba(0,0,0,0.75);
    behavior: url(PIE.htc);
}
.cart-quantity-input input[type="text"]{
    width:42px;
    height:28px;
    border:none;
    outline:none;
    background:none;
    font-size:14px;
    color:#8792a3;
	text-align:center;
    font-family:UbuntuReg;
    vertical-align:middle;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    behavior: url(PIE.htc);
}
.delete-in-cart a{
	display:block;
	width:14px;
	height:14px;
	margin:0 auto;
	background:url('../images/del-btn-bg.png')no-repeat 0 0;
}
.sum-of-order-bl{
	width:390px;
	height:70px;
	float:right;
}
.sum-of-order-left{
	width:165px;
	float:left;
	text-align:right;
}
.sum-of-order-right{
	width:182px;
	float:right;
}
.sum-of-order{
	color:#3b4e6f;
	font-size:16px;
	font-family:UbuntuMed;
	margin-bottom:4px;
}
.sum-of-order-left .sum-of-order{
	line-height:28px;
}
.sum-of-order-right .sum-of-order{
	font-size:23px;
}
.sum-of-weight{
	font-size:16px;
    color:#95a3b0;
    font-family:UbuntuReg;
}
.to-order-bl{
	width:942px;
	display:table;
	clear:both;
}
.to-order-bl .page-title{
	width:93%;
}
.to-order-bl .page-title h2{
	color:#95a3b0;
	padding-left:15px;
}
.to-order-bl .page-title h2 span{
	font-size:12px;
	padding-left:7px;
}
.to-order-bl .cart-page-items-wrap{
	-webkit-box-shadow:1px 1px 4px -1px rgba(221,221,221,1);
	-moz-box-shadow:1px 1px 4px -1px rgba(221,221,221,1);
	box-shadow:1px 1px 4px -1px rgba(221,221,221,1);
	behavior: url(PIE.htc);
}
.to-order-bl .cart-page-items-wrap .cart-item .cart-items-prod-presence a,
.to-order-bl .cart-page-items-wrap .cart-item .cart-items-prod-price{
	color:#95a3b0;
}
.to-order-bl .sum-of-order-bl{
	width:600px;
	height:85px;
}
.to-order-bl .sum-of-order-left{
	width:370px;
}
.to-order-bl .sum-of-order-left .sum-of-order span{
	color:#95a3b0;
	font-size:12px;
}
.to-order-bl .sum-of-order-left .sum-of-order {
    line-height:17px;
	padding-top:6px;
}
.to-order-bl .sum-of-order-right .sum-of-order{
    padding-bottom:12px;
	color:#95a3b0;
}

.submit-inquiry input[type="submit"]{
    width:190px;
    height:36px;
    border:none;
    background:none;
    color:#fff;
	font-family:UbuntuMed;
    font-size:16px;
    cursor:pointer;
	background-color:#2B8EB4;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	behavior: url(PIE.htc);
	-webkit-box-shadow:0px 2px 8px -4px rgba(0,0,0,0.75);
	-moz-box-shadow:0px 2px 8px -4px rgba(0,0,0,0.75);
	box-shadow:0px 2px 8px -4px rgba(0,0,0,0.75);
}
.submit-inquiry input[type="submit"]:hover{box-shadow:none}

/* Order checkout */

.order-checkout-bl{
	width:942px;
	display:table;
	clear:both;
}
.order-checkout-bl .page-title h2{
	color:#3e4b5e;
	padding-left:30px;
}

/* Сheckout tabs */

.checkout-tabs-content-wrap{
	width:876px;
	position:relative;
	z-index:1;
	padding:35px 32px;
	border-top:2px solid #36AA8B;
	border-radius:0 0 4px 4px;
	-webkit-border-radius:0 0 4px 4px;
	-moz-border-radius:0 0 4px 4px;
	behavior: url(PIE.htc);
	background-color:#F2F5F7;
}
.checkout-tabs-content {
	display:none;
	width:100%;
	min-height:195px;
	/* min-height:362px; */
}
.checkout-tabs-content.active {
	display:block;
}
.checkout-tabs-caption{
	height:53px;
	padding:0 28px;
	position:relative;
	z-index:10;
}
.checkout-tabs-caption li{
	float:left;
	cursor:pointer;
	font-size:20px;
	color:#AAB9C6;
	font-family:UbuntuReg;
}
.checkout-tabs-caption li:hover{color:#30a787 !important;}
.checkout-tabs-caption li.active{
	color:#30a787;
	border-bottom:none;
}
.checkout-tabs-caption li:first-child{
	position:relative;
	z-index:1;
	border-bottom:none;
	background-color:#fff;
	width:256px;
	height:50px;
	line-height:50px;
	text-align:center;
	margin-top:6px;
	background:url('../images/tab-sprt.png')no-repeat 0 -89px;
}
.checkout-tabs-caption li:first-child.active{
	color:#30a787;
	margin:6px 0 0;
	border-bottom:none;
	text-align:center;
	position:relative;
	z-index:5;
	background-position:0 0;
}
.checkout-tabs-caption li:nth-child(2){
	width:404px;
	height:42px;
	color:#AAB9C6;
	line-height:41px;
	text-align:center;
	position:relative;
	z-index:1;
	margin:11px 0 0 -11px;
	background:url('../images/tab-sprt-l.png')no-repeat 0 0;
}
.checkout-tabs-caption li:nth-child(2).active{
	margin:5px 0 0 -11px;
	line-height:52px;
	background-position:0 -94px;
	position:relative;
	z-index:11;
	height:52px;
}
.checkout-tabs-caption .active span{
	background:none;
	color:#30a787;
}
.checkout-tabs-caption .active:hover{
	color:#30a787;
	text-decoration:none;
	cursor:default;
}

/* Checkout tabs content */

.checkout-tabs-content-left{
	width:390px;
	float:left;
}
.checkout-tabs-content-right{
	width:438px;
	float:right;
	padding-top:80px;
}
_:-moz-any-link, :root .checkout-tabs-content-right {padding-top:83px}
.checkout-email,
.checkout-fio,
.checkout-phone{
	width:100%;
	margin-bottom:25px;
}
.checkout-label{
	width:348px;
	padding:0 0 5px 2px;
	color:#3b4e6f;
	font-size:13px;
    font-family:UbuntuReg;
}
.checkout-email-input,
.checkout-fio-input,
.checkout-phone-input{
	width:365px;
	height:34px;
	display:inline-block;
	border:1px solid #cad1d7;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	background-color:#fff;
	-webkit-box-shadow:inset -1px 2px 8px -7px rgba(0,0,0,0.75);
	-moz-box-shadow:inset -1px 2px 8px -7px rgba(0,0,0,0.75);
	box-shadow:inset -1px 2px 8px -7px rgba(0,0,0,0.75);
	behavior: url(PIE.htc);
}
.checkout-tabs-content input[type="text"],
.checkout-tabs-content input[type="password"]{
    width:359px;
    height:33px;
    border:none;
    outline:none;
    background:none;
    font-size:14px;
    color:#8792a3;
    font-family:UbuntuReg;
	letter-spacing:1px;
    padding:0 25px 0 5px;
    vertical-align:middle;
    border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	behavior: url(PIE.htc);
}
.input-tooltip{
	display:none;
	color:#f46172;
	font-size:12px;
	font-family:UbuntuReg;
	line-height:18px;
}
.input-error ~ .input-tooltip{
	display:inline-block;
	height:20px;
}
.checkout-payment-method, .checkout-delivery-method{
	width:100%;
	padding:15px 0;
}
.checkout-payment-method .page-title h3{
	color:#3e4b5e;
}
.payment-method-check{
	width:100%;
}
.field-input.input-ok{
    background:url(../images/valid-ok.png) no-repeat right center !important;
    -pie-background:url(../images/valid-ok.png) no-repeat right center !important;
}
.field-input.input-error{
	padding:0 0 0 5px !important;
	border:1px solid #F46172 !important;
}
input[type="radio"] {
    position:absolute;
    opacity:0;
    width:170px;
    height:30px;
}
input[type="radio"] + label {
    background:url('../images/radio-btn.png') no-repeat 0 -129px;
    -pie-background:url('../images/radio-btn.png') no-repeat 0 -129px;
    padding:3px 0 3px 30px;
	font-size:15px;
	display:inline-block;
	color:#3b4e6f;
	font-family:UbuntuReg;
	line-height:15px;
	margin-bottom:9px;
}
input[type="radio"] + label span{
	display:inline-block;
	font-size:13px;
	padding-top:5px;
}
input[type="radio"]:hover{
	cursor:pointer;
}
input[type="radio"]:checked + label {
    background-position:0 1px;
	color:#30a787;
}
.cashless-method-check{
	display:none;
	width:355px;
	padding-left:35px;
}
.cashless-method-check input[type="checkbox"] {
    position:absolute;
    left:-9999px;
}
.cashless-method-check input[type="checkbox"] + label {
	height:20px;
	display:inline-block;
    padding-left:35px;
	margin-bottom:10px;
	color:#3b4e6f;
	font-size:15px;
	font-family:UbuntuLight;
	background:url('../images/cashless-check.png')no-repeat 0 -1px;
	-pie-background:url('../images/cashless-check.png')no-repeat 0 0;
}
.cashless-method-check input[type="checkbox"] + label span{
	display:inline-block;
	padding-top:7px;
	font-size:12px;
	color:#95a3b0;
}
.cashless-method-check input[type="checkbox"]:hover + label{
	cursor:pointer;
}
.cashless-method-check input[type="checkbox"]:checked + label {
    background-position:0 -129px;
	color:#30a787;
}
#checkRadio:checked ~ .cashless-method-check,
#checkRadio:checked ~ .select-delivery-company{
	display:block;
}
.entity-name{
	width:100%;
	margin-left:-34px
}
.entity-name textarea{
	width:100%;
	height:40px;
	border:none;
	outline:none;
	resize:none;
	color:#8792a3;
	font-family:UbuntuReg;
	font-size:14px;
	padding:6px 0 0 10px;
	margin-top:8px;
	position:relative;
	border:1px solid #CAD1D7;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-webkit-box-shadow:inset -1px 2px 8px -7px rgba(0,0,0,0.75);
	-moz-box-shadow:inset -1px 2px 8px -7px rgba(0,0,0,0.75);
	box-shadow:inset -1px 2px 8px -7px rgba(0,0,0,0.75);
	behavior: url(PIE.htc);
}

/* Select delivery company */

.select-delivery-company{
	display:none;
	width:430px;
	height:158px;
	margin-top:2px;
}
.dropcontainer{
	position:relative;
	width:432px;
	color:#8792a3;
	font-size:14px;
	font-family:UbuntuReg;
	z-index:100;
} 
.trigger,
.activetrigger{
	width:367px;
	display:block;
	color:#8792a3 !important;
	font-size:14px;
	font-family:UbuntuReg;
	text-decoration:none !important;
	padding:10px 11px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border:1px solid #CAD1D7;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-webkit-box-shadow:inset -1px 2px 8px -7px rgba(0,0,0,0.75);
	-moz-box-shadow:inset -1px 2px 8px -7px rgba(0,0,0,0.75);
	box-shadow:inset -1px 2px 8px -7px rgba(0,0,0,0.75);
	behavior: url(PIE.htc);
	background:#fff url('../images/prod-filter.png')no-repeat 345px -38px;
	-pie-background:#fff url('../images/prod-filter.png')no-repeat 345px -38px;
}
.activetrigger{
	-moz-border-radius:3px 3px 0 0;
	-webkit-border-radius:3px 3px 0 0;
	border-radius:3px 3px 0 0;
	behavior: url(PIE.htc);
}
.activetrigger:hover,
.trigger:hover{
	text-decoration:none;
}
.dropcontainer ul{
	width:432px;
	position:absolute;
	font-size:16px;
	border:1px solid #ccc;
	border-top:none;
	background:#fff;
	list-style-type:none;
	margin:0;
	padding:4px 0 11px;
	z-index:100;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-moz-border-radius:0 0 3px 3px;
	-webkit-border-radius:0 0 3px 3px;
	border-radius:0 0 3px 3px;
	behavior: url(PIE.htc);
}
.dropcontainer ul li{
	padding:5px;
}
.dropcontainer ul li:hover{
	background:#2EAD8B;
	outline:none;
	cursor:pointer;
	text-decoration:none;
}
.dropcontainer ul li:hover a{
	color:#fff;
	text-decoration:none;
}
.dropcontainer ul li a{
	color:#8792a3;
	font-size:14px;
	font-family:UbuntuReg;
	padding-left:15px;
	text-decoration:none;
}
.dropcontainer ul li:last-child{
	border-bottom:none;
}
.dropdownhidden{
	display:none;
}
.dropdownvisible{
	height:auto;
}
.delivery-adress{
	width:430px;
	height:120px;
}
.delivery-adress-text{
	width:430px;
	height:80px;
}
.delivery-adress-text textarea{
	width:355px;
	height:40px;
	border:none;
	outline:none;
	resize:none;
	color:#8792a3;
	font-family:UbuntuReg;
	font-size:14px;
	padding:6px 0 0 10px;
	margin-top:8px;
	position:relative;
	border:1px solid #CAD1D7;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-webkit-box-shadow:inset -1px 2px 8px -7px rgba(0,0,0,0.75);
	-moz-box-shadow:inset -1px 2px 8px -7px rgba(0,0,0,0.75);
	box-shadow:inset -1px 2px 8px -7px rgba(0,0,0,0.75);
	behavior: url(PIE.htc);
}
.delivery-adress-footnote{
	color:#f46172;
	font-family:UbuntuReg;
	font-size:12px;
	padding:5px 0 0 12px;
}

/* Order comment */

.order-comment{
	width:100%;
	display:table;
	padding-top:20px;
}
.order-comment-label{
    width:348px;
    color:#3b4e6f;
    font-size:13px;
    font-family:UbuntuReg;
}
.order-comment textarea{
	width:858px;
	height:40px;
	border:none;
	outline:none;
	resize:none;
	color:#8792a3;
	font-family:UbuntuReg;
	font-size:14px;
	padding:6px 0 0 10px;
	margin-top:7px;
	position:relative;
	border:1px solid #CAD1D7;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-webkit-box-shadow:inset -1px 2px 8px -7px rgba(0,0,0,0.75);
	-moz-box-shadow:inset -1px 2px 8px -7px rgba(0,0,0,0.75);
	box-shadow:inset -1px 2px 8px -7px rgba(0,0,0,0.75);
	behavior: url(PIE.htc);
}

.confirm-order{
	width:100%;
	height:40px;
	padding-top:30px;
	clear:both
}
.confirm-order-btn{
	width:192px;
	margin:0 auto;
}
.confirm-order input[type="submit"]{
    width:190px;
    height:36px;
    border:none;
    background:none;
    color:#fff;
	font-family:UbuntuMed;
    font-size:16px;
    cursor:pointer;
	background-color:#2B8EB4;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	behavior: url(PIE.htc);
	-webkit-box-shadow:0px 2px 8px -4px rgba(0,0,0,0.75);
	-moz-box-shadow:0px 2px 8px -4px rgba(0,0,0,0.75);
	box-shadow:0px 2px 8px -4px rgba(0,0,0,0.75);
}
.confirm-order input[type="submit"]:hover{
	box-shadow:none;
}

.registered-user .checkout-tabs-content-right{
	padding-top:0;
}

/* Brands */

.manufacturer-page .prod-card-left{
	width:180px;
}
.manufacturer-page .prod-card-img{
	width:180px;
	height:180px;
	display:table-cell;
	vertical-align:middle;
	border:1px solid #D8D8D8;
}
.manufacturer-page .prod-card-img img{
	max-width:100%;
	width:auto;
}
.manufacturer-page .prod-card-right{
	width:725px;
}
.opisnai_brend p{
    color:#3e4b5e;
    font-size:14px;
    font-family:UbuntuLight;
    text-align:justify;
    line-height:20px;
    padding-bottom:15px;
}
.opisnai_strana{
    color:#3e4b5e;
    font-size:16px;
    font-family:UbuntuMed;
    font-weight:100;
    padding-bottom:10px;
}
.manufacturer-page .prod-title{
    width:100%;
    padding-bottom:13px;
	margin:0;
}
.manufacturer-page .prod-title h2{
	color:#3b4e6f;
	font-size:25px;
	font-family:UbuntuReg;
	font-weight:normal;
}
.similar-prod-bl .page-title h2{
	float:left;
}
.alltovarbrend{
	display:inline-block;
	margin-left:10px;
	line-height:38px;
}
.alltovarbrend a{
	color:#198fc5;
	font-size:13px;
	font-family:UbuntuReg;
	text-decoration:underline;
}



.push {
	height:347px;
	clear:both;
}
.footer-shadow{
	height:25px;
	background:url('../images/footer-shadow.png')no-repeat center -8px;
	z-index:10;
	position:relative;
}

/* Footer */

#footer{
	max-width:1920px;
	height:347px;
	margin:-347px auto 0;
	clear:both;
	border-top:1px solid #F1F1F1;
}

/* Map */

#bottom-map{
	width:100%;
	height:359px;
	z-index:1;
	position:relative;
}
.transp-blind{
	position:absolute;
	width:100%;
	height:100%;
	z-index:2;
  padding-top:70px
}
.transp-blind.mapScroll{
	display:none
}

/* Footer contacts */

.contact-bottom-bl{
	width:240px;
	height:279px;
	float:left;
	position:relative;
	left:24.77%;
	top:40px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	behavior: url(PIE.htc);
	-webkit-box-shadow: 0px 5px 11px -3px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 5px 11px -3px rgba(0,0,0,0.75);
	box-shadow: 0px 5px 11px -3px rgba(0,0,0,0.75);
	background-color:#17AF86;
	z-index:10;
}
.phone-bottom{
	width:200px;
	height:90px;
	float:left;
	padding-top:28px;
	margin-left:19px;
}
.phone-bottom a{
	display:block;
	padding:0 0 10px 45px;
	color:#fff;
	font-family:UbuntuReg;
	font-size:16px;
	font-weight:normal;
	background:url('../images/phone-bot-ico.png')no-repeat 0 0;
}
.phone-bottom a:hover{
	text-decoration:none;
}
.phone-bottom a img {
  vertical-align: top;
  margin-left: 5px;
}
.phone-bottom a.life{background-position:-1px 2px;}
.phone-bottom a.kyivstar{background-position:-3px -55px;}
.phone-bottom a.mts{background-position:-3px -117px;}
.adress-bottom{
	width:200px;
	height:76px;
	clear:both;
	padding-top:10px;
	margin-left:19px;
	color:#fff;
	font-family:UbuntuReg;
	font-size:16px;
	font-weight:normal;
	line-height:25px;
}
.callback-btn{
	width:100%;
	height:41px;
	margin-top:15px;
}
.callback-btn a{
	display:block;
	width:160px;
	height:31px;
	margin:0 auto;
	padding-top:9px;
	text-align:center;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	behavior: url(PIE.htc);
	background-color:#fff;
	-webkit-box-shadow: 0px 2px 11px -3px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 2px 11px -3px rgba(0,0,0,0.75);
	box-shadow: 0px 2px 11px -3px rgba(0,0,0,0.75);
	color:#3b4e6f;
	font-size:16px;
	font-family:UbuntuMed;
}
.callback-btn a:hover{
	text-decoration:none;
	box-shadow:none;
}

/* Footer menu */

.footer-menu{
	width:100%;
	height:82px;
	background-color:#3B4E6F;
	padding-top: 50px;
}
.footer-nav{
	width:100%;
	height:25px;
	padding-top: 42px;
}
.footer-nav li{
	float:left;
	margin-right:39px;
}
.footer-nav li:last-child{
	margin-right:0;
}
.footer-nav li a{
	color:#fff;
	font-family:UbuntuReg;
	font-size:14px;
	font-weight:normal;
}
.footer-nav li a:hover{
	color:#35E0B2;
	text-decoration:none;
}

/* Copyright */

.copyright{
	width:100%;
	height:130px;
	background-color:#30A787;
}
.copyright-left{
	width:710px;
	height:55px;
	float:left;
	padding-top:15px;
}
.copyright-left p, .copyright-left a{
	color:#fff;
	font-family:UbuntuReg;
	font-size:13px;
	font-weight:normal;
	line-height:20px;
}
.copyright-right{
	width:245px;
	height:50px;
	float:right;
	padding-top:18px;
	text-align:right;
}
.copyright-right a{
	color:#fff;
	font-family:UbuntuReg;
	font-size:13px;
	font-weight:normal;
}
.copyright-right a:hover{
	text-decoration:none;
}
.copyright-right img{
	display:inline-block;
	vertical-align:middle;
	padding:0 6px 18px 7px;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{color:#8792a3}
input:-ms-input-placeholder, textarea:-ms-input-placeholder{color:#8792a3}
input:-moz-placeholder, textarea:-moz-placeholder{color:#8792a3}
input::-moz-placeholder, textarea::-moz-placeholder{color:#8792a3; opacity:1}
input.placeholder, textarea.placeholder{color:#8792a3}
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder{color:transparent !important; opacity:1}
input:focus::-moz-placeholder, textarea:focus:-moz-placeholder{color:transparent !important}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder{color:transparent !important; opacity:1}
input:focus::-webkit-input-placeholder, textarea:focus:-webkit-input-placeholder{color:transparent !important}
input.placeholder:focus, textarea.placeholder:focus{color:transparent !important}
input:focus, textarea:focus{color:inherit; box-shadow:none; outline:none}
input[type="submit"]:-moz-focus-inner{border:0}
input[type=text]::-ms-clear{display:none;width:0;height:0}
input[type=text]::-ms-reveal{display:none;width:0;height:0}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration{display:none}

.b-comment_form__line{width:100%}
.b-comment_form__label,
.b-comment_form__field.hint{
	color: #3e4b5e;
    font-size: 14px;
    font-family: UbuntuLight;
    line-height: 35px !important;
}
.contact-page{
	color: #3e4b5e;
    font-size: 14px;
    font-family: UbuntuLight;
    line-height: 25px !important;
}
.b-comment_form__field input,
.b-comment_form__field select{
	width: 308px;
    height: 33px;
    outline: none;
    background: none;
    font-size: 14px;
    color: #8792a3;
    font-family: UbuntuReg;
    padding-left: 14px;
    vertical-align: middle;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	border: 1px solid #CAD1D7;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    behavior: url(PIE.htc);
}
.b-comment_form__field select{width:460px !important; cursor:pointer}
.b-comment_form__button.btn-blue{
    display: block;
    height: 40px;
	border:none;
	cursor:pointer;
    color: #fff;
    font-size: 17px;
    font-family: UbuntuReg;
    line-height: 39px;
    background-color: #29BB93;
	margin: 29px auto 0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    behavior: url(PIE.htc);
    -webkit-box-shadow: 0px 2px 12px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 12px -6px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 12px -6px rgba(0,0,0,0.75);
}
.b-comment_form__button.btn-blue:hover{box-shadow:none}
.b-comment_form__button.btn-blue:active{opacity:0.9; box-shadow:none}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{color:#9395a4}
input:-ms-input-placeholder, textarea:-ms-input-placeholder{color:#9395a4}
input:-moz-placeholder, textarea:-moz-placeholder{color:#9395a4}
input::-moz-placeholder, textarea::-moz-placeholder{color:#9395a4; opacity:1}
input.placeholder, textarea.placeholder{color:#9395a4}
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder{color:transparent !important; opacity:1}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder{color:transparent !important;}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder{color:transparent !important; opacity:1}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder{color:transparent !important}
input.placeholder:focus, textarea.placeholder:focus{color:transparent !important}
input:focus, textarea:focus{box-shadow:none; outline:none}
input[type="submit"]::-moz-focus-inner{border:0}

.savechar{padding:20px 20px 20px 10px}
.savechar p{padding:5px}
.savechar p:nth-of-type(1), .savechar p > span{
	font-size:18px;
	font-family:UbuntuMed
}

/* Страница восстановления пароля */

.passcreate{width:100%;	display:table}
.passcreate table{width:100%}
.loginform p{padding-bottom:5px}
.loginform input[type="text"], .loginform input[type="password"]{
    width:348px;
    border:1px solid #cad1d7;
	margin:0
}
.loginform input[type="submit"]{
	width:190px;
	background:#2B8EB4;
	border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
	behavior: url(PIE.htc);
	-webkit-box-shadow:0 3px 9px -3px rgba(0,0,0,0.75);
	-moz-box-shadow:0 3px 9px -3px rgba(0,0,0,0.75);
	box-shadow:0 3px 9px -3px rgba(0,0,0,0.75);
	position:relative
}
.loginform input[type="submit"]:hover{box-shadow:none}
.loginform input[type="submit"]:active, .authorization-bl-form input[type="submit"]:active{box-shadow:none; top:1px}

.authorization-bl-form input[type="submit"]{position:relative}

.loginform td{display:block; margin-bottom:20px}
.login_popup_content a{color:#198fc5}
.login_popup_content a:hover{color:#30a787}

/* Техническая информация */

.tech-info-wrap{
	width:100%;
	display:table;
	padding-bottom:40px
}
.tech-info-item{
	width:100%;
	padding:20px 0
}
.tech-info-item-img{
	width:180px;
    overflow:hidden;
    display:table-cell;
    vertical-align:middle;
    text-align:center;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    behavior:url(PIE.htc)
}
.tech-info-item-img img{
	width:100%;
	display:block
}
.tech-info-item-desc{
	width:575px;
  min-height:110px;
  display:table-cell;
  padding-left:30px;
	color:#3e4b5e;
  font-size:14px;
  font-family:UbuntuLight;
  line-height:20px;
  text-align:justify
}
.tech-info-item-name{
	width:100%;
    min-height:30px;
	color:#3e4b5e;
    font-size:18px;
    font-family:UbuntuReg;
    font-weight:normal
}
.tech-info-item-desc p{
	padding-bottom:8px
}

/* Текстовые страницы */

.textPage h2, .textPage h3{
	padding:10px 0
}
.textPage{
  text-align:justify
}
.textPage p{
	padding:0 0 10px
}

/* 'Липкий' фильтр товаров */

.sticky-wrap {
  width: 100%;
  height: 214px;
}
#sticky {
  width: 923px;
  z-index: 100;
  transition: all .3s linear;
}
.catalog-items-head.fixed {
  position: fixed;
  z-index: 10;
  width: 942px;
}
.product-sort.fixed {
  position: fixed;
  z-index: 10;
  background: #fff;
  top: 215px;
}
.catalog-items-head.fixed {
  top: 260px;
}

/* Сортировка производителей */

.hide {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
#manufact-name {
  width: 212px;
  height: 33px;
  outline: none;
  background: none;
  -webkit-appearance: none;
  font-size: 13px;
  color: #3b4e6f;
  font-family: UbuntuLight;
  font-weight: bold;
  padding-left: 10px;
  border: 1px solid #cad1d7;
  background-color: #fff;
  margin-bottom: 12px;
}

a.anchor {
  position:relative;
  top: -200px;
}
a.anchor:target + .for-anchor-select {
  background: #edf1f4;
  font-weight: 700;
}

span.itemListElement:after  {
	content: '';
	padding:0;
}


.alert-danger_info {
    color: #000;
    background-color: #bce8f1;
    border-color: #000;
}
.simplecheckout-warning-block {
    clear: both;
    margin-bottom: 15px;
    padding: 10px 10px 10px 33px;
    border: 1px solid #F8ACAC;
    border-radius: 5px 5px 5px 5px;
    color: #555555;
    text-align: left;
}
.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}


.btn-class-lang{
     display: inline-block;
    /* border: 1px solid #1c9474; */
    /* color: #fff; */
    /* border-radius: 3px 3px 3px 3px; */
    /* -webkit-border-radius: 3px 3px 3px 3px; */
    -moz-border-radius: 3px 3px 3px 3px;
    /* font-family: Verdana; */
    /* width: 199px; */
    /* height: 43px; */
    /* font-size: 12px; */
     /*   padding: 10px;*/
    border: none;
    background-color: transparent;
    /* border-bottom: 1px solid #fff;*/
    /* box-shadow: inset 0 1px 0 0 #000000, inset 0 -1px 0 0 #000000, inset 0 0 0 1px #000000, 0 2px 4px 0 #e0e1e1; */
    -moz-box-shadow: inset 0 1px 0 0 #1c9474,inset 0 -1px 0 0 #e3c852,inset 0 0 0 1px #fce88d,0 2px 4px 0 #D4D4D4;
    /* -webkit-box-shadow: inset 0 1px 0 0 #1c9474, inset 0 -1px 0 0 #e3c852, inset 0 0 0 1px #fce88d, 0 2px 4px 0 #d4d4d4; */
    /* text-shadow: 0 1px 0 #fff; */
    /* background-image: linear-gradient(to top, #1c9474, #89cfbc); */
    /* background-color: #aecdc5; */
	    color: #95a3b0;
    font-size: 15px;
    font-family: UbuntuMed;
} 
.btn-class-lang:hover{
	cursor:pointer;
	color:#1c9474;
}
 
.activez{
	font-weight:400;
	color:#1c9474;
}
.lang-style{

    position: relative;
    left: 740px;
    height: 0px;
    width: 300px;
}




.tabs-adm {
      
	  display:none;
    }

    .tabs-adm__links {
      display: flex;
      width: 100%;
      overflow-x: auto;
      overflow-y: hidden;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 10px;
      order: 0;
      white-space: nowrap;
      background-color: #fff;
      border: 1px solid #e3f2fd;
      box-shadow: 0 2px 4px 0 #e3f2fd;
    }

    .tabs-adm__links>a {
      display: inline-block;
      text-decoration: none;
      padding: 6px 10px;
      text-align: center;
      color: #1976d2;
    }

    .tabs-adm__links>a:hover {
      background-color: rgba(227, 242, 253, 0.3);
    }

    .tabs-adm>#content-1:target~.tabs-adm__links>a[href="#content-1"],
    .tabs-adm>#content-2:target~.tabs-adm__links>a[href="#content-2"],
    .tabs-adm>#content-3:target~.tabs-adm__links>a[href="#content-3"] {
      background-color: #bbdefb;
      cursor: default;
    }

    .tabs-adm>div:not(.tabs-adm__links) {
      display: none;
      order: 1;
    }

    .tabs-adm>div:target {
      display: block;
    }
	
	.mob-ss { display:none; }
	.mobile-item_zakaz{display:none; }
/**Mobile version v0.1*/
#menu-mobile{display:none;}
.mobile-item{display:none;}

@media(max-width: 365px){
	.type-of-bearing-item{
	/*	width: 45%!important;*/
	}

.tabs-caption li {
	font-size: 14px;
}
 
}

@media(min-width: 390px) AND (max-width: 420px){

	 .dropdown-content {
		width: 379px;
	 }
	
	.cart{
		margin-left: 16px!important;
	}
	.tabs-caption li {
		    background: url(../images/tabs-second-bg.png)no-repeat 0 1px;
    -pie-background: url(../images/tabs-second-bg.png)no-repeat 0 4px;
    -pie-background: url(../images/tabs-second-bg.png)no-repeat 0 4px;
	}
	.menu_bacg{
		
		    height: 475px!important;
	}
	#menu-container .menu-list li.accordion-toggle{
		width:300px;
	}
	.search-form {
		    margin-left: 27px;
	}
	.cart{
		margin-left: 26px;
	}
.mobile-item{
	width: 371px!important;
}
.m_item_buy_2{
	    left: 138px!important;
}
.catalog-items-prod-price
{
	    left: 10px!important;
}
}
.mobile-news-item{display:none}
.mobile-prev{display: none;}
.mobile-next{display: none;}
.page-prev{display: block;}
.page-next{display: block}
.mobie-block-info-brand{display: none;}

.new_table_mobile{
	display:none;
}
@media(max-width: 991px){
 
 .authorization-bl-form{
	     padding: 0 20px;
 }
 .authorization-check input[type="checkbox"] {
    position: absolute;
    left: 29px!important;
    top: 201px;
    width: 22px;
}
 #menu-mobile .inner-d-mm{
 filter: contrast(10.5);
 }
 
 .header-fix{
	 position:fixed!important;
 }
 
 .prod-card-button {
	  width: 156px;
	  
 }
 .prod-card-button button{
	 display: block;
    width: 100%;
    height: 40px;
    padding-left: 8px;
    color: #fff;
    font-size: 17px;
    font-family: UbuntuReg;
    line-height: 39px;
    background-color: #29BB93;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    behavior: url(PIE.htc);
    -webkit-box-shadow: 0px 2px 12px -6px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 2px 12px -6px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 12px -6px rgb(0 0 0 / 75%);
	    border: 1px solid #29BB93;
 }
 .prod-card-button button span{
	 display: inline-block;
    width: 30px;
    height: 26px;
    vertical-align: middle;
    padding: 3px 9px 0 0;
    background: #29BB93 url(../images/quantity-arrow.png)no-repeat -35px -27px;
    -pie-background: url(../images/quantity-arrow.png)no-repeat -35px -27px;
 }
 .prod-card-button a{
	     
		 display: unset;
		 padding: 10px;
		  width: 100%;
 }
 .similar-prod-bl .catalog-items-wrapper{
    display: inline;
    max-height: 945px;
     overflow-y: none;  
    overflow-x: none;  
    height: auto;
    min-height: 100px;
 
 
 }
 .similar-prod-bl{
	 border-top: none;
    background: none
 }
 .new_table_mobile{
	display:block;
}
 .image_analog_pos a img{   height: 100%; width: 100%;}
 .image_analog_pos{        
	width: 80px;
    
	    position: absolute;
    top: -31px;
    right: -105px;
	
	}
  
 .image_analog_contora{
	 display: block;
    position: relative;
 }
.new_table_mobile td,tr{
       padding: 10px;
       width: 0%;
  }
 
 .new_table_mobile  table {
    border-collapse: collapse;
	width: 95%;
	    font-size: 14px;
    font-family: UbuntuReg;
    vertical-align: middle;
   
    color: #95a3b0;
 
}

.new_table_mobile table, th, td {
      border: 1px solid #dadada;
}



	.checkout-tabs-caption li:first-child{
		width: 166px;
	}
	.mobie-block-info-brand{
		width: 95%;
		display: block;
		    padding: 5px;

	}
	.m-block-brand-img{
		 
	/*	text-align: center;
		    padding: 20px;
margin-top: -40px;*/
/*
padding: 75px;
    margin-top: -100px;
    width: 213px;
    display: grid;
    align-items: center;
    justify-content: end;
    margin-bottom: -60px;*/
	padding: 27px;
    margin-top: -100px;
    width: 213px;
    display: grid;
    align-items: center;
    justify-content: end;
    margin-bottom: 0px;
    margin-top: -50px;
	}
.m-block-brand-img img{
	width: 120%;
}
	.m-block-brand-title{
		text-align: center;
		font-size: 14px;
	}
	.m-block-brand-brand{
		text-align: justify;
		max-width: 325px;
	}
	.m-block-brand-brand div{
		 display: inline-block;
		 margin-left: 20%;
	}
	.m-block-brand-brand p{
		text-align: justify!important;
		color: #3e4b5e;
		font-size: 14px;
		font-family: UbuntuLight;
		text-align: justify;
		line-height: 20px;
		padding-bottom: 15px;
	}
	.m-block-brand-brand h2{
		text-align: center;
    width: 100%;
   
	}
.m-block-key-f{
	    display: grid;
    justify-content: center;
}
	.mobie-block-info-brand .filtr-btn input[type="submit"]{
		width: 102px;
	}

	.breadcrumbs22{
		top: -57px;
		left: 240px;
	}
	.breadcrumbs2{
		top: -57px;
		left: 276px;
	}
	.tabs-caption li {
		font-size: 14px;
	}
.mobile-prev{display: block;}
.mobile-next{display: block;}
	.page-prev{display: none!important;}
	.page-next{display: none!important;}

	/*.header-fix{    position: fixed;}*/
	#menu-mobile .item-sub {text-transform: uppercase; font-size: 14px;}
	#menu-mobile .nav li a { font-size: 13px;}
	#menu-mobile .sub-menu-bl ul {text-transform: none; text-align: left;}
	.mobile-news-item{display:block;width: 100%;}
	.after-text-bl p{
		    width: 95%;
    text-align: justify;
	}
	.after-text-bl h2{
		font-size: 23px;
	}
	#menu-mobile .sub-menu-bl ul li a {
    padding: 10px;
    display: flex;
    border-bottom-width: 1px;
    border-bottom-style: solid;
	text-align: left;	
/*	word-break: break-all;*/
		
	}
	#menu-mobile .sub-menu-bl ul {
		padding: 17px 0 0 0px;

	}
	.mobile-item_zakaz{display:block;}
	.cart-page-items-wrap{
		display:none;
	}
	.info_brand{
		
    width: 343px;
    text-align: justify;

	}
	.checkout-tabs-caption{
		padding: 0;
		
	}
	.prod-card-right{
		width: 340px;
	}
	.prod-card-price {
		width: 100px;
	}
	.remodal-is-initialized{
		width: 340px!important;
	}
	.order-price{
		display:none;
	}
	#txtChar { display:none;}
	.specification-table{
		
		    display: flex;
    flex-direction: column;
	    width: 337px;
	}
	.logo-delivery{
		width: 360px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
	}
	.m_coast_item{position: relative;
}
	#right-side {width: 95%;}
	.pay-bl {width: 340px;}
	.delivery-bl {width: 340px; text-align: justify;}
	.pay-bl p {width: 340px; text-align: justify;}
	.pay-method-info ul li {width: 338px; text-align: justify;}
	#left-side {display:none;}
	/**CATALOG - MOBILE*/
	.pay-method-info ul{
		    margin: 8px 0 1px 4px!important;
	}
	.sticky-wrap { display:none; }
	.catalog-items-head{ display:none; }
	
	.catalog-item{ display:none; }
	.product-sort{ display:none; }
	/**CATALOG - MOBILE*/
	.m_item_analog .similar-items{
		position: absolute;
    right: x20px;
    right: 161px;
    top: 8px;
		
		
	}
	.catalog-items-prod-price{
		    width: 77px;
    vertical-align: middle;
    font-size: 14px;
    margin: 0 12px;
	position:absolute;
		    left: -24px;
	}
	.mobile-item{display:block;}
	.product-sort.fixed {display:none;}
	.catalog-items-wrapper {width: 360px;}
	
.mobile-item{
	/*width: 360px;*/
	width: 337px;
	height:210px;
	/*box-shadow: 0 4px 12px rgba(0,0,0,0.2), 0 16px 20px rgba(0,0,0,0.2);*/
	margin: 0 0px 10px;
	    border: 1px solid #30a787;
 
}

.mobile-item_zakaz{
	/*width: 360px;*/
	width: 337px;
	height:150px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.2), 0 16px 20px rgba(0,0,0,0.2);
	margin: 0 0px 10px;
	    border: 1px solid #30a787;
    border-radius: 10px;
}

.mobile-item_zakaz .m_item_type {
	
	margin: 7px 275px;
	
}
.submit-inquiry{
	
	    display: flex;
    flex-direction: column;
    width: 100%;
	
}
.sum-of-order-bl{
	
	float: left;
}
	.m_item-img{
	width: 100%;
    height: 80px;
  /*  box-shadow: inset 2px 2px 5px rgb(0 0 0 / 30%), 1px 1px 5px rgb(255 255 255); */
    margin: 29px 4px 0px;
	display: flex;

	}
	.m_item-container{    padding: 10px; width: 100%;}
	.m_item-img img{
	width: 100px;
    height: 100px;
   
	} 
	
	
	
	.m_item-name{margin: 0 13px;}
	  .m_item-name a{  color: #6a6a6a;}
	  
	  
	  
	  .m_item_razmer{display:flex;    width: 150px;
    height: 51px;margin: 10px 40px;color: #f44336;}
	
	.m_item_brend{
	
	    position: absolute;
    padding: 5px;
    right: 0;
}

.m_item_type a{
color: #198fc5;
font-size: 16px;
font-family: UbuntuReg;
text-decoration: underline;
}

.mob-item-footer-list{
	height: 40px;
	display: flex;
	flex-flow: row nowrap;
	position: relative;
	margin-left: 10px;
	margin-top: 40px;
}
.mob-item-footer-1,.mob-item-footer-2,.mob-item-footer-3{
	display: grid;
    align-items: center;
    justify-content: start;
    justify-items: stretch;
}
.mob-item-footer-1{
	flex-grow: 3;
	position: absolute;
    top: -9px;

	color: #3b4e6f;
    font-size: 13px !important;
    font-family: UbuntuReg;
}
.mob-item-footer-2{
	flex-grow: 3;
	position: absolute;
    top: -9px;
	left: 60px;

	color: #3b4e6f;
    font-size: 13px !important;
    font-family: UbuntuReg;
}

.mob-item-footer-3{
	flex-grow: 3;
	position: absolute;
    top: -9px;
	left: 120px;

	color: #3b4e6f;
    font-size: 13px !important;
    font-family: UbuntuReg;
}
.mob-item-footer-4{
	flex-grow: 7;
    position: absolute;
    top: -15px;
 
    right: -10px;

	 
}
.m_nalich-i{
	margin-top: 10px;
}
.mob-item-footer-5{
	flex-grow: 7;
    position: absolute;
    top: -58px;
 
    right: 18px;

	color: #3b4e6f;
	font-size: 18px;
    font-family: UbuntuReg;
    font-weight: 600;
}
.m_item_brend a {color:#6a6a6a;
    margin-left: 0.5em;}
.m-con-heder{
position: relative;}



.m_nal_item{
margin: 0 26px;
position: relative;
    width: 97px;

}


.catalog-items-prod-manufacturer{
box-shadow: inset 2px 2px 5px rgb(0 0 0 / 30%), 1px 1px 5px rgb(255 255 255);
    border: 1px solid #95a3b0;
border-radius: 3px;}




#content:before {
	padding-top: 100px;
}

.cart-full a{
	
	    background: url(../images/cart.png)no-repeat -57px -39px;
    -pie-background: url(../images/cart.png)no-repeat -73px -55px;
    background-size: 95px;
}
.header-fix{
margin-bottom: -90px;
}
.m_item_footer{

    width: 100%;
    display: flex;
	text-align: center;
}
.m_item_buy{
position: relative;
}
.m_item_buy_2{
    position: absolute;
    left: 90px;
    top: -13px;
}
.m_item_brend_image{
    width: 80px;
    
}
.m_item_brend_image img{
	width:100%;
	height:100%;
	margin-left: -10px;
}
.m_item_type{
    position: absolute;
    /* padding: 7px; */
    margin: 7px 14px;
}

.m_item_razdel{
    position: absolute;
    /* padding: 7px; */
    margin: 7px 14px;
}
 .mobile-filters_item{
     width: 90%;
    height: 27px;
    padding: 13px;
 }
 .filtr_btn{
    width: 160px;
    height: 30px;
    background: #30a787;
    border: none;
    color: white;
    font-size: 18px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
 }
	/**NEWS - PAGE*/	
	.m-item-news{
	width: 100%;
    height: 400px;
    background: #ffffff;
    border: 1px solid #30a787;
    border-radius: 15px;
		margin: 0 0px 10px;
		display:block;
	}
	.m-content-news{
	    padding: 10px;
    width: 100%;
    height: 100%;
	}
	.m-news-img img{
	width: 95%;
    height: 100%;
	}
	.m-news-date{
		padding: 3px;
    width: 57px;
    background: #1c9474;
    color: white;
    font-size: 13px;
    margin-top: 10px;
	}
	.m-news-desc-title a{
		      display: block;
     
    color: #3e4b5e;
    font-size: 18px;
    font-family: UbuntuMed;
	}
	
	.m-news-desc-title  {
		   text-align: left;
		   margin-bottom: 10px;
		   margin-top: 10px;
	}
	.m-item-desc  {width: 95%;}
.m-item-desc p{
	
	    color: #3e4b5e;
    font-size: 13px;
    font-family: UbuntuReg;
    font-weight: 100;
    line-height: 20px;
	    overflow: hidden;
    height: 60px;
	text-align: justify;
	}
	/**NEWS - PAGE*/	
	

	
	
	 
	
 

	/**page-tovar - PAGE*/	
	.mobile-page-img {
		width: 100%;
    	height: 365px;
		position: relative;
	}
	.mobile-page-img img{
		/*width: 22.5em;
    	height: 22em;*/
		width: 95%;
		height: 342px;
	}
	.zoom-ico-big {
		 
		right: 18px;
	}
	.breadcrumbs {
		padding-left: 0px;
	}
	.mobile-page-info{
		display: block!important;
	}
	.mobile-page-price{
		width: 95%;
    	height: 80px;
   	    background-color: #f8f8f8;
		 position: relative;
		padding: 10px;
		display: flex;
  		flex-flow: row nowrap;
	   
	}
	.mobile-page-price span {
		color: #3b4e6f;
		font-size: 23px;
		font-family: UbuntuBold;
	}
	.mobile-page-cena {
		margin-top: 20px;
		flex-grow: 3;
	}
	.mobile-page-price .prod-quantity{
		flex-grow: 7;
		margin-top: -1.5em;
		margin-left: 1em;
		position: absolute;
		right: 10px;
    top: 0.5em;
	}
	.mobile-page-price .prod-card-button {
		padding: 0px;
	}
	.mobile-page-sclad{
		padding: 4px;
	}

	.mobile-page-sclad  .prod-presence {
		color: #30a787;
		font-size: 13px;
		font-family: UbuntuReg;
		pointer-events: none;
		cursor: default;
		line-height: 17px;
		display: block;
	}
	

	.mobile-page-title-info{
	color: #3b4e6f;
    font-size: 18px;
    font-family: UbuntuReg;
    font-weight: normal;
	margin-bottom: 23px;
    margin-top: 19px;
	}
	.prod-card-page{display: none;}

	.mobile-list{
		 
		height: 365px;
		border: 1px solid #ababab;
		width: 95%;
		display: flex;
		flex-flow: row nowrap;
		margin-bottom: 85px;
	}
	.mobile-list-info{
		flex-grow: 4;
		border-right: 1px solid #ababab;
		width: 107px;
	}
	.mobile-list-res{
		flex-grow: 4;
	}
	.list-info-i{
		font-size: 14px;
		font-family: UbuntuReg;
		vertical-align: middle;
		height:40px;
		color: #95a3b0;
		padding: 10px;
		border-bottom: 1px solid #ababab;
	}
	 
	/**page-tovar - PAGE*/	

	/**MAIN - PAGE*/	
	 
	.tabs-content.active{
	/*	width: 360px;*/
	    grid-template-columns: repeat(2,1fr);
   display: grid;
    justify-items: center;
    justify-content: center;
    align-items: center;
	}
	
	 .m_nal_item .catalog-items-prod-presence{
		 width: 120px;
   
    position: absolute;
	    left: -19px;
 
		 
	 }
	.mobile-filters_item{
		 
		display: flex!important;
		flex-flow: row nowrap;
		position: relative;
	
	}
	.mobile-filter-sort{
		flex-grow: 3;
		position: absolute;
		right: 0;
	}
	
	.phone-mobile{   
	/*display: flex;
    flex-direction: column;
	background: #f2f5f7;
	padding: 20px;*/
	display: grid;
    flex-direction: column;
    background: #f2f5f7;
    /* padding: 20px; */
    /* text-align: center; */
    align-content: center;
    align-items: start;
    justify-items: stretch;
	    padding-left: 10px;
   
 
     }

	.phone-mobile a{   color: #456382!important;    font-family: UbuntuBold;
		font-size: 14px;	
		background:url('../images/phone-ico.png') no-repeat 0 0;
		padding: 5px;
	
	}
	.phone-mobile span{margin-left: 30px;}
	.menu-col{
		padding-bottom: 0px!important
	}
	.sub-menu-bl li{
		padding-bottom: 0px!important
	}
	.sub-menu-bl {
margin-top: -5px;
  height: 500px;
	}
	.tabs-content {
		max-height: 460px!important
	}
	.phone-mobile .life{background-position: -1px 11px;}
	.phone-mobile  .kyivstar{    background-position: -3px -56px;}
	.phone-mobile .mts{ background-position: -3px -118px;}
	.email_mobile a {color: #888f95; font-size: 14px;text-decoration: underline;}
	.email_mobile{
    
    margin-top: 4px;
	    padding-left: 10px;
	}
	#menu-container .menu-list li a{ 
		color:white;
		 
	}

	.mob-login .authorization-bl {
		left: 0px;
		top:0px;
		position:absolute
	}
	#header {
width: 100%;
 height: 55px;
	}
	.copyright-left p{
		
		    width: 95%;
    text-align: justify;
	}
	.manufacturer-page-text p{
		 width: 80%;
    text-align: justify;
	}
	.tabs-red > .tabs-content-wrapper {
		    width: 67%;
	}
	.manufacturer-page .prod-card-page .filtr-btn {
		    width: 50%;
   
    margin: 0px;
	}
	#menu-wrapper{
		    width: 20px;
    position: absolute;
    margin-top: 2px;
	}
	.search {
width: 150px;
    margin: 0 67px;
    padding-top: 11px;
	}
	.search-form {
		width: 200px;
	}
	.main-about-top-right p {
    text-align: justify;
	}
	.center {
    width: 360px!important;
 
	}
	.main-about-top-left{
		width: 100%;
	}
	.lang-style{display:none; }
	
	.mob-ss { display:none; }
	.main-news-bl { display:none; }
	.main-about-bottom{ display:none; }
	
	.authorization { display:none; }
	 
	.logo { display:none; }
	.phone { display:none; }
	.cart-empty a span{ display:none; }
	#main-menu { display:none; }
	.search-example{display:none}
	#menu-mobile{
		display:block;
	height: 49px;
    margin: 0 auto;
    background-color: #30a787;
    border-bottom: 1px solid #1c9474;
	 width: 100%;
	     
	}
	#menu-mobile .nav li {
    width: 100%;   
/*	margin-top: -17px;*/
	text-align: center;
	}
	.type-of-bearing-item{
		width: 100%;
    min-height: -3px;
    float: left;
    margin: 0 -3px 62px 0;
    text-align: center;
      margin-block: 0;
		
	}
	 .news-item-bl{display:none}
 
	.bearing-brand-img{
		display:block;
	}
	.main-tabs-bl-wrap {
	width: 95%;
		margin:10px auto 86px!important;
	}
	.tabs-caption {
		padding: 0 0px;
	}
	.main-about-top {
		display:flex;
		display:none
	}
 
	.main-about-top-right {
		 width: 100%; 
	 
	}
	.advantages-item {
		width: 180px;
		height: 110px;
		display: flex;
		align-items: center;
	}
	.advantages-bl {
	 display: flex;
	 flex-wrap: wrap;
     height: 480px;
	 width: 100%;
     flex-direction: column;
	   margin: 0 5px;
 
	}
	.pc-ver{
		display:none; 
		
	}
	.mob-ss .content-head h2 {
		font-size: 20px;
	}
	.advantages-item span {
		
		font-size: 14px;
		width: 100%;
	}
	.main-news-about-bottom {
		display: flex;
		/*  height: 1240px; */
		   height:  0px; 
	}
	.mob-menu-footer{
		
	position: relative;
    top: 1px;
    width: 100%;
    background: #f2f5f7;
    /* z-index: 1; */
    height: 330px;
    border: 1px solid #30a787;
	}
	.menu-col {
		
		width: 100%;
	}
	.lang-style-mobile{
		
		text-align: center;
		padding: 10px;
		position: absolute;
		top: 0;
		right: 0;

	}
	.main-about-bottom {
width: 100%;
	}
	.about-bottom-wrap {
    width: 100%;
	    margin-top: 15px;
	}
	.main-news-about-bottom-head {
 margin-bottom: 0px;
	}
	.push {
 
	}
/*	.breadcrumbs {
 
		line-height: 19px;
	 
		margin-bottom: 9px;
	}*/
	/*.cart {
    width: 40px;
	    height: 53px;
    padding: 8px 0 0;
	margin-left: -11px;
	}*/
	.cart{
		    position: absolute;
    top: 30%;
    right: 6%;
    transform: translate(-50%, -50%);
	  width: 40px;
	    height: 53px;
    padding: 8px 0 0;
	margin-left: -11px;
	}
	.cart-empty {
		width: 60px;
	}
	.cart-empty a {
width: 60px;
    background-size: 104px;
    height: 36px;
	}
	.copyright-left {

width: 100%!important;
	}
	.copyright {
		 height: 260px;
	}
	
	.news-item-img {
		    width: 100%;
	}
	.news-slider-desc {
width: 100%!important;
    margin: 0 12px;
	}
	.sliderContent .item {
width: 100%;

	}
	.news-slider-wrap {
		width: 100%;
	}
	.news-slider {
		width: 100%;
	}
	.sliderContent {
width: 100%;

	}
	.main-news-bl {
		width: 100%!important;
	}
	.advantages-item-ico {
		
		width: 50px;
		
	}
	.tabs-more-btn   {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
	}
html, body {
    margin: 0;
    overflow-x: hidden;
}
	.mobile-menu{
	display:block!important;
	 
	    
}
.b-reg-global{
	width: 95%;

}
.b-reg-cont{
	padding:10px;
}
.b-reg-block{

	display: flex;
	flex-flow: row nowrap;
	margin-bottom: 10px;
}
.b-reg-block-1{
	flex-grow: 0.3;
	width: 140px;
}

.b-reg-block-2{
	flex-grow: 0.3;
}
.non-mobile{display:none}
.b-reg-input {
	border: 1px solid #CAD1D7;
    border-radius: 4px;
    
    width: 170px;
    height: 30px;
	margin-left: 10px;

	color: #8792a3;
    font-family: UbuntuReg;
    padding-left: 14px;
    vertical-align: middle;
}
.b-reg-input-selected{

	border: 1px solid #CAD1D7;
    border-radius: 4px;
    
    width: 186px;
    height: 30px;
	margin-left: 10px;

	color: #8792a3;
    font-family: UbuntuReg;
    padding-left: 14px;
    vertical-align: middle;

}
 
/* табы на странице заказа*/
/*новый пользователь*/
.checkout-tabs-caption li:first-child {
	 
    background: url(../images/tabs-second-bg.png)no-repeat 0 2px;
    -pie-background: url(../images/tabs-second-bg.png)no-repeat 0 -145px;
    background-size: 166px;
	margin: 20px 15px!important;
	height: 33px;
}

.checkout-tabs-caption li:first-child.active{
    background: url(../images/tabs-second-bg.png)no-repeat 0 -80px;
    -pie-background: url(../images/tabs-second-bg.png)no-repeat 0 -145px;
    background-size: 151px;
    height: 35px;
    width: 155px;

}

.checkout-tabs-caption li:first-child span {
    font-size: 12px;
    position: absolute;
    left: 21px;
    right: 0;
    top: -3px;
    width: 122px;
}

input[type="radio"] + label {
	width: 267px;

}
/*зарег*/

.checkout-tabs-caption li:nth-child(2) {
    width: 404px;
    height: 42px;
    color: #AAB9C6;
    line-height: 41px;
    text-align: center;
    position: relative;
    z-index: 1;
	margin: -55px 0 0 175px;
    background: url(../images/tab-sprt-l.png)no-repeat 0 4px;
    background-size: 162px;

}

.checkout-tabs-caption li:nth-child(2).active {
	width: 404px;
    height: 42px;
    color: #AAB9C6;
    line-height: 41px;
    text-align: center;
    position: relative;
    z-index: 1;
	margin: -52px 0 0 176px;
    background: url(../images/tabs-second-bg.png)no-repeat 0 -92px;
    background-size: 162px;

}

.checkout-tabs-caption li:nth-child(2) span {
	font-size: 12px;
    position: absolute;
    left: 38px;
    right: 0;
    top: -3px;
    width: 10px;
}
/*

.checkout-tabs-caption li:first-child {
	 
    background: url(../images/tabs-second-bg.png)no-repeat 0 2px;
    -pie-background: url(../images/tabs-second-bg.png)no-repeat 0 -145px;
    background-size: 166px;
	margin: 20px 0px!important;
	    height: 33px;
}
.checkout-tabs-caption li:first-child.active{
	     background: url(../images/tabs-second-bg.png)no-repeat 0 -91px;
    -pie-background: url(../images/tabs-second-bg.png)no-repeat 0 -145px;
    background-size: 166px;
height: 35px;
	
}
.checkout-tabs-caption li:first-child.active span {
	   font-size: 12px;
    position: absolute;
    left: -86px;
    right: 0;
     top: -3px;
}
.checkout-tabs-caption li:nth-child(2).active span {
	margin-right: -5px;
}
.checkout-tabs-caption li:nth-child(2).active {
	width: 180px;
    height: 42px;
    color: #AAB9C6;
    line-height: 41px;
    text-align: center;
    position: relative;
    z-index: 1;
    margin: 13px 0 0 -91px;
    background: url(../images/tabs-second-bg.png)no-repeat 0 -93px;
    background-size: 181px;

}

.checkout-tabs-caption li:first-child span{
		   font-size: 12px;
    position: absolute;
    left: -86px;
    right: 0;
     top: -3px;
}
 
*/
.cart-page{
	width:100%;
}
.order-checkout-bl {
	width:100%;
	
	
}
.page-title h3{
	width:250px;
}
.order-comment textarea{
	width:290px;
}
.confirm-order-btn{
	width:100%;
}
.confirm-order input[type="submit"]{
	width:215px;
}
.checkout-email-input, .checkout-fio-input, .checkout-phone-input {
	
	width:300px;
}
.checkout-tabs-content.active {
	display: flex;
    flex-direction: column;
}
.checkout-tabs-content-wrap{
	width:100%;
	 
}
.confirm-active-code{
	width: 90%!important;
}
.delete-in-cart{
	width:28px!important;
}
/*
.checkout-tabs-caption li:nth-child(2) span{
    font-size: 12px;
    position: absolute;
    left: 0;
    right: 0;
    top: 11px;
}

 
.checkout-tabs-caption li:nth-child(2){
    width: 180px;
    height: 42px;
    color: #AAB9C6;
    line-height: 41px;
    text-align: center;
    position: relative;
    z-index: 1;
    margin: 9px 0 0 -91px;
    background: url(../images/tabs-second-bg.png)no-repeat 0 14px;
    background-size: 181px;

	
} */

/**/
/*.tabs-caption li:first-child.active {
	background-size: 159px;
	 
		padding: 10px 20px 44px 7px;
		    z-index: 2;
			
}
.tabs-caption li:first-child {
	      padding: 13px 37px 34px 27px;
	 z-index: 1;
	  background: url(../images/tabs-second-bg.png)no-repeat 0 4px;
 background-size: 180px;
 margin-left: 20px!important;
}
.tabs-caption li:nth-child(2){
	       
		  
		   padding: 6px 6px 37px 11px;
		   margin: 4px 0 0 -14px;
}

.tabs-caption li:nth-child(2).active{
padding: 13px 55px 28px 17px;
    margin: -73px 177px 0;
    border-bottom: none;
    background: url(../images/tabs-second-bg.png)no-repeat 0 -97px;
    -pie-background: url(../images/tabs-second-bg.png)no-repeat 0 -145px;
    background-size: 180px;
} */
/*.tabs-caption li {
background-size: 160px;
	padding:0;
	width: 144px;
} */
.tabs-caption {
z-index: auto;
}
.tabs-content-wrapper{
	    margin-top: -11px;
}


/*табы на главной странице при активной ВСЕ ТОВАРЫ*/
.tabs-caption li:first-child.active {
	background-size: 160px;
	padding: 12px 66px 15px 30px;
	width: 112px;
	margin: 6px 17px 0;
}


.tabs-caption li:nth-child(2) {
	background-size: 160px;
	width: 143px;
	padding: 13px 3px 12px 27px;
    margin: -47px 0 0 175px;
}
 
/*табы на главной странице при активной ПРОИЗВОДИТЕЛИ*/
.tabs-caption li:first-child {
	background-size: 160px!important;
    padding: 12px 66px 15px 21px;
	width: 155px;
	margin: 6px 17px 0;
    position: relative;
    z-index: 10;
    background: url(../images/tabs-first-bg.png)no-repeat 0 -100px;
    -pie-background: url(../images/tabs-first-bg.png)no-repeat 0 -100px;
}
.tabs-caption li:nth-child(2).active{
	padding: 13px 3px 12px 29px;
	margin: -45px 0 0 170px;
	width: 158px;
	position: relative;
	z-index: 11;
	border-bottom: 2px solid #fff;
	background: url(../images/tabs-second-bg.png)no-repeat 0 -92px;
	-pie-background: url(../images/tabs-second-bg.png)no-repeat 0 -90px;
	background-size: 168px!important;
	}
/*
.tabs-caption li:nth-child(2).active {
background-size: 164px!important;
    padding: 13px 3px 12px 29px;
    margin: -45px 0 0 171px;
    width: 158px;
    position: relative;
    z-index: 11;
    border-bottom: 2px solid #fff;
    background: url(../images/tabs-second-bg.png)no-repeat 0 -86px;
    -pie-background: url(../images/tabs-second-bg.png)no-repeat 0 -90px;
}*/
/*.tabs-caption li:nth-child(2).active {
	background-size: 170px!important;
	padding: 13px 3px 12px 12px;
    margin: -55px 0 0 175px;
	width: 158px;
    position: relative;
    z-index: 11;
    border-bottom: 2px solid #fff;
    background: url(../images/tabs-second-bg.png)no-repeat 0 -90px;
    -pie-background: url(../images/tabs-second-bg.png)no-repeat 0 -90px;
}*/
.tabs-content-wrapper {
	padding: 0px 20px;
}

}






.mobile-menu{
display:none;}

 .btn-menu {
color: #fff;
background-color: #fff;
padding: 2px;
position: relative;
top: 5px;
left: 5px;
cursor: pointer;
transition: left .23s;
z-index: 3;
width: 20px;
-webkit-transform: translateZ(0);
-webkit-backface-visibility: hidden;
}


.mobile-menu input[type="checkbox"] + label { 
	
	 margin-top: 13px;

    height: 20px;
    display: inline-block;
    padding-right: 0px;
    color: #3b4e6f;
    font-size: 13px;
    font-family: UbuntuLight;
    background: none;
	position: absolute;
 
}

.hidden-menu {
display: block;
position: fixed;
list-style:none;
padding: 10px;
margin: 0;
box-sizing: border-box;
width: 200px;
background-color: #30a787;
height: 100%;
top: 0;
left: -200px;
transition: left .2s;
z-index: 2;
-webkit-transform: translateZ(0);
-webkit-backface-visibility: hidden;
}
.hidden-menu li a {text-decoration: none; color:#cacaca;}
.hidden-menu li a:hover {color:#fff;}
/*скрываем инпут чекбокс*/
.hidden-menu-ticker {
display: none;
}

.hidden-menu ul{
	
}

/*общие стили полосок*/
.btn-menu span {
    display: block;
    height: 3px;
    background-color: #30a787;
    margin: 5px 0 0;
    transition: all .1s linear .23s;
    position: relative;
    width: 30px;

}
/*прибиваем к верху лэйбла первую полоску*/
.btn-menu span.first {
margin-top: 0;
}
/*при нажатии на бургер двигаем его и делаем другой фон бургеру*/
.hidden-menu-ticker:checked ~ .btn-menu {
left: 160px;
background-color: #30a787;
}
/*и дальше стили меняющие бургер, двигающие менюшку по событию - нажатие на значек бургера*/
.hidden-menu-ticker:checked ~ .hidden-menu {
left: 0;
}
.hidden-menu-ticker:checked ~ .btn-menu span.first {
-webkit-transform: rotate(45deg);
top: 7px;
background-color: #fff;
}
.hidden-menu-ticker:checked ~ .btn-menu span.second {
opacity: 0;
}
.hidden-menu-ticker:checked ~ .btn-menu span.third {
-webkit-transform: rotate(-45deg);
top: -7px;
background-color: #fff;
}
















.mobile-filters_item{display:none;}





.mob-logo {
	
	    width: 100%;
    height: 68px;
    background: #f2f5f7;
	    text-align: left;
}

.mob-logo img {
	
	width: 128px;
	    padding: 5px;
}

.menu_bacg   {
	background: #36aa8b;
    width: 85%;
    height: 800px;
    position: absolute;
	left:-100%;
	top: 54px;
}


#menu-wrapper #hamburger-menu {
    position: relative;
    width: 25px;
    height: 20px;
    margin: 15px;
}

#menu-wrapper #hamburger-menu span {
    opacity: 1;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 10px;
    color: black;
    background-color: #30a787;
    position: absolute;
    transform: rotate(0deg);
    transition: .4s ease-in-out;
}

#menu-wrapper #hamburger-menu span:nth-child(1) {
    top: 0;
}
#menu-wrapper #hamburger-menu span:nth-child(2) {
    top: 9px;
}
#menu-wrapper #hamburger-menu span:nth-child(3) {
    top: 18px;
}
#menu-wrapper #hamburger-menu.open span:nth-child(1) {
    transform: translateY(9px) rotate(135deg);
}
#menu-wrapper #hamburger-menu.open span:nth-child(2) {
    opacity: 0;
    transform: translateX(-60px);
}
#menu-wrapper #hamburger-menu.open span:nth-child(3) {
    transform: translateY(-9px) rotate(-135deg);
}

#menu-container .menu-list .menu-submenu {
    padding-top: 20px;
    padding-bottom: 20px;
	margin: 0 20px;
 height: 200px; /* или любую другую желаемую высоту */
  overflow: auto;
}
.sub-menu-bl{
	   
    overflow: auto;
}
#menu-container .menu-list {
    padding-left: 0;
    display: block;
    position: absolute;
    width: 100%;
    max-width: 450px;
    background: #36aa8b;
    box-shadow: rgba(100,100,100,0.2) 6px 2px 10px;
    z-index: 999;
    overflow-y: auto;
    overflow-x: hidden;
    left: -100%;
}

#menu-container .menu-list li.accordion-toggle, #menu-container .menu-list .menu-login {
    font-size: 14px;
    padding: 20px;
    text-transform: uppercase;
    border-top: 1px solid #dbdcd2;
}
#menu-container .menu-list li:first-of-type {
    border-top: 0;
}

.accordion-toggle, .accordion-content {
    cursor: pointer;
    font-size: 16px;
    position: relative;
    letter-spacing: 1px;
}

  .accordion-content {
    display: none;
}

.accordion-toggle a:before, .accordion-toggle a:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 30px;
    width: 15px;
    height: 2px;
    margin-top: -1px;
    background-color: #5a5858;
    transform-origin: 50% 50%;
    transition: all 0.3s ease-out;
}

.accordion-toggle a:before {
    transform: rotate(-90deg);
    opacity: 1;
    z-index: 2;
}

.accordion-toggle.active-tab {
  background: white;
  transition: all 0.3s ease;
}
.accordion-toggle a.active{color: #36aa8b!important;}
.accordion-toggle a.active:before {
    transform: rotate(0deg);
    background: #36aa8b   !important;
}

.accordion-toggle a.active:after {
    transform: rotate(180deg);
    background: #36aa8b !important;
    opacity: 0;
}



/* Dropdown Button */
.dropbtn {
    background-color: #3498DB;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
    background-color: #2980B9;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
	width: 341px;
    height: 450px;
	left: -14px;
	border: 1px solid #30a787;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}



.filter_mobile{
	
    width: 320px;
    padding: 10px;
    height: 100%;
}
.selected_m2{display: flex;}
.filter_heder{ height: 20px}

.selected_m2 .prod-group-select {width: 100px;}
.selected_m2 .prod-type-select {width: 180px;}
.selected_m2 .prod-manufacturer-select {  width: 150px;}
.selected_m2 .select-manufact {  left:-119px}

.selected_m3 .prod-manufacturer { width: 135px;}

.filter_heder .clear-choose a{ width: 100px; background:none;}
.filter_heder .clear-choose  {     width: 118px;
    float: right;
    position: relative;
    top: -12px;}
	
	.selected_m3 .prod-type { width: 340px; }
	.selected_m3 .prod-type-select { width: 320px; }
 .selected_m3 .prod-type-select p {  width: 100%}
 
 
 #select2 {
  width: 340px !important;
} 
 
 #select2 option{
  width:150px !important;
}



#block-content-mobile{
	display:none;
position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    pointer-events: auto;
    -webkit-tap-highlight-color: transparent;
    transition: opacity .4s cubic-bezier(.25,.8,.25,1);
	background-color: #00000080;
}
.mobile-page-info{
	display: none;
}
 

.confirm-active-code{
	display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #bdbdbd;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}


	.tabs_content{
  display: none;
 
 
}
.tabs_content_bock{
 
    z-index: 1;
    padding: 35px 30px;
    border-top: 2px solid #36AA8B;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
 
    -webkit-box-shadow: 0px 0px 0px -9px rgb(0 0 0 / 75%), 5px 4px 7px -7px rgb(0 0 0 / 75%), -5px 3px 9px -7px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 0px 0px -9px rgba(0, 0, 0, 0.75), 5px 4px 7px -7px rgba(0, 0, 0, 0.75), -5px 3px 9px -7px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 0px -9px rgb(0 0 0 / 75%), 5px 4px 7px -7px rgb(0 0 0 / 75%), -5px 3px 9px -7px rgb(0 0 0 / 75%);
	z-index: 1;
    position: relative;
}
.tablinks{
	    background: url(https://podshipnik-market.com.ua/images/tabs-second-bg.png)no-repeat 0 0;
		padding: 12px 66px 15px 49px;
		border: none;
		    width: 260px;
}
.active_1{
background: url(https://podshipnik-market.com.ua/images/tabs-first-bg.png)no-repeat 0 0;
    position: relative;
    z-index: 2;
}

.active_2{
 background: url(https://podshipnik-market.com.ua/images/tabs-second-bg.png)no-repeat 0 -145px;
    position: relative;
    z-index: 2;
	margin-left: -15px!important;
}

.tabs_header{
margin-left: 20px;
    position: relative;
    height: 40px;
}
 
.class_2{
    margin-left: -37px;
	 
}
 
  
   .class_2 span{  transform: scaleX(0)}
   .item_butt{    position: absolute; }
@media(max-width: 991px){
	.hidren_closed{display:none}
   .tablinks{
		background-size: 150px;
		width: 150px
	}
	.class_2 {
    margin-left: 0px;
}
.item_butt {
    position: absolute;
    top: 10px;
}
.active_2{
 background: url(https://podshipnik-market.com.ua/images/tabs-second-bg.png)no-repeat 0 -84px;
 	background-size: 150px;
	    margin-left: -7px!important;
}

.select-manufact_mobile{
	display:none;
	position:absolute;
	width:270px;
	height:auto;
	max-height:370px;
	overflow-y:scroll;
	z-index:1000;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
    top:34px;
    left:-120px;
    background:#fff;
    border:1px solid #90ADDD;
    padding-top:10px;
	padding-right:10px;
	padding-bottom:10px;
	padding-left:14px;
}

.select-manufact_mobile input[type="checkbox"] + label{
	width:85%;
	min-height:20px;
	height:auto;
	margin-bottom:7px
}
.select-manufact_mobile input[type="checkbox"]:checked + label{color:#30A787}

#manufacturer-select_mobile{cursor:pointer}
.select-manufact_mobile.show{display:block}
input#all_m + label{font-weight:bold}
input#all_m:checked + label{font-weight:100}

#manufact-name_mobile {
  width: 212px;
  height: 33px;
  outline: none;
  background: none;
  -webkit-appearance: none;
  font-size: 13px;
  color: #3b4e6f;
  font-family: UbuntuLight;
  font-weight: bold;
  padding-left: 10px;
  border: 1px solid #cad1d7;
  background-color: #fff;
  margin-bottom: 12px;
}

.single-news-img{
	width: 95%;
    height: 100%;
}
.single-news-img:before{
	display:none;
}
.route-map{
	    width: 333px!important;
		
}
.contact-page-map{
	display: flex;
    flex-direction: column;
}
.open-big-map{
	    width: 152px;
		    margin-bottom: 10px;
    margin-top: 10px;

}

	.type-of-bearing-item:nth-child(6n){
		margin: 0 0 0 0;
 
		
	}
	
	.type-of-bearing-item{
		    min-height: 147px!important;
	}
	.adress-bottom{
		width: 220px!important;
	}
/*[mob header]*/

.new_mob_header{
display: grid!important;
    grid-template-columns: 60px 200px 60px;
    background-color: #f2f4f8;
    width: 100%;
    height: 55px;
    justify-content: space-between;
}
.search {
	margin:0!important;
	width:100%;
}
 
/*[mob header]*/
.m_header_find{
	margin-left: auto;
    margin-right: auto;
	width:260px;
}
.m_header_cart{
	margin-left: auto;
    margin-right: auto;
}
.cart {
    width: 30px;
}
#header {
	display:none
}
 
.cart-full{
	margin-left: 10px;
}
.text_option{    margin-left: 7px; }
/*STYLE MOBILE CHAR*/

  .text_total_valz {
    color: #3b4e6f;
    font-size: 18px;
    font-family: UbuntuMed;
    margin-bottom: 4px;
    margin-top: 23px;
	    text-align: right;
    width: 87px;
}
.text_total_val_kg{
	text-align: right;
    width: 92px;
}
.to-order-bl{
		display:none;
}
.item_h2_span{
	    margin-top: 10px;
    margin-bottom: 34px;
    text-align: start;
	color:#95a3b0;
	font-size:14px
}
.item_char_block_mobile{
    border: 1px solid #30a787;
    height: 120px;
    padding: 15px;
    width: 90%;
    width: 80%;
    margin-left: auto;
    display:block!important;
    margin-right: 30px;
	margin-bottom: 10px;
	

	
	
}
.item_header_char{
	display: grid;
    grid-template-columns: 275px auto;
}
	
.item_closed_char a{		
	display:block;
	width:14px;
	height:14px;
	margin:0 auto;
	background:url('../images/del-btn-bg.png')no-repeat 0 0;
}
.item_info_char{
    display: grid;
    grid-template-columns: 110px 90px auto;
	    margin-top: 10px;
}
.image_firma_char{
	width: 80px;
	height:50px;
	margin-left: 15px;
	 
}
.image_firma_char img{
	width: 100%;
}
.analog_char{
	margin-bottom: 10px;
}
  .nalichi_char{
	font-size: 12px;
    color: #61b19b;
    margin-top: 20px;
    margin-bottom: 35px;
    text-align: end;
    margin-right: 10px;
	    width: 100%;
  }
.item_img_char{
	width: 100px;
}	
.item_img_char img{
	width: 100%;
}	
.image_price_char{
	color: #3b4e6f;
    font-size: 16px;
    font-family: UbuntuReg;
    font-weight: 600;
		margin-top: 20px;
		display: grid;
    justify-content: end;
	text-align: right;
	
    
}
.item_footer_char{
	display: grid;
    grid-template-columns: auto auto auto auto;
	margin-top: 20px;
	
}


.item_pos_4 input[type="text"]{
    width:42px;
    height:28px;
    border:none;
    outline:none;
    background:none;
    font-size:14px;
    color:#8792a3;
	text-align:center;
    font-family:UbuntuReg;
    margin-left:2px;
    vertical-align:middle;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    behavior: url(PIE.htc);
}
.item_pos_4 {
    width:44px;
    height:28px;
    display:inline-block !important;
    border:1px solid #cad1d7;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    background-color:#fff;
    -webkit-box-shadow:inset -1px 2px 8px -7px rgba(0,0,0,0.75);
    -moz-box-shadow:inset -1px 2px 8px -7px rgba(0,0,0,0.75);
    box-shadow:inset -1px 2px 8px -7px rgba(0,0,0,0.75);
    behavior: url(PIE.htc);
	margin-left: 20px;
	margin-bottom: 10px;
}

.text_total_header{
	    display: grid;
    grid-template-columns: 240px auto;
	
}
.text_total_header_nal{
	    display: grid;
    grid-template-columns: 170px auto;
	
}
.tabs-content.slideMore{
	 
	min-height: 200px!important;
   max-height: 15000%!important;
}
.text_total_val{
/*color: #3b4e6f;
    font-size: 18px;
    font-family: UbuntuMed;
margin-bottom: 4px;*/
    color: #3b4e6f;
    font-size: 18px;
    font-family: UbuntuMed;
    margin-bottom: 4px;
   
	    text-align: right;
    width: 160px;

}
.text_total{
color: #3b4e6f;
    font-size: 16px;
    font-family: UbuntuMed;
	    display: grid;
    align-items: center;
}
.text_total_kg,.text_total_val_kg{
    font-size: 16px;
    color: #95a3b0;
    font-family: UbuntuReg;
}
.item_submit-inquiry{
	    display: grid;
    /* align-items: center; */
    justify-content: center;
    margin-bottom: 30px;
    margin-top: 10px;
}
.item_submit-inquiry input[type="submit"] {
    width: 190px;
    height: 36px;
    border: none;
    background: none;
    color: #fff;
    font-family: UbuntuMed;
    font-size: 16px;
    cursor: pointer;
    background-color: #2B8EB4;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    behavior: url(PIE.htc);
    -webkit-box-shadow: 0px 2px 8px -4px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 2px 8px -4px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 8px -4px rgb(0 0 0 / 75%);
}
.sum-of-order-bl,.submit-inquiry {
	display:none
}

.mobile_style_char_zakaz,.mobile_style_char_nal{
	display:block!important
}


.delivery-adress-text textarea{
	width: 290px;
}
.b-comment_form__field select{
	width: 302px!important;
}

.delivery-adress-footnote{
	width: 268px!important;
}
.cashless-method-check{
	padding-left: 14px;
}
.entity-name {
	width: 90%;
}
.bearing-brand{
	margin-top:20px;
}
.tabs-content .bearing-brand .active{
	    max-height: 10000%!important;
}
.tabs-content .bearing-brand .active{
	max-height: 440px!important;
}
/*STYLE MOBILE CHAR*/
 
 .tabs-caption{
	 display:none;
 }
 .checkout-tabs-caption {
	 display:none;
 }
 
.tabs-caption_mobile{
	    display: grid!important;
		grid-template-columns: auto auto;
		padding: 10px;
	
}

.tabs-caption_mobile li:first-child{
	border: 1px solid #b1b1b1;
    height: 31px;
    text-align: center;
    display: grid;
    align-items: center;
	cursor: pointer;
    font-size: 20px;
    color: #8792a3;
    font-family: UbuntuReg;
	
}

.tabs-caption_mobile li:nth-child(2){
	border: 1px solid #b1b1b1;
    height: 31px;
    text-align: center;
    display: grid;
    align-items: center;
	margin-left: 10px;
	cursor: pointer;
    font-size: 20px;
    color: #8792a3;
    font-family: UbuntuReg;
	
}

.checkout-tabs-caption_mobile{
	
	   display: grid!important;
    grid-template-columns: 173px 100px;
		padding: 10px;
		margin-bottom: -11px;
}

.checkout-tabs-caption_mobile li:first-child{
	border: 1px solid #b1b1b1;
    height: 31px;
    text-align: center;
    display: grid;
    align-items: center;
	cursor: pointer;
    font-size: 14px;
    color: #8792a3;
    font-family: UbuntuReg;
	width: 150px;
	
}

.checkout-tabs-caption_mobile li:nth-child(2){
	border: 1px solid #b1b1b1;
    height: 31px;
    text-align: center;
    display: grid;
    align-items: center;
	cursor: pointer;
    font-size: 14px;
    color: #8792a3;
    font-family: UbuntuReg;
	width: 150px;
	
}

.checkout-tabs-caption_mobile  li:first-child.active{
	border: 2px solid #30a787;
    height: 30px;
    text-align: center;
    display: grid;
    align-items: center;
    margin-bottom: -1px;
    border-bottom: 2px solid white;
    position: relative;
    z-index: 2;
	color: #30a787;
	
}

.checkout-tabs-caption_mobile li:nth-child(2).active{
	border: 2px solid #30a787;
    height: 30px;
    text-align: center;
    display: grid;
    align-items: center;
    margin-bottom: -1px;
    border-bottom: 2px solid white;
    position: relative;
    z-index: 2;
	color: #30a787;
	
}


.tabs-caption_mobile li:nth-child(2).active{
	border: 2px solid #30a787;
    height: 30px;
    text-align: center;
    display: grid;
    align-items: center;
    margin-bottom: -1px;
    border-bottom: 2px solid white;
    position: relative;
    z-index: 2;
	color: #30a787;
	
}

 


.tabs-caption_mobile li:first-child.active{
	border: 2px solid #30a787;
    height: 30px;
    text-align: center;
    display: grid;
    align-items: center;
    margin-bottom: -1px;
    border-bottom: 2px solid white;
    position: relative;
    z-index: 2;
	color: #30a787;
	
}







   }
   
.new_mob_header{
	display:none
}
.mobile_style_char_zakaz,.mobile_style_char_nal{
	display:none
}

.tabs-caption_mobile{
	display:none
}
.checkout-tabs-caption_mobile{
	display:none
}