.ibHintBox {
	position: relative;
	color: #ccc;
	display: inline-block;
	font-size: 13px;
	padding-bottom: 20px;
}
span.hint {
	position:relative;
	padding: 70px 0;
}
span.hint img {
	margin: 7px 0 0 10px;
}
span.hint:before {
	content: attr(data-title);
	box-sizing: border-box;
	display: block;
	background-color: #f4f5e7;
	color: #7a7a72;
	padding: 15px;
	position: absolute;
	left: 50%;
	top: -30px;
	margin: 7px 0 0 -30px;
	width: 400px;
	height: 100px;
	opacity: 0;
	transition: .25s ease-in-out;
}
span.hint:after {
	content: '';
	display: block;
	position: absolute;
	top: 35px;
	left: 50%;
	margin: 7px 0 0 -3px;
	height: 0;
	width: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #f4f5e7;
	transition: .25s ease-in-out;
	opacity: 0;
}
span.hint:hover:before {
	opacity: 1;
	top: -50px;
}
span.hint:hover:after {
	opacity:1;
	top: 50px;
}
.prod-bonus {
	font-weight: bold;
	color: #187e30;
}
.ibHintBox div {position:absolute;/*z-index:30*/;top:0;left:0;}

.whiteBg {
	position:absolute;
	left:0; top:0;
	width:100%;
	height:100%;
	background:url(/images_v2/wbg.png);
	z-index:1100;
}
#teleportBody{
    z-index: 1000 !important;
}
#cartMessage {
	position:relative;
	top:250px;
	margin:0 auto;
	width:916px;
	background:#fff;
}
.popup {
	font-size:14px;
	position:relative;
	padding:45px 37px 30px 37px;

	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;

	-moz-box-shadow: 0 0 10px #aaa;
	-webkit-box-shadow: 0 0 10px #aaa;
	box-shadow: 0 0 10px #aaa;
}
.popup .red {color:#f00;}
.popup textarea,
.popup select,
.popup .selectbox .select,
.popup .numInput,
.popup .textInp,
.bomusForm .textInp {
	border:1px solid #ccc;
	padding:8px 10px;
	line-height:16px;
	font-size:14px;
	margin:0 20px 20px 0;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	background-color:#fff;
}

.textInpSmallLeft,
.textInpSmallRight {
	border:1px solid #ccc;
	//border-right: none;
	padding:8px 10px;
	line-height:16px;
	font-size:14px;
	//margin:0 20px 20px 0;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	background-color:#fff;
}

.textInpSmallLeft { margin:0 -8px 20px 0; border-right: none; }
.textInpSmallRight {
margin:0 20px 20px 0;
border-left: none;
-moz-border-radius: 0px 3px 3px 0px;
-webkit-border-radius:0px 3px 3px 0px;
border-radius:0px 3px 3px 0px;
}


.popup select {width:380px;}
.popup .selectbox .select {
	width:253px;
	height:12px;
	border: 1px solid #E8E8E8;
	padding-left: 10px;
	margin-bottom: 11px;
}
.popup .selectbox .arrow {top:18px;}

.popup textarea	{width:745px;padding-top:5px;}
.popup .textInp, .bomusForm .textInp {width:360px;}
.textInpSmallLeft, .textInpSmallRight{width:172px;}
.popup .numInput{width:35px;padding:5px 9px;}

.niBox {position:relative;float:left;}
.niBox .numInput {
	padding-right:20px;
}
.niBox .down,
.niBox .up {
	height:12px;
	position:absolute;
	right:2px;
	width:18px;
	cursor:pointer;
}
.niBox .up {top:3px;background:url(/images_v2/up.gif) 5px 3px no-repeat;}
.niBox .down {top:16px;background:url(/images_v2/down.gif) 5px 3px no-repeat;}

.popup h1 select, .popup h2 select
.popup h1 .selectbox .select, .popup h2 .selectbox .select{
	margin:0 0 0 10px;
	width:165px;
	padding:6px 10px;
	position:relative;
	top:-3px;
}
.popup h1 .selectbox .select, .popup h2 .selectbox .select {height:18px;}
.popup h1 .selectbox .arrow, .popup h2 .selectbox .arrow {top:14px;}

.popup h1 form, .popup h2 form {display:inline;}
.popup h2,
.popup .h2 {
	margin-top:0.5em;
}
.popup .ibHintBox, .bomusForm .ibHintBox, .basket-gray-text {
	color:#b3b3b3;
}
.popup .closeBtn{
	width:13px; height:13px;
	position:absolute;
	top:19px;
	right:33px;
	background:url(/images_v2/cross.gif) 0 0 no-repeat;
	cursor:pointer;
}

.prevFormButton,
.nextFormButton,
.popup .bigButton, #bonusForm .bigButton
.popup .medButton{
	text-align:center;
	text-shadow: rgba(255,255,255,0.4) -1px -1px 1px;
	background:url(/images_v2/bigButton.png) center no-repeat;
	cursor:pointer;
}

.popup .medButton .buttonText{
	cursor:pointer;
	padding: 10px 16px;
}
.popup .bigButton, #bonusForm .bigButton{
	width:182px;
	height:54px;
	line-height:54px;
	font-size:25px;
	background:url(/images_v2/bigButton.png) center no-repeat;
	color:#2e2e2e;
}
.popup .medButton{
	color:#2e2e2e;
	width:153px;
	height:33px;
	line-height:33px;
	font-size:13px;
	font-weight:bold;
	background:url(/images_v2/medButton.png) center no-repeat;
}
.popup .big {font-size:30px;line-height:1.5em;margin-bottom:0.5em;}
.popup .small {font-size:13px;}
.popup .thanks {font-size:18px;margin:20px 0;}
.popup .thanks img {margin-top:1em;}

.popup #cashlessForm,
.popup #creditForm {
	display:none;
	position:relative;
	background:#fff3d4;
	margin:0 -108px 0 -27px;
	padding:40px 37px 15px 37px;
}
.popup #creditForm span,
.popup #creditForm .textInp {
	vertical-align:top;
}
#creditForm .rcol {display:inline-block;}
#creditForm .rcol h3{
	margin-top:0;
}
#creditForm .bDate select,
#creditForm .bDate span{
	width:76px;
	margin:0 0px 0 5px;
}
#creditForm .bDate span.req{
	padding:5px;
	color:#000;
	font-size:14px;
	background-position:100% 5px;
	display:inline-block;
	width:70px;
}
#creditForm p.req {margin-top:15px;}


.whereSearchPool {fonfffffffffefwft-size:16px;}
.whereSearchPool b {font-size:18px;}
.whereSearchPool p {margin-top:0.5em;}
.whereSearchPool label { padding-left:10px; }
.whereSearchPool .bigButton { margin-top:1em; }
.whereSearchPool input[type="radio"] { line-height:20px; }

.cartList {
	width:100%;
	border-bottom:1px solid #ccc;
	margin-bottom:1em;
	font-size:14px;
}
.cartList th{
	color:#ccc;
	font-weight:normal;
	text-align:left;
	padding:5px 15px;
}
.cartList .numInput{margin:0;}

.cartList .numCol{width:75px;}
.cartList .delCol{width:15px;}
/*.cartList .priceCol{width:99px;}*/

