@media (max-width: 1199px) {
	.row.h-100.align-items-center .d-lg-block .col {
	    height: 44px;
	}
	.payment_ico {
	display: block;
	float: left;
	margin-right: 9px!important;
}
}
@media (min-width: 992px) {
	.j_showMap .revealButton {
		display: none;
	}
}
.table-hover tbody .j_showMap:hover {
	background-color: #fff;
}
.revealButton .fa-stack-2x {
	font-size: 26px;
}
.contacts .revealButton .fa-angle-right {
	font-size: 17px;
}
.revealButton .fa-stack {
	font-size: 12.6px;
}
.reveal_wrap {
	position: relative;
	width: 100%;
	height: 0;
}
.reveal_wrap .revealButton {
	position: absolute;
	top: 0;
	right: 0;
}
.cart_delivery_block .sb-radio-custom {
	margin-right: 3px;
}
.cart_delivery_block .sb-radio-label, .cart_delivery_block .sb-radio-custom {
	cursor: pointer;
}
@media (max-width: 574px) {
	.col-6.set-d-w100 {
		clear: both;
		width: 100%;
		float: none;
		display: block;
		max-width: 100%;
    	flex: 0 0 1000%;
	}
	.col-6.set-d-w100.set-sm-none {
		display: none;
	}
}
@media (max-width: 991px) {
	.hidden-tr {
		margin-left: -12px;
		margin-right: -12px;
	}
	.b-product-item__code.b-product-item__code--line.b-product-item__prop {
		display: none;
	}
	.stores .table tbody tr.active {
		background-color: #fff;
	}
	.stores .table tbody tr.active .revealButton {
		transform: rotate(-90deg);
		margin-right: 1px;
	}
	.j_showMap .revealButton {
		/* font-size: 1.1em; */
		/* float: right; */
		transition: transform .5s;
		margin-right: 0px;
		line-height: 22px;
	}
	.b-product-item__available-help.b-product-item__available-help--success.mb-3.d-none.d-lg-block,.b-product-item__available-help--success {
		display: block !important;
	}
	.b-product-item__available-help--success .uk-icon-file-text-o {
		display: none;
	}
	.uk-dropdown-top.uk-dropdown::before, .uk-dropdown-top.uk-dropdown::after {
		display: none;
	}
	.uk-button-dropdown.uk-open::before {
		content: '';
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.5);
		z-index: 999;
	}
	.uk-button-dropdown.uk-open .uk-dropdown.uk-dropdown-bottom, .uk-button-dropdown.uk-open .uk-dropdown.uk-dropdown-top, .uk-button-dropdown.uk-open .uk-dropdown {
		display: block;
	}
	.b-product-item__available-help--success .uk-dropdown.uk-dropdown-bottom, .b-product-item__available-help--success .uk-dropdown.uk-dropdown-top, .b-product-item__available-help--success .uk-dropdown {
		border: none;
		position: fixed;
		left: 50% !important;
		margin-left: -135px;
		top: 20px !important;
		z-index: 1000;
		max-height: 90%;
		overflow: auto;
		bottom: auto;
	}
	.b-product-item__available-help--success .uk-dropdown.uk-dropdown-bottom::before, .b-product-item__available-help--success .uk-dropdown.uk-dropdown-bottom::after {
		display: none;
	}
}
.temp_hide {
	display: none;
}
.form-group.set-register {
	margin-top: 0px;
	margin-bottom: 8px;
}
.form-group.set-register .live-group__label {
	font-size: 14px;
	color: #292b2c;
	cursor: pointer;
}
.form-group.set-register .checkbox_block {
	width: 16px;
	height: 16px;
	border: 1px solid #292b2c;
	border-radius: 4px;
	display: inline-block;
	margin-right: 4px;
}
.form-group.set-register .checkbox_block i {
	font-style: normal;
	color: #fff;
	font-size: 13px;
	line-height: 1;
	display: block;
	opacity: 0;
	margin: 0 auto;
	padding: 1px;
}
.form-group.set-register #register_subscribe_news:checked + .checkbox_block {
	background-color: #dc271c;
	border: 1px solid #dc271c;
}
.form-group.set-register #register_subscribe_news:checked + .checkbox_block i {
	opacity: 1;
}
/* радио кнопки */
.some-tab-list.radio_list {}
.some-tab-list.radio_list .some-tab-item, .some-tab-list.radio_list .some-tab-item.active {
	border: none;
	background: transparent;
	left: auto;
	margin-left: 35px;
	margin-right: 20px;
	padding: 7px 0;
}
.some-tab-list.radio_list .some-tab-item {}
.some-tab-list.radio_list .some-tab-item.active {}
.some-tab-list.radio_list .some-tab-item span {
	font-size: 20px;
	color: #405362;
	cursor: pointer;
}
.some-tab-list.radio_list .some-tab-item .rl_radio {
	background: #fff;
    border: 1px solid #ddd;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    cursor: pointer;
    box-sizing: border-box;
    display: inline-block;
    top: 2px;
    margin-right: 2px;
    position: relative;
}
.some-tab-list.radio_list .some-tab-item .rl_radio:before {}
.some-tab-list.radio_list .some-tab-item.active span {
	font-size: 20px;
	color: #405362;
	cursor: default;
}
.some-tab-list.radio_list .some-tab-item.active .rl_radio {
	cursor: default;
}
.some-tab-list.radio_list .some-tab-item.active .rl_radio:after {
	content: '';
    width: 12px;
    height: 12px;
    background-color: red;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -6px;
    margin-left: -6px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#steps_wrap {
	margin-top: 20px;
	border-top: 1px solid #ddd;
	background-color: #fff;
}
#steps_wrap .padding_1615 {
	padding: 16px 15px 0;
}
#steps_wrap #first_tab_wrap {
	margin: 0 0 16px;
}
#steps_wrap .first_switch_area_wrap {
	border-top: none;
}
/* END - радио кнопки */
#banner-wrap-mobile .banner_content,
#banner-wrap-mobile .banner-wrap-desktop
{
	margin-bottom: 8px;
}

