/* ==== RESET ==== */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content:'';content:none;}
ins {background-color:#ff9;color:#000;text-decoration:none;}
mark {background-color:#ff9;color:#000;font-style:italic;font-weight:bold;}
del {text-decoration:line-through;}
abbr[title],dfn[title] {border-bottom:1px dotted;cursor:help;}
table {border-collapse:collapse;border-spacing:0;}
hr {display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0;}
input, select {vertical-align:middle;}
body {font:13px/1.231 sans-serif; *font-size:small;}
select, input, textarea, button {font:99% sans-serif;}
pre, code, kbd, samp {font-family:monospace, sans-serif;}
html {overflow-y:scroll;}
a:hover, a:active {outline:none;}
ul, ol {margin-left:2em;}
ol {list-style-type:decimal;}
nav ul, nav li {margin:0;list-style:none;list-style-image:none;}
small {font-size:85%;}
strong, th {font-weight:bold;}
td {vertical-align:top;}
sub, sup {font-size:75%;line-height:0;position:relative;}
sup {top:-0.5em;}
sub {bottom:-0.25em;}
pre {white-space:pre;white-space:pre-wrap;word-wrap:break-word;padding:15px;}
textarea { overflow:auto;}
.ie6 legend, .ie7 legend {margin-left:-7px;}
input[type="radio"] {vertical-align:text-bottom;}
input[type="checkbox"] {vertical-align:bottom;}
.ie7 input[type="checkbox"] {vertical-align:baseline;}
.ie6 input {vertical-align:text-bottom;}
label, input[type="button"], input[type="submit"], input[type="image"], button {cursor:pointer;}
button, input, select, textarea {margin:0;}
input:valid, textarea:valid { }
input:invalid, textarea:invalid {border-radius:1px;-moz-box-shadow:0px 0px 5px red;-webkit-box-shadow:0px 0px 5px red;box-shadow:0px 0px 5px red;}
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid {background-color:#f0dddd;}
a:link {}
a:hover {text-decoration:none;}
button {width:auto; overflow:visible;}
.ie7 img {-ms-interpolation-mode:bicubic;}
body, select, input, textarea {color:#444;}
h1, h2, h3, h4, h5, h6 {font-weight:bold;}
.float-left{float:left;}
.float-right{float:right;}
.clearfix:after{clear:both;content:" ";display:block;font-size:0;height:0;visibility:hidden;}
* {font-family:Arial, Verdana;}
a {font-family:Arial, Verdana;color:#303030;}
b {font-weight:bold;}
body {color:black;background-color:white;}
.ellipsis {
	white-space: nowrap;
	overflow: hidden;
}
.hidden{
	display: none;
}
#clipboard {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
}
.noscroll {
    overflow: hidden;
    position: fixed;
    width: 100%;
}
/*--promo--------------------------------------------------------------------------------------*/
.promoMargin{
	margin-right: 20px;
}
.promo{
	margin-top: 20px;
}
.promo a{
	float: left;
	display: block;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}
.promo a img{
	max-width: 100%;
}
.promo30{
	width: 32%;
}
.promo50{
	width: 49%;
}
.promo70{
	width: 66%;
}
.promo50:nth-child(odd){
	margin-right: 20px;
}
/*--main css----------------------------------------------------------------------------------------*/
.content-content, .preheader-content, .header-content, .topmenu-line-box, .footer-content, .landing-line {
	position: relative;
	min-width: 320px;
	max-width: 1250px;
	margin: auto;
}
.preheader{
	height: 30px;
	border-bottom: 1px solid #e0e0e0;
}
.preheader-content{
	height: 25px;
}
.header-content{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 105px;
}
.attention-header-link{
	text-decoration: none;
}
.attention-header{
	background-color: firebrick;

	min-height: 40px;
	padding: 5px;
	color: white;
	font-size: 22px;
	font-family: Arial;

	display: flex;
	align-items: center;
    justify-content: center;

    text-align: center;
}
.attention-header-mob{
	display: none;
	height: 40px;
	background-color: #c8924f;
}
.ah-mob-left{
	color: white;
	font-family: Arial;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
	float: left;
	padding-left: 10px;
}
.ah-mob-right{
	float: right;
	padding-right: 10px;
}
.ah-mob-right a{
    display: block;
    background-color: #f63737;
    color: white;
    height: 30px;
    border-radius: 8px;
    width: 100px;
    line-height: 30px;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    margin-top: 5px;
}
.ah-mob-div{
	display: none;
	width: 1px;
	height: 20px;
	background-color: #e2b782;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
}
.mob-menu-btn{
	display: none;
	margin-top: 4px;
	float: left;
	width: 23px;
	height: 16px;
}
.mob-search-bnt{
	float: left;
	width: 18px;
	height: 18px;
	margin-top: 3px;
	margin-right: 15px;
}
.mob-cart-bnt{
	float: left;
	width: 21px;
	height: 18px;
	margin-top: 3px;
}
.mob-search-cart-block{
	float: right;
}
.menu-mobile-tel, .menu-mobile-tel a.tel{
	font-size: 22px;
	color: #666666;
	text-align: center;
	cursor: pointer;
	font-weight: bold;
}

.header{
}
.phone-callback a{
	display: inline-block;
	color: #1871ab;
	font-size: 14px;
	font-family: Arial;
	text-decoration: none;
	border-bottom: 1px dashed #1871ab;
}
.phone-callback a:hover{
	text-decoration: none;
}
.topmenu-line {
	background-color: #f5f5f5;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAA5CAIAAAB4XtYeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADhJREFUeNqEw8kJACAMBMDF/htLLbmjBYhvIw4Mqha6mfM7otru2TaLZ1Vvi9g3s16JaAA4twADAGrPmcJl65MLAAAAAElFTkSuQmCC);
	background-repeat:repeat-x;
	height: 57px;
	margin-top: 5px;
}
.topmenu{
	float: left;
}
.topmenu a.special {
    color: white;
    font-weight: bold;
    padding: 5px;
    border: 1px dashed red;
    background-color: red;
    border-radius: 6px;
}
.topmenu a.special:hover {
	color: white;
	background-color: #b74444;
}
.topmenu a {
	font-family: Arial;
	font-size: 18px;
	line-height: 56px;
	color: #3b3b3b;
	/*display: inline-block;*/
	text-decoration: none;
	padding: 0px 24px 0px 0px;
}
.topmenu a:hover {
	color: #ee4d19;
}
.top-nav-mobile{
	position: relative;
	display: none;
	width: auto;
	margin-top: 4px;
}
.tab-nav-mobile{
	height: 45px;
	background: #bf8a4c;
 	background-size: 10px 60px;
  	width: auto;
}
.tab-nav-mobile ul{
  	list-style-image: none;
  	list-style-position: outside;
  	list-style-type: none;
  	padding: 0;
  	margin: 0;
}
.tab-nav-mobile ul li{
	display: list-item;
	float: left;
	width: 25%;
	height: 50px;
	padding: 0;
	text-align: center;
}
.mob-promo-text{
	display:block;
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: red;
	text-decoration: none;
}
.mob-promo-btn{
    display: block;
    width: 90%;
    max-width: 400px;
    height: 35px;
    line-height: 35px;
    font-size: 20px;
    text-decoration: none;
    border-radius: 8px;
    background-color: red;
    color: white;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}
.badge-img-div{
}
.bonuses{
	margin: 10px 0px;
}
.bonuses img{
	border:0;
	width: 221px;
	height: 119px;
}
.bonus{
	display: block;
    width: 221px;
    height: 119px;
    background-repeat: no-repeat;
    margin-bottom: 3px;
}
.badge-img-div img{
	width: 100%;
}
.picFull_div{
    width: 100%;
    position: relative;
}
.item-main-info{
	display: flex;
	width: 100%;
	justify-content: space-between;
}
.item-photos-container .picFull img{
	width: 100%;
}
.photo_gallery{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.photo_gallery a{
	width: 30%;
    border: 1px solid #9e9e9e;
    padding: 1px;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: center;
}
.locTopLeft, .locTopRight, .locTopCenter{
	position: absolute;
	z-index: 99;
	pointer-events: none;
	cursor: pointer;
	max-width: 38%;
}
.locTopLeft{
	top: 0px;
	left: 0px;
}
.locTopRight{
	top: 0px;
	right: 0px;
}
.locTopCenter{
	top: 0px;
	left: 50%;
}
.locTopCenter img{
	position: relative; left: -50%;
}
.m-catalog,.m-phone,.m-cart{
	border-right: 1px solid #fff;
}
.m-catalog,.m-phone,.m-cart,.m-search{
	width: 100%;
	height: 100%;
	display: block;
}
.m-catalog div, .m-phone div, .m-cart div, .m-search div{
	position: relative;
	width: 30px;
	height: 100%;
	margin: auto;
	background-image: url("../img/mobile_icons.png");background-repeat:no-repeat;
}
.m-catalog div{background-position: 0px 0px;}
.m-phone div{background-position: 0px -45px;}
.m-cart div{background-position: 0px -90px;}
.m-search div{background-position: 0px -135px;}
.mobile-pop{
	display: none;
	background: white;
	max-width: 80%;
}
.mobile-shadow{
	position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
}
.mobile-cat-carousel{
	display: none;
}
.mobile-cat-carousel{
	overflow: auto;
	height: 25px;
  	overflow-x: scroll;
  	overflow-y: hidden;
  	white-space: nowrap;
  	padding-top: 10px;
  	padding-bottom: 10px;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}
.mobile-cat-carousel a{
	display: inline-block;
	background-color: #f3f3f4;
	color: #333333;
	height: 25px;
	border-radius: 4px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 4px;
	margin-right: 4px;
	font-size: 14px;
	line-height: 25px;
	text-decoration: none;
}
#mob-search{
	display: none;
	position: relative;
	width: 100%;
	height: 30px;
}
#mob-catalog{
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	/*
	position: absolute;
	top: 100%;
	left: 0;
	*/
	z-index: 1501;
}
.mobile-pop .catalog-menu-mobile{
	overflow-x: hidden;
	overflow-y: scroll;
}

.count-notification{
	position: absolute;
	font: bold 12px arial;
	color: #fff;
	margin: 0 0 0 -40%;
	vertical-align: center;
	padding: 1px 5px;
	/* background: #b80000 url("../img/cart_amount.png") repeat-x left top !important; */
	background: #b80000 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAXCAYAAAAC9s/ZAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAA3SURBVHjaYvz//78DAwWAiYFCMPAGsADxP0oN+Dv0Dfgz9A34PeqF4RCNwyAzUVSgUFykAQQYAN2hFU9UMGAyAAAAAElFTkSuQmCC) repeat-x left top !important;
	border: 1px solid #8a0000;
	border-radius: 40px;
	box-shadow: 0 2px 2px #333333;
	float: right !important;
	display: none;
}
#bc-notif-1{
	display: block;
	text-decoration: none;
	position: absolute;
	top: 7px;
	right: 10px;
	height: 25px;
	min-width: 25px;
	text-align:center;
	line-height: 25px;
	color: white;
	font-size: 14px;
	font-weight: bold;
    border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
	background-color: #d49344;
}
#bc-notif-1:hover{
	text-decoration: none;
}
.bc-notif-morethantwo{
	padding-left: 3px;
	padding-right: 3px;
}
.basket-count-notif-2{
	top: 2px;
	left: 30px;
	display: none;
}
.basket-page{
	display: flex;
    width: 100%;
    margin-bottom: 40px;
    margin-top: 20px;
}
.basket-left-column{
	flex-grow: 2;
	padding-right: 30px;
}
.basket-right-column{
	width: 395px;
	background-color: #f2f2f2;
}
.basket-header{
	border-bottom: 1px dashed #8a8a8a;
}
.basket-table{
	padding: 5px 0px;
	width: 100%;
}
.basket-header td{
	height: 25px;
	color: #a4a4a4;
	vertical-align: middle;
}
.basket-form-text{
	padding: 20px;
	color: #424242;
}
.basket-loader{
    position: absolute;
    width: 100%;
    height: 100%;
    min-height: 500px;
    z-index: 2000;
    display: none;
    opacity: 0.7;
    filter: alpha(Opacity=70);
    background-color: #D9D9D9;
}
.basket-loader img{
    max-height: 100px;
    max-width: 100px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.bf-title{
	float: left;
	width:120px;
	text-align: right;
	height: 25px;
	margin-right: 8px;
}
.bf-title-oneline{
	line-height: 25px;
}
.bf-field{
	float: left;
	margin-bottom: 15px;
}
.bf-input{
	float: left;
	width: 240px;
	height: 25px;
}
.bf-input input{
	width: 230px;
	height: 20px;
	text-indent: 4px;
}
.bf-input select{
	width: 235px;
	height: 26px;
}
.bf-button{
	float: left;
	width: 100%;
	height: 40px;
	text-align: center;
	margin-bottom: 10px;
}
.basket-part{
	border-bottom: 1px solid #d7d8c6;
}
.basket-part-product{
	width: 61%;
	text-align: left;
	vertical-align: middle;
}
.basket-part-count{
	width:18%;
	text-align: left;
	vertical-align: middle;
}
.basket-part-sum{
	width:80px;
	min-width:80px;
	text-align: left;
	vertical-align: middle;
}
.basket-part-del{
	width:20px;
	min-width:20px;
	max-width: 20px;
	text-align: left;
	vertical-align: middle;
}
.basket-part-del a{
	display: block;
}
.basket-part-del a, .basket-part-del img{
   width:14px;
   height:12px;
}
.bp-pic{
	width: 85px;
	max-width: 85px;
	padding-top: 7px;
	padding-right: 5px;
}
.bp-pic img{
	max-width: 100%;
}
.bp-title{
	vertical-align: middle;
	padding-right: 5px;
}
.bp-title a{
	color: #0071ba;
	text-decoration: none;
	height: 80px;
}
#slider-price {
    width: 85%;
    margin: 10px auto 35px auto;
}
#slider-price label {
    position: absolute;
    width: 20px;
    margin-left: -10px;
    text-align: center;
    margin-top: 20px;
}
.ui-dialog{
	position:absolute;
	top:70px;
	left:600px;
	z-index:103;
}
.ui-widget-overlay{
	z-index:102;
}
.ui-dialog .ui-dialog-titlebar-close span{
	margin: -8px 0px 0px -8px !important;
}
.payment_block{
	padding: 15px 10px 10px 10px;
	margin: 15px 30px;
	border: 1px solid #8a8a8a;
}
#payment_not_allow{
	padding: 0px 15px 10px 15px;
}
.credit-btn {
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  font-family: Arial;
  color: #ffffff;
  font-size: 12px;
  padding: 5px 21px 5px 21px;
  text-decoration: none;
  background: #8fc742;
  background: -moz-linear-gradient(top, #6ab705 0%, #589a04 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#6ab705), to(#589a04));
  background: -o-linear-gradient(#6ab705, #589a04);
}
.credit-btn:hover {
  background-color: #589a04;
  background: -moz-linear-gradient(top, #73c904 0%, #64b103 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#73c904), to(#64b103));
  background: -o-linear-gradient(#ffeda0, #73c904);
  text-decoration: none;
}
.buy-credit-div{
	float: left;
	margin-top: 10px;
}
.basket-payment{
	font-weight: bold;
}
.payment_type, .payment_label{
	display: none;
}
.payment-info{
	color: #004470;
    border-bottom: 1px dashed #004470;
    cursor: pointer;
}
.payment-info-text{
	display: none;
}
.basket-buymore{
	float: left;
	padding-top: 10px;
	color: #0071ba;
}
.basket-total{
	float: right;
	padding-top: 10px;
	color: #a5a5a5;
	margin-right: 30px;
	font-size: 16px;
}
.basket-total span{
	color: black;
	font-weight: bold;
}
.basket-empty-msg, .basket-empty-msg-promo, .basket-empty-msg-promo-btn{
	font-size: 16px;
	width: 100%;
	text-align: center;
}
.basket-empty-msg-promo{
	margin-top: 20px;
}
.basket-empty-msg-promo-btn{
	margin-top: 30px;
}
.content {
	min-height: 500px;
	position: relative;
	/* padding-bottom: 20px; */
}
.footer {
	background-color: #EDEDEF;
	min-height: 161px;
	padding-top: 30px;
}
.footer-left-column, .footer-center-column, .footer-right-column, .footer-copyright{
	float: left;
}
.footer-left-column{
	width: 30%;
	overflow: hidden;
}
.footer-left-column img{
	max-width: 100%;
}
.footer-center-column{
	max-width: 300px;
	min-height: 135px;
	margin-left: 25px;
}
.footer-right-column{
	max-width: 300px;
	margin-left: 15px;
}
.footer-phones-box{
	font-size:12px;
	color:#666666;
}
.footer-phones-title{
	font-weight: bold;
	margin-bottom: 10px;
}
.footer-phones-leftcolumn, .footer-phones-rightcolumn, .footer-phones-leftcolumn div, .footer-phones-rightcolumn div{
	float: left;
}
.footer-phones-leftcolumn, .footer-phones-rightcolumn{
	width: 177px;
}
.footer-copyright{
	padding-top: 10px;
	margin-top: 10px;
	width: 100%;
	color: #303030;
	font-size: 14px;
	font-family: Arial;
}
.footer-copyright a{
	text-decoration: none;
}
.gplus-250{
	display: none;
}
.footer-menu{
	margin: 0px 0px 30px 0px;
    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    overflow: hidden;
    border-left: 1px dashed #d3d3d3;
    border-right: 1px dashed #d3d3d3;
    height: 150px;
}
.footer-menu a {
	width: 100%;
	display: inline-block;
	color: #4d4d4d;
	font-size: 14px;
	font-family: Arial;
	margin-right: 15px;
	margin-left: 20px;
	margin-bottom: 5px;
}
.top-logo-box{
	width: 270px;
	height:64px;
}
.top-logo-box img{
	max-width: 100%;
}
.top-logo-landing-box{
	margin: 10px 10px 5px 10px;
}
.top-logo-landing-box img{
	max-width: 100%;
}
/*-------------------------------------------------------*/
.top-phones-box-new{
    width: 300px;
    overflow: hidden;
    margin-left: 10px;
    text-align: center;
}
.top-phones-box-new .phone a{
	font-size: 22px;
    color: #C8924F;
    font-weight: bold;
    text-decoration: none;
    line-height: 35px;
}
.top-phones-box-new .phone-free{
	color: #939393;
	font-size: 14px;
}
.phone-free-mob{
	display: none;
}
.top-phones-line-new{
	float: left;
	width: 80px;
	height: 1px;
	margin-top: 8px;
	border-top: 1px solid #ccc;
}
.top-phones-title-new{
	float: left;
	width:80px;
	text-align:center;
	color:#787878;
	white-space:nowrap;
	margin: 0px 4px;
}
.footer-phones-box-new{
	padding-left: 50px;
	/* background-image: url("../img/icon-circle-phone.png"); */
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAqCAYAAADFw8lbAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA7tJREFUeNrMmc9LG1EQxycbjRZzMSoGxWAwEH8QMCoWtMVDCVjs0f4LLYWeLC303pMHT4LQf6E9tijearWiVhoiRIqLP3KQaDSgVuKvame2k7BJzP7KbpKB7+Elee998nbevHmztu3tbTBodtQI6hEqgPKi/Cgnf/8H9Ru1g4qivrH+GpmsykAfgnqNGke5FH5HwP2stCVRn1EzqLCeSQUdv+1GzaIiqBcqkIXMxX1/8VgBM0EdqEkGHAXzbJSBJ3mOokCbUPOot+yTZpudx55Xe0KCii/+5A1jtY3w6gb0gg6ifqA8UDrz8JyDWkF9qC+yMFNKc/LcPjVQcupP7JvlsiZmcCiBfkD1Qvmtl1nuBaUvJ6BybEK+aELOatorCNQuX9Uq2WqOaR3h6uoKRFGE4+NjaGlpgY6ODqtgx5gtnAZ9pbXn7e0tLCwswNnZ2f/DO5kEt9sNdXV1VsES20uBd9e41l67u7sZyDR4JBKx0gWI7YHAAdalBzTX4vE4JBIJq0CJrZ9AQ3p6yVdTbpubm1auakjQGzcdjvxERxAEKzeUtNmF+44rxefgyvaS6upqGB4ehtbWVitBfQTq1tOjra0tr93Y2Gh1THULepMPCkU1NTWZ9v7+Ptzc3FierAh6e5A/er3eTPvi4gKi0ajlx5TAt0V9DuPzQW1tbaZNN1kLw5N0oyXQuN5etIH6+voy7bu7O1hZWYGTkxOrQOMEKhrp2dzcDH6/P9O+vr6WjtaDg4O835IfLy0tSbmBQRMFvffrrPtzd3eWv9KmWl5elo7U9AY7OjqCtbU1ODw8lP4IrXyhQ0PBwjb0L6p0fDcKS489HA7nHa0UGTweD+zt7UnZVu6G7OnpkXxdoz2mFV3nCoYhs9lsEAwGoaurK+vzy8tL2NrayoNMJzKxWEzrFMS2TqApLrMUZZ2dnTA0NJQVDZSsoaFB69DElkrH0RkztiZtsFAoBIFAQBHY6XRmbUQVk9hssmrerJklG3q8FAHIR09PT+H8/Bzq6+ulI7e9vR3sdk23nq+oZ7mgvVwZqZR7E5UnB9JRSX6E0gfTFXS5m5aHztyz/l0xcdVEI4b3SgUIiiXPUYkyQiaYIaVWexLZgVNlgEzx3KKWIhnZKuohKlZCyBjPuVoozStkG9xxsQSQizzXhlI+qpheoZ6gpsDg2wwNIWiK54irJc6qFRzUG1QQNWci5ByP+YbngGJB5a7wlIPwR4OJTJL7DvBYG5qTHxNeiJGo9k6l7f574uEOAxX1QuyfAAMAI74bCUV1EkMAAAAASUVORK5CYII=);
	background-repeat:no-repeat;
}
.footer-email-box-new{
	margin-top: 10px;
	height: 60px;
	padding-left: 50px;
	/* background-image: url("../img/icon-circle-email.png"); */
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAqCAYAAADFw8lbAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3ZJREFUeNrMmU1LG1EUhk9mYlZ+IcYvqlARApWYFEuCEBEJgmLpqv0LQqErpYVCl1256Eoo+BfaZUtFUSiGghpNiFAIikIUG4hWUCEYDfScyxmIaczMnZnEeeFdzT33PNzve8d1cHAAJqWix9ARtB/9GO1DN/L3K3QafYj+jf7JLppJ5jYRQ1Bv0C/RbVXKEfAwW9Nf9Ff0Z3RSJqkiUfYJ+gc6hZ7RgbxPbRyb4Lr8doJ60PMMOAn2aZKB5zmHJVAvehn9lsek3VK57mW9HlJ0xmKcJ0ytNcat65cFDaF/ofugfurjnCGjoAPobyXLTD3VyLkH9EBpUH/hsflQ8jKDpxroR3QQHl5BZqkISh9nwTmaLW00paw1VQeBqqWtqpS05jQ4T9Naq2qgr8G5EmwuPD3R7PpjdO8+Pj6Gvb09S5l9Ph/09PQYLU4HmUduXmANHzBSqRRcX19bAk0kEjKgxDZMXT8hdS50uy33pcfjkQ2ZUGTXzaGhIVAUxRLo4OCg9LqqVNquqqm9vR3C4TA0NDRIA1IMxXZ2dsqGDhBol0xELBaD5uZmiEajAtrwvuj1ipjW1lZYX1+XBe1SZA8f5+fnsLq6CqenpzA6Ogp+v7/qUFBVVZSJRCIiZm1tTdQhe1gxNTNub28hHo/DyckJBINB6OjogK2tLbi4uLhTrqWlBUKhkOjyjY0NUd6s3HxbNHP/EYnPzs4E7Pj4OKTTadButf39/WK9zGazkEwmrS5pVwSaNQtKIgBqrd7eXggEAgKOVCwWYWdnB46OjuzYnbIEus83TEsiIGq97u5uKBQKkMvlBKxN2nfz/fqFHbXd3NxAJpOpxX6fpOm6IhPhcrksZzVRxwqBbvPGb0gmFmurdRDbNnV9np9ZZoxEjYyMwOXlpenxR+tqU1OTTAix5V28nAT5Xu1EPdXGKPCEWnIg5Hdmu3Nneg8mnwRrJGL5UOlyR+QLDgJdgJKnyfLTxDuQfLeskZLcw/c+QBTQr9C5B4TMMUNe7+2JttTn5QXrpDzn3td7e9K0iQ6jM3WEzHDOzUofq11+djkwVgfIGOfava+A3i2NjoBR9KcaLV1FrjvKucAsqDbB5niHsHNTWOI65zgHWAUtHQpT6GfoRZmDTNkBY5HrmKrW1f+duGz4IUamt3d62h6usB4eMpClH2L/BBgA6HXyX9/0hAoAAAAASUVORK5CYII=);
	background-repeat:no-repeat;
}
.footer-email-box-new a{
	font-family: Arial;
	font-size: 14px;
	color: #4d4d4d;
	line-height: 40px;
}
.footer-phones-box-new .phone a{
	font-size: 24px;
	color: #4d4d4d;
	font-weight: bold;
	text-decoration: none;
}
.footer-phones-box-new .phone-free{
	font-size: 14px;
	color: #939393;
}
.footer-phones-title-new{
	font-weight: bold;
	margin-bottom: 0px;
}
/*------------------------------------------------------*/
.top-phones-box{
	float: left;
	width: 290px;
	overflow: hidden;
	margin-top: 12px;
	text-align: center;
}
.top-phones-title{
	float: left;
	width:97px;
	text-align:center;
	color:#787878;
	white-space:nowrap;
	margin: 0px 4px;
}
.top-phones-line{
	float: left;
	width: 80px;
	height: 1px;
	margin-top: 8px;
	border-top: 1px solid #ccc;
}
.phones-list{
	margin: 0px;
	width: 100%;
	min-width: 320px;
	height: 38px;
}
.phones-list li{
	display: block;
	float: left;
    color: #949494;
    font-size: 16px;
    font-family: Arial;
    margin-right: 15px;
}
.top-phones-callback{
	width: 149px;
	height: 30px;
	margin: auto;
	margin-top: 5px;
}
.top-phones-callback img{
	width: 148px;
	height: 29px;
}
.search-box{
	float: right;
	margin-top: 4px;
	margin-right: 4px;
}
input#searchString:focus {outline:none;}
.search-field {
      border: none;
      width: 270px;
      height: 28px;
      margin-left: 10px;
      margin-top: 3px;
      padding-right: 5px;
      color: #999999;
      font-size: 16px;
      background-color: #e0e0e2;
}
.search-div{
	position: relative;
    background-color: #e0e0e2;
    padding-left: 5px;
    padding-right: 3px;
    width: 310px;
    height: 37px;
	margin-top: 3px;
	overflow: hidden;
    border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
    border-top: 2px solid #d2d2d3;
    border-bottom: 1px solid #e0e0e2;
}
.search-magnifier{
	display: block;
	position: absolute;
	right: 17px;
	top: 8px;
	width: 17px;
	height: 17px;
	background-repeat: no-repeat;
	/* background-image: url("../img/lupa.png"); */
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAYAAAA7bUf6AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAUxJREFUeNpi3Lx5KwMOwAbFXxgIACY0vgoQzwfit0D8E4g/Q/FqIDYmxpAcIL4KxAlALIQkzgPEIUB8BojbsRnCAqWTgXgykvgpID4CxL+gLnCFilcA8V8grkE3RBqIJ0D5H4E4C4iXoVlmD8RLoWqrgXgNEF9A9k4O1MkgUIDFABA4CMRxSPxS9DDxhrKvAfECPJGwD4hhUemHbog6lH2cgTA4jhTYosiG/IWymYkwhBlXFN9ECjxCBllC6XdA/BrZEJg/FaFpBBcARbMHlL0S3SV9UJNBYBo0CtFdFAVNtQxQ73ejGwIyIBEqCcorLUB8D6oJlDZuQ2l+pHAJwZZiNwGxDxCvgCqWg2Jk8AUpZrqg7G70vLMDiJWAuB4alX+hGs8CcRMQywOxJ5JhXbBEx4inKMAXQ7uQUnkiEwPpAORKN2g+A8caQIABAJAvRDpAI2+EAAAAAElFTkSuQmCC);
}
.m-search-field {
    border: none;
    height: 28px;
    padding-left: 5px;
    padding-right: 5px;
    color: #999999;
    flex-grow: 2;
	border: 1px solid #b9b9b9;

    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
}
.m-search-div{
	display: flex;
	flex-direction: row;
	margin-top: 15px;
    background-color: white;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    box-sizing: border-box;
}
.m-search-submit{
	width: 70px;
	height: 32px;
	margin-left: 5px;
	background-color: white;
	border: 1px solid #b9b9b9;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
}
.search-phrase{
	max-width: 300px;
}
.search_div_active{
    border: 1px solid #ff6633;
    box-shadow: 0 0 3px #ff6633;
    -webkit-box-shadow:  0 0 3px #ff6633;
}
.left-column{
	width: 240px;
	margin-right: 20px;
	float: left;
}
.leftmenu-column #tweets{
	margin-top:20px;
}
.right-column{
	width: 590px;
	width: -webkit-calc( 100% - 260px ); /* 240 */
    width: -moz-calc( 100% - 260px ); /* 240 */
    width: calc( 100% - 260px ); /* 240 */
	float: left;
}
.right-column-content{
}
.wood-stripe {
	background-image: url("../img/wood_bg.jpg");
	background-repeat: repeat-x;
	background-position: top left;
	min-height: 286px;
	position: relative;
}
.category-social-likes{
	position:absolute;
	top:0px;
	right:-15px;
}
.category-social-likes-fb{
	float:left;
	width:80px;
	margin-right:4px;
	margin-top:4px;
	overflow: hidden;
}
.category-social-likes-vk{
	float:left;
	width:85px;
	margin-right:4px;
	margin-top:4px;
	overflow: hidden;
}
.category-social-likes-gplus{
	float:left;
	width:70px;
	margin-top:4px;
	overflow: hidden;
}
.a-helper-btns{
	display: flex;
	flex-direction: row;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 100;
}
.a-helper-edit, .a-helper-goto, .a-helper-del, .a-helper-crop{
	display: flex;
    border: 1px solid red;
    border-radius: 4px;
    width: 30px !important;
    height: 30px !important;
    align-items: center;
    justify-content: center;
    background-color: wheat;
    margin-right: 10px;
}
.a-helper-edit i, .a-helper-goto i, .a-helper-del i, .a-helper-crop i{
	display: block;
	width: 20px;
    height: 20px;
}
.a-helper-edit i{
	background-image: url('/admin/img/icons_svg/edit.svg');
}
.a-helper-goto i{
	background-image: url('/admin/img/icons_svg/arrow_goto.svg');
}
.a-helper-del i{
	background-image: url('/admin/img/icons_svg/trash.svg');
}
.a-helper-crop i{
	background-image: url('/admin/img/icons_svg/crop.svg');
}
/*------------------------------------------------------*/
.page-title{
	position:relative;
	margin-top:10px;
	border-bottom:1px dashed #8a8a8a;
	padding-bottom:10px;
}
.page-title h1{
	color:black;
	font-size:18px;
	font-weight:normal;
}
.art_social_div{
    float: left;
    margin: 5px 15px 0px 15px;
    width: 90%;
}
.art_cont div.art_social_div{
    margin: 0px;
}
.art_div_fb, .art_div_pin, .art_div_tw, .art_div_gp, art_div_vk{
    float: left;
    overflow: hidden;
    margin-right: 15px;
}
.art_div_fb{
    width: 80px;
    height:20px;
}
.art_div_pin{
    width: 80px;
    height:22px;
}
.art_div_tw{
    width: 80px;
    height:22px;
}
.art_div_gp{
    width: 80px;
    height:22px;
}
.art_div_vk{
    width: 80px;
}
.gallery-h1{
    display: inline;
}
.article-content{
	float: left;
	margin-bottom: 20px;
	width: 100%;
	padding: 10px 0px 0px 0px;
}
.article-content h2,.article-content h3{
	font-family: Arial, Helvetica;
	padding: 5px 0px 5px 0px;
}
.article-content h2{
	font-size: 18px;
}
.article-content h3{
	font-size: 16px;
}
.article-content, .article-content p{
	font-size: 14px;
	font-family: Arial, Helvetica;
	color: black;
}
.article-content p{
	padding: 5px 0px 5px 0px;
}

