* {margin: 0; padding: 0;} 

html,body,div,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,q,pre,a,address,big,cite,code,em,img,s,small,b,strong,strike,sub,sup,u,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{
	background:		transparent none repeat scroll left top;
	border:			0;
	margin:			0;
	outline:		0;
	padding:		0;
	text-decoration:none;
	vertical-align:	baseline;
}

body{
	background:	#fff;
	color:		#000;
	font: 		13px "Roboto",Arial,sans-serif;
	height:		100%;
	line-height: 1.3;
}

html,body {
	height: 100%;
}

* html #main { /* РЎвЂ¦Р В°Р С” Р Т‘Р В»РЎРЏ ie6 */
	height: 100%; 
}

b, strong{
	font-weight: bold;
}

u {
	text-decoration: underline;
}

i {
	font-style: italic;
}

s {
	text-decoration: 	line-through;
}

p{
	margin: 0 0 15px 0;
}

div{
	margin: 0;
}

input, textarea, select{
	outline:	0;
}

ul {
	margin: 0 0 15px 0;
	padding-left: 15px; 
	list-style: disc;
}

ol {
	margin: 0 0 15px 0;
	padding-left: 15px; 
	list-style: decimal;
}

.product_row ul, .product_row ol{
	margin: 0 0 15px 0;	
}

ul li, ol li {
	padding: 0px 5px 10px;
}

/*** H ****/

h1 {
	font-size: 		18px;
	color: 			#ff6600;
	padding: 		0;
	margin: 		0 0 20px 0;	
}

h2, h3, h4, h5, h6 {
	font-weight: bold;
	padding: 0;
	color: #666;
	margin: 0 0 15px 0;	
}

h2 {
	font-size: 16px;
	color: #ff6600;
}

h3 {
	font-size: 14px;
}

h4, h5, h6 {
	font-size: 12px;
}

/**** Links ****/

a {
	color: 				#002589;
	font-weight: 		normal;
	text-decoration: 	underline;
	cursor:				pointer;
	font-size: 			1em;
}
a:hover {
	text-decoration: none;
}

a:visited {
	color: 				#4f5e86;
}

a.grey {
	color: 				#838685;
	font-weight: 		normal;
	text-decoration: 	underline;
	cursor:				pointer;
	font-size: 			12px;
}
a.grey:hover {
	text-decoration: none;
}

a.title {
	color: 				#002589;
	font-weight: 		bold;
	text-decoration: 	none;
	cursor:				pointer;
	font-size: 			13px;	
}
a.title:hover {
	text-decoration: underline;
	font-weight: 		bold;
}

a.darkgrey {
	color: 				#444442;
	font-weight: 		normal;
	text-decoration: 	underline;
	cursor:				pointer;
	font-size: 			12px !important;
}

a.darkgrey:hover {
	text-decoration: none;
}

.label{
	color: #666;
	font-size: 12px;
}

.clear {
	clear: both;
}

/**** MAIN ****/

#main {
	/*background: #ffffff;*/
	margin: 0;
}

#main > .wrap-container{
	background: #ffffff;
}

#tabs #language, #head #language{
    position: absolute;
    right:20px;
    top:10px;
}
#tabs #language a, #head #language a{
    margin: 0;
}

#tabs #language img, #head #language img{
	border: 1px solid #b9b9b9;
	border-radius: 10px;
	margin: 5px 2px;
}

#head #mypersonal {
	position: absolute;
	top: 78px;
	right: 0px;
}

#head #mypersonal a{
	font-weight: normal;
	color: #666;
	line-height: 16px;
	display: block;
}

#head #myregion{
	position: absolute;
	top: 20px;
    left: 255px;
	color: #666;
	//padding-left: 20px;
	//background:url(/templates/images/location6.png) no-repeat left center;
}

#head .contact-block-row {
	position: absolute;
	top: 20px;
    left: 425px;
    right:-20px;
}

#head .contact-block-row .contact-block {
	display: table-cell;
	padding-right: 18px;
	margin-bottom: 4px;
	//width: 200px;
    vertical-align: top;
}

#head div.myregion-select {
	cursor: pointer; margin: 0; display: inline-block;  line-height: 18px; width: 160px;
}

#head div.myregion-noselect {
	cursor: default;
}

#head span.lbl { margin: 0 4px 0 0; color: #666; width: 85px; display: inline-block;}
#head span.myoffice-phone { font-size: 18px;    display: block;    line-height: 24px;    white-space: nowrap;}
#head span.lbl-phone { font-size: 11px;  display: block;  line-height: 11px;  color: #666;  padding-left: 5px; white-space: nowrap;}
#head span.myoffice-email {font-size: 16px;    display: block;    line-height: 30px;    white-space: nowrap;}
#head a.myoffice-name, #head span.myoffice-name {font-size: 12px; color: #666; line-height: 14px;}
#head span.myregion-name {border-bottom: dashed 1px #FE4200; color: #f60; font-size: 15px;}

#head #actionsale{
	right: -22px;
	top: 68px;
	position: absolute;
}

#loginForm{
	position: 			absolute;
	top: 				19px;
	right: 				10px;
	width: 				250px;
	background-color: 	white;
	border: 			1px solid #e1e1e1;
	padding: 			10px;
	z-index: 			1000;
	box-shadow: 		0 0 4px #c1c1c1;
	-webkit-box-shadow: 0 0 4px #c1c1c1;
	-moz-box-shadow:	0 0 4px #c1c1c1;
}

#head{
	z-index: 990;
	height: 150px!important;
	position: relative;
}

#head #logo {
	position: absolute;
	bottom: 21px;
	left: 0px;
	width: 240px;
	//height: 100px;
	font-size: 11px;
	overflow:hidden
}

#head #logo img {
	float: left;
	margin: 0 5px 0 0;
}

#head #slogan {
    color: #007ac9;
    font-size: 12px;
    line-height: 1.2em;
    font-style: italic;
}

#head #slogan span{
    font-size: 16px;
    line-height: 1em;
    font-weight: bold;
    display: block;
    margin-top: 44px;
}

#head #logo:before{
	position:absolute;
	top:0;
	left:-45%;
	z-index:2;
	display:block;
	content:'';
	width:35%;
	height:100%;
	opacity:0;
	background:-webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background:linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform:skewX(-25deg);
	transform:skewX(-25deg)
}

#head #logo:hover:before{
	-webkit-animation:shine .7s;
	animation:shine .7s;
	opacity:1
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}

#head #currency {
	position: absolute;
	bottom: 18px;
	left: 270px;
	padding: 0;
	margin: 0;
}
#head #metal {
	position: absolute;
	text-align: right;
	bottom: 18px;
	left: 380px;
	padding: 0;
	margin: 0;
}

#head #currency li, #head #metal li {
	font-size: 11px;
	padding-right: 6px;
	text-align: left;
	color: #666;
	white-space: nowrap;
	list-style: none;
	display:inline;
}

#head #currency li span, #head #metal li span {
	color: #1D4E9B;
	font-weight: bold;
}

#head #phone {
	position: absolute;
	top: 15px;
	left: 29%;
	padding-left: 30px;
	background: url(/templates/images/phone.png) no-repeat left center;
}

#head #phone span{
	white-space: nowrap;
	display: block;
	color: #1D4E9B;
}

#head #phone.export span{
	display: inline;
	padding-right: 6px;
}

#head #phone span.lbl-phone{
	font-size: 11px;
	line-height: 11px;
}
#head #phone span.head-phone{
	font-size: 19px;
	line-height: 19px;
	font-weight: bold;
}

#head #phone.export span.head-phone{
	font-size: 15px;
	line-height: 15px;
	font-weight: bold;
}

#head #search {
	position: absolute;
	bottom: 38px;
	left: 255px;
	right: 285px;
	color: #666;
	text-align: right;
}

#head #search input.text, #content2 input.text{
	
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    
    box-shadow: none;
    width: 100%;
    
    font-size: 14px;
    color: #969696;
    border-radius: 4px;
    border-color: transparent;
	
	padding: 10px 45px 9px 13px;
    background: #eee;
    height: 35px;
    
    border: 1px solid #eee;

}

#head #search input.image_submit{
	width: 19px;
	margin: 0;
	position: absolute;
    top: 9px;
    right: 8px;
    border: 0px;
}

#searchresults{
	position:absolute;
	z-index:100;
	top:35px;
	left:0;
	display:none;
	background-color: #fff;
	border: 1px solid #eee;
	width: 100%;
	font-size: 12px;
}

#searchresults div{
	margin: 0;	
	padding: 5px 5px;
	text-align: left;
	position: relative;	
}

#searchresults div.search-item{
	margin: 0;	
	padding: 5px 5px;
	text-align: left;
	position: relative;	
}

#searchresults div.search-item.first {
	border-top: 1px dotted #ccc;
	margin-top: 10px;
}

#searchresults div.search-item:hover{
	background-color: #f0f0f0;
	cursor: pointer;
}

