body{
	color: #fff;
	font-weight: normal;
	font: 15px/20px 'open_sansregular', Arial, sans-serif;
	background-color: #1e1819;
	margin:0px;
	padding:0px;
	height: 100%;
}
img{
	border: none;
}
.clear{
	clear: both;
	height: 0px;
}
.pm0, ul, ul li{
	margin: 0px;
	padding: 0px;
}
.no-gutters{
	padding-right: 0;
	padding-left: 0;
	margin-left: 0;
	margin-right: 0;
}
ul, ol{
	list-style-type: none;
}
h1, .h1, h1 a, h1 a:hover{
	font: 21px/30px 'open_sansregular', Arial, sans-serif;
	margin: 0 0 40px;
	text-transform: uppercase;
}
h1{
	margin-top:-5px;
}
h2, .h2, h2 a, h2 a:hover{
	font: 24px/40px 'open_sanssemibold';
	margin: 0 0 20px;
	color:#d74a38;
	font-weight: 500;
}
h3, .h3, h3 a, h3 a:hover{
	font: 20px/36px 'open_sanssemibold', Arial, sans-serif;
	margin: 0 0 10px;
}
h4, .h4, h4 a, h4 a:hover{
	font: 17px/30px 'open_sanssemibold', Arial, sans-serif;
	margin: 0 0 10px;
}
p{
	margin: 0 0 10px;
}
textarea{
	resize:vertical;
}

.bold,
strong{
	font-family: 'open_sansbold';
}