#banner-wrap-desktop .banner_content{
	position: relative;
}

#banner-wrap-mobile .main-carousel .owl-nav {
	display: none;
}


#banner-wrap-mobile .second-carousel {}
#banner-wrap-desktop .second-carousel {
	position: absolute;
	bottom: 0;
}
#banner-wrap-mobile .second-carousel .owl-stage-outer,
#banner-wrap-desktop .second-carousel .owl-stage-outer
{
	min-height: 20px;
	display: table;
	margin: 0 auto;
}

#banner-wrap-mobile .second-carousel .owl-stage-outer .owl-stage,
#banner-wrap-desktop .second-carousel .owl-stage-outer .owl-stage
{
	width: auto !important;
	max-width: 100%;
}

#banner-wrap-mobile .second-carousel .owl-stage-outer .owl-item,
#banner-wrap-desktop .second-carousel .owl-stage-outer .owl-item
{
	width: 16px !important;
	height: 16px !important;
	border-radius: 50%;
	margin: 16px 8px;
	border: none;
	background-color: #b1b1b1;
	opacity: 0.7;
}

#banner-wrap-desktop .second-carousel .owl-stage-outer .owl-item
{
	margin: 8px 8px;
}

#banner-wrap-mobile .second-carousel .owl-stage-outer .owl-item.activated,
#banner-wrap-desktop .second-carousel .owl-stage-outer .owl-item.activated
{
	border: 0;
	background-color: #e85222;
	opacity: 1;
}

#banner-wrap-mobile .second-carousel .owl-stage-outer .owl-item .owl-item-name,
#banner-wrap-desktop .second-carousel .owl-stage-outer .owl-item .owl-item-name
{
	display: none;
}
.table td.no-padding-td {
	padding: 0;
}
.stores .table td.no-padding-td .additional-info {
	margin-top: 0;
}
.stores .additional-info {
	margin-bottom: 15px;
}
.stores table tbody tr.hidden-tr:hover {
	background-color: #fff;
}
.hidden-tr {
	display: none;
}
.catalog_main_pool {
	float: none;
	clear: both;
	width: 100%;
}
.catalog_shadow {
	display: none;
	background: rgba(0, 0, 0, 0.5);
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9000;
}
.catalog_pool {
	min-width: 160px;
	min-height: 38px;
}
.catalog_popap_pool {
	display: none;
	position: absolute;
	z-index: 9001;
}
.fs16 {
	font-size: 16px;
}
.search__container .col {
	height: 44px;
}
#search__desktop {
	background-color: #fff;
}
.title-search-result.hide-ever {
	display: none !important;
}
.sb-radio:checked+.sb-radio-custom::before {
	background: #d91f10;
}
.b-cart-res__right {
	position: relative;
}
.cart_delivery_block {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background-color: #f7f7f7;
	box-sizing: border-box;
	padding: 15px 20px 19px 22px;
	z-index: 1;
}
.b-cart-res__right .b-cart-bold {
	font-weight: 700;
}
.b-cart-res__right .gray_line {
	width: 100%;
	height: 1px;
	clear: both;
	float: none;
	background-color: #d3d5d4;
	margin: 6px 15px 8px;
}
.b-cart-res__right .b-cart-row-margin {
	margin: 0 15px;
}
.b-cart-res__right .ws-nowrap {
	white-space: nowrap;
}
.b-cart-res__right .b-product-item__price-block {
	margin-bottom: 11px;
}
.products_on_summ {
	position: relative;
	top: 5px;
}

