.catalog .first-nav {
	height: 70px;
}
.day input::-webkit-contacts-auto-fill-button {
	visibility: hidden;
	display: none !important;
	pointer-events: none;
	position: absolute;
	right: 0;
}

.day input.has-focus{
	color: #fff!important;
	/*-webkit-tap-highlight-color:rgba(0,0,0,0);*/
	-webkit-appearance: none;
}

.day input:focus{
	-webkit-appearance: none;
}
.day input{
	-webkit-appearance: none;
}

.first-nav .nav-menu ul li > a {
	line-height: 70px;
}
.catalog #page-header.litle-header {
	padding: 95px 0 28px;
}

/**/
.wrap-catlog{
	width:100%;
	background-color: rgba(0,0,0,0.8);
	margin-bottom:50px;
	padding-bottom:80px;
}
.wrap-catlog .inner{
	padding:30px 0;
}
.catalog .col-left {
	width:294px;
	float:left;
	padding:0 14px 0 9px;
}
.box-catalog .title{
	/*min-height:60px;*/
	/*line-height:60px;*/
	padding:10px 15px;
	font-size:30px;
	font-family:'Roboto', sans-serif, Arial;
	background:#1d2e44;
	color:#FFF;
	font-weight:300;

	position:relative;
}
.box-catalog li {
	min-height:44px;
	padding:12px 10px;
	border-bottom:1px #FFF solid;
}
.box-catalog ul li:first-child {
	border-top:1px #FFF solid;
}
.box-catalog ul li.active, .box-catalog ul li:hover {
	border-color:#0d7eff;
}

.box-catalog li.active, .box-catalog li.active2, .box-catalog li.active3, .box-catalog li:hover {
	border-bottom:1px #0d7eff solid;
}
.box-catalog li a {
	font-size:16px;
	color:#FFF;
	font-weight:300;
	transition: all 0.4s ease 0s;
}
.box-catalog li.active a, .box-catalog li:hover a {
	color:#0d7eff;

}

.box-welcome{
	padding:15px 0 0 0;

}
.box-welcome a{
	display:block;
	height:58px;
	width:100%;
	padding:10px 45px 0 45px;
	text-align:center;
	line-height:16px;
	font-size:16px;
	color:#0d7eff;
	border:1px solid #0d7eff ;
	background: url(../../images/ico_key.png) right 20px top 9px no-repeat ;
	transition: all 0.4s ease 0s;

}
.box-welcome a:hover{
 color:#FFF;
}

.box-private-area{
	padding:15px 0 0 0;

}
.box-private-area a{
	display:block;
	height:58px;
	width:100%;
	padding:10px 45px 0 45px;
	text-align:center;
	line-height:16px;
	font-size:16px;
	color:#0d7eff;
	border:1px solid #0d7eff ;
	background: url(../../images/upd260420/logo/ico-private-area.png) right 12px top 8px no-repeat ;
	transition: all 0.4s ease 0s;

}
.box-private-area a:hover{
 color:#FFF;
}

.box-cart{
	padding:15px 0 0 0;

}
.box-cart a{
	display:block;
	height:58px;
	width:100%;
	padding:10px 55px 0 35px;
	text-align:center;
	line-height:16px;
	font-size:16px;
	color:#060e13;
	border:1px solid #0d7eff ;
	background: #0d7eff url(../../images/upd260420/logo/ico-hand-black-2.png) right 20px top 5px no-repeat ;


}
.box-cart a:hover{
 color:#FFF;

 background: #0d7eff url(../../images/upd260420/logo/ico-hand-white-2.png) right 20px top 5px no-repeat ;
}



/**/

.loading .item_block .image:before{
    z-index: 100;
     top:0;
    left:0;
	position:absolute;
    -moz-opacity: 0.5;
	content:'';
    opacity: .50;
    filter: alpha(opacity=50);
    background-color: #000;
	 background: url(../../images/loader.gif) center top  50% no-repeat rgba(255,255,255,.5);
    width: 100%;
    height: 100%;
    zoom: 1;
}

.loading .item_block .image {
    overflow: hidden !important;
}






/**/
.catalog .col-main {
	width:876px;
	float:left;
}
.title-h1{
	min-height:60px;
	line-height:30px;
	font-size:30px;
	font-family:'Roboto', sans-serif, Arial;
	color:#FFF;
	font-weight:300;
	padding:15px 15px;
	margin:0;
}
.title4{
	font-size:14px;
	color:#6e6e6e;
	font-weight:300;
}
label{
	cursor:pointer;
}