/*LINKS*/
a{
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	font-weight: normal;
	-webkit-transition:color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
a:focus{
	color: #65b32e;
	text-decoration:none;
	outline: none !important;
}
span:focus {
	outline: none !important;
}
a:hover{
	color: #65b32e;
	text-decoration:underline;
}
a.green-button{
	padding:8px 22px;
	color:#363f45;
	background-color: #d74a38;
	font:14px/16px 'open_sansregular';
	border-radius: 5px;
	text-decoration: none;
}
a.green-button:hover{
	color:#363f45;
	background-color: #95d14f;
	font:14px/16px 'open_sansregular';
	text-decoration: none;
}
h1>a,
h2>a,
h3>a,
h4>a,
h5>a{
	color: #363f45;
	text-decoration: none;
	cursor: pointer;
	transition: all .2s ease-out .2s;
}
h1>a:hover,
h2>a:hover,
h3>a:hover,
h4>a:hover,
h5>a:hover{
	color:#9d9d9d;
	text-decoration: none;
}
.bottom_grey_block a:hover{
	color:#9d9d9d;
}
/*END LINKS*/


/*TOUCHSPIN*/
.input-group.bootstrap-touchspin{
	min-width: 100px;
}
.bootstrap-touchspin{
	max-width: 120px;
	text-align: center;
}
.bootstrap-touchspin>*:nth-child(1) {
    right: -1px;
}
.bootstrap-touchspin>*:nth-child(5) {
    left: -1px;
}
.bootstrap-touchspin .form-control {
    z-index: 100;
}
.bootstrap-touchspin button:focus {
    border-color: #adadad;
}
/*END TOUCHSPIN*/


/*disabled inputs*/
input[disabled='disabled']+label{
	cursor: not-allowed;
}
input[disabled='disabled'][type='checkbox']+label:before,
input[disabled='disabled'][type='radio']+label:before{
	background: #e1e1e1;
}
input[disabled='disabled'][type='radio']:checked+label:after{
	background: #b1b1b1;
}
/*end disabled inputs*/


.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group{
	margin-left:0px;
}

.form-control:focus{
	border-color: #d74a38;
	outline: 0;
	-webkit-box-shadow: inset 0 0px 0px ;
	box-shadow: inset 0 0px 0px ;
}

.btn-default.focus,
.btn-default:focus,
.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default{
	color:#363f45;
	background-color: transparent;
	border-color: transparent;
}
.non_style{
   border:none!important;
   box-shadow: none;
   background: transparent!important;
}
.input-group{
	position: relative;
	display: table;
	border-collapse: separate;
}
.bottom-reviews .glyphicon-chevron-down,
.glyphicon-remove-circle,
.glyphicon-ok-circle{
	top: 3px;
}
.red,
.text-red,
.availability-list-amount{
	color:#d74a38;
}
.alert ul{
	margin-left: 10px;
}

.result_sum.red{
	font-family: 'open_sanssemibold';
	font-size: 18px;
	padding-left: 3px;
}
.table_link{
	font-family: 'open_sanssemibold';
	color: #363f45;
}
.basket_clear td{
	padding-top:0px !important;
}
.basket_clear a{
	font-family: 'open_sanssemibold';
	color: #363f45;
}
a.delete.glyphicon{
	color: #9d9d9d;
}
a.delete.glyphicon:hover {
	color: inherit;
	text-decoration: none;
}


/*STICKERS*/
.stickers_block{
	position: absolute;
	top: 12px;
	left: 0;
	min-width: 70px;
}
.sticker_bg{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: .8;
}
.sticker_text{
	color: #fff;
	position: relative;
	font-size: 12px;
}
.stickers_block.stickers_large .sticker{
	padding: 2px 10px 3px 10px;
	margin-bottom: 5px;
}
.product_card_img .stickers_block{
	left: 20px;
}
.sticker{
	position: relative;
	z-index: 10;
	padding: 0 10px 1px;
	display: inline-block;
	margin-bottom: 4px;
}
.stickers_block.stickers_large{
	left:15px;
}
/*END STICKERS*/


/*MENU*/
nav{
	display: inline-block;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover{
	background-color: transparent;
}
.navbar-default{
	background-color: #000;
	height: 100vh;
	width: 100%;
}
.navbar-collapse{
	padding-top: 110px;
}
.navbar-nav > li{
	float: none;
}
.navbar-default .navbar-toggle{
	border-color: #000;
}
.navbar-default .navbar-toggle .icon-bar{
	background-color: #fff;
}
.navbar-nav li a{
	position: relative;
}
.footer-menu li a{
	position: relative;
}
.navbar-default .navbar-collapse{
	border-bottom: 1px solid #ddd;
}
.border_none, .border_none a{
	border-bottom: none !important;
}
.img-circle{
	width:100%;
}
.top_menu ul li.active a{
	color:#d74a38;
}
/*END MENU*/

/*user_dropdowm*/
.top_form_userdown{
	padding:  20px;
}
.user_dropdown{
	position: absolute;
	z-index: 100;
	display: block;
	width: 231px;
	top: 76px;
	left: 50%;
	margin-left: -115px;
	color: #5b5b5b;
	font-size: 14px;
	background: #ffffff;
	box-shadow: 0 0 2px #888;
}
.fake_mask{
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99;
}
form input[type='text'].input_small,
form input[type='password'].input_small{
	padding: 5px 10px;
	color: #363f45;
}
.user_dropdown form,
.user_dropdown .cabinet_inside{
	padding: 30px 20px 10px;
}
/*.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover{
	background-color: white!important;
	color:#d74a38;
}*/

.inner-section{
	margin-top: 0px;
}
.top_menu .col-xs-2{
	padding-right:0px;
}
.col-xs-2 .cabinet{
	float:right;
	background: transparent;
}
.cabinet{
	display: inline-block;
	padding: 9px 0px 12px 0px;
	text-align: right;
}
.cabinet a{
	position: relative;
	cursor: pointer;
	padding-right:12px;
}
.bottom_grey_block{
	background: #f5f5f5;
	padding: 10px 20px;
}
.bottom_grey_block a{
	color: #363f45;
}
.text_blue{
	color:#333;
}
.glyphicon-briefcase,
.glyphicon-log-out,
.top_form_userdown a{
	color: #363f45;
}
/*end user_dropdown*/

/*BUTTON*/

.btn.btn_window a:hover,
.btn.big a:hover,
.btn.btn_small a:hover,
.btn.btn_window:hover a,
.btn.big:hover a,
.btn.btn_small:hover a{
   color:white;
   text-decoration: none;
   border-bottom: none;
}
.catalog-item-wrap-btn{
	text-align: center;
}
.btn_comment,
.btn_window{
	padding: 13px 15px 15px 15px;
	text-align: center;
}
.btn_window input{
	font: 16px/18px 'open_sanssemibold';
	position: relative;
}
.btn:not(.btn-default){
	color: #d74a38;
	border: 1px solid #d74a38;
	padding: 8px 35px;
	font: 16px/18px 'open_sanssemibold';
	text-decoration: none;
	-webkit-transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out, border-color 0.15s ease-in-out;
     transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out, border-color 0.15s ease-in-out;
	border-radius: 3px;
	cursor: pointer;
	display: inline-block;
	position: relative;
	background: #fff;
	z-index: 1;
	overflow: hidden;
}
.btn.buy_oneclick.btn_green:not(.btn-default)::before,
.btn.buy_oneclick.btn_green:not(.btn-default)::after,
.btn.buy_oneclick.btn_green:not(.btn-default) span:first-child::before,
.btn.buy_oneclick.btn_green:not(.btn-default) span:first-child::after{
	background: #32a550!important;
}
.btn.buy_oneclick.btn_green:not(.btn-default):hover::before,
.btn.buy_oneclick.btn_green:not(.btn-default):hover::after,
.btn.buy_oneclick.btn_green:not(.btn-default):hover span:first-child::before,
.btn.buy_oneclick.btn_green:not(.btn-default):hover span:first-child::after {
    height: 27px;
	background: #32a550!important;
}
.btn_position_review{
    padding:11px 35px!important;
}
.btn:not(.btn-default):hover{
	border: 1px solid #d74a38;
	color:white;
	text-decoration: none;
	background: #d74a38;
}
.save-changes{
	padding:13px 35px 15px 35px;
}
.btn.unactive,
.btn.unactive:hover{
	border-color: #e5e5e5;
	color: #9d9d9d;
	background: #f5f5f5;
	cursor: default;
}
.user_dropdown .btn.btn_small {
    padding: 6px 15px 5px 15px;
}
.btn.big{
	padding:12px 35px;
	height:46px;
}
.btn.btn_small{
	padding: 4px 15px 5px 15px;
	font: 16px/16px 'open_sanssemibold';
	text-decoration: none;
	transition: all 0.3s;
	border-radius: 3px;
	cursor: pointer;
}
.button_filters{
	/*width: 138px;*/
	padding: 5px 10px!important;
}
/*.button_filters span{
	padding-right: 5px;
}*/
.btn.btn_green{
	color: #32a550;
	border: 1px solid #32a550;
	padding: 5px 15px!important;
}

.btn.btn_green:hover{
	background: #32a550;
	color: white;
	border: 1px solid #32a550;
}
.product_card_btn:not(.btn_green){
    padding: 12px 35px 14px 35px !important ;
    height:45px;
}

/*END BUTTON*/


/*HEADER*/
.top_menu{
	background:#f5f5f5;
}
.glyphicon-question-sign,
.glyphicon-pencil{
	top:2px;
}
.top_menu li{
	display:inline-block;
	margin-right:20px;
	padding:9px 0px 12px 0px;
}
.top_menu li a,.cabinet a{
	color:#363f45;
	transition: all .1s ease-out .1s;
}
.top_menu li a:hover,.cabinet a:hover{
	color:#d74a38;
	text-decoration: none;
}

.header{
	padding:30px 0px 18px 0px;
	background: white;
}

.header ul li{
	display: inline-block;
	vertical-align: middle;
}
.logo_sport{
	margin-top:-4px;
	padding-right:0px;
}
.red-fonts{
	font: 30px/10px 'ubuntulight';
	color:#d74a38;
}
/*LOGO*/
.logo_text a{
	font: 30px/30px 'ubuntulight';
	color: #363f45;
	display: inline-block;
	margin-bottom: 5px;
}
.logo_text a:hover{
	opacity: .8;
	text-decoration: none;
}
.logo_text a span{
	color: #d74a38;
}
.logo_text p{
	font-size: 12px;
	color: #363f45;
}
/*END LOGO*/

/*search*/
.search input[type="text"]{
	width:100%;
	padding: 14px 15px 16px 47px;
	border:1px solid #c7c7c7;
	border-radius: 5px;
	position:relative;
}
.search input[type="submit"]{
	position: absolute;
	top:17px;
	display:block;
	width:20px;
	height:20px;
	padding:0px;
	left:31px;
	z-index: 1;
	border:none;
	background-color: transparent;
	background: url(../images/loop.png) no-repeat;
}
.search_wrap{
	margin-top: 30px;
}
.search-content{
	position: absolute;
	z-index: 1000;
	padding: 15px 15px 35px;
	/*width: 100%;*/
	top: 60px;
	left: 15px;
	right:15px;
	background: rgba(255,255,255,.8);
	border:1px solid #e7e7e7;
}
.btn-search{
	border: 1px solid #d74a38;
	color: white;
	text-decoration: none;
	background: #d74a38;
	font: 14px/18px 'open_sansregular';
	cursor: pointer;
	padding:10px 15px;
	border-radius: 3px;
	position: relative;
	top:7px;

}
.search-results-items>li{
	margin-bottom: 3px;
	font: 14px/16px 'open_sansregular';
}
.btn-search:hover{
	color: #d74a38;
	text-decoration: none;
	background: transparent;

}
/*end search*/
.cabinet a{
	position:relative;
	display: inline-block;
	padding-left:15px;
}
.cabinet a:before{
	position:absolute;
	display: block;
	content:'';
	top:9px;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	border-top: 6px solid #363f45;
	left:0px;
	cursor: pointer;
}
.header-phone{
	padding-left: 40px;
	font-size:26px;
	padding-top:10px;
}
.phone{
	position: relative;
	margin-top:-2px;
	display: inline-block;
}
.phone a{
	display: inline-block;
	font: 16px/17px 'open_sansregular';
	color: #363f45;
}
.phone:before{
	content: '';
	display: block;
	position: absolute;
	width: 26px;
	height: 26px;
	border-radius: 14px;
	border: 1px solid #d74a38;
	left: -40px;
	top: 0;
}
.phone:after{
	content: '\e182';
	font: 15px/26px 'Glyphicons Halflings';
	display: block;
	position: absolute;
	color: #d74a38;
	left: -34px;
	top: 0;
}
.phone div{
	font: 14px/17px 'open_sansregular';
	color:#9d9d9d;
}
/*.phone a p span{
	font:16px/17px 'open_sansregular';
	color:#363f45;
}*/
.order-call{
	cursor: pointer;
}
.order-call a{
	border-bottom: 1px dashed #d74a38;
	cursor: pointer;
}
.order-call a:hover{
	text-decoration: none;
	border-bottom: none;
}
.basket{
	padding-top:8px;
}
.sum_basket{
	text-align: right;
}
.basket_clear{
	margin-top:10px;
}
.sport_basket{
	text-align: right;
}
.basket_content{
	display: inline-block;
	font: 16px/17px 'open_sansregular';
	vertical-align: middle;
	text-align: left;
}
.basket_full div:nth-child(2){
	font: 14px/17px 'open_sansregular';
	color:#9d9d9d;
}
.sport_basket .basket .basket_empty{
	color:#9d9d9d;
	font-size: 14px;
}
.basket svg{
	margin-right: 10px;
	fill: #e4322b;
}
.basket_content a{
	color:#363f45;
	font-family: 'open_sanssemibold';
}
.basket_content a:hover{
	color:#d74a38;
}
/*END HEADER*/

/*MAIN-CONTAINER*/
.wrapper{
	width:100%;
	height:450px;
	overflow:hidden;
}
.box{
	width: 100%;
	height: 450px;
	animation: 50s scale infinite linear;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-attachment: scroll;
	background-size: cover;
}
@keyframes scale{
	0%{
		transform: scale(0,0.0,0);
	}
	50%{
		transform: scale(1.1);
	}
	100%{
		transform: scale(0,0.0,0);
	}
}
/*.small-box{
	width: 20%;
	vertical-align: top;
	display: inline-block;
}*/
/*.main{
	width: 80%;
	display: inline-block;
}*/
.nav-tabs > li  a{
	font-size: 16px;
	font-family: 'open_sanssemibold';
	color:#363f45;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover{
	color: #9d9d9d;
}
.nav-tabs > li > a:focus,
.nav-tabs > li > a:hover{
	text-decoration: none;
	background-color: transparent;
	border-color: transparent;
}
.main-container{
	position: relative;
	background-color: #1e1819;
}
.title-main{
	position: absolute;
	font:36px/38px 'open_sansregular';
	top:17%;
	left:50%;
	margin-left:-200px;
	width:400px;
	color:#363f45;
	text-shadow:1px 1px 0px white;
}
#purchasing_one_step input,
#your_info input{
	position: relative;
}
.req{
	position: absolute;
	right: 30px;
	z-index: 1;
	top: 15px;
	font-size: 20px;
	color: #ccc;
}
.container-white{
	position:relative;
	margin-top: -250px;
	left:0;
	right:0;
	bottom: 0;
}
.container-small{
	/*background: white;*/
	box-shadow: 0px 0px 4px #9d9d9d;
	/*margin-bottom: 50px;*/
	/*display: flex;
	flex-wrap: wrap;*/
	/*margin-top: 30px;*/
}
.container-small nav{
	/*background: white;*/
	border: none;
	border-radius: 0px;
}
.navbar{
	margin-bottom:0px;
}
.navbar-default .navbar-nav > li > a:not(.logo_pict){
	/*font: 14px/22px 'open_sansbold';*/
	text-transform: uppercase;
	/*color:#fff;*/
	transition: all ease-out 0.2s;
    display: block;
    color: #fff;
    padding-bottom: 1.4em;
    font-family: 'open_sansbold';
    font-size: 14px;
    /*text-align: center;*/
    text-transform: uppercase;
}
.navbar-nav .glyphicon-home{
	color: #9d9d9d;
}
.navbar-default .navbar-nav > li > a:hover,
li.active .glyphicon-home,
a:hover .glyphicon-home{
	    color: #63a137;
    text-decoration: none;
    font-size: 16px;
}
.navbar-default .navbar-nav > li > .first-name:hover{
	font-size: 1.6em!important;
}
.tab-content .content li{
	margin-left: 30px;
	position: relative;
	margin-bottom: 10px;
}
.tab-content .content ul{
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
}
.tab-content .content li:before{
	position: absolute;
	content: '—';
	top: 0px;
	left: -30px;
	color: #9d9d9d;
}
/*END MAIN-CONTAINER*/

/*GREETING*/
#greeting{
	padding:0px 60px 0px 60px;
}
#greeting h1{
	position:relative;
	margin-bottom: 70px;
}
#greeting h1:after{
	display: block;
	position: absolute;
	content: '';
	width:150px;
	height:2px;
	background: #d74a38;
	left:50%;
	margin-left: -75px;
	margin-top:20px;
}
#greeting .col-md-4 img{
	width:100%;
	height: auto;
}
/*END GREETING*/