.cartList tr:hover td {background:#fff3d4;}

.cartList td {
	padding:15px;
	vertical-align:middle;
}
.cartList tr.weightVolumeData td{
	padding: 0;
}
.cartList tr.weightVolumeData td > div{
	height: 55px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	line-height: 1.6;
	padding:5px 0 0 5px;
}
.cartList td.img {
	padding:5px;
	width:80px;
}
.cartList td.img img {width:80px;}

.cartList a.delete{
	width:13px;
	height:19px;
	display:inline-block;
	background:url(/images_v2/new-trash.png) center no-repeat;
}
.cartList a {font-size:15px;}
.cartList p {margin-top:3px; font-size: 13px;}
.cartList .specs {color: #aaa;}
.cartList .color {color:#444;}
.cartList .isAction{color: #aaa}
.countButton {
	background-color: #f9b920;
	color: #fff;
	position: absolute;
	font-size: 13px;
	padding: 5px 6px;
	cursor: pointer;
    z-index: 10;
}
.countButton span {
	border-bottom:1px dashed #fff;
}

.orderTotal {
	width:100%;
	font-size:18px;
	/*margin-bottom:30px;*/
	display:inline-block;
}
.orderTotalLeft{float:left;}
.orderTotalRight{float:right; padding:10px; }
.orderTotalRight .yellow_bg{ padding:5px; background: #fdca4b; border-radius:7px;-moz-border-radius: 7px; -webkit-border-radius: 7px;}
.orderTotal td {padding:3px 4px;vertical-align:bottom;}
.itemsCount, .priceTotal, .priceDiscountTotal {	font-weight:bold; }
.priceDiscountTotal { font-size:25px; width:155px;}


.totalPrice {
	float:right;
	text-align:right;
	font-size:25px;
	line-height:40px;
	margin-bottom:0.5em;
}
.totalPrice .label {
	float:left;
	font-size:18px;
	font-weight:normal;
	padding-right:25px;
}
.tpActions {
	overflow:hidden;
	margin-bottom:2em;
}
.tpActions p {
	font-size:18px;
	margin:0.3em 0 0.5em 0;
}
.tpActions div{
	float:left;
	width:186px;
}
.tpActions div p{
	font-size:12px;
	color:#999;
	font-weight:bold;
}
.tpActions div a{
	font-size:14px;
	line-height:33px;
}

input.req {background:url(/images_v2/req.gif) 98% 7px no-repeat;}
p.req, span.req {background:url(/images_v2/req.gif) 2px 2px no-repeat;padding-left:20px;color:#8c8c8c;font-size:13px;}

.checkLabel{margin-left:5px;}
#subscribeConfirm{position:relative; top:7px;}

.rbLine {width:100%;}

.cbLine,
.rbLine label{
	font-size:18px;
	line-height:21px;
}
.cbLine label, .rbLine label {cursor:pointer;}

.cbLine label {padding:0 8px 0 5px;}
.cbLine .note {color:#9b9b9b;}
.rbLine {font-size:14px;}
.rbLine p, .rbLine label {margin-left:25px;display:block;}
.rbLine td {padding:0 5px 25px 5px;}
.rbLine input {float:left;height:17px; width:17px;position:relative;top:2px;}

.formScreens {position:relative;}
.formScreen {display:none;}
#formPreloader{
	position:absolute;
	left:0;right:0;top:0;bottom:0;
	background:#FFF url(/images_v2/progress.gif) center no-repeat;
	z-index:500;
}

.orderBtnBox {
	border-top:1px solid #ccc;
	padding-top:30px;
	text-align:right;
	margin-top:30px;
	overflow:hidden;
}

.prevFormButton,
.nextFormButton {
	padding:0 4px;
	width:100px;
	line-height:54px;
	display:block;
	height:54px;
	font-size:25px;
	color:#656565;
	text-decoration:none;
}
.orderBtnBox .prevFormButton {
	background:url(/images_v2/prevFormButton.png) 0 0 no-repeat;
	padding-left:50px;
	float:left;
	text-align:left;
}
.orderBtnBox .nextFormButton {
	float:right;
	text-align:right;
	/*background:url(/images_v2/nextFormButton.png) 0 0 no-repeat;*/
	background: #FBBF32;
	padding-right:50px;
	width: 350px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.orderBtnBox .active{
	background-position:0 -54px;
	color:#2e2e2e;
}
#authsubmit{
    display: block;
    width: 361px;
    height: 50px;
    background-color: #FFC801;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    font-size: 19px;
    font-weight: bold;
    color: #464646;
    margin-bottom: 30px;
    cursor: pointer;
    border-radius: 0px;
    padding-right: 0px;
}

.orderConcl {
	width:100%;
	margin:3em 0;
}
.orderConcl th{
	font: 20px/20px Arial, Helvetica, sans-serif;
	font-weight:normal;
	padding:0 25px 15px 25px;
	text-align:left;
}
.orderConcl td{
	font-size:14px;
	padding:2px 0;
	border-right:1px solid #ccc;
	padding:2px 25px;
}

.orderConcl th, .orderConcl td{	border-right:1px solid #ccc; }
.orderConcl th:last-child, .orderConcl td:last-child {border:none;padding-right:0;}
.orderConcl th:first-child, .orderConcl td:first-child {padding-left:0;}
.orderConcl td.param{font-weight:bold;border:none;}

.half {
	width:50%;
	float:left;
}

body a.buyButton {
	font: 18px/23px Arial, Helvetica, sans-serif;
	text-decoration:none;
	display:block;
	height: 23px; width:70px;
	padding:0 70px 0 5px;
	font-weight:bold;
	color: white;
	background:url(/images_v2/buy_btn.png) 0 0 no-repeat;
	white-space: nowrap;
	position:relative;
	text-align: center;
}
body a.belarus_buyButton {
	font-size: 13px;
}
body a.goButton {
	font: 18px/23px Arial, Helvetica, sans-serif;
	text-decoration:none;
	display:block;
	height: 23px; width:70px;
	padding:0 70px 0 5px;
	font-weight:bold;
	color: white;
	background:url(/images_v2/buy_btn.png) 0 0 no-repeat;
	white-space: nowrap;
	position:relative;
	text-align: center;
}
body a.buyCreditButton{
	font: 14px/22px Arial, Helvetica, sans-serif;
	text-decoration:none;
	display:block;
	height: 14px;
	padding:2px 70px 5px 13px;
	font-weight:bold;
	color: black;
	background: url(/images/credit/credit_buttons_sprite.png) left bottom no-repeat;
	white-space: nowrap;
	margin-left: 218px;
	margin-top: -18px;
	position:absolute;
}
body a .buyButton-tx {
	position: absolute;
	right: 4px;
	color: #C02024;
	font-size: 10px;
	text-transform: uppercase;
}
/*table.catItems .buyButton {
	font: 21px/29px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none;
	display:block;
	height: 29px; width:124px;
	padding:2px 30px 2px 15px;
	font-weight:bold;
	color: white;
	background:url(/images_v2/buyButton1.png) left center no-repeat;
	white-space: nowrap;
	position:relative;
	margin-top: 15px;
}
.catItem:hover a.buyButton{
	background:url(/images_v2/buyButton1hover.png) left center no-repeat;
	height: 42px; width:204px;
	left: 80px;
}*/
.buyProgress,
.buyError,
.buySuccess,
.regionsetProgress {
	position:absolute;
	z-index:450;
}
.buyProgress {
	background:#fff url(/images_v2/progress.gif) 0 50% no-repeat;
	width:61px; height:19px;
	left:80px; top:2px;
	z-index: 1;
}
.buyCreditProgress{
	background:#fff url(/images_v2/progress.gif) 0 50% no-repeat;
	width:38px; height:14px;
	margin-left:45px;
	margin-top:-19px;
	z-index: 10;
}
.productSliderInBasket .buyProgress{
    background-position: center center;
    height: 16px;
    left: 63px;
    top: 1px;
    width: 53px;
}
/*table.catItems .buyProgress {
	background:#fff url(/images_v2/progress.gif) 0 50% no-repeat;
	width:61px; height:21px;
	left:120px; top:8px;
}*/
.buySuccess, .buyError {
	left: 50%;
	top: 0;
	margin-left: -81px;
	font-size:11px;
	font-weight:normal;
}
.productSliderInBasket .buySuccess, .productSliderInBasket .buyError{
    margin-left: -69px;
    width: 139px;
}
.buySuccess, .buySuccess a {color:#0063A4; background-color: white; text-align: center; top: 0 !important; line-height: 15px;}
.buy > .buySuccess {
    position: relative;
    width: 96%;
    top: initial;
    left: initial;
    margin: 2px 4px;
    height: 52px;
    z-index: initial;
}
.buy > .buySuccess a {
    position: relative;
    white-space: nowrap;
}
.buy > .buySuccess > .buySuccess_green-btn {
    padding-left: 25px;
}
.buyError, .buyError a {color:#BF0F22;}

.buySuccess_green-btn {
	background: rgb(0,168,0);
	background: -moz-linear-gradient(left,  rgba(0,168,0,1) 0%, rgba(0,141,0,1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,168,0,1)), color-stop(100%,rgba(0,141,0,1)));
	background: -webkit-linear-gradient(left,  rgba(0,168,0,1) 0%,rgba(0,141,0,1) 100%);
	background: -o-linear-gradient(left,  rgba(0,168,0,1) 0%,rgba(0,141,0,1) 100%);
	background: -ms-linear-gradient(left,  rgba(0,168,0,1) 0%,rgba(0,141,0,1) 100%);
	background: linear-gradient(to right,  rgba(0,168,0,1) 0%,rgba(0,141,0,1) 100%);
	border-radius: 3px;
	display: block;
	height: 23px;
	padding: 0px 7px;
	color: #fff;
	font-size: 11px;
	line-height: 23px;
}
.productSliderInBasket .buySuccess_green-btn{
    font-size: 9px;
}
a.buySuccess_green-btn {
	color: #fff;
	text-decoration: none;
	line-height: 23px;
}

.buySuccess_green-btn_add {
	background: url(../images_v2/check_add.png) 0 center no-repeat;
	padding-left: 20px;
	line-height: 19px;
}

.basket-add-success {
	float: right;
	text-align: center !important;
	font-size: 11px;
}

.regionsetProgress {
	background: #fff url(/images_v2/progress.gif) 50% 50% no-repeat;
	opacity: 0.8;
	width: 100%;
	height: 98%;
	margin: 5px 0;
	left: 0px;
	top: 0px;
}

.change-bskt-rgn-ntfctn {
	position: absolute;
	z-index: 100;
	width: 360px;
	padding: 23px;
	top: 60px;
	right: 36px;
	background: white;
	border: 2px solid white;
	border-radius: 8px;
	display: none;
	z-index: 1100;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	filter: progid:DXImageTransform.Microsoft.dropshadow(offX=5, offY=5, color=#000000);
	filter: progid:DXImageTransform.Microsoft.shadow(direction=120, color=#000000, strength=10);
}
.change-bskt-rgn-ntfctn .list {
	font-size: 12px;
	margin: 10px;
}
.change-bskt-rgn-ntfctn .submit_btn {
	background: url(/images_v2/button.png) no-repeat;
	display: block;
	width: 136px;
	height: 41px;
	line-height: 39px;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0.1em;
	font-size: 15px;
	font-weight: bold;
	color: black;
	border: none;
	float: right;
}

/*#callback {
	position: absolute;
	width: 360px;
	padding: 23px;
	background: white;
	border: 2px solid white;
	border-radius: 8px;
	display:none;
	z-index:1100;

	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
	box-shadow: 0 0 10px rgba(0,0,0,0.5);

	filter: progid:DXImageTransform.Microsoft.dropshadow(offX=5, offY=5, color=#000000);
	filter: progid:DXImageTransform.Microsoft.shadow(direction=120, color=#000000, strength=10);
}
#callback input[type=text],
#callback textarea{
	border:1px solid #ccc;
	color: #222;
	outline: none;
	border-radius: 3px;
	margin-bottom:15px;
	width:350px;
	height: 35px;
	padding:3px;
	position:relative;
	left:-4px;
	font-size:13px;
	text-indent: 5px;


}
#callback input[type=text]:focus, #callback textarea:focus{
	color:black;
}
#callback textarea{
	line-height: 32px;
}
#callback textarea:focus{
	height:105px;

}
#callback label {
	font-size: 13px;
}
#callback .btns{
	margin-top: 20px;
}
#callback h2{
	font-size: 20px;
}
#callback h3,
#callback .h3{
	margin-top:10px;
	margin-bottom:5px;
	font-size: 15px;
	font-weight: bold;
}
#callback ul.addr li{
	list-style: none;
	float:left;
	width:180px;
}
#callback ul.addr li.delivery{
	list-style: none;
	float:left;
	width:100px;
}
#callback ul.addr li.install{
	list-style: none;
	float:left;
	width:70px;
}
#callback ul.addr li label{
	padding-left: 5px;
}

#callback .ibHintBox {color:#999;}
#callBackForm .error, #callback .error {
	border: 1px solid #FF0000!important;
}

#callback_hide {
	display:block;
	width:15px;
	height:15px;
	position:absolute;
	top:15px;
	right:10px;
	background:url(/images_v2/close_btn.gif) right no-repeat;
	cursor: pointer;
}

#callBackForm div a.submit_btn {
	background: url(/images_v2/button.png) no-repeat;
	display: block;
	width: 136px;
	height: 41px;
	line-height:39px;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0.1em;
	font-size: 15px;
	font-weight: bold;
	color: black;
	border: none;
	float:right
}
#callBackForm .clear_btn {
	float:right;
	text-decoration: none;
	border-bottom: 1px dotted #0072bd;
	font-size: 15px;
	margin-top:11px;
	margin-right: 25px;
}

*/

#compare {
	position:fixed;
	top:40%;
	height:70px;
	z-index:300;
	width:295px;
	left:-270px;
}
#compare .compare-str {
	float:left;
	display:block;
	width:250px;
	height:50px;
	background:#facd46;
	padding:10px;
	font-size:12px;
}
#compare em {font-style:normal;}
#compare span, #compare a {font-size:16px;}

#compare .compare-btn {
	display:block;
	float:left;
	width:25px;
	height:70px;
	background: #F1B500 url(/images_v2/compare_icon.png) center no-repeat;
}
.infoBlock {
	background:url(/images_v2/_icons.png) 5px -949px no-repeat;
	padding:15px 0 18px 40px;
	font-size:13px;
	color:#6e706e;
}
body.gray .infoBlock {background-image:url(/images_v2/info-gray.gif);}

.infoBlock .accent { color:#5db9ee; font-size:15px;margin-bottom:0.5em; }

#header {
	height:128px;
	margin-bottom:1em;
}

#lHeader,
#lHeader .bg,
#rHeader .block {
	border-radius:0 0 5px 5px;
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
}
#lHeader{
	height:128px;
	float:left;
	width:77%;
	background:#f4c540 url(/images_v2/header.png) 0 0 repeat-x;
}
#lHeader .bg{
	height:128px;
	background:url(/images_v2/headerLeft.png) 0 0 no-repeat;
	position:relative;
}

#lHeader .lblock {
	width:39%;
	float:left;
}

#logo {
	display:block;
	width:260px;
	height:128px;
	margin-left:40px;
	/*background:url(/images_v2/logo.png) 0 50% no-repeat;*/
	text-decoration:none;
}
.logo-sh{
	/*background:url(/images_v2/logo_home.png) 0 50% no-repeat!important;*/
}
#lHeader .cBlock {
	width:20%;
	float:left;
	padding-top:8px;
	font-size:11px;
	font-weight:bold;
}
#lHeader .cBlock li{
	list-style:none;
	display:block;
	line-height:15px;
	padding:2px 0;
}
#lHeader .red {color:#aa3328;}

#lHeader .rBlock {
	float:left;
	width:40%;
	padding-top:15px;
	font-size:10px;
}
#lHeader .rBlock .linkBoxR a{font-size:11px;font-weight:bold}

#lHeader .rBlock .linkBoxL a{font-size:12px;font-weight:bold;color:#aa3328}

#lHeader .topLine {height:20px;margin-bottom:5px;}

/*your_city*/
#lHeader .your_city {float:left;}
#lHeader .your_city p {float:left; padding:2px 2px 0 0;}
#lHeader .selectBlock {width:132px; float:left; font-size:11px; color:#000; position:relative; z-index:900;zoom:1;}
#lHeader .onlineCall { float:left; position:relative; top:-3px; margin-left:5px; }
#lHeader .select {background:url(/images_v2/_icons.png) -1px -762px no-repeat; width:100px; height:16px; padding:2px 23px 0 9px; cursor:default;white-space:nowrap;}

#lHeader .optionList {
	background:#fff;
	padding:15px;
	width:610px;
	position:absolute;
	top:0;
	left:-170px;
	z-index:160;
	zoom:1;

	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;

	box-shadow: 0 0 10px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.4);
	display: none;
}
#lHeader .optionList.home {
  width: auto;
  left: 0;
}
#lHeader .optionList .other {
  margin: 15px 0 0 25px;
  border-bottom: 1px dotted #333;
  cursor: pointer;
  display: inline-block;
}
#lHeader .optionList .abc {
  display: none;
}
#lHeader .optionList h4,
#lHeader .optionList .h4 {
  margin: 15px 0 5px 25px;
  cursor: pointer;
  float: none;
  font-weight: bold;
}
#lHeader .optionList li {
	padding:5px 5px 5px 25px;
	width:120px;
	list-style:none;
	position:relative;
	zoom:1;
}
#lHeader .optionList .abc ul {
  float: left;
}
#lHeader .optionList .main li {
  float: left;
}
#lHeader .optionList.home .main li {
  float: none;
}
#lHeader .optionList .abc li.first-letter {
  margin-top: 12px;
}
#lHeader .optionList li.selected {
	background:url(/images_v2/circle.gif) 0 50% no-repeat;
	font-weight:bold;
}
#lHeader .optionList a {
	color:#3d3d3d;
	text-decoration:none;
}
#lHeader .optionList a:hover {
	border-bottom: 1px dotted #000;
}
#lHeader .optionList .red {
  font-weight: bold;
}
.region-arrow-box {
	position: absolute;
	top: 59px;
	background: #ffffff;
	padding: 32px 38px 20px;
	width: 200px;
	height: 94px;
	border-radius: 7px;
	box-shadow: 1px 1px 20px rgba(0,0,0,0.3);
	-webkit-filter: drop-shadow(1px 1px 20px rgba(0,0,0,0.3));
	filter: drop-shadow(1px 1px 20px rgba(0,0,0,0.3));
	font: 14px/17px Arial;
	z-index: 1000;
}
.region-arrow-box:after {
	bottom: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.region-arrow-box:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 15px;
	left: 50%;
	margin-left: -15px;
}
.region-arrow-box .submit {
	background-image: url('/images_v2/region_mini_button.png');
	width: 53px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	font-weight: bold;
	cursor: pointer;
	float: left;
	margin: 15px -16px 0px 34px;
}
/*your_city*/

#onlineCall {
	float:left;
	padding-left:23px;
	background:url(/images_v2/headphones.gif) 5px 6px no-repeat;
	font-weight:bold;
	font-size:10px;
	line-height:10px;
	position:relative;
	top:-2px;
}
#onlineCall a{
	display:block;
	font-size:11px;
}

#lHeader .phoneBox {
	padding-left:40px;
	background:url(/images_v2/_icons.png) 0 -658px no-repeat;
	height:56px;
	overflow:hidden;
}
#lHeader .phoneBox .phone {
	width:50%;
	float:left;
	margin-bottom:4px;
}
#lHeader .phoneBox .phone b{
	display:block;
	font-size:14px;
	white-space: nowrap;
	overflow: hidden;
}
#lHeader .phoneBox .phone-left-col{
	width: auto;
	min-width: 50%;
	max-width: 63%;
	padding-right: 2%
}
#lHeader .phoneBox .phone-right-col{
	width: 35%;
}
#lHeader .phoneBox .time {
	clear:both;
}
#lHeader .phoneBox .time a{
	border-bottom:1px dashed #c5af56;
	text-decoration:none;
}
#lHeader .linkBoxL {
	width:180px;
	float:left;
}
#lHeader .linkBoxL a {display:block;}
#lHeader .linkBoxR {float:left;}


#rHeader{
	float:right;
	width:21%;
	font-size:12px;
	position:relative;
}
#rHeader .block{
	background:#db1a1d url(/images_v2/rhBlockBg.png) 0 100% repeat-x;
	color:#fff;
}

#cartFull,
#cartEmpty {
	position:absolute;
	width:100%;
	height:128px;
	left:0;top:0;
}

#cartFull {
	z-index:15;
	font-size:14px;
	font-weight:bold;
}
#cartEmpty {
	z-index:14;
}
#cartEmpty .infoBlock{
	height:65px;
}

#rHeader .emptyStr{
	line-height:20px;
	padding:5px 5px 5px 35px;
	background:url(/images_v2/_icons.png) 6px -836px no-repeat;
	font-size:12px;
}

#rHeader .header{
	line-height:20px;
	padding:5px 5px 5px 35px;
	background:url(/images_v2/_icons.png) 6px -836px no-repeat;
	font-size:17px;
	margin-bottom:0.3em;
}
#rHeader .text{
	padding:0 15px;
	margin-bottom:0.6em;
}
#rHeader .cartButton{
	text-align:center;
	display:block;
	margin:0 auto;
	width:145px;
	height:30px;
	line-height:30px;
	background:url(/images_v2/_icons.png) -2px -1368px no-repeat;
	color:#262325;
	font-size:14px;
	text-shadow: rgba(255,255,255,0.4) 1px 1px 1px;
	text-decoration:none;
}
#rHeader .cartButton:hover{text-decoration:underline;}

#infoLine {
	font-size:11px;
	height:1em;
	margin-bottom:13px;
}
#infoLine .lblock {
	float:left;
	width:76%;
	color:#919191;
	padding-left:10px;
}
#infoLine .lblock span{color:#252324;}