#searchresults div.search-item div.search-label{
	top: -10px;
	right: 0px;
	font-size: 11px;
	position: absolute;	
	background-color: #ffffff;
	padding: 2px 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.firstword {
	font-weight: bold;
}

#head #busket {
	position: absolute;
	top: 78px;
	right: 9%;
	color: #666;
}

#head #comment .feedback {
	color: #666;
	text-decoration: underline;
	cursor: pointer;
	font-size: 12px;
}

#head .callback {
    color: #57a6b3;
    width: 50px;
    display: block;
    border-bottom: 1px dashed #57a6b3;
    cursor: pointer;
}

#head #comment {
	position: absolute;
	top: 34px;
	left: 235px;
	width: 350px;
	color: #666;
	text-align: left;
}

/*header cart*/
.basket_wrapp  .header-cart{float:left;}
.basket_wrapp .basket_block{position:relative;}
.basket_wrapp .link{display:block;position:absolute;left:-10px;top:-13px;right:-15px;bottom:-27px;z-index:2;}
.basket_wrapp .wraps_icon_block .count{position:absolute;right:-10px;top:-10px;left:auto;text-align:center;opacity:1;font-size: 12px;line-height: 13px;}
.basket_wrapp .empty_cart:not(.bcart) .wraps_icon_block.basket .count span, .basket_wrapp .basket_empty .wraps_icon_block.basket .count span, .basket_wrapp .basket_fly .basket_count.empty .wraps_icon_block.basket .count span{background: #424f60;color: #fff;}
.basket_wrapp .basket_fly .basket_count .wraps_icon_block.basket .count span{background: #424f60;color: #fff;}
.basket_wrapp .empty_cart .wraps_icon_block.basket .count, .basket_wrapp .empty_cart.ecart.bcart .wraps_icon_block.basket .count, .basket_wrapp .nitems.ecart .wraps_icon_block.basket .count{opacity:0;}
.basket_wrapp .empty_cart.bcart .wraps_icon_block.basket .count{opacity:1}
.basket_wrapp .wraps_icon_block .count > span{width:20px;background:#1D4E9B;display:block;height:20px;vertical-align:middle;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;line-height:20px;}
.basket_normal .basket_wrapp .wraps_icon_block .count span{height:19px;padding-top:1px;line-height:19px;}
.bx-firefox .basket_wrapp .wraps_icon_block .count span .items{position: relative;top: -1px;}
.basket_wrapp .wraps_icon_block .count a, .basket_wrapp .wraps_icon_block .count .text{display:block;text-decoration:none;font-size:11px;line-height: 20px;}
.basket_wrapp .basket_block .link{bottom:-20px;z-index:2;}
.basket_wrapp .basket_block .text{margin:0 0px 0px;}
.basket_wrapp .basket_block .text *{line-height:18px;    text-align: left;}
.basket_wrapp .basket_block .text .value{color:#5f5f5f;line-height:16px;max-width:80px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
.basket_wrapp .wraps_icon_block.basket{margin-right:15px;}
.basket_wrapp .wraps_icon_block.basket .count a{color:#fff;}
.basket_wrapp .f-left {
    float: left;
}
.basket_wrapp {
    vertical-align: middle;
    text-align: right;
}
.basket_wrapp .wraps_icon_block {
    width: 17px;
    height: 16px;
    position: relative;
    float: left;
    cursor: pointer;
}
.basket_wrapp .wraps_icon_block:before {
    background: url(/templates/images/busket2.png) 3px 3px no-repeat;
    width: 35px;
    height: 35px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
    content: "";
    position: relative;
    top: 0px;
}
.basket_wrapp .wraps_icon_block.basket {
    background: #eaebec;
    border-radius: 4px;
    width: 35px;
    height: 35px;
    top: 0px;
    margin-bottom: -6px;
}

#menu {
	position: 	relative;
	z-index:985;
	height: 40px!important;
	border-bottom: 3px solid #fff;
}

#banners-d, #banners {
  position: static;
  left: 0;
  top: 0;
  overflow: hidden;
  text-align: center;  
}

#banners-d img {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #e1e1e1;	
}

#banners .lbanner {	float: left; }
#banners .rbanner {	float: right;  }
#banners .clr {	clear: both; }
#banners .frow, #banners .srow  { margin: 20px 0; overflow: hidden; }
#banners .frow .lbanner { width: 890px;height:380px;border: 1px solid #e1e1e1;}
#banners .frow .rbanner { width: 272px;height:380px; }
#banners .frow .rbanner img { height: 180px !important; width: auto !important; margin: 10px auto !important;}
#banners .frow .rbanner.uk div { border: 1px solid #e1e1e1;margin-bottom: 17px;}
#banners .frow .rbanner.uk img { width: 100%; height: auto; margin: 0;}
#banners .frow .rbanner .rutatitle { font-size: 14px; font-weight: bold; line-height: 22px;text-transform: uppercase;}
#banners .frow .rbanner .rutalink { font-size: 16px; color: #e3006a;line-height: 18px;}
#banners .frow .rbanner .rutalink a { font-weight: bold; color: #e3006a; font-size: 16px; line-height: 18px; text-transform: uppercase;}
#banners .frow .rbanner .rutacaption { font-size: 14px; line-height: 18px; margin-bottom: 10px; }
#banners .frow .rbanner.en { border: 1px solid #e1e1e1; }
#banners .srow .lbanner, #banners .srow .rbanner { width: 580px;height:180px;border: 1px solid #e1e1e1; }

#banners img {width: 100%;}

@media all and (max-width:1264px){
	.frow .lbanner {width: 710px !important; height: 303px !important;}
	.frow .rbanner {width: 210px !important; height: 303px !important;}
	.frow .rbanner img { width: 190px !important; height: 190px !important; margin: 8px !important; }
	.frow .rbanner .rutacaption { font-size: 13px !important; }
	.frow .rbanner.en {height: 303px  !important;}
	
	.srow .lbanner {width: 460px !important; height: 143px !important;}
	.srow .rbanner {width: 460px !important; height: 143px !important;}
	
	#green-banners a:nth-child(1) img, #green-banners a:nth-child(2) img, #green-banners a:nth-child(3) img,
	#green-banners a:nth-child(8) img, #green-banners a:nth-child(9) img, #green-banners a:nth-child(10) img { width: 311px;}
	#green-banners a:nth-child(4) img, #green-banners a:nth-child(5) img, #green-banners a:nth-child(6) img, #green-banners a:nth-child(7) img,
	#green-banners a:nth-child(11) img, #green-banners a:nth-child(12) img, #green-banners a:nth-child(13) img, #green-banners a:nth-child(14) img { width: 232px;}

	#green-banners a img {margin: 5px 5px 0 0 !important;}

	#green-banners a:nth-child(3) img, 
	#green-banners a:nth-child(7) img, 
	#green-banners a:nth-child(10) img, 
	#green-banners a:nth-child(14) img{
		margin: 5px 0 0 0  !important;
	}

	#green-banners a.full img {	height: auto; width: 943px !important; margin: 5px 0 0 0  !important;}

} 

#banners div.banners-title {
	margin: 0 auto;
	line-height: 50px; 
	font-size: 18px;
	padding: 0 20px;
}

#green-banners {
	margin: 0; 
}

#green-banners a{
	margin: 0; 
	display: inline-block;
	position: relative;
}

#green-banners a.full span {bottom: 23%; left: 9%; width: 190px;}    

#green-banners a:nth-child(3) img, 
#green-banners a:nth-child(7) img, 
#green-banners a:nth-child(10) img, 
#green-banners a:nth-child(14) img{
	margin: 10px 0 0 0;
}

#green-banners a img{
	margin: 0;
	opacity: 0.7; 
	margin: 10px 10px 0 0;
}

#green-banners a:hover img{
	opacity: 1; 
}

#green-banners a span{
	margin: 0; 
	position: absolute;
	bottom: 0;
	left: 0;
	text-transform: uppercase;
	color: #fff;
	display: block;
	background-color: #3363d2;
	padding: 6px 8px;
    margin: 8px;
    line-height: 1.1em;
    opacity: 0.9;
    font-weight: bold;
}

.mainrow {margin-top: 30px;}
.mainrow .title{font-size: 18px; margin: 10px 0px; color: #333;}

.datacounts {
	background: #e1e1e1;
	margin: 30px -20px 0;
	padding: 20px;
}
.datacountsA{
	background: #ffffff;
}
.datacounts .data .data_item {
	display: inline-block;
	vertical-align: top;
	width: 24%;
}

.datacounts .data .data_item .number {
    color: #666;
    font-size: 50px;
    line-height: 50px;
    letter-spacing: -2px;
    font-weight: bold;
    display: inline-block;
    margin: 0 5px;
}

@media all and (max-width:1264px){
	.datacounts .data .data_item .number, .datacounts .data .data_item .text {
	    display: block;
	}
}

.datacounts .data .data_item .text {
    color: #666;
    font-size: 16px;
    line-height: 16px;
    display: inline-block;
    margin-right: 10px;
}


#body {
	position: relative;
	z-index: 970;
	padding: 0 0 40px;
}