/*GOODS*/
.offers li{
	padding: 2px;
}
.line-grey{
	width: 100%;
	height:1px;
	background: #e5e5e5;
}
#hit_sale h2,
#special_offers h2{
	color:#363f45;
}
/*p img{
	width:100%;
	height: auto;
}*/
.no-foto{
	-webkit-filter: brightness(40%);
	filter: brightness(40%);
}
.small-box:hover .no-foto{
	-webkit-filter: brightness(100%);
	filter: brightness(100%);
}
.small-box .img-responsive,
.anons_pic .img-responsive{
	-webkit-filter: brightness(20%) grayscale(1);
	filter: gray;
	filter: brightness(20%) grayscale(1);
}
.small-box:hover .img-responsive,
.anons_pic .img-responsive:hover,
/*.slick-current .small-box .img-responsive,
.slick-current .small-box .startec-logo,*/
.small-box:hover .startec-logo{
	-webkit-filter: grayscale(0);
	filter: gray;
	filter: grayscale(0);
}
.small-box:hover .startec-logo{
	z-index: 1000;
}

.img-text-title a,
.img-text-title-main a{
	white-space: normal;
	/*word-break: break-all;*/
	color:white;
	text-decoration: none;
	text-transform: uppercase;
	font: 14px/16px 'open_sansregular';
	border-bottom: 1px solid white;
	/*-moz-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-moz-hyphenate-limit-chars: 10 3 2;
	-webkit-hyphenate-limit-chars: 10 3 2;
	-ms-hyphenate-limit-chars: 10 3 2;
	hyphenate-limit-chars: 10 3 2;*/
}
.img-text-title a span,
.img-text-title-main a span{
	text-align: left;
	display: block;
	margin-bottom: 26px;
}
.bx-wrapper{
	position: relative;
}
.general_slider .bx-prev{
	position: absolute;
	z-index: 100;
	width: 14px;
	height: 25px;
	top:50%;
	margin-top: -15px;
	left: -38px;
	background: url("../images/production_slider/sprite.png") no-repeat 0px -25px;
}
.general_slider .bx-next{
	position: absolute;
	z-index: 100;
	width: 14px;
	height: 25px;
	margin-top: -13px;
	top:50%;
	right: -38px;
	background: url("../images/production_slider/sprite.png") no-repeat 0px -25px;
	transform: rotate(180deg);
}
.general_slider .bx-prev:hover{
	background: url("../images/production_slider/sprite.png") no-repeat;
}
.general_slider .bx-next:hover{
	background: url("../images/production_slider/sprite.png") no-repeat;
}


.catalog-item-content{
	position: relative;
}
.catalog-item-content a{
	color: #9d9d9d;
	text-decoration: none;
}
.catalog-item-content a:hover{
	color:#d74a38;
	transition: all ease-out 0.2s;
}
.new_price{
	font-size: 22px;
}
.new_price .rub{
	font-size: 20px;
}
.old_price{
	color:#9d9d9d;
	position: relative;
}
.old_price:after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 48%;
	height: 1px;
	background: #9d9d9d;
}
.rub{
	color: #363f45;
	font-family: 'als_rublregular';
}
.compare_link {
	display: block;
    top: 12px;
    right: 12px;
    width: 19px;
    height: 19px;
    background: url('../images/sprite_new.png') no-repeat 0 -160px;
    opacity: .5;
}
.product_card_img .compare_link{
	position: absolute;
	right: 30px;
}
.compare_link.active {
	background-position: -40px -160px;
	opacity: 1;
}
.compare_pict{
	display: inline-block;
	position: relative;
    top: 3px;
}
.compare_pict svg{
    fill: rgb(216,73,57);
}

/*Обертка для вспомогательных кнопок*/
.item-catalog-add-func{
	position: absolute;
	top: 0;
	right: 0;
	line-height: 20px;
	text-align: center;
}
.item-catalog-add-func li{
	margin-bottom: 8px;
}

/*in store */
.catalog-item-store{
	position: relative;
	display: inline-block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #aaa;
	cursor: pointer;
}
/*.catalog-item-store:after{
	content: '';
	position: absolute;
	top: -4px;
	left: -4px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border-width: 1px;
	border-style: solid; 
	border-color: #aaa;
}*/
.catalog-item-store.in-store{
  background-color: #67bf95;
}
.catalog-item-store.in-store:after{
  border-color: #67bf95;
}
.store-note{
	display: none;
	position: absolute;
	z-index: 100;
	top: 50%;
	margin-top: -18px;
	right: 20px;
	padding: 5px 10px;
	border-radius: 5px;
	white-space: nowrap;
	background: #fff;
	opacity: 0;
	transition: .2s ease-out .2s;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.store-note:after {
	content: '';
	position: absolute;
	z-index: 1;
	right: -9px;
	top: 50%;
	margin-top: -6px;
	border-left: 9px solid #fff;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
}
.catalog-item-store:hover .store-note{
	display: block;
	opacity: 1;
}
/*end in store */

/*END GOODS*/

/*TRADE OFFERS*/
.trade_offers_item{
	margin-bottom: 20px;
	font-size: 14px;
}
/*END TRADE OFFERS*/


/*NEWS*/
.more:hover{
	text-decoration: none;
}
.anons li{
	margin-bottom: 30px;
}
.anons_pic img{
	transition: all ease-out 0.3s;
	margin-top: 20px;
}
#news{
	padding: 43px 60px 60px 60px;
	background: #f5f5f5;
	border-top:1px solid #e5e5e5;
}
#news h2{
	margin-bottom: 40px;
}
#news h3 a{
	color:#d74a38;
}
#news img{
	width:100%;
}
.more{
	color:#363f45;
	border-bottom:1px solid #363f45;
	font:14px/16px 'ubuntuitalic';
}
.more:hover{
	border-color: #d74a38;
}
a.more,a.more:hover{
	font:14px/16px 'ubuntuitalic';
}
/*END NEWS*/

/*BRENDS*/
.brands_section{
	padding: 50px 60px;
}
.brands_wrap{
	line-height: 100px;
	vertical-align: middle;
	text-align: center;
}

/*END brends*/

/*FOOTER MENU*/
#footer_menu ul li{
	display:inline-block;
	margin-right:20px;
	position: relative;
}
#footer_menu{
	border-top:1px solid #ddd;
	padding-top:25px;
	padding-bottom: 20px;
}
#footer_menu ul>li>a{
	color:#363f45;
	font:16px/20px 'open_sansregular';
	transition: all ease-out 0.2s;
}
#footer_menu ul li a:hover{
	color:#d74a38;
	text-decoration: none;
}
#footer_menu .glyphicon-home{
	color:#9d9d9d;
}
#footer_menu .glyphicon-home:hover{
	color: #d74a38;
}
#footer_menu ul li:before{
	position: absolute;
	height:18px;
	width:1px;
	background: #ddd;
	content: '';
	display: block;
	top:0px;
	right:-14px;
}
#footer_menu ul li:first-child:before,
#footer_menu ul li:last-child:before{
	display: none;
}
#footer_menu li.active a{
	color:#d74a38;
}
.footer_info{
	text-align: right;
}
.footer_phone p span{
	font:20px/24px 'open_sansregular';
}
.footer_info p{
	font:15px/16px 'open_sansregular';
}
.footer_phone p{
	font:20px/24px 'open_sanssemibold';
	margin-bottom: 3px;
}
.footer_info a{
	font:12px/16px 'open_sanssemibold';
	color:#363f45;
}
.share, .share_title, .copyright{
	display: inline-block;
	vertical-align: middle;
}
.copyright p{
	margin-top: 20px;
}
.share{
	position: relative;
	top:7px;
}
/*END FOOTER MENU*/