.article-content .text-left-img{
	float: left;
	margin: 0px 10px 10px 0px;
}
.category-article-bottom{
	overflow: hidden;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
}
.category-article-top img, .category-article-bottom img, .category-article-top iframe, .category-article-bottom iframe{
	max-width: 100%;
	height: auto;
}
.category-article-top h2, .category-article-top h3, .category-article-bottom h2, .category-article-bottom h3{
	margin: 20px 0px 10px 0px;
}
.category-article-block{
	display: block;
}
.category-article-block-mob{
	display: none;

	text-align: center;
	margin: auto;
}

.subcategory-top{

}
.subcategory-div{
	display: block;
	position: relative;

	float: left;
    overflow: hidden;

	width: 230px;
    height: 200px;
	margin: 5px;

    border: 1px solid gray;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
.subcategory-div img{
	width: 100%;
	max-width: 100%;
	min-height: 112px;

}
.buyset{
    font-family: Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
	color: white;
	text-decoration: none;

    text-align: center;

    width: 300px;
    margin: 10px auto 0px auto;
    padding: 10px 30px;
    border: none;



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

	background-color: #6ab705;
	border: 1px solid #589a04;

    background: -moz-linear-gradient(top, #6ab705 0%, #589a04 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#6ab705), to(#589a04));
    background: -o-linear-gradient(#6ab705, #589a04);

    cursor: pointer;

    -moz-box-shadow: 0 3px 1px rgba(191, 191, 191, 0.7);
    -webkit-box-shadow: 0 3px 1px rgba(191, 191, 191, 0.7);
    box-shadow: 0 3px 1px rgba(191, 191, 191, 0.7);
}
a.buyset{
    display: block;
}
.buyset:hover, .buyset:hover{
  	background-color: #589a04;
    background: -moz-linear-gradient(top, #73c904 0%, #64b103 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#73c904), to(#64b103));
    background: -o-linear-gradient(#ffeda0, #73c904);
}


.subcategory-div .subcategory-image-link{
	display: block;
    width: 100%;
    height: 156px;
	margin: auto;
	overflow: hidden;
}
.subcategory-div a{
	width: 100%;
	height: auto;

	text-decoration: none;
}
.subcategory-div .subcategory-title{
	color: gray;
	font-size: 16px;
	/*
	font-weight: bolder;
	text-transform: uppercase;
	*/
	text-decoration: none;
}
.subcategory-div a.subcategory-title:hover{
	text-decoration: none;
}
.category-big{
	text-align: center;
	box-sizing: border-box;
}

.category-big img{
	max-width: 100%;
	height: auto;
	box-sizing: border-box;
}
.category-article-bottom p{
	margin: 8px 0px 8px 0px;
}
.subcategory-bottom{
	border: 1px solid #e0e0e0;
	margin: 10px 0px 20px 0px;
	float: left;
}
.subcategory-bottom h3 {
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    font-size: 16px;
    margin-top: 10px;
}
.subcategory-bottom .page-title {
    border-bottom: 2px solid #e0e0e0;
    margin: 0px 20px;
}
.subcategory-items-div{
	margin: 0px 20px 20px 20px;
}
.subcategory-bottom .index-article-link-div{
	float: left;
	width: 220px;
	padding: 10px 10px 0px 0px;
	margin: 0px;
}
.interest-list{
	margin-top: 20px;
}
.interest-short-box{
	float: left;
	width: 30%;
	margin-right: 10px;
	margin-bottom: 50px;
	height: 200px;
	overflow: hidden;
	border: 1px solid #e0e0e0;
	padding-top: 10px;
}
.interest-pic{
	width: 100%;
	height: 150px;
	text-align: center;
}
.interest-pic img{
	max-width: 97%;
}
.interest-title{
	margin-top: 5px;
	width: 97%;
	text-align: center;
}
.collection-list{
	margin-top: 20px;
}
.collection-short-box{
	float: left;
	width: 30%;
	margin-right: 10px;
	margin-bottom: 50px;
	height: 260px;
	overflow: hidden;
	border: 1px solid #e0e0e0;
	padding-top: 0px;
}
.collection-pic{
	width: 100%;
	height: 215px;
	text-align: center;
}
.collection-pic img{
    max-height: 97%;
}
.collection-title{
	margin-top: 5px;
	width: 97%;
	text-align: center;
}
.category-gallery{
	padding:15px 5px;
	margin-top:10px;
	border: 1px solid #e6e6e6;
}
.category-gallery h3{
	font-size:20px;
	font-weight:bold;
	color:#c3884e;
	padding-left:5px;
}
.category-pics{
	margin-top:10px;
}
.category-pic{
	position:relative;
	float:left;
	min-width:160px;
	height:140px;
	margin:0px 11px 10px 11px;
	border:1px solid gray;
	text-align:center;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
}
.category-pic a{
	display: block;
	width: 100%;
}
.category-notfound{
	border-bottom:1px dashed #8a8a8a;
	padding:100px 0px;
    font-size: 16px;
    font-family: Arial;
    text-align: center;
}
.category-seria{
	position:absolute;
	width:74px;
	height:74px;
	z-index:100;
	top:-2px;
	left:-2px;
	background-image:url("/media/categories/seria_badge.png");
	background-repeat:no-repeat;
}
.seria-parts-list div{
	float: left;
	width: 33.33%;
	height: 200px;
	text-align: center;
}
.seria-parts-list img{
   max-width: 70%;
}
a.email{
    color: #0071ba;
    font-size: 16px;
    font-family: Arial;
}
.basket-widget{
	float: right;
	margin-top: 5px;
	background-color: white;
	border: 1px solid #e0e0e0;

	height: 88px;
	width: 318px;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
}
.basket-wait{
	background: url("../img/ajax-loader.gif") no-repeat;
	width: 50px;
	height: 50px;
	margin: auto;
}
.basket-widget-items-count, .basket-widget-total{
	font-weight: bold;
	color: #4d4d4d;
}
.basket-picture-box{
	position: relative;
	float:left;
	width: 92px;
	height: 88px;
	background: #fff;
	border: 1px solid #e0e0e0;
	border-top:none;
	border-left: none;
	border-bottom: none;
}
.basket-picture-box:after, .basket-picture-box:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.basket-picture-box:after {
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #fff;
	border-width: 6px;
	margin-top: -6px;
}
.basket-picture-box:before {
	border-color: rgba(224, 224, 224, 0);
	border-left-color: #e0e0e0;
	border-width: 7px;
	margin-top: -7px;
}
.basket-picture{
	display: block;
	text-decoration: none;
	/* background-image: url("../img/basket_new.png"); */
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACcAAAAnCAYAAACMo1E1AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAfJJREFUeNrsmF9EQ3EUx7e7GaNELHG53JSlp1ikp4goEqOnek1E9Dalh5GIeqmXPUTqJUoUGfVexIxeSzEiRU+xp0h9f5w7v267f3a335zY4bN79/M7u9+d8/ud33HDxWIxVId1g2WQBklp/AWcg13wFPTHtTqELYJHsGITJkwHS+AebDRbnHhgDrRJYyVwBR6ksQhYA2d0r1zcLD3Qsn3QBXrAJOgH7WAdfNGctM1HiTgRqS3p+yqYB++2eWWQBXPSmBBnqhQ3TetJ2C3Y9ph/Ag7pPgYWVIuzLCOlzc2y0rwJleJ6pfuCT59nqZwkVYpL0PUDfNbgZ63JuG2HK6tzQS3CWVygtIpwX4LvKuQd/I8c5ltcO/jlHObfyeVGFjde625SYINU5P+IM5skwKv8GNXEGS4OlvAb29XrD5lSwbbKjzg9Ol189GridBeHATBDx1EfmKJlMOIhTqfuJUNn7jBI0VnbsMgJOwYHYIwWdN5nGsXcUzAKdmiTxPyIC0vN5is1jxxMdDVlTTqUE4xKnC6nVQ/SDCo0wy4uxDVyBjNxrcg1bEOwTavRSqt/E2dvXGNYgCup1RhGrZLaKD7ewBBDcaUoLb4UQ3GRKPVWmwzF7WkMa9yvDcFVnM55t7KOXIfGqDX/f68jLphqK/wIMAD6Xlhr8/8OigAAAABJRU5ErkJggg==);
	background-repeat: no-repeat;
	width: 39px;
	height: 39px;
	margin-top: 20px;
	margin-left: 24px;
}
.buy-link:hover{
	text-decoration: underline;
}
.basket-info{
	padding-left: 98px;
	padding-top: 15px;
}
.basket-info-data{
	float: left;
	width: 170px;
	overflow: hidden;
	margin: 0px 0px 0px 30px;
	color: #939393;
	font-family: Arial;
	font-size: 14px;
	line-height: 20px;
}
.basket-info-data a{
	color: #1871ab;
}
.basket-amount{
	font-size: 16px;
	color: black;
}
.basket-btn-gray{
	background-image: url("../img/basket-btn-gray.png");
	background-repeat: no-repeat;
	width: 92px;
	height: 41px;
	margin-top: 3px;
}
.gallery-sticker {
	background-image: url("../img/gallery_sticker.png");
	background-repeat: repeat-x;
	background-position: top left;
	width: 132px;
	height: 89px;
	position: absolute;
	z-index: 200;
	margin-left: -6px;
	margin-top: -5px;
}
h1 {
	font-size: 20px;
}
.index-title{
	width: 100%;
	float: left;
	padding-bottom: 10px;
	color: #bf894b;
	font-size: 20px;
	font-family: Arial;
	text-align: center;
}
.index-left-column {
	float: left;
	width: 100%;
	/* width: 652px; */
}
.index-right-column {
	width: 264px;
	float: right;
	margin-left: 34px;
}
.index-categories-box{ }
.index-social-widgets{
	margin-top: 10px;
}
.fb-likebox, .tw-likebox{
	float: left;
	width: 492px;
	background-image: url('../img/ajax-loader.gif');
	background-repeat: no-repeat;
	background-position: center;
}
.fb-likebox{
	height: 320px;
	margin-right: 14px;
}
.fb-likebox-frame{
	height: 286px;
	border: 1px solid #aaaaaa;
}
.fb-likebox-footer{
	height: 30px;
	border: 1px solid #aaaaaa;
}
.tw-likebox-frame{
	overflow: hidden;
	width: 100%;
}
.tw-likebox-frame{
	height: 286px;
	width: 490px;
	border: 1px solid #aaaaaa;
}
.tw-likebox-footer{
	height: 30px;
	border: 1px solid #aaaaaa;
}
.tw-likebox-footer a, .fb-likebox-footer a{
	display: block;
	margin: 5px 0px 0px 10px;
}
.category-box{
	border: 1px solid #e8e8e8;
	background-image: url("../img/category-box-bg.png");
	background-repeat: repeat-x;
	width: 32%;
	min-width: 300px;
	height: 280px;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 15px;
	position: relative;
	overflow: hidden;
}
.category-box-pic{
	display: block;
	float: left;
	text-align: center;
	width: 50%;
	padding-top: 10px;
	min-height: 150px;
	background-position: center center;
	background-repeat: no-repeat;
}
.category-box-list{
	float: left;
	height:155px;
	width: 155px;
	margin-top:4px;
	overflow:hidden;
}
.category-box-list a{
	display: list-item;
	color: #1871ab;
    text-decoration: none;
    margin-bottom: 5px;
    margin-left: 15px;
    max-width: 150px;
}
.category-box-list ul{
	margin-top:10px;
}
.category-box a{
	text-decoration: none;
}
.category-box h2{
	padding-bottom: 5px;
	font-size: 20px;
}
.category-box li{
	margin-bottom: 5px;
}
.category-box li a{
	color:#1871ab;
}
.category-box li a:hover{
	text-decoration: underline;
}
.category-box-btn{
	display: block;
	border: 2px solid #bf894b;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	width: 90%;
	margin-left: 5%;
	margin-top: 5px;
	height: 41px;
	line-height: 41px;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	font-family: Arial;
	color: #bf894b;
}
.category-box-content{
	min-height: 162px;
}
.category-box-title{
	display: block;
	line-height: 53px;
	text-indent: 15px;
	height: 53px;
	border-bottom: 1px solid #e5e5e5;
}
.category-box-title h1 {
	font-weight: normal;
	font-size: 24px;
	font-family: Arial;
	color: #4d4d4d;
}
.index-next{
	position:absolute;
	bottom:0px;
	right:0px;
	font-size:11px;
	color:white;
	padding:5px 0px 0px 20px;
	background-color: #64ae04;
	height: 18px;
	width: 130px;
}
.category-box table {
	font-size: 11px;
	line-height: 14px;
}
a.link {
	color: white;
	font-size: 11px;
}
h2 {
	font-weight: normal;
	font-size: 18px;
	color: #444444;
}
h2 a {
	text-decoration: none;
}
h2 a:hover {
	color: #99682e
}
.right_h2{
    padding: 30px 0px 10px 0px;
    color: #000000;
    font-size: 20px;
    font-weight: bold;
}
.popup-fade {
	background-color: #000;
	opacity: 0.6;
	filter: alpha(opacity=60);
	position: absolute;
	z-index: 5000;
	top: 0px;
	left: 0px;
}
.popup-fade-alert {
	z-index: 6000;
}
.popup-container {
	text-align: left;
	color: #003e51;
	background-color: #FFFFFF;

	padding: 15px 20px;
	margin: 10px 0px;

	position: absolute;
	z-index: 5001;
	top: 0px;
	left: 0px;
	max-width: 800px;

	border: 1px solid #023d4b;
}

.popup-close {
	position: absolute;
	z-index: 5001;
	cursor: pointer;
	background: url("../img/act_0.png") no-repeat;
	width: 24px;
	height: 24px;
	top: 5px;
	left: 95%;
}
.popup-loader {
	position: absolute;
	z-index: 5002;
	background: url("../img/ajax-loader.gif") no-repeat;
	width: 50px;
	height: 50px;
	top: 50px;
	left: 50%;
	display: none;
}
.fullscreen{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:1000;
    background-color:grey;
 }
 .cb-mob-overlay{
 	width: 100%;
 	height: 100%;
 	background-color: #bf8a4c;
 }
 .cb-mob-form-box{
 	min-width: 320px;
 	width: 450px;
 	color: white;
 	margin: auto;
 }
 .cb-mob-form-title{
 	min-height: 40px;
 	font-size: 16px;
 	width: 94%;
 	text-align: center;
 	padding-top: 10px;
 }
 .cb-mob-form-input{
 	width: 94%;
 	float: left;
 	margin-top: 5px;
 	margin-left: 2%;
 }
 .cb-mob-form-input input{
 	height: 40px;
    font-size: 20px;
    width: 100%;
    border: 0px;
    padding: 0;
 }
 .cb-mob-form-keyboard{
 	float: left;
 	margin-top: 10px;
 	width: 100%;
 }
 .cb-mob-form-keyboard a{
 	display: block;
 	height: 50px;
 	line-height: 50px;
 	width: 30%;
 	margin-left: 2%;
 	margin-bottom: 10px;
 	float: left;
 	font-size: 22px;
 	text-align: center;
 	background-color: white;
 	text-decoration: none;
 	color: red;
 	font-weight: bold;
 }
 .cb-mob-form-keyboard-func{
 	background-color: #cecece !important;
 }
 .cb-mob-form-buttons{
 	width: 94%;
 	margin-left: 2%;
 	float: left;
 	margin-top: 10px;
 }
 .cb-mob-form-buttons .cb-cancel{
 	float: left;
 }
 .cb-mob-form-buttons .cb-submit{
 	float: right;
 }
.callback-input {
	height: 30px;
	font-size: 20px;
	width: 400px;
}
.catalog-menu {
	width: 240px;
}
.catalog-menu a.catalog-left-menu {
	border-top: 1px dashed #8a8a8a;
	width:217px;
	height: 25px;
	display: block;
	font-size: 14px;
	padding-top: 10px;
	color: #3b3b3b;
	text-decoration: none;
	/* background-image: url("../img/arrow_2.gif"); */
	background-image: url(data:image/gif;base64,R0lGODlhBwAnAMQAALq6uvv7+8PDw/Hx8fb29r6+vrW1tePj49HR0cjIyNra2u3t7ejo6MzMzN/f39bW1v///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAAAAAAALAAAAAAHACcAAAU4ICSOZGmeaKqubBuYAlEmwFA+xlEeAFIOBcFrRAAUiAKBDbIANIYOg2KEADBIheVo2Op6v+CwKAQAOw==);
	background-repeat: no-repeat;
	background-position: top right;
}
.catalog-menu a.catalog-left-menu:last-child {
	border-bottom: 1px dashed #8a8a8a;
}
.catalog-menu a.catalog-left-menu:hover {
	color: #99682e;
}
.catalog-menu .current-menu{
	/* background-image: url("../img/arrow_3.gif"); */
	background-image: url(data:image/gif;base64,R0lGODlhCwAnANUAAP/+/////fz////+/P//+/7//f/9/urh2KN7SJ1yO+3j2f3+//Ps4ppoLfTt5djGsKuCVvn28capiZ9xP6V5SvDt6NS8pKBxPe3g2KR6SJdpLuTYysGgf62FVKuFVrCOYODPvbmXcZ9wOvr18a2CVb+fedfFrcu0lOvj2KBxO/7///7+/v///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAAAAAAALAAAAAALACcAAAZ0QJZwSCwKV0MkkrhcspzG6PMonRaV1ax2y+16iQGWilVghVkAAqIEMAsAqsCHhEpZWAbWQCVJVFggGhsqAiwmDRhxKicTDAQHFw8qYyoAIRAOGRwAAHsACxEeIh1DbXkqChQjY2Vfrq+wsbKztFUrt7i3Q0EAOw==);
	background-repeat: no-repeat;
	background-position: top right;
}
.catalog-menu #sale, .catalog-menu #discount, .catalog-menu-mobile #sale, .catalog-menu-mobile #discount{
	font-weight: bold;
}
.catalog-submenu {
	padding-top: 5px;
	padding-bottom: 15px;
	/* background-image: url("../img/subc.gif"); */
	background-image: url(data:image/gif;base64,R0lGODlhtAANANUAAPv7+/n5+fj4+Pr6+u7u7u/v7/X19ff39/Dw8PHx8fPz8+Li4vT09PLy8tbW1uTk5OXl5ejo6Onp6ePj4+3t7erq6ubm5tnZ2efn5+zs7Ovr69jY2N7e3tfX1+Hh4eDg4N/f39vb29zc3N3d3dra2vb29v39/f7+/vz8/P///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAAAAAAALAAAAAC0AA0AAAb/wJRwSCwaj8ikcslsOp/QqHRKrVqv2Kx2y+16v+CweEwum8/otHrNbruHp7h8bqqj7ncAYMAP+AMCAgeDJQaGDAwKCg0NCQkIBQUEkxQZGhUVEhIRERgWEBAPExMLCx4fHyAcHCMiISEkF7IbGx0dDri5urq2tLIXJCEiIiOrICAfHh6lE6AQFhicERIVGhkZFNkEkQgICYyKiIYGJSUHgX9+fHrseHUmTHTvdnnse3wDfoGCB+WFh4oUOXrULdIkAtksXcqkSZonC59APZg4cdSoUhgzMptAkaIziBhCctJEDZM1bBS2cev2DZwCcYb8mdv3B589PCjmzYkyp+c8epwo7OHLp29fIJnjxiEKyIjRQJYFI0mVdLCq1atWpxboxnJgywbhEMEk528QunRDB9gDgFNnzzhi3sp7BzSo0LRE/xg1OqhvP5mAAwsW7NfsXgHpag5dyxbovDpy4b6BEvnt48t1M2vezLnu5c+Vd04eTbq06dOoywQBADs=);
	background-repeat: no-repeat;
	background-position: top left;
    color: #3b3b3b;
    text-decoration: none;
}
.catalog-submenu a {
	font-size: 14px;

	border: 0px !important;
	background-image: none;


	width: 217px;
    min-height: 12px;
    display: block;
    font-size: 14px;
    padding-top: 10px;
    color: #3b3b3b;
    text-decoration: none;

}
.catalog-submenu a:hover {
    color: #99682e;
}

.catalog-submenu-2 a{
	height: auto;
}
.catalog-submenu .current-sub{
	color: #99682e;
}
.mob-menu-divider{
	float: left;
	width: 100%;
	border-top: 1px solid gray;
	margin: 5px 0px 5px 0px;
}
.lang-box-mobile{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.lang-box-mobile a{
    width: 50px !important;
    display: block !important;
    /*margin: unset !important;*/
    font-size: 26px !important;
}
.lang-box-mobile a.current{
	color: #4d4d4d;
	font-weight: 600;
}
.catalog-menu-mobile{
	padding: 10px;
	height: 100%;
	width: auto;
	-moz-column-count: auto;
    -webkit-column-count: auto;
    column-count: auto;
    box-sizing: border-box;
}
.catalog-menu-mobile a{
	float: left;
	width:280px;
	box-sizing: border-box;
	/*display: inline-block;*/
	display: block;
	font-size: 16px;
	font-weight: normal;
	color: #3b3b3b;
	text-decoration: none;
	text-transform: uppercase;
	margin: 5px auto;
	padding: 10px 15px;
    margin: 5px 5px 5px 0px;
    border: 1px solid #e0e0e0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
.catalog-menu-mobile .lang-box-mobile a{
	padding: 5px;
	margin: 0px 5px;
}
.catalog-menu-mobile a.tel{
	font-size: 22px;
	font-weight: bold;
	
	color: #666666;
	text-align: center;
	cursor: pointer;	
	width: 100%;		
	border: none;
	padding-bottom: 50px;
}
.mobile-top-cat{
	font-weight: bold;
}
.breadcrumb {
	width: 100%;
	overflow: hidden;
	color: #787878;
	font-size: 12px;
	height: 16px;
	padding-top: 10px;
}
.breadcrumb a, .item-prev-next a, .service-link {
	color: #0071ba;
	text-decoration: none;
}
.breadcrumb a:hover, .item-prev-next a:hover, .service-link:hover {
	color: #004470;
	text-decoration: underline;
}
.item-prev-next{
	width:100%;
	height: 25px;
	padding-top: 10px;
	border-bottom: 1px dashed #8a8a8a;
}
.item-prev, .item-pos-in-cat, .item-next{
	float: left;
	width: 33%;
}
.item-pos-in-cat{
	text-align: center;
}
.item-next{
	text-align: right;
}
.item-box{
	border-top: 1px dashed #8a8a8a;
	margin-top: 10px;
}
.no-border{
	border: none;
}
.item-out-prod-div{
	float: left;
	width: 100%;
}
.item-out-prod{
	max-width: 100%;
	box-sizing: border-box;
	margin: auto;
    width: 100%;
	margin-bottom: 10px;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	border: 1px solid red;
    padding: 10px;
    background-color: #ffd897;
    color: #dc1515;
}
.out-prod .item-offer-part1 {
    float: none;
    width: auto;
}
.item-title{
	float:left;
	width: 100%;
	margin-bottom: 10px;
}
.item-title h1{
	font-size: 20px;
	color: black;
	font-weight: normal;
}
.item-offer{
	width: 340px;
	margin-left: 5px;
}
.item-need-size{
	float:left;
	width:140px;
	text-align:center;
	font-size:12px;
	color:#cd7509;
	font-weight:bold;
}
.item-tabs{
	float: left;
	width: 96%;
	overflow: hidden;
	margin-top: 20px;
}
.item-tabs img, .article-content img{
	max-width: 100% !important;
	height: auto !important;
}
.item-tabs iframe, .article-content iframe{
 	max-width: 90% !important;
 	margin: auto;
}
.article-content table{
	max-width: 100% !important;
}
.item-box-inner{
	margin-top: 10px;
}
.items-list{
	margin-bottom: 30px;
}
.item-short-box{
	position: relative;

	float: left;
	width: 30%;
	min-width: 165px;
	margin-top: 25px;
	margin-right: 1%;
	margin-left: 2%;

	border: 1px solid #F2DCDC;

	-webkit-box-shadow: 4px 7px 16px -2px rgba(138,136,138,1);
	-moz-box-shadow: 4px 7px 16px -2px rgba(138,136,138,1);
	box-shadow: 4px 7px 16px -2px rgba(138,136,138,1);
}
.item-short-title{
	width: 100%;
	text-align: center;
	max-height: 50px;
	overflow: hidden;
}
.item-short-title a{
	font-size: 14px;
	color: #0071ba;
}
.item-short-dimensions{
	width: 100%;
	margin-top: 5px;
	text-align: center;
}
.item-short-dimensions div{
	width: 100%;
    padding: 0px;
    font-size: 14px;
    color: #7a7a7a
}
.item-short-price-box{
	position: absolute;
	text-align:center;
	width: 100%;
	bottom: 10px;
}
.item-short-code{
	width: 100%;
	text-align: center;
	padding: 0px 0px 30px 0px;
    font-size: 14px;
    font-weight:bolder;
    color: #7a7a7a
}
.item-short-per-metr{
	width: 100%;
	text-align: center;
	padding: 0px;

    font-size: 24px;
    color: #589a04;
    font-weight:bolder;
    line-height: 24px;

    height: 24px;
    overflow: hidden;
}
.item-per-metr{
    float: left;
    margin-top: 10px;

    font-weight: normal;
    color: #589a04;
    font-size: 30px;
    line-height: 30px;
}
.item-short-per-metr span{
    font-size: 18px;
}
.item-per-metr span{
    font-size: 18px;
    line-height: 18px;
}
.item-short-button{
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
}
.item-short-pic{
    width: 100%;
    height: auto;
    margin: auto;
    overflow: hidden;
    position: relative;
}
.item-short-img{
	position: relative;	
	width: 100%;
	aspect-ratio: 1;
}
.item-short-img:after {
	content: "";
	display: block;
	padding-bottom: 100%;
}
.item-short-img img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.item-short-pic img{
	width: 100%;
	display: block;
	image-rendering: -moz-crisp-edges;
	image-rendering:   -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
}
.item-short-pic a{
	display: block;
}
.item-short-info{
	background-color: #f2f2f2;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
.item-short-info-content{
	padding: 12px 5px;
	min-height: 210px;
	position: relative;
}
.pager-short{
	display: none;
}
.pager{
	margin-top: 10px;
    text-align: center;
}
.pager a, .pager-current-page {
	font-size: 18px;
	display: inline-block;
	margin: 0px 5px 10px 0px;
	text-decoration: none;
	padding: 10px 15px;
	font-weight: normal;
}
.pager a:hover, .pager-current-page{
	background-color: #dedede;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
	border-radius: 5px;
}
.pager-page, .pager-prev, .pager-next{
	border: 1px solid #e0e0e0;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
	border-radius: 5px;
}
.pager-disabled{
	background-color: #dedede;
}
.sortpanel{
	padding-top: 10px;
}
.category-total{
	float:left;
	width:50%;
}
.category-sort{
	float:right;
	color:#a4a4a4
}
#listSort {
	color: #0071ba;
	cursor: pointer;
	border-bottom: 1px dashed #0071ba;
	position: relative;
}
#listSortList {
	display: none;
	position: absolute;
	background-color: white;
	border: 1px solid #a4a4a4;
	border-top: none;
	white-space: nowrap;
	text-align: left;
	top:20px;
	right:0px;
	z-index: 100;
}
#listSortList div{
	padding: 10px;
	line-height: 24px;
}
.item-photo-th {
	float: left;
	width: 90px;
	height: 90px;
	border: 1px solid #9e9e9e;
	padding: 1px;
	margin-right: 4px;
	margin-bottom: 4px;
}
.item-photo-th img{
	max-height: 100%;
}
.rounded {
	background-color: white;
	border: 1px solid #a4a4a4;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
.item-subtitle{
	border-bottom: 1px dashed #8a8a8a;
	padding-top: 20px;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 14px;
}
.item-specifications{
	color:#424242;
	padding-top:5px;
	font-size:14px;	
}
.item-sizes{
	float: left; 
	margin-right: 10px;	
}
.item-size-black{
	font-size: 14px;
	color: black;
}
.item-additional-items{
	float: left;
	width: 100%;
}
.item-photos-container {
	flex-grow: 2;
	max-width: 620px;
	padding-right: 20px;
}
.item-additional-photos{
	padding-top: 20px;
	padding-left: 0px;
}
.item-additional-photos-carousel{
	display: none;
}
.item-hints ul{
	padding: 10px 0px 10px 0px;
	color: #424242;
}
.item-hints li{
	font-weight: bold;
	padding-bottom: 5px;
}
.item-hints li p{
	font-weight: normal;
}
.item-hints a{
	font-size: 10px;
	color: #0071ba;
	text-decoration: underline;
}
.item-hints a:hover{
	color: #004470;
	text-decoration: underline;
}
.decors-select{
	width: 95%;
	max-width: 98%;
	margin: auto;
	background-color: white;
	box-sizing: border-box;
}
.decors-select-title{
	border-bottom: 1px dashed #8a8a8a;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 14px;
}
.decors-select-descr{
	color: #424242;
}
.decors-select-items{
	height: 310px;
	overflow: scroll;
	border: 1px solid #A9A9A9;
}
.decors-select-descr textarea{
	width: 100%;
	height: 50px;
}
.choose-decor-name{
	font-size: 10px;
	text-align: center;
}
.decors-select-hint, .decors-select-wishes{
	font-size: 12px;
	color: gray;
	margin-top: 5px;
	margin-bottom: 5px;
}
.decors-select-wishes{
	color: black;
	font-weight: bold;
	color: #424242;
}
.decor-select-content{
	padding: 5px;
}
.decor-buttons{
	margin-top: 10px;
	margin-bottom: 10px;
}
.decor-continue{
	float: right;
}
.decor-cancel{
	float: left;
	display: none;
}
.item-decors{
	float: left;
	width: 100%;
}
.decor-element{
	position: relative;
    color: #424242;
    padding: 10px 0px;
}
.decor-element-short{
	max-height: 260px;
	overflow: hidden;
}
.decor-element .decor_bottom_gradient{
	display: none;
}
.decor-element-short .decor_bottom_gradient{
	display: block;
}
.decor_bottom_gradient{
	position: absolute;
    width: 100%;
    height: 20px;
    bottom: 0;
    text-align: center;

    background-color: white;
    background-image: url(/skin/index/img/white_bottom_gradient.png);
    /*
    background-repeat: repeat-x;
    background-position: bottom;
    */

}
.decor_bottom_gradient a{
    text-decoration: none;
    color: #424242; /* #aaaaaa;*/
    font-size: 12px;
}
.decor_bottom_gradient a:hover{
	border-bottom: 1px dashed #424242;
}
.decor-name{
    padding-right:5px;
    white-space: pre-line;
}
.decor-element-list{	
	display: flex;		
	align-items: center;	
	flex-direction: row;
	flex-wrap: wrap;
	flex-flow: row wrap;		
	align-content: flex-start; 	
	/* justify-content: space-around;  */				
}
.item-decor-block{
	width: 90px;
	height: 165px;	
	padding-top: 5px;
	color: #424242;
}
.item-decor-block a{
	display: block;	
}

.item-decor-block img {
    width: 80px;
    height: 80px;
    border: 1px solid gray;
    box-sizing: border-box;        
}
.item-decor-block p {
    font-size: 13px;
    padding-left: 5px;
}


.item-decor p{
    font-size: 10px;
}
.item-decor{
	width: 115px;
	height: 120px;
	float: left;
	margin: 5px 0px 0px 5px;
	position: relative;
}

.choose-decor .decor-new, .item-decor .decor-new{
	position: absolute;
	top: 0px;
}
.item-decor .decor-new{
	right: 0px;
	width: 60px;
	height: 60px;
	background-image: url("../img/label-new.png");background-repeat:no-repeat;
}


.choose-decor{
	position: relative;
}
.choose-decor .decor-new{
	right: 0px;
	width: 60px;
	height: 60px;
	background-image: url("../img/label-new.png");background-repeat:no-repeat;
}

.item-decor > a{
	position: relative;
	display: block;
	width: 80px;
    height: 82px;
    margin-bottom: 3px;
}

.item-decor img{
	width: 80px;
    height: 80px;
    border: 1px solid gray;
    box-sizing: padding-box;
}
.item-galleries{
	float: left;
	width: 100%;
	margin-top: 10px;
}
.item-gallery{
    float: left;
    position: relative;
    width: 200px;
    margin-right: 30px;
    margin-bottom: 30px;
}

.item-gallery-link{
	margin-top: 4px;
	float: left;
	width: 100%;
    font-style:normal;
    font-size: 12px;
}
.item-gallery-link a{
    color: #0071ba;
}
.item-gallery h3{
    position: relative;
    overflow: hidden;
    border-bottom: 1px dashed #8a8a8a;
    padding-top: 5px;
    padding-bottom: 5px;
}
.item-gallery-list{
	float: left;
    color: #424242;
    width: 100%;
    height: auto;
    margin-top: 5px;
}
.item-gallery-list a {
	display: block;
	float: left;
	margin-right: 5px;
    width: 95px;
    height: 90px;
}
.item-gallery-list img{
	max-width: 100%;
	height: 100%;
}
.gallery-item {
	float: left;

	min-width: 210px;
    height: 250px;

    overflow: hidden;

	text-align: center;
	border: 1px solid #a4a4a4;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-top: 5px;

	-moz-box-shadow: 0px 0px 7px #999999;
	-webkit-box-shadow: 0px 0px 7px #999999;
	box-shadow: 0px 0px 7px #999999;
}
.gray-button-text{
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #bfbfbf;
    border: none;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    line-height: 1;
}
.gray-button, .gray-button:hover, .gray-button:active{
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;

    background: -moz-linear-gradient(top, #e6e6e6 0%, #c8c8c8 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#e6e6e6), to(#c8c8c8));
    background: -o-linear-gradient(#e6e6e6, #c8c8c8);

    cursor: pointer;

    -moz-box-shadow: 0 3px 1px rgba(169, 169, 169, 0.7);
    -webkit-box-shadow: 0 3px 1px rgba(169, 169, 169, 0.7);
    box-shadow: 0 3px 1px rgba(169, 169, 169, 0.7);
}
.green-button-text{
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    color: white;
    border: none;
}
.green-button{
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;

    background: -moz-linear-gradient(top, #6ab705 0%, #589a04 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#6ab705), to(#589a04));
    background: -o-linear-gradient(#6ab705, #589a04);
    -moz-box-shadow: 0 3px 1px rgba(169, 169, 169, 0.7);
    -webkit-box-shadow: 0 3px 1px rgba(169, 169, 169, 0.7);
    box-shadow: 0 3px 1px rgba(169, 169, 169, 0.7);
}
.green-button:hover{
    background: -moz-linear-gradient(top, #73c904 0%, #64b103 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#73c904), to(#64b103));
    background: -o-linear-gradient(#ffeda0, #73c904);
}
.green-button:active{
    background: -moz-linear-gradient(top, #64b103 0%, #73c904 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#64b103), to(#73c904));
    background: -o-linear-gradient(#64b103, #73c904);
}
.green-button, .buy-button, .buy-button1, .buy-button2, .buy-button3, .buy-button4{
	background-color: #6ab705;
}
.green-button:hover, .buy-button:hover, .buy-button1:hover, .buy-button2:hover, .buy-button3:hover, .buy-button4:hover{
  	background-color: #589a04;
}
.green-button:active, .buy-button:active, .buy-button1:active, .buy-button2:active, .buy-button3:active, .buy-button4:active{
  	background-color: #589a04;
}
.buy-button, .buy-button5{
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: white;
    padding: 10px 30px;
    border: none;

    text-decoration: none;

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

	background-color: #6ab705;
	border: 1px solid #589a04;

    background: -moz-linear-gradient(top, #6ab705 0%, #589a04 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#6ab705), to(#589a04));
    background: -o-linear-gradient(#6ab705, #589a04);

    cursor: pointer;

    -moz-box-shadow: 0 3px 1px rgba(191, 191, 191, 0.7);
    -webkit-box-shadow: 0 3px 1px rgba(191, 191, 191, 0.7);
    box-shadow: 0 3px 1px rgba(191, 191, 191, 0.7);
}

.buy-button5{
    padding: 10px 0px;
    text-align: center;
    width: 130px;
}
a.buy-button5{
    display: block;
}
.buy-button:hover, .buy-button5:hover{
  	background-color: #589a04;
    background: -moz-linear-gradient(top, #73c904 0%, #64b103 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#73c904), to(#64b103));
    background: -o-linear-gradient(#ffeda0, #73c904);
}

.buy-button:active, .buy-button5:active{
	background-color: #589a04;
    background: -moz-linear-gradient(top, #64b103 0%, #73c904 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#64b103), to(#73c904));
    background: -o-linear-gradient(#64b103, #73c904);
}

.buy-button1{
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    border: none;
	background-color: #589a04;

    text-decoration: none;

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

    background: -moz-linear-gradient(top, #6ab705 0%, #589a04 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#6ab705), to(#589a04));
    background: -o-linear-gradient(#6ab705, #589a04);

    cursor: pointer;

    -moz-box-shadow: 0 3px 1px rgba(191, 191, 191, 0.7);
    -webkit-box-shadow: 0 3px 1px rgba(191, 191, 191, 0.7);
    box-shadow: 0 3px 1px rgba(191, 191, 191, 0.7);
}
.buy-button1{
    color: white;
    padding: 6px 0px;
    text-align: center;
    width: 100px;
}
a.buy-button1{
    color: white;
    display: block;
}
.buy-button1:hover{
	background-color: #589a04;

    background: -moz-linear-gradient(top, #73c904 0%, #64b103 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#73c904), to(#64b103));
    background: -o-linear-gradient(#ffeda0, #73c904);
}
.buy-button1:active{
	background-color: #589a04;

    background: -moz-linear-gradient(top, #64b103 0%, #73c904 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#64b103), to(#73c904));
    background: -o-linear-gradient(#64b103, #73c904);
}
.buy-button2{
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: white;
    padding: 6px 20px;
    border: none;

    text-decoration: none;

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

    background: -moz-linear-gradient(top, #6ab705 0%, #589a04 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#6ab705), to(#589a04));
    background: -o-linear-gradient(#6ab705, #589a04);

    cursor: pointer;

    -moz-box-shadow: 0 3px 1px rgba(191, 191, 191, 0.7);
    -webkit-box-shadow: 0 3px 1px rgba(191, 191, 191, 0.7);
    box-shadow: 0 3px 1px rgba(191, 191, 191, 0.7);
}
.buy-button2:hover{
    background: -moz-linear-gradient(top, #73c904 0%, #64b103 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#73c904), to(#64b103));
    background: -o-linear-gradient(#ffeda0, #73c904);
}
.buy-button2:active{
    background: -moz-linear-gradient(top, #64b103 0%, #73c904 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#64b103), to(#73c904));
    background: -o-linear-gradient(#64b103, #73c904);
}
.discount-button{
    text-align: left;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    border: none;
    text-decoration: none;
    color: white;
    background-color:   #f79706;

    display: block;
    width: 120px;
    height: 40px;

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

    background: -moz-linear-gradient(top, #f79706 0%, #dc7805 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#f79706), to(#dc7805));
    background: -o-linear-gradient(#f79706, #dc7805);

    cursor: pointer;

    -moz-box-shadow: 0 3px 1px rgba(191, 191, 191, 0.7);
    -webkit-box-shadow: 0 3px 1px rgba(191, 191, 191, 0.7);
    box-shadow: 0 3px 1px rgba(191, 191, 191, 0.7);
}
.discount-button span{
    display:block;
    width: 110px;
    height: 40px;
}
.discount-button:hover{
    background-color:   #dc7805;

    background: -moz-linear-gradient(top, #ffb806 0%, #f78706 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffb806), to(#f78706));
    background: -o-linear-gradient(#ffb806, #f78706);
}
.discount-button:active{
    background-color:   #dc7805;

    background: -moz-linear-gradient(top, #f78606 0%, #ffb706 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#f78606), to(#ffb706));
    background: -o-linear-gradient(#f78606, #ffb706);
}
.buy-button3-text{
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    line-height: 1;
    color: white;
    border: none;
}
.buy-button3{
    text-decoration: none;
    display: block;
    width: 120px;
    height: 40px;

	background-color: #6ab705;
	border: 1px solid #589a04;

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

    background: -moz-linear-gradient(top, #6ab705 0%, #589a04 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#6ab705), to(#589a04));
    background: -o-linear-gradient(#6ab705, #589a04);

    cursor: pointer;

    -moz-box-shadow: 0 3px 1px rgba(191, 191, 191, 0.7);
    -webkit-box-shadow: 0 3px 1px rgba(191, 191, 191, 0.7);
    box-shadow: 0 3px 1px rgba(191, 191, 191, 0.7);
}
.buy-button3:hover{
    background: -moz-linear-gradient(top, #73c904 0%, #64b103 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#73c904), to(#64b103));
    background: -o-linear-gradient(#ffeda0, #73c904);
}
.buy-button3:active{
    background: -moz-linear-gradient(top, #64b103 0%, #73c904 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#64b103), to(#73c904));
    background: -o-linear-gradient(#64b103, #73c904);
}
.buy-button4{
    text-decoration: none;
    display: inline-block;

    padding: 6px 12px;
    text-align: center;
	white-space: nowrap;

    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;


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

	background-color: #6ab705;
	border: 1px solid #589a04;

    background: -moz-linear-gradient(top, #6ab705 0%, #589a04 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#6ab705), to(#589a04));
    background: -o-linear-gradient(#6ab705, #589a04);

    cursor: pointer;

    -moz-box-shadow: 0 3px 1px rgba(191, 191, 191, 0.7);
    -webkit-box-shadow: 0 3px 1px rgba(191, 191, 191, 0.7);
    box-shadow: 0 3px 1px rgba(191, 191, 191, 0.7);
}
.item-row-container a.buy-button4{
    color: #FFFFFF;
}
.buy-button4:hover{
	background-color: #589a04;
    background: -moz-linear-gradient(top, #73c904 0%, #64b103 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#73c904), to(#64b103));
    background: -o-linear-gradient(#ffeda0, #73c904);
}
.buy-button4:active{
	background-color: #589a04;
    background: -moz-linear-gradient(top, #64b103 0%, #73c904 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#64b103), to(#73c904));
    background: -o-linear-gradient(#64b103, #73c904);
}
.item-code{
	margin: 3px 10px 10px 0px;
	color: black;
	font-weight: bold;
	width: 150px;
}
.item-availability, .item-days{
	color: #fca421;
	font-size: 16px;
}
.item-price{
	padding: 10px 0px;
	color: #7a7a7a;
}
.item-oplata-hint{
	padding: 10px 0px;
	color: black;
}
.item-printbtn{
	margin-right: 5px;
}
.item-socialbtns{
	margin-top:10px;
	width:360px;
}
.item-params-full{
	float:left;
	width: 100%;
}
.item-code, .item-availability, .item-days, .item-price, .item-buybtn, .item-oplata-hint, .item-printbtn{
	float: left;
	width: 100%;
}
.item-buybtn{
	margin-left: 10px;
}
.item-printbtn{
	margin-left: 15px;
}
.item-multi-prices{
	float: left;
	width: 100%;
}
.item-multi-prices-options{
	margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
}
.price-option{
	position: relative;
	float:left;
	width: 140px;
	height: 145px;
	margin-right: 5px;
	margin-bottom: 10px;
	padding: 5px;
}
.price-option-v2{
	position: relative;
	width: 125px;
	min-width: 120px;
	height: 200px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.price-option-v2-params{
	color: #424242;
	padding:5px 0px 0px 0px;
	font-size:10px;
	text-align: center;
}
.price-option-v2-pic{
	max-height: 120px;
	overflow: hidden;
	text-align: center;
	margin-top: 5px;
}
.price-option-v2-price{
	width: 100%;
	text-align: center;
}
.price-option-v2-price-box{
	margin-top: 3px;
	min-height: 17px;
}
.price-option-buybtn{
	margin-top: 4px;
	width: 100%;
}
.price-option-buybtn .buy-button1{
	width: 120px;
	margin: auto;
}
.price-option-more{
	position: absolute;
	bottom: 5px;
	width: 100%;
}
.price-option-more .callback{
	width:120px;
	margin:auto;
}
.price-option-oldprice{
	color: #7a7a7a;
	font-size: 16px;
	text-decoration: line-through;
	height: 16px;
}
.price-option-newprice{
	font-size: 30px;
	color: #cd7509;
}
.price-option-oldprice_v2{
	color: #7a7a7a;
	font-size: 14px;
	text-decoration: line-through;
	height: 16px;
}
.price-option-newprice_v2{
	font-size: 14px;
	color: #cd7509;
	font-weight: bold;
}
.item-cat-photo{
	float: left;
	border: 1px solid #9e9e9e;
	padding: 1px;
	margin-right: 5px;
	margin-bottom: 5px;
}
.item-cat-link{
    text-align: center;
    padding-bottom: 3px;
}
.item-cat-link a{
    text-decoration: none;
    font-size: 12px;
    color: #7A7A7A;
}
.item-cat-link a:hover, .item-cat-link a:active{
    text-decoration: underline;
}
#diplom > a{
    margin: 5px;
    width:47%;
    min-width: 300px;
    height: 470px;

    border: 1px solid #e0e0e0;
    overflow: hidden;
    float: left;
    text-align: center;
    /*
    display: block;
    vertical-align: middle;
	*/
	display : flex;
  	align-items : center;
	justify-content: center;
}
#diplom > a > img{
    width: auto;
    max-height: 100%;
}
.item-offer-leftcolumn, .item-offer-rightcolumn, .item-socialbtns{
	float: left;
}
.item-offer-leftcolumn{
	width: 150px;
}
.item-offer-rightcolumn{
	min-width: 170px;
	width: 55%;
}
.item-offer-widget{
	padding-top: 5px;
	width: 100%;
	margin: auto;
}
.item-offer-widget-bottom{
	float: left;
	margin-top: 15px;
	display: none;
	width: 100%;
}
.item-offer-part2, .item-offer-part1{
	float: left;
	width: 150px;
	text-align: center;
}
.item-aggregate{
	float: left;
	width: 100%;
	margin-top: 15px;
	color: #DDDDDD;
	overflow: hidden;
	font-size: 12px;
}
.item-sizes-small{
	display: none;
}
#example-container{
	overflow: auto;
}
#example-container a{
	display: inline-block;
}
#example-container a.picFull img{
	-moz-box-shadow: 0px 0px 4px #999999;
	-webkit-box-shadow: 0px 0px 4px #999999;
	box-shadow: 0px 0px 4px #999999;
}
.delimiter-dashed{
	border-bottom:1px dashed #8a8a8a;
	margin:20px 0px;
	width: 100%;
	float: left;
}
a.index_sale{
    display: block;
    width: 223px;
    height: 94px;

	background-image: url("../img/index/sale.png ");
    background-repeat: no-repeat;
    background-position: 0 0;
}
a.index_sale:hover{
    background-position:    0px -96px;
}
a.index_discount{
    display: block;
    width: 179px;
    height: 76px;
	background-image: url("../img/index/discount.png");

    background-repeat: no-repeat;
    background-position: 0 0;
}
a.index_discount:hover{
	/*background-image: url("../img/index/discount_hover.png");*/
    background-position: 0px -78px;
}
.page-left-column, .page-right-column{
	float: left;
}
.page-left-column{
	width: 590px;
	width: -webkit-calc( 100% - 300px );
    width: -moz-calc( 100% - 300px );
    width: calc( 100% -300px );
    margin-right: 20px;
}
.page-right-column{
	width: 276px;
}
.top_index_article{
    width: 630px;
    border:1px solid #6E6E6E;
    padding: 10px;

    overflow: hidden;

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

}
.dotted_index{
    height: 90px;
	background-image: url("../img/dottend_index.png");
    background-position: bottom;
    background-repeat: repeat-x;
}

.choose-decor {
	float: left;
	width: 100px;
	height: 140px;
	overflow: hidden;
	text-align: center;
}
.decor-img-div{
	width: 100px;
	height: 100px;
	overflow: hidden;
	text-align: center;
}
.choose-decor img{
	width: 100px;
}
.color {
	border: 1px solid white;
	display: inline-block;
	text-align: center;
	margin-right: 5px;
}
.color-active {
	border: 1px solid red;
	display: inline-block;
	text-align: center;
	margin-right: 5px;
}
.print-header {
	font-size: 16px;
	color: #777777;
}
.print-header p {
	padding-bottom: 3px;
}
.print-footer {
	background-color: #ededed;
	padding: 15px;
	color: #424242;
	font-size: 14px;
}
.print-footer a {
	color: black;
}
.print-photo {
	border: 1px solid #7a7a7a;
	display: inline-block;
}
.close-photo {
	position: absolute;
	z-index: 5;
	display: inline-block;
	width: 24px;
	height: 24px;
	background-image: url("../img/close_photo.jpg");
	top:20px;
	right: 15px;
}
.print-btn {
	float: right;
}
.meb_1, .meb_2, .meb_3, .meb_4, .meb_5, .meb_6{
    width: 32px;
    height: 47px;
    display: block;
    background-image: url("../img/meb.gif");
    background-repeat: no-repeat;
}
.meb_1{
    background-position:  0px 0px;
}

.meb_2{
    background-position:  -32px 0px;
}

.meb_3{
    background-position:  -64px 0px;
}

.meb_4{
    background-position:  -96px 0px;
}

.meb_5{
    background-position:  -128px 0px;
}

.meb_6{
    background-position:  -160px 0px;
}
.left-social-buttons{
	text-align: center;
	margin-top:20px;
	margin-bottom:20px;
}
.left-social-buttons a{
	margin-right: 2px;
}
.social_buttons_right_vk, .social_buttons_right_fb, .social_buttons_right_gp, .social_buttons_right_map, .social_buttons_right_pi, .social_buttons_right_yt, .social_buttons_right_in, .social_buttons_right_tw{
    width: 32px;
    height: 32px;
    display: block;
    float: left;

    background-image: url("../img/sb/social3.png");
    background-repeat: no-repeat;
}
.social_buttons_right_vk{
    background-position:  0px 0px;
}
.social_buttons_right_fb{
    background-position:  -32px 0px;
}
.social_buttons_right_gp{
    background-position:  -64px 0px;
}
.social_buttons_right_map{
    background-position:  -96px 0px;
}
.social_buttons_right_pi{
    background-position:  -128px 0px;
}
.social_buttons_right_yt{
	background-position:  -160px 0px;
}
.social_buttons_right_in{
	background-position:  -192px 0px;
}
.social_buttons_right_tw{
	background-position:  -224px 0px;
}
.credit-button{
    width: 122px;
    height: 46px;
    display: block;

	line-height: 0;
    font-size: 0;
    color: transparent;

    background-image: url('../img/credit_button.png');
    background-repeat: no-repeat;

}
.credit-button:hover{
    background-position: 0px -46px;
}
.credit-button:active{
    background-position: 0px -92px;
}
.content_page_div{
    display: none;
    padding-top: 10px;
}
.content_page_div img{
	max-width: 700px;
}
.content_page_div p{
    padding: 5px 0px 5px 0px;
}
.fb-like{
    height: 20px;
    overflow: hidden;
}
.item-short-price{
    color: #cd7509;
    font-size: 20px;
}
.item-short-old-price{
    font-size: 16px;
    color: black;
}
.item-short-old-price-small, .item-short-price-small{
    color: #cd7509;
    font-size: 14px;
}

.item-list-stock{
	width: 100%;
	text-align: center;
	color: #db8a12;
}
.iten_list_div_center_r{
    position: relative;
    float: right;
    right: 50%;
}

.iten_list_div_center_l{
    position: relative;
    float: left;
    left: 50%;
}

.item_list_arrow_up{
    width: 57px;
    height: 11px;
    margin-top: -1px;
}

.item_list_description{
    padding: 20px 0px;
    font-size: 14px;
    color: #7a7a7a;
}
.index-banner{
	float: left;
	margin-left: 20px;
}
.badge-div{
	position: relative;
	width: 320px;
	margin: auto;
}
.slider-wrapper, .slider-wrapper-item-photos{
	float: left;
	/* width: 100%; */
	/* margin-top: 5px; */
	width: 660px;
}
.slider-wrapper-item-photos{
	display: none;
}
.slider-wrapper-item-photos .flex-control-nav,.slider-wrapper-item-photos .flex-direction-nav{
	display: none;
}
.slider {
    margin-top: 10px;
}
.slide-caption-left, .slide-caption-right{
	font-family: Helvetica, Arial, sans-serif;
	color:#000;
	width:45%;
	margin-top: 2%;
}
.slide-caption-left{
	float: left;
	margin-left: 30px;
}
.slide-caption-right{
	float: right;
	margin-right: 10px;
}
.slide-caption-line-1{
	font-size: 46px;
	font-weight: bold;
}
.slide-caption-line-2{
	font-size: 32px;
	font-weight: bold;
}
.slide-caption-line-3{
	font-size: 32px;
	font-weight: bold;
}
.slide-caption-cta{
	display: block;
	margin-top: 30px;
	padding: 10px 10px 10px 10px;

	font-family: Arial;
	color: white;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 0px #689324;
	width: 90%;

	-moz-box-shadow: inset 0px 1px 0px 0px #c1ed9c;
	-webkit-box-shadow: inset 0px 1px 0px 0px #c1ed9c;
	box-shadow: inset 0px 1px 0px 0px #c1ed9c;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9dce2c), color-stop(1, #8cb82b) );
	background: -moz-linear-gradient( center top, #9dce2c 5%, #8cb82b 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dce2c', endColorstr='#8cb82b');
	background-color: #9dce2c;

	border: 1px solid #83c41a;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	border-radius: 7px;
}

.slider-range {
    margin: 10px 0px;
    /*
    width: 200px;*/
}

#item-photos-slider{
	width: 320px;
	margin: auto;
}
#item-photos-slider .nivo-prevNav{

}
#item-photos-slider .nivo-nextNav{

}
#item-photos-slider li img{
	max-width: 100%;
}
.arlink, .arlink-none{
	display: block;
	width: 100%;
	height: 100%;

    z-index: 1001;
}
.arlink-none, .arlink-bg{
    background-image: url('/skin/index/img/ar_icon.png');
    background-repeat: no-repeat;
    background-position:	50% 50%;
}
.arlink-bg{
    height: 100px;
}
.arlink-none{
    background-image: url('/skin/index/img/ar_icon.png');
    background-repeat: no-repeat;
    background-position:	50% 50%;
}
.arlink-border{

	width: 60px;
	height: 60px;


	margin: 15px auto;
	border: 1px solid #9e9e9e;
}
.arlink-border img{
	vertical-align: middle;
	text-align: center;

	border: 1px solid #9e9e9e;
}
.li-arlink{
	width: 90px;
	height: 90px;
}
.li-arlink .arlink{

}
.mobile-model{
	float: left;
	width: 95%;
	height: 100px;
	display: none;
}
#mobile-message-block{
	float: left;
	width: 100%;
	height: auto;
	text-align: center;
}
#mobile-message{
	color: #424242;
	font-size: 16px;
	font-weight: normal;

	border: 1px solid #a4a4a4;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    width: 300px;

	padding: 10px;
	margin: auto;
    float: none;
	display: none;
}
.message-buttons-div{
	padding: 20px 0px 15px 0px;
	text-align: center;
}
.close-message-btn{
    padding: 8px 10px;
    margin: auto;
    height: 16px;

    text-decoration: none;

    cursor: pointer;

    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: white;
    padding: 10px 30px;
    border: none;

    text-decoration: none;

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

	background-color: #6ab705;
	border: 1px solid #589a04;

    background: -moz-linear-gradient(top, #6ab705 0%, #589a04 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#6ab705), to(#589a04));
    background: -o-linear-gradient(#6ab705, #589a04);

    cursor: pointer;

    -moz-box-shadow: 0 3px 1px rgba(191, 191, 191, 0.7);
    -webkit-box-shadow: 0 3px 1px rgba(191, 191, 191, 0.7);
    box-shadow: 0 3px 1px rgba(191, 191, 191, 0.7);

}



.filter_label, .filter_label_disabled{
	padding-left: 4px;
	height: 16px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.filter_label{
	color: #666666;
}
.filter_label_disabled{
	color: #A0A0A0;
}

.filter_text_div{
    min-height:20px;
    padding: 2px 0px 2px 0px;
}
.filter_check_div{
    width: 13px;
    min-height:13px;
    float: left;
    margin-top: -1px;
}
.filter_div{
    padding-top: 10px;
    margin-bottom: 20px;
}
.item-sublist-list{
	color: #424242;
	padding: 10px 0px;
}
.sublist_item_info_div{
    padding: 12px 0px;
    min-height: 150px;
    position:relative;
}
.sublist_item_title{
    padding: 0px 5px;
}
.sublist_item_abs_bottom_div{
    position: absolute;
    width: 175px;
    bottom: 10px;
}
.sublist_item_price_div{
    padding: 5px 0px 3px 0px;
}
.sublist_item_old_price{
    font-size: 16px;
    color: black;
}
.sublist_item_price{
    color: #cd7509;
    font-size: 20px;
}
.sublist_item_stock{
    padding-bottom: 10px;
}
.menu-right{
	border-bottom: 1px dashed #8a8a8a;
}
.menu-right a{
	position:relative;
	display: flex;
	align-items: center;
	width: 100%;

	font-size: 18px;
	font-weight: normal;
	color: #444444;

	box-sizing: border-box;
	border-top: 1px dashed #8a8a8a;
	text-decoration: none;

	background-image: url("/skin/index/img/arrow_1.gif");
	background-repeat: no-repeat;
	background-position: center right;
}

.menu-right i{
	margin-right: 10px;
}

.index_articles_left_div{
    border: 1px solid #aaaaaa;
    float: left;
    margin-right: 15px;
    width: 49%;
    height: 220px;
    overflow: hidden;
}
.index_articles_right_div{
    border: 1px solid #aaaaaa;
    float: left;
    width: 49%;
    height: 220px;
}
.index_article_block_div{
    min-height: 210px;
    box-sizing: border-box;
}
.index_article_block_div .page-title, .index_article_block_div .index-article-links-block, .index_article_block_div .index-article-all-link{
	margin-left: 10px;
	margin-right: 10px;
}
.index_bottom_article{
    position: relative;
    height: 210px;
    overflow: hidden;
    margin: 0px 10px 0px 10px;
}
.index_bottom_article_gradient{
    position: absolute;
    width: 100%;
    height: 30px;
    bottom: 0;
	background: linear-gradient(0deg, white, transparent);
}
.index_bottom_article_div{
    margin-top: 18px;
    margin-bottom: 30px;
    border: 1px solid #aaaaaa;
}
#index_bottom_article_show_div{
    text-align: center;
}
#index_bottom_article_show_div a{
    display: block;
    text-decoration: none;
    color:  #aaaaaa;
    font-size: 12px;
}
#index_bottom_article_show_div a:hover{
    text-decoration: underline;
}

.footer-phones-box #ftel{
	padding-top:2px;
}
.footer-phones-box #fnum{
	color:#333333;
	font-size:16px;
}
#decor-color-container{
    height: 280px;
    overflow: scroll;
    border: 1px solid #A9A9A9;
}

.visibleOver1000, .visibleUnder1000{
	display: none;
}

.error_div{
    color: red;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    display: none;
}

#torg_div{
    position: relative;
}

#torg_div .form-element{
    float: left;
    width: 95%;

    margin-bottom: 15px;
}

.form-element > div{
    margin: auto;
}

#torg_div{
    width: 300px;
    margin: auto;
}

.form-element input[type="text"], .form-element textarea{
    width: 95%;
}

.form-element input[type="button"]{
    height: 36px;
}

.form-element textarea{
    height: 150px;
}

.form-element .small-form-div{
    float: left;
    width: 20%;
}

.form-element-center{
    text-align: center;
}

.small-form-div{
    min-width: 80px;
    height: 50px;
    margin-bottom: 10px;
}
.last-viewed-title{
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight:bold;
    font-size: 14px;
}
.last-viewed table{
    width: 100%;
}
.last-viewed-img-td{
    vertical-align: top;
    text-align: left;
    width: 95px;
}
.last-viewed-img-td img{
    width: 80px;
}
.last-viewed-descr-td{
    vertical-align: top;
    text-align: left;
}
.last-viewed-item-title{
    color: #0072bd;
}
.last-viewed-item-code{
    color: #7a7a7a;
}
.last-viewed-stock{
    color: #db8a12;
}
.last-viewed-border{
    border-top: 1px dashed #8a8a8a;
}
.last-viewed-padding{
    padding: 10px 0px;
}
.last-viewed-price{
    color: #cd7509;
    font-size: 20px;
}
.last-viewed-old-price{
    color: #7a7a7a;
    font-size: 14px;
}
.review_div{
    padding-bottom: 10px;
    float: left;
    width: 100%;
}
#first_review{
    padding: 10px;
}
#thank_review, #thank_question{
    display: none;
    padding: 10px;
}
.g-recaptcha > div{
    margin: 10px auto;
    width: 100% !important;
}
.review_message{
    text-align: center;
    padding: 20px;
    margin: 20px 0px;
    border: 1px solid #cfcfcf;
    font-size: 16px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(207,207,207,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(207,207,207,1);
    box-shadow: 0px 0px 5px 0px rgba(207,207,207,1);
}
.review_aggr_text{
    padding-top: 7px;
    margin-right:10px;
    float: left;
    color: #7a7a7a;
}
.review_aggr_asterisk{
    margin-right:10px;
    float: left;
}
.review_title{
    position: relative;
    min-height: 30px;
}
.review_date{
    float: right;
    margin-top: 5px;
    margin-right: 10px;
    color: #7a7a7a;
    font-size: 12px;
}
.review_rating_div{
    float: left;
    width: 120px;
    padding-top: 3px;
}
.review_name_div{
    float: left;
    margin-top: 5px;
    margin-right: 10px;
}
.review_name{
    font-weight: bold;
    font-size: 16px;
    color: #7a7a7a;
}
.review_body{
    margin: 5px 0px;
    padding: 0px 0px 10px 0px;
    color: #7a7a7a;
    border-bottom: 1px solid #cfcfcf;
}
#ask_question{
	width: 150px;
	margin: 10px auto;
}

.comment-div{
    padding: 5px 0px 10px 30px;
    color: #7a7a7a;
    border-bottom: 1px solid #cfcfcf;
    position: relative;
}
.comment-name{
    font-size: 14px;
    font-weight: bold;
    position: relative;
    color: #c99250;
}
.comment-date{
    float: right;
    margin-right: 10px;
    color: #7a7a7a;
    font-weight: normal;
    font-size: 12px;
}
.comment-text{
    margin: 10px 0px;
}

/*stars small*/
.br-theme-css-stars-small .br-widget {
  height: 28px;
  white-space: nowrap;
}
.br-theme-css-stars-small .br-widget a {
  text-decoration: none;
  height: 18px;
  width: 18px;
  float: left;
  font-size: 18px;
}
.br-theme-css-stars-small .br-widget a:after {
  content: "\2605";
  color: #d2d2d2;
}
.br-theme-css-stars-small .br-widget a.br-active:after {
  color: #edb867;
}
.br-theme-css-stars-small .br-widget a.br-selected:after {
  color: #edb867;
}
.br-theme-css-stars-small .br-widget .br-current-rating {
  display: none;
}
.br-theme-css-stars-small .br-readonly a {
  cursor: default;
}
.article-title{
	font-weight: normal;
    font-size: 18px;
    color: #444444;
}
.info-widget-hint{
	color: #424242;
	text-align: left;
	padding-left: 10px;
}
.mobile-filter-div{
	display: none;
}
.index-sets-block{
	margin-bottom: 18px;
}
.index-article-links-block{
	min-height: 140px;
}
.index-article-links-block a{
	padding-top: 10px;
	display: block;
}
.page-left-column .index-article-links-block a{
	padding-top: 5px;
}

.index-article-all-link{
	padding-top: 10px;
	color: #1871ab;
}
.catalog-menu-mobile a.menu-mobile-top-cat{
	font-weight: bold;
}
.mob-menu-arrow {
    border: solid #3b3b3b;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    vertical-align: middle;
    margin-top: -5px;
}
.transform-left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.lang-box{
	float: right;
	min-width: 25px;
	text-align: center;
	margin-top: 5px;
	width: 80px;
}
.lang-box, .lang-box a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
	color: #a4a4a4;

	font-weight: bold;
}
.lang-box a.current{
	color: #4d4d4d;
}

a.button-print {
background: #FFFFFF;

background-image: -webkit-linear-gradient(top, #FFFFFF, #DEDEDE);
background-image: -moz-linear-gradient(top, #FFFFFF, #DEDEDE);
background-image: -ms-linear-gradient(top, #FFFFFF, #DEDEDE);
background-image: -o-linear-gradient(top, #FFFFFF, #DEDEDE);
background-image: linear-gradient(to bottom, #FFFFFF, #DEDEDE);

width: 125px;
height: 26px;
text-decoration: none;
display: inline-block;
cursor: pointer;

-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
border: 1px solid #d0d0d0;
position: relative;

}
a.button-print:hover{
	background-image: -webkit-linear-gradient(top, #DEDEDE, #FFFFFF);
	background-image: -moz-linear-gradient(top, #DEDEDE, #FFFFFF);
	background-image: -ms-linear-gradient(top, #DEDEDE, #FFFFFF);
	background-image: -o-linear-gradient(top, #DEDEDE, #FFFFFF);
	background-image: linear-gradient(to bottom, #DEDEDE, #FFFFFF);
}
i.printer{
	display: inline-block;
	width: 25px;
	height: 25px;
	background-image: url("../img/printer.png");
	background-repeat:no-repeat;
	background-position: center center;
	border-right: 1px solid #d0d0d0;

	margin-right: 5px;
}
.button-print > span{
	display: inline;
	vertical-align: top;

	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: 100;
	color: #AD7D45;

	line-height: 26px;
}
.blog-post{
	color: #303030;
	font-size: 16px;
    line-height: 1.56;

    font-weight: 400;
    font-style: normal;
    text-rendering: optimizeLegibility;
}
.blog-post p {
    margin: 0;
    padding: 0;

}
.blog-post-pic{
	text-align: center;
}
.blog-post-pic img{
	max-width: 100%;
	height: auto;
}
.page-tags{
	list-style: none;
	display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0;
    padding: 0;
    margin-top: 5px;
}
.page-tags li{
	margin: 0 .5em 0 0;
    color: #5e6973;
    font-size: 13px;
}
.page-tags li a{
	font-size: 13px;
    color: #5e6973;
    line-height: 1.5;
    text-decoration: none;
}
.page-tags li a:hover{
	color: #548eaa;
}
.post-stats-views-count{
	color: #5f5f5f;
}
.blog-post p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.blog-post-title, .page-title h1.blog-post-title{
	color: #303030;
    font-size: 28px;
    line-height: 36.4px;
	font-weight: 500;
    text-decoration: none;
}
.blog-post-title a{
	text-decoration: none;
}
.blog-post-date{
	font-size: 12px;
	color: #5f5f5f;
	padding: 0px;

	float: right;
	margin-top: 10px;
}
.blog-post-blank-title{
	margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #8a8a8a;
}
.blog-post-text{
    text-align: justify;
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    color: #333333;
}
.blog-post-text img{
	max-width: 100%;
	height: auto;
}
.blog-post-footer{
	margin-bottom: 30px;
}
.blog-post-stats{
	border: 1px solid #e0e0e0;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    margin: 0px;

    list-style: none;
    height: 40px;
    display: inline-flex;
    align-items: center;

    font-size: 14px;
}
.blog-post-stats li{
	padding: 0px 15px;
}

.tags-div a{
	margin-right: 5px;
}
.tags-div a, tags-div a:hover{
	color: #548eaa;
}
.icon-svg_views{
	color: #5f5f5f;
    display: inline-block;
    font-size: 0;
    vertical-align: middle;
}
.post-info .icon-svg_views{
	margin-right: 5px;
}
svg {
    fill: currentColor;
    stroke: inherit;
}

@media print {
  .br-theme-css-stars-small .br-widget a:after {
    content: "\2606";
    color: black;
  }
  .br-theme-css-stars-small .br-widget a.br-active:after,
  .br-theme-css-stars-small .br-widget a.br-selected:after {
    content: "\2605";
    color: black;
  }
}
/*stars*/
/*stars*/
.br-theme-css-stars .br-widget {
  height: 28px;
  white-space: nowrap;
}
.br-theme-css-stars .br-widget a {
  text-decoration: none;
  height: 18px;
  width: 18px;
  float: left;
  font-size: 23px;
  margin-right: 5px;
}
.br-theme-css-stars .br-widget a:after {
  content: "\2605";
  color: #d2d2d2;
}
.br-theme-css-stars .br-widget a.br-active:after {
  color: #edb867;
}
.br-theme-css-stars .br-widget a.br-selected:after {
  color: #edb867;
}
.br-theme-css-stars .br-widget .br-current-rating {
  display: none;
}
.br-theme-css-stars .br-readonly a {
  cursor: default;
}

.mobile-filter-div{
	width: 100%;
	text-align: center;
	position: relative;
	margin: 5px 0px 5px 0px;
}
.mobile-filter-div a{
    color: #0071ba;
    text-decoration: none;
    margin: auto 0px;
}
.mobile-filter-img-span{
	display: inline-block;
	vertical-align: middle;
}
.mobile-filter-popup{
    display: none;
    background-color: white;
    position: absolute;
    top: 0px;
    width: 100%;
    left: 0;
    z-index: 1500;
}
.mobile-filter-popup a{
	display: block;
	font-size: 16px;
}
.mobile-filter-popup > a > span{
	display: block;
	/*width: 220px;*/
	margin: auto;
	padding-left: 10px;
}
.mobile-sort-div{
	line-height: 30px;
	font-size: 20px;
}
.filter-range-input-div{
	position: relative;
	height: 20px;
}
.left-filter-input{
	position: absolute;
	top: 0px;
	left: 0px;
}
.right-filter-input{
	position: absolute;
	top: 0px;
	right: 0px;
}
.left-filter-input, .right-filter-input{

}
.left-filter-input input[type=text], .right-filter-input input[type=text]{
	width: 80px;
}
.filter-input-delimiter{
	text-align: center;
	line-height: 20px;
}

#mobile-filter{
    font-weight: normal;
    font-size: 20px;
    margin: 0px auto;
}
.mob-range-inputs{
	position: relative;
	height: 40px;
}
.mob-filter-input-delimiter{
	text-align: center;
	line-height: 30px;
	font-size: 30px;
	color: #4d4d4d;
}
.mob-left-filter, .mob-right-filter{
	width: auto;
}
.mob-left-filter{
	position: absolute;
	top: 0px;
	left: 0px;
}
.mob-right-filter{
	position: absolute;
	top: 0px;
	right: 0px;
}
.mob-left-filter input[type=text], .mob-right-filter input[type=text]{
	width: 120px;
	font-size: 16px;
}

.mobile-filter-popup .slider-range {
    margin: 10px auto;
}
.mobile-popup-container{
    position: relative;
}
.mobile-filter-element{
    text-align: left;
    border-bottom: 1px solid #eaeaea;
	padding: 12px;
	margin: 0px 10px;
	box-sizing: border-box;
}
.mobile-filter-element .filter_text_div{
	padding: 5px 10px;
}
.mobile-filter input[type=text]{
	height: 30px;
	line-height: 30px;
	font-size: 18px;
}

.mobile-filter-element label{
	padding: 4px 0px 4px 8px;
}

.mob-filter-input{
	font-size: 16px;
	width: 80px;
}
.mobile-filter-title{
	display: block;
	font-size: 18px;
    color: #4d4d4d;
    padding: 10px 0px;
    margin: auto;

    /*border: 1px solid #939393;*/
}
.mobile-filter-two-colums{
	width: 40%;
	margin: 0px 5px 0px 0px;
	float: left;
}
.mobile-filter-two-colums .mobile-filter-title{

}
.mob_filter_text_div{
    margin: 5px auto;
    width: 220px;
    text-align: left;
}
.mobile-filter-panel{

}
.mobile-panel-div{
	font-weight: normal;
    font-size: 18px;
    padding: 5px 0px 5px 0px;
    width: 48%;
    margin: 0px;
    background-color: white;
    border: 1px solid #eaeaea;
}
#modile-sort-select a{
    width: 100%;
	padding: 10px 0px;
    margin: auto;
    float: left;
    color: #0071ba;
    text-decoration: none;
    border-top: 1px solid #E4E4E4;
}
#modile-sort-select a:last-child {
	border-bottom: 1px solid #E4E4E4;
}
#modile-sort-select .mobile-filter-title{
	padding: 10px;
}
#mobile-sort{
	position: relative;
	float: left;
	margin-left: 5px;
	display: none;
}
#mobile-sort span{
    cursor: pointer;
    /*order-bottom: 1px dashed #0071ba;*/
    color: #0071ba;
}

#mobile-filter-div{
	float: right;
	margin-right: 5px;
}
.mobile-panel-div a{
	display: inline-block;
	width: 100%;
}

.mobile-filter-panel a{
	display: inline-block;
}
.mobile-header{
	background-color: #bf8a4c;
	text-align: center;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
}
.mobile-header-link{
	display: block;
	float: left;
	padding: 0px 0px 0px 10px;
}
.mobile-header-title{
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 0px 0px 0px 10px;
	color: white;
	font-size: 20px;
	text-align: center;
	margin: auto;
}
.mobile-header-link{
	text-decoration: none;
	font-size: 14px;
	color: white;
}
.mobile-header-back{
	position: absolute;
	top:12px;
	left:0px;
}

.mob-filter-button {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
	border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomright:5px;
	border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	border-bottom-left-radius:5px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
	color: #444;
	font-style:normal;
	height:32px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
}
.mob-filter-button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.mob-filter-button:active {
	position:relative;
	top:1px;
}
.mob-filter-button {
	margin: 0px 0px 0px 0px;
}
.mob-left-button{
	float: left;
}
.mob-right-button{
	float: right;
}

/*stars*/
.add_review_title{
    font-weight: bold;
}

.review_form_div{
    width: 98%;
    margin: 20px auto 10px auto;
}
.review_form_title{
    font-weight: bold;
    color: #7a7a7a;
}
.review_form_input_div .review_form_title{
    margin-top: 15px;
    margin-bottom: 5px;
}
.review_form_input_div > input{
    width: 100%;
}

.review_form_input_div >  textarea{
    width: 100%;
    height: 150px;
}
.item-gallery-photo{
	float: left;
	width: 340px;
   	height: 340px;
   	border: 1px solid #9e9e9e;
   	padding: 1px;
   	margin-right: 10px;
   	margin-bottom: 10px;
}
.item-gallery-photo img{
	width: 340px;
   	height: 340px;
}
.review_clip{
	display: none;
}
#review_show_more, #review_show_more a{
	font-size: 14px;
    color: #7a7a7a;
}
#review_show_more{
	text-align: center;
}
#review_show_more a{
	text-decoration: none;
	border-bottom: 1px dashed #7a7a7a;
}
.tags-right-column{
	padding: 15px 0px;
}
.tags-right-column a, .tags-right-column a:hover{
	text-decoration: none;
	border-bottom: 1px dashed #8a8a8a
}
.unavailable-backet-item{
	width: 100%;
	height: 100%;
	background-color: #dedede;
}

.unavailable-close{
  position: absolute;
  left: 0px;
  top: 34px;

  width: 14px;
  height: 17px;
  opacity: 0.3;
}
.unavailable-close:hover {
  opacity: 1;
}
.unavailable-close:before, .unavailable-close:after {
  position: absolute;
  left: 7px;
  content: ' ';
  height: 14px;
  width: 2px;
  background-color: #333;
}
.unavailable-close:before {
  transform: rotate(45deg);
}
.unavailable-close:after {
  transform: rotate(-45deg);
}
.subcat-4mobile{
	display: none;
}
.subcat-4mobile a{
    text-decoration: none;
    font-weight: normal;
	display: block;
	font-size: 16px;
    padding: 10px 15px;
    margin: 5px 5px 5px 0px;

    border: 1px solid #e0e0e0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
.questions{
	margin-bottom: 15px;
}
.cat-article-pic{
	float: left;
	margin: 10px;
}
.hide670{
	display: block;
}
.show670{
	display: none;
}
.param-list{
	display: block;	
}
.param-block{
	padding: 10px 20px;
    display: flex;
    flex-wrap: wrap;
}
.param-block:nth-child(2n) {
    background-color: #f2f2f2;
}
.param-name{
	width: 38%;
	color: #7a7a7a;
}
.param-value{
	width: 62%;
	font-weight: bolder;
}
@media print {
  .br-theme-css-stars .br-widget a:after {
    content: "\2606";
    color: black;
  }
  .br-theme-css-stars .br-widget a.br-active:after,
  .br-theme-css-stars .br-widget a.br-selected:after {
    content: "\2605";
    color: black;
  }
}

@media(max-width:1230px){
	.top-logo-box {
		padding-left: 10px;
	}
}
@media(max-width:1024px){
	.basket-widget{
	   width: 300px;
	}
	.phone-free{
		font-size: 12px;
	}
	.search-div{
		width: 200px;
	}
	.search-field{
		width: 160px;
	}
	.promo a{
	   width: 48%;
	   height: auto;
	   margin-right: 1%;
	   margin-left: 1%;
	   margin-bottom: 0.5%;
	}
	.promo50:nth-child(odd){
		margin-right: 0px;
	}
}
@media(min-width:1000px){
	.visibleOver1000{
		display: block;
	}
}
@media(max-width:1000px){
	.visibleOver1000{
		display: none;
	}
	.visibleUnder1000{
		display: block;
	}
	.item-printbtn, .gplus-360, .index-social-widgets, .index-banner{
		display: none;
	}
	.left-column{
		padding-left: 5px;
		margin-right: 15px;
	}
	.promoMargin{
		margin-right: 2%;
	}
	.promo30{
		width: 49%;
	}
	.promo50{
		width: 49%;
	}
	.promo70{
		width: 49%;
	}
	.slider-wrapper, .slider-wrapper-item-photos{
		float: left;
		width: 100%;
		margin-top: 5px;
	}
	.gplus-250, .basket-count-notif-1{
		display: block;
	}
	.page-left-column-content, .footer-left-column{
		padding-left: 5px;
	}
	.top-logo-box{
		margin-left: 5px;
	}
	.top-phones-box-new{
		margin-left: 0px;
	}
	.topmenu a {
		margin-left: 6px;
		margin-right: 6px;
	}
	.category-sort{
		margin-right: 5px;
	}
	.basket-widget{
		margin-right: 15px;
	}
	.nivo-caption {
		padding: 5px;
	}
	.slide-caption-line-1, .slide-caption-line-1 div{
		font-size: 4.8vw !important;
	}
	.slide-caption-line-2{
		font-size: 3vw;
	}
	.slide-caption-line-3{
		font-size: 3vw;
	}
	.category-pic{
		width: 30%;
		margin:0px 6px 10px 6px;
	}
    .index_articles_left_div{
    	width: 95% !important;
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 15px;
    }
    .index_articles_right_div{
    	width: 95% !important;
        margin-left: 10px;
        margin-right: 10px;
    }
    .form-div{
        margin: 10px;
    }
    .item-photos-container {
		padding-right: 10px;
	}
}
@media(max-width:960px){
    .category-gallery, .basket-info, .category-social-likes, .page-right-column{
		display: none;
	}
	.item-photos-container {
		width: 40%;
	}
	.category-box{
		width: 48%;
	}
	.category-box li a{
		font-size: 14px;
	}
	.basket-page{
		flex-wrap: wrap;
	}
	.basket-left-column, .basket-right-column{
		width: 100%;
	}
	.basket-left-column{
		padding-right: 0px;
	}
	.basket-right-column{
		margin-top: 10px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.basket-content{
		padding: 0px 5px 0px 5px;
	}
	.basket-form{
		width: 400px;
		margin: auto;
		border: 1px solid gray;
		margin-top: 10px;
		margin-bottom: 10px;
        position: relative;
	}
	.basket-widget{
		width: 92px;
	}
	.topmenu a {
		margin-left: 4px;
		margin-right: 4px;
		padding: 0px 10px 0px 6px;
	}
	.top-phones-box-new{
		margin-left: 30px;
	}
	.item-gallery{
	    width: 150px;
	    margin-right: 10px;
	    margin-bottom: 10px;
	    border: 1px solid #e0e0e0;
	}
	.item-gallery-2{
		display: none !important;
	}
	.item-gallery h3{
		text-align: center;
	}
	.item-gallery-link{
		text-align: center;
		height: 23px;
		border-top: 1px dashed #8a8a8a;
		margin-top: 5px;
		padding-top: 6px;
	}
	.item-gallery-1{
		margin: auto;
		float: none !important;
  		margin-right: 0px !important;
	}
	.item-gallery-list{
		text-align: center;
	}
	.item-gallery-list a {
		width: auto;
	}
	.item-photo-th {
		width: 50px;
		height: 50px;
	}
}
@media(max-width:900px){
	.footer-left-column{
		display: none;
	}
	.footer-right-column{
		width: 100%;
		text-align: center;
	}
	.footer-phones-box{
		width: 310px;
		margin: auto;
	}
	.footer-phones-leftcolumn, .footer-phones-rightcolumn{
		width: 150px;
	}
	.footer-copyright{
		width: 100%;
		margin: auto;
		margin-top: 10px;
		margin-bottom: 10px;
		text-align: center;
	}
	.footer-menu a{
		margin: 0px 5px;
		font-size: 16px;
	}
	.item-additional-photos-carousel{
		margin-left: 15px;
	}
	.bf-input input, .bf-input select, .bf-input textarea, #basket select{
		font-size: 16px;
	}
}
@media(max-width:850px){
	.breadcrumb {
		font-size: 16px;
		overflow-y: scroll;
	}
	.preheader, .topmenu-line, .basket-widget, .top-phones-callback, .phone-callback, .left-column, .item-additional-items{
		display: none;
	}
	.attention-header{
		font-size: 16px;
	}
	.header-content {
		height: 85px;
	}
	.top-nav-mobile{
		display: block;
	}
	.right-column{
		width: 100%;
	}
	.top-logo-box{
		margin-top: 10px;
	}
	.top-phones-box, .top-phones-box-new{
		margin-top: 6px;
	}
	.right-column-content{
		padding-left: 5px;
	}
	.top-phones-box-new{
		float: right;
		margin-right: 10px;
	}

	.mobile-filter-div{
		display: block;
	}
	.category-sort{
		display: none;
	}
	.breadcrumb{
		/*display: none;*/
	}
	.subcat-4mobile{
		display: block;
		margin-top: 10px;
	}
	#mobile-sort{
		display: block;
	}
	.item-photo-th {
		width: 80px;
		height: 80px;
	}
}
@media(max-width:750px){
	.slider, .pager-full{
		display: none;
	}
	.pager-short{
		display: block;
	}
	.page-left-column{
		width: 97%;
		float: none;
		margin: auto;
	}
	.category-box{
		width: 95% !important;
	}
	.article-content, .article-content p, .article-content span, .article-content img{
		max-width: 95% !important;
	}
	.article-content, .article-content p{
		font-size: 16px;
	}
}
@media(max-width:670px){
	.hide670, .index-title, .item-offer-rightcolumn, .item-socialbtns, .item-params-full, .item-photos-container, .phone-free-pc{
		display: none;
	}
	.show670{
		display: block;
	}
	.header-content{
		box-sizing: border-box;
		flex-wrap: wrap;
		height: 70px;
	}
	.top-logo-mob-layout{
		width: 100%;
		display: flex;
		justify-content: space-between;
		height: 40px;
	}
    .phone-free-mob{
    	display: block;
    }
	.promo a{
		margin-right: 0px;
		margin-left: 0px;
		width: 100% !important;
	}
	.item-offer-widget-bottom, .slider-wrapper-item-photos{
		display: block;
	}
	.item-offer-widget-bottom{
		margin-bottom: 20px;
	}
	.mobile-model{
		display: block;
	}
	.item-out-prod{
		max-width: 90%;
	}
	.item-short-box{
		width: 45%;
		margin-right: 2%;
	}
	.item-main-info{
		flex-wrap: wrap;
	}
	.item-photos-container{
		padding-right: 0px;
	}
	.item-offer{
		margin-left: 0px;
	}
	.item-multi-prices-options{
		justify-content: center;
	}
	.item-offer-leftcolumn{
		margin: auto;
		float: none;
		width: 300px;
		margin-top: 15px;
		padding-top: 7px;
		background-color: white;
	}
	.item-sizes-small{
		display: block;
		margin: auto;
		float: none;
		width: 300px;
		margin-top: 15px;
		padding-top: 7px;
		background-color: white;
	}
	.item-offer-widget{
		border: 1px solid #a4a4a4;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
		border-radius: 5px;
		width: 300px;
	}
	.item-offer, .item-photos-container {
		width: 100% !important;
		text-align: center;
	}
	.item-buybtn{
		margin:auto;
		margin-top: 5px;
	}
	.item-title{
		text-align: center;
		padding: 0px 5px;
    	box-sizing: border-box;
	}
	.item-photos-container{
		width: 60%;
	}
	.item-subtitle{
		border-bottom: 0px;
		text-align: center;
	}
	.item-offer{
		width: 152px;
	}
	.mob-menu-btn{
		margin-left: 15px;
		margin-top: 15px;
	}
	.top-logo-box{
		width: 120px;
		height: 40px;
		padding-left: 23px;
		margin-top: 11px;
		margin-left: 0px;
	}
	.top-phones-box-new{
		display: flex;
		flex-direction: row;
		justify-content: space-evenly;
		float: left;
		width: 100%;
		text-align: center;
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 5px;
		padding-bottom: 0px;
	}
	.top-phones-box-new .phone a{
		color: black;
	}
	.top-phones-box-new .phone{
		text-align: center;
		flex-grow: 1;
	}
	.top-phones-box-new .phone-free{
		text-align: center;
		flex-grow: 1;
		border-left: 1px solid #e2b782;
	}
	.top-phones-box-new .phone a, .top-phones-box-new .phone-free{
		font-size: 20px;
		line-height: 22px;
	}
	.mob-search-cart-block{
		margin-top: 11px;
		margin-right: 15px;
	}
	.interest-short-box{
		width: 45%;
	}
    .collection-short-box{
    	width: 45%;
    }
	.basket-total{
		margin-right: 10px;
	}
	.phone-free{
		text-align: center;
	}
	.footer-center-column{
		display: none;
	}
	.catalog-menu-mobile a {
    	width: 100%;
	}
}
@media(max-width:560px){
	.category-sort, .item-prev-next-word{
		display: none;
	}
	.price-option-v2{
		width: 1fr;
	}
	.item-gallery{
	    width: 95% !important;
	    margin-right: 0px !important;
	    margin-bottom: 10px;
	}
	.decor-element .decor_bottom_gradient{
		display: none;
		height: auto;
	}
	.decor-element-short .decor_bottom_gradient{
		display: block;
	}
	.decor-element-short{
		max-height: 240px;
		overflow: hidden;
		padding-bottom: 80px;
	}
	.decor-element .decor_bottom_gradient a{
		display: block;
		width: 85%;
		padding: 15px;
		margin: 15px auto;
		border: 1px solid #8a8a8a;
	}
	.top-logo-landing-box{
		text-align: center;
	}
	.top-logo-landing-box, .top-phones-box-new{
		float: none;
		margin: 5px auto;
	}
}
@media(max-width:490px){
	.subcategory-div{
		float: none;
		margin: 10px auto;
	}
	.item-short-pic{
		min-height: 150px;
	}
	.seria-parts-list img{
   		display: block;
   		float: none;
   		margin: 20px auto;

	}
	.cat-article-pic{
		display: block;
		float: none;
		text-align: center;
	}
	.cat-article-pic img{
   		margin: auto;
	}
	.bp-pic{
		width: 50px;
		padding-top: 0px;
	}	
	.param-name{
		width: 100%;	
	}
	.param-value{
		width: 100%;
	}		
}
@media(max-width:460px){
	.item-multi-prices-options{
    	justify-content: space-evenly;
	}
	.interest-short-box{
		width: 95% !important;
		margin-right: 0px;
	}
	.interest-title{
		font-size: 16px;
	}
    .collection-short-box{
    	width: 95% !important;
    	margin-right: 0px;
    }
    .collection-title{
    		font-size: 16px;
    }
	.bf-title, .bf-input{
		width: 100%;
		padding-left: 20px;
	}
	.bf-title{
		text-align: left;
		height: 20px;
	}
	.basket-form{
	   width: 275px !important;
	   margin: auto;
	   margin-top: 10px;
	}
	.basket-form a.service-link{
		display: none;
	}
    .index_articles_right_div, .index_articles_left_div{
		display: none;
    }
    #decor-color-container{
        height: auto;
        overflow: auto;
    }
    .cb-mob-form-box{
    	width: 100%;
    }
    .footer-phones-box-new .phone, .footer-phones-box-new .phone-free{
    	display: block;
    }
}
@media(max-width:390px){
	.header-content{
		width: 100%;
	}
	.top-phones-box{
		margin-left: 2px;
	}
	.decor-element-list{
		justify-content: space-around;
	}
	.item-decor-block{
		width: 45%;
	}
	.item-decor-block img{
		width: 100%;
	}
	.item-decor{
		width: 45%;
		height: auto;
		margin: 5px 0px 0px 5px;
	}
	.item-decor>a{
		width: 90%;
	}
	.item-decor img{
		width: 100%;
	}

	.mobile-panel-div{
	    font-size: 16px;
	    width: 47%;
	}
	.mob-promo-btn{
		font-size: 16px;
	}
	.top-phones-box-new .phone a, .top-phones-box-new .phone-free{
		font-size: 16px;
		line-height: 18px;
	}
	.decor-element-short{
		max-height: 204px;
	}


}
@media(max-width:360px){
	.item-short-box{
		width: 90% !important;
		margin: auto  !important;
		float: none;
		margin-top: 25px !important;
		-webkit-box-shadow: none;
  		-moz-box-shadow: none;
  		box-shadow: none;
	}
	.category-box-list{
		display: none;
	}
	.category-box-pic{
		width: 100%;
	}
	.ah-mob-left{
		font-size: 16px;
	}
}
@media(max-width:340px){
	.hide340{
		display: none;
	}
	.show340{
		display: block;
	}
}