.breadcrumb {
    line-height: 13px;
    padding: 0;
	margin: 8px 0 12px;
    list-style: none;
    background: 0 0
}

.breadcrumb>li {
    display: inline-block
}

.breadcrumb>* {
    color: #fff;
    opacity: .8
}
.breadcrumb .active,
.breadcrumb a,
.breadcrumb>*,
.breadcrumb>li {
    text-decoration: underline;
    color: #666
}

.breadcrumb>li {
    text-shadow: none;
    padding: 0;
    font-size: 	12px;
}

.breadcrumb>li:before {
    display: none
}

.breadcrumb>li:not(:last-child):after {
    /*font-family: FontAwesome;*/
    content: "»";
    /*font-size: 7px;*/
    padding: 0 4px 0 6px;
    vertical-align: middle;
    color: #888;
    display: inline-block;
    position: static;
    background: 0 0;
    width: auto;
    height: auto
}

#content{
	background-color:#fff;
}

#left{
	background-color:#fff;
	width: 245px;
	float: left;
}

#right{
	background-color:#fff;
	width: 236px;
	float: right;
}

#content.lft{
  background-color: #fff;
  margin-left: 268px;
}

#content.rght{
  background-color: #fff;
  margin-right: 256px;
}

#footer {
	background-color: #1D4E9B;
	height: 300px;
	margin: 0px 0;
	color: white;
}

#foot{
	position: relative;
	height: 220px;
	margin: 0 auto;
	color: white;
	z-index: 980;
	padding:0px 20px;
	zoom:1;
}

#foot-mail{
	position: relative;
	height: 30px;
	margin: 0 auto;
	color: white;
	z-index: 980;
	padding:20px;	
	zoom:1;
}

#foot div.text {
	position: absolute;
	color: #fff;
	top: 15px;
	right: 20px;
	line-height: 18px;
	width: 44%;
}

#foot div.textCopy {
	position: absolute;
	color: #fff;
	bottom: 0px;
	left: 20px;
	line-height: 16px;
	font-size: 12px;
	width: 33%;
}

#foot div.textPolicy {
	position: absolute;
	color: #f1f1f1;
	bottom: 0px;
	right: 20px;
	line-height: 15px;
	font-size: 11px;
	width: 44%;
}
#foot div.textPolicy div{
	margin-top: 3px;
}

#foot div.textPolicy a {
	line-height: 15px;
	font-size: 11px;
	color: #f1f1f1;
}

#foot div div.ftitle {
	color: #dcebf7;
	margin: 0 0 5px 0;
	text-transform: uppercase;
	font-weight: bold;
	//border-bottom: 1px dotted #dcebf7;
	width: 185px;
	text-align: left;  font-size: 13px;
}

#foot div.menu {
	position: absolute;
	top: 15px;
	left: 20px;
}

#foot div.menu4 {
	position: absolute;
	bottom: -4px;
	right: 20px;
}


#foot div.social {
	position: absolute;
	color: #fff;
	bottom: 76px;
	right: 20px;
	width: 44%;
}

#foot div.social img {
	height: 30px;
}

.social-footer {line-height: 0px;padding: 0px;}
.social-footer li{display:inline-block !important;vertical-align:top;padding:0px 5px !important;margin-right: 0 !important;}
.social-footer li a{display:block;}
.social-footer i{font-size: 25px;}
.social-footer i:hover{}

#foot div.freephone {
	position: absolute;
	color: #fff;
	bottom: 36px;
	right: 40px;
	font-size: 22px;
	line-height: 22px;
}

#foot div.freephone span{
	display: block;
	font-size: 12px;
	line-height: 12px;
}

#foot div.counter {
	position: absolute;
	top: 60px;
	left: 455px;
}

#foot ul{
	list-style: none;
	margin: 0 50px 0 0 ;
	padding: 0;	
	display: inline-block;
	vertical-align: top;
}


#foot ul li{
	list-style: none;
	margin: 0;
	padding: 0;	
	line-height: 22px;
}

#foot ul li a{
	color: #fff;
	line-height: 22px;
	font-size: 14px;
	font-weight: normal;
	text-decoration: underline;
}

#foot .feedback {
	color: 				#fff;
	text-decoration: 	underline;
	cursor:				pointer;
	font-size: 			14px;
	line-height: 22px;
}
.wrap-container{margin:0 auto;padding:0 20px;zoom:1;position: relative;}
.wrap-container:after, #menu:after {display:block;visibility:hidden;height:0;clear:both;content:""}

@media all and (max-width:1264px){.wrap-container{width:944px} .products.main .product-item {width: 160px !important;}}
@media all and (min-width:1264px){.wrap-container{width:1180px}}

/**** PRODUCT ITEM ****/

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

.product_image{	
	float: left;	
	text-align: center;
	height: 400px;
	width: 48%;
	overflow: hidden;
}

.product_buy{
	background-color: #fdf3eb;
	width: 46%;
	height: auto;
	padding: 20px 2% 8px;
	border-radius: 5px;
	margin-left: 48%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.product_buy .row {
	margin-bottom: 15px;
	overflow: hidden;
}
.product_buy .lft_col { float: left; width: 62%; }
.product_buy .rght_col { float: right; width: 35%;}


@media all and (max-width:1264px){
	.product_buy .lft_col { float: none; width: 100%; }
	.product_buy .rght_col { float: none; width: 100%;}
}


//.product_buy .lft_col.scnd_col {min-height: 140px; border-right: 1px solid #f5e5c4; }

.product_buy .label { line-height: 16px; }
.product_buy .mainprice { margin: 0; }
.product_buy .shop_exist { margin: 20px 0 0;}

.product_row {
	margin: 0 0 20px;
	overflow: hidden;
	display: inline-block;
	//clear:both;
}

.product_row h2, .product_row h4 {
	color: #111;
	font-size: 18px;
	font-weight: normal;
}

.discount {
	line-height: 12px;
}

.tying_carousel .discount, .analog_carousel .discount {
	display: none;
}

.tovar_exclusive{	
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	padding: 12px;
	background-color: #fff;
	font-size: 11px;
	position: relative;
	box-shadow: 1px 1px 5px #e1e1e1;
	margin-right: 5px;
	max-width: 140px;
}

.tovar_exclusive:before {
    content: "";
    position: absolute;
    background: #fff url(/templates/images/tovar_exclusive.png) no-repeat center center;
    background-size: 19px auto;
    border-radius: 50%;
    box-shadow: 1px 1px 5px #e1e1e1;
    width: 38px;
    height: 38px;
    top: -12px;
    right:  8px;
}

.tovar_exclusive:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    /* box-shadow: 2px 2px 4px #ccc; */
    top: -19px;
    left: 17px;
    z-index: 99;
}

/**** PRODUCTS ****/

.products {
  margin: 0 0 0 0;
  zoom: 1;
}

.products:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}

.product-item {
	margin: 0;
	width: 225px;
	display: inline-block;
	display: inline !ie;
	zoom: 1 !ie;
	vertical-align: top;
}

.products .product-item, .products .product-item-hr {
	margin: 0;
	float: left;
}

.product-item .item-in {
  position: relative;
  border: 1px solid #ffffff;
 // height: 322px;
  -webkit-transition: border-color .2s ease 0s;
  -moz-transition: border-color .2s ease 0s;
  transition: border-color .2s ease 0s;
}

.products .product-table-item {
  position: relative;
}

.product-table-item {
  background: #fff;
  //height: 108px;
  border: 1px solid #fff;
  -webkit-transition: border-color .2s ease 0s;
  -moz-transition: border-color .2s ease 0s;
  transition: border-color .2s ease 0s;
}

.product_row .product-table-item {
	/*margin: 0 0 0px;border: none;border-top: 1px solid #eaeaea;*/
	margin: 0 20px 10px 0;
}

.product-item:hover .item-in,.product-table-item:hover {
  border-color: #888;
}

.product-item .item-image-block {
  padding: 14px;
  text-align: center;
  position: relative;
}

.product-item .item-image-block .item-image {
  display: inline-block;
  display: inline !ie;
  zoom: 1 !ie;
  text-decoration: none!important;
  text-decoration: none;
  height: 200px;
  width: 200px;
  position: relative;
  overflow: hidden;
   z-index: 100;
}

.product-item .item-content {
  padding: 0 14px;
  position: relative;
  height: 200px;
}

.product-item .item-label, .product-table-item .item-label  {
	font-size: 12px;
	color:#666;
	display: block;
	line-height: 16px;
}

.product-item .label {
	line-height: 12px;
}  

.product-item .item-title, .product-item .item-title-en {
  position: relative;
  height: 50px;
  overflow: hidden;
  margin: 0 0 4px 0;
}

.product-item .item-title a, .product-table-item .item-title a, .product-item .item-title b {
    line-height: 16px;
    font-size: 14px;
}

/********** ENGLISH BEGIN ***********/
.product-item .item-title-en, .product-table-item .item-title-en {
    /*line-height: 16px;*/
    font-size: 16px;
    color: #002589;
}