#infoLine .rBlock {
	float:right;
	width:21%;
	height: 20px;
}
.login_menu {
	position: relative;
}
	.login_menu__i {
		float: right;
		position: relative;
		display: block;
		white-space: nowrap;
	}
	.login_menu__i:first-child {
		max-width: 73%;
		float: left;
	}
		.login_menu__i__a {
			position: relative;
			display: block;
			padding-left:18px;
	color:#262325;
			font-size: 12px;
			overflow: hidden;
		}
		.login_menu__i:first-child .login_menu__i__a {
			background: url(../images_v2/header/human.png) 0 1px no-repeat;
			margin-right: 60px;
		}
		.login_menu__i:first-child span.login_menu__i__a {
			background-position: 0 0;
		}
		.login_menu__i:first-child .login_menu__i__a:after {
			background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,1) 100%);
			background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1)));
			background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,1) 100%);
			background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,1) 100%);
			background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,1) 100%);
			background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,1) 100%);
			position: absolute;
			display: block;
			top: 0;
			right: 0;
			width: 30px;
			height: 100%;
			content: '';
		}
		.login_menu__i__a_logout {
			margin-right: 0 !important;
		}

@media all and (min-width: 1250px) {
	.login_menu__i:first-child {
		max-width: 77%;
	}
}

#topMenuIn,
#topMenu {
	clear:both;
	position:relative;
	margin-bottom:20px;

	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
}

#topMenu {
	/*box-shadow: 0 15px 25px rgba(0,0,0,0.2);*/
	/*-moz-box-shadow: 0 20px 25px rgba(0,0,0,0.2);*/
	/*-webkit-box-shadow: 0 15px 25px rgba(0,0,0,0.2);*/
}

#tmDetailLink,
#menuHead {
	text-transform:uppercase;
	color:#262325;
	font-size:14px;
	font-weight:bold;
	text-shadow: rgba(255,255,255,0.4) 1px 1px 1px;
}
#menuHead {
	/*font-family: 'Trebuchet MS', Helvetica, sans-serif;*/
	position:relative;
	z-index:12;
	width:100%;
	background:url(/images_v2/mHeadBg.png) 0 0 repeat-x;
	height:54px;
}
#menuHead a {
	color:#262325;
	text-decoration:none;
	border-collapse:collapse;
}
#menuHead a:hover{text-decoration:underline;}

#menuHead td{
	text-align:center;
	vertical-align:bottom;
}
#menuHead td.lcorner{
	background:url(/images_v2/mHeadBg.png) 0 -108px no-repeat;
	padding-left:8px;
}
#menuHead td.lcorner a { padding-left:0;}

#menuHead td.rcorner{
	background:url(/images_v2/mHeadBg.png) 100% -54px no-repeat;
	padding-right:8px;
}


body.gray #menuHead,
body.gray #menuHead td.lcorner,
body.gray #menuHead td.rcorner{
	background-image:url(/images_v2/mHeadBg-gray.png);
}
#topMenuIn #menuHead,
#topMenuIn #menuHead td.lcorner,
#topMenuIn #menuHead td.rcorner{
	background-image:url(/images_v2/mHeadBg-in.png);
}
body.gray #topMenuIn #menuHead,
body.gray #topMenuIn #menuHead td.lcorner,
body.gray #topMenuIn #menuHead td.rcorner{
	background-image:url(/images_v2/mHeadBg-in-gray.png);
}


#menuHead td.rcorner a { padding-right:0;}

#menuHead td a {
	padding:0 8px;
	line-height:50px;
	display:block;
	background:url(/images_v2/mHeadSep.gif) right center no-repeat;
	cursor:pointer;
}
#topMenuIn #menuHead td a {line-height:54px;}
#menuHead td.rcorner a {background:none;}

#topMenu #menuHead td.active,
#topMenu #menuHead td.active a,
#topMenu #menuHead td.current,
#topMenu #menuHead td.current a {
	background:#FFF url(/images_v2/mHeadActive.png) 0 0 no-repeat;
}
#topMenu #menuHead td.active,
#topMenu #menuHead td.current {
	background-position:0 -54px;
	padding:0 0 0 8px;
	z-index: 100;
}
#topMenu #menuHead td.active a,
#topMenu #menuHead td.current a {
	background-position:100% 0;
	display:block;
	padding:4px 8px 0 0;
	line-height:50px;
	color:#0071bd;
	text-decoration:none;
}
/*#topMenu #menuHead td:first-child.active, #topMenu #menuHead td:first-child.current {background-position:0 -162px;}
#topMenu #menuHead td:last-child.active a, #topMenu #menuHead td:last-child.current a {background-position:100% -108px;}*/






#topMenuIn #menuHead td.active,
#topMenuIn #menuHead td.active a,
#topMenuIn #menuHead td.current,
#topMenuIn #menuHead td.current a {
	background: url(/images_v2/mHeadActiveIn.png) 0 0 no-repeat;
}
.active_menu{
	background: url(/images_v2/mHeadActiveIn.png) 0 0 no-repeat;
}
#topMenuIn #menuHead td.active, #topMenuIn #menuHead td.current {
	background-position:0 -54px;
	padding:0 0 0 8px;
	z-index: 100;
	position: relative;
}
#topMenuIn #menuHead td.active a, #topMenuIn #menuHead td.current a {
	background-position:100% 0;
	display:block;
	padding:4px 8px 0 0;
	line-height:50px;
	color:#0071bd;
	text-decoration:none;
}

#topMenuIn #menuHead td.lcorner.active,
#topMenuIn #menuHead td.rcorner.active,
#topMenuIn #menuHead td.lcorner.current,
#topMenuIn #menuHead td.rcorner.current{
	background: url(/images_v2/mHeadActiveIn.png);
}
body.gray #topMenuIn #menuHead td.lcorner.active,
body.gray #topMenuIn #menuHead td.rcorner.active,
body.gray #topMenuIn #menuHead td.lcorner.current,
body.gray #topMenuIn #menuHead td.rcorner.current{
	background: url(/images_v2/mHeadActiveIn.png);
}

#topMenuIn #menuHead td:first-child.active,
#topMenuIn #menuHead td:first-child.current {
	background-position:0 -162px;
}
#topMenuIn #menuHead td:last-child.active a,
#topMenuIn #menuHead td:last-child.current a {
  background-position:100% -108px;
}





#menuBody {
	position:relative;

	border:1px solid #d6d6d6;
	border-top-width:0;
	border-bottom-width:0;
	border-radius:0 0 7px 7px;
	-moz-border-radius:0 0 7px 7px;
	-webkit-border-radius:0 0 7px 7px;
	font-size:12px;
	line-height:19px;
  display: none;
	/*margin-bottom: 40px;*/
}

.menuIndexBody {

	/*min-height: 412px;*/

}
#topMenuIn #menuBody {
	display:none;
	opacity:0;
	position:absolute;
	top:45px;
	left:0;
	right:0;
	background:#FFF;
	z-index:20000;
	box-shadow: 0 15px 25px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 20px 25px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 11px 25px rgba(0,0,0,0.2);
/* 	border-top:2px solid #DEDEDE; */
}

#menuBody ul {list-style:none;margin-bottom:1em;}
#menuBody h3 {margin:0.3em 0 0.5em;color:#262325;}
#menuBody .red a { color: #BF0F22; }

#tmHiddenBody {display:none;visibility:hidden;}

#menuBody .columns {
	border-collapse:collapse;
	table-layout:fixed;
	width:100%;
	line-height:28px;
}
#menuBody .columns td {
	border-left:1px solid #e4e4e4;
	padding:20px 10px 0px 10px;
}
#menuBody .columns td:first-child {	border:none; }

#tmAllBody .columns td {
	padding:20px;
	line-height:19px;
}

#tmKitchenBody,
#tmBedroomBody,
#tmAdditionalBody,
#tmGuestBody {
	padding:0 10px;
}
#tmAllBody,
#tmKitchenBody,
#tmBedroomBody,
#tmAdditionalBody,
#tmGuestBody {
	height:415px;
	overflow:hidden;
}
#menuBody .columns p{
	margin-bottom:0.5em;
}
#menuBody .focusBox {
	margin:2em 0;
}
#menuBody .focusBox img {
	margin-bottom:1em;
	max-width: 100%;
}
.focusBox a {
	line-height:18px;
	padding:3px 0;
	display:block;
}
#menuBody a.galleryCover {
	width: 89px;
	height: 86px;
	background: url(/images_v2/ajax-loader.gif) 50% 50% no-repeat;
}
#menuBody a.galleryCover img, #menuBody img.galleryCover {
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}
#menuBody .prodBox {
	min-height:160px;
	position:relative;
	margin:0 auto;
}
#menuBody .descr {
	float:right;
	width:130px;
	margin-top: 5px;
}
#menuBody .descr p{
	padding:3px 0;
}
#menuBody .specs {
	color:#919191;
}
.allLink {
	color:#666;
	padding:3px 22px 3px 0;
	font-size:14px;
	line-height:25px;
	background:url(/images_v2/allLink.gif) right 4px no-repeat;
	text-decoration:underline;
	font-weight:bold;
}
a.big { font-size:17px;}
a.medium { font-size:14px;}

#menuBody .buyButton {
	position:absolute;
	top:122px;
	left:0px;
}

#menuBody .buyButton .buySuccess{
	top: auto;
	left: auto;
}
#menuBody .buyButton .buySuccess a{
	display: inline;
	line-height: normal;
}


#menuBody {
  /*  overflow: hidden;*/
}
#tmBannerBody {
    overflow:hidden;
    /*height:415px;*/
    position:relative;
    z-index:10;
    width: 100%;
    cursor: pointer;
}
#tmBanners {
    position: relative;
    overflow: hidden;
}
#tmBanners .item{
    /*display: none;*/
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*right: 0;*/
    z-index: 10;
    max-width: 1198px;
    width: 100%;
}
#tmBanners .item + .item {
  display: none;
}
#tmBanners .item img{
    width: 100%;
    vertical-align: top;
}
#menuBody #tmBanners{
    /*display: none;*/
}
#tmBannerBody img{
    width: 100%;
    max-height: 412px;
}
#tmBanners .item.activeMainSlide{
    display: block;
    position: relative;
    z-index: 15;
}

#tbLButton,
#menuBody .controls .prevBtn,
#tbRButton,
#menuBody .controls .nextBtn,
#tmBannerBody .prevSlide,
#tmBannerBody .nextSlide {
	text-decoration:none;
	cursor:pointer;
	width:22px;
	height:45px;
	position:absolute;
	top:50%;
	margin-top:-23px;
	z-index:25;
    white-space: nowrap;
    overflow: hidden;
    text-indent: 100px;
}
#tbLButton,#tmBannerBody .prevSlide, #menuBody .controls .prevBtn {left:0;background:url(/images_v2/tbLButton.png) 0 0 no-repeat;}
#tbRButton,#tmBannerBody .nextSlide, #menuBody .controls .nextBtn {right:0;background:url(/images_v2/tbRButton.png) 0 0 no-repeat;}

#tmDetailLink {
	position:absolute;
	top:360px;
	z-index:25;
}

#tmDetailLink {
	left:35px;
	text-align:center;
	height:41px;
	width:136px;
	line-height:40px;
	background:url(/images_v2/button.png) 0 0 no-repeat;
	text-decoration:none;
}

#tbMarkers {
	position:absolute;
	bottom:-40px;
	z-index:25;
	left:0;
    border: none;
    margin: 0;
    text-align: center;
    padding: 0;
    display: block;
    height: 40px;
    width: 100%;
}
#tbMarkers li{
	list-style:none;
	display: inline-block;
	height:40px;
	width:25px;
    white-space: nowrap;
    text-indent: 100px;
    overflow: hidden;
    line-height: 40px;
	background:url(/images_v2/tbMarker.png) center no-repeat;
	cursor:pointer;
    margin: 0;
    padding: 0;
    min-height: 0;
}
#tbMarkers li a{
    height:40px;
    width:25px;
    display: block;
}
#tbMarkers li:before{
    display: none;
}
#tbMarkers li.active,
#tbMarkers li.current{	background-image:url(/images_v2/tbMarkerActive.png); }

.catMenu li {font-weight:bold;}
.catMenu li a:visited { color: #460da2; }
.catMenu span {
 background: #e4e4e4;
 display: block;
 margin: 0 -10px;
 padding: 0 10px;
}
#tmCatHint {
	position:absolute;
	left:0;top:0;
	padding:7px;
	z-index:100;
	background:#fff;

	box-shadow: 0 0 10px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.4);
}
#tmCatHint div {
	position:absolute;
	left:-10px; top:60px;
	z-index:101;
	background:url(/images_v2/hint-arr.png) 0 0 no-repeat;
	width:10px;
	height:20px;
}
#tmCatHint,
#tmCatHint img {
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	width:174px;
}



#searchSlider {
	width:230px;
	float:left;
	margin:10px 8px 0 0;
	display:none;
}

.ui-slider .ui-slider-handle {
	-moz-border-radius: 10px; -webkit-border-radius: 10px; -khtml-border-radius: 10px; border-radius: 10px;
	background:#fdc636; background-image:none;
	height:20px; width:20px;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.2);
	top:-5px;
	border:0;
}

.ui-widget-content {
	background:#e0e0e0;
	background-image:none;
	border:0;
}
.productList .wrapProduct{
	display: inline-block;
	width:21%;
	margin-right: 5%;
	margin-bottom:1em;
	position:relative;
	font-size:10px;
	vertical-align: top;
}
.productList .wrapProduct.nth4{
	margin-right: 0;
}
.productList .wrapProduct .product{
	width:100%;
	margin: 0;
}
.productList .wrapProduct .product .prod_wrap {
	width: 100%;
	height: 220px;
	position: relative;
}
@media all and (max-width: 1270px) {
	.productList .wrapProduct .product .prod_wrap {
		height: 215px;
	}
}
@media all and (max-width: 1250px) {
	.productList .wrapProduct .product .prod_wrap {
		height: 210px;
	}
}
@media all and (max-width: 1230px) {
	.productList .wrapProduct .product .prod_wrap {
		height: 205px;
	}
}
@media all and (max-width: 1200px) {
	.productList .wrapProduct .product .prod_wrap {
		height: 200px;
	}
}
@media all and (max-width: 1180px) {
	.productList .wrapProduct .product .prod_wrap {
		height: 195px;
	}
}
@media all and (max-width: 1130px) {
	.productList .wrapProduct .product .prod_wrap {
		height: 190px;
	}
}
@media all and (max-width: 1110px) {
	.productList .wrapProduct .product .prod_wrap {
		height: 180px;
	}
	.productList .wrapProduct {
		margin-right: 4%;
	}
}
@media all and (max-width: 1100px) {
	.productList .wrapProduct .product .prod_wrap {
		height: 195px;
	}
}
@media all and (max-width: 1050px) {
	.productList .wrapProduct .product .prod_wrap {
		height: 190px;
	}
}
@media all and (max-width: 1000px) {
	.productList .wrapProduct .product .prod_wrap {
		height: 180px;
	}
}
.productList .product img{
	max-width: 100%;
	/*max-height: 257px;*/
	max-height: 220px;
	height: auto;
	/*width: auto;*/
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}
.productList .product .buyButton,
.productList .product .goButton{
	position:absolute;
	bottom:10%;
	right:-4%;
}

