@import url('css/common.css');
@import url('css/solid.css');
@import url('css/fontawesome.css');

@font-face {
	font-family: "Proxima";
	src: url("css/fonts/ProximaNovaLight.eot");
	src: url("css/fonts/ProximaNovaLight.eot?#iefix")format("embedded-opentype"),
	url("css/fonts/ProximaNovaLight.woff") format("woff"),
	url("css/fonts/ProximaNovaLight.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}

html, body {  font-family: Proxima, Arial, Verdana, sans-serif; font-size:16px; }

h1.mheader {
	width:100%;
	max-width:1200px;
	margin:0 auto;
	margin-bottom:25px;
}
h1 {
	margin-bottom:25px;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
.form-control:focus {
  border-color: #d1d1d1;
}
input[type="button"],
input[type="submit"],
button,
.button {
  background-color: #9c9c9c;
  border-color: #9c9c9c;
  color: #ffffff;
  font-size:16px;
}
input[type="button"].light,
input[type="submit"].light,
button.light,
.button.light {
  background-color: transparent;
  border-color: #9c9c9c;
  color: #9c9c9c;
}
input[type="button"]:hover,
input[type="submit"]:hover,
button:hover,
.button:hover,
.button:focus {
  background-color: #737373;
  border-color: #737373;
  color: #ffffff;
}
input[type="button"].light:hover,
input[type="submit"].light:hover,
button.light:hover,
.button.light:hover {
  background-color: transparent;
  border-color: #737373;
  color: #737373;
}
.form_success {
  color: #317b00;
  background-color: #cce9b9;
  border: 1px solid #317b00;
  padding:10px;
  margin:10px 0;
}
.form_error {
  color: #fe180d;
  background-color: #f6c9c7;
  border: 1px solid #fe180d;
  padding:10px;
  margin:10px 0;
}


.slick-track { margin:0; }

.page-background {
	position:fixed;
	bottom:0px;
	left:0px;
	width:406px;
	height:522px;
	background-image: url("./images/pers.svg");
}
@media screen and (max-width: 1560px) {
	.page-background {
		width:270px;
		height:348px;
	}
}
@media screen and (max-width: 1480px) {
	.page-background {
		display:none;
	}
}

header{
	padding: 15px 0;
}
header .content{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header_data{
	width: calc(100% - 300px);
}
.header_data_top{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}
@media (max-width: 650px){
    .header_data_bot{
		display: none;
	}
	.header_data_top{
		margin-bottom: 0;
	}
}
@media (max-width: 480px){
	.header_data_top{
		justify-content: flex-end;
	}
    .header_data_item:first-child{
		display: none;
	}
}
.header_data_bot form{
	display: flex;
	align-items: center;
}
.header_data_bot input[type="submit"] {
	line-height: 34px;
	height: 34px;
}
.logo {
	width: 200px;
}
.logo img {
	width: 100%;
	height: auto;
	margin-top: 12px;
}
.logo_mob {
	margin:0 auto;
	width:150px;
	display:none;
}
.logo_mob img {
	width:150px;
	height:43px;
}
.logo.long {
	margin-bottom:50px;
}
.header-schedule {
	padding-top:100px;
	padding-left:8%;
}
.header-phones {
	padding-top:119px;
	text-align:center;
}
.header-phones a {
	text-decoration: none;
}
.header-buttons {
	padding-top:65px;
	text-align:right;
}
.header-socials {
	justify-content: space-around;
}
.header-socials a{
	margin: 0 0 0 10px;
	height: 20px;
	display: inline-block;
}
.header-button {
	width:180px;
	height:30px;
	line-height:26px;
	margin-bottom:7px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	position:relative;
}
.header-button img {
	width:16px;
	height:16px;
	position:absolute;
	left:15px;
	top:6px;
}

.header-socials img {
	width:20px;
	height:20px;
}
.search-toogler.mobile {
	display: none;
	margin-left:20px;
	float:left;
}

@media (max-width: 860px) {
	.logo{
		width: 150px;
	}
	.header_data{
		width: calc(100% - 165px);
	}
}

@media (max-width: 650px) {
	.search-toogler.notmobile {
		display: none;
	}
	.search-toogler.mobile {
		display: block;
	}
}

@media (max-width: 500px) {
	.header-column {
		width:100%;
	}
	.header-schedule {
		height:auto;
		padding-top:0px;
		padding-left:15px;
		text-align:center;
		margin-bottom:10px;
	}
	.header-buttons {
		margin:10px 0 15px;
		text-align:center;
	}
	.header-button {
		margin-bottom:20px;
	}
	.header-socials {
		float:none;
		margin:0 auto;
	}
	.logo_mob {
		margin-bottom:10px;
	}
	.header-phones {
		padding-top:0;
		line-height: 2em;
	}
}
@media (max-width: 359px){
    .logo{
		width: 100px;
	}
	.header_data{
		width: calc(100% - 115px);
	}
}


/* TOP PANEL */
#top-panel {
	background-color: #fff;
	width:100%;
}
#top-panel a:hover {
	color:#ccc;
}
#top-panel .top-panel-container {
	width:100%;
	max-width:1200px;
	margin:0 auto;
	padding: 10px 0;
}
#top-panel .top-panel-container .table {
	width:100%;
}
#top-panel .top-panel-container img {
	width:20px;
	height:20px;
}
#top-panel .table-cell {
	vertical-align:middle;
	height:50px;
}
#top-panel .top-panel-cart {
	text-align:right;
	width:50px;
}
#top-panel .top-panel-auth {
	text-align:right;
	width:150px;
}
#top-panel .top-panel-auth img {
	margin-bottom:-5px;
}
#top-panel .top-panel-auth a {
	text-decoration:none;
}
#top-panel.stickytop {
	position:fixed;
	top:0;
	z-index:10;
	border-bottom:1px solid #435866;
}
#top-panel .ogr {height:50px;width:1px;}
#top-panel .mob-menu-toggler { display:none; float:left; }
#cart .cart-count {
	top:-10px;
	border-radius:14px; -moz-border-radius:14px; -webkit-border-radius:14px;
	padding:3px 5px;
	display:none;
	position:absolute;
	right:-5px;
	background-color:red;
	color:#fff;
	font-size:8px;
	min-width: 14px;
	text-align: center;
}
.top-panel-fav {
	text-align: right;
	width: 50px;
}
#cart .cart-count.visible {
	display:block;
}
.dropdown_catalog {
	position:absolute;
	/*border:1px solid #435866;*/
	background:#fff;
	z-index: 100;
	padding:10px;
	width:250px;
	display:none;
	/*top:35px;*/
	box-shadow: rgba(0,0,0,0.3) 0 8px 8px 0;
	-webkit-box-shadow: rgba(0,0,0,0.3) 0 8px 8px 0;
	-moz-box-shadow: rgba(0,0,0,0.3) 0 8px 8px 0;
}
.dropdown_catalog ul {
	margin-bottom:0 !important;
}
.dropdown_catalog ul li {display:block;}
.catalog_drop:hover .dropdown_catalog {
	display:block;
}