li.ls_catalog_item{


}
.ls_catalog_item{
/*	list-style:none;
	margin:0;
	float:left;
	margin:0;
	width:33.333%;
	padding:12px*/
}
 .container-catalog {
	width: 100%;
	margin: 0 auto;
}

 .container-catalog > ul {
	width: 100%;
	position: relative;
	display: table;
	word-spacing: -.36em;
	color: #1e1e1e;
	list-style-type: none;
	text-align: left;
}


 ul > li.ls_catalog_item {
	margin:0;
	display: inline-block;
	word-spacing: normal;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	width: 20%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding:12px;

}


.item_block{
	width:100%;
	float:left;
	border:1px solid #9fa3a5;
	position:relative;
	z-index:4;

	width: 100%;
}


.item_block:hover{
	z-index:5
}

 ul > li.ls_catalog_item.active .item_block, .item_block:hover {
 	border:1px solid #0d7eff;
 }

 ul > li.ls_catalog_item.active .item_block:after,  ul > li.ls_catalog_item.active .item_block:before {
	content: '';
	position: absolute;
	bottom: -28px;
	border: solid transparent;
	height: 0;
	width: 0;
	pointer-events: none;
	z-index: 50;
}

 ul > li.ls_catalog_item.active .item_block:after {
	border-color: transparent;
	border-bottom-color: #FFF;
	border-width: 7px;
	border-bottom: 15px solid #000;
	left: 50%;
	margin-left: -9px;
	bottom: -29px;

}
 ul > li.ls_catalog_item.active .item_block:before {
	border-color: transparent;
	border-bottom-color: #0d7eff;
	border-width: 9px;
	border-bottom: 17px solid #0d7eff;
	height:20px;
	left: 50%;
	margin-left: -11px;

}





/**/



.item_block .icon-item-wrap{
	position:absolute;
	left:5px;
	top:0;
}

.item_block .icon_item {
	display: inline-block;
	vertical-align: top;
	<width:35px;
	height:35px;
	background-color: rgba(0,0,0,0.8);
	padding:3px 3px;
	text-align: center;
}

.item_block .image{
	width:100%;
	float:left
}
.item_block .image img{
	width:100%;
	max-width:100%;
	height:auto;
	cursor:pointer;
}

.item_block .name{
	float: left;
	width: 100%;
	padding: 15px 0px 0px 5px;
    min-height: 80px;

}
.item_block .name a{
	color:#FFF;
	font-size:16px;
	font-weight:300;
}
.category-name{
	font-size: 12px;
	color: #6e6e6e;
	width: 100%;
	float: left;
	padding: 5px;
	<!--min-height: 40px;-->

}
.item_block .price-hand{
	padding:0px 5px 5px;
	width:100%;
	float:left;

}
.item_block .price{
	color:#ffffff;
	font-size:20px;
	font-weight:bold;
	<!--width:50%;
	float:left;-->
}
.item_block .price span{
	text-decoration:line-through
}
.item_block .hand{
	width:30px;
	float:right;
	display:block;
	position:relative;
	height:30px;
	border:1px solid #0d7eff;
	background:url(../../images/upd260420/logo/PalmCatalog.png) center top 1px no-repeat;

}
.item_block .hand:hover,  .item_block .hand.hand-item-in-cart{
	background:url(../../images/ico-hand-white.png) #0d7eff center top 5px no-repeat;
}

.item_block .hand.no-qty{
	border:1px solid #6e6e6e;
	background:url(../../images/ico-hand-grey.png) center top 1px no-repeat;

}