.productList .product .name{
	display:block;
	font-size:13px;
	font-weight:bold;
    clear: both;
	text-decoration: none;
}
.productList .product .specs{
	color:#919191;
}
.productList .product .descr{
	display: block;
}

/* index */
.advList {
	padding:10px 12px 10px 0;
	/*background:#f9f9f7;*/
}
.advList .block{
	width:20%;
	float:left;
}
.advList .menu li{
	list-style:none;
	display:block;
	line-height:17px;
	padding:4px 0 4px 16px;
	background:url(/images_v2/menuItem.gif) 0 12px no-repeat;
}
.advList a {text-decoration:none;}
.advList a:hover, .indexNewsList .capt:hover {text-decoration:underline;}

.indexNewsList {
	padding:15px 0;
	/*background:#f9f9f7;*/
}
.indexNewsList td{
	padding: 0 10px;
}
.indexNewsList table table tr td{
	padding: 0 10px 0 0;
}
.indexNewsList table table tr td + td{
	padding: 0 0 0 10px;
}
.indexNewsList .item{
	width:33%;
	float:left;
}
.indexNewsList .itemWithEvent{
	width:50%;
	float:left;
}
.indexNewsList .capt{
	width:90%;
	display:block;
	font-size:16px;
	color:#5ab7f1;
	text-decoration:none;
}

.indexNewsList .text{
	width:90%;
	line-height:1.5em;
	font-size:12px;
}
.indexNewsList .allnews{
	clear:both;
	display:block;
	width:50%;
	float:right;
	font-size:14px;
}
.indexNewsList .allnewsWithEvent{
	clear:both;
	display:block;
	width:34%;
	float:right;
	font-size:14px;
}

.indexService {
	padding:10px 10px 10px 10px;
}
.indexService h2{
	margin-left:38px;
}
.indexService .menu {
	/* display: table;
	width: 100%; */
	margin-left:90px;
}
.indexService .menu.full-width {
    margin-left: 0;
}

@media all and (max-width: 1000px) {
	.indexService .menu{
		margin-left: 40px;
	}

	.indexService .header-service{
		margin-left: 60px;
	}
}
.indexService .menu .wrapLink{
	display: table-cell;
}
.indexService .menu a {
	display: block;
	float: left;
	color: #626262;
	width: 9.05%;
	width: 93px;
	font-size: 18px;
	font-size: 12px;
	height: 20px;
	text-align: center;
	padding: 0;
	font-size: 10px;
	padding-top: 58px;
	text-decoration: none;
	background-image: url('/images_v2/services_icons.jpg');
	background-repeat: no-repeat;

}

.indexService .menu .delivery {background-position: 20px 0px;}
.indexService .menu .lift {background-position: -54px 0px;}
.indexService .menu .assembling {background-position: -128px 0px;}
.indexService .menu .payment_methods {background-position: -202px 0px;}
.indexService .menu .measurement {background-position: -724px 0px;}
.indexService .menu .r3d {background-position: -276px 0px;}
.indexService .menu .discount_program {background-position: -425px 0px;}
.indexService .menu .credit {background-position: -351px 0px}
.indexService .menu .insurance {background-position: -500px 0px;}
.indexService .menu .stolplit-home {background-position: -574px 0px;}
.indexService .menu .utilization {background-position: -648px 0px;}
.indexService .menu .shop {background-position: -749px 0px;}
.indexService .menu .best_price {
    background-position: -351px 0px;
}

.indexService .infoBlock {
	float:right;
	width:245px;
	height:60px;
}

.news-detail > div{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.indexNow {
	padding:10px 78px;
}
.indexNow h2 {color:#59b7f1;}

.indexNow .product {
	width:50%;
	overflow:auto;
	float:left;
}
.indexNow .product img{
	width:50%;
	height:270px;
	max-width:300px;
	float:left;
}
.indexNow .product .info{
	width:145px;
	margin-left:300px;
}
.indexNow .product .name{
	display:block;
	padding-left:25px;
}
.indexNow .product .name,
.indexNow .product .descr,
.indexNow .product .specs{
	padding-left:25px;
	font-size:13px;
}
.indexNow .product .name{
	display:block;
	font-size:16px;
	font-weight:bold;
}
.indexNow .product .descr{
	font-weight:bold;
}
.indexNow .product .specs{
	color:#707070;
}
.indexNow .product .buyButton{
	margin:25px 0 40px 0;
}
.indexNow .product .who{
	padding-left:20px;
	color:#707070;
}

.indexText {
	/*background:#f9f9f7;*/
	padding:10px 15px;
	margin:0 68px 1em 68px;
}
.indexText h2{
	margin:0.5em 0 0.8em 0;
}
.indexText p{
	text-align:justify;
}
.indexText .moreLink{
	font-size:14px;
}
/* inner pages */
.pageHead {
	margin-bottom:10px;
	padding-bottom: 2px;
}
.pageHead h1{
	font-size:38px;
	margin:0;
}
.pageHead .breadcrumbs{
	font-size:12px;
	color:#c4c5c6;
	margin: 0 0 0 -4px;
	float: none;
}
.pageHead .breadcrumbs a {
	color:#919191;
	padding:0 13px 0 4px;
	background:url(/images_v2/bcSep.gif) 100% 50% no-repeat;
	text-decoration:none;
}
.pageHead .breadcrumbs .last{
	color:#919191;
	text-decoration:none;
		background: none;
}
.pageHead .breadcrumbs .inactive {
	padding:0 13px 0 4px;
	background:url(/images_v2/bcSep.gif) 100% 50% no-repeat;
	text-decoration:none;
}
.catTopLine .sortButtons a:hover,
.pageHead .breadcrumbs a:hover,
a.galleryView:hover {
	text-decoration:underline;
}
.pageHead .breadcrumbs span {
	padding-left:4px;
}

/* catalog */
#catalog {
	background: #fff;
	padding: 0px 0 20px 0;
}

.catTopLine {
	height:23px;
	margin-bottom:5px;
	line-height:20px;
	font-size:12px;
}
.catTopLine div {background:#FFF;}
.catTopLine .cline{
	height:10px;
	border-bottom:1px solid #f1f3f4;
}
.catTopLine .sortButtons{
	float:right;
	padding-left:5px;
	color:#8f8f8f;
}
.catTopLine .sortButtons a {
	color:#626262;
	padding:0 7px 4px 7px;
	background:url(/images_v2/sortButton.png) 50% 0 no-repeat;
	text-decoration:none;
}
.catTopLine .sortButtons a.active{
	color:#8f8f8f;
	background-position:50% -24px;
}
.catTopLine .sortButtons * {
	display:block;
	float:left;
	margin-left:5px;
}
.hr{
	border-bottom:1px solid #f1f3f4;
	position: relative;
	height: 1px;
	margin: 20px 0;
	line-height: 0;
	font-size: 0;
}
a.galleryView{
	display:block;
	padding:0 35px 0 10px;
	background:url(/images_v2/galButton.png) 0 0 no-repeat;
	float:left;
	color:#57431f;
	text-shadow: rgba(255,255,255,0.4) 1px 1px 1px;
	text-decoration:none;
}

.catItem {
	/*width:170px;*/
	font-size:14px;
	padding:20px 0;
	/*position:absolute !important;*/
	z-index:20;
}
.catItem .name {
	display:block;
	font-size:18px;
	text-decoration: none;
}
.catItem .buyButton{
	/*float:left;*/
	position:relative;
	margin: 0 auto;
	/*margin-left: -11px;*/
}
.catItem .old-price, .stand_list__i .old-price, .cat__carousel .old-price{
	margin-left: 20px;
	font-weight: bold;
	/*font-size: 18px;*/
	text-decoration: line-through;
	/*color: red*/
}

.catItem .old-price .text, .stand_list__i .old-price .text, .cat__carousel .old-price .text{
		color: black;
}

.catItem .img-discount{
	position: relative;
		left: 118px;
		font-size: 18px;
		font-weight: bold;
		color: red;
		top: 26px;
}
.catItem .specs,
.find .specs{
	color:#919191;
	font-size:12px;
	margin: 5px 0;
}
.catItem .descr{
	display:none;
	line-height:1.5em;
}
.catItem .avail{
	display:none;
	padding-left:30px;
	line-height:15px;
	font-size:10px;
	margin-top:15px;
	color:#919191;
}
.catItem .aiMax{
	background:url(/images_v2/aiMax.png) 0 50% no-repeat;
}
/*
.catItem:hover {
	position:absolute;
	left:-31px;top:-1px;
	z-index:300;
	padding:20px 30px;
	background:#FFF;

	-moz-box-shadow: 0 0 10px -3px #aaa;
	-webkit-box-shadow: 0 0 10px -3px #aaa;
	box-shadow: 0 0 10px -3px #aaa;

	border:1px solid #e3e3e3;

	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}
*/

.catItem:hover .descr,
.catItem:hover .avail {
	display:block;
}

@media only screen and (device-width: 768px)  {
	.catItem:hover .descr,
	.catItem:hover .avail {
		display:none;
	}
}

.catItem .catItemWrap{
	text-align: center;
	height: 187px;
}

.catItemWrap a {
	margin: 0 -15px;
	display: block;
}

/*.catItem .prImage {
	max-width: 220px;
	height: 187px;
	width: auto;
}*/

.colorSelect, .rrColorSelect{
	overflow:auto;
	margin-bottom:10px;
	min-height: 21px;
}
.colorSelect a{
	display:block;
	float:left;
	padding:2px;
}
.colorSelect a.active{
	background:#d2d2d2;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}
.colorSelect a img{
	width:16px;
	height:16px;
}

.catItems {
	width:100%;
	table-layout:fixed;
	border-collapse: separate;
}
.catItems tr {border-bottom:1px solid #f1f3f4;}
.catItems td {position:relative; width: 15.7%}
.catItems td + td{padding-left: 2.5%; width: 18%;}

/* footer */
#footer {
	font-size:11px;
}

#footer .copyright{
	line-height:30px;
	/*color:#a2a2a2;*/
	float:left;
	text-align: center;
	width: 100%;
}
#footer .copyright > a{
	color: #51514f;
}
#footer .social {
	margin-left:400px;
}
#footer .social a {
	float:left;
	width:26px;
	height:26px;
	position:relative;
	margin-left:10px;
}
#footer .social .yt
{
	top:0;
}

#footer .social .fb
{
	background: url(/images_v2/share_not_hover.png) -221px 0px;
	width: 31px;
	height: 31px;
}
#footer .social .tw {
	background: url(/images_v2/share_not_hover.png) -178px 0px;
	width: 32px;
	height: 31px;
}
#footer .social .vk {
	background: url(/images_v2/share_not_hover.png) -43px 0px;
	width: 32px;
	height: 31px;
}
#footer .social .lj {background:url(/images_v2/_icons_footer.png) -102px -59px no-repeat;}
#footer .social .ok {
	background: url(/images_v2/share_not_hover.png) 0px 0px;
	width: 31px;
	height: 31px;
}
#footer .social .mm {background:url(/images_v2/_icons_footer.png) -170px -59px no-repeat;}
#footer .social .blog {background:url(/images_v2/_icons_footer.png) -204px -59px no-repeat; width: 27px;}
#footer .social .yt {
	background: url(/images_v2/share_not_hover.png) -132px 0;
	width: 31px;
	height: 31px;
}
#footer .social .in {
	background: url(/images_v2/share_not_hover.png) -85px 0px;
	width: 32px;
	height: 31px;
}
#footer .social .vk:hover,
#footer .social .ok:hover,
#footer .social .yt:hover,
#footer .social .fb:hover,
#footer .social .tw:hover,
#footer .social .in:hover
{
	position:relative;
	top:-4px;
	width:41px;
	height:41px;
	margin-bottom:-10px;
}

#footer .social .fb:hover
{
	background:url(/images_v2/share_hover.png) no-repeat -221px 0;
	margin-left:0px;
  	left: 5px;
}
#footer .social .tw:hover
{
	background:url(/images_v2/share_hover.png) no-repeat -176px 0;
	margin-left:1px;
  	left: 5px;
}
#footer .social .vk:hover
{
	background:url(/images_v2/share_hover.png) no-repeat -44px 0;
	margin-left: 1px;
  	left: 4px;
}
#footer .social .ok:hover
{
	background:url(/images_v2/share_hover.png) no-repeat 0 0;
	margin-left:0px;
  	left: 4px;
}
#footer .social .yt:hover
{
	background:url(/images_v2/share_hover.png) no-repeat -132px 0;
	margin-left:0px;
  	left: 5px;
}
#footer .social .in:hover
{
	background:url(/images_v2/share_hover.png) no-repeat -88px 0;
	margin-left:1px;
  	left: 5px;
}

#footer .social .mob_btn {
	display: inline-block;
	width: 100px;
	height: 34px;
	text-indent: -9999px;
	opacity: 0.5;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

#footer .social .android_btn {
	background: url(../images_v2/android_btn.png) 0 0 no-repeat;
}

#footer .social .ios_btn {
	background: url(../images_v2/ios_btn.png) 0 0 no-repeat;
}

#footer .social .mob_btn:hover {
	opacity: 1;
}

#footer .siteMapLink, #footer .reviewsLink {
	line-height:30px;
	font-weight:bold;
	float:right;
}
#footer .reviewsLink {
	margin-right:32px;
}


#footer .buttons{
	clear:both;
}
#footer .buttons .display_none{
	display:none;
}

#footer .LiveInternet{
	float: right;
	margin: 31px -75px 0 0;
}
.row,
.advList,
.indexNewsList,
.indexNow {
	overflow:auto;
	margin-bottom:1em;
	min-height: 190px;
}
.indexService
{
	min-height: 120px;
}
.productList{
	/*overflow:hidden;*/
	position: relative;
	margin-bottom:1em;
}
.productList:after{
	content: '';
	clear: both;
	display: block;
	overflow: hidden;
	height: 0;
}
.no-display{
	display:none;
}
.errortext{
	color: red;
}