.footer-menu__head.set-payment {
	padding-top: 11px;
	padding-bottom: 20px;
}
.footer-payment-wrap {
	overflow: hidden;
}
.payment_ico {
	display: block;
	float: left;
	margin-right: 20px;
}
.payment_ico:last-child {
	margin-right: 0;
}
.payment_ico.set-visa {
	width: 35px;
	height: 11px;
	background: url('/upload/visa.png');
	background-size: contain;
}
.payment_ico.set-visa:hover, .payment_ico.set-visa.set-hover {
	background: url('/upload/visa_hover.png');
}
.payment_ico.set-master {
	width: 36px;
	height: 22px;
	background: url('/upload/mastercard.png');
	background-size: contain;
}
.payment_ico.set-master:hover, .payment_ico.set-master.set-hover {
	background: url('/upload/mastercard_hover.png');
}
.payment_ico.set-mir {
	width: 41px;
	height: 12px;
	background: url('/upload/mir.png');
	background-size: contain;
}
.payment_ico.set-mir:hover, .payment_ico.set-mir.set-hover {
	background: url('/upload/mir_hover.png');
}
.payment_ico.set-halva {
	width: 62px;
	height: 22px;
	background: url('/upload/halva.png');
	background-size: contain;
}
.payment_ico.set-halva:hover, .payment_ico.set-halva.set-hover {
	background: url('/upload/halva_hover.png');
}

.payment_ico.set-sovest {
	width: 62px;
	height: 23px;
	background: url('/upload/sovest.png');
	background-size: contain;
}
.payment_ico.set-sovest:hover, .payment_ico.set-sovest.set-hover {
	background: url('/upload/sovest_hover.png');
}

.footer-payment-second-line {
	display: block;
	clear: both;
	margin-top: 30px;
}

.payment_ico_preload {
	display: none;
}

.side_buttons_container {
	display: none;
	z-index: 501;
	position: relative;
}

#order_info_modal {
	text-align: center;
}
.modal-header.set-order_info {
	height: 20px;
	z-index: 1;
}
.modal-header.set-order_info .close {
	position: relative;
	top: 11px;
}
.modal-container.set-order_info {}
.modal-container.set-order_info .footer-payment-wrap {
	display: table;
	margin: 0 auto 18px;
}
.modal-container.set-order_info ul {
	display: table;
	margin: 0 auto;
	text-align: left;
	margin-bottom: 18px;
}
.modal-container.set-order_info li {
	list-style-type: disc;
}
.modal-container.set-order_info h4 {
	padding-bottom: 13px;
}
.modal-container.set-order_info p {
	font-size: 14px;
}
.modal-container.set-order_info p b {
	font-size: 15px;
}
.modal-container.set-order_info .link {
	cursor: pointer;
}
.modal-container.set-order_info .btn {
	margin: 0 15px 18px;
}

.btn.set-red {
	background-color: #d91f10;
	color: #fff;
	width: 100%;
}
.btn.set-red span {
	display: block;
	color: #fff;
}
.btn.set-red .set_left {
	float: left;
}
.btn.set-red .set_right {
	float: right;
}
.btn.set-red .card_ico {
	font-family: FontAwesome;
	font-size: 20px;
}
.btn.set-red .btn_text {
	text-transform: uppercase;
	position: relative;
	top: 4px;
}