.product-item .item-title-en {
	height: 36px;
    line-height: 17px;
	font-size: 15px;
}

.product-item .item-label-en, .product-table-item .item-label-en {
	font-size: 12px;
	display: block;
	line-height: 16px;
}
.product-item .item-label-en span, .product-table-item .item-label-en span {
	font-size: 12px;
	color:#666;
	line-height: 16px;
}

.product-item .item-label-en.colors {
	position: relative;
  	height: 15px;
	overflow: hidden;
}
.product-item .item-label-en.colors2 {
	position: relative;
  	height: 80px;
	overflow: hidden;
	margin-top: 5px; border-top: 1px solid #e1e1e1; padding-top: 5px;
}

/********** ENGLISH END   ***********/

.product-item .item-title .blur, .product-item .item-label-en .blur, .product-item .item-title-en .blur {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 50px;
	height: 18px;
	z-index: 1;
	background: url(../images/blur_product.png) right top repeat-y;
}

.product-item .item-price {
	margin: 0 0 6px 0;
}

.product-table-item table {
	border: none;
	margin: 0;
	background: 0 0;
	table-layout: fixed;
	height: 120px;
	width: 100%;
}

.product-table-item table td {
	background: 0 0;
	padding: 0;
	vertical-align: middle;
	padding: 10px;
}

.product-table-item .col-image {
	width: 100px;
}

.product-table-item .item-image-block {
  position: relative;
  text-align: center;
}

.product-table-item .item-image-block .item-image {
	display: inline-block;
	display: inline !ie;
	zoom: 1 !ie;
	text-decoration: none!important;
	text-decoration: none;
	height: 100px;
	width: 100px;
	position: relative;
	overflow: hidden;
}

.product-table-item .item-title {
  margin: 0;
}

.product-table-item .col-price {
  width: 230px;
}

.product-table-item .col-price .mainprice {
	margin: 0;
}

.products.main .product-item { width: 172px; }
.products.main .product-item .item-content { height: 60px; }
.products.main .product-item .item-image-block .item-image { height: 120px;	width: 120px; overflow: hidden; }

.products.brands .product-item { width: 130px; }
.products.brands .product-item .item-content { height: 40px; }
.products.brands .product-item .item-title { text-align: center; }
.products.brands .product-item .item-image-block .item-image { height: 90px; width: 90px; overflow: hidden; }

.products.mains .product-item { width: 172px; }
.products.mains .product-item .item-image-block .item-image { height: 130px; width: 130px; overflow: hidden; }
.products.mains .product-item .item-content { height: 115px; }

/**** PRICE PRODUCTS ****/

.saleprice {
	color: #d9451a;
	font-size: 18px;
	margin: 0;
	line-height: 20px;
}

.saleprice.noprice {
	margin: 0;
}

.mainprice{
	font-size: 18px;
	margin: 0;
	margin: 16px 0 0;
	line-height: 20px;
}

.mainprice.through{
	font-size: 12px;
	text-decoration: line-through;
	line-height: 12px;
	margin: 0;
}

.mainprice.en{
	line-height: 18px;
}

.mainprice.throughMore{
  font-size: 12px;
  line-height: 12px;
  margin: 0;
}

.mainprice .lbl_nds, .saleprice .lbl_nds{
	font-size: 12px;
	color: #666666;
	margin: 0 20px 0 0;
	line-height: 16px;
}
.mainprice .lbl_w_nds, .saleprice .lbl_w_nds{
	font-size: 12px;
	color: #666666;
	margin: 0 20px 0 0;
	line-height: 16px;
}

.mainprice.noprice{
	font-size: 12px;
	color: #666666;
	margin: 20px 0 0;
	line-height: 16px;
}

.optprice{
	color: #666666;
	margin: 15px 0 15px;
}
.optprice .optcur{
	font-size: 16px;
	color: #000;
	display: inline-block;
	vertical-align: top;
	line-height: 22px;
}
.optprice .opttitle{
	color: #f60;	
	text-transform: uppercase;
	font-weight: bold;
	padding-left: 14px;
	margin-left: 8px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	line-height: 11px;
	font-size: 11px;
	width: 70px;
}
.optprice .opttitle:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-width: 4px;
    border-style: solid;
    border-color: transparent #f60 transparent transparent;
    top: 7px;
    left: 0;
    z-index: 99;
}
.optprice .opttext{
	font-size: 12px;
	display: block;
	line-height: 22px;
	color: #666666;
}
.priceminparty {
	font-size: 11px;
	font-style: italic;
}

.in_basket{
	background-color: #e1e1e1;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	text-align: center;
	height: 30px;
	line-height: 30px;	
	width: 200px;
	margin: 5px 0 0;
}

.in_basket a{
	//color: #d9451a;
}

.variants{
	cursor: pointer;
	background-color: #e1e1e1;
	width: 200px;
	height: 30px;
	text-align: center;
	border-radius: 2px;	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	margin: 5px 0 0 0;
}

.variants a{
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #333;
	line-height: 30px;
}

.cost_one_carat{
	margin: 5px 0;
	font-size: 11px;
	font-style: italic;
	color: #666;
}

.dragmetal{
	margin: 5px 0 0;
	height: 24px;
}

.dragmetal a {
	color: #f60;
	font-size: 12px;
	border-bottom: 1px dashed #f60;
	text-decoration: none;
}

.maindescr {
	border-top: 1px solid #e1e1e1;
	margin: 20px 0 10px;
	padding: 15px 0;
}
.maindescr.top{
    margin: 0 0 20px;
    padding: 0 0 15px 0;
    border-top: none;
    border-bottom: 1px solid #e1e1e1;
}
/**** PRODUCTS CATEGORIES ****/

.products_cats li{padding: 0 !important}
.products_cats ul.level1 {float: left;}
.products_cats ul.level1 li.level1_li{padding: 0 25px !important}
.products_cats ul.level3 ul,.products_cats ul.level3 li{display: block;}
.products_cats li,.products_cats ul{list-style: none !important;}
.products_cats ul.level2 {padding: 5px 0}
.products_cats ul.level1 a{font-size: 16px;color:#FF6600;display: inline-block;padding: 3px 5px;font-weight: bold;}
.products_cats ul.level2 a{font-size: 14px;color: #002589;display: inline-block;padding: 3px 5px;font-weight: normal;font-weight: bold;}
.products_cats ul.level3 a{font-size: 12px;color: #002589;display: inline-block;padding: 1px 5px;font-weight: normal;font-style: italic;}

.right_h_link{
	/*float: right;-*/
	clear: both;
	margin-left: 10px;
	margin-top: 13px;
}
.right_h_link a{
	color: #666666;
	border-bottom: 1px dashed #666666;
	text-decoration: none;
	font-size: 16px;
	font-weight: 700;
}

/**** SUBMENU CATEGORIES ****/

.submenu_items {
	margin: 1em 0;
}

.submenu_items_title {
	margin: 20px 0 12px 10px;
}

.submenu_items_title h2 {
	display: inline;
	color: #1D4E9B;
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	margin: 0;		
}

.submenu_items a {
    color: #333;
    font-size: 14px;
    /* padding-right: 15px; */
    overflow: hidden;
    display: inline-block !important;
    display: inline;
    zoom: 1;
    background: #E6E7E8;
    margin-right: 5px;
    margin-bottom: 5px;
    line-height: 2;
    padding: 5px 13px;
    border-radius: 6px;
}

/**** SUBCATEGORIES ****/

.nav:after, .nav:before {
    content: " ";
    display: table;
}

.sidebar {
    margin-bottom: 40px
}
.side-menu {overflow: hidden;padding: 0;list-style: none;}
.side-menu ul{list-style: none;}
.side-menu li {padding: 0;margin: 0}
.side-menu li:before {display: none}

.side-menu {
    overflow: hidden;
    border-top: 1px solid #ebecec
}

.side-menu li {
    line-height: 16px;
    padding: 0;
    margin: 0
}

.side-menu li:before {
    display: none
}

.side-menu>li>a {
    border-bottom: 1px solid #ebecec;
    font-size: .933em;
    position: relative;
    text-decoration: none;
    padding: 8px 45px 8px 12px;
    font-weight: 400;
    display: block;
}

.side-menu>li>a>.arrow {
    position: absolute;
    right: 11px;
    top: 50%;
    margin: -8px 0 0;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    -ms-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    -webkit-transition: background-color .3s ease
}

.side-menu>li>a>.arrow:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -2px 0 0 -5px;
    width: 10px;
    height: 5px;
    background: url(/templates/images/icons.svg) -1px -52px no-repeat;
    transition: transform .3s ease;
    -moz-transition: transform .3s ease;
    -ms-transition: transform .3s ease;
    -o-transition: transform .3s ease;
    -webkit-transition: transform .3s ease
}

.side-menu>li>a>.arrow:hover:before {
    background-position: -15px -52px
}

.side-menu>li.opened>a>.arrow:before {
    margin-top: -3px;
    background-position: -15px -52px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.side-menu>li.active>a {
    padding-bottom: 8px
}

.side-menu>li>a .icons {
    position: relative;
    top: -1px;
    margin: 0 10px 0 0
}

.side-menu>li>a .icons svg path {
    fill: #333
}

.side-menu>li>a:focus,
.side-menu>li>a:hover {
    background-color: transparent
}

.side-menu>li:not(.active)>a {
    color: #555
}

.side-menu>li.opened>a {
    background: #f8f8f8;
    border-color: transparent
}

.side-menu>li.active.child>a:before {
    top: 13px
}

.side-menu .submenu>li.child>a:before {
    display: none
}

.side-menu>li.opened>a {
    background: #f8f8f8;
    border-color: transparent;
    padding-bottom: 8px;
    color: #ff6600;
}

.side-menu>li.opened>a:hover {
    background: #f8f8f8
}

.side-menu .submenu>li.child>a {
    padding-right: 47px
}

.side-menu>li.active>a:before,
.side-menu>li.active>a:hover:before {
    color: #fff
}

.side-menu .submenu-wrapper {
    display: none;
    padding: 0 14px 11px;
    background-color: #f8f8f8
}

.side-menu>li.active,
.side-menu>li.opened {
    border-bottom: 1px solid #ebecec
}

.side-menu li.active>.submenu-wrapper {
    display: block
}

.side-menu .submenu {
    border-top: 1px solid #ebecec;
    padding: 8px 0 0;
    list-style: none;
    font-size: 12px
}

.side-menu .submenu .submenu-wrapper {
    padding: 0 0 0 20px;
    margin-top: -1px
}

.side-menu .submenu .submenu {
    padding: 1px 0 0 0;
    margin: 0 0 0;
    border: none
}

.side-menu .submenu>li {
    margin-bottom: 0;
    padding: 0 5px
}

.side-menu .submenu>li:last-child {
    margin: 0
}

.side-menu .submenu li>a {
    text-decoration: none;
    color: #555;
    display: block;
    padding: 3px 0 3px;
    /*font-size: 1.083em*/
    font-size: 1em
}
.side-menu .submenu li li>a {
    font-style: italic;
    font-size: .933em;
}
.side-menu>li>a:hover,
.side-menu li>a:hover:before,
.side-menu li>a:active:before,
.side-menu li>a:focus:before {
    color: #ff6600;
}

.side-menu .submenu li.active>a {
    color: #ff6600;
}

.side-menu .submenu li>a:hover {
    color: #ff6600;
}

.side-menu>li>a:hover .icons svg path {
    fill: #ff6600;
}

.side-menu>li>a>.arrow:hover {
    background: #ff6600;
}

.side-menu>li.opened>a>.arrow {
    background: #ff6600;
}

.side-menu>li.opened>a>.arrow:hover {
    background: #ff6600;
}

/* PRODUCTS - LEFT COLUMN */

#left div.search_row_name {
	width: 		245px;
	position: 	relative;
	margin: 	0;
	padding: 	0;
	padding-bottom: 10px;	
}

#left div.search_row_name label {
	font-size: 11px;
}

#left div.search_row_name input.search_text {
	outline: 	none;
	height: 	18px;
	border: 	1px solid #2f2f2f;
	padding: 	1px 7px;
	color: 		#5B5B5B;
	font-size: 	13px;
	width: 		230px;
}

