@charset "utf-8";
/* CSS Document */
@font-face {
	 font-family: 'Myriad Pro Light';
	 src: local("Myriad Pro Light.ttf"),
		url("../font/Myriad Pro Light.ttf");
}
@font-face {
	 font-family: 'museosanscyrl-500';
	 src: local("museosanscyrl-500.ttf"),
	  url("../font/museosanscyrl-500.ttf");
}

a {text-decoration:none;}
p{font-size:13px;font-family:'arial';color:#979797;}
h1, h2, h3, h4, h5{font-weight:normal;}
li{list-style: none;}
img{border:none;}

input:focus{outline:none;}
textarea{resize: none;}
textarea:focus{outline:none;}
* {
margin:0;
padding:0;
}
body {
	font:14px "arial";
	background-color:#e9eaec;
}
.wraper > div > div{
	width:960px;
	margin:0 auto;
}
.top{
	background-color:#000;
	height:60px;
	padding-top: 12px;
}
.top > div{
	position:relative;
}
.top .logo{
	position:absolute;
	top:14px;
	left:0px;
}
.top .phone{
	position:absolute;
	top:10px;
	left:440px;
}
.top .phone h3, .top .phone h3 a, .top .phone h3 a:hover {
	color:#909090;
	font-size:24px;
	letter-spacing: -1.2px;
	white-space: nowrap;
	text-decoration: none;
}

#scroll_phone {display: none;}	/* Странный телефон */
.top .phone span {color:#fff;}
.top a{
	display:block;
	color:#fff;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
}
.top .info{
	position:absolute;
	top:17px;
	left:645px;
}
.info>a{display: inline;
padding: 8px 15px 8px;}
.info>a:hover{	border-radius:15px;
	background-color:#0fa9f3;
	text-decoration:none;}
.top .cart{
	position:absolute;
	top:10px;
	right:0px;
	width: 152px;
	z-index: 21;
}
.top .cart img{
	float:left;
	margin-right: 17px;
	max-width: 59px;
}
.top .cart a{
	padding-top:8px;
	letter-spacing: -0.7px;
}
.header{
	background-color:#303030;
	height:60px;
	overflow: hidden;
}
.menu{
	display:inline-block;
	vertical-align:top;
	margin-left: -14px;
}
.menu li{
	float:left;
	padding: 22px 0px;
}
.menu li a{
	color:#fff;
	padding: 8px 15px 8px;
	margin: 0px 9px 0px 0px;
	font-weight:bold;
}
.menu li a:hover{
	border-radius:15px;
	background-color:#0fa9f3;
	text-decoration:none;
}
.menu li:nth-child(2) > a{
	margin: 0px 17px 0px 0px;
}
.menu li:nth-child(3) > a{
	margin: 0px 20px 0px 0px;
}
.menu li:nth-child(4) > a{
	margin: 0px 39px 0px 0px;
}
.menu li:nth-child(5) > a{
	margin: 0px 26px 0px 0px;
}
.menu li:nth-child(6) > a{
	margin: 0px 19px 0px 0px;
}
.menu li:nth-child(7) > a{
	letter-spacing: -0.5px;
	margin: 0px 19px 0px 0px;
}
.search{
	display: inline-block;
	vertical-align: top;
	margin: 8px 0px 0px 4px;
	width: 182px;
}
form.search {float: right;}
.search input{
	color: #909090;
	border: 2px solid #909090;
	border-radius: 14px;
	background-color: #303030;
	padding: 6px 8px;
	width: 164px;
}
.search input:hover{
	border: 2px solid #fff;
	background-color: #fff;
}
.search input:focus{
	border: 2px solid #fff;
	background-color: #fff;
}
.search input:focus::-moz-placeholder {color: #FFF;}
.search input:focus::-webkit-input-placeholder {color: #FFF;}
.sliderbg{
	background-color:#fff;
}

.slider {
	height: 500px;
	position: relative;
	padding-bottom: 26px;
}
.sliderContent {
	float: left;
	width: 960px;
	height: 480px;
	clear: both;
	position: relative;
	overflow: hidden;
}
.sliderArrows a {
	display: block;
	text-indent: -9999px;
	outline: none;
	z-index: 50;
	background-image: url(../img/slider/arrows.png);
	width: 17px;
	height: 36px;
	position: absolute;
	top: 50%;
	margin-top: -18px;
}
.prev {
	background-position: 0 0;
	left: 15px;
}
.prev:hover {
	background-position: 0 0px;
}
.next {
	right: 15px;
	background-position: -17px 0;
}
.next:hover {
	background-position: -17px 0px;
}
.sliderContent .item {
	position: absolute;
	width: 960px;
	height: 454px;
	background: #fff;
	padding-top: 62px;
	padding-left: 33px;
}
.sliderBullets {
	position: absolute;
	bottom: 15px;
	left: 50%;
	z-index: 50;
	margin-left: -45px;
}
.sliderBullets a {
	display: block;
	float: left;
	text-indent: -9999px;
	outline: none;
	margin:0px 6px;
	width: 9px;
	height: 8px;
	background: url(../img/slider/bullets.png) no-repeat;
}
.sliderBullets .active {
	background-position: 0 -8px;
}
.sliderContent a {
	outline: none;
}


.recommendbg{
	background-color:#e9eaec;
}
.recommend h2{
	display:inline-block;
	vertical-align:top;
	font-size:28px;
	color:#303030;
}
.recommend .section{
	padding: 20px 10px 0px;
}
.tabs {
	cursor:pointer;
	margin-bottom:15px;
	display:inline-block;
	vertical-align:top;
	margin-left: 20px;
}


.tab_tovars {
	font-weight:bold;
	font-size:14px;
	color:#303030;
}
.tab_tovars:before {
	content: "";
	position: absolute;
	top: -2px;
	left: -2px;
	right: -2px;
	bottom: -2px;
	z-index: -2;
}
.tab_tovars:after {
	background: white;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}
.tab_tovars:hover {
	border-radius:15px;
	background-color:#0fa9f3;
	color:#fff;
}


.current {
}
.current:before {
	content: "";
	position: absolute;
	top: -2px;
	left: -2px;
	right: -2px;
	bottom: -2px;
	z-index: -2;
}
.current:after {
	background: white;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}
.tab_tovars.current {
	border-radius:15px;
	background-color:#0fa9f3;
	color:#fff;
}

.tabs span{
	position:relative;
	text-align:center;
	padding: 10px 16px 8px;
	display: inline-block;
	font-size:14px;
}
.box {
	display: none; /* по умолчанию прячем все блоки */
}
.box.visible {
	display: block; /* по умолчанию показываем нужный блок */
}

.odin{
	width: 180px;
	height: 180px;
	background-color: #fff;
	display: inline-block;
	vertical-align: top;
	padding: 27px;
	margin-bottom: 2px;
	margin-right: -2px;
	padding-right: 26px;
}
.odin_img{
	text-align:center;
	height: 122px;
}
.odin_text {max-height: 70px;}
.odin_text h3{
	font-size:16px;
	font-weight:bold;
	color:#303030;
	margin-bottom: 10px;
}
.odin_text p{
	color:#919191;
	font-size:12px;
}
.recommendbg .odin_text {overflow: hidden;}
ul .odin:nth-child(1){
	border-radius:4px 0px 0px 0px;
}
ul .odin:nth-child(4){
	border-radius:0px 4px 0px 0px;
}
ul .odin:nth-last-child(1){
	border-radius:0px 0px 4px 0px;
}
ul .odin:nth-last-child(4){
	border-radius:0px 0px 0px 4px;
}


.eche{
	text-align:center;

}
.eche a{
	display:block;
	background-color:#fff;
	color:#303030;
	font-size:24px;
	margin: 8px 10px;
	padding: 16px;
	border-radius:4px;
}
.eche a:hover{
	color:#0fa9f3;
	text-decoration:none;
}
.block{
	height: 106px;
	display: inline-block;
	vertical-align: top;
	margin: 5px 0px 10px 11px;
	padding: 20px 0px 20px 20px;
	border-radius:4px;
	width: 286px;
}
.blocks .block:nth-child(3n){
	margin: 5px 0px 5px 5px;
}
.block img{
	float:left;
	padding-top: 10px;
}
.block1, .block2, .block3 {cursor: pointer;}
.block1{
	background-image:url(../img/blocks/1.png);
	background-repeat:no-repeat;
	background-position: 0px 30px;
	background-color:#988ec0;
}
.block2{
	background-image:url(../img/blocks/2.png);
	background-repeat:no-repeat;
	background-position: 18px 25px;
	background-color:#11abf5;
}
.block3{
	background-image:url(../img/blocks/3.png);
	background-repeat:no-repeat;
	background-position:24px 34px;
	background-color:#2d2e30;
}
.block4{
	background-color:#747f7f;
}
.block5{
	background-color:#ff8286;
}
.block6{
	background-color:#88cf34;
}
.block > div{
	margin:14px 0px 0px 112px;
}
.block h3{
	font-family:'Myriad Pro Light';
	font-size:24px;
	color:#fff;
}
.block p{
	font-size:13px;
	font-family:"Myriad Pro Light";
	color:#fff;
	margin-top:5px;
}
.blocks a:hover{
	text-decoration:none;
}



.wraper .about{
	background-color:#fff;
	width:940px;
	border-radius:4px;
	padding-bottom: 25px;
	margin-top: 5px;
	margin-bottom: 10px;
}
.about_left{
	width:170px;
	display:inline-block;
	vertical-align:top;
	padding: 36px 30px;
}
.about_left h2{
	font-size:28px;
	color:#303030;
}
.about_left li{
	margin:22px 0px;
}
.about_left a{
	color:#747f7f;
	font-size:14px;
	font-weight:bold;
	padding: 8px 10px
}
.about_left a:hover{
	background-color:#e9eaec;
	border-radius:4px;
	text-decoration:none;
}
.about_right{
	width:650px;
	display:inline-block;
	vertical-align:top;
	padding-top: 37px;
}
.about_right img{}
.about_right p{
	color:#919191;
	font-size:13px;
	line-height: 25px;
	margin: 26px 0px 51px;
}

.wrap_soc{
	padding-bottom: 142px;
}
.social{
	border-left:1px solid #aaaaaa;
	border-right:1px solid #aaaaaa;
	border-bottom:1px solid #aaaaaa;
	border-top:1px solid #395c9c;
	margin: 30px 10px 0px;
}
.spiski{
	background-color:#303030;
	padding: 24px 0px 50px 0px;
	margin-top: 8px;
}
.spiski ul{
	display:inline-block;
	vertical-align:top;
	padding: 0px 45px 0px 10px;
}
.spiski li{
	margin: 14px 0px;
}
.spiski li h3{
	color:#fff;
	margin-bottom: 11px;
	font-size:20px;
	margin-top: 29px;
}
.spiski li a {
	color: #979797;
	font-size:13px;
	letter-spacing: -0.025em;
}
.spiski li a:hover {color: #11ABF5;}
.footer{background-color:#2c2c2d;}
.footer > div{
	position:relative;
	padding-top: 13px;
	padding-bottom: 12px;
}
.footer ul{
	display:inline-block;
	vertical-align:top;
	padding: 0px 64px 0px 10px;
}
.footer li{
	margin: 34px 0px;
}
.footer li a {
	font-size: 12px;
	font-weight: bold;
	color: #979797;
	text-transform: uppercase;
}
.footer_info{
	position: absolute;
	top: 46px;
	left: 328px;
}
.footer h5{
	font-size:14px;
	color:#fff;
	padding: 21px 0px 20px;
	font-weight:bold;
}
.footer p{
	line-height: 21px;
}
.footer_contakt{
	position: absolute;
	top: 47px;
	left: 571px;
}
.footer_contakt h3, .footer_contakt h3 a, .footer_contakt h3 a:hover {
	font-size:24px;
	color:#fff;
	text-decoration: none;
}
.footer_contakt h5{
	text-transform:uppercase;
}
.footer_adres{
	position: absolute;
	top: 147px;
	left: 571px;
}
.footer_social{
	position: absolute;
	top: 52px;
	right: 0px;
}
.footer_social p{
	font-size:11px;
	text-transform:uppercase;
}
.footer_social a{
	width:32px;
	height:32px;
	display:inline-block;
	margin: 0px 5px 7px;
}
#soc1{
	background:url(../img/soc/footer.png) no-repeat 0px 0px;
}
#soc2{
	background:url(../img/soc/footer.png) no-repeat -42px 0px;
}
#soc3{
	background:url(../img/soc/footer.png) no-repeat -82px 0px;
}
.bottom{
	padding: 24px 0px;
	height:20px;
	background-color:#222222;
}
.bottom a{
	color:#0fa9f3;
	text-transform:uppercase;

}
.bottom p {
	font-size:12px;
	color:#444;
	text-transform:uppercase;
	letter-spacing: -0.04em;
}


.produkts{}
.content_wrap{

}
.produkts .breadcrumbs{
	margin: 36px 0 33px 11px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.breadcrumbs p{
	color:#303030;
	font-size:14px;
	font-weight:bold;
	float: left;
	line-height: 34px;
}
.breadcrumbs a{
	color:#303030;
	font-size:14px;
	font-weight:bold;
}
.breadcrumbs:after {
	content: "";
	display: table;
	clear: both;
}
.breadcrumbs .button {
	margin-right: 10px;
}
.breadcrumbs .button a {
	color: #fff;
	font-family: arial;
	font-weight: 700;
	font-size: 14px;
}
.breadcrumbs .button a:hover {
	opacity:0.7;
}

.button{
	width:100px;
	height:35px;
	background-color:#0fa9f3;
	border-radius:4px;
	float:right;
}

.button a{
color: #fff;
background-image: url(../img/product/back.png);
background-repeat: no-repeat;
background-position: 13px 13px;
font-family: arial;
font-weight: 700;
font-size: 14px;
padding: 9px 7px 6px 30px;
display: inline-block;
vertical-align: top;
}
.content{
	width: 670px;
	margin: 0px 5px 0px 11px;
	display: inline-block;
	vertical-align: top;
	background-color: #fff;
	border-radius: 4px;
	height: 100% !important;
	-webkit-box-shadow: 1px 1px 3px 1px rgba(211,212,214,1);
	-moz-box-shadow: 1px 1px 3px 1px rgba(211,212,214,1);
	box-shadow: 1px 1px 3px 1px rgba(211,212,214,1);
	overflow: hidden;
}
.content h3{
	color:#303030;
	font-size:24px;
	margin: 45px 0 20px 29px;
	height: 53px;
}
.content .eche a {margin-top: -20px;}
.carusel{
	height:410px;
	border-bottom:1px solid #e0e0e0;
}
#button {
float:left;
margin:50px 10px 0 10px; /* отступы для кнопок */
}
.gallery {
float:left;
}
.gallery ul {
	display: block;
	overflow: hidden;
	padding-top: 20px;
}
.gallery li{
	border:1px solid #000;
	margin: 3px; /* пробел вокруг изображений */
	width:50px;
	height:50px;
}

.vibor h4{
	color:#747f7f;
	font-weight:bold;
	font-size:14px;
}

#gb16{background:url(../img/product/pamjat/2.png) no-repeat 0px 0px;}
#gb32{background:url(../img/product/pamjat/2.png) no-repeat 0px 0px;}
#gb64{background:url(../img/product/pamjat/2.png) no-repeat 0px 0px;}

.color ul {margin-bottom:20px;}
.color li {
	display:inline-block;
	vertical-align: top;
	width:auto;
}

.checkbox {
  border-radius:4px;
  width: 20px;
  height: 20px;
  background-image:url(../img/product/checkbox.png);
  background-repeat: no-repeat;
  background-position: 20px 0;
  display: block;
  clear: left;
  float: left;
}
.checkbox_1 {background-color:#97E365;}
.checkbox_2 {background-color:#42B3ED;}
.checkbox_3 {background-color:#FEEF6E;}
.checkbox_4 {background-color:#FF6C6C;}
.checkbox_5 {background-color:#F0F0F0;}
.checkbox_6 {background-color:#F0F0F0;}

.sidebar{
	-webkit-box-shadow: -1px 1px 3px 1px rgba(211,212,214,1);
	-moz-box-shadow: -1px 1px 3px 1px rgba(211,212,214,1);
	box-shadow: -1px 1px 3px 1px rgba(211,212,214,1);
    border-radius: 4px;
	width:260px;
	display:inline-block;
	vertical-align:top;
}

.content2 {margin: 0px 10px;}
.content2 > h1{
	text-align:center;
	color:#747f7f;
	font-size:28px;
	margin: 33px 0px 30px;
}
.menu_info{
	background-color:#a9afb0;
	height:50px;
	border-radius:4px 4px 0px 0px;
	padding: 0px 41px 0px 49px;
}

.menu_info li{
	float:left;
	padding:0px 0px 0px;
}
.menu_info li a{
	color:#fff;
	display:block;
	padding:18px 21px 16px 22px;
	font-weight:bold;
	font-size:14px;
	position:relative;
}

.menu_info li a:hover, .menu_info li a.active {background-color:#747f7f;}
.menu_info li a:hover span, .menu_info li a.active span {
	position:absolute;
	bottom:-11px;
	left:50%;
	width:22px;
	height:11px;
	display:inline-block;
	background-image:url(../img/info/tab_arrow.png);
	background-repeat:no-repeat;
	margin-left:-11px;
}

.menu_info li .active{
	background-color:#747f7f;
}
.menu_info li .active span{
	position:absolute;
	bottom:-11px;
	left:50%;
	width:22px;
	height:11px;
	display:inline-block;
	background-image:url(../img/info/tab_arrow.png);
	background-repeat:no-repeat;
	margin-left:-11px;
}

.info_size{
	padding: 19px 71px 61px 80px;
	background-color: #fff;
	-webkit-box-shadow: 1px 1px 3px 1px rgba(211,212,214,1);
	-moz-box-shadow: 1px 1px 3px 1px rgba(211,212,214,1);
	box-shadow: 1px 1px 3px 1px rgba(211,212,214,1);
	border-radius: 0px 0px 4px 4px;
	margin-bottom: 140px;
	overflow: hidden;
}
.info_size h3{
	text-align:center;
	color:#5b6464;
	font-size:24px;
	margin:21px 0px 44px 9px;
}
.info_size p{
	color:#747f7f;
	margin-bottom:24px;
	line-height: 24px;
}
.info_size h4{
	color:#747f7f;
	font-size:18px;
	font-weight:bold;
	margin-bottom: 18px;
}
.info_size h5{
	color:#747f7f;
	font-size:14px;
	font-weight:bold;
	margin-bottom: 12px;
}
.recvizit{
	margin: 113px 0px 0px -2px;
	float: left;
}
.sacha{
	float:right;
	width: 185px;
	text-align: center;
	margin: 99px 0px 10px 40px;
}
.recvizit .button{
	float: none;
	width: 222px;
	margin-top: 62px;
	background: none;
}
.recvizit .button a{
	background-image: none;
	padding: 12px 10px 15px;
	text-align: center;
	display: block;
	background-color: #0fa9f3;
	border-radius: 4px;
	font-family: arial;
	font-weight: bold;
}
.sacha img{
	border-radius:50px;
	margin:20px 0px 33px;
}
.sacha h4{
	color: #555555;
	font-size: 19px;
	margin-bottom: -5px;
	letter-spacing: 0.5px;
	margin-right: -7px;
	font-weight: normal;
}
.sacha p{
	color:#555555;
	font-size:14px;
	padding-left: 6px;
}

.kontakti1, .kontakti2, .kontakti3{
	display:inline-block;
	vertical-align:top;
}
.kontakti1 a{
	font-weight:bold;
	color:#747f7f;
	font-size:13px;
}
.kontakti_wrap span{
	font-weight:bold;
}
.kontakti_wrap .info_size > h3{
	margin: 21px 5px 68px 0px;
}
.kontakti1 h4, .kontakti2 h4{
	margin-bottom: 27px;
}
.kontakti1 p,.kontakti2 p{
	margin-bottom: 0px;
}
.kontakti2{
	margin-left: 56px;
}
.kontakti3{
	margin-left: 52px;
}
.kontakti3 h4{
	margin-bottom: 9px;
}
.kontakti3 h3{
	color:#303030;
	font-weight:bold;
	margin:2px 0px 28px 1px;
}
.kontakti3 a{
	display:block;
	margin-left: 22px;
}
.contacts_properties {
	font-size:13px;
	margin-top: 25px;
	color: #747f7f;
}
.map {
	margin-top: 84px;
	margin-bottom: 265px;
}
.info_size ul li span{
}

.delivery{
	margin-top: 48px;
}
.delivery h4{
	margin: 0px 0px 51px;
}
.delivery ul{
	margin-top: 28px;
}
.delivery ul li span{
	display:block;
	color:#747f7f;
	font:bold 13px "arial";
	margin: 0px 0px 9px;
}
.delivery ul li:last-child > span{
	margin: 0px 0px 5px;
}
.delivery p > span{
	font-weight:bold;
}

.pay_page ul li{
	color:#747f7f;
	font:bold 13px "arial";
	margin: 0px 0px 9px;
}
.pay_page p span{
	font-weight:bold;
}
.pay_page ul{
	margin-bottom: 52px;
}
.pay_page ol{
	margin: 117px 0px 14px;
	overflow: hidden;
}
.pay_page ol li{
	float:left;
	margin-right:14px;
}

.garant {margin-top: 49px;}
.garant h4 {margin-bottom: 27px;}
.garant p {margin-bottom: 48px;}
.garant li{
	color:#747f7f;
	font:13px "arial";
	margin-bottom: 9px;
}

.credit ol{
	margin: 58px 0px 77px;
}
.credit ol li{
	color:#747f7f;
	font:bold 13px "arial";
	margin: 0px 0px 9px;
}
.credit ul{margin: 30px 0px 30px;}
.credit ul li{
	color:#747f7f;
	font:13px "arial";
	margin: 0px 0px 9px;
}
.credit a{
	color:#0fa9f3;
	font:13px "arial";
}

.dogovor ul{margin: 26px 0px 26px;}
.dogovor ul li{
	color:#747f7f;
	font:13px "arial";
	margin: 2px 0px 1px;
	line-height: 23px;
}

.cart_open {
	display: none;
	background: url(../img/arrow.png) no-repeat 245px 8px;
	padding-top: 20px;
	width: 380px;
	margin-left: -177px;
	-webkit-box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.3);
	border-radius: 0px 0px 4px 4px;
}
.cart_white {
	background-color:#fff;
	padding:13px 18px 15px 20px;
	border-radius:4px;
	position: relative;
	z-index: 100;
}
.cart_white h3{
	border:1px solid #e0e0e0;
	border-radius: 4px;
	padding: 10px 5px 8px 21px;
	text-transform:uppercase;
	font-weight:bold;
	font-size:14px;
	color:#747f7f;
}
.cart_product{margin: 13px 0px 20px 7px;}
.top .cart_product a{
	color: #747f7f;
	font-size: 12px;
	font-family:'Arial';
	display: inline-block;
	vertical-align: top;
	text-transform: none;
	width: 229px;
	padding-top: 0px;
	margin-left: 17px;
	letter-spacing: -0.4px;
	line-height: 16px;
	margin-bottom: 16px;
}
.cart_product h4{
	float:right;
	display:inline-block;
	vertical-align:top;
	color:#303030;
	font-size:16px;
	font-family:'Arial';
	font-weight:bold;
}
.cart_button {
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	-webkit-flex-wrap: nowrap;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	clear: left;
}
.cart_button .blue_button{
	color: #fff;
	font-size: 14px;
	font-family:'Arial';
	font-weight: bold;
	border-radius: 5px;
	padding: 7px 11px 9px 10px;
	margin-top: 10px;
	display: inline-block;
	vertical-align: top;
	border: none;
}
.cart_button .blue_button2{
	padding: 8px 11px;
	margin-left: 9px;
}
.search:hover > .search_open {display:block;}

.search .search_open{
	display:none;
	background: url(../img/arrow.png) no-repeat 245px 23px;
	padding-top: 35px;
	margin-left: -197px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.search .search_open .cart_white{
	padding: 4px 18px 15px 20px;
	-webkit-box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.3);
}
.cart_product a{
	color: #747f7f;
	font-size: 12px;
	display: inline-block;
	vertical-align: top;
	text-transform: none;
	width: 229px;
	padding-top: 0px;
	margin-left: 17px;
	letter-spacing: -0.4px;
	line-height: 16px;
	margin-bottom: 16px;
}
.search_open .cart_product{
	border-bottom:1px solid #e0e0e0;
	margin: 13px 0px 16px 7px;
	padding-bottom: 5px;
}
.search_open .cart_product a{
	margin-left: 25px;
	line-height: 14px;
	margin-bottom: 15px;
}
.search_open .cart_product h4{margin-top: -18px;}
.cart_product_button a{
	display: block;
	border-radius: 5px;
	background-color: #e9eaec;
	font-weight: bold;
	font-size: 14px;
	color: #747f7f;
	padding: 10px 5px 9px 55px;
	margin-top: 23px;
	margin-bottom: 5px;
}

.four_blocks>div>p{margin-bottom: 10px;font-size: 12px;}

.cart_wrap {margin-bottom: 20px;}
.cart_wrap .button{	margin-top:-60px;}
.cart_wrap .tabs {
	cursor:pointer;
	margin-bottom:10px;
	margin: 0px;
}
.cart_wrap .tab_cart {
	background-color:#e0e0e0;
	color:#747f7f;
	border-bottom:1px solid #e0e0e0;
}
.cart_wrap .tab_cart:before {
	content: "";
	position: absolute;
	top: -2px;
	left: -2px;
	right: -2px;
	bottom: -2px;
	z-index: -2;
}
.cart_wrap .tab_cart:after {
	background: white;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}
.cart_wrap .tab_cart:hover {
	-webkit-transition:  all 0.5s ease;
	  -moz-transition:  all 0.5s ease;
	  -o-transition:  all 0.5s ease;
	  transition:  all 0.5s ease;

	background-color:#fff;
	border-bottom:1px solid #e0e0e0;
	overflow:hidden;
}


.cart_wrap .current {
	background-color:#fff;
	border-bottom:1px solid #e0e0e0;
	color:#747f7f;
	overflow:hidden;
}
.cart_wrap .current:before {
	content: "";
	position: absolute;
	top: -2px;
	left: -2px;
	right: -2px;
	bottom: -2px;
	z-index: -2;
}
.cart_wrap .current:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}

.cart_wrap .tabs span{
	position: relative;
	text-align: center;
	padding: 30px 10px 22px 0px;
	width: 460px;
	letter-spacing: -0.5px;
	float: left;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	overflow: hidden;
}
.cart_wrap .box_cart {
	display: none; /* по умолчанию прячем все блоки */
	background-color:#fff;
}
.cart_wrap .box_cart.visible {
	display: block; /* по умолчанию показываем нужный блок */
	border-radius:  0px 0px 5px 5px;
}
.cart_wrap .tabs .left {border-radius:4px 0px 0px 0px;}
.cart_wrap .tabs .right{
	border-radius: 0px 4px 0px 0px;
	padding: 30px 0px 22px 17px;
	width: 453px;
}
.cart_blok1{padding-top: 3px;}
.cart_blok1 input{
	border-radius: 5px;
	width: 285px;
	padding: 14px 5px 14px 10px;
	border: 2px solid #e0e0e0;
	color: #dddddd;
	font-size: 14px;
	margin: 0px 0px 24px 2px;
}
.cart_blok1 input:focus{
	border:2px solid #0fa9f3;
	color:#303030;
}
.box_cart h4{
	color:#747f7f;
	font-size:18px;
	margin-bottom: 15px;
}
.input1{
	display:inline-block;
	vertical-align:top;
	margin: 45px 0 26px 78px;
	width: 385px;
}
.input2{
	display:inline-block;
	vertical-align:top;
	margin: 45px 50px 26px 90px;
}
.box_cart h3{
	background-color:#747f7f;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	padding: 12px 0px 12px 4px;
	text-align:center;
}
.box_cart .select:before {
	content: "";
	width: 9px;
	height: 48px;
	background: 0 0 url('../img/info/select-left.png') no-repeat;
	position: absolute;
	top: 0;
	left: -9px;
}
.box_cart .select:after {
	content: "";
	width: 48px;
	height: 48px;
	background: 0 0 url('../img/info/select-drop.png') no-repeat;
	position: absolute;
	top: 0;
	right: -48px;
}
.box_cart .select {
	position: absolute;
	width: 360px;
	height: 21px;
	padding: 15px 5px 12px 5px;
	color: #303030;
	margin-left: -2px;
	font: 13px arial,sans-serif;
	font-weight: bold;
	background: 0 0 url('../img/info/select-body.png') repeat-x;
}
.input2 textarea{
	padding: 14px 8px;
	width: 286px;
	height: 73px;
	border: 2px solid #e0e0e0;
	border-radius: 5px;
	margin-left: 2px;
	margin-top: 1px;
	margin-bottom: 20px;
}
.input2 textarea:focus{
	border: 2px solid #0fa9f3;
	color:#303030;
	-webkit-box-shadow: 0px 0px 2px 1px rgba(254,133,138,1);
	-moz-box-shadow: 0px 0px 2px 1px rgba(254,133,138,1);
	/*box-shadow: 0px 0px 2px 1px rgba(254,133,138,1);*/
}
select.styled{
	padding: 10px 0px;
}
.cart_blok2 .input2{
	margin: 45px 50px 26px 92px;
}
.cart_blok2 .button,.cart_blok3 .button{
	float: none;
	width: 779px;
	margin: 2px 82px 52px;
	background: none;
	padding-bottom: 8px;
}
.cart_blok2 .button a,.cart_blok3 .button a{
	background-image: none;
	padding: 12px 10px;
	text-align: center;
	display: block;
	background-color: #0fa9f3;
	border-radius: 4px;
	font-family: arial;
	font-weight: bold;
}
.cart_blok2 .button a:hover,.cart_blok3 .button a:hover{opacity:0.7;}
.cart_blok3 li.name a {color: #303030;}
.row {
	height: 79px;
	margin: 0px 27px 0px 30px;
	padding: 19px 0px 0px;
}
.itogo2>.button a{padding:0px;}
.itogo2>.button:hover{opacity:0.7; cursor:pointer;}
.cart_wrap .button:hover{opacity:0.7; cursor:pointer;}
.karta .button a:hover{opacity:0.7;}
.row li{
	float:left;
}
.cart_wrap > .spiski, .cart_wrap > .footer, .cart_wrap > .bottom{display:none;}
.foto{width:131px;}
.foto img{margin-left: 18px;}
.name {width:430px;}
.name p{
	font-size:14px;
	font-weight:bold;
	color:#303030;
	padding: 6px 0px 9px;
	letter-spacing: -0.3px;
}
.row span{
	font-size:12px;
	color:#747f7f;
}
.price {width:128px;}
.price h4{
	font-size: 16px;
	font-weight: bold;
	color: #798383;
	margin-top: 20px;
	letter-spacing: -0.4px;
}
.namber{width:82px;}
.namber input{
	border-radius: 7px;
	width: 30px;
	height:24px;
	text-align:center;
	padding:3px 0px 3px;
	border: 2px solid #e0e0e0;
	color: #303030;
	font-size: 16px;
	font-weight: bold;
	margin: 12px 0px 0px 2px;
}
.all{
	width:110px;
	position:relative;
}
.all h4{
	font-size: 16px;
	font-weight: bold;
	color: #303030;
	margin-top: 20px;
	letter-spacing: -0.4px;
}
.delete{
	position:absolute;
	top: -9px;
	right: -2px;
	width:14px;
	height:14px;
	background:url(../img/info/delete.png) no-repeat top left;
	display:block;
}
.all a:hover{
	background:url(../img/info/delete.png) no-repeat 0px -14px;
}
.cart_blok3 > ul > li > .row{
	border-bottom:2px solid #e9eaec;
}
.cart_blok3 > ul > li:first-child > .row{
	border-bottom:2px solid #303030;
	height: 14px;
	padding: 21px 0px;
}
.cart_blok3 > ul > li:first-child > .row span{
	font-size:13px;
}
.cart_blok3 .button a{
	background-color:#e9eaec;
	color:#747f7f;
}
.cart_blok3 .button{
	margin: 21px 33px 50px;
	width: 879px;
}
.karta{
	display:inline-block;
	vertical-align:top;
	padding-top: 0px;
	width: 530px;
}
.karta > div{
	display:inline-block;
	vertical-align:top;
}
.itogo {
	display:inline-block;
	vertical-align:top;
	width:300px;
	text-align:right;
	margin-left: 31px;
}
.itogo1 {
	width: 300px;
	padding-bottom: 15px;
	border-bottom: 1px solid #E0E0E0;
}
.itogo1 h4{
	font-size:16px;
	color:#747f7f;
	margin-bottom: 7px;
}
.itogo1 span{
	font-size:16px;
	font-weight:bold;
	color:#303030;
	width: 96px;
	letter-spacing: -0.2px;
	display: inline-block;
	vertical-align: top;
}
.itogo2 h3{
	font-size:18px;
	color:#303030;
	background: none;
	font-weight: normal;
	margin-top: 10px;
	text-align: right;
}
.itogo2 span{
	font-size:36px;
	font-weight:bold;
	letter-spacing: -0.8px;
	display: inline-block;
	margin-top: 4px;
	vertical-align: sub;
	margin-left: 8px;
}
.karta1{
	margin:0px 22px 20px 79px;
}
.karta input{
	width: 143px;
	color: #dddddd;
	margin-bottom: 14px;
}
.karta .button a{
	background-color: #e9eaec;
	color: #747f7f;
	background-image: none;
	padding: 15px 136px 14px;
	font-family: Arial;
	border-radius: 5px;
}
.karta .button{
	margin: 0px 0px 44px 82px;
	background: none;
	float: none;
}
.karta p{
	margin: 0px 0px 5px 82px;
	line-height: 16px;
}
.itogo2 .button{
	margin-top: 38px;
	width: 180px;
	margin-right: 2px;
	padding: 14px 21px 14px 19px;
	text-align: center;
	height: 16px;
}
.itogo2 .button a{
	background-image: none;
	font-family:  Arial;
}
.cart_blok4 {
	padding-bottom: 42px;
}
.cart2_wrap{
}
.cart_blok11{
	border-top: 1px solid #e0e0e0;
	padding:0px 70px 0px 80px;
}
.cart_blok11 h2{
	font-size: 24px;
	text-transform: uppercase;
	color: #747f7f;
	padding: 44px 0px 41px 0px;
	font-weight: bold;
	letter-spacing: -0.7px;
}
.cart_blok11 textarea{
	border-radius: 5px;
	width: 765px;
	height: 172px;
	padding: 14px 5px 14px 10px;
	border: 2px solid #e0e0e0;
	color: #dddddd;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 51px 0px;
}
.cart_blok11 textarea:focus{
	border:2px solid #0fa9f3;
	color:#303030;
}

.razmery{
	border-radius:5px;
	background-color:#fff;
	text-align:center;
	margin: 95px 9px 130px 11px;
	padding-bottom: 52px;
	-webkit-box-shadow: 0px 1px 2px 1px rgba(196,197,199,1);
	-moz-box-shadow: 0px 1px 2px 1px rgba(196,197,199,1);
	box-shadow: 0px 1px 2px 1px rgba(196,197,199,1);
}
.other_content h3{
	font-size:24px;
	color:#5b6464;
	font-weight:bold;
	padding: 92px 10px 41px 19px;
	letter-spacing: -0.5px;
}
.other_content h4{
	font-size:18px;
	color:#5b6464;
	font-weight:bold;
	letter-spacing: -0.55px;
	line-height: 27px;
	padding: 0px 0px 39px 11px;
}
.other_content a{
	font-size:18px;
	color:#0fa9f3;
	font-weight:bold;
}
.razmery404 a{
	font-size:24px;
	letter-spacing: -0.6px;
	padding: 0px 0px 0px 10px;
}
.razmery404 h1{
	color:#5b6464;
	font-weight:bold;
	font-size:100px;
	padding: 66px 17px 17px 0px;
	letter-spacing: -1.5px;
}
.razmery404 h4{
	line-height: 23px;
	letter-spacing: -0.47px;
	padding: 0px 0px 29px 9px;
}
.razmery404{
	padding-bottom: 100px;
}

select.styled {
	position: relative;
	width: 305px;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 5;
}

.odin {position:relative;}
.odin:hover .hover_content  {}
.hover_content {
	z-index:10;
	background:#fff;
	position:absolute;
	top:-85px;
	left:0;
	display: none;
	width:214px;
	padding: 19px 12px 19px 11px;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-webkit-box-shadow: 0px 0px 10px 4px rgba(232,232,232,1);
	-moz-box-shadow: 0px 0px 10px 4px rgba(232,232,232,1);
	box-shadow: 0px 0px 10px 4px rgba(232,232,232,1);
}
.hover_content.noslider {top: 0;}
.hover_content.noslider .slider_tovars {margin-top: 3px;}
.hover_content .overview {left: 4px;}

.carousel li a {
	display:table;
	height:150px;
	width:100%;
}
.carousel li a span{
	display:table-cell;
	vertical-align:middle;
}

.mini_images_hover {text-align:center;}
.mini_images_hover li{
	border:2px solid #E9EBED;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	width:60px;
	height:60px;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
}
.mini_images_hover li.select_min {
	border-color:#00ABF6;
}
.mini_images_hover span{
	display:table;
	width:100%;
}
.mini_images_hover span a{
	display:table-cell;
	width:100%;
	height:60px;
	vertical-align:middle;
}

.info_hover_tovar {margin-top: 5px;}
.info_hover_tovar h4{
	font-size:16px;
	font-weight:bold;
	color:#303030;
	margin-bottom:10px;
	padding-left:16px;
}
.info_hover_tovar p{
	font-size: 12px;
	color: #919191;
	padding-left: 15px;
	margin-bottom: 10px;
}
.info_hover_tovar .wrap_button {text-align:center;}
.info_hover_tovar button{
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border:none;
	background:#0FA9F3;
	color:#fff;
	font-size:14px;
	cursor:pointer;
	padding:11px 0;
	width: 100%;
	font-weight:bold;
}

.d-carousel ul li {width: 180px;}
.d-carousel h4 {margin: 5px 0 5px 0;}

.d-carousel .jcarousel-container {
	display: block;
	overflow: hidden;
	padding-top: 20px;
}

.d-carousel .jcarousel-item {
	width: 180px;
	text-align:center;
}

.d-carousel .jcarousel-container-horizontal {
	width: 180px;
	padding: 0 20px;
}

.d-carousel .jcarousel-next-horizontal {
	position: absolute;
	top: 50%;
	margin-top:-18px;
	right: 0;
	margin-right: 3px;
	width: 17px;
	height: 36px;
	cursor: pointer;
	background: transparent url(../img/slider/arrows.png) no-repeat top right;
}

.d-carousel .jcarousel-direction-rtl .jcarousel-next-horizontal {
	left: 5px;
	right: auto;
	background-image: url(../img/slider/arrows.png);
}

.d-carousel .jcarousel-next-horizontal:hover {background-position: bottom right;}

.d-carousel .jcarousel-prev-horizontal {
	position: absolute;
	top: 50%;
	margin-top:-18px;
	left: 0;
	margin-left: 3px;
	width: 17px;
	height: 36px;
	cursor: pointer;
	background: transparent url(../img/slider/arrows.png) no-repeat top left;
}

.d-carousel .jcarousel-direction-rtl .jcarousel-prev-horizontal {
	left: auto;
	right: 5px;
	background-image: url(../img/slider/arrows.png);
}

.d-carousel .jcarousel-prev-horizontal:hover {background-position: bottom left;}

.carusel {
	margin-left:30px;
	float: left;
}


/* Tiny Carousel */
#slider1 {height: auto; overflow:hidden;}
#slider1 .viewport { width: 64px; height: 345px; overflow: hidden; position: relative; text-align:center; }
#slider1 .buttons {
	background:url("../img/product/tovar/arrows.png") no-repeat;
	display: block;
	width: 13px;
	height: 8px;
	position: relative;
	font-size:0;

}
#slider1 .next {
	background-position: bottom;
	margin-top: 10px;
	margin-left: 40px;
}
#slider1 .prev {
	margin-left:10px;
	background-position:top;
	margin-bottom:10px;
}
#slider1 .buttons:hover{}
#slider1 .disable {visibility: hidden;}
#slider1 .overview {list-style: none; position: absolute; padding: 0; margin: 0; width: 240px; left: 0 top: 0; }
#slider1 .overview li {padding: 5px 0px; margin-bottom: 5px; border-radius: 5px; height: 51px; width: 60px; border: 2px solid #E9EAEC;display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; -webkit-justify-content: center; justify-content: center;}
#slider1 .overview li:hover, #slider1 .overview li.current {border-color: #00AAF6; cursor: pointer;}
.carusel {border-bottom:none;}

.slider_tovars {
	position: relative;
	margin-top: 24px;
	height: auto;
	overflow:hidden;
}
.slider_tovars .viewport {
	width: 180px;
	height: 122px;
	overflow: hidden;
	position: relative;
	text-align:center;
	margin:0 auto;
}
.slider_tovars .buttons {
	background:url("../img/slider/arrows.png") no-repeat;
	display: block;
	width: 10px;
	height: 36px;
	position: relative;
	font-size:0;
	position:absolute;
	background-size: 20px 20px;
}
.slider_tovars .next {
	background-position:right;
	margin-top:-32px;
	top:50%;
	right:3px;
}
.slider_tovars .prev {
	margin-top:-32px;
	top:50%;
	left:3px;
	background-position:left;
}
.slider_tovars .disable { visibility: hidden; }
.slider_tovars .overview { list-style: none; position: absolute; padding: 0; margin: 0; width: 180px; left: 0 top: 0; }
.slider_tovars .overview li {
	padding:5px 0px;
	margin-bottom:5px;
	border-radius:5px;
	width: 180px;float:left;
	margin-left: -1px;
}
.slider_tovars .overview li:hover {border-color:#00AAF6; cursor:pointer;}
.carusel {border-bottom:none;}

.vibor {
	border-top:1px solid #E1E1E1;
	clear:both;
	margin:0 25px;
}
.photo_video {
	margin-left: 120px;
	width: 503px;
	height: 404px;
	text-align: center;
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.select_video_img {
	text-align: center;
	position: absolute;
	bottom: 12px;
	left: 208px;
}
.select_video_img span{
	cursor:pointer;
	font-size:14px;
	color:#747f7f;
	font-weight:bold;
}
.select_video_img .select_v_i{color:#303030;}
.zagolovok_tovar {
	color:#303030;
	font-size:24px;
	margin:40px 0 20px 25px;
}

.vibor {
	display: -webkit-flex;
	display: flex;
	
}
.vibor h4 {margin:15px 0;}
.vibor .color  ul li {margin:14px 5px 14px 0;}
.vibor .color  ul {
	padding:0 5px 0 10px;
	border-radius:5px;
	display:inline-block;
	vertical-align:top;
	border:1px solid #CCCCCC;
}
.vibor_left {
	vertical-align:top;
	width: 200px;
}
.vibor_right {
	vertical-align: top;
	-webkit-flex-grow: 20;
	flex-grow: 20;
}
.vibor_right .uslugi li div {
	padding: 0;
	padding-left: 10px;
}
.vibor_right .additional_line {
	display: -webkit-flex;
	display: flex;
	cursor: pointer;
}
.vibor_right .additional_line > * {
	-webkit-flex-grow: 1;
	flex-grow: 1;
}
.vibor_right .additional_line > *:nth-child(2) {
	border-bottom: 1px dotted #444;
	-webkit-flex-grow: 50;
	flex-grow: 50;
	margin: 0 5px 0 0;
	display: inline-block;
}
.vibor_right .uslugi li .price {
	white-space: nowrap;
	font-weight:bold;
	color:#747f7f;
	width: auto;
}
.vibor_right .uslugi li .prodname {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 295px;
}

/* Левого блока может не быть, тогда ширина везде другая */
.noleft .vibor_left {display: none;}
.noleft .vibor_right .uslugi li .prodname {max-width: 410px;}

.vibor_right .uslugi li {margin-bottom: 15px;}
.vibor_right .uslugi {
	font-weight:normal;
	color:#747f7f;
	font-size:13px;
}

.preimushestva {
	clear: both;
	margin: 25px 18px 20px 30px;
}
.preimushestva > h4 {
	font-size: 14px;
	font-weight: bold;
	color: #747f7f;
	padding-top: 15px;
	margin-bottom: 15px;
	text-align: center;
	border-top: 1px solid #E1E1E1;
}
.preimushestva .tabs{
	margin: 0;
	margin-bottom: 20px;
}
.preimushestva .tab_preimushestva {
	margin-right: 3px;
	width: 115px;
	padding: 15px;
	border: 1px solid #D9D9D9;
	border-radius: 7px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #747f7f;
}
.preimushestva .tab_preimushestva:hover{background:#F5F5F5;}
.preimushestva .tab_preimushestva span{position:absolute;}
.preimushestva .current {background:#F5F5F5;}
.preimushestva .current span {
	position:absolute;
	bottom:-14px;
	left:50%;
	margin-left:-12.5px;
	background:url("../img/product/tabs/span_bottom_tabs.png") no-repeat;
	width:25px;
	height:14px;
}
.preimushestva .tab_preimushestva span{padding:0;}
.preimushestva .tab_preimushestva p {
	font-size: 11px;
	font-weight: bold;
	color: #747f7f;
	margin-top: 6px;
}
.preimushestva .box {
	border: 1px solid #D9D9D9;
	border-radius: 5px;
	background: #F5F5F5;
	padding: 20px 0 7px 0;
	margin-right: 14px;
}
.preimushestva .four_blocks{margin-left: 10px;}
.preimushestva .four_blocks > div{
	margin:0 2.5px 7px;
	width:115px;
	padding:20px 0 7px;
	display:inline-block;
	vertical-align:top;
	text-align:center;
	font-size:11px;
	font-weight:bold;
	color:#747f7f;
}
.preimushestva .four_blocks > div:nth-child(2){
	margin: 0 32px 7px 43px;
}
.preimushestva .four_blocks > div:nth-child(4){
	margin: 0 0px 7px 26px;
}
.preimushestva .tab_preimushestva p{
	font-size:11px;
	color:#747f7f;
	margin:10px 0;
}
.preimushestva .four_blocks h4{
	font-size:16px;
	color:#5b6464;
	font-weight:bold;
}
.preimushestva .four_blocks {padding-bottom: 13px;}

.text_under_four_blocks {
	margin:15px 0;
	text-align:center;
}
.text_under_four_blocks > div{
	margin: 20px 31px 25px 31px;
}
.text_under_four_blocks p{
	font-size:14px;
	color:#5b6464;
}
.text_under_four_blocks p span{font-weight:bold;}

.info_tabs_tovar {margin:25px; overflow: hidden;}
.info_tabs_tovar img {margin: 15px 0; max-width: 100%;}
.info_tabs_tovar .tabs{
	background:#708080;
	width:100%;
	margin:0;
	display:table;
	border-radius:4px;
}
.info_tabs_tovar .tabs .tab_info_tabs_tovar{
	color:#fff;
	display:table-cell;
	padding:12px 0;
	width:155px;
	font-weight: bold;
}
.info_tabs_tovar .current{
	background:#FFFFFF;
	color:#747f7f !important;
	border:1px solid #E1E1E1;
	border-bottom:1px solid #fff;
	border-radius:4px 4px 0 0;
}
.info_tabs_tovar .visible{
	border:1px solid #E1E1E1;
	border-top:none;
	overflow: hidden;
}
.info_tabs_tovar .section {position: relative;}

.block_info_tovar_tab {padding: 0 28px 28px;}
.block_info_tovar_tab h3 {
	font-size: 18px;
	color: #747f7f;
	padding: 28px 0px 28px 2px;
	margin: 0px;
	height: auto;
}
.block_info_tovar_tab p{
	font-size:13px;
	color:#747f7f;
	line-height:1.5;
	margin-bottom:10px;
}
.wrap_img_tab_tovar {
	text-align:center;
	margin:10px 0;
}

.breadcrumbs {margin: 45px 0 34px 11px;}
.breadcrumbs p{
	font-size:14px;
	color:#303030;
	font-weight:bold;
	-webkit-flex-grow: 2;
	flex-grow: 2;
}
.breadcrumbs a{
	font-size:14px;
	color:#303030;
	font-weight:bold;
}

.sidebar {
	background:#fff;
	min-height: 1838px;
}
.sidebar.shortbar {min-height:1196px;}

.info_tovar_sidebar > div {
	position:relative;
	overflow:hidden;
	margin: 0 20px;
	padding: 20px 0;
}
.info_tovar_sidebar > div.pad10 {padding: 10px 0;}
.info_tovar_sidebar > div.borders {
	border: 1px solid #DFE1E3;
	border-width: 1px 0;
}
.info_tovar_sidebar .borders_b {border-bottom: 1px solid #DFE1E3;}
.info_tovar_sidebar > div.s_etim_tovarom {
	border: none;
	padding-bottom: 0;
	margin: 0;
	overflow: visible;
}

/* Блок с товаром. При наведении внутренни div начинает выходить за его границы вниз */
.info_tovar_sidebar .s_etim_tovarom .ProductWrap {
	position: relative;
	margin-bottom: 20px;
	height: 248px;
}

.info_tovar_sidebar > div.price_wrap {	margin-top: 25px;}
.info_tovar_sidebar > div > img {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -16px;
}

.info_tovar_sidebar .s_etim_tovarom h3 {
	font-size:18px;
	font-weight: normal;
	color: #303030;
	letter-spacing: -0.025em;
	text-align:center;
	float: none;
	padding: 15px 0;
	margin:0 20px 20px;
	border:1px solid #DFE1E3;
	border-width: 1px 0;
	display: block;
}
.info_tovar_sidebar .s_etim_tovarom .ProductElement {
	border-radius: 5px;
	border: 1px solid #E1E1E1;
	padding: 20px;
	margin: 0 20px;
	width: 220px;
	box-sizing: border-box;
	height: 248px;
	overflow: hidden;
	background-color: #FFF;
	
}
.info_tovar_sidebar .s_etim_tovarom .ProductElement:hover {
	border-color:#0FA9F3;
	box-shadow: 0px 0px 10px 4px rgba(232,232,232,1);
	position: absolute;
	height: auto;
	z-index: 3;
}
.info_tovar_sidebar .s_etim_tovarom .ProductElement .buttons {display: none; margin-top: 15px;}
.info_tovar_sidebar .s_etim_tovarom .ProductElement .buttons > span {
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	padding: 13px 0;
	text-align: center;
	width: 47%;
	border-radius: 4px;
}
.info_tovar_sidebar .s_etim_tovarom .ProductElement .buttons > span[data-wait_item] {
	width: 98%;
	margin: 0 auto;
}
.info_tovar_sidebar .s_etim_tovarom .ProductElement:hover .fader {display: none;}
.info_tovar_sidebar .s_etim_tovarom .ProductElement:hover .buttons {
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	-webkit-flex-wrap: nowrap;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
}
.info_tovar_sidebar .s_etim_tovarom .ProductElement div {text-align:center;}
.fader {
  background-image: linear-gradient(to top, rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, 0));
  bottom: 2px;
  height: 37px;
  left: 22px;
  right: 22px;
  position: absolute;
}
.info_tovar_sidebar .s_etim_tovarom .ProductElement:hover h5 + .fader {display: none;}
.info_tovar_sidebar h3{
	margin-top: 18px;
	font-weight:bold;
	font-size:14px;
	color:#303030;
	float:left;
}
.info_tovar_sidebar h4{
	color:#747f7f;
	font-weight:bold;
}
.info_tovar_sidebar h4.notbold{
	font-weight: normal;
}
.info_tovar_sidebar h1{
	float:right;
	font-size:36px;
	font-weight:bold;
}
.info_tovar_sidebar h1 span{
	font-size:18px;
}

.info_tovar_sidebar .buttons_tovar {padding-bottom: 0;}
.info_tovar_sidebar .buttons_tovar.with_margin {padding-bottom: 0; margin-bottom: 20px;}
.buttons_tovar button {
	width:100%;
	text-align:center;
	cursor:pointer;
	font-size:14px;
	padding:12px 0;
	margin-bottom:10px;
	border-radius:5px;
	font-weight:bold;
	color:#fff;
	border:none;
}
.buttons_tovar button:last-child {margin-bottom: 0;}
.blue_button {background:#0FA9F3;}
.gray_button {background:#708080;}
.info_hover_tovar button.green_button, .green_button {	background:#96dd39;}
.info_hover_tovar button.green_button {margin-top: 10px;}

.s_etim_tovarom h5{
	font-size:18px;
	color:#303030;
	margin:10px 0;
	font-weight:bold;
}
.s_etim_tovarom p{font-size:14px;}
.s_etim_tovarom .ProductElement p {margin-top: -1px;}

.left_sidebar {
	margin: 0 9px 0 0;
	width: 225px;
	padding: 0 13px 0 17px;
	box-sizing: border-box;
	display:inline-block;
	vertical-align:top;
	background:#fff;
	-webkit-box-shadow: 1px 1px 3px 1px rgba(211,212,214,1);
	-moz-box-shadow: 1px 1px 3px 1px rgba(211,212,214,1);
	box-shadow: 1px 1px 3px 1px rgba(211,212,214,1);
	border-radius:4px;
	z-index: 101;
}

.content_big {
	border-radius:4px;
	width:726px;
	box-sizing: border-box;
	display:inline-block;
	vertical-align:top;
	-webkit-box-shadow: 1px 1px 3px 1px rgba(211,212,214,1);
	-moz-box-shadow: 1px 1px 3px 1px rgba(211,212,214,1);
	/*box-shadow: 1px 1px 3px 1px rgba(211,212,214,1);*/
	margin-bottom: 10px;
}
.content_big #products {box-shadow: 1px 1px 3px 1px rgba(211,212,214,1);}
.content_big .odin:nth-child(1) {
	  border-radius: 4px 0 0 0;
}
.content_big .odin:nth-child(3) {
	  border-radius: 0 4px 0 0;
}
.content_big .odin {width: 187px;}

.tab_tovars:after  {
	background:none;
}
.recommend_slider {
	margin:20px 0 50px 0;
}
.recommend_slider .cycle-slide {}
.recommend_slider .cycle-slide > .odin {
	width: 24.5%;
	box-sizing: border-box;
	height: 245px;
	margin-right: 0.1%;
}
.recommend_slider .cycle-slide > .odin:last-child {
	margin-right: 0;
}
.pagination {
	padding:20px;
	background:#fff;
	margin:7px 0;
}
.big_info_tovar {
	padding:20px;
	background:#fff;
}
.content_big .big_info_tovar {
	border-radius:0 0 5px 5px;
}
.content_big .big_info_tovar img {
	max-width: 670px;
	height: auto;
	margin: 15px 0;
}
.recommend_slider  .odin {
	margin-right:2px;
}

.content_big > div{
	border-radius:5px;
}

.pagination {
	text-align:center;
}
.pagination *{
	display:inline-block;
}
.pagination .prev_pagination{
	float:left;
	font-size:13px;
	color:#919191;
}
.pagination .next_pagination{
	float:right;
	font-size:13px;
	color:#919191;
}
.pagination  li a{
	font-size:18px;
	color:#303030;
}
.pagination  li {
	margin:0 10px;
}
.pagination  li.select_page a {
	color:#0fa9f3;
	text-decoration:underline;
}

.big_info_tovar h1{
	font-weight:100;
	font-size:80px;
}
.big_info_tovar img{max-width: 100%;}
.big_info_tovar p {	text-indent:15px;}



.arrows_and_bulls_scroller {
	text-align:center;
	margin:25px 0 5px 0;
}
.arrows_and_bulls_scroller *{
	display:inline-block;
	text-align:center;

	vertical-align:top;
}
.arrows_and_bulls_scroller .prev_slide{
	width:10px;
	height:20px;
	background:url("../img/arrows_carousel.png") no-repeat left;
}
.arrows_and_bulls_scroller .next_slide{
	width:10px;
	height:20px;
	background:url("../img/arrows_carousel.png") no-repeat right;
}
.arrows_and_bulls_scroller li {
	margin:7px 7px 0 7px;
}
.arrows_and_bulls_scroller ul {
	margin:0 35px;
}
.arrows_and_bulls_scroller li a{
	width:9px;
	height:8px;
	background:url("../img/bullscarousel.png") no-repeat top;
}
.arrows_and_bulls_scroller li.select_slide a{
	background:url("../img/bullscarousel.png") no-repeat bottom;
}

.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; }
.ui-helper-clearfix:after { clear: both; }
.ui-helper-clearfix { zoom: 1; }
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }



/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }



/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #DFE1E3; background: #DFE1E3; color: #222222; }
.ui-widget-content a { color: #222222; }
.ui-widget-header { /*background:url(../img/dvoinoi_polzunok/line_polzunok.png)*/background:#00AAF6; }
.ui-widget-header a { color: #222222; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	background: url(../img/dvoinoi_polzunok/button_polzunok.png);
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; }
.ui-widget :active { outline: none; }



/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }

/* Overlays */
.ui-widget-overlay { background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
.ui-widget-shadow { margin: -10px 0 0 -10px; padding: 10px; background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -khtml-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/*!
 * jQuery UI Slider 1.8.19
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 18px; height: 18px; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: .3em; }
.ui-slider-horizontal .ui-slider-handle { top: -6px; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

a {
	outline:none;
	-moz-outline-style:none;
}

.left_sidebar ul li{
	margin-bottom:15px;
}
.left_sidebar ul li h6{
	font-size:14px;
	color:#747f7f;
	font-weight:bold;
	padding:3px 0 0 0;
	display:inline-block;
	margin-left:10px;
}

.sidebar_category {padding-top:6px;}

.left_sidebar .sidebar_category ul li {
	margin-left: -17px;
	margin-right: -13px;
	margin-bottom:0;
	padding: 5px 10px;
}
.left_sidebar .sidebar_category li.open_category {background-color: #0fa9f3;}

.left_sidebar .sidebar_category li.have_subs:hover {
	background-position: 95% center;
	background-image: url('/design/store/img/menu_arrow.png');
	background-repeat: no-repeat;
}
.left_sidebar .sidebar_category li:hover > a {
	color: #0fa9f3;
}

.left_sidebar .sidebar_category ul li a {
	font-size:16px;
	color:#747f7f;
	font-weight:bold;
	margin: 3px 10px;
	display: inline-block;
	width: 100%;
	padding-right: 20px;
	box-sizing: border-box;
}
.left_sidebar .sidebar_category li.have_subs > a {padding-right: 30px;}
.left_sidebar .sidebar_category li.open_category > a {color:#FFFFFF;}

/* Вложенные уровни меню */
.left_sidebar .sidebar_category li {position: relative;}
.left_sidebar .sidebar_category li.have_subs ul {display: none;}
.left_sidebar .sidebar_category li.have_subs:hover > ul {display: block;}

.left_sidebar .sidebar_category li > ul {
	position: absolute;
	top: -2px;
	left: 100%;
	z-index: 13;
	background: #FFF;
	border: 2px solid #DFE0E2;
	width: 225px;
}
.left_sidebar .sidebar_category li li {margin: 0;}
/* --------------------- */


.left_sidebar h3 {
	border-bottom:1px solid #DFE1E3;
	color:#303030;
	font-size:16px;
	font-weight:bold;
	background:url("../img/krujok.png") no-repeat right 8px;
	padding: 10px 0 15px 24px;
	margin-bottom:22px;
}
.left_sidebar .sidebar_category h3 {background:none;}
.left_sidebar > div {margin-bottom:10px;}

.checkbox_7 {background-color:#797381;}
.checkbox_8 {background-color:#E0CAB7;}
.checkbox_9 {background-color:#CDCDCD;}
.checkbox_10 {background-color:#F0F0F0;}
.v_pamyati_sidebar {padding-bottom:20px;}
.feature {padding-bottom:20px;}
.send_review {margin: 3px 0px 0px 27px;}

.send_review h4 {
	font-size:18px;
	color:#747f7f;
	padding: 28px 0px 28px 2px;
}
.send_review textarea {
	color: #dddddd;
	font-weight: bold;
	width: 525px;
	height: 82px;
	border: 2px solid #e0e0e0;
	border-radius: 5px;
	padding: 10px 15px 10px 11px;
	margin: 0px 0px 15px 0px;
}
.send_review input{
	color:#dddddd;
	font-weight:bold;
	width:145px;
	height:35px;
	border:2px solid #e0e0e0;
	border-radius:5px;
	padding: 5px 5px 5px 10px;
	margin: 0px 9px 19px 0px;
}
.send_review_number{
	width: 145px;
	text-align: center;
	height: 35px;
	padding: 1px 5px 5px 5px;
	display: inline-block;
	vertical-align: top;
	margin: 0px 16px 10px 0px;
}
.send_review .blue_button{
	width: 200px;
	text-align: center;
	cursor: pointer;
	font-size: 14px;
	padding: 14px 0 14px 0;
	margin-bottom:10px;
	border-radius:5px;
	font-weight:bold;
	color:#fff;
	border:none;
}
#big_input{width: 185px;}
.komments{margin: 30px 0px 0px 30px;}
.komment{margin-bottom: 31px;}
.komment h5 {
	font-weight: bold;
	color: #303030;
	border-bottom: 1px solid #e0e0e0;
	font-size: 14px;
	padding-bottom: 4px;
	margin: 0px 42px 18px 2px;
}
.komment h5 span{
	color: #e0e0e0;
	margin-left: 11px;
	font-size: 13px;
}
.komment p{
	color:#747f7f;
	font-size:13px;
}
.cart_open{
	display: none;
	background: url(../img/arrow.png) no-repeat 245px 8px;
	padding-top: 20px;
	width: 380px;
	margin-left: -177px;
	-webkit-box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.3);
	border-radius: 0px 0px 4px 4px;
}
.cart_white{
	background-color:#fff;
	padding:13px 18px 15px 20px;
	border-radius:4px;
	position: relative;
	z-index: 100;
}
.cart_button .blue_button2{
	padding: 8px 17px 8px 10px;
	margin-left: 10px;
}

.search_open .cart_product {
	border-bottom:1px solid #e0e0e0;
	margin: 13px 0px 16px 7px;
	padding-bottom: 5px;
	cursor: pointer;
}
.search_open .cart_product:hover a {
	color: #00AAF6;
}
.search_open .cart_product a {
	margin-left: 25px;
	line-height: 14px;
	margin-bottom: 15px;
}
.search_open .cart_product h4{margin-top: -18px;}
.cart_product_button a{
	display: block;
	border-radius: 5px;
	background-color: #e9eaec;
	font-weight: bold;
	font-size: 14px;
	color: #747f7f;
	padding: 10px 5px 9px 55px;
	margin-top: 23px;
	margin-bottom: 5px;
}

input[type="radio"] {
	 display:none;
}
input[type="radio"] + label {
	font-weight: bold;
	font-size: 13px;
	color: #747f7f;
	background-color: #e9eaec;
	width: 47px;
	height: 42px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	border-radius: 6px;
	line-height: 18px;
	padding: 10px 4px 0px 0px;
	margin-right: 2px;
}
input[type="radio"] + label span {
	font-size: 24px;
}
input[type="radio"] + label::before {
	 content: "";
	 display: inline-block;
	 margin: 0 5px 0 0;
	 background-repeat: no-repeat;
}

input[type="radio"] + label::before {
}

input[type="radio"]:checked + label{
	color: #e9eaec;
	background-color:#747f7f;
}

.autocomplete-w1 {
	 /*position:absolute; top:0px; left:0px; margin:6px 0 0 6px;  _background:none; _margin:1px 0 0 0; */

}
/*
.autocomplete {
	 width: 379px !important;
	 border: 1px solid #A3B5C0;
	 -moz-border-radius: 3px;
	 -webkit-border-radius: 3px;
	 -khtml-border-radius: 3px;
	 border-radius: 3px;
	 position: relative;
	 overflow: hidden;
	 background: #fff;
	 max-height: 1352px !important;
}

.autocomplete .selected { background:#F0F0F0; }

.autocomplete article {
	 border-top: 1px solid #D6E0E7;
	 padding: 9px 7px 9px 7px;
	 overflow: hidden;
	 width: 352px;
	 margin: 0 auto;
	 min-height: 35px;
	 cursor: pointer;

	 color: #119FF0;
	 font: 12px verdana, arial, sans-serif;
	 text-decoration: none;
}

.autocomplete article:first-child{
	 border: none;
}

.autocomplete article img{
	 float: left;
	 overflow: hidden;
	 max-width: 51px;
	 max-height: 38px;
	 display: block;
	 margin-right: 4px;
}

.autocomplete article>.h1{
	 margin-left: 57px;
	 overflow: hidden;
}

.autocomplete article>.h1 .text{

}

.autocomplete article>.h1 .text:hover{
	 /*text-decoration: underline;*/
/*}

.autocomplete article .price{
	 color: #000;
	 font: 12px verdana, arial, sans-serif;

	 margin-left: 57px;
	 padding-top: 4px;
	 overflow: hidden;
}

.autocomplete strong { font-weight:normal; color:#3399FF; }


/*
	popup one-click buy
*/
.popup-box {
	position: fixed;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 400px;
	border-radius: 5px;
	background: #fff;
	display: none;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
	font-family: Arial, sans-serif;
	z-index: 9999999;
	font-size: 14px;
}

.popup-box .close {
	position: absolute;
	top: 0px;
	right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	cursor: pointer;
	color: #434343;
	padding: 20px;
	font-size: 20px;
	width: 10px;
	margin: 0;
}

.popup-box .close:hover {
	color: #000;
}

.popup-box h2 {
	padding: 0;
	margin: 0;
	font-size: 18px;
}
.popup-box .top {
	padding: 20px;
}

.popup-box .bottom {
	background: #eee;
	border-top: 1px solid #e5e5e5;
	padding: 20px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

#blackout {
	background: rgba(0,0,0,0.3);
	position: absolute;
	top: 0;
	overflow: hidden;
	z-index: 9999;
	left: 0;
	display: none;
}

.info_top{
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	border-radius: 0px 0px 5px 5px;
	border-bottom: 1px solid #e0e0e0;
	overflow: hidden;
}
.info_top li:nth-child(odd){
	background-color:#f5f5f5;
}
.info_top li:first-child{
	border-top:1px solid #e0e0e0;
}
.info_top li{
	border-bottom:1px solid #e0e0e0;
}


.label{
	color:#747f7f;
	font-size:13px;
	width:269px;
	display:inline-block;
	vertical-align:top;
	padding:5px 0px 5px 30px;
	border-right:1px solid #e0e0e0;
}
.value{
	color:#747f7f;
	font-size:13px;
	width:269px;
	display:inline-block;
	vertical-align:top;
	padding:5px 0px 5px 30px;
}
.onenews{
	padding: 4px 0px 38px;
}
.info_size .onenews h4{
	color:#5b6464; font:bold 14px "arial"; margin-bottom: 6px;
}
.info_size .onenews p{
	margin-bottom: 0px; display: inline;
}
.info_size .onenews a{
	color:#5b6464; font:bold 13px "arial"; text-decoration:underline;
}
.info_size .onenews a:hover{
	 text-decoration:none;
}
.info_size .onenews span{
	display: block;
}

#scroll_phone {}
#scroll_phone span{}

/* Инпуты, которые требуют заполнения */
.box_cart h4.required {color: #FAA;}
input.required, textarea.required {border-color: #FAA;}
input.okmark {background: 98% center url('/files/images/input_okmark.png') no-repeat;}

/* Форма быстрой покупки */
.popup-box.fastbuy, .popup-box.preorder {
	font-family: arial;
	width: 940px;
	box-sizing: border-box;
	padding: 60px 80px;
}
/* Попробуем перебить ненужные стили */
div.popup-box > div.popup_content {
	width: 100%;
	display: -webkit-flex;
	-webkit-flex-flow: row nowrap;
	-webkit-justify-content: space-between;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}
.popup-box .product_info {
	overflow: hidden;
	width: 400px;
}
.popup-box .product_info .image {
	float: left;
	width: 152px;
	margin-right: 20px;
	margin-bottom: 40px;
	text-align: left;
}
.popup-box .product_textinfo {
	min-height: 152px;
	color: #303030;

	display: -webkit-flex;
	-webkit-flex-direction: column;
	-webkit-justify-content: space-between;

	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.popup-box .product_title {
	font-size: 24px;
}
.popup-box .product_price {
	text-align: right;
	overflow: hidden;
	font-size: 36px;
	font-weight: bold;
}
.popup-box .product_price .pricetitle {
	float: left;
	font-size: 14px;
	position: relative;
	bottom: -20px;
}
.popup-box .product_price .currency {
	font-size: 18px;
	font-weight: normal;
	line-height: 28px;
}

.popup-box .notice {clear: left; font-size: 13px; color: #747f7f;}
.popup-box .user_info {width: 305px;}
.popup-box .field_title {
	color: #747f7f;
	margin: 21px 0;
}
.popup-box .field_title:first-child {margin-top: 0;}
.popup-box .user_info input, .popup-box textarea {
	box-sizing: border-box;
	color: #DDD;
	border-radius: 5px;
	border: 2px solid #E0E0E0;
	padding: 14px 5px 14px 10px;
	font-size: 14px;
	width: 100%;
}
.popup-box .user_info input:focus, .popup-box textarea:focus {
	color: #303030;
	border-color: #0fa9f3;
}
.popup-box textarea {height: 71px;}
.popup-box .bottom_fields {width: 100%;}
.popup-box button {
	background: none;
	border: 0;
	width: 100%;
	cursor: pointer;
}
.popup-box .order_button {
	border-radius: 5px;
	width: 100%;
	background-color: #0fa9f3;
	color: white;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: 14px 0;
	margin-top: 20px;
}

.popup-box h4 {
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	margin: 0 0 25px 0;
}

/* Блок, который определяет, дошёл ли скролл до меню */
.sidebar_positioner, .sidebar_bottom_positioner {
	height: 0;	
}
/* Когда меню станет плавающим, этот блок будет держать его место */
.sidebar_placeholder {
	width: 234px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-bottom: 10px;
}

/* Кнопка выбора сортировки товаров на странице каталога и её обёртка */
.SortingFilter {
	padding: 0;
	position: relative;
	z-index: 10;
	min-height: 40px;
}
.SortingSelect {
	float: right;
	box-shadow: 1px 1px 3px 1px rgb(211, 212, 214);
}
.SortingSelect > span {display: block; margin-bottom: 4px;}
/* -------------------- */
/* Фильтр по характеристикам товаров*/
.CharsFilter {
	display: block;
	padding: 17px;
	background-color: #FFF;
	box-shadow: 1px 1px 3px 1px rgb(211, 212, 214);
	margin-bottom: 10px;
}

.CharsFilter > div {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.CharsFilter .custom_filters {
	display: flex;
	margin-bottom: 17px;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
.CharsFilter > div > div
{
	width: 33.3333%;
	color: #747F7F;
	font-weight: bold;
	margin-left: 1.5%;
}
.CharsFilter div.custom_filters > div {
	width: 32.333%;
	margin-left: 1.5%;
}
.CharsFilter .custom_filters select {
	width: 100%;
}
.CharsFilter > div > div:nth-child(3n-2) {
	margin-left: 0;
}
.CharsFilter  h3 {
	font-weight: bold;
	margin-bottom: 10px;
	color: #303030;
	margin-left: 10px;
}
.CharsFilter .pricefilter > div > label,
	.CharsFilter .pricefilter > div > .do {display: inline-block;}
.CharsFilter .pricefilter label {width: 42%;} 
.CharsFilter .pricefilter .do {
	width: 16%;
	box-sizing: border-box;
	padding-right: 5px;
	text-align: right;
}

#price, #price2 {
	border: 1px solid #DFE0E2;
	background-color: #FFF;
	padding: 10px;
	width: 100%;
	box-sizing: border-box;
	border-radius: 5px;
	font-size: 14px;
	color: #747f7f;
	font-weight: bold;
}
#options span {
	font-size:14px;
	color:#747f7f;
	font-weight:bold;
}

#slider_price {	margin-top:10px;}

.CharsFilter button {
	padding:10px 0;
	width: 100%;
	border:none;
	color:#747f7f;
	font-size:14px;
	font-weight:bold;
	cursor:pointer;
	background:#DFE1E3;
	border-radius:5px;
}
#reset_filter {margin-top: 10px; text-align: right;}
#reset_filter a {text-decoration: underline; color: #444;}
/* -------------------------------- */

.social_buttons {
	width: 630px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	-webkit-align-items: flex-start;
	justify-content: flex-start;
	align-items: flex-start;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}
.social_buttons > * {margin-right: 20px;}
.social_buttons #___plusone_0 + * {margin-left: 20px;}

/* Блок с объёмами памяти и цветами товара */
.mem_color h4 {
	color: #747F7F;
	margin: 15px 0;
	font-size: 14px;
}
.mem_color .mem, .mem_color .color {overflow: hidden;}
.mem_color .memblock, .mem_color .colorblock {float: left;}
.mem_color .memblock:last-child, .mem_color .colorblock:last-child {margin-right: 0;}
.mem_color .mem .memblock {
	width: 50px;
	height: 50px;
	background-color: #e9ebed;
	color: #747F7F;
	border-radius: 4px;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -0.05em;
	text-align: center;
	padding-top: 5px;
	box-sizing: border-box;
	margin-right: 7px;
	cursor: pointer;
}
.mem_color .mem .memblock > span {
	display: block;
	margin-top: -5px;
	font-size: 14px;
	letter-spacing: 0;
}
.mem_color .mem .memblock.active {
	background-color: #747F7F;
	color: #FFF;
	cursor: default;
}
.mem_color .color .color_border {
	box-sizing: border-box;
	padding: 11px;
	border-radius: 4px;
	border: 1px solid #CDCDCD;
	overflow: hidden;
	margin-right: 11px;
	display: inline-block;
}
.mem_color .color .colorblock {
	margin-right: 11px;
	width: 20px;
	height: 20px;
	border-radius: 4px;
	cursor: pointer;
}
.mem_color .color .colorblock.active {
	background: url('/design/store/img/active_color.png');
	background-repeat: no-repeat;
	background-position: center center;
	cursor: default;
}
.mem_color .color .color_border a:last-child .colorblock,
	.mem_color .color .color_border > .colorblock:last-child {margin-right: 0;}
/* -------------------- */

/* Кастомные инпуты почему-то не работают, поэтому оставим обычные */
#additionals input.ext_checkbox {
	display: block;
	float: left;
}

ul.sbOptions {z-index: 11;}

/* Новости на главной */
.wraper div.newsblock {padding: 20px; box-sizing: border-box; margin: 15px auto;}
.newsblock h2 {margin: 10px 0;}
.newsblock .newscontent {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between; 
	justify-content: space-between;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}
.newsblock .NewsItem {width: 31%; margin-bottom: 40px;}
.newsblock .NewsDate {display: block;}
.newsblock article header {margin: 10px 0; font-weight: bold;}
.newsblock article header a {color: #000;}
.newsblock .NewsBody {text-align: justify; line-height: 20px; font-size: 13px;}
.newsblock .NewsBody > * {color: #747f7f;}
.newsblock .SubNewsBlock {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between; 
	justify-content: space-between;
	margin-top: 10px;
}
.newsblock .NewsBody .readmore {font-weight: bold; color: #5b6464; display: block; text-decoration: underline;}
.newsblock .NewsBody .readmore:hover {text-decoration: none;}