@media (min-width: 992px) {
	.side_buttons_container {
		display: block;
	}
	.side_buttons_container .side_button {
		border: 1px solid #999;
		border-right: none;
		height: 60px;
		width: 60px;
		background: #fff;
		box-shadow: 0 4px 6px rgba(0,0,0,.1);
		margin-bottom: 10px;
		white-space: nowrap;
		position: fixed;
		right: 0;
		-webkit-transition: width .15s ease-in-out;
		transition: width .15s ease-in-out;
		z-index: 100;
		cursor: pointer;
		transition: .2s linear;
		-webkit-transition: .2s linear;
		-moz-transition: linear .2s;
	}
	.side_buttons_container .side_button:hover {
		width: 160px;
	}
	.side_buttons_container .side_button_link {
		width: 60px;
		height: 60px;
		text-align: center;
		line-height: 60px;
		display: inline-block;
		vertical-align: middle;
	}
	.side_buttons_container .side_button_link .fa {
		font-size: 22px;
		color: #999;
	}
	.side_buttons_container .side_button:hover .side_button_link .fa {
		color: #666;
	}
	.side_button_link.set-compare {
		position: relative;
	}
	.side_button_link .compare_count {
		background: #dc271c;
		color: #fff;
		border-radius: 50%;
		width: 20px;
		height: 20px;
		display: block;
		font-size: 12px;
		text-align: center;
		position: absolute;
		margin-top: -23px;
		margin-left: 3px;
		top: 50%;
		left: 50%;
		line-height: 20px;
	}
	.side_button_link .compare_count.set-hide {
		display: none;
	}
	.side_button .side_button_link.ic_visa {
		background: url('/upload/visa-card.png') no-repeat 50% 50%;
	}
	.side_button .side_button_link.ic_bench {
		background: url('/upload/mail.png') no-repeat 50% 50%;
	}
	.side_button .side_button_link.ic_chat {
		background: url('/upload/chat.png') no-repeat 50% 50%;
	}
	.side_button:hover .side_button_link.ic_visa {
		background: url('/upload/visa-card_hover.png') no-repeat 50% 50%;
	}
	.side_button:hover .side_button_link.ic_bench {
		background: url('/upload/mail_hover.png') no-repeat 50% 50%;
	}
	.side_button:hover .side_button_link.ic_chat {
		background: url('/upload/chat_hover.png') no-repeat 50% 50%;
	}
	.side_buttons_container .side_button_text {
		display: inline-block;
		vertical-align: middle;
		font: 500 12px/16px Open Sans,Arial,Helvetica,sans-serif;
		text-transform: uppercase;
		color: #666;
		white-space: normal;
	}
	.side_buttons_container .side_button_order {
		top: 217px;
	}
	.side_buttons_container .side_button_compare {
		top: 287px;
	}
	.side_buttons_container .side_button_error {
		top: 357px;
	}
	.side_buttons_container .side_button_question {
		top: 427px;
	}
	.side_buttons_container a {
		text-decoration: none;
		display: block;
	}
}

.lt-label.lt-label-event {
	display: none !important;
}

.small-basket__count-mobile {
	background: #e85222;
	color: #fff;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	display: block;
	font-size: 12px;
	text-align: center;
	position: absolute;
	top: -1px;
	right: 7px;
	line-height: 20px;
}
.small-backet-mobile.empty .small-basket__count-mobile {
	display: none;
}

#navbar {
	padding: 0;
	overflow: hidden;
	width: 260px;
	z-index: 999;
	background: #fff;
}
#navbar:after {
	content: '';
	position: absolute;
	height: calc(100% - 42px);
	width: 1px;
	top: 42px;
	right: 0px;
	background-color: #ccc;
}
#navbar .navbar-nav {
	overflow: auto;
	max-height: 100%;
	display: block;
	padding-bottom: 41px;
}
#navbar .navbar-nav li .inverse_hover {
	box-sizing: border-box;
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	font-size: 16px;
	height: 40px;
	position: relative;
}
#navbar .navbar-nav li .inverse_hover i {
	position: absolute;
	top: 11px;
	right: 15px;
}
#navbar .navbar-nav li .inverse_hover:hover, #navbar .navbar-nav li .inverse_hover:active {
	background-color: #e85222;
	color: #fff;
}

#navbar .grey-block {
	background-color: #e5e7e9;
	height: 42px;
	width: 100%;
}
#navbar .nav-item {
	border-bottom: 1px solid #ccc;
}
#navbar .nav-item.menu-height {
	height: 103px;
}
#navbar .menu-height .elements-with-delimiter {
	padding: 0;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 41px;
}

.nav-item.menu-card-info {
	padding: 15px;
}

.nav-item.menu-card-info .card-info-string {
	font-size: 16px;
	margin-bottom: 8px;
	text-align: center;
}

.nav-item.menu-card-info .card-info-string span {
	font-weight: bold;
	color: #e85222;
	margin-left: 10px;
}

.nav-item.menu-card-info .card-barcode {
	text-align: center;
	font-family: monospace;
}

.nav-item.menu-card-info .card-bottom-info {
	margin-top: 3px;
	font-size: 13px;
	text-align: center;
}

#barcodeModal .modal-container {
	padding: 0 15px 15px;
	font-size: 26px;
	font-family: monospace;
	text-align: center;
}

#barcodeModal .modal-header {
	padding: 0 15px;
}

#barcodeModal .modal-header .close {
	opacity: 1;
}