/* creadit */
.formScreen {display: block;}
.popup #creditForm h2 {font-family: arial; font-size: 20px;}
.popup #creditForm {padding-top: 25px; margin-top: 25px; font-family: "Trebuchet MS", arial;}
.popup .selector{
	width: 30px;
	height: 20px;
	background: url("/images_v2/credir_arrow_top.png") center center no-repeat;
	position: absolute;
	top: -19px;

}
.popup #cashlessForm .selector{
	right: 300px;
}
.popup #creditForm .selector{
	right: 120px;
}
.popup #creditForm select {color: #B3B3B3;}
.popup #creditForm select.small {padding: 6px 10px;}
.popup #creditForm label {font-size: 18px;}
.popup #creditForm .radio {line-height: 18px; padding: 12px 10px; margin: 0 20px 20px 0;}
.popup #creditForm #fiolast {display: none;}
.popup #creditForm .block_creadit{padding: 15px 0px 15px 0px; border-bottom: 1px solid #ccc;}
.popup #creditForm table td {vertical-align: top;}
.popup #creditForm table td.h {font-family: arial; font-size: 18px; color: #69614e; padding-bottom: 15px;}
.popup #creditForm table td.h2 {font-family: arial; font-size: 12px; color: #69614e; padding-bottom: 15px;}
.popup #creditForm table td h2 {padding: 0; margin: 0;}
.popup #creditForm .textSmall {width: 158px;}
.popup #creditForm .textSmall.last {margin-right: 0;}
.popup #creditForm .small-bottom-wrapper{position: relative; display: inline-block;}
.popup #creditForm .small-bottom {position: relative; left: 10px; bottom: 15px; font-size: 11px; color: #666259;}
.popup #creditForm select.req {background: #fff url(/images_v2/req.gif) 99% 3px no-repeat;}
.popup #creditForm input.req {background-position: 98% 14px;}
.popup #creditForm .by_phone{
	display: block;
	height: 24px;
	line-height: 24px;
	background: url("/images_v2/by_phone.png") left center no-repeat;
	padding-left: 30px;
	position: absolute;
	left: 270px;
	top: 35px;
}
#creditForm .bDate select.day{
	width: 80px;
}
#creditForm .bDate select.month{
	width: 100px;
}
/* /creadit */
.hide{display: none!important;}
.show{display: block!important;}

.advList .banner-item {float:left; text-align:center;}
.advList .banner-item.w20 {width:20%;}
.advList .banner-item.w25 {width:25%;}
.advList .banner-item.w50 {width:50%;}
.advList .banner-item.w75 {width:75%;}
.advList .banner-item.w100 {width:100%;}

.gallery-item {
	display: inline-block;
	padding-right: 10px;
	padding-bottom: 10px;
}

.btn-gallery-prev {
	background-position: 29px 0px;
	background-image:url(/images/l_arrow1.png);
	width: 29px;
	height: 36px;
	top: 80px;
	position: relative;
	float: left;
	margin-right: 25px;
	cursor: pointer;
}

.btn-gallery-prev.active{
	background-position: 0px 0px;
}

.btn-gallery-prev.inactive{
	background-position: 29px 0px;
}

.btn-gallery-next {
	background-image:url(/images/r_arrow1.png);
	width: 29px;
	height: 36px;
	top: 80px;
	position: relative;
	float: left;
	margin-left: 25px;
	cursor: pointer;
}

.btn-gallery-next.active {
	background-position: 0px 0px;
}

.btn-gallery-next.inactive{
	background-position: 29px 0px;
}

.gallery-wrapper {
	overflow: hidden;
	width: 1050px;
	float: left;
}

.gallery-slider {
	left: 0px;
	position: relative;
}

.project-gallery {
	width: 350px;
	float: left;
}

.bgl-wrapper {
	left: 180px;
	bottom: 45px;
	position: relative;
}

.gallery-project-price {
	height: 27px;
	display: inline-block;
	font-family:'Conv_TREBUC',Arial;
	font-size:18px;
	font-weight:bold;
	color:#FFFFFF;
	background-image:url(/images/price_bg.png);
	background-repeat:repeat-x;
	margin: 0px -3px;
}

.gallery-project-name {
	float:left;
	font-size: 18px;
	color: #0072BD;
}

.gallery-project-area {
	display: inline-block;
	vertical-align: top;
	float:right;
	font-size: 18px;
	display: inline-block;
	vertical-align: top;
	float:right;
	font-size: 18px;
	margin-right: 40px;
}

.gallery-project-rating {
	float: left;
	background-image:url(/images/rating.png);
	height: 12px;
}

.eshop-gallery-projects {
	margin-bottom: 40px;
}

.back_link {
  padding-top: 15px;
}
.coupon-info {
  border: 1px solid #999;
  background: #f9f9f9;
  color: #de4400;
  font-size: 16px;
  margin-bottom: 20px;
  padding: 8px;
}

.actionPopup {
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 350px;
	z-index: 100;
	font-size: 26px;
	line-height: 1.5em;
	background: #fff;
}

@media all and (max-width: 1110px){
	/*.advList { padding: 10px 0px 10px 40px }*/
	.advList .banner-item.w20, .advList .block  { width: 18%;  padding: 0 0 0 2% }
	.productList, .inner h2{ padding: 0 0 0 25px;}
	/*пытаемся уместить телефоны в шапке*/
	#lHeader .phoneBox .phone-left-col { width:50%; margin: 0; padding:0;}
	#lHeader .phoneBox .phone b { font-size: 13px; white-space: normal;}

	.catItem {
		/*width: 147px;*/
	}
	.catItemWrap a {
		/*margin-left: -9px;*/
			margin: 0;
	}
	.catItem .prImage {
		/*max-width: 166px;*/
		/*max-height: 141px;*/
	}
}
.payment_online_alert{
	display: none;
	padding:20px;
	position: absolute;
	width: 309px;
	height:92px;
	margin-top:-155px;
	margin-left:-83px;
	line-height: 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0 0 10px #aaa;
	-webkit-box-shadow: 0 0 10px #aaa;
	box-shadow: 0 0 10px #aaa;
	background-color: #fff;
}
.payment_online_alert h3{
	margin-bottom: 0.8em;
	font-weight: 600;
}
.payment_online_alert .close{
	width: 13px;
	height: 13px;
	position: absolute;
	top: 15px;
	right: 15px;
	background: url(/images_v2/cross.gif) 0 0 no-repeat;
	cursor: pointer;
}
.cat__carousel .saleBlock, .catItem .saleBlock, .catalog-item-detail-content .saleBlock, .productList .product .saleBlock, .similar .itemSimilar .saleBlock, .itemlike .itemSimilar .saleBlock, #buynow .tovar-box .saleBlock, .itemSpecialOffers .img-discount, .stand_list__i .saleBlock {
	width:70px;
	height: 70px;
	background: url("/images_v2/saleBg.png") 0 0 no-repeat;
	position: absolute;
	left:0;
	top:0;
	z-index: 2;
	text-decoration: none;
}

.cat__carousel .saleBlock span, .catItem .saleBlock span, .catalog-item-detail-content .saleBlock span, .productList .product .saleBlock span, .similar .itemSimilar .saleBlock span, .itemlike .itemSimilar .saleBlock span, #buynow .tovar-box .saleBlock span, .itemSpecialOffers .img-discount span, .stand_list__i .saleBlock span {
	font-size: 19px;
	font-weight: 700;
	display: block;
	font-family: Arial;
	color:#d2191c;
	text-shadow: 0 1px 1px rgb(255, 225, 148);
	width:105px;
	height:105px;
	text-align: center;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg); /* IE 9 */
	-webkit-transform: rotate(-45deg); /* Safari and Chrome */
	-moz-transform:rotate(-45deg);/*old Mozilla*/
	-webkit-backface-visibility: hidden;
}
.cat__carousel .saleBlock span b, .catItem .saleBlock span b, .catalog-item-detail-content .saleBlock span b, .productList .product .saleBlock span b, .similar .itemSimilar .saleBlock b, .itemlike .itemSimilar .saleBlock b, #buynow .tovar-box .saleBlock b {padding: 0 2px 0 0;}
#detailImgProdLink {text-decoration: none;}
.similar .itemSimilar .saleBlock { top: 45px;}
.itemlike .itemSimilar .saleBlock {	top: 43px;}

