/* CSS kod pishite v etom faile, chotobi pri ustanovke obnovlenii ne bilo problem  */
/* --------------------------------------- */
/* Here you can put custom css rules for your site */
.logo-row .logo{
    line-height: 73px;
}
.logo-row .logo.colored img, header .line-row{
	background-color: transparent !important;
	padding-left: 30px;
    max-height: 75px;
}
.item-views.sections .item .info a:after{
	content:",";
}
.item-views.sections .item .info a:last-child:after{
	content:"";
}

.catalog_price_label{
    padding: 13px 8px !important;
    line-height: 2px;
    max-width: 87px;
}

.video_item{
	margin-bottom: 20px;
}

.video_item .title{
    font-size: 16px;
    display: block;
    margin: 10px 0;
    min-height: 40px;
}

.actions_btn {
    position: fixed;
    right: 0;
    top: 265px;
    z-index: 9;
    width: 58px;
    height: 76px;
    background: #edf0f3;
    -moz-border-radius-topleft: 2px;
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    -moz-border-radius-bottomleft: 2px;
    -webkit-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
    cursor: pointer;
    border: 1px solid #edf0f3;
    border-right: none;
}

.actions_btn:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 8px;
    margin: 0 0 0 -10px;
    width: 20px;
    height: 20px;
    background: url(/bitrix/templates/aspro-scorp/images/actions_ico_right.png) 0px 0 no-repeat;
}

.actions_btn .count {
    position: absolute;
    left: 50%;
    top: 34px;
    margin: 0 0 0 -9px;
    width: 19px;
    height: 18px;
    line-height: 18px;
    white-space: nowrap;
    font-size: 12px;
    color: #FFF;
    border-radius: 100%;
    text-align: center;
    background: #bf2800;
}

.actions_btn .label {
    color: #bf2800;
    background: none;
    position: absolute;
    top: 50px;
    font-size: 13px;
    font-weight: 600;
}

.actions_btn:hover {
    background: #bf2800;
}

.actions_btn:hover:before {
    background-image: url(/bitrix/templates/aspro-scorp/images/actions_ico_right-white.png);
}

.actions_btn:hover .count {
    color: #bf2800;
    background: #FFF;
}

.actions_btn:hover .label {
    color: #FFF;
}

.calc_btn {
    position: fixed;
    right: 0;
    top: 345px;
    z-index: 9;
    width: 58px;
    height: 76px;
    background: #edf0f3;
    -moz-border-radius-topleft: 2px;
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    -moz-border-radius-bottomleft: 2px;
    -webkit-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
    cursor: pointer;
    border: 1px solid #edf0f3;
    border-right: none;
}

.calc_btn:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 25px;
    margin: 0 0 0 -10px;
    width: 16px;
    height: 22px;
    background: url(/bitrix/templates/aspro-scorp/images/calc_ico_right.png) 0px 0 no-repeat;
}

.calc_btn:hover{background:#f3f6f8;}

.calc_btn .label_price{
	position: absolute;
    top: 50px;
    font-size: 13px;
    font-weight: 600;
padding: 0.4em 0.6em;

}

/* ПРАЙС */
.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 5px;
	width: 9px;
	height: 100%;
	background: red;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #2B2A29;
	position: relative;
}

.jspDrag
{
	background: #807E79;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
	opacity: 0.5;
}
.jspDrag:hover {
	opacity: 1;
}
.jspDrag:active {
	opacity: 1;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}