/*FOOTER*/
footer{
	background: white;
	color:#9d9d9d;
	font:14px/16px 'open_sansregular';
	line-height: 45px;
	/*padding:15px 0px;*/
}
footer a{
	font:14px/16px 'open_sansregular';
}
.social_networks{
	margin: 20px 0;
}
.social_networks>li{
	display: inline-block;
	margin: 0 2px;
}
/*END FOOTER*/

/*NAV-ASIDE*/
.grey-box,
.grey-box-bottom{
	padding: 20px;
	background: #f5f5f5;
	border-bottom: 1px solid #d74a38;
	display:block;
	font-family:'open_sansregular';
	font-size: 17px;
}
.grey-box-bottom{
	border-bottom: none;
}
.grey-box-bottom>*{
	vertical-align: middle;
}
.nav-aside li a{
	position: relative;
	display: block;
	padding: 15px 30px;
	color: #363f45;
}
.nav-aside li a:after{
	content: '';
	position: absolute;
	left: 30px;
	right: 30px;
	bottom: 0;
	height: 1px;
	background: #f5f5f5;
}
.nav-aside li:last-child a:after{
	content: none;
}
.nav-aside li a:hover{
	text-decoration: none;
}
.nav-aside li a span{
	display: inline-block;
	vertical-align: middle;
	font: 16px/18px 'open_sansregular';
	padding-left: 25px;
}
.nav-aside li a:before{
	position: absolute;
	content: '\e013';
	left: 30px;
	top: 16px;
	font: 14px/14px 'Glyphicons Halflings';
	color: #67bf95;
}
.nav-aside li.active a:before,
.nav-aside li a:hover:before{
	color: #d74a38;
}
/*END NAV-ASIDE*/

/*MAIN_SECTION*/
/*.right-main-section{
	margin-top: 150px;
}*/
.phone_contacts strong,.phone_contacts p{
	display: inline-block !important;
}
.breadcrumbs{
	margin-bottom: 20px;
	margin-top:-6px;
}
.breadcrumbs li, .breadcrumbs span{
	display: inline-block;
	margin-right: 10px;
}
.breadcrumbs li,.breadcrumbs li a{
	font-size: 14px;
	text-decoration: none;
	color: #65b32e;
}
.breadcrumbs .glyphicon-chevron-right{
	margin-right: 23px;
}
.breadcrumbs li a:hover{
	text-decoration: none;
}
.glyphicon-chevron-right{
	font-size: 8px;
	color:#c7c7c7;
}
.box-price li,.box-price .price span{
	display: inline-block;
	font:20px/50px 'open_sansregular' ;
}
.box-price li{
	padding-left: 20px;
	padding-right: 20px;
	border-bottom: 2px solid #9d9d9d;
}
.box-price .price{
	font-size:30px;
	font-family: 'open_sanssemibold';
	background: #d74a38;
	color:white;
	list-style-type: none;
	border-color: #f23535;
	margin-left: -6px;
}
.box-price .price_text{
	background: #f5f5f5;
	padding-top: 5px;
}
.green_btn{
	background: #d74a38;
	text-transform: uppercase;
	font: 16px/18px 'Ubuntu-Medium';
	margin-top: 30px;
	padding: 20px 40px 18px 40px;
	color:#363f45;
}
.big_box_price{
	text-align: right;
}
.green_btn .glyphicon-chevron-down{
	font-size: 14px;
	margin-left:10px;
}
.card_content{
	margin-top:40px;
}
.thumbnails{
	font-size: 0;
	margin: 20px -10px;
}
.thumbnails>li{
	display: inline-block;
	width: 33%;
	margin-bottom: 10px;
}
.thumbnails .preview{
	position: relative;
	text-align: center;
	line-height: 92px;
}
.thumbnails_link{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border: 1px solid #d0d0d0;
	cursor: pointer;
}
.thumbnails_link.active,
a.thumbnails_link.active:hover,
form input[type="text"]:focus,
form input[type="password"]:focus,
textarea:focus{
	border: 1px solid #d74a38;
}
.product_old_price{
	color: #9d9d9d;
	display: inline-block;
	position: relative;
	font-size: 15px;
	text-decoration: line-through;
	margin-top: 5px;
}
.product_old_price .rub,.old_price .rub{
	font-size: 15px;
	color: #9d9d9d!important;
}
.item_amount{
	display: none;
}
.btn_wrap .btn_buy{
	padding: 12px 45px;
}
.btn_wrap,
.product_price_block{
	float: left;
}
.product_price_block{
	margin-left: 20px;
}
.product_price{
	font-size: 16px;
}
.product_price>span{
	font-size: 24px;
	color: #d74a38;
}
.grey-line{
	border-bottom: 1px solid #e1e1e1;
}

/*div[class^='availability_'] .glyphicon{
	font-size: 15px;
}
.availability_true .glyphicon{
	color: #67bf95;
}
.availability_false .glyphicon{
	color: #d74a38;
}*/

.news_item_pic img{
	float: left;
	margin-right:20px;
	margin-bottom:20px;
	position: relative;
	z-index: 100;
}
/*END MAIN_SECTION*/

/*CONTENT*/
.content ul>li,
.content ol>li,
.content-sitemap ul>li{
	position: relative;
	left: 20px;
	margin: 0 20px 5px 0;
}
.content-sitemap>ul {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
}
/*.content-sitemap>ul>li{
	list-style-type: disc;
}*/
/*.content-sitemap>ul>li>ul{
	margin-left: 10px;
}
.content-sitemap>ul>li>ul>li{
	list-style-type: circle;
}
.content-sitemap>ul>li>ul>li>ul{
	margin-left: 10px;
}
.content-sitemap>ul>li>ul>li>ul>li{
	list-style-type: circle;
}*/
.content ul > li::before,
.content ol > li::before,
.content-sitemap ul>li:before{
	position: absolute;
	font-size: 14px;
	top: 0px;
	margin-left: -20px;
	/*display: inline-block;*/
	color: #65b32e;
}
.content ul > li::before,
.content-sitemap ul>li:before{
	content: '—';
}
.content ol{
	counter-reset: list;
}
.content ol > li::before{
	counter-increment: list;
	content: counter(list)'.';
}

.content .sitemap_list li::before{
	content: "●";
}
.content .sitemap_list li{
	margin-bottom: 7px;
}
.share_title{
	position: relative;
	top: 2px;
}
/*END CONTENT*/

/*TABLE*/
table{
	/*margin-top: 30px;*/
	width: 100%;
	/*border-top: 1px solid #e5e5e5;*/
}
#compare_item table{
   border-top:none;
   margin-top: 0px;
}
.content table tr:nth-child(odd){
	background: #f5f5f5;
}
th{
	font-family: 'open_sansregular';
	/*font-weight: normal;*/
}
table.properties td, .content table td{
	padding: 10px;
}
.head-table{
	background-color: #fdfdfd;
}
.table-striped > tbody > tr:nth-of-type(odd){
	background-color: inherit;
}
.table-striped > tbody > tr > td{
	word-break: break-all;
}
/*th {
	padding: 15px 10px!important;
	background: #ebebeb;
}*/
.compare_table th{
	padding: 15px 10px!important;
}
.compare_table{
	margin-top: 0px;
}
tfoot td{
	padding: 25px 20px!important;
	background: #ebebeb;
}
table td{
	vertical-align: middle;
}
table.basket_table tbody td,.content table tbody td{
	border-bottom: 1px solid #e5e5e5;
}
.properties{
	border-top: none;
}
.basket_table.properties .head-table td p{
margin-bottom: 0px;
}
/*END TABLE*/