/*page404*/
.page404 {margin:0 auto; padding:10px 0 20px 0;}
.page404 .wrap {padding: 50px 0 50px 30%; /*background-color: #F9F9F7;*/}
.page404 h1 {font-size:32px; background-color: #FFCA46; padding: 5px; width: 330px; }
.page404 p {font-size:22px;}
/*page404*/


/* BONUS */
.buttonsArea {
	text-align: center;
	width: 100%;
	height: 57px;
	margin: 0px 0px 20px 0px;
}
.buttonLink {
	font-family: "PFDinDisplayPro";
	font-size: 28px;
	font-weight: bold;
	color: #003592;
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
	margin: 0px 10px 0px 10px;
}
.buttonLink b, .buttonLink i {
	display: block;
	height: 57px;
	background:url(/images_v2/big_yellow_button_sprite.png);
	float: left;
}
.buttonLink i.append, .buttonLink i.prepend {
	width: 20px;
}
.buttonLink i.append {
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
.buttonLink i.prepend {
	background-position: 0px -57px;
	background-repeat: no-repeat;
}
.buttonLink b {
	background-position: 0px -114px;
	padding: 8px 0px 0px 0px;
	height: 49px;
	text-transform: uppercase;
}
.clear {
	clear: both;
}
.cleared:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.bonusDescrArea {
	margin: 0px 0px 30px 0px;
}
.bonusDescrArea p {
	color: #919191;
	font-size: 12px;
	float: left;
}
.bonusDescrArea ul {
	list-style-type: none;
	font-size: 12px;
}
.bonusDescrArea ul i {
	color: #919191;
	font-style: normal;
}
.ulinline {
	float: left;
}
.ulinline li, .ulblock {
	float: left;
	margin: 0px 0px 0px 5px;
}
.ulblock .ulblock-inner{
	padding: 0 0 0 20px;
}

/* BONUS */

/* product_day */

.product_day {
	background: #FFD34D;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFD34D), to(#F1BD23));
	background: -webkit-linear-gradient(#FFD34D, #F1BD23);
	background: -moz-linear-gradient(#FFD34D, #F1BD23);
	background: -ms-linear-gradient(#FFD34D, #F1BD23);
	background: -o-linear-gradient(#FFD34D, #F1BD23);
	background: linear-gradient(#FFD34D, #F1BD23);
	border-radius: 6px 6px 6px 6px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	width: 264px;
	height: 211px;
	padding: 18px 18px 28px;
}

.productList .product .product_day img {
	width: auto;
	height: 167px;
	max-width: 254px;
	min-height: 167px;
}

.productList .product  .product_day__sale_bg {
	width: 90px;
	height: 90px;
	background: url(../images_v2/saleBgRed.png) 0 0 no-repeat;
	text-decoration: none;
}

.product_day__a {
	text-decoration: none;
}

.product_day__t {
	font-size: 24px;
	color: #000;
	text-align: right;
	margin-bottom: 15px;
}

.product_day__pic_bl {
	background: #fff;
	border-radius: 6px;
	position: relative;
	width: 254px;
	height: 167px;
	padding: 5px;
	text-align: center;
}

.catItem .saleBlock.product_day__sale_bg span,
.catalog-item-detail-content .saleBlock.product_day__sale_bg span,
.productList .product .saleBlock.product_day__sale_bg span {
	width: 155px;
	height: 150px;
	color: #fff;
	text-shadow: 0 1px 1px #6a121b
}

/* /product_day */

/* video */

.video_bl_tx {
	position: relative;
	width: 185px;
	color: #424142;
	font-size: 11px;
	text-align: center;
	z-index: 5;
}

.video_bl {
	display: block;
	position: relative;
}

.video_bl_tx .video_bl {
	margin-bottom: 4px;
}

.video_bl__ico {
	background: url(../images_v2/ico_video_new.png) no-repeat scroll 0 0 transparent;
	height: 58px;
	left: 50%;
	margin: -30px 0 0 -25px;
	position: absolute;
	top: 50%;
	width: 64px;
}
.video_bl__time {
	background: none repeat scroll 0 0 #282828;
	bottom: 2px;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 1.3;
	padding: 3px 4px;
	position: absolute;
	right: 2px;
}

/* /video */

.float_l {
	float: left;
	margin: 2px 20px 10px 0;
}

.float_r {
	float: right;
	margin: 2px 0 10px 20px;
}

/* after */

.video_bl:after {
	content:'';
	clear:both;
	display:block;
	overflow:hidden;
	height:0;
}

.productSelectColorName {
	color: #262325;
	font-size: 11px;
	height: 22px;
}

.special_offers_block_border{
	-moz-border-radius:  10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #e5e5e5;
}
.specialOffers{
	padding: 0;
}


/*Подписка на СМС-рассылки*/

.subscribeInfo{
	width: 300px;
	margin-left: -150px;
	top: 40%;
	left: 50%;
	background: none repeat scroll 0 0 #FFFFFF;
}

#subscribe-result-block .subscribeInfoBg{
	position: fixed;
	height: 100%;
}

.subscribeCheckboxLabel{
	margin: 15px 20px 15px 10px;
	text-align: left;
}

.subscribeCheckbox{
	margin: 18px 0 15px 10px;
}

.productSelectColorName {
	color: #262325;
	font-size: 11px;
	height: auto;
}
.light-gray-bg {
	background: #F9F9F8;
}
/*временнный фикс вывода товаров с картинками нестандартных разрешений сопутке*/
.soputka .catItem .prImage{
	height: auto;
}
.soputka .catItem .catItemWrap{
	height: 187px;
}

.footer-links{
	float: right;
}
.footer-links a{
	padding: 0 5px 0 0;
}

 /*для подписки на товар дня*/
.product_day_button{
	background: url(/images_v2/product_day_button.png) no-repeat;
	width: 115px;
	height: 30px;
	color: #00040c;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 0px 5px;
	text-shadow: rgba(255,255,255,0.4) 1px 1px 1px;
}
.product_day_input{
	border: 1px solid #cfd1d2;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	box-shadow: inset  inset 0px 3px 6px 0 rgba(0,0,0,0.1);
	-moz-box-shadow:  inset 0px 3px 6px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0px 3px 6px 0 rgba(0,0,0,0.1);
	padding: 5px 12px;
	height: 18px;
	font-size: 14px;
	font-style: italic;
	width: 200px;
}
.product_day_div{
	background: linear-gradient(to bottom, #fbfbfb, #f3f3f3);
	width: 390px;
	border: 1px solid #f3f3f3;
	border-radius: 5px;
	box-shadow: inset -2px -2px 0px 0 #b9b9b9;
	-moz-box-shadow: inset -2px -2px 0px 0 #b9b9b9;
	-webkit-box-shadow: inset -2px -2px 0px 0 #b9b9b9;
	 position: relative;
	 top: 0px;
	 left: 10px;
}

.selection_info {
	background: url(/images_v2/ico_selection_info.png) 0 0 no-repeat;
	position: relative;
	display: inline-block;
	width: 12px;
	height: 12px;
}
.selection_info:hover .infoBox {
	display: block;
}
.infoBox {
	background: #fff;
	border: 1px solid #ccc;
	position:absolute;
	top: -5px;
	left: 25px;
	display:none;
	width: 200px;
	height: auto;
	padding:8px 12px;
	color: #bdbec0;
	font-size: 14px;
	line-height:20px;
	z-index:100;
}

.infoBox .info_text {
	color: #6D6E70;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
}
.infoBox .arrow {
	background: url(/images_v2/info_arrow.png) left center no-repeat;
	position:absolute;
	left:-8px;
	top:5px;
	display:block;
	width:8px;
	height:10px;
}


.imageLockerWrap{
	position: relative;
	width: 100%!important;
	/*height: auto!important;*/
	display: block;
	/*display: flex;*/
	height: 135px !important;
	align-items: center;
	justify-content: center;
}
.Img .imageLockerWrap{
	height: auto !important;
	min-height: 135px;
}

.list1 .Img{
	width: 100% !important;
}

.catItem .prImage{
	max-height: 187px !important;
	max-width: 100%;
	width: 100%;
}
#detailImgProdLink .imageLockerWrap{
	display: table-row!important;
}

.imageLocker{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width: 100%!important;
	height: 100%!important;
}

/* plashka */

.plashka {
	display: block;
	position: absolute;
	top: 15px;
	left: -15px;
	width: 125px;
	height: 27px;
	padding: 0;
	font: bold 12px/25px Arial,Helvetica,sans-serif;
	text-align: center;
	text-transform: uppercase;
	white-space: nowrap;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
	z-index: 3;
}

.pos_rel .plashka{
top: 75px;
}

.plashka-offset {
	top: 70px;
}

.plashka-offset-small {
	top: 50px;
}

.plashka-red {
	background: url(../images_v2/pl_red.png) no-repeat 0 0;
	color: #ffff00;
}

.plashka-yellow {
	background: url(../images_v2/pl_yellow.png) no-repeat 0 0;
	color: #ff0000;
}

.plashka-blue {
	background: url(../images_v2/pl_blue.png) no-repeat 0 0;
	color: #fff;
}

.plashka-speed {
	background: url(../images_v2/pl_red_speed.png) no-repeat 0 0;
	color: #ffff00;
	width:161px;
	padding-top:2px;
	height:26px;
}
.plashka-three {
	background: url(../images_v2/pl_red_three.jpg) no-repeat 0 0;
	color: #ffff00;
	width:161px;
	padding-top:2px;
	height:26px;
}
/* /plashka */

ol {
	counter-reset: point;
	margin: 10px 0 15px 0;
	padding: 15px 0 1px 15px;
	border-left: 3px solid #FCE186;
	position: relative;
}

ol li {
	list-style: none outside none;
	margin-bottom: 15px;
	min-height: 42px;
	padding-left: 40px;
	position: relative;
}

ol>li:before {
	background: url(../images_v2/circle.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	color: #ffffff;
	content: counter(point, decimal);
	counter-increment: point 1;
	font-size: 18px;
	font-weight: bold;
	height: 29px;
	left: 0;
	line-height: 29px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 29px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
}
.pageHead .redLabel {
	position: absolute;
	margin: 7px 0 0 60px;
	font-size: 26px;
	font-weight: bold;
	color: red
}

.productList .auction .auctionWrap {
	border-radius: 6px 6px 6px 6px;
	width: 80%;
	height: 98%;
	padding: 2% 10% 0;
}
.productList .product .auction {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}
.productList .auction .auctionTitle {
	font-size: 15px;
	color: #283d90;
	text-align: right;
	margin-bottom: 7px;
	font-weight: bold;
}

.productList .auction .auctionPic img {
	max-width: 100%;
	max-height: 167px;
	height: auto;
}
.productList .auction .auctionPic {
	height: 79%;
	overflow: hidden;
	border-radius: 6px;
	background: #fff;
	position: relative;
	text-align: center;
}

.productList .betsCount{
	background: #fff;
	border-radius: 6px 6px 0 0;
	border: 1px solid #c02226;
	padding: 0 5px;
	color: #134a89;
	font-size: 9px;
	line-height: 12px;
	position: absolute;
	top: -13px;
	left: 25%;
}
.productList .auction .finalBet
{
	float: right;
	margin: 15px 0 0 0;
	text-align: right;
	font-style: italic;
	color: #585858;
}

.productList .auction .finalBet .finalBetPrice
{
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	color: #000;
}

#footer .franshiza {
	padding: 0 0 0 7%;
}

.block_shadow {
	background: #fff !important;
	border: 1px solid #e5e5e5;
	border-radius: 7px;
	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}

@media all and (max-width: 1200px){
	#footer .franshiza {
		padding: 0 0 0 2%;
	}
}


.cl_black {
	color: #000000;
}

.bottomPaginator {
	margin-top: 40px;
}

.bottomPaginator span {
	color:#8f8f8f;
	font:600 Arial 16px;
	margin-right:35px;
}
.prevInactive, .nextInactive {
  font: Arial 16px;
  color:#acacac;
}
.prevActive, .nextActive {
  font: Arial 16px;
  color:#626262;
}
b.prevInactive, b.prevActive {
  font-size:18px;
  margin-right:10px;
}
b.nextInactive, b.nextActive {
  font-size:18px;
  margin-left:10px;
}
a.numLink {
  border: 1px solid #d2d2d2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  color: #626262;
  padding: 3px 10px;
  margin: 0 5px 0 5px;
  background-color:#f1f1f1;
  font: Arial 16px;
  text-decoration:none;
}
a.numLink:hover {
  color:#0072bd;
}
.selectedNumLink {
  width:33px;
  height:28px;
  color: #acacac;
  padding: 15px;
  margin: 0 2px;
  background:url('../images/pageselected.png') center 7px no-repeat;
  font: Arial 16px;
  text-decoration:none;
}

.left_menu a.slideToggle {
	background: url(../images_v2/left_menu_arrows.png) 0 0 no-repeat;
	color: #0072BD;
	text-decoration: underline;
	border-bottom: none;
	margin-left: -20px;
	padding-left: 20px;
}

.left_menu a.slideToggle.slide_select {
	background-position: -23px -23px;
}

.left_menu_second li {
	margin-left: 10px;
}

.left_menu_second li a, .left_menu_second li span {
	background: url(../images_v2/left_menu_second.gif) 0 8px no-repeat;
	margin-left: -15px;
	padding-left: 15px;
}

.left_menu_second li span{
	background-position: 0 -8px;
}

.h1-main {
	color: #8E8E8E;
	font-size: 10px;
	text-align: center;
	margin-bottom: 30px;
}
.orderTotal .orderTotalRight #totalPrice{
	white-space: nowrap;
}
.catalog-item-detail {
	zoom: 1;
}
.subscribePopup {
	background: #fff;
	border: 1px solid #E5E5E5;
	border-radius: 10px;
	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
	position: relative;
	top:-35px;
	left: 0;
	padding: 10px 3%;
	z-index: 100;
}

.seotext {
	padding: 20px 0px;
}

#transform-video-li {
	margin-left: 50px;
}
#transform-label {
	font-size: 11px;
	position:relative;
}

.transform-video {
	width: 80px;
}

#playBtn{
	display: block;
	margin-left: 17px;
	top: 10px;
	position:absolute;
	z-index: 100;
}
#playBtn img{
	min-height:0px;
	min-width:0px;
}

.unavailable{
	color: rgb(224, 0, 0);
	font-weight: bold;
	font-size: 13px;
	margin-left: 7px;
}
/*.popup .orderingDelivery textarea{*/
	/*position: relative;*/
	/*background: #fff;*/
	/*z-index: 1;*/
	/*zoom:1;*/
	/**behavior: none*/
/*}*/