#left div.search_row_state {
	width: 245px;
	position: relative;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #d1d3d4;
}

#left div.search_row_state label{
	padding: 10px 0 10px 6px;
	line-height: 24px;
	font-size: 12px;
}

#left div.search_row_state label#label_exist{

}

#left input.search_submit_small {
	cursor: 			pointer;
	color: 				white;	
	font-weight: 		bold;
	font-size: 			15px;
	height: 			34px;
	line-height: 		34px;
	width: 				245px;
	border: 			none;
	background: 		url("../images/search_small_button.jpg") repeat-x;	
}

#left div.search_row_clear, #left div.search_row_submit {
	margin: 10px 0;	
}

#left div.search_prop_row_name {
	width: 210px;
	margin: 2px 0;
	padding: 6px 10px 6px 25px;
	font-weight: bold;
	font-size:12px;
	cursor:pointer;	
}

#left div.folder {
	background:#e6e7e8 url("../images/search_fold.gif") 5px 8px no-repeat;
}

#left div.unfolder {
	background:#e6e7e8 url("../images/search_unfold.gif") 5px 5px no-repeat;
}

#left div.search_prop_row_values, #left div.search_prop_row_values_checked {
	width: 210px;
	margin: 8px 0;
}

#left div.search_prop_row_values input.property_size, #left div.search_prop_row_values_checked input.property_size{
	outline: 			none;
	height: 			18px;
	border: 			1px solid #2f2f2f;
	padding: 			1px 4px;
	margin: 			0 5px;
	color: 				#5B5B5B;
	font-size: 			13px;
	width: 				45px;	
}

#left div.search_prop_row_values label, #left div.search_prop_row_values_checked label {
	text-decoration: underline;	
	padding-left: 5px;
	cursor: pointer;
}

/**** PODIUMS ITEM****/

table.podiums_items tr th {
	font-size: 12px;
	color: #666;
	text-align: left;
	padding: 5px 10px;
	border-bottom: 1px solid #666;
}

table.podiums_items tr td {
	padding: 10px;
	text-align: left;
	vertical-align: middle;
	margin: 2px;
}

table.podiums_items tr td.lbl {
	font-size: 18px;
	padding: 5px 10px;
	width: 40px;
	text-align: center;
	vertical-align:middle;
}