/*SEE_MORE*/
#see_more h2{
	color:#d74a38;
	text-align: center;
	margin-bottom: 20px;
}
.title_slider_veget{
	margin-top: 15px;
}
#veget-slider .bx-wrapper{
	position: relative;
}
#veget-slider .bx-controls-direction{
	top:40%;
	position: absolute;
	margin-top:-15px;
	width:100%;
}
#veget-slider .bx-next, #veget-slider .bx-prev{
	width:14px;
	height:25px;
	position: absolute;
	display: block;
}
#veget-slider .bx-next{
	right: -50px;
	background: url(../images/goods/sprite.png) -14px -25px;
}
#veget-slider .bx-next:hover{
	background: url(../images/goods/sprite.png) -14px 0px;
}
#veget-slider .bx-prev{
	left: -50px;
	background: url(../images/goods/sprite.png) 0px -25px;
}
#veget-slider .bx-prev:hover{
	background: url(../images/goods/sprite.png) 0px 0px;
}
/*END SEE_MORE*/


/*PRODUCTION*/
#production_item{
	margin-right:30px;
}
.inner_section{
	margin-top: 0px;
}
.list-product{
	font-size: 0;
	position: relative;
	/*margin: 0 -10px;*/
}

.list-product .list-product-wrap{
	padding:0 10px;
}
.list-product li{
	width: 33.2%;
	display: inline-block;
	margin-bottom: 25px;
	vertical-align: top;
}
.list-product.catalog-list li{
	margin-bottom: 20px;
}
.list-product li img{
	-webkit-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	transition-duration: 0.2s;
}
.list-product .brends_wrap{
	padding: 0 10px;
}
.list-product .brends_wrap a img{
	width: 100%;
}
.list-product-wrap .img-wrap{
	/*line-height: 200px;*/
	position: relative;
	overflow: hidden;
	height: 100%;
}
.list-product-wrap .img-text-title{
	position: absolute;
	padding: 3px 30px;
	bottom: 0px;
	line-height: normal;
	bottom: 50px;
	left:0px;
	right:0px;
	cursor: pointer;
	z-index: 999;
}
.list-product-wrap .img-text-title-main{
	position: absolute;
	padding: 3px 30px;
	bottom: 0px;
	line-height: normal;
	bottom: 150px;
	left:0px;
	right:0px;
	cursor: pointer;
	z-index: 999;
}
.img-text-title a,
.img-text-title-main a{
	position: relative;
	display: block;
	border-bottom: none;
	margin-bottom: 20px;
}
.img-wrap a{
	color: #fff;
	display: block;
	height: 100%;
}
.img-wrap:hover .img-text-title a,
.img-wrap:hover .img-text-title-main a{
	border-color: #383838;
	color: #383838;
}
.img-text-title a:hover,
.img-text-title-main a:hover{
	color: #383838;
	border-color: #383838;
}
/*.img-text-title a span{
	border-bottom: 1px solid white;
}*/
.wrapper-scroll .small-box:nth-child(1){
	background: #121212;
}
.wrapper-scroll .small-box:nth-child(2){
	background: #1c1c1c;
}
.wrapper-scroll .small-box:nth-child(3){
	background: #262626;
}
.small-box{
	display: inline-block;
	position: relative;
	height: 100vh;
	position: relative;
    background: #303030;
	vertical-align: top;
    top: 0px;
    overflow-y: hidden;
}
.small-box .startec-logo{
	width: 44px;
	height: 24px;
	position: absolute;
	top: 20px;
	left: 37px;
	filter: brightness(20%) grayscale(1);
}
.list-product-wrap{
	position: relative;
	height: 100%;
}
.small-box:hover,
/*.slick-current .small-box,*/
.small-box:hover img {
	background: #65b32e!important;
}
.small-box:hover div.small-line/*,
.slick-current .small-box div.small-line*/{
	background: #fff;
}
.img-wrap{
	position: relative;
}

/*paging*/
.paging>li{
	display:inline-block;
	vertical-align: middle;
}
.paging>li>a, .paging>li>span{
	position: relative;
	float: left;
	margin: 0 12px;
	text-decoration: none;
	font-size: 20px;
	color:#363f45;
}
.paging > li > a:focus{
	color: #d74a38!important;
}
.paging > li > a:hover,
.paging > li.active > a,
.paging li > span{
	color: #d74a38;
}
.paging .glyphicon-chevron-right,
.paging .glyphicon-chevron-left{
	font-size: 14px;
	color: white;
	vertical-align: middle;
	line-height: 28px;
}
.paging > li> a.prev,
.paging > li> a.next{
	background-color: #c7c7c7;
	border-radius: 50px;
	width: 30px;
	height: 30px;
	text-align: center;
	top: -2px;
	transition:all ease-out 0.2s;
}
.paging > li> a.prev:hover,
.paging > li> a.next:hover{
	background-color: #d74a38;
}
/*end paging*/
/*END PRODUCTION*/

/*REVIEWS_PAGE*/
.content.message{
	line-height: 1.75;
}
#form-review{
	display:none;
}
#reviews h2{
	margin-bottom: 0px;
}
#reviews .general_slider{
	padding:20px 60px 40px 60px !important;
}
.grey-top-reviews{
	color:#9d9d9d;
	font:14px/16px 'open_sansregular';
	margin-bottom:3px;
}
.date{
	color:#9d9d9d;
	font:14px/16px 'open_sansregular';
	margin-bottom:15px;
}
.grey-top-reviews li{
	display: inline-block;
}
.grey-top-reviews .grade_stars .star{
	display: inline-block;
	width: 15px;
	height: 15px;
	background-image: url(../images/star.png);
}
.title_leave_review{
	cursor: pointer;
}
.grade_stars{
	margin-left:10px;
	margin-right:10px;
}
.bottom-reviews li{
	display:inline-block;
	margin-top:20px;
}

.reply .h4{
	margin-right: 10px;
	margin-bottom: 15px;
}
.reply{
	padding: 20px 30px;
	background:#f3f9ec;
	border-radius: 10px;
	position:relative;
}
.reply:before{
	display: block;
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 20px solid #f3f9ec;
	top:-20px;
	left:50%;
	margin-left: -10px;
}
.reply .content{
	margin-top: 15px;
}
a.title_leave_review{
	font: 24px/26px 'Ubuntu-Medium', Arial, sans-serif;
	border-bottom: 1px dashed #d74a38;
}
a.title_leave_review:hover{
	text-decoration: none;
	border-bottom: transparent;
}
#form-review{
	padding:25px 0px;
}
.btn.active.focus, .btn.active:focus, .btn.focus,
.btn:active.focus, .btn:active:focus, .btn:focus{
	outline-offset: 0px;
	outline: 0px auto -webkit-focus-ring-color;
	box-shadow: inset 0 0px 0px rgba(0,0,0,0);
}
}
/*RATING*/
.stars{
	margin-left:15px !important;
	margin-top: 5px !important;
}
.stars span{
	font-size: 16px;
	color: #d1d1d1;
}
.stars span.gold,
.stars span.think-gold{
	color: #ffc107;
}
/*END RATING*/
.glyphicon-refresh{
	font-size:24px;
	margin-left:20px;
	top:11px;
}
.pd10-0{
	padding-bottom:10px;
}
.pt10{
	padding-top: 10px;
}
.privacy_text{
	margin-left:20px;
}

.input-file-wrap{
	position: relative;
}
input.input-file[type="file"]{
	height: 58px;
	position: absolute;
	top: 0px;
	cursor: pointer;
	width: 100%;
	-moz-opacity: 0;
	opacity: 0;
	z-index: 3;
}
input.input-file-val[type="text"]{
	top: 0px;
	background: #fff;
	z-index: 1;
	width: 65%!important;
	display: inline-block;
}
#form-review .refresh{
	left:20%;
}
#form-review .col-md-12>.col-md-3{
	padding-left: 0px;
}
.review_img{
	width:100%;
}
/*END REVIEWS_PAGE*/

/*FILTERS*/
.dashed{
	border-bottom: 1px dashed #363f45;
}
.dashed:hover{
	color: #d74a38;
	border-bottom: 1px dashed #d74a38;
}
.filter_block{
	padding: 10px 20px;
}
.filter_title{
	position: relative;
	margin: 5px 0 17px;
	padding-right: 20px;
	font: 16px/18px 'open_sansregular';
}
.hide-spoiler-filter,
.hide-spoiler{
	float: right;
	margin-top: 2px;
	font: 14px/14px 'open_sansregular';
	cursor: pointer;
}
.hide-spoiler-filter .glyphicon,
.hide-spoiler .glyphicon,
.filter_close .glyphicon{
	display: none;
	font-size: 10px;
}
.hide-spoiler-filter.open-spoiler .glyphicon.glyphicon-menu-down,
.hide-spoiler.open-spoiler .glyphicon.glyphicon-menu-down,
.filter_close.open-spoiler .glyphicon.glyphicon-menu-down{
	display: inline;
}
.hide-spoiler-filter.close-spoiler .glyphicon.glyphicon-menu-up,
.hide-spoiler.close-spoiler .glyphicon.glyphicon-menu-up,
.filter_close.close-spoiler .glyphicon.glyphicon-menu-up{
	display: inline;
}
.filter_close{
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}