@charset "utf-8";
.newEvent{
	border-radius: 5px;
	background: #007fbf;
	display: block;
	float:left;
	position: absolute;
	top:0;
	left:0;
	background-image: linear-gradient(top, #0080C0 0%, #024378 100%);
	background-image: -o-linear-gradient(top, #0080C0 0%, #024378 100%);
	background-image: -moz-linear-gradient(top, #0080C0 0%, #024378 100%);
	background-image: -webkit-linear-gradient(top, #0080C0 0%, #024378 100%);
	background-image: -ms-linear-gradient(top, #0080C0 0%, #024378 100%);

	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #0080C0),
		color-stop(1, #024378)
	);
	-pie-background: linear-gradient(#0080C0, #024378);
	behavior:url(/css/PIE.htc);
}
.newEvent .eventType{
	width: 50%;
	float: left;
	text-align: center;
	padding: 10px 0 10px 0;
	color: white;
	font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
	font-size: 16px;
}
.newEvent .inactiveEventType{
	background: #7b8e9c;
	background-image: linear-gradient(top, #677b84 0%, #8293a3 100%);
	background-image: -o-linear-gradient(top, #677b84 0%, #8293a3 100%);
	background-image: -moz-linear-gradient(top, #677b84 0%, #8293a3 100%);
	background-image: -webkit-linear-gradient(top, #677b84 0%, #8293a3 100%);
	background-image: -ms-linear-gradient(top, #677b84 0%, #8293a3 100%);

	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #677b84),
		color-stop(1, #8293a3)
	);
	-pie-background: linear-gradient(#0080C0, #024378);
	behavior:url(/css/PIE.htc);
}
.newEvent .leftEventType{
	border-top-left-radius: 5px;
}
.newEvent .rightEventType{
	border-top-right-radius: 5px;
}
.newEvent .inactiveEventType .undeline{
	padding: 0 0 1px 0;
	border-bottom: white 1px dotted;
	display: inline;
	cursor: pointer;
}
.newEvent .eventSub{
	padding: 40px 20px 10px 20px;
}

.newEvent .eventBottom{
	float: left;
	text-align: center;
	color: white;
}
.newEvent .eventBottom .dotted_underline {
	border-bottom: 1px dotted #fff;
}
.newEvent label{
	color:#fff777;
	display: block;
	font: 700 14px/14px Arial, sans-serif;
	text-shadow: 1px -1px 0px #02467d;
}
.newEvent input[type=email]{
	display: block;
	border-radius: 5px;
	width:95%;
	padding: 6px 5px 4px 10px;
	margin:10px 0 0 0;
	background: #ffffff;
	border: none;
	color:#808080;
	position: relative;
	font-size: 16px;
	line-height: 18px;
	-webkit-box-shadow: inset #8f8f8f 1px 1px 2px; -moz-box-shadow: inset #8f8f8f 1px 1px 2px; box-shadow: inset #8f8f8f 0px 1px 3px;
	behavior:url(/css/PIE.htc);
}
.newEvent input[type=sms]{
	display: block;
	border-radius: 5px;
	width:95%;
	padding: 6px 5px 4px 10px;
	margin:10px 0 0 0;
	background: #ffffff;
	border: none;
	color:#808080;
	position: relative;
	font-size: 16px;
	line-height: 18px;
	-webkit-box-shadow: inset #8f8f8f 1px 1px 2px; -moz-box-shadow: inset #8f8f8f 1px 1px 2px; box-shadow: inset #8f8f8f 0px 1px 3px;
	behavior:url(/css/PIE.htc);
}
.newEvent input[type=submit]{
	display: block;
	border-radius: 4px;
	padding: 0 20px;
	margin:15px 0 15px 0;
	background: #fed15c;
	border: none;
	color:#262325;
	font-size: 14px;
	height:24px;
	line-height: 20px;
	font-weight: 700;
	vertical-align: top;
	position: relative;
	background-image: linear-gradient(top, #FFD468 31%, #FAB507 100%);
	background-image: -o-linear-gradient(top, #FFD468 31%, #FAB507 100%);
	background-image: -moz-linear-gradient(top, #FFD468 31%, #FAB507 100%);
	background-image: -webkit-linear-gradient(top, #FFD468 31%, #FAB507 100%);
	background-image: -ms-linear-gradient(top, #FFD468 31%, #FAB507 100%);

	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0.31, #FFD468),
		color-stop(1, #FAB507)
	);
	box-shadow: #3a3a3a 0px 2px 3px;
	cursor: pointer;
	-pie-background: linear-gradient(#FFD468, #FAB507);
	text-shadow: 0px 1px 0px #fed058;
	behavior:url(/css/PIE.htc);
}
.newEvent p {
	color: #FFEE93;
	font-size: 24px;
	text-align: center;
	text-shadow: #3a3a3a 0px 2px 3px;
}
.closeBtn {
	width: 15px!important;
}
.outer-newEvent{
	width:100%;
	position: relative;
	height:90px;
}

.tags-list {
	width:100%;
	display: inline-block;
	clear: both;
	margin-top: 5px;
	margin-bottom: 20px;
}

.tags-list_mg_tp {
	margin-bottom: 5px;
	margin-top: 20px;
}

	.tags-list__i {
		float: left;
		margin: 5px 20px 5px 0;
		padding: 0;
		font-size: 12px;
		color: #000;
	}
	.tags-list__i_clear{
		clear: both;
	}

	.tags-list__i_active {
		background: #fef4cd;
		border-radius: 5px;
		float: left;
		margin: 8px 25px 8px 0;
		padding: 7px 12px;
		font-size: 14px;
		font-weight: bold;
		color: #0072bd;
	}

	.advantage-list {
		position: relative;
	    margin: 40px 0;
	    max-height: 160px;
	    overflow: hidden;
	    width: 100%;
	    text-align: center;
	}

	.advantage-list-sh {
		position: relative;
		margin: 40px 0;
		text-align:center;
	}

	.advantage-list__i {
		list-style: none outside;
		position: relative;
		display: inline-block;
		width: 14.8%;
		margin-left: 1.3%;
	}

	.advantage-list__i-sh {
		list-style: none outside;
		position: relative;
		display: inline-block;
		width: 14.8%;
		margin-left: 70px;
	}

	.advantage-list__i:first-child {
		margin-left: 0;
	}

		.advantage-list__i img {
			width: auto;
			max-width: 100%;
		}

		.advantage-list__i__a {
			position: absolute;
			top: 0;
			left: 0;
			display: block;
			width: 90%;
			height: 100%;
			padding: 0 5%;
			color: #134a89;
			font-size: 12px;
			text-decoration: none;
			text-align: center;
		}

		a.advantage-list__i__a:hover span{
			text-decoration: underline;
		}
		.three_d .advantage-list__i__tx{
			bottom: 15px;
		}

			.advantage-list__i__tx {
				position: absolute;
				left: 0;
				bottom: 7px;
				display: block;
				width: 100%;
			}

		.advantage-list__i__a-social-vk,
		.advantage-list__i__a-social-ok,
		.advantage-list__i__a-social-yt,
		.advantage-list__i__a-social-fb,
		.advantage-list__i__a-social-tw,
		.advantage-list__i__a-social-in {
			position: absolute;
			display: block;
			width: 22%;
			height: 24%;
			z-index: 10;
		}

		.advantage-list__i__a-social-vk {
			top: 37%;
    		left: 13%;
		}
		.advantage-list__i__a-social-ok {
			top: 37%;
    		left: 40%;
		}
		.advantage-list__i__a-social-yt {
			top: 7%;
    		left: 25%;
		}
		.advantage-list__i__a-social-fb {
			top: 37%;
    		left: 66%;
		}
		.advantage-list__i__a-social-tw {
			top: 40%;
			left: 42%;
		}
		.advantage-list__i__a-social-in {
			top: 6%;
    		left: 52%;
		}

@media all and (min-width: 1250px) {
	.advantage-list__i__a {
		font-size: 14px;
	}
}

#MainHolderDiv td {
	vertical-align: inherit;
}

#MainHolderDiv table {
	border-collapse: inherit;
}
.title_callback {
    font-size: 20px;
    margin-bottom: 12px;
}

.basket_deleteAll{
	font-weight: 700;
	font-size: 14px;
	position: absolute;
	right:50px;
	color:#127cc2;
}
.cartList .basketItemDelCh{
    width: 16px;
    height: 16px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    display: block;
    background: url("/images_v2/basket.ch.png");
}
.cartList .basketItemDelCh.checked {
    background: url("/images_v2/basket.ch.png") bottom left;
}
.cartList .basketItemDelCh input{
    position: absolute;
    top: 0;
    left: -20px;
}
p.rozn-shop_name{
	font-size: 14px;
	clear:both;
	color:#999;
}

.action_banner_img{
	width:1200px;
	padding: 0 0 2px 0;
	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}

.action_banner_menu{
	/*padding: 2px 0 0 0;*/
	width:1200px;
	overflow: hidden;
	white-space: nowrap;
}

@media all and (max-width: 1024px) {
	.action_banner_img, .action_banner_menu {
		width:960px;
	}
}

.action_banner_menu .item {
	width: 12.3%;
	display: inline-block;
	text-decoration: none;
	text-align: center;

	background: #fbba00;
	background: -moz-linear-gradient(top,  #fbba00 0%, #ffd900 50%, #fbba00 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbba00), color-stop(50%,#ffd900), color-stop(100%,#fbba00));
	background: -webkit-linear-gradient(top,  #fbba00 0%,#ffd900 50%,#fbba00 100%);
	background: -o-linear-gradient(top,  #fbba00 0%,#ffd900 50%,#fbba00 100%);
	background: -ms-linear-gradient(top,  #fbba00 0%,#ffd900 50%,#fbba00 100%);
	background: linear-gradient(to bottom,  #fbba00 0%,#ffd900 50%,#fbba00 100%);

}

.action_banner_menu .item  span{
	font-weight: bold;
	font-size: 14px;
	height: 34px;
	line-height: 34px;
}

.action_banner_menu .item  span:hover{
	text-decoration: underline;
}
/* TASK 23748 START */
.m_cat_title {
    font-size: 18px;
    margin: 0.3em 0 0.5em;
    color: #262325;
}
/* TASK 23748 END */

.stolplit_furnisher{
	position: absolute;
	width: 47px;
	height: 41px;
	top: 496px;
	z-index: 150;
}

.offer_accept{
	padding-top:12px;
	color:#8c8c8c;
	font-size: 13px;
	float:left;
	letter-spacing:-0.5px;
}
.offer_accept a{
	color:#8c8c8c;
	font-size:15px;
	float:left;
}


.login_menu__i:first-child .login_menu__i__a.login_menu__i__a_personal {display:inline-block;}
.login_menu__i:first-child .login_menu__i__a.login_menu__i__a_logout {padding:0px; background:none; display:inline-block; text-transform:lowercase; text-decoration:none;}
.login_menu__i:first-child .login_menu__i__a.login_menu__i__a_logout span {text-decoration:underline;}
.login_menu__i:first-child .login_menu__i__a.login_menu__i__a_logout:hover span {text-decoration:none;}
.login_menu__i:first-child .login_menu__i__a.login_menu__i__a_logout .login_menu__i__a_logout_none {text-decoration:none;}
.login_menu__i:first-child .login_menu__i__a.login_menu__i__a_personal:after,
.login_menu__i:first-child .login_menu__i__a.login_menu__i__a_logout:after {background:none;}

.login_menu__i__a_logout {
	position: absolute;
	top: 0;
	right: 0;
}

.login_menu__i:first-child {
	max-width:100%;
}

.st_forms_bl .elem_box .lCol
{
	float:left;
}
.st_forms_bl .elem_box .lCol input[type="text"]
{
	width:315px;
}
.st_forms_bl .elem_box .lCol input[type="checkbox"],
.st_forms_bl .elem_box .lCol input[type="radio"]
{
	position:relative;
	top:2px;
}
.st_forms_bl .elem_box .lCol span
{
	display:inline-block;
	width:170px;
	margin-top:4px;
}
.st_forms_bl .elem_box .lCol span.gender
{
	width:90px;
}

.header_pay {
   font-size: 12px;
   color: #817f7d;
   font-family: arial;
   margin-bottom: 5px;
}
.pay_block {
    min-width: 480px;
}
.pay_cash {
   display: block;
   background: url('/images_v2/new_icons_footer/cash_icon.png') 0 0;
   width: 83px;
   height: 39px;
}
.pay_cash:hover {
   background: url('/images_v2/new_icons_footer/cash_icon.png') 0 39px;
}
.pay_visa {
    display: block;
    background: url(/images_v2/new_icons_footer/viza_icon.png) 0 0;
    width: 61px;
    height: 39px;
}
.pay_visa:hover {
   background: url('/images_v2/new_icons_footer/viza_icon.png') 0 35px;
}
.pay_mastercard {
    display: block;
    background: url(/images_v2/new_icons_footer/masrecard_icon.png) 0 0;
    width: 47px;
    height: 36px;
}
.pay_mastercard:hover {
   background: url('/images_v2/new_icons_footer/masrecard_icon.png') 0 35px;
}
.pay_qiwi {
   display: block;
   background: url('/images_v2/pay_images/qiwi.png') 0 0;
   width: 69px;
   height: 39px;
}
.pay_qiwi:hover {
   background: url('/images_v2/pay_images/qiwi.png') 0 39px;
}
.pay_credit {
    display: block;
    background: url(/images_v2/new_icons_footer/credit_icon.png) 0 0;
    width: 81px;
    height: 34px;
    margin-top: 2px;
}
.pay_credit:hover {
   background: url('/images_v2/new_icons_footer/credit_icon.png') 0 33px;
}

.pay_rass {
    display: block;
    background: url(/images_v2/new_icons_footer/paypal_icon.png) 0 0;
    width: 81px;
    height: 35px;
    margin-top: -2px;
}
.pay_rass:hover {
   background: url('/images_v2/new_icons_footer/paypal_icon.png') 0 36px;
}
.pay_mir{
	background: url('/images_v2/new_icons_footer/mir_icon.png') 0 0px;	
	width: 46px;
	height: 39px;
}
.pay_mir:hover{
	background: url('/images_v2/new_icons_footer/mir_icon.png') 0 -36px;	
}
.pay_flt {
    float: left;
    margin-right: 10px;
}
.link_right_footer {
    float: left;
    display: inline-block;
}

#footer .social .mobile{
    line-height: 14px !important;
    text-align: right;
    width: 58px !important;
}
@media  (max-width: 1230px){
  .link_r_footer{
  	clear:both;
  }
  #footer .social .mobile{
  	width:60px !important;
  	left: 0;
  }
  #footer .social{
  	display: flex;
  }
  #footer .link_r_footer{
  	margin-left: 0;
  }
}
/*-----------------------------------------*/
@font-face {
    font-family: "Helios";
	src: url("//www.stolplit.ru/fonts/Helios/Helios.eot");
	src: url("//www.stolplit.ru/fonts/Helios/Helios.eot?#iefix") format("embedded-opentype"),
		url("//www.stolplit.ru/fonts/Helios/Helios.woff") format("woff"),
		url("//www.stolplit.ru/fonts/Helios/Helios.ttf") format("truetype"),
		url("//www.stolplit.ru/fonts/Helios/Helios.svg#Sri-TSCRegular") format("svg");
    font-style: normal;
    font-weight: normal;
}
#cartMessage{
	overflow:hidden;

}
.yellowBorder {
	width: 100%;
	height: 4px;
	background-color: #ffc800;
}
.order-body {
	margin-top: 20px;
}
#makeOrder{
	margin-top:15px;
}

.makeOrder_newCart #makeOrder{
	margin-top:-37px;	
}

.makeOrder_newCart .leftColumn{
	display: none;
}
#makeOrder h3{
	font-family:Helios, Arial, sans-serif;
	font-weight:bold;
	font-size:18px;
	text-align:center;
	min-height:30px;
	width:240px;
	margin:0px auto;
	line-height:37px;
	background:url("/css/img/pen.png") no-repeat left top;
}
#makeOrder .orderBox{
	width:100%;
	margin-top:25px;

}
.orderBox .leftColumn,.orderBox .rightColumn{
	float:left;
	width:49.5%;
}
.makeOrder_newCart .orderBox .rightColumn{
	width: 100%;
	float: none;
}

.orderBox .leftColumn{
	width:50%;
	float:left;
	min-height:300px;

}
.orderBox .rightColumn{
	width:49%; /*edit*/
	float:right;
	min-height:300px;
}
.orderBox .leftColumn .buyer{
	width:200px;
	min-height:300px;/*delete*/
	margin:0px auto;
}
.leftColumn .buyer h4, .rightColumn .delivery h4{
	text-align:center;
	font-size:14px;
	color:#464646;
	font-family:Helios, Arial, sans-serif;
	font-weight:bold;

}
.leftColumn .buyer .buyerForm {
	margin-top: 25px;
	width: 300px;
}
.buyerForm input[type="text"],
.buyerForm input[type="phone"],
.buyerForm input[type="email"] {
	width:190px;
	height:26px;
	padding-left:10px;
	margin-bottom:11px;
}
.buyerForm input[type="text"]:not(.invalid),
.buyerForm input[type="phone"]:not(.invalid),
.buyerForm input[type="email"]:not(.invalid) {
	border:1px solid #E8E8E8;
}
.rightColumn .delivery{
	width:380px;
	margin:0px auto;
}

.makeOrder_newCart .rightColumn .delivery{
	width: 100%;
}

.deliveryLinkBox{
	width:360px;
	border-bottom:3px solid #DDDDDF;
	position:relative;
	margin:20px auto 0px auto;

}
.makeOrder_newCart .deliveryLinkBox{
	margin-bottom: 47px;
}
.makeOrder_newCart .deliveryLinkBox{
	text-align: center;
	width: 318px;
	height: 47px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.deliveryLinkBox a.box{
	display:block;
	width:137px;
	height:35px;
	line-height:35px;
	background-color:#DDDDDF;
	font-size:12px;
	color:black;
	text-align:center;
	float:left;
	margin-left:25px;
	text-decoration:none;
}
span.basketItemDel{
    width: 16px;
    height: 16px;
    color: black;
    cursor: pointer;
    font-weight: normal;
    background-image: url(/images_v2/delete_basket.png);
    background-repeat: no-repeat;
    display: block;
}
span.basketItemDel:hover{
    background-position-x: -16px;
}
.makeOrder_newCart .deliveryLinkBox a.box{
	width: 123px;
	display: inline-block;
	float: none !important;
	margin: 0 5px;
	position: relative;
	top: 5px;
	height: 35px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.makeOrder_newCart .deliveryLinkBox a.box:after{
	height: 100%;
	display: inline-block;
	vertical-align: middle;
	content: "";
}
.deliveryLinkBox a.rightBox{
	float:right !important;
	margin-right:25px;
}
.deliveryLinkBox a.active{
	background-color:#ffc800;
}
.makeOrder_newCart .deliveryLinkBox a.active{
	height: 44px;
	font-weight: bold;
	font-size: 14px;
	top: 0;
	width: 144px;
}

.deliveryLinkBox a.box:hover{


}
.deliveryFormBox {
	min-height: 230px;
	border: 1px solid rgba(0,0,0,0);
    padding-top: 15px;
}
.makeOrder_newCart .deliveryFormBox .add_service, .makeOrder_newCart .paymentForm {
	margin-top: 28px;
	margin-bottom: 20px;
}
.makeOrder_newCart textarea {
	width: 564px;
	height: 67px;
	margin-bottom: 12px;
    border: 1px solid #e1e1e1;
    font-size: 14px;
    color: #b6b5b5;
    padding: 7px;
}
.makeOrder_newCart .deliveryFormBox > div:after,
.makeOrder_newCart .deliveryVyvozForm > div:after,
.newCartConfirm > div:after{
	clear: both;
	display: block;
	content: "";
}
.makeOrder_newCart .deliveryVyvozForm > div{
	margin-bottom: 10px;
}
.newCartConfirm > div {
	margin-bottom: 20px;
}
.makeOrder_newCart .deliveryVyvozForm > div._recipient{
	margin-top: 28px;
	border-top: 1px solid #dddfdf;
	padding-top: 18px;
}
.makeOrder_newCart .deliveryVyvozForm > div._recipient .left{
	width: 200px;
}
.makeOrder_newCart .deliveryVyvozForm > div._recipient .right{
	width: 710px;
}
.makeOrder_newCart .deliveryVyvozForm > div._recipient .right input:nth-child(3){
	
	margin-left: 26px;
}
.makeOrder_newCart .left,
.makeOrder_newCart .left,
.newCartConfirm .left {
	width: 180px;
	font-size: 19px;
	color: #666666;
	padding-left: 6px;
	min-height: 10px;
}
.makeOrder_newCart .left {
	width: 254px;
}
.makeOrder_newCart .right, .newCartConfirm .right {
	width: 630px;
	float: left !important;
}
.makeOrder_newCart .deliveryVyvozForm .right{
	position: relative;
	top: 4px;
	width: 650px;
	line-height: 1;
}
.newCartConfirm .right{
	width: 730px;
}
.makeOrder_newCart .deliveryVyvozForm #map_container{
	width: 650px;
	height: 350px;
}
.makeOrder_newCart .addition-props, .makeOrder_newCart .paymentForm {
	min-height: 40px;
	margin-top: 28px;
}
.makeOrder_newCart .deliveryFormBox input[type="text"],
.makeOrder_newCart .deliveryVyvozForm input[type="text"],
.newCartConfirm input[type="text"], .newCartConfirm input[type="email"] {
	height: 30px;
	box-sizing: border-box;
	font-size: 14px;
	color: #b6b5b5;
	padding-left: 7px;
	margin-right: 11px;
	margin-bottom: 30px;
}
.makeOrder_newCart .deliveryFormBox input[type="text"]:not(.invalid),
.makeOrder_newCart .deliveryVyvozForm input[type="text"]:not(.invalid),
.newCartConfirm input[type="text"]:not(.invalid), .newCartConfirm input[type="email"]:not(.invalid) {
	border: 1px solid #e1e1e1;
}
.makeOrder_newCart .deliveryVyvozForm input[type="text"], .makeOrder_newCart .deliveryVyvozForm input[type="email"] {
	width: 200px;
	margin-bottom: 10px;
}
.newCartConfirm input[type="text"], .newCartConfirm input[type="email"] {
	width: 200px;
	margin-right: 54px;
	margin-bottom: 10px;
}
.newCartConfirm input[type="text"]:nth-child(2),
.newCartConfirm input[type="text"]:nth-child(4) {
	margin-right: 0;
}
.newCartConfirm input[type="text"]:nth-child(4) {
	float: right;
	margin-right: 15px;
}
#cashlessForm{
    position: relative;
    background: #fff3d4;
    margin: 0 -108px 0 -27px;
    padding: 40px 37px 15px 37px;
}
#cashlessForm input[type="text"]{
    margin-right: 54px;
}
#paymentTypesContainer input:disabled+label{
    color: #aaa;
}
.makeOrder_newCart .deliveryVyvozForm input + span{
    position: relative;
    left: -12px;
}
.makeOrder_newCart .deliveryVyvozForm .deliveryLinkBox{
	margin: 0;
	width: auto;
	height: auto;
	text-align: left;
	display: inline-block;
}
.makeOrder_newCart .deliveryVyvozForm ._recipient a{
	color: #333333;
	font-weight: bold;
	display: block;
	clear: both;
}
.makeOrder_newCart .deliveryVyvozForm .recipient,
.makeOrder_newCart .deliveryVyvozForm .deleteRecipient{
	margin: 0;
	position: relative;
	top: 3px;
	line-height: 1;
}
.makeOrder_newCart .deliveryFormBox ._mkad .mkad-label {
	color: #999999;
	font-size: 12px;
	display: inline-block;
	margin-right: 4px;
}
.makeOrder_newCart .deliveryFormBox input.w1 {
	width: 275px;
}
.makeOrder_newCart .deliveryFormBox input.w2{
	width: 40px;
}
.makeOrder_newCart .deliveryFormBox input.w3{
	width: 275px;
}
.makeOrder_newCart .deliveryFormBox input.w4{
	width: 130px;
}
.makeOrder_newCart .deliveryFormBox .radio,
.newCartConfirm .radio{
	float: left;
	width: 300px;
	margin-top: 5px;
}
.makeOrder_newCart .deliveryFormBox .radio > div,
.newCartConfirm .radio > div {
	height: auto;
}
.newCartConfirm .radio.pay > div{
	height: auto;
}
.newCartConfirm .radio > div > div{
	height: 20px;
}
.newCartConfirm .radio > div > div#cashlessForm,
.newCartConfirm .radio > div > div#creditForm,
.paymentForm .radio > div > div#creditForm,
.paymentForm .radio > div > div#cashlessForm {
	padding: 15px;
	width: 460px;
	height: auto;
	margin: 20px 0;
}
.newCartConfirm .radio > div > div#creditForm{
	width: 650px;
}
.newCartConfirm .radio > div > div#creditForm .by_phone{
	top: 24px;
}
.newCartConfirm .radio > div > div#creditForm .small-bottom{
	left: 3px;
	bottom: 8px;
}
.newCartConfirm .radio > div > div#creditForm .ibHintBox > div{
	display: none;
}
.makeOrder_newCart .deliveryFormBox .radio input[type="radio"],
.newCartConfirm .radio input[type="radio"]{
	margin-right: 7px;
}
.makeOrder_newCart .deliveryFormBox .radio label,
.newCartConfirm .radio label{
	position: relative;
	top: -2px;
}
.deliveryAdressForm {
	width: 295px;
	margin: 18px 0 0 auto;
}
.deliveryAdressForm input[type="text"] {
	width: 262px;
	height: 26px;
	padding-left: 10px;
	margin-bottom: 11px;
}
.deliveryAdressForm input[type="text"]:not(.invalid) {
	border:1px solid #E8E8E8;
}
.deliveryAdressForm .leftForm {
	width: 140px;
	float: left;
}
.deliveryAdressForm .rightForm {
 	width: 147px;
 	float: right;
}
.deliveryFormBox .deliveryAdressForm .star, .buyer .buyerForm .star {
	margin: 0 10px 0 -3px;
}
.deliveryAdressForm .leftForm input[type="text"], .deliveryAdressForm .rightForm input[type="text"]{
	width:115px;
}
.deliveryVyvozForm{
	margin-top:36px;
}
.deliveryVyvozForm p{
	font-size:12px;
	margin-top:14px;
	font-family:Helios, Arial, sans-serif;

}
.makeOrder_newCart .deliveryVyvozForm p{
	margin-top: 0;
	margin-bottom: 14px;
	font-size: 14px;
	text-align: justify;
}
.recipient{
    width: 15px;
    height: 15px;
    margin-left: 70px;
    margin-top: -21px;
    cursor: pointer;
    font-size: 22px;
}
.deleteRecipient{
    width: 14px;
    height: 30px;
    margin-left: 91px;
    margin-top: -21px;
    cursor: pointer;
    font-size: 27px;
}

.buyerBlock input, ._recipient input{
    margin-right: 0 !important;
}
.buyerBlock span.star, ._recipient span.star{
    margin-right: 42px !important;
}
span.star.invisible{
    color: white;
}

.deliveryVyvozForm p span{
	font-weight:bold;
}

.deliveryVyvozForm .deliveryLinkBox{
	margin:29px 0px 15px 0px;
	border-bottom:none;
}
.deliveryVyvozForm .deliveryLinkBox a{
	display:block;
	color:#454646;
	font-size:12px;
	text-decoration:underline;
	margin-top:14px;
}

.deliveryVyvozForm input[type="text"], .deliveryVyvozForm input[type="phone"], .deliveryVyvozForm input[type="email"]{
 	border:1px solid #E8E8E8;
	width: 262px;
	height:26px;
	padding-left:10px;
	margin-bottom:15px;
}
.deliveryVyvozForm input + span,
.newCartConfirm input + span,
.req_fields span{
	color:red;
	font-size:18px;
	line-height:15px;
	vertical-align:top;
}
.req_fields{
	float: right;
	font-size: 11px;
	color: #000;
	margin-right: 14px;
}
.user_fields .req_fields {
	float: initial;
}
.early_delivery{
	font-size: 14px;
	color: #aaa;
	margin-bottom: 17px;
}
.early_delivery + .basket_deleteAll{
}
/*paymentBox*/
.paymentBox{
	width:77%;
	min-height:300px; /*delete*/
	border-top:3px solid #DDDDDD;
	margin:10px auto 0px auto;
	padding-top:40px;
}
.makeOrder_newCart .paymentBox{
	display: none;
}
.paymentBox h4{
	text-align:center;
	font-size:14px;
	color:#464646;
	font-family:Helios, Arial, sans-serif;
	font-weight:bold;
	margin-bottom:18px;
}
.paymentBox input[type="radio"]{
	width:17px;
	height:17px;
	opacity:0.5;
	cursor:pointer;
}
.paymentBox input[type="radio"]+span, .paymentBox input[type="radio"]+span+img{
	/*opacity:0.5;*/
	cursor:pointer;
}

.paymentBox input[type="radio"]:disabled+span, .paymentBox input[type="radio"]:disabled+span+img{
	opacity:0.5;
	/*cursor:pointer;*/
}

.paymentBox input[type="radio"]:checked, .paymentBox input[type="radio"]:checked + span, .paymentBox input[type="radio"]:checked + span + img{
	opacity:1;
}

.paymentBox .payment{
	width:360px;
	float:left;
	margin-left:10px;
}
.paymentBox .payment h4{
	text-align:left;
	margin-left:50px;
}
.paymentBox .assembleFurniture{
	width:250px;
	float:right;
}
.paymentBox .assembleFurniture h4{
	text-align:left;
	margin-left:30px;
}
.paymentBox p{
	margin-top:8px;
}

.paymentBox label span{
	vertical-align:top;
	margin-left:10px;
}
.paymentBox label img{
	margin:0px 0px 0px 5px;
}
.paymentBox .assembleFurniture input[type="checkbox"]{
	width:17px;
	height:17px;
	opacity:0.5;
	cursor:pointer;
}
.paymentBox .assembleFurniture input[type="checkbox"]+span{
	font-size:12px;
	color:#3f3f3f;
	text-decoration:underline;
	opacity:0.5;
	cursor:pointer;
}
.paymentBox .assembleFurniture input[type="checkbox"]:checked, .paymentBox .assembleFurniture input[type="checkbox"]:checked+span{
	opacity:1;
}
.paymentBox .assembleFurniture span.red{
	font-size:14px;
	vertical-align:middle;
}
.paymentBox .assembleFurniture span.mini{
	font-size:10px;
}
.paymentBox .assembleFurniture .newsSubscribe{
	margin-top:50px;
}
.makeOrder_newCart .newsSubscribe{
	clear: both;
	text-decoration: underline;
	font-size: 12px;
}
.makeOrder_newCart .newsSubscribe span{
	position: relative;
	top: -3px;
	margin-left: 6px;
}
h4.comment{
	text-align:left;
	margin:70px 0px 0px 60px;
}
.paymentBox textarea{
	border:1px solid #D1D1D1;
	width:670px;
	height:110px;
	margin:15px 0px 0px 20px;
}
.paymentBox input[type="submit"]{
	display:block;
	width:235px;
	height:70px;
	background-color:#FFC801;
	text-transform:uppercase;
	font-size:26.6px;
	font-weight:bold;
	color:#464646;
	margin:30px auto;
	cursor: pointer;
}

#confirmButton {
	display: block;
	width: 235px;
	height: 50px;
	background-color: #FFC801;
	text-transform: uppercase;
	font-size: 26.6px;
	font-weight: bold;
	color: #464646;
	cursor: pointer;
}
.newCartConfirm #confirmButton {
	margin: 0 auto;
}
.newCartConfirm {
	padding-top: 25px;
	border-top: 3px solid #cccccc;
	margin-top: 10px;	
}
.clearfix:after{
	content:" ";
	display:table;
	clear:both;
}
.info_icons.top100{
	padding-bottom:5px;
}
.info_icons.top100 img{
	height:30px;
}

ul.section-links-inline li {
	display: inline-block;
	vertical-align: top;
	width: 30%;
}
#catalog .inner .rBlock .press_centre .block2 .rCol{
    padding-left: 95px !important;
}
#ny_background_left {
	background: url("/images_v2/nybg_left.png?4") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	height: 427px;
	position: absolute;
	left: -323px;
	top: 50px;
	width: 323px;
	overflow-x: hidden;
	overflow-y: hidden;
}
#ny_background_right {
	background: url("/images_v2/nybg_right.png?5") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	height: 427px;
	position: absolute;
	right: -312px;
	width: 323px;
	top: 50px;
	z-index:100;
}
body {
	overflow-x: hidden;
}
a.nodecor {
	text-decoration: none;
}