table.podiums_items tr.even td { background-color: #e1e1e1; }
table.podiums_items tr.odd td { background-color: #fff }
table.podiums_items tr td.quantity, 
table.podiums_items tr th.quantity { text-align: center; width: 80px;}
table.podiums_items tr td.total { padding: 10px; border-top: 1px solid #666; }
table.podiums_items tr td .mainprice { margin: 0;}
table.podiums_items tr td img { margin: 2px; border-radius: 4px;}

/**** COUNTS PRODUCTS ****/

.exist{
	margin: 5px 0;
	background-image: url(../images/exist_is.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 16px;
	line-height: 14px;
	color: #666;
	text-align: left;
	font-size: 12px;
	min-height: 14px;
}

.exist.no{
	background-image: url(../images/exist_is_no.png);
}

.exist.uk{
	background-image: url(../images/exist_uk.png);
}
.exist.price{
	background-image: none;
	line-height: 12px;
	font-size: 11px;
	padding: 0 0 10px 0;
	color: #f60;
}

.shop_exist { margin: 10px 0 0;}
.shop_exist_title {
	color: #666; 
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	border-bottom: 1px dotted #888;
	display:inline-block;
	cursor:pointer;
}

.shop_exist_item {
	color: #666;
	margin-right: 10px;
	white-space: nowrap;
	line-height: 16px;
	font-size: 12px;
	width: 155px;
	display:inline-block;
}

/**** STATE PRODUCTS ****/

.product-label {    
  padding: 0;
  margin: 0;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 35px;
  height: 35px;
  text-align: center;
  z-index: 120;
}

.product-label.bproduction{
    background: #f56600;
    width: 85px !important;
    height: 28px !important;
    border-radius: 3px;
    opacity: 0.8;
    letter-spacing: 0;
    font-size: 11px;
    color: #fff;
    font-style: italic;
    line-height: 1.2;
}

.product-label.bhit{
	background: url('../images/abc2.png') no-repeat 0 0;
	background-size: 35px auto;
	opacity:			0.8;	
}

.product-label.bsale{
	background: url('../images/sale2.png') no-repeat 0 0;
	background-size: 35px auto;
	opacity:			0.8;	
}

.product-label.baction{
	background: url('../images/action2.png') no-repeat 0 0;
	background-size: 35px auto;
	opacity:			0.8;	
}

.product-label.bnew{
	background: url('../images/new3.png') no-repeat 0 0;
	background-size: 35px auto;
	opacity:			0.8;	
}

.product-label:nth-child(1) {
    top: 10px;
}

.product-label:nth-child(2) {
    top: 50px;
}

.product-label:nth-child(3) {
    top: 90px;
}

/**** To Basket ****/

.to_basket{
	width: 200px;
	height: 30px;
	position: relative;
	margin: 5px 0 0;
}

.to_basket .count_to_basket{
	width: 36px;
	height: 28px;
	margin: 0;
	position: absolute;
	padding: 0px 16px 0px 16px;
	border: 1px solid #e1e1e1;
	background-color: #f1f1f1;
	top: 0;
	left: 0;
}

.to_basket .buyproduct_up, .to_basket .buyproduct_down{
	position: absolute;
	top: 0px;
	left: 52px;
	cursor: pointer;
	width: 16px;
	height: 28px;
	border: 1px solid #e1e1e1;
	background-color: white;
	text-align: center;
	line-height: 28px;
}

.to_basket .buyproduct_down{
	left: 0px;
}

.to_basket .count_to_basket .count{
	width: 36px;
	height: 28px;
	border: none;
	text-align: center;
	background-color: #f1f1f1;
}
	
.to_basket .buyproduct,
.to_basket .buyproductdsbl{
	color: #fff;
	width: 80px;
	padding-left: 40px;
	margin: 0;
	cursor: pointer;
	background: #006ac5  url('../images/busket4.png') no-repeat 10px 3px;
	//border: 1px solid #d9451a;
	//width: 101px;
	height: 30px;
	line-height: 30px;
	text-align: left;
	font-weight: bold;
	right: 0;
	top: 0;
	position: absolute;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

.to_basket .buyproduct:hover {
	background-color: #2975c0;
}

.to_basket .buyproductdsbl{
	background-color: #888;
	cursor: default ;
}

.to_basket .changebuyproduct{
	margin: 0;
	padding: 3px;
	cursor: pointer;
	border: 1px solid #989c9d;
	background-color: #ececec;
	width: 16px;
	height: 16px;
	right: 0;
	top: 0;
	position: absolute;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

/**** CART ****/

.cartTitle{
	border: 		1px solid #dcebf7;
	background-color:#dcebf7;
	font-size: 		18px;
	padding: 		5px 15px;
	margin: 		0;
}

.cartData{
	border: 		1px solid #dcebf7;
	padding: 		10px;
	margin: 		0;
	position: 		relative;
}

.cartCaption{
	padding: 		0 15px;
	margin: 		0;
}

.cartPresent{
	background: #dcebf7 url(/templates/images/present.png) 8px 8px no-repeat;
	padding: 7px 32px 3px;
}

.cartTotal{
	background-color: 	#ffb26a;
	margin: 			0;	
	font-size: 			18px;
	font-style: 		italic;
	text-align: 		right;
	padding: 			5px 25px 5px 15px;
}

.cartTotalDelivery{
	border: 1px solid #dcebf7;
	margin: 0;
	font-size: 20px;
	font-style: italic;
	text-align: right;
	padding: 5px 25px 5px 15px;
}

.cartTotalMin{
	margin: 15px 0; 
	padding: 10px 0; 
	border-top: 1px solid #ffb26a; 
	border-bottom: 1px solid #ffb26a; 
	font-size: 18px; 
	font-style: italic;
}

.cartTotalMinInfo{
	display: inline-block; margin-right: 50px; vertical-align: top; font-size: 14px;
}

.cartTotalMinAdd { display: inline-block;
  cursor: pointer;
  padding: 0 20px;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  border: none;
  background: url("../images/search_small_button.jpg") repeat-x;

}
  
.cartTotalMinAdd a {
  font-size: 16px;
  font-weight: bold;
  line-height: 34px;
  color: #ffffff;
  text-decoration: none;
}

.cartTotalMinShop { display: inline-block;
  cursor: pointer;
  padding: 0 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 34px;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  border: none;
  background: url("../images/search_small_button.jpg") repeat-x;
  margin-right: 10px;
}

.cartTitle.personal{
	margin: 20px 0 0 0;
}

.cartTotal span, .cartTotalDelivery span{
	font-size: 12px;
	font-style: italic;
}

.cartTotal span#delivery-total-price {
	font-size: 20px;
}

table.cart th{
	font-size: 		11px;
	color: 			#666;
	text-align: 	center;
	vertical-align: middle !important;
	padding: 13px 5px 10px;
    line-height: 1.1em;
}

table.cart .width100{
	width: 100px;
	width: 11%;
}

table.cart .width80{
	width: 80px;
	width: 9%;
}

table.cart .width60{
	width: 60px;
}

table.cart .width170{
	width: 170px;
}

table.cart .tdleft{
	text-align: left;
}

table.cart .tdtop{
	vertical-align: top;
}

table.cart .tdright{
	text-align: right;
}

table.cart .tdcenter{
	text-align: center;
}

table.cart td .delProductBusket{
	cursor: 		pointer;
	color: 			#333333;
	border-bottom: 	1px dotted #333333;
	font-size:		12px;
	line-height: 	18px;
	//margin-right: 	10px;
}

table.cart .buyproduct{
	margin: 6px 0;
	cursor: pointer;
	border-bottom: 1px dashed #d9451a;
	color: #d9451a;
	font-weight: bold;
	display: inline-block;
}

table.cart .to_basket{
	width: 50px;
}

table.cart td{
	padding: 5px;
	text-align: center;
	vertical-align: middle !important;
	border-bottom: 	1px solid #e1e1e1;
}

table.cart tr:last-child td{
	border-bottom: 	none;
}


/**** TO TOP ****/
#toTop {
	position: fixed;
	bottom: 25px;
	right: 25px;
	width: 50px;
	height: 50px;
	cursor: pointer;
	display: none;
	color: #333;
	border: none;
	background: #f60 url('/templates/images/scroll.png') no-repeat 18px 17px;
	z-index: 1000;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	opacity: 0.9;
}

/**** PRODUCTS BLOCK ****/

.productsBlock {margin: 0 0 20px;}

.productsBlock .title {
	font-size: 18px;
	color: #333;
}

.productsBlock a.title {
	border-bottom: none;
	text-decoration: underline;
	font-size: 18px;
	font-weight: normal;
}

.productsBlock .plist {
	display: table;
	width: 100%;
}

.productsBlock .item {
	display: table-row;		
}

.productsBlockMain .productsBlock .item.news div {
	margin-right: 20px;
	line-height: 1.4em;
}

.productsBlockMain .productsBlock .item.news div.dt {
	color: #666;
	font-style: italic;
	font-size: 12px;	margin-bottom: 6px;
}

.productsBlockMain .productsBlock .item.news div.link {
	min-height: 28px;margin-bottom: 6px;
}

.productsBlockMain .productsBlock .item.news div.note {
	color: #666;
	font-size: 12px;
	font-style: italic;
}

.productsBlockMain .productsBlock .item {
	padding: 10px 0;
	vertical-align: top;
	display: table-cell;
	width: 20%;
}

.productsBlock .item .img {
	width: 70px;
	text-align: center;
	height: 70px;
}

.productsBlock .item .img img{
	max-width: 70px;
}

.productsBlock .item .img, .productsBlock .item .description {
	padding: 10px 0;
	vertical-align: top;
	display: table-cell;
}

/**** MATERIALS ****/

#materials td, #materials_popup td {
	vertical-align: top;
	padding: 10px 0 20px;
}

#materials td.top, #materials_popup td.top {
	border-top: 1px solid #888; 
}

#materials td.topName, #materials_popup td.topName {
	border-top: 1px solid #888;
	padding: 4px 15px; 
	background-color: #E6E7E8; 
	width: 184px;
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
}

#materials_popup td.topName {
	padding: 2px 10px; 
	width: 184px;
	font-size: 12px;
}

#materials span, #materials_popup span {
	font-size: 11px;
	padding-left: 4px;
	display: block;	
}

#materials span.m_name {
	font-weight: bold;
	padding-left: 3px;
}

#materials span.m_symbol {
	color: #888;
}

#materials img, #materials_popup img {
	border: 1px solid #E1E1E1; 
	padding: 2px;
	display: block;
}

#materials_popup img {
	padding: 1px;
}

#materials div, #materials_popup div {
	display: inline-block; 
	width: 106px; 
	position: relative;
	margin-bottom: 10px;
	vertical-align: top;
}

#materials_popup div {
	width: 46px; 
	margin-bottom: 0;
}

/**** SITE MAP ****/


#map  ul{
	margin: 0;
	padding: 0;
}

#map  ul li{
	list-style: none;
	margin: 0;
	padding: 0;
}

#map  ul li ul{
	margin: 10px 0;
}

#map  ul li li{
	list-style: none;
	margin: 0;
	padding: 0 0 0 25px;
	display: inline-block;
}

/* REGISTRATION */

form.reg-form {
	margin: 		0;
	padding: 		0;
	border-style: 	none;
	border: 		none;
}

.reg-form .row {
	margin-bottom: 15px;
	overflow: hidden;
}

.reg-form label {
	float: 			left;
	width: 			195px;
	text-align: 	right;
	padding-right: 	10px;
	line-height: 	20px;
	cursor: pointer;
}

.reg-form input, .reg-form select{
	float: 				left;
	width: 				50%;
	padding: 			0 5px;
	height: 			22px;
	line-height: 		22px;
	border: 			1px solid #666;
	background-color: 	white;
	font-size: 			14px;
	color: 				#666;
}

.reg-form input.check{
	width: 			20px;	
}

.reg-form input.check.reg_company_type {
	width: 20px;
	padding: 0 5px;
	float: none;
}

.reg-form label.lbl_check {
  width: 250px;
  text-align: left;
  color: #333;
  font-size: 16px;
}

.reg-form input.submit{
	width: 			200px;
	font-weight:	bold;
	color:			#333;
	height: 		25px;
	line-height: 	25px;
}

.reg-form span {
	line-height: 	15px;
}

.reg-form p {
	padding-left: 205px;
}
/**** VO FORM ****/

form.vo-form {
	margin: 		0;
	padding: 		0;
	border-style: 	none;
	border: 		none;
}