.catalog_nav .sections-menu-item > ul {
	background:  #fff;
	box-shadow: rgba(0,0,0,0.1) 4px 4px 4px 0;
	-webkit-box-shadow: rgba(0,0,0,0.1) 4px 4px 4px 0;
	-moz-box-shadow: rgba(0,0,0,0.1) 4px 4px 4px 0;
}

@media screen and (max-width: 1230px) {
	body > .content,
	header > .content,
	#breadcrumb {
		padding:0 15px;
	}
	#top-panel .top-panel-container {
		padding:0 25px 0 15px;
	}
}
@media screen and (max-width: 830px) {
	#top-panel .top-panel-auth span {
		display:none;
	}
	#top-panel .top-panel-auth {
		width: 90px;
	}
	#top-panel .top-panel-cart {
		width: 50px;
	}
	#top-panel .top-panel-auth img {
		margin-bottom:-2px;
	}
}
@media screen and (max-width: 650px) {
	#top-menu { display:none; }
	#top-panel .mob-menu-toggler { display:block; }
	#top-panel .top-panel-container img {
		width:30px;
		height:30px;
	}
}
/* /TOP PANEL */

/* MOBILE_MENU */
.mob-menu {
	position:absolute;
	top:0px;
	left:-320px;
	background-color: #435866;
	padding:15px;
	font-size:20px;
	width:320px;
	z-index:20;
	display:none;
	font-weight:bold;
}
.mob-menu a {color:#fff;}
.mob-menu ul li {
	padding:20px;
}
.mob-menu .mob-menu-header {
	border-bottom:2px solid #fff;
	color:#fff;
	padding:20px;
	position:relative;
}
.mob-menu .mob-menu-header i {
	position: absolute;
	top:20px;
	right:20px;
}
.mob_menu_catalog {padding:15px 15px 0 10px;}
.mob_menu_catalog ul { margin-bottom:0 !important; }
.mob_menu_catalog ul li { font-size:20px !important; }
@media screen and (max-width: 650px) {
	.mob-menu { display:block; }
}
/* /MOBILE_MENU */

/* FOOTER */
.footer {
	border-top:1px solid #9c9c9c;
	width:100%;
	max-width:1200px;
	margin:0 auto;
	background-color: #fff;
}
.footer .footer-column {
	padding:25px 15px;
	width:25%;
	float:left;
}
.footer .footer-column ul li {
	padding:15px 0;
}
.footer .footer-column ul li a:hover {
	color:#ccc;
}
.footer .footer-column ul.socials li {
	padding-left:30px;
}
.footer .footer-column ul.socials img {
	width:20px;
	height:20px;
	position:absolute;
	left:-30px;
	top:-2px;
}
.copyright {
	width:100%;
	max-width:1200px;
	padding:0 15px;
	margin:0 auto;
	text-align:right;
}
.footer-subscribe-form {
	margin-top:12px;
	margin-bottom:30px;
}
.footer-subscribe-form input {
	/*width:calc(100% - 22px);*/
	margin:10px 0;
}
.footer-subscribe-form button {
	width:100%;
}
@media screen and (max-width: 750px) {
	.footer .footer-column {
		width:50%;
	}
}
@media screen and (max-width: 430px) {
	.footer .footer-column {
		width:100%;
	}
}
/* /FOOTER */

/* CONTENT */
.content {
	width:100%;
	max-width:1200px;
	margin:0 auto;
}
#breadcrumb{
	width:100%;
	max-width:1200px;
	/*margin: 15px auto 25px;*/
	margin: 0 auto;
}
.bx-breadcrumb {
	width: auto;
	background: #f5f5f5;
	display: inline-block;
	padding: 10px 25px 0;
	border-radius: 20px;
}
.bx-breadcrumb .bx-breadcrumb-item{
	margin-bottom: 10px;
}