input.input_small[type="text"]{
	padding: 5px 10px;
	margin-bottom:0px;
}
.slider-range{
	margin-right: 16px;
}

input[type="checkbox"]:checked + label::before,
.catalog_filter input[type="radio"]:checked + label::after,
input.radio:checked + label::after{
	background: #67bf95;
}
.ui-slider-range{
	background: #d74a38;
}
.ui-slider-range{
	height: 10px;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	position: relative;
	margin: 0 -5px 0 5px;
}
.ui-slider-handle{
	display: block;
	width: 16px;
	height: 16px;
	border: 1px solid #d8d8d8;
	background: #f8f8f8;
	border-radius: 9px;
	position: absolute;
	z-index: 100;
	top: -3px;
	left: 0;
}
.bottom_line{
	border-bottom: 1px solid #e1e1e1;
}
form input[type="text"]:disabled{
	background: #f5f5f5;
}
form input[type="text"],
form input[type="tel"],
form input[type="password"],
textarea,
select{
	width: 100%;
	outline: none;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #d0d0d0;
	color: #363f45;
}

.catalog_filter input[type="checkbox"],
.catalog_filter input[type="radio"], input.radio{
	display: none;
}
.catalog_filter input[type="checkbox"] + label,
.catalog_filter input[type="radio"] + label,
input.radio + label{
	position: relative;
	padding-left: 20px;
	word-break: break-all;
}
.catalog_filter input[type="checkbox"] + label::before,
.catalog_filter input[type="radio"] + label::before,
input.radio + label::before{
	content: '';
	position: absolute;
	width: 15px;
	height: 15px;
	top: 2px;
	left: 0;
	border: 1px solid #d0d0d0;
}
.catalog_filter input[type="radio"] + label::before,
input.radio + label::before {
    border-radius: 50%;
    width: 14px;
    height: 14px;
    top: 3px;
    cursor: pointer;
}
.catalog_filter input[type="checkbox"]:checked + label::after{
	content: '\e013';
	font: 9px/13px 'Glyphicons Halflings';
	top: 3px;
	left: 3px;
	position: absolute;
	color: #fff;
}
.catalog_filter input[type="radio"]:checked + label::after,
input.radio + label::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    top: 6px;
    left: 3px;
    border-radius: 50%;
}
label{
	display: block;
	margin-bottom: 5px;
	font-weight: normal;
	font-family: 'open_sansregular';
	font-size: 14px;
}
.filter_reset{
	margin-left:3px;
	width: 10px;
	height: 10px;
	position:relative;
	top:-1px;
}
.active .filter_reset{
	display: inline;
}
.filter_reset .glyphicon{
	cursor: pointer;
	font-size: 10px;
}
.reset_all{
	position: relative;
	display: inline-block;
	margin-left: 10px;
	padding-right: 15px;
	border-bottom: 1px dashed #363f45;
	font-size: 14px;
	font-family: 'open_sansregular';
	cursor: pointer;
	line-height: normal;
}
.reset_all:after{
	content: '';
	position: absolute;
	top: 4px;
	right: 0;
	width: 10px;
	height: 10px;
	background: url(../images/filter_reset.png);
}
.sort_by{
	border-bottom: 1px dashed #363f45;
	color: #3a3a3a;
	position: relative;
}
.sort_by:hover,
.sort_by:active,
.sort_by:hover span,
.sort_by:active span{
	text-decoration: none;
}
.sort_by:hover,
.sort_by.active{
	text-decoration: none;
	border-color: #d74a38;
	color: #d74a38;
}
.sort_by .glyphicon{
	font: 10px/14px 'Glyphicons Halflings';
}

.glyphicon-list,
.glyphicon-th-large{
	color: #363f45;
	font-size: 16px;
}
.glyphicon-list:hover,
.glyphicon-th-large:hover{
	color:#d74a38;
}
.active:not(.tab-pane) .glyphicon{
	color: #d74a38;
}
.list.active .glyphicon-list,
.glyphicon.glyphicon-list.active,
.glyphicon.glyphicon-th-large.active{
	color:#d74a38;
}
/*end filters*/