#barcodeModal .modal-container img {
	width: 100%;
	margin-bottom: 8px;
}

#barcodeModal .modal-dialog {
	margin-top: 120px;
}

@media screen and (max-width: 767px){
	#navbar .nav-item.menu-height {
		height: 81px;
	}
	#navbar .menu-height .elements-with-delimiter {
		padding-top: 31px;
	}
}
#navbar .navbar-nav li .elements-with-delimiter a {
	height: auto;
	display: inline-block;
	padding-top: 0;
	font-size: 16px;
}

@media screen and (max-width: 991px){
	.push-canvas.pushed-right {
		left: 260px;
	}
}
@media screen and (max-width: 991px) {
	.navbar-push.navbar-push-right {
		left: -260px;
	}
}
.uk-product-card-breadcrumb {
	position: absolute;
	max-width: 100%;
}

.refresh-balance {
	color: #999;
	float: right;
	cursor: pointer;
	font-size: 18px;
}

.refresh-balance:hover {
	color: #666;
}

.catalog-section .product-item-container .b-product-item__code.b-product-item__code--line.b-product-item__prop {
	display: block;
}

@media screen and (max-width: 991px) {
	.bx_filter_section {
		height: calc(100vh - 117px);
		height: -webkit-calc(100% - 117px);
		overflow: auto;
	}
	.breadcrumb-block.py-4 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.catalog-section .product-item-container .b-product-item__code.b-product-item__code--line.b-product-item__prop {
		display: none;
	}
	.search__container {
		background: #fff;
	}
}

.catalog-item-buttom__main.selected {
	background-color: transparent;
}
.catalog-item-buttom__main.selected button {
	background-color: transparent;
	color: red;
}

.uk-button-danger {
	border-width: 2px;
	border-style: solid;
	border-color: #ec691f;
	padding: 1px 8px;
}
.uk-button-danger.selected {
	background: transparent;
	color: #e85222;
}

.uk-button-danger:focus, .uk-button-danger:hover {
	border-color: #e85222;
}

.catalog-section .b-product-item__qty {
	height: 36px;
}

.catalog-section .product-item-container .b-product-item__add-block .b-product-item__qty-btn {
	min-height: 36px;
}

.b-cart-res__btnMobile,
.b-cart-res__btn {
	height: auto;
}

.catalog-section .uk-button.b-product-item__qty-btn {
	min-height: 18px;
	line-height: 18px;
}

@media (min-width: 992px) {
	.catalog-section .product-item-container .b-product-item__add-block .b-product-item__qty-btn {
		min-height: 18px;
		line-height: normal;
	}
	.product-item-container .b-product-item__add-block .b-product-item__qty-btn:first-child {
		border-bottom: 0 solid transparent;
	}
	.catalog-section .product-item-container .b-product-item__add-block .b-product-item__qty-btn:nth-child(3) {
		border-top: 0 solid transparent;
	}
}

.display-mobile {
	display: none;
}
@media (max-width: 992px) {
	.display-mobile {
		display: initial;
	}
}

.display-desktop {
	display: none;
}
@media (min-width: 993px) {
	.display-desktop {
		display: block;
	}
}
.footer-cart-page-actions {
	text-align: right;
}
.footer-cart-page-actions .cart-page-row {
	padding-top: 15px;
	border-top: 1px solid #eceeef;
}
.footer-cart-page-actions .cart-page-print {
	display: inline-block;
	font-size: 16px;
}
.footer-cart-page-actions .b-print-btn__title {
	text-decoration: underline;
}

.footer-cart-page-actions .separator {
	display: inline-block;
	margin: 0 10px;
	position: relative;
}
.footer-cart-page-actions .separator:after {
	content: ' ';
	position: absolute;
	left: 0;
	top: -20px;
	bottom: -10px;
	width: 1px;
	background: #000;
}
.footer-cart-page-actions .b-print-btn {
	border: 0;
	padding: 0;
}
.footer-cart-page-actions .sb-basket-clear-obj {
	position: relative;
	top: -1px;
	display: inline-block;
	color: #d91f10;
	font-size: 16px;
	text-align: left;
	cursor: pointer;
}
.footer-cart-page-actions .sb-btn-clear_b-line {
	text-decoration: underline;
}

.footer-cart-page-actions .cart-page-print:hover .b-print-btn__title,
.footer-cart-page-actions .sb-basket-clear-obj:hover .sb-btn-clear_b-line {
	text-decoration: none;
}

.footer-cart-page-actions .basket-clear__icon {
	font-size: 21px;
	color: #e51c2a;
	margin-left: 10px;
	margin-top: -1px;
	margin-right: 20px;
}

