.bxr-classic_hover_menu ul li a {
	position: relative;
    z-index: 100;
}
.bxr-classic_hover_menu ul {
	min-width: 300px;
}
@media screen and (max-width: 1199px){
	.hide-max-1200{
		display: none;
	}
}

.item_menu_icons span.img_item_on_way {
	background-size: contain;
    background-repeat: no-repeat;
}
.subsections__item a.subsections__item_title {
    z-index: 100;
}
.item_menu_icons {
	z-index: 2;
}
.item_menu_icons span.badge.badge-pill {
	position: relative;
    top: auto;
    left: auto;
}
.bxr-classic_hover_menu a.sub-item {
	position: relative;
    z-index: 100;
    margin-right: 0;
    top: 0px;
}
.bxr-classic_hover_menu ul li .fa.fa-angle-right {
	margin-top: -11px;
}
.subsections__item a.subsections__item_title {
	z-index: 100;
}
.sub_sections_blk .fa-angle-down {
	padding-left: 5px;
}
.sub_sections_blk .sub_sections_menu {
	display: none;
	position: absolute;
    z-index: 9999;
    background: #f5f5f5;
    padding: 15px 10px;
    margin-left: 10px;
    margin-top: 0px;
}
.sub_sections_blk:hover .sub_sections_menu {
	display: block;
}
.sub_sections_blk:hover .fa-angle-down {
	transform: rotate(180deg);
	padding-right: 5px;
    padding-left: 0;
}
.box-link {
    margin-top: 0px;
    margin-bottom: 20px;
}

#cont_catalog_menu_LkGdQn 
  {
	background: #424f60;
	margin-bottom: 20px;
  }