/*CATALOG GRID*/
ul[class*='tile'],
ul[class~='list']{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
ul[class*='tile']>li,
ul[class~='list']>li{
	position: relative;
	padding-right: 15px;
	padding-left: 15px;
	min-height: 1px;
	margin-bottom: 30px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
ul[class~='tile'] .catalog_item_img_wrap{
	padding-top: 10px;
}
.catalog-item{
	position: relative;
	z-index: 1;
	font-size: 15px;
	/*background: #fff;*/
	transition: all ease-out 0.3s;
}
.catalog-item-price{
	min-height: 24px;
}
.catalog-item-caption{
	min-height: 30px;
	margin-bottom: 10px;
}
.list_show{
	display: none;
}
.catalog_item_img_wrap{
	position: relative;
	line-height: 200px;
	vertical-align: middle;
	height:200px;
}

.tile-3{
	position: relative;
	font-size: 0;
	/*margin: 0 -15px 0;*/
}
.tile-3 li{
	width: 33.3%;
	display: inline-block;
}
.shadow_block{
	box-shadow: 0 0 2px rgba(0,0,0,0.25);
}
/*END CATALOG GRID*/




.map{
	width: 100%;
	height: 450px;
}

/*GO TOP*/
.scroll-top{
	cursor: pointer;
	position: fixed;
	z-index: 100;
	top: 50%;
	right: -70px;
	width: 70px;
	height: 70px;
	padding-top: 50px;
}
.scrol-top-wrap {
	position: relative;
	width: 80px;
	height: 80px;
	margin: 20px auto 30px auto
}
.scrol-top-wrap:last-child{
		margin-bottom: 0;
	}
.scrol-top-clicker{
	background-color: white;
	outline: none;
	font-weight: 600;
	position:absolute;
	cursor: pointer;
	padding: 0;
	border: none;
	height: 64px;
	width: 64px;
	left: 8px;
	top: 8px;
	border-radius: 100px;
	z-index:4;
}
.scrol-top-clicker:active{
	transform: translate(0, 1px);
	height: 63px;
	box-shadow: 0px 1px 0 0 rgb(190,190,190) inset;
}
.circle{
	position: relative;
	border-radius:40px;
	width: 80px;
	height: 80px;
	z-index: 3;
	box-shadow: 0px 0px 4px #e5e5e5;
}
.scrol-top-clicker.faster:hover + .circle,
.scrol-top-clicker.faster:active + .circle{
	animation: rotator linear .4s infinite;
}
.scrol-top-clicker.fast:hover + .circle,
.scrol-top-clicker.fast:active + .circle{
	animation: rotator linear .5s infinite;
}
.scrol-top-clicker:hover + .circle,
.scrol-top-clicker:active + .circle{
	animation: rotator linear .8s infinite;
}
@keyframes rotator{
	from{ transform: rotate(0deg); }
	to{ transform: rotate(360deg); }
}
.angled{
	background-image: linear-gradient(45deg,
		white 0%,
		white 30%,
		rgb(215, 74, 56) 30%,
		rgb(215, 74, 56) 70%,
		white 70%,
		white 100%);
}
/*END GO TOP*/


/*LOADER*/
.btn.button-status-loading{
	opacity: 0;
}
.mask-with-loader{
	position: relative;
}
.mask-with-loader:before{
	position: absolute;
	content: '';
	z-index: 101;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(255,255,255, .5);
}
.mask-with-loader:after,
.loader{
	position: absolute;
	z-index: 102;
	content: '';
	width: 44px;
	height: 44px;
	margin-left: -22px;
	margin-top: -22px;
	left: 50%;
	top: 50%;
	background: url("../images/loading.gif") no-repeat 50% 50%;
}
/*END LOADER*/

/*КАТЕГОРИЯ ПУСТЫШКА*/
.category-placeholder{
	position: relative;
	padding-left: 45px;
}
.category-placeholder-merker{
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
}
.category-placeholder-merker:before,
.category-placeholder-merker:after{
	position: absolute;
	content: '';
	display: block;
	width: 2px;
	height: 20px;
	left: 50%;
	margin-left: -1px;
	top: 50%;
	margin-top: -10.5px;
	background: #fff;
}
/*END КАТЕГОРИЯ ПУСТЫШКА*/


/*TRANSFORMS*/
.rotate45,
.category-placeholder-merker:before{
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.rotate-45,
.category-placeholder-merker:after{
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.rotate180{
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
/*END TRANSFORMS*/


/*CHOSEN*/
.chosen-container-single .chosen-single{
	height:45px;
	padding: 10px;
	font: 20px/24px 'open_sansregular';
	background: white;
	border: 1px solid #c7c7c7;
	box-shadow: none;
}
.chosen-container .chosen-drop{
	box-shadow: none;
}
.chosen-container .chosen-results li{
	font: 20px/24px 'open_sansregular';
}
.chosen-container-single .chosen-single div {
	top:10px;
}
.chosen-container.chosen-container-single.chosen-container-single-nosearch.chosen-with-drop.chosen-container-active .chosen-single{
	background: white;
	border-color:#d74a38;
}
.chosen-container.chosen-container-single.chosen-container-single-nosearch.chosen-with-drop.chosen-container-active .chosen-drop{
	border-color:#d74a38;
}
.chosen-container-single .chosen-single div b{
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/chosen-sprite.png) no-repeat 0 2px;
}
/*END CHOSEN*/

/*umi*/
#watermark_wrapper label{
	display: inline-block!important;
}
#watermark_wrapper{
	height:30px!important;
}
/*end umi*/

/*FILES LIST*/
.files-list{
	background: #fff;
}
.files-list li{
	padding: 25px 0;
}
.files-list a{
	position: relative;
	padding-left: 45px;
	text-decoration: none;
}
.files-list a:before{
	position: absolute;
	content: '';
	display: block;
	width: 40px;
	height: 40px;
	top: 50%;
	margin-top: -20px;
	left: 0;
	background: url('../images/docs_pictogram.svg') no-repeat 0 0;
}
.files-list a.pdf:before{
	background-position: 0 -40px;
}
.files-list a.rtf:before{
	background-position: 0 -80px;
}
.files-list a.xls:before{
	background-position: 0 -120px;
}
.files-list a.doc:before{
	background-position: 0 -160px;
}
.files-list a.ppt:before{
	background-position: 0 -200px;
}
/*END FILES LIST*/


/*MODAL*/
.modal-photo img{
	max-width: 185px!important;
}
.modal-title{
	font: 15px/18px 'open_sanssemibold';
	color: #363f45;
	text-decoration: none;
	transition: all .2s ease-out .2s;
}
.modal{
	position: fixed;
	top: 101px;
	left: 50%;
	bottom: auto;
	margin-left: -285px;
	width: 570px;
	background: rgba(255, 255, 255, .9);
	z-index: 100;
	display: none;
	transition: all 0.2s ease-out 0.2s;
}
.modal_title{
	font: 24px/30px 'open_sansregular';
}
.modal_row td div{
	display: inline-block;
}
.modal .btn_wrap{
	position: relative;
}
.modal .btn_wrap .btn span{
	font: 14px/14px 'Glyphicons Halflings';
	position: relative;
	top: 2px;
}
.mask{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,.2);
	z-index: 100;
	display: none;
}
.modal_close{
	position: absolute;
	top: 25px;
	right: 25px;
	font-size: 16px;
	color: #48494a;
	opacity: .7;
}
.modal_close:hover{
	opacity: 1;
}
.modal_close+.modal_title{
	padding-right: 40px;
}
.modal textarea{
	height: 100px;
}
.modal_row a:hover{
	color:#d74a38;
}
.delete_small{
	width: 10px;
	height: 10px;
	opacity: 1;
	background:url(../images/sprite_new.png) no-repeat 0px -120px;
}
.grey_block .close{
	top:-7px;
	right: 0;
}
.grey_block{
	padding: 20px 30px;
	background: #f9f9f9;
}
.grey_block_line{
	position: relative;
}
.grey_block_line:after{
	position: absolute;
	bottom: 0px;
	right:15px;
	left:15px;
	display: block;
	content: '';
	height:1px;
	background: #e5e5e5;
}
.cart_amount{
	font:18px/20px 'open_sanssemibold';
}
.go_to_cart{
	text-decoration: none;
	padding:10px 35px;
	border:1px solid #d74a38;
	border-radius: 3px;
}
.go_to_cart:hover{
	text-decoration: none;
	color:white;
	background: #d74a38;
}

.close{
	position: absolute;
	display: block;
	width: 30px;
	height: 30px;
	top: 0;
	right: 0;
	opacity: 1;
}
.close:before,
.close:after{
	width: 2px;
	height: 30px;
	background: #363f45;
	display: block;
	position: absolute;
	content: '';
	top: 8px;
	left: 6px;
}
.close:before{
	transform: rotate(45deg);
}
.close:after{
	transform: rotate(-45deg);
}

.window_block{
	display: none;
}
#buy_popup .window_block{
	display: block !important;
}
#buy_popup .basket_full div:nth-child(2){
	color: #363f45;
}
#buy_popup .btn_red{
	background: transparent!important;
}
.mywindow .col-md-6 input{
	padding:10px 15px;
	width:100%;
	border:1px solid #d74a38;
	color:#bcc7e3;
	box-shadow: inset 0px 0px 4px #f3f9ec;
	margin-bottom:40px;
}
.go_buy{
	text-align: left;
}
.go_cart{
	text-align: right;
}

#buy_popup .btn_red:hover{
	background:#d74a38!important;
	color: white!important;
}
.mywindow .h1{
	font: 20px/30px 'open_sanssemibold';
	margin-bottom: 0px;
}
#buy_popup table{
	margin-top: 0px;
	border-top:none;
}
#buy_popup table tr{
	line-height: 80px;
}
#buy_popup .window_none{
	display: none;
}
.modal_row{
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	padding: 20px 30px;
	background: white;
}
.modal_row a{
	font: 15px/18px 'open_sanssemibold';
	color: #363f45;
	text-decoration: none;
	transition: all .2s ease-out .2s;
}
/*END modal*/