@media (max-width: 1199px) {
	.footer-cart-page-actions .basket-clear__icon {
		margin-right: 7px;
	}
}

.flex-a-center {
	display: flex;
	align-items: center;
}

.owl-carousel .owl-item img.b-product-item__label {
	width: auto;
	display: inline-block;
}

.old-price-block {
	display: inline-block;
	color: #303030;
	font-weight: normal;
	font-size: 18px;
	position: relative;
}

.old-price-block-line {
	height: 1px;
	display: inline-block;
	width: 100%;
	position: absolute;
	top: 50%;
	border-top: 1px solid #d91f10;
	left: 0;
}

.product-preview .product-preview__price.main-slider-with-old-price {
	padding-top: 0 !important;
	margin-top: -10px;
}

.main-slider-with-old-price .old-price-block {
	margin-bottom: 5px;
}

.list-card-with-old-price .old-price-block {
	margin-right: 4px;
}

.list-line-with-old-price .old-price-block {
	margin-right: 8px;
}

.detail-with-old-price .old-price-block {
	font-size: 24px;
}

.list-card-with-old-price .old-price-block-wrap, .list-line-with-old-price .old-price-block-wrap {
	display: inline-block;
}

@media screen and (max-width: 991px) {
	.list-card-with-old-price .old-price-block, .list-line-with-old-price .old-price-block {
		margin-bottom: 6px;
	}

	.list-card-with-old-price .old-price-block-wrap, .list-line-with-old-price .old-price-block-wrap {
		display: block;
	}

	.b-product-item__price-block.list-card-with-old-price, .b-product-item__price-block.list-line-with-old-price {
		padding-top: 2px !important;
	}

	.catalog-element__container.catalog-element__container-prop>div.detail-with-old-price-line {
		height: 85px;
	}

	.b-product-item__price-block.detail-with-old-price {
		text-align: right;
	}
}

.only-in-shop {
	display: block;
	text-align: center;
	font-size: 18px;
	width: 100%;
	position: relative;
	padding: 8px 0;
}

.catalog-element__quantity .only-in-shop {
	font-size: 20px;
}

.catalog-element__quantity.width-only-in-shop {
	overflow: visible;
}

.only-in-shop .fa-exclamation-circle {
	color: #8a8a8a;
	display: inline-block;
	width: 18px;
	height: 18px;
	z-index: 975;
	cursor: default;
}

.only-in-shop-text {
	line-height: 15px;
}

.only-in-shop-text:hover .fa-exclamation-circle {
	color: #555;
}

.only-in-shop p {
	margin-bottom: 0;
}

.only-in-shop .uk-dropdown:after,.only-in-shop .uk-dropdown:before {
	left: 210px;
	border-width: 6px;
}

.only-in-shop .uk-dropdown:before {
	bottom: -13px;
}

.only-in-shop .uk-dropdown:after {
	bottom: -12px;
}

.only-in-shop .uk-dropdown-top {
	bottom: 39px;
}

.only-in-shop.only-in-shop-detail-page .uk-dropdown-top {
	bottom: 40px;
}

.only-in-shop .uk-dropdown.moved-left:after, .only-in-shop .uk-dropdown.moved-left:before {
	left: 230px;
}

.only-in-shop .uk-dropdown.moved-right:after, .only-in-shop .uk-dropdown.moved-right:before {
	left: 190px;
}

.catalog-element__quantity .only-in-shop .uk-dropdown:after, .catalog-element__quantity .only-in-shop .uk-dropdown:before {
	left: 218px;
}

.catalog-element__quantity .only-in-shop .uk-dropdown.moved-left:after, .catalog-element__quantity .only-in-shop .uk-dropdown.moved-left:before {
	left: 238px;
}

.catalog-element__quantity .only-in-shop .uk-dropdown.moved-right:after, .catalog-element__quantity .only-in-shop .uk-dropdown.moved-right:before {
	left: 198px;
}

.catalog-element__quantity .only-in-shop .fa-exclamation-circle {
	width: 22px;
	height: 20px;
}

@media (max-width: 991px) {
	.only-in-shop.uk-open .uk-dropdown.uk-dropdown-top {
		display: block;
		border: none;
		position: fixed;
		left: 50% !important;
		margin-left: -135px;
		top: calc(50% - 40px) !important;
		z-index: 1000;
		max-height: 90%;
		overflow: auto;
		bottom: auto;
	}

	.only-in-shop.uk-open::before {
		content: '';
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.5);
		z-index: 999;
	}

	.only-in-shop {
		cursor: pointer;
	}
}