/* /CONTENT */

/* HOME */

/* /HOME */

/* PRODUCT LIST */

.product-list .product-list-item {
	float:left;
	width:33.3%;
	text-align:center;
	padding:15px 15px 40px;
	background-color: #fff;
}
.product-list .product-list-item.wide {
	width:25%;
}
.product-list .product-list-item:hover {
	box-shadow: rgba(0,0,0,0.3) 0 8px 8px 0;
	-webkit-box-shadow: rgba(0,0,0,0.3) 0 8px 8px 0;
	-moz-box-shadow: rgba(0,0,0,0.3) 0 8px 8px 0;
	z-index:2;
}
.product-list .product-list-item .name {
	height:50px;
	margin-top:20px;
}
.product-list .product-list-item a {
	text-decoration: none;
}
.product-list .product-list-item a:hover {
	color:#ccc;
}
.product-list .product-list-item .img div { background-position: center center; background-repeat: no-repeat; background-size: contain; position: absolute; height: 100%; width: 100%; top: 0; left: 0; }
.product-list .product-list-item .buttons-wrapper { margin-top: 20px; }

.product-list .product-list-item .like { position:absolute; right:20px;top:20px; }

.product-list .old-price {
	font-size:12px;
	color:#848484;
	text-decoration: line-through;
}
.product-list .old-price-placeholder {
	height:15px;
}

.product-list-labels {
	position:absolute;
	left:0;
	top:15px;
	text-align:left;
	max-width:130px;
}
.product-list-labels div {
	color:#fff;
	padding:7px 10px;
	z-index:3;
	display:inline-block;
}
.label-sale {
	background-color:red;
}
.label-hit {
	background-color:black;
}
.label-new {
	background-color:gray;
}

@media screen and (max-width: 1024px) {
	.product-list .product-list-item.wide {
		width:33.3%;
	}
}
@media screen and (max-width: 540px) {
	.product-list .product-list-item {
		width:100%;
	}
}

/* /PRODUCT LIST */

/* SECTIONS LIST */