.news-li{
	display: inline-block;
	width: 30%;
	border: #65b32e solid 1px;
	min-height: 720px;
	vertical-align: top;
	text-align: center;
	background-color: #000;
}
.padding{
	padding: 25px;
}
.news-li .h4{
	font-size: 1.3em;
	color: #65b32e;
}
.news-li .content{
	line-height: 1.8em;
    /*padding-top: 10px;*/
    font-size: 13px;
}
.about{
	font-size: 18px;
	color: white;
	text-transform: uppercase;
	/*margin-left: 63px;*/
}
.about-ul{
	list-style-type: disc;
	margin-left: 65px;
	padding-top: 20px;
}
.about-ul {
    color: white;
}
.about-ul:hover{
    color: #65b32e;
}
.about-ul li{
	margin-bottom: 25px;
}
.small-line{
	margin-top: 7px;
	display: block;
	height: 5px;
	width: 55px;
	background: #65b32e;
	position: relative;
}
.bg-green{
	background-color: #468419;
	/*padding: 8px 8px 0px 8px;*/
	margin-right: 3%;
    margin-bottom: 3%;
}
.bg-green-link{
	display: block;
	padding: 8px 8px 0px 8px;
	width: 100%;
	height: 100%;
}
.bg-green-link:hover{
	text-decoration: none;
	color: #fff;
}
.bg-green .h4{
	min-height: 120px;
	font-size: 15px;
	line-height: 1.5;
}
a.bg-green-link:focus{
	color: #fff;
}
.green-span{
	color: #65b32e;
}
.p-size{
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: bold;
}
.green-span{
	font-weight: normal;
}
.dotted{
	margin-left: 50px;
}
.dotted:hover:before, .dotted:active:before {
    position: absolute;
    top: 37px;
    left: 15px;
    width: 75px;
    border-top: 5px dotted #65b32e;
    content: "";
}
.dotted:before {
    position: absolute;
    top: 37px;
    left: 15px;
    width: 75px;
    content: "";
}
.green-border {
    border: 5px solid #65b32e;
    border-top: 5px solid #65b32e !important;
    border-bottom: 5px solid #65b32e !important;
    text-transform: uppercase;
    /*padding: 5px;*/
}
.green-border span{
	display: inline-block;
	text-align: center;
	width: auto;
	font-weight: bold;
	/*padding: 5px;*/
	/*float: left;*/
	/*height: 100%;*/
}
.scroll-parent {
    overflow-x: auto;
    white-space: nowrap;
    display: block;
}
.scroll-child {
    display: inline-block;
    /*float: none;*/
    width: 251.5px;
    /*background-color: #fff;*/
    /*padding-top: 30px;*/
    /*vertical-align: top;*/
}
.mCSB_inside{
	position: relative;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal{
	position: absolute;
    width: auto;
    height: 16px;
    /*top: 0;*/
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 1000;
}
.full_width{
	width: 100%;
}
.no-padding{
	padding: 0 !important;
}
.no-margin{
	margin: 0 !important;
}
thead th{
	text-align: center;
}
.category-placeholder{
	margin: 30px;
}
.streamwood-unibutton {
	position: fixed;
	text-decoration: none;
	vertical-align: middle;
    text-align: center;
    right: 88%;
    bottom: 120px;
	display: block;
	z-index: 99998;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background: #00ca6d;
	cursor: pointer;
	box-shadow: 0 0 0 rgba(7,186,16, 0.4);
	animation: pulse 1.5s infinite alternate;
}
@-webkit-keyframes pulse {
  0% {
    transform: translateZ(0) scale(1);
}
100% {
    transform: translateZ(0) scale(1.07);
}
}
.streamwood-unibutton div {
    position: absolute;
    padding: 5px;
    top: 31%;
    /*transform: translateY(-50%);*/
    width: 100%;
    font: 16px Arial,sans-serif;
}
.first-name{
    font-size: 1.5em!important;
}
#anons-items-list{
	padding-left: 65px;
	padding-right: 70px;
}
.margins{
	text-align: left;
    width: 87%;
    margin: 0 auto 200px 70px;
}
.catalog-bg img{
	float: right;
    /*width: 100%;*/
    width: 100vw;
}
.position-bg{
	background-color: #3f3f40!important;
}
.position-border{
	border-left: 5px solid #65b32e;
}
.table-row{
	text-align: left;
}
.table-cell{
	display: inline-block;
	/*text-align: left;*/
	padding-right: 20px;
}
.table > tbody > tr > td{
	border-top: none;
	text-align: center;
	vertical-align: middle;
}
.tile-1{
	width: 100%;
}
.tile-2{
	width: 50%;
}
.tile-3{
	width: 33.5%;
}
.tile-4{
	width: 25%;
}
.tile-5{
	width: 20%;
}
/*.mCSB_container{
	width: auto!important;
}*/
/*.mCustomScrollBox{
	width: 100%!important;
	max-width: none!important;
}*/
.img-responsive{
	width: 100%;
	margin-right: 0px!important;
}
.offer-img{
	display: block;
	width: auto;
	height: 100px;
}
.ml{
	margin-left: -5px;
}
.width{
	width: 100%;
}
.catalog-logo{
	display: block;
	padding-top: 30px;
	margin-left: -30px;
}
.font26{
	font-size: 26px;
}
.img-wrap {
    /*width: 250px;*/
    height: auto;
    /*margin-top: 40px;*/
    margin-bottom: 30px;
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.green-border a{
	display: block;
	text-align: center;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td{
	padding: 5px;
}
.catalog{
	margin-left: -16px;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td{
	font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}
thead > tr > th{
	text-align: center!important;
	vertical-align: middle!important;
}
.first-name{
	font-size: 1.4em!important;
}
.navbar-collapse{
	padding-right: 25px;
	padding-left: 25px;
}
iframe {
	border-width: 2px;
}
/*.navbar-collapse{
	position: relative;
}*/
.copyright-bot{
	display: none;
}
#ytWidget2{
	position: absolute;
	bottom: 50px;
	/*margin: auto;*/
	/*right: 0;*/
	/*left: 6.5%;*/
	text-align: center;
	z-index: 99999;
	left: 50%;
	margin-left: -32px;
}
.copyright-top{
	position: absolute;
	margin: auto;
	/*bottom: 20px;*/
	color: #999;
	font-size: 12px;
	/*top: 0;*/
	left: 0;
	bottom: 25px;
	right: 0;
	text-align: center;
}
.copyright-top:hover{
	text-decoration: none;
}
#anons-items-list{
	padding-top: 45px;
}
.navbar-toggle{
	float: left;
}
.ya-phone{
	font-weight: bold;
}
.ya-phone:hover{
	/*text-decoration: none;*/
	color: #fff;
}
.ya-phone p{
	padding-top: 20px;
}
.yandex_map{
	height: 352px;
	overflow: hidden;
}
.padding-in{
	padding-right: 1px;
	padding-left: 1px;
}
.margin-in{
	margin-left: 0;
	margin-right: 0;
}
.h1-contacts{
	font-size: 26px;
}
.navbar-default .navbar-collapse{
	border-color: #000;
}
.logo_pict_in_main{
	display: none;
}
.icon-country {
	margin-right: 5px;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	border: 2px solid white;
}
.lang-switcher ul {
	margin-left: calc(50% - 30px);
	margin-top: 40px;
}
.lang-switcher li {
	padding-top: 0.5em;
	cursor: pointer;
}
.lang-switcher a {
	display: flex;
}
/*.wrapper-scroll{
	width: 100%;
	overflow-x: auto;
	white-space: nowrap;
}*/
.p-size a{
	color: #65b32e;
}
.table tbody td p{
	padding: 5px;
	margin: 0;
}
.table tbody td p:nth-child(odd){
	background-color: #3f3f40!important
}
.sidebar_button_mobile img{
	display: none;
}
.padding-item{
	padding-left: 65px;
	padding-right: 65px;
}
.yt-servicelink{
	display: none !important;
}
#yt-widget .yt-wrapper .yt-button:nth-child(1){
	display: none !important;
}
#yt-widget .yt-button_type_right{
	border-radius: 3px 3px 3px 3px !important;
}
.navbar-default #ytWidget{

}
.navbar-header #ytWidget{

}
ul.navbar-nav>li{
	text-align: center;
}
ul.navbar-nav>a>img{
	max-width: 100px;
	padding-bottom: 85px;
}
ul.navbar-nav>li.active>a{
	color: #63a137!important;
}
.table{
	margin-bottom: 40px;
}
.back{
	/*position: fixed;*/
	/*top: 215px;*/
	font-size: 20px;
    font-weight: bold;
    display: block;
    z-index: 1000;
}
.back:hover{
	text-decoration: none;
}
.fancybox-close{
	    width: 29px;
    height: 29px;
}
.fancybox-next span {
    right: -10px;
    background-position: -58px 19px;
    background-repeat: no-repeat;
}
.fancybox-prev span {
    right: -10px;
    background-position: -29px 19px;
    background-repeat: no-repeat;
    width: 28px!important;
}
.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 103px;
    margin-top: -58px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}
.navbar-toggle{
	padding: 10px 10px;
}
.navbar-toggle{
	margin-top: -5px;
	margin-left: 15px;
}
#yt-widget.yt-state_mobile .yt-listbox{
	left: 20px!important;
    right: 20px!important;
}
.alert-block{
	display: inline-block;
	/*font-size: 18px;
	font-weight: bold;*/
	font:18px/23px 'open_sansregular';
	font-weight: bold;
}

.slick-slider{
	text-align: center;
}
.scroll-parent{
	position: relative;
}
.navigation{
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	height: 86px;
	background-color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
}
.navigation .dots{
	margin-left: 10px;
	margin-right: 10px;
}
.slick-dots{
	position: relative;
	text-align: center;
    display: inline-flex;
    justify-content: center;
    list-style: none;
    /*width: auto;*/
}
/*.slick-dots li{
	width: 25px;
}*/
.slick-dots button{
	position: relative;
	font-size: 0;
	border: none;
	width: 18px;
	background-color: transparent;
}
 .slick-dots button:before{
 	position: absolute;
 	content: '';
 	top:50%;
 	left: 50%;
 	margin-top: -5px;
 	margin-left: -3.5px;
 	/*bottom: 0;*/
 	/*right: 0;*/
    background: #eddfd477;
    
    border-radius: 50%;
    height: 5px;
    width: 5.5px;
    /*padding: 0;
    margin: 5px;
    outline: none;*/
    
}
 .slick-dots button:hover:before,
 .slick-dots .slick-active button:before{
	height: 7px;
	width: 7px;
	margin-top: -6px;
 	margin-left: -4.5px;    
	background: #68b139;
}
.slick-dots button:focus{
	outline: none;
}
.slick-disabled{
	background-color: #2e2e2e!important;
}
.navigation .arrow-prev:not(.slick-disabled),
.navigation .arrow-next:not(.slick-disabled){
	background-color: #68b139;
}
.navigation .arrow-prev,
.navigation .arrow-next{
	width: 31px;
	height: 31px;
	bottom: 0;
	font-size: 0;
}
.arrow-prev{
	background:url(../images/arrow_prev.png) no-repeat center center;
}
.arrow-next{
	background:url(../images/arrow_next.png) no-repeat center center;
}
/*.slick-dots:after{
	right: -40px;
}
.slick-dots:before{
	left: -40px;
}*/
.navigation .arrow-prev:not(.slick-disabled):hover,
.navigation .arrow-next:not(.slick-disabled):hover{
	/*background-color: #68b139;*/
	cursor: pointer;
}
/*.slick-track{
	width: 100vw!important;
	transform: none!important;
}*/
/*.slick-center{
	width: 236px;
	margin-left: -500px;
}*/
.height{
	height: 100px;
}