@media (min-width: 992px) {
	.only-in-shop .uk-dropdown-close {
		display: none;
	}

	.hidden-lg {
		display: none !important;
	}

	.mt-lg-15 {
		margin-top: 15px;
	}

	.mb-lg-15 {
		margin-bottom: 15px;
	}
}

@media (max-width: 991px) {
	.hidden-md {
		display: none !important;
	}
}

@media (max-width: 450px) {
	.only-in-shop.only-in-shop-compare {
		font-size: 16px;
	}
}

.mt15 {
	margin-top: 15px;
}

.mb15 {
	margin-bottom: 15px;
}

.ml10 {
	margin-left: 10px;
}

.mt25 {
	margin-top: 25px;
}

.mb25 {
	margin-bottom: 25px;
}

.pr15 {
	padding-right: 15px;
}

.pl15 {
	padding-left: 15px;
}

.pr11 {
	padding-right: 11px;
}

.pl11 {
	padding-left: 11px;
}

.red-light {
	color: #dd2c1c;
}

.prokat-label {
	font-size: 15px;
}

.prokat-shops-info {
	text-align: center;
}

.prokat-shops-info img {
	max-width: 40px;
}

.catalog-element-market__table.catalog-element-market-prokat__table td,
.catalog-element-market__table.catalog-element-market-prokat__table td:last-child{
	font-size: 13px;
	width: 25%;
	text-align: center;
}

.catalog-element-market__table.catalog-element-market-prokat__table td:first-child {
	width: 50%;
	text-align: left;
}

.catalog-element-market__table.catalog-element-market-prokat__table tbody td.catalog-element-market-table__city {
	font-weight: 700;
	font-size: 14px;
}

.catalog-element-qty-descrition {
	display: inline-block;
	line-height: 16px;
}

.catalog-element-qty-descrition-tooltip {
	cursor: pointer;
	display: inline-block;
	line-height: 14px;
	box-sizing: border-box;
	vertical-align: baseline;
	position: relative;
}

.catalog-element-qty-descrition-tooltip .tooltip-underlined-text {
	display: inline-block;
	border-bottom: 1px dashed #000;
}

.catalog-element-qty-descrition-tooltip:hover .tooltip-underlined-text {
	border-bottom-color: transparent;
}

.uk-dropdown-top.uk-dropdown-in-stores-available.uk-dropdown {
	bottom: 38px;
	left: -160px;
	font-size: 16px;
	line-height: 21px;
	width: 300px;
}

.uk-dropdown-top.uk-dropdown-in-stores-available.uk-dropdown::before {
	 left: 64%;
 }

.uk-dropdown-top.uk-dropdown-in-stores-available.uk-dropdown::after {
	left: 64%;
}

.uk-dropdown-top.uk-dropdown-in-stores-all.uk-dropdown {
	bottom: 25px;
	left: -240px;
	font-size: 16px;
	line-height: 21px;
	width: 300px;
}

.uk-dropdown-top.uk-dropdown-in-stores-all.uk-dropdown::before {
	left: 86%;
}

.uk-dropdown-top.uk-dropdown-in-stores-all.uk-dropdown::after {
	left: 86%;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.catalog-element-market__table.catalog-element-market-prokat__table td, .catalog-element-market__table.catalog-element-market-prokat__table td:last-child {
		font-size: 12px;
	}
}

@media (max-width: 991px) {
	.uk-dropdown-top.uk-dropdown-in-stores-available.uk-dropdown,
	.uk-dropdown-top.uk-dropdown-in-stores-all.uk-dropdown {
		border: none;
		position: fixed;
		left: 50% !important;
		margin-left: -150px;
		top: 40px !important;
		z-index: 1000;
		max-height: 90%;
		overflow: auto;
		bottom: auto;
	}
}

.text-bold {
	font-weight: bold !important;
}

a.cart-export {
	display: inline-block;
}

.footer-cart-page-actions a.cart-export:hover .b-print-btn__title {
	text-decoration: none;
}

.feedback-captcha-img-wrap {
	text-align: center;
}

/** правки для новогоднего фона **/
/*body {
	background-image: url("/images/fon_ng_2019.png");
	background-repeat: repeat;
}

.container-bg-grey {
	background-color: #f7fbfe;;
	padding: 0 !important;
}

.head-container {
	z-index: 500;
}*/
/** правки для новогоднего фона - конец **/


.product-item-detail-tab-content {
	display: none;
}

.product-item-detail-tab-content.active {
	display: block;
}

.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.search__button-container .btn-danger {
	background-color: #ec691f;
	border-color: #ec691f;
}