.box-link-group {
	display: block;
	float: left;
	padding: 5px 30px;
	margin-right: 20px;
	border: 2px solid #FFF;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}
.box-link-group:hover {
	text-decoration: none;
}
.box-link-spe {
     border: 1px solid #EA1100;
     background: #FFF;
     color: #EA1100;
 }
.box-link-spe:hover, .box-link-spe.box-link-group-active, .box-link-mobile-name-SPECIALOFFER{
    border: 1px solid #EA1100;
    background: #EA1100;
    color: #FFF;
}
.box-link-new {
    border: 1px solid #0F7EDA;
    background: #FFF;
    color: #0F7EDA;
}
.box-link-new:hover, .box-link-new.box-link-group-active, .box-link-mobile-name-NEWPRODUCT{
    border: 1px solid #0F7EDA;
    background: #0F7EDA;
    color: #FFF;
}
.box-link-rec{
    border: 1px solid #0BA72A;
    background: #FFF;
    color: #0BA72A;
}
.box-link-rec:hover, .box-link-rec.box-link-group-active, .box-link-mobile-name-RECOMMENDED {
    border: 1px solid #0BA72A;
    background: #0BA72A;
    color: #FFF;
}

@media (max-width:768px){
	.box-link-group {
		float: none;
		margin-right: 0;
		padding: 9px 16px;
	}
	.box-link-group + .box-link-group {
		margin-top: 15px;
	}
}

.banner1 {
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0 0 16px rgba(0, 0, 0, 0.13);
	padding: 10px;
}
.banner1__inner {
	padding: 5px;
}
.banner1__info {
	display: flex;
	align-items: center; 
	align-content: center;
	margin-bottom: 15px;
}
.banner1__photo {
	width: 60px;
	height: 60px;
	background-color: #ececec;
	border-radius: 5px;
	margin-right: 15px;
	overflow: hidden;
}
.banner1__name {
	font-size: 20px;
	font-weight: 900;
	color: rgba(0,0,0,0.95);
	margin-right: 15px;
}
.banner1__position {
	/* height: 37px; */
	background-color: #689eea;
	border-radius: 20px;
	display: flex;
	align-items: center; 
	align-content: center;
	color: rgba(255,255,255,0.95);
	font-size: 13px;
	font-weight: 900;
	padding: 4px 10px;
}
.banner1__hint {
	font-size: 13px;
	color: silver;
	/* margin-right: 15px; */
}
.banner1__text {
	font-size: 16px;
	line-height: 20px;
	color: rgba(0,0,0,0.95);
	margin-bottom: 20px;
	text-align: center;
}
.banner1__icons {
	margin-bottom: 10px;
	display: flex;
	justify-content: space-around;
}
.banner1__icons div {
	text-align: center;
}
.banner1__btn {
	
}
.banner1__btn button {
	display: block;
	width: 100%;
	background-color: #264673;
	border-radius: 2px;
	padding: 8px;
	color: white;
	font-size: 13px;
	font-weight: 700;
	/* line-height: 24px; */
	text-transform: uppercase;
}
.banner1__btn button:hover {
	background-color: #127bf0;
}

.logo__label {
	position: absolute;
	bottom: -5px;
	left: 10px;
	background-color: #ffc107;
	font-size: 10px;
	color: #000;
	padding: 2px 3px;
	line-height: 1;
}
.logo__label:hover, .logo__label:focus, .logo__label:active {
	color: #000;
	text-decoration: none;
}
@media (max-width:768px){
	.logo__label {
		bottom: -10px;
	}
}

.stepone {
	
}
.stepone__item {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #bababa;
	padding: 20px;
	color: #fff ;
	cursor: pointer;
	margin: 0 0 30px 0;
	width: 100%;
	display: block;
	position: relative;
	overflow: hidden;
}
a.stepone__item:hover {
	text-decoration: none;
	color: #fff;
}
.stepone__item input {
    position: absolute;
    left: -50px;
}
.stepone__item_flex {
	display: -webkit-flex; 
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100px;
	padding: 10px;
}
.stepone__item_title {
	font-weight: 900;
	font-size: 28px;
	line-height: 30px;
	text-align: center;
}
.stepone__item_title span {
	font-size: 20px;
	line-height: 24px;
}
.stepone__item_text {
	/* color: rgba(255,255,255,0.7); */
}
.stepone__item_btn {
	border-radius: 8px;
	background-color: rgba(0,0,0,0.3);
	background-image: url(/images/advisor/arrow.svg?2);
	background-repeat: no-repeat;
	background-position: center;
	width: 40px;
	height: 40px;
	display: inline-block;
}
.stepone__item_btn:hover {
	background-color: rgba(0,0,0,0.5);
}

.bg-white {
	background-color: #fff;
}
.box-shadow {
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}
.p30 {
	padding: 30px;
}
.mt0 {
	margin-top: 0;
}
.mt5 {
	margin-top: 5px;
}
.mb25{
	margin-bottom: 25px;
}
.br5 {
	border-radius: 5px;
}
.br50 {
	border-radius: 50%;
}
.fw-bold {
	font-weight: bold;
}

.freeform__title {
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
}

label.accept-form-other.accept-form input{
	margin-top: 2px;
}

.promo_s {
	/* min-height: 250px; */
	margin-top: 20px;
	margin-bottom: 30px;
	background-color: #b3b6c0;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0 0 16px rgba(0, 0, 0, 0.13);
	color: #fff;
}
.promo_s_div {
	padding: 20px 20px 20px 40px;
}
.promo_s_img {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 245px;
}
.promo_s_title {
	font-size: 28px;
	font-weight: 900;
	margin-bottom: 10px;
}
.promo_s_text {
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	color: rgba(255,255,255,0.9);
	margin-bottom: 10px;
	min-height: 50px;
}
.promo_s_form {
	
}
.promo_s_form .form-control, .promo_s_form .btn {
	height: 50px;
	border-radius: 8px !important;
}
.promo_s_form .btn {
	background-color: #484f59;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	padding: 8px 20px;
}
.promo_s_form .checkbox {
	margin-bottom: 0;
	font-size: 13px;
	font-weight: 300;
}
.promo_s_form .checkbox label {
	margin-top: 0;
}

@media (max-width:1200px){
	.promo_s_form .form-control {
		max-width: 150px;
	}
	.promo_s_form .btn {
		padding:  8px 16px;
	}
}
@media (max-width:992px){
	.promo_s_form .form-inline {
		text-align: center;
	}
	.promo_s_form .form-group {
		display: block;
		margin-bottom: 10px;
	}
	.promo_s_form .form-control {
		width: 100%;
		max-width: 100%;
		display: block;
	}
}
@media (max-width:768px){
	.promo_s_div {
		padding: 20px;
	}
	.promo_s_form .form-control, .promo_s_form .btn {
		height: 40px;
	}
	.promo_s_form .btn {
		width: 100%;
		display: block;
	}
}

.flex {
	display: flex;
}
.flex-col-50 {
	width: 50%;
}
.flex-justify-space {
	justify-content: space-around;
}
.flex-items-center {
	align-items: center;
}
.icon-guarantee {
	padding-left: 36px;
	background: url(/images/promo/security.svg) no-repeat left center;
}
.icon-refund {
	padding-left: 38px;
	background: url(/images/promo/undo.svg) no-repeat left center;
}

.close-black {
	margin-top: 3px !important;
	opacity: 1 !important;
}
.close-black:hover {
	color: #127bf0;
}
.close-black:active {
	color: #EA1100;
}

@media (min-width: 768px) {
	.breadcrumb::-webkit-scrollbar,
	.scrollable-xs::-webkit-scrollbar {
		height: 6px;
		background-color: #f0f0f0;
		overflow-x: auto;
	}
	.breadcrumb::-webkit-scrollbar-thumb,
	.scrollable-xs::-webkit-scrollbar-thumb {
		background-color: #cdcdcd;
		overflow-x: auto;
	}
	.breadcrumb::-webkit-scrollbar-thumb:hover, 
	.scrollable-xs::-webkit-scrollbar-thumb:hover {
		background-color: #a6a6a6;
	}
}

@media (max-width: 768px) {
	.scrollable-xs {
		white-space: nowrap;
		overflow-x: auto;
		overflow-y: hidden;
		scrollbar-width: thin;
	}
	/*
	.bxr-ecommerce-v2-lite .bxr-element-container .bxr-element-image {
		line-height: 1;
		margin-top: 0;
	}
	*/
	.bxr-ecommerce-v2-lite .bxr-element-container .bxr-element-name {
		line-height: 1.25;
		margin-top: 0;
	}
	.bxr-ecommerce-v2-lite .bxr-element-container .bxr-element-name, .bxr-ecommerce-v2-lite .bxr-element-container .bxr-element-rating, .bxr-ecommerce-v2-lite .bxr-element-container .bxr-element-avail, .bxr-ecommerce-v2-lite .bxr-element-container .bxr-element-price {
		padding: 0 5px;
	}
	#basket-popup-buttons .bxr-color-button {
		display: block;
		width: 100%;
	}
	#basket-popup-buttons .bxr-color-button + .bxr-color-button {
		margin-top: 10px;
	}
	.row-xxs-gutters .row {
		margin-left: -5px;
		margin-right: -5px;
	}
	.row-xxs-gutters .col-xs-1,
	.row-xxs-gutters .col-xs-2,
	.row-xxs-gutters .col-xs-3,
	.row-xxs-gutters .col-xs-4,
	.row-xxs-gutters .col-xs-5,
	.row-xxs-gutters .col-xs-6,
	.row-xxs-gutters .col-xs-7,
	.row-xxs-gutters .col-xs-8,
	.row-xxs-gutters .col-xs-9,
	.row-xxs-gutters .col-xs-10,
	.row-xxs-gutters .col-xs-11,
	.row-xxs-gutters .col-xs-12 {
		padding-left: 5px;
		padding-right: 5px;
	}
}

.reg input[type=text], 
.reg input[type=tel], 
.reg input[type=email], 
.reg input[type=password] {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.color-gray {
	color: gray;
}

.cursor-pointer {
	cursor: pointer;
}
#bx-soa-total .bx-soa-cart-total .bx-soa-cart-total-line + .bx-soa-cart-total-line + .bx-soa-cart-total-line + .bx-soa-cart-total-line {
	display:block !important;
}

.btn-sort {
	border: 1px solid #e5e9ea !important;
	text-align: left;
	background-color: transparent;
	background-position: 98% 11px;
	background-repeat: no-repeat;
	background-image: url('/local/templates/market_column/components/alexkova.market/catalog/template1/bitrix/catalog.smart.filter/visual_vertical/images/arrow-down.png');
}
.dropdown.open .btn-sort {
	background-image: url('/local/templates/market_column/components/alexkova.market/catalog/template1/bitrix/catalog.smart.filter/visual_vertical/images/arrow-up.png');
}
span.min_comment {
	color: red;
	font-size: 12px;
}