div .main-delivery {
	width: 100%;
	height: 50px;
	margin-bottom: 20px;
	font-size: 30px;
	position:relative;
	text-align: center;
	padding-top: 10px;
	font-family: Helios;
	background: url('/images/glavnaya_bistraya_dostavka.jpeg?1');
	font-weight: bold;
	color: #004a8f;
}
.gif_preloader{
    width: 32px !important;
    height: 32px !important;
    display: block;
    margin: 64px auto;
    margin-bottom: 79px !important;
}
.main-very-fast {
	position: absolute;
	width: 100%;
	height: 25px;
	background: url('/images_v2/glavnaya_bistraya_dostavka.jpeg?1');
	bottom: 93px;
	color: #004a8f;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding-top: 5px;
	margin-bottom: 2px;
}
#pozvonim-button,
#pozvonim-wrapper,
#pozvonim-cover{
	display: none !important;
}
.section_banner{
	width:100%;
}
.with_border{
  border:1px solid gray;
}

.card5fav_with-heart{
    margin-right: 9px;
    margin-top: 15px;
    padding-left: 37px;
    line-height: 23px;
}
.card5fav_with-heart::before{
    display: none;
}
.card5fav_with-heart:hover .card5fav__heart-img .card5fav__heart-img-path, .card5fav_with-heart.active .card5fav__heart-img .card5fav__heart-img-path{
    fill: #0074b8;
    stroke: #0074b8;
}
.card5fav__heart{
    content: "";
    width: 29px;
    height: 25px;
    position: absolute;
    left: 0;
    top: 0;
}
.card5fav__heart-img{
    width: 100%;
    transition: .2s ease;
}
.card5fav__heart-img-path{
    stroke-width: 3px;
}
.card5buy_in-basket{
    width: 218px;
}
.card5fav.card5fav_with-heart {
    margin: 0;
    height: 59px;
    display: flex;
    align-items: center;
    align-content: center;
    padding: 0;
}
.card5fav.card5fav_with-heart .card5fav__heart {
	position: relative;
	margin-right: 5px;
}
table.news {
	width: 100%;
	border: 0;
	border-spacing: 0;
	padding: 0;
}
table.news .first-column {
	width: 370px;
}
#voteContainer {
    margin-bottom: 20px;
}
.banner-konkurs{
	display: block;
	margin: 30px 0 70px;
}

.city-list-wrap {
    position: relative;
}
.city-list {
    background-color: #fff;
    border: 1px solid #c4c4c4;
    color: #313131;
    margin: 0;
    max-height: 218px;
    min-width: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    left: 0;
    top: 35px;
    z-index: 1;
    display: none;
}

.city-list__item {
    display: list-item;
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    padding: 8px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #397DAF;
}

.city-list__item + .city-list__item {
    border-top: 1px solid #ededed;
}
.city-list__item:hover {
    background-color: #f2f2f2;
    cursor: pointer;
}
.city-list__select {
    font-weight: bold;
}

.deliveryFormBox .jqselect{
  max-width: 100%;
}
.jq-selectbox select, .jq-select-multiple select {
	max-width: 100%;
}

.deliveryFormBox  .jq-selectbox__select-text {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}

.deliveryFormBox .jq-selectbox__dropdown li {
  white-space: normal;
}

.lBlock .left_menu li {
	height: auto !important;
	min-height: 25px;
	padding-bottom: 5px;
}
.lBlock .left_menu li.active {
	height: auto !important;
    padding-bottom: 5px;
    padding-right: 10px;
}

.address-suggestion-list-wrapper ul {
	min-width: 350px;
}
.pageHead h1.exh-sec {
	padding: 10px 0;
    /*background: url('/images_v2/procent.png') no-repeat left center;
    padding-left: 50px;*/
    font-size: 32px !important;
}