.item_block .hand.no-qty:hover{
	background:url(../../images/ico-hand-white.png) #6e6e6e center top 5px no-repeat;}


.item_block .poptool {
    border: 1px solid #0d7eff;
    padding: 25px 22px;
    position: absolute;
	width:486px;
	bottom:66px;
	left:-5px;
	background:#000;
	font-size:18px;
	color:#FFF;
	text-align:center;
	font-weight:300;
	display:none;}

.container-catalog .ls_catalog_item:nth-child(3n+3) .item_block .poptool{
	width:100%;
	left:0px;}


@media screen and (max-width: 480px){
.item_block .poptool {width:100%;left:0px;}
}



.item_block .poptool.show {
	display:block;


}
.item_block .poptool:before, .item_block .poptool:after {
    content: '';
    position: absolute;
    left: 0px; right:0; margin:0 auto; bottom: -20px;
    border: 10px solid transparent;
    border-top: 10px solid #0d7eff;
	width:20px;
   }
 .item_block .poptool:after {
    border-top: 10px solid #000;
    bottom: -19px;
   }

/**/
.zoomContainer{
	z-index: 999999;
}
.container-product{
position:relative;
}

.ls_detail_box {
	min-height: 498px;
	width: 100% !important;
	max-width: 100% !important;
	border: 0px solid #d3d3d3;
	/* border-bottom: 1px solid #fff; */
	position: absolute;

	left: 0px;
	margin-top: 35px;
	padding: 8px 12px 0 12px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display:none;
}
.container-product .ls_detail_box {
	display:block;
	position:relative;
	margin-top: 0px;
}

.ls_detail_container {
	border: 1px solid #0d7eff;
	padding: 12px 12px;
	float:left;
	width:100%;
	position:relative;
	background-color: #0b0e10;
	z-index: 10;
}

.ls_detail_container .close_btn{
	position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    overflow: hidden;
    width: 35px;
    height: 35px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    text-decoration: none;
    border: 0;
    outline: 0;
    background: transparent;
	opacity:0.7;
}

.ls_detail_container .close_btn span{
	position:absolute;
	top:15px;}

.ls_detail_container .close_btn span.one{
	display:block;
	width:100%;
	height:1px;
	background-color:#ffffff;
	-webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    filter:progid:DXImageTransform.Microsoft.Matrix(M11='0.707', M12='0.707', M21='-0.707', M22='0.707', SizingMethod="auto expand");}


.ls_detail_container .close_btn span.two{
	display:block;
	width:100%;
	height:1px;
	background-color:#ffffff;
	-webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    filter:
    progid:DXImageTransform.Microsoft.Matrix(M11='0.707', M12='0.707', M21='-0.707', M22='0.707', SizingMethod="auto expand");
    progid:DXImageTransform.Microsoft.BasicImage(rotation=3);}

.ls_detail_container .close_btn:hover{opacity:1;}

.ls_detail_container .close_btn:hover span{background-color:#ffffff;}



.ls_detail_container .product-left{
	float:left;
	width:50%;
	padding-right:10px;
}
.ls_detail_container .product-left .product-images{
	width:100%;
	float:left;

}
.ls_detail_container .product-left .product-images img{
	width:100%;
	max-width:100%;
	height:auto;

}

.ls_detail_container .product-left .image {
	padding:0 0 px 0;

}


.ls_detail_container .product-left .image-additional{
	float:left;
	width:100%;

}
.image-additional span{
	color:#6e6e6e;
	padding:8px 0 8px 0;
	display:block;
	width:100%;

}
.product-left .image-additional .ih-item {
	position: relative;
	width: 79px;
	height: 69px;
	float: left;
	border: 0px solid #eeeeee;
	box-shadow: none;
	padding:0 10px 0 0;
}

.product-left .image-additional img {
	width: 100%;
	max-width: 100%;
	border:1PX solid #7f8081
}
.product-left .image-additional .ih-item a.active img{
	border:1PX solid #0d7eff

}
.product-left .consult{
	float:left;
	width:100%;
	padding:15px 0 15px 40px;
	color:#FFF;
	background:url(../../images/ico_ask.png) left top 16px  no-repeat;
	font-size:12px;
	font-weight:300;
	line-height:12px;

}
.product-left .consult a{
	color:#0d7eff;
	text-decoration:underline
}
.product-left .consult a:hover{
	text-decoration:none
}


.ls_detail_container .product-right{
	float:right;
	width:50%;
	padding-left:10px;
}
.ls_detail_container .title-h1{
	padding:0px 0 5px 0;
	font-weight:bold;
	font-size:24px;
	line-height:24px;
	min-height:inherit;
}
.ls_detail_container  .category-name {
	padding:0 0  5px  0;
	color:#6e6e6e;
}
.ls_detail_container  .price {
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
	width: 100%;
	float: left;
}
.ls_detail_container .price span {
	text-decoration: line-through;
}
.ls_detail_container .icon_item{
	font-size:16px;
	float:left;
	width:100%;
	color:#0d7eff;
	padding:10px 0 10px 50px;
	margin-bottom: 5px;
	background:url(../../images/ico-amulet-blue.png) left center no-repeat;
}

.ls_detail_container .icon_item.autorship-item {
	background:url(../../images/icon-amulet.png) left center no-repeat;
}
.ls_detail_container .icon_item.autorship-item:hover {
	background-image: url(../../images/icon-amulet-white.png);
}

.ls_detail_container .icon_item.exclusive_item{
	background:url(../../images/icon-amulet-blue-1.png) left center no-repeat;
}

.ls_detail_container .icon_item.last_one_item{
	background:url(../../images/icon-one-blue.png) left center no-repeat;
}

@media screen and (max-width: 400px){
.ls_detail_container .icon_item{
	background:url(../../images/ico-amulet-blue.png) left center  no-repeat;}
}

.ls_detail_container .icon_item:hover{
	background:url(../../images/ico-amulet.png) left center no-repeat;
}


.ls_detail_container .icon_item.exclusive_item{
	background:url(../../images/icon-amulet-blue-1.png) left center  no-repeat;
}


.ls_detail_container .icon_item.exclusive_item:hover{
	background:url(../../images/icon-amulet-white-1.png) left center no-repeat;
}

.ls_detail_container .icon_item.last_one_item{
	background:url(../../images/icon-one-blue.png) left center  no-repeat;
}


.ls_detail_container .icon_item.last_one_item:hover{
	background:url(../../images/icon-one-white.png) left center no-repeat;
}

.ls_detail_container .descriprion{
	width:100%;
	float:left;
	color:#FFF;
	padding:10px 0 0 0;
	line-height:15px;
}
.ls_detail_container .title4{
	padding-bottom:5px;

}
.ls_detail_container .attributes{
	width:100%;
	float:left;
	padding:10px 0 0 0;
}
.ls_detail_container .attributes {
	width:100%;
	float:left;
	padding:10px 0 0 0;
}
.ls_detail_container .attribute-value{
	font-size:18px;
	color:#FFF;
}
.ls_detail_container .options{
	float:left;
	width:100%;
	padding:10px 0 0 0;

}
.ls_detail_container .options .radio-item{
	float: left;
	margin-right: 15px;
}

.ls_detail_container .options .radio-item input[type="radio"] {
	position: absolute;
	left: -9999px;
}
.ls_detail_container .options .radio-item label {
	padding:1px;
	border:1px solid #6e6e6e

}
.ls_detail_container .options .radio-item input[type="radio"]:checked + label {
	border: 1px solid #0d7eff;
}
.ls_detail_container .options .radio-item label > div {
	display: block;
	width: 20px;
	height: 20px;
}
.ls_detail_container .options .options_sizes .radio-item input[type="radio"]:checked + label {
	border-color: #0d7eff;
}

.ls_detail_container .options .options_sizes .radio-item input[type="radio"]:checked + label > div {
	color: #0d7eff;
}

.ls_detail_container .options .options_sizes .radio-item label > div {
	min-width: 20px;
	min-height: 20px;
	width: auto;
	height: auto;
	padding: 0px 3px;
  color: #fff;
  font-weight: normal;
}
.ls_detail_container .options .options_sizes .radio-item label:hover {
	border-color: #0d7eff;
}
.ls_detail_container .options .options_sizes .radio-item label:hover > div {
	color: #0d7eff;
}
.help-text{
	float:left;
	width:100%;
	padding:10px 0 15px 0;
	line-height:15px;
}
.forma-box{
	background:#1d2e44;
	width:100%;
	float:left;
	padding:17px;
}
.forma-box-row {
float:left;
width:100%;
padding-bottom:15px;
}

.forma-box  input, .forma-box  textarea {
	background-color: #0d1a20;
	border:1px solid #6e6e6e;
	color:#FFF!important;
	width:100%;
	min-height:33px;
	padding: 8px;
}
.forma-box  input.has-focus, .forma-box  textarea.has-focus {
	border:1px solid #FFF;
	color: #fff!important;
}


.forma-box  input::-webkit-input-placeholder, .forma-box  textarea::-webkit-input-placeholder  {
  text-align:center
}
.forma-box  input::-moz-placeholder, .forma-box  textarea::-moz-placeholder  {
  text-align:center
}
.forma-box  input:-ms-input-placeholder, .forma-box  textarea:-ms-input-placeholder  {
 text-align:center
}
.forma-box  input:-moz-placeholder,.forma-box  textarea:-moz-placeholder  {
 text-align:center
}
.forma-box-row label{
float:left;
width:110px;
color:#6e6e6e;
font-weight:300;
padding:0;
line-height:33px;
}


.forma-box-row .day{
float:left;
padding-right:8px;
width:47px;
}
.forma-box-row .mons{
float:left;
width:146px;
padding-right:8px
}
.forma-box-row .mons select {

	height: 40px;
	min-width: 100%;
}

.forma-box  .selectize-input {
	border: none;
	padding: 9px 32px 9px 32px;
	display: inline-block;
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border:1px solid #6e6e6e;
	background:#0d1a20;
}

.forma-box .selectize-input.has-items {
	border: 1px solid #FFF;

}

.forma-box .selectize-dropdown, .forma-box .selectize-input, .forma-box  .selectize-input input {
	color:#FFF;
	font-family: inherit;
	font-size: 14px;
	line-height: 18px;
	-webkit-font-smoothing: inherit;
	text-align:center;
}


.forma-box .selectize-control.single .selectize-input:after {
	content: ' ';
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -3px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: #1d3c48 transparent transparent transparent;
}

.forma-box-row .year{
float:left;
width:62px;
}
div.upload-file{
width:100%;
float:left;

}
div.upload-file label{
   width:100%;
   font-size:14px;
   color:#6e6e6e;
   font-weight:normal;

}
div.upload-file label span{
	color:#8f9598;
   font-weight:normal;
  font-family:'Roboto', sans-serif, Arial;
}
.forma-box-col.reset-cur{
	width:140px;
	float:left;
	padding:0 15px 0 0 ;
	text-align:right;
}

.forma-box-col.reset-cur button{
	width:38px;
	height:38px;
	border:1px solid #060e13;
	background:#264956  url(../../images/ico-x.png) center 10px  no-repeat;

}
.forma-box-col.reset-cur button:hover{
	background:#0d7eff  url(../../images/ico-x.png) center 10px  no-repeat;

}

.forma-box-col.submit-cur{
	width:220px;
	float:left;
}
.forma-box-col.submit-cur button{
	padding:0 15px 0 45px;
	height:38px;
	width:130px;
	font-size:18px;
	color:#000000;
	border:1px solid #060e13;
	background:#264956  url(../../images/upd260420/logo/PalmCatalog.png) left 20px top 5px  no-repeat;

}
.forma-box-col.submit-cur button:hover{
	background:#0d7eff  url(../../images/ico-hand-white.png) left 20px top 5px   no-repeat;
}


/***********************************/
.product-right .buttons_row{
	width:100%;
	text-align:center;
	position:relative}

.product-right .buttons_row button{
	display:inline-block;
	margin:0px 5px;
	position:relative;
	vertical-align:top;}

.product-right .buttons_row button.reset{
	width:38px;
	height:38px;
	border:1px solid #060e13;
	background:#264956  url(../../images/ico-x.png) center 10px  no-repeat;}

.product-right .buttons_row button.reset:hover{background:#0d7eff  url(../../images/ico-x.png) center 10px  no-repeat;}




.product-right .buttons_row button.submit{
	padding:0 15px 0 45px;
	height:38px;
	width:130px;
	font-size:18px;
	color:#000000;
	border:1px solid #060e13;
	background:#0d7eff  url(../../images/ico-hand-white.png) left 20px top 5px   no-repeat;}


/*.product-right .buttons_row button.submit:hover{background:#0d7eff  url(../../images/ico-hand-white.png) left 20px top 5px  no-repeat;}	*/



.product-right .buttons_row button.noactive{
	padding:0 15px 0 45px;
	height:38px;
	width:130px;
	font-size:18px;
	color:#000000;
	border:1px solid #060e13;
	background:#264956  url(../../images/ico-hand-dark.png) left 20px top 5px  no-repeat;}

/***********************************/

.product-right .buttons_row .poptool {
    border: 1px solid #0d7eff;
    padding: 25px 22px;
    position: absolute;
	width:486px;
	bottom:12px;
	right:350px;
	background:#000;
	font-size:18px;
	color:#FFF;
	text-align:center;
	font-weight:300;
	display:none;}

.product-right .buttons_row .poptool.show {display:block;}

.product-right .buttons_row .poptool:before, .product-right .buttons_row .poptool:after {
    content: '';
    position: absolute;
	bottom:40px;
   	margin:0 auto; right: -20px;
    border: 10px solid transparent;
    border-left: 10px solid #0d7eff;
	width:20px;}

.product-right .buttons_row .poptool:after {
    border-left: 10px solid #000;
    right:-19px;}

.product-right .buttons_row .poptool {
	left:-440px;
	bottom:-33px;}






.forma-box2 .forma-box-row{
	padding:8px 15px;
	border:1px solid #6e6e6e;}

.qty-cur{
	width:214px;
	float:left;
	padding:8px 0px 0 0;
	color:#ffffff;

}
.qty-cur span{
	display:block;
	float:left;
	padding:0 20px 0 0;

}
.qtych{
	background:none;
	border:1px solid #6e6e6e;
	width:20px;
	height:20px;
	float:left;
	line-height:14px;
	text-align:center;
}
.qty {
	width:46px;
	background:none;
	border:0;
	float:left;
	text-align:center;
	padding:0 2px
}

.forma-box2 .submit-cur{
	width:144px;
	float:right;
	padding:0 0 0 15px;
	text-align:right;

}

/*******************************************/
.buttons_row .qty-block, .buttons_row .submit-block{
	display:inline-block;
	/*margin:0px 5px;*/
	position: relative;
    vertical-align: top;}

.buttons_row .qty-block{
	display:inline-block;
	padding: 8px 0px 0 0;
    color: #ffffff;}

.buttons_row .qty-block span {
    display: block;
    float: left;
    padding: 0 20px 0 0;
}


.buttons_row .submit-block button.submit{
	}


@media screen and (min-width: 1200px){
	.product-right .buttons_row .poptool{left:-740px;}
}


@media screen and (min-width: 992px) and (max-width: 1199px){
	.buttons_row .submit-block{padding-top:20px;width:100%;}

	.product-right .buttons_row .poptool {
		width:100%;
		left:0px;
		bottom:55px;
		z-index:1;}

	.product-right .buttons_row .poptool:before, .product-right .buttons_row .poptool:after {
		content: '';
		position: absolute;
		left: 0px;
		right: 0;
		margin: 0 auto;
		bottom: -20px;
		border: 10px solid transparent;
		border-top: 10px solid #0d7eff;
		width: 20px;}
}

@media screen and (max-width: 991px){
	.product-right .buttons_row .forma-box-col.submit-block{padding-top:20px;width:100%;}

	.product-right .buttons_row .poptool{
		border: 1px solid #0d7eff;
		padding: 25px 22px;
		position: absolute;
		width: 100%;
		bottom: 55px;
		left: 0%;
		background: #000;
		font-size: 18px;
		color: #FFF;
		text-align: center;
		font-weight: 300;
		display: none;
		z-index:1;}

	.product-right .buttons_row .poptool:after, .product-right .buttons_row .poptool:before {
		content: '';
		position: absolute;
		left: 0px;
		right: 0;
		margin: 0 auto;
		bottom: -20px;
		border: 10px solid transparent;
		border-top: 10px solid #0d7eff;
		width: 20px;}


	.product-right .buttons_row .poptool:after {
		border-top: 10px solid #000;
		bottom: -19px;}
}


/**********************Попап расширенной формы*******************************************************************/

@media screen and (min-width: 1200px){
	.product-right-form-one.product-right .buttons_row .poptool{left:-504px;}

}









/********************************************************************************************************************/










/***********адаптиви***********************/
.catalog-nav-button {
		display: none;
		position: absolute;
		width: 55px;
		height: 55px;
		line-height: 55px;
		background: transparent;
		right: -3px;
		top: 50%;
		text-align: right;
		font-size: 22px;
		cursor: pointer;
		text-align: center;
		margin-top: -28px;
	}
/******************/



@media screen and (min-width: 992px) and (max-width: 1190px){

	.catalog .col-left {width:25%;}

	.box-welcome a {
		font-size:13px;
		background: url(../../images/ico_key.png) right 12px top 9px no-repeat;}

	.box-private-area a {
		font-size:13px;
		background: url(../../images/upd260420/logo/ico-private-area.png) right 4px top 8px no-repeat;}

	.box-cart a {font-size:13px;}

	.catalog .col-main{width:75%;}

	.forma-box-col.qty-cur{
		width:100%;
		text-align:center;}

	.forma-box-col.qty-cur .qty-container{display:inline-block}


	.forma-box2 .submit-cur {
		float: left;
		padding: 15px 0 0 0px;
		text-align: left;
		width:100%;
		text-align:center;}

	.forma-box2 .submit-cur .poptool {
		right: 356px;
		bottom: 25px;}


}

@media screen and (min-width: 768px) and (max-width: 991px){

	.box-welcome a {
		font-size:13px;
		background: url(../../images/ico_key.png) right 12px top 9px no-repeat;
	}

	.box-private-area a {
		font-size:13px;
		background: url(../../images/upd260420/logo/ico-private-area.png) right 4px top 8px no-repeat;
	}

	.box-cart a {font-size:13px;}


}



@media screen and (max-width: 991px){

	.qty-cur {padding: 0px 0px 15px 0;}

	.forma-box-col.qty-cur{
		width:100%;
		text-align:center;}

	.forma-box-col.qty-cur .qty-container{display:inline-block}

	.forma-box2 .submit-cur {
		width:100%;
		float: left;
		padding-left:0;
		text-align: center;}

	.forma-box2 .submit-cur .poptool {
		right: 356px;
		bottom: 25px;

		display:none!important;}



	.catalog .col-left {
		width:100%;
		margin-top:0!important;}

	.box-catalog {width: 33.333%;float:left}
	.box-welcome{width: 33.333%;float:left;padding-top:0; text-align:center;}
	.box-welcome a{display:inline-block;width:90%;padding: 12px 55px 0 35px;}
	.box-private-area{width: 33.333%;float:left;padding-top:0; text-align:center;}
	.box-private-area a{display:inline-block;width:90%;padding: 12px 55px 0 35px;}
	.box-cart{width: 33.333%;float:left;padding-top:0;}
	.box-cart a{padding: 12px 55px 0 35px;}


	.catalog-nav-button {display: block;}

	.box-catalog ul {
		display:none;
		position:absolute;
		background-color: rgba(34,34,34, 0.95);
		z-index:10;
		width:100%;
		left:0px;}

	.box-catalog ul li{border:none!important;padding:12px 22px;}

	.box-catalog ul li.active, .box-catalog ul li:hover {border:none!important;}


	.catalog .col-main{width:100%;}

}

@media screen and (max-width: 767px){


	.box-catalog {width: 100%;float:left;}
	.box-welcome{width: 100%;float:left;padding-top:15px; text-align:center;}
	.box-welcome a{display:inline-block;width:100%;    padding: 19px 45px 0 45px;}
	.box-private-area{width: 100%;float:left;padding-top:15px; text-align:center;display:none;}
	.box-private-area a{display:inline-block;width:100%;    padding: 19px 45px 0 45px;}
	.box-cart{width: 100%;float:left;padding-top:15px;}
	.box-cart a{padding: 19px 45px 0 45px;}




}


@media screen and (max-width: 400px){

	.box-welcome a {padding: 12px 65px 0 65px;}
	.box-private-area a{padding: 12px 65px 0 65px;}
	.box-cart a{padding: 12px 65px 0 65px;}
	.catalog .first-nav {height: 60px;}


}




@media screen and (min-width: 481px) and (max-width: 767px){
	ul > li.ls_catalog_item{width:50%;}
	.item_block .name a {font-size: 14px;}
}


@media screen and (max-width: 480px){
ul > li.ls_catalog_item{width:50%;}
.item_block .name a {font-size: 14px;}
.b-top {bottom: 80px;} 
.ls_detail_container .product-left{width:100%}
.ls_detail_container .product-right{width:100%;padding-top:30px;}
} 
/* IPhone 5/SE */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px)
and (max-device-height : 568px)
 { .category-name {
    font-size: 10px;
    font-weight: 400;}
 }   
/* IPhone 6-8 */
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px)
and (max-device-height : 667px)
 { 
.catalog .first-nav {height: 60px;} 	
ul > li.ls_catalog_item{width:50%;padding: 15px;}
.container-catalog > ul {padding-left: 15px;padding-right: 15px;}
.item_block .name {font-size: 14px;min-height: 55px; padding: 15px 5px 0 10px;
	line-height: 14px;
}
.ls_detail_container .product-left{width:100%}
.ls_detail_container .product-right{width:100%;padding-top:30px;}    
.category-name {
    font-size: 10px;
    padding: 5px 10px;
    font-weight: 400;
}
.item_block .price {
	font-size: 18px;
}
.item_block .price-hand {
    padding: 0 5px 2px 10px;
    }
/*#scroller img{width:30px;} 
.b-top {bottom: 60px;width: 30px;height: 30px;right: 2px;} */
.b-top {bottom: 60px;}  
}
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px)
and (max-device-height : 667px)
and (orientation : landscape)
 {ul > li.ls_catalog_item {width: 33.333%;} 
.catalog .first-nav {height: 60px;}
}

/* IPhone 6-8 PLUS + Pixel 2 + Nexus 6*/
@media only screen 
and (min-device-width : 410px) 
and (max-device-width : 420px)
and (max-device-height : 736px)
 { 
.catalog .first-nav {height: 60px;} 	
ul > li.ls_catalog_item{width:50%;padding: 15px;}
.container-catalog > ul {padding-left: 15px;padding-right: 15px;}
.item_block .name {font-size: 14px;min-height: 55px; padding: 15px 5px 0 10px;
	line-height: 14px;
}
.ls_detail_container .product-left{width:100%}
.ls_detail_container .product-right{width:100%;padding-top:30px;}    
.category-name {
    font-size: 10px;
    padding: 5px 10px;
    font-weight: 400;
}
.item_block .price {
	font-size: 18px;
}
.item_block .price-hand {
    padding: 0 5px 2px 10px;
    }
/*#scroller img{width:30px;} 
.b-top {bottom: 60px;width: 30px;height: 30px;right: 2px;} */
.b-top {bottom: 60px;}  
}
/* Ipad */
@media only screen 
and (min-width : 768px) 
and (max-width : 1165px)  { 
.item_block .name a {font-size: 12px;}
.category-name {font-size: 10px;}
}



/*****Всплывашка товара с формой**************/

@media screen and (min-width: 992px) and (max-width: 1180px){

	.product-right .forma-box .forma-box-row label{width:100%;}


	/*.forma-box-col.reset-cur{width:auto;}*/

}

@media screen and (max-width: 890px){
	.product-right .forma-box .forma-box-row label{width:100%;}

	/*.forma-box-col.reset-cur{width:auto;}
	.forma-box-col.submit-cur {width: auto;}*/
}

@media screen and (max-width: 670px){
	.ls_detail_container .product-left{width:100%;}
	.ls_detail_container .product-right{width:100%;padding-top:30px;}


}

@media screen and (max-width: 400px){

.forma-box-row .mons{width:100px;}

.forma-box-row .mons .selectize-input{padding-left:10px;padding-right:10px;text-align:left;}

}


/****************************************************************************************/
@media screen and (min-width: 670px) and (max-width: 1150px){
	.forma-box .forma-box-row-comment textarea{min-height:75px}
}

@media screen and (max-width: 460px){
	.forma-box .forma-box-row-comment textarea{min-height:75px}
}


@media screen and (max-width: 400px){
	.forma-box-row-name input{font-size:12px;}
	.forma-box .forma-box-row-comment textarea{min-height:95px}
}




/**************Левое меню каталога флекс****************************************/
#col-left-container .sticky {position: fixed;z-index: 101;}
#col-left-container .stop {position: relative;z-index: 101;}


@media screen and (max-width: 991px){
#col-left-container{height:auto!important;}
#col-left-container .sticky {position: relative;z-index: 101;top:0!important;}

}


.sku_disabled {
	opacity: 0.5;
}

.catalog_prod_link:hover {
	cursor: pointer;
}



/* Update design+code 2016-05-18 */
.catalog-nav-button-2 {
    position: absolute;
    width: 55px;
    height: 55px;
    line-height: 55px;
    background: transparent;
    right: 0px;
    top: 50%;
    text-align: right;
    font-size: 22px;
    cursor: pointer;
    text-align: center;
    margin-top: -28px;
}

.box-catalog .title {
    height: auto;
    min-height: 60px;
    line-height: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 55px;
    font-size: 25px;
}

.box-catalog .title a {
    color: #ffffff;
    display: block;
}
.box-catalog .title a:focus {
    text-decoration: none;
    outline: none;
}
.box-catalog .title a:hover {
    text-decoration: underline;
}

.catalog-sections {
    margin-bottom: 10px;
}

.pagination_wrap {
	color: #ffffff;
	text-align: center;
}
.pagination_wrap a {
	color: #0d7eff;
}