.left_price {
	width: 750px;
	background: white;
	position: fixed;
	display: none;
	left: 761px;
	top:0;
	height:100%;
	padding-top: 30px;
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, .777);
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	z-index: 9999;
	overflow-y: scroll;
	text-align:center;
}
.jspScrollable {outline: none;}
.jspScrollable:focus {outline: none;}
.left_price h2 {margin:10px auto 5px auto; padding: 0 0 10px 0; width: 90%; font-weight: 500; color: #333333; text-align: left;  font-size: 22px; border-bottom: 5px solid #188b30;}
.left_price table{
	width:90%;
	text-align: left;
	border-collapse: collapse;
	/*border: 1px solid #e1e1e1;*/
	margin:0 auto 60px auto;
	background:#f6f5f0;
	font-weight: 300;
	font-size: 14px;
}
.left_price table thead th{
	color: #333333;
	text-transform: uppercase;
	font-size: 14px;
	/*border-bottom: 2px solid #c1c1c1;
	border-right: 1px solid #e1e1e1;*/
	padding: 12px;
	font-weight: 500 !important;
}
.left_price table thead .th_long{width:40%;}
.left_price table thead .th_small{width:15%;}
.td_hidden input{outline: none; background: #cccccc; border: none; color: #fff; width: 94%; padding-left: 6%; line-height: 1.8;}
.left_price table tbody tr:nth-child(even) td{background: #d7e3e7;}
.left_price table td{color: #333333; /*border-bottom: 1px solid #e1e1e1; border-right: 1px solid #e1e1e1;*/ padding: 12px;}
#cross2 {
	/* background: url('/bitrix/templates/aspro-scorp/images/cross2.png') no-repeat;  */
	background-size: contain;
    width: 18px;
    height: 23px;
	position: absolute;
	top: 10px;
    right: 10px;
	cursor: pointer;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
#cross2:before {
	content: "\f00d";
	display: block;
    font-size: 23px;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
#cross2:hover{
    color: #1eae3c;
}

#cross2:hover:before  {transform: rotate(90deg);}


.allsummd {overflow:hidden; font-weight:500; margin: auto; margin-bottom: 40px; width: 90%; font-size: 20px; color: #333333; text-align: left; border-top: 5px solid #188b30; padding-top: 15px;}
#allsumm{padding-left: 10px; color: #333333; text-align: left;}
.allnumbers {display: none !important;}
.sale_sp_but {float:right; display: inline-block; padding: 12px 21px; text-transform: uppercase; font-size: 13px; font-weight: 700; margin-top: -7px; background: #188b30; color: #fff; cursor: pointer; position: relative;
}



/* ЗАЯВКА НА ОБРАТНЫЙ ЗВОНОК*/
.cb_form {
	position: fixed;
	width: 300px;
	height: 380px;
	top: 50%;
	left: 50%;
	padding: 25px;
	margin-left: -175px;
	margin-top: -224px;
	background: #fff;
	z-index: 9999;
	display: none;
}
.cb_title {font-size: 20px; text-align: center; padding: 15px 0 5px 0;}
.cbinname {font-size: 16px; padding: 22px 10px 10px 10px; width: 87%; margin: 0 auto;}
.cbinput {
	display: block;
	width: 95%;
	margin: 0 auto;
	outline: none;
	border: 1px solid #D7D7D7;
	padding: 13px 20px;
	color: #000;
	font-size: 15px;
	font-family: 'Roboto', sans-serif;
	background: #F4F4F4;
	box-sizing: border-box;
}
.cbsub {
	color: #fff;
	font-weight: 500;
	padding: 12px 0;
	background: #2B2A29;
	font-size: 15px;
	cursor: pointer;
	width: 70%;
	margin: 45px auto 0 auto;
	text-align: center;
	border-radius: 2px;
}
.cross {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 15px;
	right: 15px;
	background: url('/bitrix/templates/aspro-scorp/images/cross.png');
	background-size: contain;
	cursor: pointer;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.cross:hover {transform: rotate(90deg);}
.black_fon {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0, .700);
	top:0;
	left:0;
	z-index: 1002;
	display: none;
}

.for_order_parts{margin: 25px 0 -10px 0; text-align: center; display:none;}
.for_order_parts span{font-weight:500;}


.fileform {
    display: block;
    width: 95%;
    margin: 0 auto;
    outline: none;
    border: 1px solid #D7D7D7;
    padding: 7px 20px;
    color: #000;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    background: #F4F4F4;
    box-sizing: border-box;
	height: 45px;
}

.fileform .selectbutton {
    background-color: #2B2A29;
    color: #FFFFFF;
    float: left;
    font-size: 14px;
	border-radius: 2px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    padding: 4px 6px;
    text-align: center;
    vertical-align: middle;
    width: 50px;
}

.fileform #upload{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    font-size: 150px;
    height: 30px;
    z-index:20;
}

.fileform #fileformlabel {
	background-color: #F4F4F4;
	float: right;
	height: 22px;
	line-height: 22px;
	overflow: hidden;
	padding: 3px;
	text-align: left;
	width:160px;
}

.price_overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 9998;
	display: none;
}
.itc:hover{
      color: #188b30;
}

@media screen and (max-width:768px) and (max-device-height: 900px){
	.left_price {
		display: none;
        max-width: 300px;
	}
    .left_price .jspContainer, .left_price .jspPane{
        max-width: 300px;
    }
    .left_price table{
        max-width: 300px;
    }
    .left_price table thead th{
        font-size: 12px;
        padding: 7px;
    }
    .left_price table thead .th_long {
        width: 10%;
    }
    .left_price table thead .th_small:nth-child(2), .left_price table thead .th_small:nth-child(3){
        width: 10%;
    }
    .left_price table thead .th_small:last-child{
        width: 15%;
    }
    .left_price table td{
        padding: 5px;
        font-size: 11px;
    }
    .left_price table td.td_units, .left_price table td.td_price{
        text-align: center;
    }
    .left_price .sale_sp_but{
        margin-top: 10px;
    }
	.actions_btn, .calc_btn {
		display: none;
	}
	.banners-big.front {
		display: none;
	}
	.catalog.detail .head .share{
		display: none;
	}
	.detail .galery #carousel.flexslider {
		display: block;
		margin: 15px auto 15px !important;
	}
}


.mega-menu ul.nav{
	padding: 0 !important;
}

.submenu li a{
    font-weight: bold;
}
.submenu li.active .submenu li a{
     font-weight: normal;
    }

.price-input:focus{
	background:#1ea91a;
}

@media (max-width: 767px){
	.logo-row .logo img {
		margin-top: 5px !important;
		padding-left: 10px !important;
		max-height: 60px !important;
	}
}