.search__button-container .btn-danger:hover,.search__button-container .btn-danger:focus,.search__button-container .btn-danger:active {
	background-color: #e85222;
	border-color: #e85222;
}

.small-head-container .red-hover:hover,a:hover .red-hover {
	color: #e85222;

}

.catalog-list-slider_block.catalog-product-page-slider_block-not-full {
	padding-left: 0;
}

.related-sections-wrap .owl-carousel .owl-item img {
	display: block;
	margin: 0 auto;
	width: auto;
}

@media (max-width: 767px) {
	.section-carousel .owl-item.cloned img {
		height: 0;
	}

	.section-carousel .owl-item.cloned.active img {
		height: auto;
	}

	.section-carousel .owl-item.active img {
		height: auto;
	}

	.owl-carousel.main-carousel > .owl-stage-outer {
		overflow: hidden;
	}

	.related-sections-wrap {
		display: none;
	}
}

.bx_filter .bx_filter_input_checkbox .bx_filter_param_text:hover {
	color: #e85222;
}

.footer-linck-map {
	padding-top: 15px;
}

.footer-linck-map a {
	color: #fff;
}

.h1-text {
	margin-bottom: .5rem;
	line-height: 1.1;
}
.head-phone a {
	color: #000;
}

.owl-carousel.catalog-product-page-slider_block .owl-stage {
	display: flex;
	height: 100%;
}

.owl-carousel.catalog-product-page-slider_block .catalog-list-block-child,
.owl-carousel.catalog-product-page-slider_block .catalog-list-block-child > a,
.owl-carousel.catalog-product-page-slider_block .b-sections-item {
	height: 100%;
}

.owl-carousel.catalog-product-page-slider_block .b-sections-item {
	padding-left: 10px;
	padding-right: 10px;
}

.owl-carousel.catalog-product-page-slider_block .b-sections-item-block-pic {
	align-items: center;
}

.owl-carousel.catalog-product-page-slider_block .b-sections-item__title {
	margin-bottom: 15px;
}

.dropdown-submenu.dropdown-submenu-sales .text-with-icon {
	color: #e85222;
}

.dropdown-submenu.dropdown-submenu-sales .text-with-icon__img-container {
	font-size: 25px;
	font-family: 'arial', sans-serif;
	padding: 5px 0;
}

li.dropdown-submenu.dropdown-submenu-sales:hover {
	background-color: #e85222 !important;
}

li.dropdown-submenu.dropdown-submenu-sales:hover .text-with-icon {
	color: #fff !important;
}

.mobile-catalog-menu li.dropdown-submenu.dropdown-submenu-sales .dropdown-item:hover, .mobile-catalog-menu li.dropdown-submenu.dropdown-submenu-sales:hover >.dropdown-item {
	background-color: #e85222 !important;
}

@media (max-width: 575px) {
	.catalog-list-block-subsections.row {
		padding: 0 10px !important;
	}

	.catalog-list-block-subsections.row  .col-6 {
		padding: 8px !important;;
	}
}

body.white-bg {
	background-color: #fff;
}

body.white-bg #goToTop {
	background-color: #fff;
}

.top-info-container {
	margin-top: 1.5rem;
	padding: 10px;
	background-color: #E9511C;
	text-align: center;
	color: #fff;
	font-weight: normal;
	font-size: 22px;
}

.under-banner-line {
	margin-bottom: 1.5rem;
	padding: 10px;
	text-align: center;
	color: #292b2c;
	font-weight: normal;
	font-size: 22px;
}

.top-info-container img {
	width: 38px;
	margin-right: 17px;
}

@media (max-width: 992px) {
	.top-info-container {
		margin-bottom: 1.5rem;
		font-size: 20px;
	}

	.under-banner-line {
		font-size: 20px;
	}

	.under-banner-line-wrap {
		margin-top: 1.5rem;
	}
}

@media (max-width: 767px) {
	.top-info-container {
		display: flex;
		align-items: center;
		text-align: left;
	}
}

@media (max-width: 400px) {
	.top-info-container {
		font-size: 18px;
	}

	.top-info-container img {
		width: 31px;
	}

	.under-banner-line {
		font-size: 18px;
	}
}

#registerModal.registerPage {
	display: block;
	position: relative;
	z-index: 1;
}

#registerModal.registerPage {
	display: block;
	position: relative;
	z-index: 1;
	margin-bottom: 56px;
}

#registerModal.registerPage .modal-data {
	padding-top: 30px;
}

.grecaptcha-badge {
	transform: translate(100px, 10px);
}