.vo-form .row {
	margin-bottom: 15px;
	overflow: hidden;
}

.vo-form label {
	display: block;
	line-height: 20px;
	color: #444;
	font-size: 12px;
}

.vo-form input, .vo-form select, .vo-form textarea{
	width: 90%;
	padding: 2px 5px;
	height: 20px;
	line-height: 20px;
	border: 1px solid #666;
	background-color: white;
	font-size: 14px;
	color: #333;
	border-radius: 2px;
}

.vo-form textarea{
	height: 80px;
	line-height: 16px;
	font-size: 12px;
}

.vo-form input#sendMessageVO{
  cursor: pointer;
  width: 96%;
  font-size: 16px;
  font-weight: bold;
  line-height: 34px;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  border: none;
  background: url("../images/search_small_button.jpg") repeat-x;
  margin: 10px 0;
  height: auto;
}

/**** ORDERS ****/

.orderData{
	width: 100%;
}

.orderData .ld{
	float: left;
	width: 68%;
}

.orderData .rd{
	float: right;
	width: 30%;
}

.order-form {
	padding: 		0;
	border: 		none;
}

.order-form .row {
	margin-bottom: 15px;
	overflow: hidden;
	line-height: 20px;
	position: relative;
	font-size:		14px;
}


.order-form .row.hr {
	border-bottom: 1px solid #dcebf7;
	padding: 0;
}

.order-form .row .myregion-name {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	margin-right: 15px;
}

.order-form .row .myregion-select, #regionSelectWindowContent .myregion-select {
	font-size: 14px;
	line-height: 20px;
	color: #666;
	cursor: pointer;
	border-bottom: 1px solid #666;
}

.order-form label {
	float: 			left;
	width: 			150px;
	text-align: 	right;
	padding-right: 	12px;
	line-height: 	20px;
	color: 			#444;
}

.order-form input, .reg-form select, .order-form select, .order-form textarea{
	float: 				left;
	width: 				50%;
	padding: 			2px 5px;
	height: 			20px;
	line-height: 		20px;
	border: 			1px solid #666;
	background-color: 	white;
	font-size: 			14px;
	color: 				#333;
	border-radius: 2px;
}

.order-form input.error, .reg-form input.error {
    border: 1px dotted red;
}

.order-form input.check{
	width: 		16px;
	padding: 	0 5px;
	float: 		none;
}

.order-form label.lbl_check {
	width: 		250px;
	text-align: left;
	color: 		#333;	
	//border-bottom: 1px dashed #333;
}

.order-form input.radio{
	width: 		16px;
	margin: 	0 5px;
	float: left;
}

.order-form label.lbl_radio {
	width: 		auto;
	text-align: left;
	color: 		#333;
}

.order-form input.lbl{
	width: 		30px;
	padding: 	0 5px;
}

.order-form input.submit{
	width: 			200px;
	font-weight:	bold;
	color:			#333;
	height: 		25px;
	line-height: 	25px;
}

.order-form span {
	line-height: 	15px;
}

.order-form span.caption {
color: #777;
font-style: italic;
display: inline-block;
font-size: 12px;
padding-left: 163px;
}

.order-delivery, .pay-delivery {}

.order-delivery td, .pay-delivery td{
	padding: 5px;
	vertical-align: top;
	text-align: left;
}

.order-delivery .tdr, .pay-delivery .tdr{
	text-align: right;
}

.order-delivery .tdl, .pay-delivery .tdl{
	text-align: left;
}

.order-delivery .tdc, .pay-delivery .tdc{
	text-align: center;
}

.order-delivery .title, .pay-delivery .title{
    border-bottom: 1px dotted #f60;
    padding: 10px 0px 0px;
    font-size: 14px;
    text-transform: uppercase;
    color: #f60;
}

.order-delivery .tdname, .pay-delivery .tdname{
	padding: 5px 2px;
}

.order-delivery td label, .pay-delivery td label{
	float: none;
	width: 200px;
	text-align: left;
	line-height: 14px;
	color: #333;
	//text-decoration: underline;
	font-weight: bold;
	font-size: 13px;
	cursor: pointer;
}

.order-delivery td.tdname span, .pay-delivery td.tdname span{
	color:#666; 
	font-style: italic; 
	display: block;
	font-size: 12px;
	margin-top: 2px;
}

.order-delivery td.tdname span.err, .pay-delivery td.tdname span.err{
	color:#FE4200; 
}

.order-delivery td span.delivery-price { font-size: 18px; line-height: 18px; }
.order-delivery td span.delivery-curname { font-size: 12px; line-height: 18px; }
.order-delivery td span.delivery-days { font-size: 12px; line-height: 12px; color:#666; font-style: italic; display: block;}

.order-delivery input, .pay-delivery input{
	width: 14px;
	height: 16px;
	float: none; 
}


/**** MYORDERS ****/

table.myorders th{
	color: 		#666;
	vertical-align: middle;
	border-bottom: 1px solid #f0f0f0;
}

table.myorders td, table.myorders th {padding: 5px; text-align: left;}

.pdata .row {
	margin-bottom: 15px;
	overflow: hidden;
}

.pdata span.label {
	float: 			left;
	width: 			125px;
	text-align: 	right;
	padding-right: 	10px;
	line-height: 	18px;
	font-weight: 	bold;
}

.pdata span.value{
	float: 			left;
	width: 			50%;
	padding: 		0 5px;
	line-height: 	18px;
}

.pdata p {
	padding-left: 	140px;
}

/**** CITY RESULTS ****/

#cityresults{
	position: absolute;
	z-index: 100;
	top: 25px;
	left: 162px;
	background-color: #fff;
	border: 1px solid #ccc;
	width: 310px;
	font-size: 12px;
	max-height: 200px;
	overflow-y: scroll;
	overflow-x: hidden;
} 
 
#cityresults div.city-item{
	margin: 0;
	padding: 5px 5px;
	text-align: left;
	position: relative;	
}

#cityresults div.city-item:hover{
	background-color: #f0f0f0;
	cursor: pointer;
}

#cityresults div span{
	color: #666;
	padding-left: 10px;	
}
 
/**** ZOOM ****/

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

.zoom img{
	position: absolute;
	top: 0; 
	left: 0;
	cursor:url('/templates/images/loupe20.png'), pointer;
	display: block;
}

/**** RegionSelect ****/ 

#regionSelectShadow {
	background: none repeat scroll 0 0 black;
	bottom: 0;
	left: 0;
	opacity: 0.3;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 999;
}

#regionSelectWindow {
	background: none repeat scroll 0 0 white;
	border: 1px solid #c1c1c1;
	box-shadow: 0 0 13px #c1c1c1;
	left: 18%;
	position: absolute;
	right: 18%;
	top: 70px;
	z-index: 1000;
	padding: 12px;
	min-width: 670px;
}

#officeSelectWindow {
	background: none repeat scroll 0 0 white;
	border: 1px solid #c1c1c1;
	box-shadow: 0 0 13px #c1c1c1;
	left: 25%;
	position: absolute;
	right: 25%;
	top: 70px;
	z-index: 1000;	font-size: 0.8em;
}

#officeSelectWindow td{
	padding:	0 15px 2px 0;
}

#regionSelectWindowContent {
	#margin: 3px 0 ;
}

#regionSelectWindowContentTitle {
	font-size: 1.3em;
	font-weight: bold;
	border-bottom: 1px dotted #666;
	color: #333;
	margin-bottom: 10px;	
}

#regionSelectWindowClose {
	position: absolute;
	right: 15px;
	top: 15px;
	z-index: 1000;
	cursor: pointer;
}

#regionSelectWindowContentCountry{
	width: 17%;
	float: left;
	white-space: nowrap;
}

#regionSelectWindowContentCountry div{
}

#regionSelectWindowContentCountry div a, #regionSelectWindowContentCountry div b{
	line-height: 28px;
	padding-left: 10px;
}

#regionSelectWindowContentCountry div.current{
	background: #e1e1e1 url(/img/right2.png) no-repeat 96% 6px;
}

.regionSelectWindowContentItemCities {
	width: 80%;
	float: left;
	padding-left: 2%;
	border-left: 1px solid #e1e1e1;
}
.regionSelectWindowContentItemCities div{
	width: 33%;
	float: left;
	//white-space: nowrap;
}

.regionSelectWindowContentItemCities a{
	line-height: 16px;
	display: block;
	//padding: 0 4px;
	margin-right: 10px;
}

.regionSelectWindowContentItemCities a:hover{
	//background-color: #e1e1e1;
}

.regionSelectWindowContentItemCities a.rp_region{
	font-weight:bold;
}

/**** feedback ****/
#content input.image_submit{
	width: 19px;
	margin: 0 5px 10px;
}

#content input.text {
  width: 300px;
  margin: 0;
  padding: 2px 4px;
  font-size: 12px;
  color: #666;
  border: 1px solid #999;
  float: left;
}
 
#content .feedback, #content2 .feedback {
	color: 				#002589;
	text-decoration: 	underline;
	cursor:				pointer;
	font-size: 			12px;
	font-weight:		bold;	
}