ul.sections-list {
	margin-left: 0;
	padding-left: 0;
}
ul.sections-list li {
	list-style-type: none;
	float:left;
	width:25%;
	padding:20px;
	background-color: #fff;
}
ul.sections-list li:hover {
	box-shadow: rgba(0,0,0,0.3) 0 8px 8px 0;
	-webkit-box-shadow: rgba(0,0,0,0.3) 0 8px 8px 0;
	-moz-box-shadow: rgba(0,0,0,0.3) 0 8px 8px 0;
	z-index:2;
}
ul.sections-list li.in-sect {
	width:33.3%;
}
ul.sections-list li .sections-list-item-title {
	text-align:center;
	height:40px;
	margin:15px 0 20px;
}
ul.sections-list li .sections-list-item-title a {
	text-decoration:none;
}
ul.sections-list li .sections-list-item-title a:hover {
	color:#ccc;
}
ul.sections-list li .prop1-1 a {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
ul.sections-list li .sections-list-item-img {
	width:100%;
	height:100%;
	background-position: center center; background-repeat: no-repeat; background-size: contain;
}
@media screen and (max-width: 662px) {
	ul.sections-list li {
		width:33.3%;
	}
}
@media screen and (max-width: 450px) {
	ul.sections-list li {
		width:50%;
	}
}
@media screen and (max-width: 350px) {
	ul.sections-list li {
		width:100%;
	}
}

/* /SECTIONS LIST */

/* SECTIONS */

ul.sections-menu {
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 40px;
}
ul.sections-menu li {
	list-style-type: none;
	padding:10px 20px 15px 30px;
}
ul.sections-menu li img {
	position:absolute;
	left:0;
	top:10px;
	width:20px;
	height:20px;
}
ul.sections-menu li a {
	text-decoration: none;
	font-size:14px;
}
ul.sections-menu li a:hover {
	color:#ccc;
}
.sections-menu-title {
	border-bottom: 2px solid #7d7d7d;
	font-size:25px;
	padding:0 10px 5px 0;
	margin-bottom:15px;
	margin-right:20px;
}

.sidebar {
	float:left;
	width:25%;
}
.section-products {
	float:left;
	width:75%;
}
.catalog-section-panel {
	text-align:right;
}
@media screen and (max-width: 767px) {
	.sidebar {
		display:none;
	}
	.section-products {
		width:100%;
	}
}

/* /SECTIONS */

/* SECTION DESCRIPTION */

.section-description img {
	float: right;
	max-width: 150px;
	/*margin:0 15px 10px 0;*/
	margin:0 0 10px 15px;
}

/* /SECTION DESCRIPTION */

/* DETAIL */

.detail {
	padding:0;
}
.detail ul {
	margin-left: 0;
	padding-left: 0;
}
.detail li {
	list-style-type: none;
}

/*.detial_container{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;

}*/
.detail_imgs{
	position:relative;
	width: 50%;
	padding-bottom: 25px;    /*63*/
}
.detail_imgs_list{
	margin-right: 35px;
	float: left;
}
.detail_imgs_ul{
	width: 65px;
}
.detail_imgs_ul img{
	max-width: 100%;
	/*width: 61px;*/
}
.detail_imgs_ul li{
	width: 65px;
	padding: 4px;
	cursor: pointer;
}
.detail_imgs_ul .slick-prev, .detail_imgs_ul .slick-next{
	width: 30px;
	height: 20px;
	font-size: 0;
	background: #000;
}
.detail_imgs_ul .slick-prev::before, .detail_imgs_ul .slick-next::before{
	display: none;
}

.detail_imgs_ul .slick-prev{
	background: url(./images/arr_up.svg) no-repeat center top;
	opacity: .5;
	top: -17px;
	left: 50%;
	margin-left: -15px;
}
.detail_imgs_ul .slick-prev:hover,
.detail_imgs_ul .slick-prev:focus{
	background: url(./images/arr_up.svg) no-repeat center top;
	opacity: 1;
}
.detail_imgs_ul .slick-next{
	background: url(./images/arr_down.svg) no-repeat center top;
	opacity: .5;
	bottom: -44px;
	left: 50%;
	margin-left: -15px;
	right: auto;
	top: auto;
}
.detail_imgs_ul .slick-next:hover,
.detail_imgs_ul .slick-next:focus{
	background: url(./images/arr_down.svg) no-repeat center top;
	opacity: 1;
}
.detail_imgs_ul .slick-arrow.slick-disabled{
	opacity: 0;
}
.detail_imgs_ul .nks-slick-current{
	-webkit-box-shadow: 0 0 0 1px #afafaf inset;
	box-shadow: 0 0 0 1px #afafaf inset;
}
.detail_imgs_main{
	float: left;
	max-width: 400px;
	position: relative;
}
.detail_fancy{
	cursor: pointer;
}
.detail_imgs_main img{
	max-width: 400px;
}
.detail_imgs_main_ul{
	width: 400px;
}
.detail_info{
	width: 50%;
	padding-left: 90px;
	padding-bottom: 25px;   /*63*/
}
.detail_h1{
	font-size: 27px;
	color: #000;
	margin-bottom: 25px; /*43*/
}
.detail_sku {
	margin-bottom: 20px;
}
.detail_sku_list{
	width: 400px;
	position: relative;
}
.detail_sku_list li{
	position:relative;
	width: 65px;
	padding: 4px;
	cursor: pointer;
}
.detail_sku_list li img{
	max-width: 100%;
}
.detail_codes{
	margin-bottom: 19px;
}
.detail_codes li,
.detail_codes span{
	font-size: 17px;
	line-height: 20px;
	color: #7f7e7c;
}
.detail_price{
	font-size: 37px;
	color:#777777;
	padding: 0 0 20px 0;
}
.detail_oldprice {
	text-decoration: line-through;
	margin-top:20px;
}
.detail_sku_head{
	font-size: 20px;
	line-height: 41px;
}

.detail_sku_list .slick-prev, .detail_sku_list .slick-next{
	width: 30px;
	height: 20px;
	font-size: 0;
	background: #000;
}
.detail_sku_list .slick-prev::before, .detail_sku_list .slick-next::before{
	display: none;
}
.detail_sku_list .slick-prev {
	background: url(./images/arr_up.svg) no-repeat center top;
	opacity: .5;
	top: 50%;
	left: -37px;
	margin-top: -15px;
	transform: rotateZ(-90deg);
}

.detail_sku_list .slick-prev:hover,
.detail_sku_list .slick-prev:focus{
	background: url(./images/arr_up.svg) no-repeat center top;
	opacity: 1;
}
.detail_sku_list .slick-next{
	background: url(./images/arr_down.svg) no-repeat center top;
	opacity: .5;
	left: auto;
	top: 50%;
	right: -37px;
	margin-top: -15px;
	transform: rotateZ(-90deg);
}
.detail_sku_list .slick-next:hover,
.detail_sku_list .slick-next:focus{
	background: url(./images/arr_down.svg) no-repeat center top;
	opacity: 1;
}
.detail_sku_list .slick-arrow.slick-disabled{
	opacity: 0;
}
.detail_sku_list .nks-slick-current{
	-webkit-box-shadow: 0 0 0 1px #afafaf inset;
	box-shadow: 0 0 0 1px #afafaf inset;
}
.detail_sku_active{
	-webkit-box-shadow: 0 0 0 1px #afafaf inset;
	box-shadow: 0 0 0 1px #afafaf inset;
}


.detail_video {
	margin:15px 0;
}
.detail_video_head{
	font-size: 20px;
	line-height: 41px;
}
.detail_video_list{
	/*width: 400px;*/
	position: relative;
}
.detail_video_list li{
	position:relative;
	/*width: 90px;
	height:68px;
	margin-right:10px;
	margin-bottom:10px;*/
	width: 270px;
	height:204px;
	margin-right:20px;
	margin-bottom:20px;
	float:left;
}
.detail_video_list li a {
	width:100%;
	height:100%;
}
.detail_video_list li a img {
	position:absolute;
	left:100px;
	top:70px;
}
/*.detail_video_preview {
	width: 90px;
	height:68px;
}*/


.detail_desc_head{
	margin-top: 155px;
	text-align: center;
	margin-bottom: 116px;
	position: relative;
}
.detail_desc_head img{
	padding: 0 41px;
	background: #fff;
	position: relative;
	z-index: 2;
}
.detail_desc_head::before{
	content: "";
	height: 2px;
	width: 100%;
	left: 0;
	top: 60%;
	background: #c9c8c8;
	position: absolute;
}











.detail_desc dd,
.detail_desc dd *{
	font-size: 17px;
}
.detail_desc dd{
	padding-top: 50px;
	padding-bottom: 90px;
	display: none;
	/*max-width: 580px;*/
}
.detail_desc dd.active{
	display: block;
}
.detail_desc dt{
	font-size: 24px;
	/*position: absolute;*/
	float:left;
	top: 0;
	line-height: 58px;
	padding: 0 40px;
	cursor: pointer;
}
.detail_desc .dt_inner{
	font-size: 24px;
}
.detail_desc dt::before{
	content: "";
	width: 100%;
	height: 2px;
	background: #c9c8c8;
	position: absolute;
	left: 0;
	bottom: 0;
}
/*.detail_desc dt.active::before{
	background: #000;
}
.detail_desc dt.dt_specs{
	left: 180px;
	margin-left: 30px;
}
.detail_desc dt.dt_reviews{
	left: 455px;
	margin-left: 30px;
}
.detail_desc dt.dt_video{
	left: 645px;
	margin-left: 30px;
}*/
.detail_desc dl{
	position: relative;
	padding-top: 58px;
}
dd.dt_specs{
	display: none;
}
.detail_desc dd.dd_desc ul{
	margin: 20px 0;
	padding-left: 25px;
}
.detail_desc dd.dd_desc ul li{
	position: relative;
}
.detail_desc dd.dd_desc ul li::before{
	content: '';
	position: absolute;
	left: -25px;
	top: 50%;
	margin-top: -3px;
	width: 6px;
	height: 6px;
	background: #979695;
	border-radius: 50%;
}







.detail_desc .dt{
	font-size: 24px;
	float:left;
	top: 0;
	line-height: 50px;
	padding: 0 30px;
	cursor: pointer;
	margin-right:20px;
}
.detail_desc .dt_inner{
	font-size: 24px;
}
.detail_desc .dt::before{
	content: "";
	width: 100%;
	height: 2px;
	background: #c9c8c8;
	position: absolute;
	left: 0;
	bottom: 0;
}
.detail_desc .dt.active::before{
	background: #000;
}


.detail_desc .dd,
.detail_desc .dd *{
	font-size: 17px;
}
.detail_desc .dd{
	padding-top: 50px;
	padding-bottom: 90px;
	display: none;
}
.detail_desc .dd.active{
	display: block;
}


.detail_desc .dd.dd_desc ul{
	margin: 20px 0;
	padding-left: 25px;
}
.detail_desc .dd.dd_desc ul li{
	position: relative;
}
.detail_desc .dd.dd_desc ul li::before{
	content: '';
	position: absolute;
	left: -25px;
	top: 50%;
	margin-top: -3px;
	width: 6px;
	height: 6px;
	background: #979695;
	border-radius: 50%;
}








.files-item {
	text-align:center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.files-item .files-item-title { font-size:22px; padding-bottom: 30px; }
.files-item .file {
	width:99px;
	height: 124px;
	background-image: url('images/files.png');
	margin:0 auto;
	margin-bottom: 30px
}
.files-item .file.Doc { background-position:0px 0px; }
.files-item .file.Xls { background-position:-100px 0px; }
.files-item .file.Ppt { background-position:-200px 0px; }
.files-item .file.Pdf { background-position:-300px 0px; }
.files-item .file.Txt { background-position:-400px 0px; }
.files-item .file.Zip { background-position:0px -125px; }
.files-item .file.Rar { background-position:-100px -125px; }
.files-item .file.Any { background-position:-300px -125px; }
.files-item .file.Gif { background-position:-400px -125px; }
.files-item .file.Mov { background-position:0px -250px; }
.files-item .file.Avi { background-position:-100px -250px; }
.files-item .file.Mp3 { background-position:-200px -250px; }
.files-item .file.Png { background-position:-300px -250px; }
.files-item .file.Jpg { background-position:-400px -250px; }









/*.detail_desc dd.dd_desc strong{
	font-weight: normal;
}*/
.dd_specs ul{
	padding: 10px 20px;
	/*border: 1px solid #000;*/
	line-height: 35px;
}
.dd_specs ul li{
	border-bottom: 1px solid #9e9e9e;
}
.dd_specs ul li:last-child{
	border-bottom: none;
}

.detail_add2cart {
	font-size: 12px;
	/*margin-top: 30px;*/
}
.detail_add2cart input[name="qty"]{
	width: 43px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #000;
	border: 1px solid #c9c8c8;
	font-size: 12px;
	margin-right: 18px;
}

.detail_add2cart .like{
	display: inline-block;
	margin-left: 15px;
	top: 4px;
}

.shops_ref { margin-top:20px; }
.shops_ref > div { width:33.3%; float:left; }


@media (max-width: 1030px) {
	.detail_imgs_main_ul:hover + #zoom_area{
		display: none;
	}
	.detail_imgs_list{
		display: none;
	}
	.detail_info{
		padding-left: 25px;
	}
	.detail_imgs_main_ul{
		width: 373px;
	}
	.detail_imgs_main img {
		max-width: 100%;
	}
	.detail_h1{
		font-size: 21px;
	}
	.detail_codes li, .detail_codes span{
		font-size: 14px;
	}
	.detail_price{
		font-size: 28px;
		line-height: 28px;
	}
	.detail_sku_head{
		font-size: 16px;
	}
	.detail_sku_list{
		width: 300px;
	}
	.detail_imgs_main_ul{
		width: 343px;
	}
	.detail_desc .dt{
		padding: 0 20px;
		font-size: 18px;
	}
	.detail_desc .dt_inner{
		font-size: 18px;
	}
/*	.detail_desc dt.dt_specs{
		left: 120px;
	}
	.detail_desc dt.dt_reviews{
		left: 320px;
	}
	.detail_desc dt.dt_video{
		left: 455px;
	}*/
	.detail_desc_head{
		margin-top: 0;
		margin-bottom: 50px;
	}
	.detail_desc_head::before{
		left: -40px;
		width: calc(100% + 80px);
	}
}
@media (max-width: 767px) {
	.detail_desc dd, .detail_desc dd *{
		font-size: 14px;
	}
	.detial_container > section{
		width: 100%;
	}
	.detail_imgs_list{
		display: block;
	}
	.detail_imgs_main_ul{
		width: 442px;
	}
	.detail_desc dt{
		position: relative;
	}
	.detail_desc .dt{
		float:none;
		width:100%;
	}
	/*.detail_desc dt.dt_specs,
	.detail_desc dt.dt_reviews,
	.detail_desc dt.dt_video {
		left: 0;
		margin-left: 0;
	}*/
	.detail_dl{
		margin-bottom: 56px;
	}
	.detail_desc .dt{
		padding: 0;
		line-height: 52px;
		font-size: 16px;
		text-align: center;
	}
	.detail_desc .dt_inner{
		font-size: 16px;
	}
	.detail_desc .dt::before{
		height: 1px;
	}
	.detail_desc .dt::after{
		bottom: 1px;
		display: none;
	}
}
@media (max-width: 670px) {
	.detail_imgs_list{
		display: none;
	}
	.detail_imgs_main {
		float: none;
		max-width: 509px;
		position: relative;
		margin: 0 auto;
	}
	.detail_imgs_main_ul{
		margin-left: auto;
		margin-right: auto;
	}
}
@media (max-width: 590px) {
	.detail_desc_head::before{
		left: -20px;
		width: calc(100% + 40px);
	}
	.detail_info{
		padding-left: 0;
	}
}
@media (max-width: 480px) {
	.detail_desc_head::before{
		left: -10px;
		width: calc(100% + 20px);
	}
	.detail_imgs_main_ul{
		max-width: 100%;
	}
	.detail_desc_head img{
		max-width: 80%;
	}
}
/* DETAIL */


/* sale.order.ajax */
.delivery-stores-list {
	width:100%;
	overflow-y: auto;
	max-height:400px;
}
.delivery-stores-list .store_detail {
	display:none;
}
.delivery-stores-list .store_detail div {
	margin-bottom: 8px;
}
.delivery-stores-list .store_detail .name {
	font-weight:bold;
}
.delivery-stores-list .store_row {
	font-size:12px;
	padding-bottom:10px;
	margin-bottom:10px;
}
.delivery-stores-list .name {
	font-size:14px;
}
.delivery-stores-list .store_row:hover {
	cursor:pointer;
}
.store-details-close {
	display:none;
	height:35px;
	text-align: right;
	cursor:pointer;
}
.pvz-bx-yandex-map {
	height:400px;
}
.service_item {
	margin-bottom:30px;
}
.cart_section {
	margin-bottom:30px;
}
.service_item_inner {
	min-height:240px;
}
.service_item input[type="radio"] { display:none; }
.service_item label {
	padding:20px;
	width:100%;
}
.service_item .pseudo-radio {
	width:30px;
	height:30px;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	float:left;
}
.service_item .pseudo-radio div {
	width:26px;
	height:26px;
	border-radius:13px;
	-moz-border-radius:13px;
	-webkit-border-radius:13px;
	margin-left:1px;
	margin-top:1px;
}
.service_item .name {
	min-height:30px;
	padding:5px 0px 0px 45px;
	margin-bottom:20px;
	font-size: 18px;
}
.bx-sls .dropdown-block {
	height:40px;
}
.bx-sls .dropdown-icon {
	top:12px;
}
.bx-sls .bx-ui-sls-clear , .bx-sls .bx-ui-sls-fake, .bx-sls .bx-ui-sls-route {
	top:2px;
}
.order_make .cart_section {
	padding: 20px 20px 5px;
}
.order_make .prop_row {
	margin-bottom:15px;
}
.order_make .prop_row .description {
	font-size:12px;
	padding-top:10px;
}
.order_make .ssl-block {
	text-align:right;
	padding-top:15px;
	font-size:12px;
}
.order_make .comment textarea {
	min-height:120px;
}
.order_make .buttons_block {
	text-align: right;
	margin-bottom: 40px;
}
.order_make .form_errors {
	display:none;
}
.sale_order_full_table input { margin-bottom:15px; }
#sof_choose_login { margin-top:15px; }

@media screen and (max-width: 768px) {
	.delivery-stores-list {
		margin-top:20px;
		max-height:200px;
	}
	.pvz-bx-yandex-map {
		height:250px;
	}
	.order_make .ssl-block {
		display:none;
	}
}


/* side menu */
.side-menu { margin-bottom:30px; }
.side-menu div {
	padding:15px;
}
.side-menu a, .side-menu a:focus {
	display:block;
	margin-bottom:5px;
	text-decoration:none;
}
.side-menu.mobile {
	display:none;
	font-size:45px;
}
.side-menu div {
  border: 1px solid #d1d1d1;
  background-color: #fff;
}
.side-menu a {
  color: #000000;
}
.side-menu a:hover,
.side-menu > .selected {
  color: #3C4B69;
}
.side-menu > .selected > div {
  background-color: #f8f8f6;
}

@media screen and (max-width: 992px) {
	.side-menu { display:none; }
	.side-menu.mobile { display:block; }
}


/* personal */

.sale-personal-section-index-block {
	padding:20px;
	text-align:center;
	margin-bottom:30px;
}
.sale-personal-section-index-block-ico {
	font-size:50px;
}
.sale-personal-section-index-block-link,
.sale-personal-section-index-block-link:focus {
	text-decoration:none;
}
.form-group.buttons {
	text-align:center;
}
.profile.register {
	max-width:800px;
	margin:0 auto;
}
.profile .form-group > div { float: none !important; }
.bx_my_order_cancel textarea{
	margin-top: 10px;
	height: 100px;
	width: 100%;
	max-width: 500px;
}

.delivery-stores-list .store_row {
  border-bottom: 1px dotted #000000;
}
.delivery-stores-list .store_row:hover {
  color: #3C4B69;
}
.delivery-stores-list .store_row.active {
  color: #3C4B69;
  border-bottom: 1px dotted #3C4B69;
}
.service_item_inner {
  border: 1px solid #d1d1d1;
  background-color: #fff;
}
.service_item_inner.checked {
  border: 1px solid #3C4B69;
}
.service_item .pseudo-radio {
  border: 1px solid #000000;
}
.service_item .pseudo-radio.checked {
  border: 1px solid #3C4B69;
  background-color: #3C4B69;
}
.service_item .pseudo-radio.checked div {
  border: 7px solid #ffffff;
}
.cart_section {
  border: 1px solid #d1d1d1;
  background-color: #fff;
}
.order_make .prop_row .description {
  color: #d1d1d1;
}
.order_make .form_errors {
  color: #ff0000;
}
.basket-items-list-table {
	background-color: #fff;
}
.basket-items-list-item-container-expend
.basket-items-list-item-removed-container {
  background-color: #fee3b0;
}
.sale-order-list-inner-container,
.sale-order-detail-general,
.sale-order-list-header,
.sale-personal-section-index-block {
  border: 1px solid #d1d1d1;
  background:#fff;
}
.sale-personal-section-index-block-link {
  color: #000000;
}
.sale-personal-section-index-block-link:hover,
.sale-personal-section-index-block-link:focus {
  color: #3C4B69;
}
.sale-order-list-title-container {
  background: #f8f8f6;
  border-color: #d1d1d1;
}
.sale-order-detail-general-head {
  background: #f8f8f6;
  border-bottom: 1px solid #d1d1d1;
}
.sale-order-detail-about-order-title,
.sale-order-detail-payment-options-title,
.sale-order-detail-payment-options-shipment-composition-title,
.sale-order-detail-payment-options-order-content-title,
.sale-order-detail-payment-options-order-content-title,
.sale-acountpay-fixedpay-list
.sale-acountpay-fixedpay-item {
  background: #f8f8f6;
}
.sale-acountpay-fixedpay-list
.sale-acountpay-fixedpay-item:hover {
  background: #d1d1d1;
}
.sale-acountpay-pp-company-graf-container {
  border: 2px solid #c3cace;
  background: #fff;
}
.sale-acountpay-pp-company.bx-selected
.sale-acountpay-pp-company-graf-container,
.sale-order-detail-payment-options-title,
.sale-order-detail-about-order-title,
.sale-order-detail-payment-options-order-content-title {
  border-color: #d1d1d1;
}
.sale-acountpay-pp-company.bx-error
.sale-acountpay-pp-company-graf-container {
  border-color: #db4a29;
}
.sale-acountpay-pp-company.bx-warning
.sale-acountpay-pp-company-graf-container {
  border-color: #ccbe71;
}
.sale-personal-account-wallet-list-item,
.sale-personal-account-wallet-title,
.sale-personal-account-wallet-container,
.sale-order-detail-order-section {
  border-color: #d1d1d1;
}
.sale-order-detail-order-section {
  border-bottom: 1px solid #d1d1d1;
}

.required.error input {
	border:2px solid red;
}
.required.error .error-cont {
	color:red;
	font-size:12px;
	font-style:italic;
}

#order_form_content .logotype {
	text-align:center;
	margin-bottom:10px;
}
#order_form_content .result_price {
	margin-top:10px;
}

.main-profile-form-buttons-block {
	margin-bottom:25px;
}

@media (min-width: 992px)
{
	.text-md-right{
		text-align: right;
	}

	.form-group {
		display: table;
		width: 100%;
	}

	.main-profile-form-label.text-md-right, input[class*="col-"] {
		float: none !important;
		display: table-cell;
		vertical-align: middle;
	}
}

.page_shops_wrap {
	margin-bottom: 30px;
	background-color: #fdfdfd;
}
table.shoptable {
	width:100%;
}
table.shoptable tr {
	border: 1px solid #c8c8c8;
}
table.shoptable td {
	padding:10px;
}
.shopimg {
	border: 1px solid #c8c8c8;
	width:60px;
	height:60px;
	margin:0 5px 10px;
	float:left;
	cursor:pointer;
}

.photo-set {
	margin-bottom: 30px;
}

.search-page input[name="q"] {
	width: calc(100% - 105px);
}

#top-menu a {
	font-size: 18px;
	/*color: #000;*/
	font-weight:600;
}