/*** NAVIGATOR STYLE **/

.order_products td{
	padding: 3px 10px;
	background-color: #E6E7E8;
	vertical-align: middle;
}

.order_products select{
	border: 1px solid #a7a9ac;
	outline: none;
	
}

.pages_products {
    padding: 10px;
    vertical-align: middle;
    text-align: center;
}

.pages_products a.mp, .pages_products span{
	//text-decoration:none;
	font-size: 	1.2em; 
	line-height: 1.4em; 
	padding: 4px 8px;
	color: 	#666;
}

.pages_products span.current {
	color:		#222;
    background: #e6e7e8;
    border-radius: 5px;
	font-size: 	1.4em; 
	line-height: 1.4em; 
}

.pages_products a.prev, .pages_products a.next{
	color: 				#666;
	background-color: 	none !important;
	text-decoration:	underline;	
}

/*

.pages_products a.prev div{
	width:				8px; 
	background: 		url(../images/nav_prev.jpg) no-repeat left center; 
	background-color: 	none !important;
	margin-right:		1px;
	text-align:			center;
	text-decoration: 	none;
	padding-right: 		0px;
}
.pages_products a.next div{
	width:6px; 
	background-image: url(../images/nav_next.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin-right:1px;
	text-align: center;
	text-decoration: none;
	padding-right: 0px;
}
.pages_products a.begin div{
	width:			12px; 
	background: url(../images/nav_begin.jpg) no-repeat left center; 
	background-color: none !important;
	display:block;

	margin-right:1px;
	text-align:center;
	text-decoration: none;
	padding-right: 0px;
}
.pages_products a.end div{
	width:12px; 
	background: url(../images/nav_end.jpg) no-repeat left center;
}
*/

.cities, .cities_info {
	margin: 10px 0;
	padding: 0 0 10px;
	border-bottom: 1px solid #e1e1e1;
}

.cities div, .cities_info div.vcard {
	margin-right: 20px;
	display: inline-block;
	vertical-align: top;

}

.cities_info div.vcard {
	min-width: 45%;
	max-width: 45%;
	margin: 5px 10px;
}

.cities a{
	font-size: 15px;
	text-decoration: none;
	border-bottom: 1px dashed #666;
	color: #666;
	line-height: 1.7em;	
	white-space: nowrap;
}

.cities b{
	font-size: 16px;
	text-decoration: none;
	color: #333;
	line-height: 1.7em;	
	font-weight: bold;
}

.cities_info span.feedback{
	line-height: 2.0em;
}


.cities_info {
	margin: 10px 0;
	padding: 0 0 10px;
	border-bottom: 1px solid #e1e1e1;
}

.noselect {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

/* Subscribe to Newsletter */

.subscribeTitle
{
	font-size: 22px;
	color: #fff; 
	display: inline;
	padding: 0 20px 0 0;
	float: left;
	height: 30px;
	line-height: 30px;
	margin: 0;
	/*text-transform: uppercase;*/ 
}

.subscribeLabel 
{
	font-size: 12px;
	display: inline;
	float: left;
	line-height: 14px;
	color: #fff; 
	margin: 0;
	height: 30px;
	padding: 0 20px 0 20px; 
	line-height: 15px;
	margin: 0; 
	border-left: 1px solid #ccc;
}

.subscribeBlock
{
	display: inline;
	float: left;
}

.subscribeBlock input
{
	display: inline;
	float: left;
}

.subscribeBlock input.subscribe_email {
	height: 28px;
	width: 250px;
	padding: 0 10px;
	display: block;
	background: #ffffff;
	float: left;
	border: none;
	text-align: left;
	border-radius: 0;
	font-size: 12px;
	color: #676767;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #ccc;
	border-right: none;
}

.subscribeBlock input.subscribe_email_submit {
height: 30px;
  width: 100px;
  cursor: pointer;
  display: block;
  float: left;
  margin: 0;
  padding: 5px 0;
  font-size: 12px;
  color: #ffffff;
  background: #1D4E9B;
  border: 1px solid #fff;
  border-radius: 0;
  text-align: center;
  
}
#result_subscribe {color: #333;font-size: 11px;display: inline-block; color: #d9451a; padding-left: 5px; }
#success_subscribe {color: #222;font-size: 12px;display: inline-block; line-height: 15px;}

#tabs {
	margin: 0px -20px;
    background-color: #eeeeee;
    border-bottom: 1px solid #e5e5e5;
    height: 52px;
}
#tabs:after {clear: both;}

#tabs div div { margin: 10px 20px; }
#tabs div.active { background-color: #fff; float: left; height: 53px; margin-left:-1px; margin-bottom:-1px; border-left: 1px solid #e5e5e5; border-right: 1px solid #e5e5e5; }
#tabs div.noactive { background-color: #fafafa; float: left; margin: 0 2px 0 1px; height: 51px;}
#tabs div div a { display: block; font-weight: bold; line-height: 16px;}
#tabs div div span { display: block; line-height: 16px; }

@keyframes snow {0% {background-position: 0px 0px, 0px 0px, 0px 0px;} 100% {background-position: 500px 1000px, 400px 400px, 300px 300px;}}
@-moz-keyframes snow {0% {background-position: 0px 0px, 0px 0px, 0px 0px;} 100% {background-position: 500px 1000px, 400px 400px, 300px 300px;}}
@-webkit-keyframes snow {0% {background-position: 0px 0px, 0px 0px, 0px 0px;} 100% {background-position: 500px 1000px, 400px 400px, 300px 300px;}}
@-ms-keyframes snow {0% {background-position: 0px 0px, 0px 0px, 0px 0px;} 100% {background-position: 500px 1000px, 400px 400px, 300px 300px;}}

.img-hover {
	border-radius: 10px;
}
.img-hover:hover{
	box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
}


.month-products{
	background: #f6a31f;
	border-radius: 4px;
	line-height: 19px;
	font-size: 13px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	width: 115px;
	margin: 12px auto 15px;
	position: relative;
	font-weight: bold;
}

.month-products:after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color: #f6a31f transparent transparent transparent;
    top: 19px;
    left: 46%;
    z-index: 99;
}
.covid{
	color: #fff;
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    height: 17px;
    padding: 0 4px;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    right: 14px;
    top: -14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #aaa;
    border-radius: 2px;
}
.covid:after{
	content: "";
    top: 17px;
    left: 25px;
    position: absolute;
 	border: 4px solid transparent; /* Прозрачные границы */
    border-top: 4px solid #aaa; /* Добавляем треугольник */
}

/* map container */
.self{
	width: 100%;
    /*height: 500px;*/
    padding: 0;
}
.self .address-container{
    width: 410px;
    /*height: 500px;*/
    padding: 0 20px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-right: none;
    float: left;
    overflow: auto
}
.self #address-map{
    width: calc(100% - 410px);
    /*height: 500px;*/
    float: left;	
}


.product_out a{

}

.product_out__link{
	display: inline-block;
	line-height: 30px;
	background: #006ac5;
	color: #fff !important;
	text-decoration: none;
	/*padding: 0 20px 0 20px;*/
	font-size: 13px;
	border-radius: 2px;
	margin: 5px 10px 5px 0;
    width: 142px;
    text-align: center;
    font-weight: bold;
}

.product_out__link:hover,
.product_out__link:focus{
	color: #fff;
    background: #006ac5;
}

.product_out__link img{
	margin-left: 3px;
	vertical-align: middle;
	border-style: none;
}

.product_out__link span{
    font-size: 18px;
    position: relative;
    top: 1px;
    left: 5px;
    color: #01b9f1;
    font-weight: normal;
}

.col-link{
    width: 140px;
    padding-left: 5px;
}

a[href^="tel:"] {
	text-decoration: none;
	color: inherit;
	font-weight: bold;
}

a[href^="mailto:"] {
	font-size:12px;
	color: inherit;
}

.personal_discount {
	background: #e51467;
	color:#f0f0f0;
}
.personal_discount div div {
	display: inline-block;
    padding: 0px 15px;
    margin: 5px 0;
}
.personal_discount div div:nth-child(2), .personal_discount div div:nth-child(3), .personal_discount div div:nth-child(4) {
    padding-left: 15px;
    border-left: 1px dotted #fff;
}
.personal_discount div div span:nth-child(1) {
	display: block;
    line-height: 17px;
    font-size: 15px;
}
.personal_discount div div span:nth-child(2) {
	display: block;
    line-height: 14px;
    font-size: 12px;
}

.complete {
	border-left: 2px solid #006ac5;
    padding: 0 15px;
    margin: 0 0 15px 0;
	font-size: 12px;
	color: #666;
}

#background-video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.newyear {
	background: url(/templates/images/elka.png) no-repeat 160px 0;
    background-size: auto 60px;
}

.newyear .title:nth-child(1) a{
	color: #ff6600;
}

.newyear .item:nth-child(2) a, .newyear .item:nth-child(3) a, .newyear .item:nth-child(4) a {
    color: #f60;
}