body {
	background: #FFF;
}
.no-scrolling {
	overflow: hidden;
}
@media (min-width: 1200px) {
	body {
		background: #0b0c10 url(images/bg.jpg) center top no-repeat;
		background-size: 100% auto;
	}
}
*:focus {
	outline: none !important;
}

a {
	color: #F90F3E;
	text-decoration: none;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
a:hover {
	color: #bd092d;
	text-decoration: none;
}

pre {
	background: #FFF;
	padding: 10px 20px;
	max-height: 500px;
	overflow-y: auto;
}

.header-column{
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 100%;
}

.header-row{
	display:flex;
	justify-content: flex-start;
	align-items:center;
	width:100%;
}

.header-contacts{
	margin: 0 20px;
	display:flex;
	justify-content: space-around;
	align-items: center;
}

.header-text{
	margin: 0 23px;
	font-weight: 500;
}

.header-search{
	margin-left: 30px;
}

.header-search form{
	display: flex;
	width: 325px;
}

.header-search .btn {
	display: block;
	width: 40px;
	height: 40px;
	font-size: 0;
	text-indent: -9999px;
	background: url(images/search.svg) center center no-repeat;
	background-size: 26px 25px;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.header-search .close {
	display: none;
}
.header-search .btn:hover,
.header-search .close:hover {
	opacity: .6 !important;
}

.header-search .form-control{
	background-color: transparent;
}

.header-menu{
	max-width: 1200px;
}
.header-cart .nav-link.icon {
	padding-left: 0px;
	width: 30px;
	height: 30px;
	position: relative;
}
.header-cart .nav-link.icon::before {
	width: 22px;
	height: 22px;
	margin-top: -11px;
}
.header-cart .nav-link.icon-cart .count {
	display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F70442;
    color: #ffffff;
    border-radius: 50%;
    font-size: 10px;
    padding: 1px 6px;
    font-weight: 500;
    position: absolute;
    top: -4px;
    right: -4px;
}
.header-cart .nav-link.icon::before {
	content: '';
	display: block;
	position: absolute;
	left: 0px;
	top: 50%;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	background-image: url(./images/cart-icon.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transition: background-image .2s ease;
	-moz-transition: background-image .2s ease;
	-ms-transition: background-image .2s ease;
	-o-transition: background-image .2s ease;
	transition: background-image .2s ease;
}

/* BOOTSTRAP */
.close, .close:hover,
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
	opacity: 1;
}
.close {
	display: block;
	position: absolute;
	z-index: 10;
	right: 20px; top: 20px;
	width: 30px;
	height: 30px;
	font-size: 0;
	text-indent: -9999px;
	background: url(images/close.svg) center center no-repeat;
	background-size: 22px 22px;
	padding: 0 !important;
	margin: 0 !important;
}
.grey-block {
	background: #F3F3F3;
	padding: 30px;
	margin-bottom: 20px;
}
.grey-form {
	background: #F3F3F3;
	padding: 30px;
	max-width: 600px;
}
label {
	margin: 0;
	color: #757575;
	font-size: .75rem;
}
.form-control {
	border-radius: 0;
	border: none;
	border-bottom: rgba(0,0,0,.12) solid 1px;
	padding: 10px 0;
	height: 36px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.grey-form .form-control {
	background: transparent;
}
.color-red {
	color: #DB002C;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
	border-color: #DB002C;
	padding-right: 0;
	background-image: none;
}
.form-control:focus,
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
	box-shadow: none;
	border-bottom: #DB002C solid 2px;
	padding-bottom: 9px;
}
textarea.form-control {
	height: 4.5em;
}
textarea.form-control.textarea-big {
	height: 12em;
}
.form-control-classic {
	border-bottom: none;
	padding-left: 12px;
	padding-right: 12px;
}
.form-control-classic:focus {
	border-bottom: none;
	padding-bottom: 10px;
}
.custom-select {
	border: rgba(0,0,0,.12) solid 1px;
	border-radius: 0;
}
.custom-select:focus {
	border-color: rgba(0,0,0,.12);
	box-shadow: none;
}
.custom-control {
	min-height: 1rem;
}
.custom-control-label {
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.custom-control-label::before,
.custom-control-label::after {
	top: .15rem;
	width: .875rem;
	height: .875rem;
}
.custom-control-label::before {
	border-color: #767676;
}
.custom-checkbox .custom-control-label::before {
	border-radius: .125rem;
}
.custom-control-input:checked ~ .custom-control-label::before {
	color: #fff;
	border-color: #F90F3E;
	background-color: #fa103f;
}
.custom-control-input:focus ~ .custom-control-label::before {
	box-shadow: none !important;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
	background-color: #fa103f;
	border-color: #fa103f;
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
	border-color: #767676;
}
.custom-checkbox-link {
	display: block;
	position: relative;
	min-height: 1rem;
	padding-left: 1.5rem;
	margin: 0 !important;
}
.custom-checkbox-link:before {
	content: "";
	display: block;
	position: absolute;
	border-radius: .125rem;
	top: .15rem;
	left: 0;
	width: .875rem;
	height: .875rem;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	background-color: #fff;
	border: #adb5bd solid 1px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%;
}
.custom-checkbox-link-checked:before {
	color: #fff;
	border-color: #F90F3E;
	background-color: #fa103f;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.invalid-text {
	color: #DB002C;
}
.success-text {
	color: #00dc13;
}
.invalid-feedback,
.blog-error-text {
	display: block;
	clear: both;
	color: #DB002C;
}
.form-response {
	display: block;
	clear: both;
	margin-top: 20px;
	color: #DB002C;
	font-weight: 700;
}
.spinner-border-sm {
	width: 1em;
	height: 1em;
	border-width: 3px;
	display: block;
}
.btn .spinner-border-sm {
	margin: 0 auto;
}
[data-toggle="tooltip"] {
	cursor: help;
}

/* MODALS */
.modal-dialog {
	margin: 0 auto;
}
.modal-content {
	border-radius: 0;
	border: none;
}
.modal-header,
.modal-body,
.modal-footer {
	padding: 28px 32px;
}
.modal-header {
	border: none;
	padding-bottom: 0;
}
.modal-title {
	margin: 0;
	padding-right: 32px;
}
.modal .close {
	right: 28px;
	top: 30px;
}
.modal-footer {
	padding: 25px;
	display: block;
	font-size: 15px;
	color: #262626;
	font-family: 'Montserrat', Arial, sans-serif;
	text-align: center;
	font-weight: 400;
}
.modal-footer .phone {
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	color: #000000;
}
@media (max-width: 991.98px) {
	#buy-product-modal .close {
		right: 2px;
		top: 2px;
	}
}
.modal .form-group {
	margin-bottom: 32px;
}

/* TOOLTIP */
.tooltip-inner {
	background: #FFF;
	color: #000;
	border-radius: 0;
	-webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,.3);
	box-shadow: 0 3px 6px 0 rgba(0,0,0,.3);
}
.bx-soa-tooltip .tooltip-inner {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.bs-tooltip-top .arrow::before {
	border-top-color: #FFF;
}
.bs-tooltip-right .arrow::before {
	border-right-color: #FFF;
}
.bs-tooltip-bottom .arrow::before {
	border-bottom-color: #FFF;
}
.bs-tooltip-left .arrow::before {
	border-left-color: #FFF;
}

/* FANCYBOX */
.fancybox-is-open .fancybox-bg {
	background: #000;
	opacity: .5;
}
.fancybox-navigation .fancybox-button {
	display: block;
	position: absolute;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background-color: #FFF;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 18px 15px;
	top: 50%;
	margin-top: -17px;
	padding: 0;
	border: none;
	-webkit-box-shadow: 0 4px 4px 0 rgba(0,0,0,.25);
	box-shadow: 0 4px 4px 0 rgba(0,0,0,.25);
}
.fancybox-navigation .fancybox-button.fancybox-prev {
	background-image: url(images/prev.svg);
	left: 10px;
}
.fancybox-navigation .fancybox-button.fancybox-next {
	background-image: url(images/next.svg);
	right: 10px;
}
.fancybox-close {
	display: block;
	position: absolute;
	right: 10px; top: 10px;
	width: 30px;
	height: 30px;
	background: #FFF url(images/close.svg) center center no-repeat;
	background-size: 22px 22px;
	padding: 0 !important;
	margin: 0 !important;
	-webkit-box-shadow: 0 4px 4px 0 rgba(0,0,0,.25);
	box-shadow: 0 4px 4px 0 rgba(0,0,0,.25);
}

/* BUTTONS */
.btn {
	font-family: 'Roboto', Arial, sans-serif;
	border-radius: 0;
	font-size: .875rem;
	line-height: 1;
	text-transform: uppercase;
	font-weight: 500;
	/* border: transparent solid 2px; */
	padding: 8px 20px;
	outline: none !important;
	/* -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.2);
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.2); */
	-webkit-transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease;
	-moz-transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease;
	-ms-transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease;
	-o-transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease;
	transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease;
}
.btn + .btn {
	margin-left: 10px;
}
.btn:not(:disabled):active {
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transform: translateY(2px);
	-moz-transform: translateY(2px);
	-ms-transform: translateY(2px);
	-o-transform: translateY(2px);
	transform: translateY(2px);
}
.btn:disabled {
	cursor: not-allowed;
}
.btn-danger,
.btn-buy {
	background: #F90F3E;
	/* border-color: #F90F3E; */
	color: #FFF;
}
.btn-buy {
	white-space: normal !important;
}
.btn-danger:hover,
.btn-buy:hover {
	color: #FFF;
	background: #bd092d;
	border-color: #bd092d;
}
.btn-danger:focus,
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-buy:focus,
.btn-buy:not(:disabled):not(.disabled):active,
.btn-buy:not(:disabled):not(.disabled):active:focus {
	color: #FFF;
	background: #bd092d;
	border-color: #bd092d;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn-outline-danger {
	color: #F90F3E;
	background: #FFF;
	border-color: #F90F3E;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn-outline-danger:hover {
	color: #F90F3E;
	background: #FEE7EC;
	border-color: #F90F3E;
}
.btn-outline-danger:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus {
	color: #F90F3E;
	background: #FEE7EC;
	border-color: #F90F3E;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn-success {
	color: #FFF;
	background: #D4CB00;
	border-color: #D4CB00;
}
.btn-success:hover {
	background: #c6bd10;
	border-color: #c6bd10;
}
.btn-success:focus,
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled):active:focus {
	background: #c6bd10;
	border-color: #c6bd10;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.2);
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.2);
}
.btn-icon:before {
	content: '';
	display: inline-block;
	width: 18px;
	height: 22px;
	margin: -6px 10px -6px 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	pointer-events: none;
}
.btn-icon-doc:before {
	background-image: url(images/doc.svg);
}
.btn-icon-plus:before {
	background-image: url(images/plus.svg);
}

/* OWL CAROUSEL */
.owl-carousel .owl-stage-outer {
	overflow: visible;
}
.owl-carousel .owl-item img {
	width: auto;
	max-width: 100%;
}
.owl-carousel .owl-nav {
	display: block;
	position: absolute;
	top: 50%; right: 0; left: 0;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
	display: block;
	position: absolute;
	width: 34px;
	height: 34px;
	top: -17px;
	font-size: 0;
	text-indent: -9999px;
	border-radius: 50%;
	background-color: #FFF;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 18px 15px;
	cursor: pointer;
	-webkit-box-shadow: 0 4px 4px 0 rgba(0,0,0,.25);
	box-shadow: 0 4px 4px 0 rgba(0,0,0,.25);
}
.owl-carousel .owl-nav button.owl-prev {
	background-image: url(images/prev.svg);
	left: -17px;
}
.owl-carousel .owl-nav button.owl-next {
	background-image: url(images/next.svg);
	right: -17px;
}
.owl-carousel .owl-nav button.owl-prev.disabled,
.owl-carousel .owl-nav button.owl-next.disabled {
	opacity: 0;
}
.owl-carousel .owl-dots {
	margin-top: 20px;
	text-align: center;
}
.owl-carousel .owl-dots .owl-dot {
	display: inline-block;
	position: relative;
}
.owl-carousel .owl-dots .owl-dot span {
	display: block;
	position: relative;
	width: 9px;
	height: 9px;
	margin: 3px;
	border-radius: 50%;
	background: #C4C4C4;
}
.owl-carousel .owl-dots .owl-dot.active span {
	background: #DB002C;
}

/* NO UI SLIDER */
.noUi-target {
	background: #B4B4B4;
	border: none;
	border-radius: 3px;
	box-shadow: none;
}
.noUi-target:hover {
	cursor: pointer;
}
.noUi-horizontal {
	height: 6px;
	margin-top: 10px;
	margin-bottom: 15px;
}
.noUi-horizontal .noUi-handle {
	width: 18px;
	height: 18px;
	background: #FFF;
	border: none;
	left: -9px;
	top: -6px;
	border-radius: 50%;
}
html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
	right: -9px;
}
.noUi-handle {
	-webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,.3);
	box-shadow: 0 3px 6px 0 rgba(0,0,0,.3);
}
.noUi-handle:focus {
	outline: none !important;
}
.noUi-handle:after,
.noUi-handle:before {
	content: none;
}
.noUi-connects {
	border-radius: 0;
}
.noUi-connect {
	background: #DB002C;
}

/* CONTAINER */
.container {
	width: 100%;
	max-width: 100%;
	padding-left: 20px;
	padding-right: 20px;
}
@media (min-width: 992px) {

}
@media (min-width: 1206px) {
	.container {
		max-width: 1186px;
	}
}

/* NAVBAR */
.navbar {
	padding: 15px 18px 0 18px;
	font-family: 'Montserrat', Arial, sans-serif;
	font-weight: 700;
	background: #F3F3F3;
	-webkit-box-shadow: 0 5px 20px 0 rgba(0,0,0,.15);
	box-shadow: 0 5px 20px 0 rgba(0,0,0,.15);
}
.fixed-top {
	z-index: 930;
}
.navbar > .container {
	position: relative;
	z-index: 2;
}
.navbar-toggler {
	position: relative;
	padding: 0;
	border: none;
	border-radius: 0;
	width: 32px; height: 32px;
	margin-right: 15px;
}
.navbar-toggler span {
	display: block;
	position: absolute;
	width: 26px;
	height: 3px;
	background: #000;
	top: 50%;
	left: 50%;
	margin: -1.5px -13px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.navbar-toggler span:nth-child(1) {
	-webkit-transform: translateY(-8px);
	-moz-transform: translateY(-8px);
	-ms-transform: translateY(-8px);
	-o-transform: translateY(-8px);
	transform: translateY(-8px);
}
.navbar-toggler span:nth-child(3) {
	-webkit-transform: translateY(8px);
	-moz-transform: translateY(8px);
	-ms-transform: translateY(8px);
	-o-transform: translateY(8px);
	transform: translateY(8px);
}
.navbar-toggler[aria-expanded=true] span:nth-child(1) {
	-webkit-transform: rotate(45deg) translateY(0px);
	-moz-transform: rotate(45deg) translateY(0px);
	-ms-transform: rotate(45deg) translateY(0px);
	-o-transform: rotate(45deg) translateY(0px);
	transform: rotate(45deg) translateY(0px);
}
.navbar-toggler[aria-expanded=true] span:nth-child(2) {
	opacity: 0;
}
.navbar-toggler[aria-expanded=true] span:nth-child(3) {
	-webkit-transform: rotate(-45deg) translateY(0px);
	-moz-transform: rotate(-45deg) translateY(0px);
	-ms-transform: rotate(-45deg) translateY(0px);
	-o-transform: rotate(-45deg) translateY(0px);
	transform: rotate(-45deg) translateY(0px);
}
.navbar-xs-cart {
	display: inline-block;
	position: relative;
	width: 32px; height: 32px;
	background: url(images/cart.png) center center no-repeat;
	background-size: 25px 25px;
}
.navbar-xs-cart .count {
	display: block;
	position: absolute;
	width: 16px;
	height: 16px;
	line-height: 16px;
	border-radius: 8px;
	background: #DB002C;
	font-size: .5625rem;
	text-align: center;
	vertical-align: middle;
	color: #FFF;
	left: 20px;
	top: 50%;
	margin-top: -16px;
}
.navbar-brand {
	padding: 0;
	margin: 0;
	font-size: 0;
	text-indent: -9999px;
	width: 78px;
	height: 32px;
	background: url(images/logo.png) center center no-repeat;
	background-size: contain;
}
.navbar-account,
.navbar-main {
	font-size: 1.125rem;
	list-style: none;
	padding: 0;
	margin-bottom: 40px;
}
.navbar-account .nav-item,
.navbar-main .nav-item {
	padding: 0 20px;
}
.navbar-account .nav-link,
.navbar-main .nav-link {
	position: relative;
	padding: 5px 0px;
	color: #000;
}
.navbar-main .active .nav-link,
.navbar-main .sub-nav-block .nav-item-action > a {
	color: #DB002C !important;
}
.navbar-main .nav-item-catalog {
	-webkit-transition: background .2s ease;
	-moz-transition: background .2s ease;
	-ms-transition: background .2s ease;
	-o-transition: background .2s ease;
	transition: background .2s ease;
}
@media (max-width: 991.98px) {
	.navbar-main .nav-item-catalog.open {
		background: #F3F3F3;
	}
	.navbar-main .nav-item-catalog .nav-link {
		color: #000 !important;
	}
}
.navbar-main .nav-item-catalog .nav-link {
	padding-right: 30px;
	position: relative;
}
.navbar-main .nav-item-catalog .nav-link::before {
	content: '';
	display: block;
	position: absolute;
	right: 5px; top: 50%;
	width: 20px; height: 14px;
	margin-top: -7px;
	background: url(images/chevron-down.svg) center center no-repeat;
	background-size: contain;
	-webkit-transition: transform .2s ease;
	-moz-transition: transform .2s ease;
	-ms-transition: transform .2s ease;
	-o-transition: transform .2s ease;
	transition: transform .2s ease;
}
.navbar-main .nav-item-catalog.open .nav-link::before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.navbar-main .nav-item-catalog .sub-nav {
	list-style: none;
	padding: 0;
	font-size: 1rem;
}
.navbar-main .nav-item-catalog .sub-nav a {
	color: #000;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}
.navbar-main .nav-item-catalog .has-sub-nav > a {
	padding-right: 30px;
	position: relative;
}
.navbar-main .nav-item-catalog .has-sub-nav > a:before {
	content: '';
	display: block;
	position: absolute;
	width: 12px;
	height: 3px;
	background: #000;
	right: 9px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media (max-width: 991.98px) {
	.navbar-main .nav-item-catalog .has-sub-nav > a:after {
		content: '';
		display: block;
		position: absolute;
		width: 3px;
		height: 12px;
		background: #000;
		right: 13.5px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
		-webkit-transition: transform .2s ease;
		-moz-transition: transform .2s ease;
		-ms-transition: transform .2s ease;
		-o-transition: transform .2s ease;
		transition: transform .2s ease;
	}
	.navbar-main .nav-item-catalog .has-sub-nav.open > a:after {
		height: 0px;
	}
}
.navbar-main .nav-item-catalog .sub-sub-nav {
	list-style: none;
	padding: 0 0 0 20px;
	font-weight: 500;
}
.navbar-main .nav-item-catalog .sub-sub-nav a {
	color: #000;
}
.navbar-main .nav-item-catalog .sub-sub-sub-nav {
	list-style: none;
	padding: 0 0 0 20px;
	font-size: .75rem;
	line-height: 1.2;
	font-weight: 400;
}
@media (max-width: 991.98px) {
	.navbar-main .nav-item-catalog .has-sub-sub-nav > a {
		padding-right: 30px;
		position: relative;
	}
	.navbar-main .nav-item-catalog .has-sub-sub-nav > a:before {
		content: '';
		display: block;
		position: absolute;
		width: 8px;
		height: 2px;
		background: #000;
		right: 11px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.navbar-main .nav-item-catalog .has-sub-sub-nav > a:after {
		content: '';
		display: block;
		position: absolute;
		width: 2px;
		height: 8px;
		background: #000;
		right: 14px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
		-webkit-transition: transform .2s ease;
		-moz-transition: transform .2s ease;
		-ms-transition: transform .2s ease;
		-o-transition: transform .2s ease;
		transition: transform .2s ease;
	}
	.navbar-main .nav-item-catalog .has-sub-sub-nav.open > a:after {
		height: 0px;
	}
}
.navbar-account .nav-link.icon {
	padding-left: 42px;
}
.navbar-account .nav-link.icon::before {
	content: '';
	display: block;
	position: absolute;
	left: 0px;
	top: 50%;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transition: background-image .2s ease;
	-moz-transition: background-image .2s ease;
	-ms-transition: background-image .2s ease;
	-o-transition: background-image .2s ease;
	transition: background-image .2s ease;
}
.navbar-account .nav-link.icon::after {
	content: '';
	display: block;
	width: 1px;
	height: 1px;
	left: -9999px;
}
.navbar-account .nav-link.icon-search {
	text-indent: -9999px;
}
.navbar-account .nav-link.icon-search::before {
	background-image: url(images/search.svg);
}
.navbar-account .nav-link.icon-account::before {
	background-image: url(images/account.svg);
}
.navbar-account .nav-link.icon-account::after,
.navbar-account .nav-link.icon-account:hover::before {
	background-image: url(images/account-red.png);
}
.navbar-account .nav-link.icon-cart::before {
	background-image: url(images/cart.png);
}
.navbar-account .nav-link.icon-cart::after,
.navbar-account .nav-link.icon-cart:hover::before {
	background-image: url(images/cart-red.png);
}
.navbar-account .nav-link.icon-cart .count {
	display: block;
	position: absolute;
	width: 16px;
	height: 16px;
	line-height: 16px;
	border-radius: 8px;
	background: #DB002C;
	font-size: .5625rem;
	text-align: center;
	vertical-align: middle;
	color: #FFF;
	left: 19px;
	top: 50%;
	margin-top: -18px;
}
.mini-cart .count.added {
	animation: pulse 2s 1;
}
@keyframes pulse {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(219, 0, 44, 0.4);
		box-shadow: 0 0 0 0 rgba(219, 0, 44, 0.4);
	}
	70% {
		-moz-box-shadow: 0 0 0 10px rgba(219, 0, 44, 0);
		box-shadow: 0 0 0 10px rgba(219, 0, 44, 0);
	}
	100% {
		-moz-box-shadow: 0 0 0 0 rgba(219, 0, 44, 0);
		box-shadow: 0 0 0 0 rgba(219, 0, 44, 0);
	}
}
.navbar-search {
	display: block;
	position: relative;
	padding: 0 20px;
	margin-bottom: 40px;
}
.navbar-search form {
	display: block;
	position: relative;
	padding-right: 40px;
}
.navbar-search .form-control {
	border-bottom: #000 solid 3px;
	padding: 0;
}
.navbar-search .form-control:focus {
	padding: 0;
	border-bottom: #DB002C solid 3px;
}
.navbar-search .btn {
	display: block;
	position: absolute;
	right: 0; top: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	font-size: 0;
	text-indent: -9999px;
	background: url(images/search.svg) center center no-repeat;
	background-size: 26px 25px;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.navbar-search .close {
	display: none;
}
.navbar-search .btn:hover,
.navbar-search .close:hover {
	opacity: .6 !important;
}
.navbar-contacts {
	padding: 0 20px;
	margin-bottom: 20px;
}
.search-mobile {
	display: block;
	position: relative;
	margin-right: 5px;
	width: 32px; height: 32px;
	background: url(images/search.svg) center center no-repeat;
	background-size: 22px 22px;
}
.phone-mobile {
	margin-right: 15px;
	font-size: 1.125rem;
	line-height: 1;
}
.phone-mobile .comment {
	font-size: .667rem;
	color: #939393;
	font-weight: 400;
}
@media (max-width: 550px) {
	.phone-mobile {
		display: block;
		position: relative;
		margin-right: 5px;
		width: 32px; height: 32px;
	}
	.phone-mobile a {
		display: block;
		position: relative;
		padding: 0;
		width: 32px; height: 32px;
		background: url(images/call.svg) center center no-repeat;
		background-size: 22px 22px;
		text-indent: -9999px;
	}
	.phone-mobile .comment {
		display: none;
	}
}
.callback-mobile {
	display: block;
	position: relative;
	padding: 0;
	width: 32px; height: 32px;
	margin-right: 5px;
	background: url(images/callback.svg) center center no-repeat;
	background-size: 22px 22px;
}
.btn-callback {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 45px;
	height: 45px;
	position: relative;
	text-align: left;
	margin-right: 0;
	padding: 0;
	font-size: .75em;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	color: #F70442;
	box-shadow: none;
	border-radius: 5px;
	border-width: 1px;
	background-color: transparent;
}
.btn-callback:hover {
	background-color: #F70442;
	border-color: #F70442;
	color: #ffffff;
}
.navbar-phone {
	margin-right: 20px;
	font-size: 1.125rem;
	white-space: nowrap;
}
.navbar-phone,
.navbar-phone a {
	font-size: 16px;
	color: #000000;
	text-decoration: none;
}
.navbar-worktime {
	font-size: .875rem;
	color: #939393;
	font-weight: 400;
}
.navbar-address {
	position: relative;
	z-index: 10;
	padding: 0 20px;
}
.navbar-address .icon {
	display: block;
	position: relative;
	padding-left: 42px;
}
.navbar-address .icon::before {
	content: '';
	display: block;
	position: absolute;
	left: 5px;
	top: 50%;
	width: 27px;
	height: 34px;
	margin-top: -8px;
	background: url(images/pin.svg) center center no-repeat;
	background-size: contain;
}
#location-city {
	position: relative;
	display: block;
	padding-bottom: 2px;
	max-width: max-content;
	font-size: 14px;
	border-bottom: 1px dashed #000000;
	color: #000000;
}
#location-city::after {
	
	position: absolute;
	top: 5px;
	right: -15px;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #000;
}
.navbar-address-change {
	position: relative;
	z-index: 2;
	font-size: .625rem;
	color: #939393;
	font-weight: 400;
	line-height: 1;
}
.navbar-address-change:hover {
	color: inherit;
}
.navbar-address-chooser {
	display: block;
	position: absolute;
	opacity: 0;
	visibility: hidden;
	top: 100%;
	left: 27px;
	width: 300px;
	padding: 10px;
	background: #FFF;
	margin-top: 12px;
	font-weight: 400;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.3);
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.3);
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	-ms-transform: translateY(20px);
	-o-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.address-chooser-shown .navbar-address-chooser {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}
.navbar-address-chooser:before {
	content: '';
	display: block;
	position: absolute;
	left: 20px;
	bottom: 100%;
	border-color: transparent transparent #FFF transparent;
	border-style: solid;
	border-width: 10px;
}
#find-location {
	margin-top: 10px;
}
.bx-sls .dropdown-block {
	height: 34px;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.bx-sls .dropdown-fade2white {
	top: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	height: auto !important;
}
.navbar-banner {
	padding: 0 20px;
}
.navbar-mobile-2nd {
	display: none;
	font-family: 'Montserrat', Arial, sans-serif;
	font-weight: 700;
	padding: 0;
	font-size: 1rem;
	line-height: 1;
	border-bottom: #eee solid 1px;
}
.navbar-mobile-2nd ul {
	margin: 0 -18px;
	padding: 0 20px;
	background: #FFF;
}
.navbar-mobile-2nd li {
	display: inline-block;
	padding: 0;
}
.navbar-mobile-2nd a {
	display: block;
	position: relative;
	padding: 15px 0 15px 28px;
	color: #000;
	text-decoration: none !important;
}
.navbar-mobile-2nd a::before {
	content: '';
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	left: 0;
	top: 50%;
	margin-top: -10px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.navbar-mobile-2nd .navbar-mobile-catalog a::before {
	background-image: url(images/catalog_mob.svg);
}
.navbar-mobile-2nd .navbar-mobile-action a {
	color: #DB002C;
}
@media (max-width: 374.98px) {
	.navbar-mobile-2nd .navbar-mobile-action a {
		text-indent: -9999px;
	}
}
.navbar-mobile-2nd .navbar-mobile-action a::before {
	background-image: url(images/action.svg);
}
.navbar-collapse .close {
	opacity: 0;
	visibility: hidden;
}
@media (max-width: 991.98px) {
	.navbar > .container {
		padding-bottom: 15px;
	}
	.navbar-collapse {
		display: block;
		position: fixed;
		background: #FFF;
		top: 0; right: 100%; bottom: 0;
		width: 100%;
		overflow-y: scroll;
		padding: 20px 0;
		-webkit-transition: all .2s ease;
		-moz-transition: all .2s ease;
		-ms-transition: all .2s ease;
		-o-transition: all .2s ease;
		transition: all .2s ease;
	}
	.navbar-collapse .close {
		opacity: 1;
		visibility: visible;
	}
	.menu-open .navbar-collapse {
		-webkit-box-shadow: 0 5px 20px 0 rgba(0,0,0,.1);
		box-shadow: 0 5px 20px 0 rgba(0,0,0,.1);
		-webkit-transform: translateX(100%);
		-moz-transform: translateX(100%);
		-ms-transform: translateX(100%);
		-o-transform: translateX(100%);
		transform: translateX(100%);
	}
}
@media (min-width: 992px) {
	.navbar {
		display: block;
		position: fixed;
		top: 0;
		transition: .3s top ease-in-out;
		padding: 0;
		-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.3);
		box-shadow: 0 2px 5px 0 rgba(0,0,0,.3);
	}
	.menu-fixed .navbar {
		position: fixed;
		top: -56px;
	}
	.menu-fixed .navbar-line {
		display: none !important;
	}
	.navbar-brand {
		width: 122px;
		height: 50px;
	}
	.search-mobile {
		display: none;
	}
	.phone-mobile {
		display: none;
	}
	.callback-mobile {
		display: none;
	}
	.navbar-xs-cart {
		display: none;
	}
	.navbar-account {
		order: 1;
		font-size: .625rem;
		margin-top: 12px;
		margin-bottom: 12px;
	}
	.navbar-account .nav-item {
		padding: 0 5px;
	}
	.menu-fixed .navbar-banner {
		display: none !important;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		position: relative;
		padding-right: 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		white-space: nowrap;
		font-weight: 500;
	}
	.navbar-expand-lg .navbar-nav .nav-link svg {
		margin-bottom: 15px;
		height: 30px;
	}
	.navbar-expand-lg .navbar-nav li .nav-link:hover  {
		color: #DB002C;
	}
	.navbar-account .nav-link.icon {
		padding-left: 31px;
	}
	.navbar-account .nav-link.icon::before {
		width: 22px;
		height: 22px;
		margin-top: -11px;
	}
	.navbar-account .nav-link.icon-cart .count {
		left: 13px;
		margin-top: -16px;
	}
	.nav-item-search form {
		display: none;
	}
	.navbar-main {
		font-size: .75rem;
		margin-top: 12px;
		margin-bottom: 12px;
		margin-left: -12px;
	}
	.menu-fixed .navbar-main-block {
		margin-left: 185px !important;
		margin-right: 20px !important;
		-ms-flex-order: 2;
		order: 2;
	}
	.navbar-main .nav-item {
		padding: 0 12px;
	}
	.navbar-expand-lg .navbar-main .nav-link {
		padding-left: 0;
		padding-right: 0;
	}
	.navbar-expand-lg .navbar-nav .header-menu__nested .nav-link {
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		white-space: normal;
	}
	.navbar-expand-lg .navbar-nav .header-menu__nested .nav-link svg {
		margin-bottom: 0;
		order: 1;
		flex-shrink: 0;
		width: 30px;
		color: #DB002C;
		transition: .2s ease-in-out;
	}
	.navbar-expand-lg .navbar-nav .header-menu__nested .nav-link:hover svg {
		color: #ffffff;
	}
	.navbar-main .nav-item-catalog .nav-link {
		padding-left: 27px;
		padding-right: 0;
		position: relative;
	}
	.navbar-main .nav-item-catalog .nav-link::before {
		content: '';
		display: block;
		position: absolute;
		left: 0; top: 50%; right: auto;
		width: 20px; height: 14px;
		margin-top: -7px;
		background: url(images/catalog.png) center center no-repeat;
		background-size: contain;
		-webkit-transition: background-image .2s ease;
		-moz-transition: background-image .2s ease;
		-ms-transition: background-image .2s ease;
		-o-transition: background-image .2s ease;
		transition: background-image .2s ease;
	}
	.navbar-main .nav-item-catalog:hover .nav-link::before,
	.navbar-main .nav-item-catalog.active .nav-link::before {
		background-image: url(images/catalog-red.png);
	}
	.navbar-main .nav-item-catalog .nav-link::after {
		content: '';
		display: block;
		position: absolute;
		width: 100%;
		height: 16px;
		background: transparent;
		left: 0;
		top: 100%;
	}
	.navbar-main .nav-item-catalog .sub-nav-block {
		display: block;
		position: absolute;
		background: transparent;
		opacity: 0;
		visibility: hidden;
		top: 130px;
		left: -20px;
		right: -20px;
		overflow: hidden;
	}
	.menu-fixed .navbar-main .nav-item-catalog .sub-nav-block {
		top: 70px;
	}
	.navbar-main .nav-item-catalog:hover .sub-nav-block {
		opacity: 1;
		visibility: visible;
		-webkit-transition: all .2s ease;
		-moz-transition: all .2s ease;
		-ms-transition: all .2s ease;
		-o-transition: all .2s ease;
		transition: all .2s ease;
	}
	.navbar-main .nav-item-catalog .sub-nav-block::before {
		content: '';
		display: block;
		position: absolute;
		pointer-events: none;
		width: 100%;
		height: 26px;
		top: 0; left: 0;
		z-index: 5;
		background: -moz-linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
		background: -webkit-linear-gradient(top, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 100%);
		background: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a000000', endColorstr='#00000000',GradientType=0 );
	}
	.navbar-main .nav-item-catalog .sub-nav {
		display: block;
		background: #FFF;
		list-style: none;
		margin: 0;
		padding: 0;
		width: 225px;
		font-size: .875rem;
		line-height: 2;
		padding: 30px 0;
	}
	.navbar-main .nav-item-catalog .has-sub-nav::after {
		left: 100%;
		opacity: 0;
		visibility: hidden;
	}
	.navbar-main .nav-item-catalog .sub-nav a {
		display: block;
		color: #000;
		text-decoration: none;
		padding: 0 10px 0 34px;
	}
	.navbar-main .nav-item-catalog .sub-nav > li:hover > a {
		background-color: #EAEAEA;
	}
	.navbar-main .nav-item-catalog .has-sub-nav > a {
		position: relative;
		padding-right: 25px;
		background-color: #FFF;
	}
	.navbar-main .nav-item-catalog .has-sub-nav > a:before {
		content: none;
	}
	.navbar-main .nav-item-catalog .has-sub-nav > a:after {
		content: '';
		display: block;
		position: absolute;
		width: 7px;
		height: 12px;
		background: url(images/chevron-right.svg) center center no-repeat;
		right: 14px;
		top: 50%;
		margin-top: -6px;
	}
	.navbar-main .nav-item-catalog .sub-sub-nav-block {
		display: block;
		position: absolute;
		opacity: 0;
		visibility: hidden;
		top: 100%; bottom: 0; left: 50%;
		overflow: hidden;
		padding: 30px 0;
		min-height: 380px;
		background: #FFF;
		-webkit-box-shadow: 0 4px 10px 0 rgba(0,0,0,.15);
		box-shadow: 0 4px 10px 0 rgba(0,0,0,.15);
		transform: translateX(-50%);
		max-width: 1186px;
		width: 100%;
		transition: .2s ease-in-out;
	}
	.navbar-main .nav-item-catalog .has-sub-nav:hover .sub-sub-nav-block {
		opacity: 1;
		visibility: visible;
		z-index: 2;
	}
	.navbar-main .nav-item:hover .sub-sub-nav-block {
		opacity: 1 !important;
		visibility: visible !important;
		z-index: 2;
	}
	.header-menu__nested .nav-item .nav-item-catalog
	{
		display:none;
	}
	.navbar-main .nav-item-catalog .sub-sub-nav {
		display: block;
		list-style: none;
		padding: 0;
		margin: 0;
		font-weight: 500;
		color: #484848;
		-webkit-column-count: 4;
		-moz-column-count: 4;
		column-count: 4;
		-webkit-column-gap: 30px;
		-moz-column-gap: 30px;
		column-gap: 30px;
		column-fill: balance;
	}
	.navbar-main .nav-item-catalog .sub-sub-nav > li {
		padding-left: 25px;
		-webkit-column-break-inside: avoid;
		page-break-inside: avoid;
		break-inside: avoid-column;
	}
	.navbar-main .nav-item-catalog .sub-sub-nav-block .mCSB_inside > .mCSB_container {
		margin-right: 0px;
	}
	.navbar-main .nav-item-catalog .sub-sub-nav a {
		line-height: 1.7;
		font-size: 16px;
	}
	.navbar-main .nav-item-catalog .sub-sub-nav a:hover {
		color: #F90F3E;
	}
	.navbar-main .nav-item-catalog .sub-sub-sub-nav {
		display: block;
		padding: 0 0 0 10px;
		margin: 0;
	}
	.navbar-main .nav-item-catalog .sub-sub-sub-nav a {
		padding-top: 4px;
		padding-bottom: 4px;
		font-size: 13px;
	}
	.navbar-account .nav-item {
		padding: 0 5px;
	}
	.navbar-search {
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		padding: 12px 20px;
		margin: 0;
		width: 100%;
		height: 60px;
		background: #FFF;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all .2s ease;
		-moz-transition: all .2s ease;
		-ms-transition: all .2s ease;
		-o-transition: all .2s ease;
		transition: all .2s ease;
	}
	.search-shown .navbar-search {
		opacity: 1;
		visibility: visible;
	}
	.navbar-search form {
		padding-right: 80px;
	}
	.navbar-search .btn {
		right: 40px;
	}
	.search-shown .navbar-search .close {
		display: block;
		position: absolute;
		right: 0; top: 50%;
		width: 40px;
		height: 40px;
		margin-top: -20px !important;
		visibility: visible;
		opacity: 1;
	}
	.navbar-contacts {
		padding: 0;
		margin: 0;
	}
	.menu-fixed .navbar-contacts {
		margin-right: 20px;
	}
	.navbar-phone {
		line-height: 1;
		text-align: right;
	}
	.navbar-worktime {
		margin-right: 18px;
		font-size: .625rem;
		line-height: 1.5;
		text-align: right;
	}
	.navbar-address {
		padding: 0;
		margin-left: 0;
		margin-right: 50px !important;
		font-size: .8125rem;
		line-height: 1.2;
	}
	.navbar-address .icon {
		padding-left: 27px;
	}
	.navbar-address .icon::before {
		width: 12px;
		height: 16px;
		margin-top: -8px;
	}
	.navbar-catalog {
		display: block;
		position: absolute;
		width: 100%;
		padding: 10px 0;
		background: #F3F3F3;
		z-index: 1020;
		top: 130px;
		-webkit-transform: translateY(-100%);
		-moz-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		-o-transform: translateY(-100%);
		transform: translateY(-100%);
		-webkit-transition: all .2s ease;
		-moz-transition: all .2s ease;
		-ms-transition: all .2s ease;
		-o-transition: all .2s ease;
		transition: all .2s ease;
	}
	.catalog-open .navbar-catalog {
		-webkit-box-shadow: 0 4px 25px 0 rgba(0,0,0,.25);
		box-shadow: 0 4px 25px 0 rgba(0,0,0,.25);
		-webkit-transform: translateY(0%);
		-moz-transform: translateY(0%);
		-ms-transform: translateY(0%);
		-o-transform: translateY(0%);
		transform: translateY(0%);
	}
	.navbar-catalog-main-nav {
		list-style: none;
		margin: 0;
		padding: 0;
		font-size: 1.125rem;
		font-weight: 700;
	}
	.navbar-catalog-main-nav li {
		margin-bottom: 10px;
	}
	.navbar-catalog-main-nav a {
		color: #DB002C;
	}
	.navbar-catalog-title {
		margin-bottom: 10px;
		font-size: 1.125rem;
		font-weight: 700;
		color: #DB002C;
	}
	.navbar-catalog-nav {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.navbar-catalog-nav a {
		color: #000;
	}
}
@media (min-width: 1200px) {
	.navbar-account {
		order: 1;
		font-size: .8125rem;
		margin-top: 12px;
		margin-bottom: 12px;
	}
	.navbar-main {
		font-size: .9375rem;
		margin-top: 12px;
		margin-bottom: 12px;
		margin-left: -12px;
	}
	.menu-fixed .navbar {
		top: -56px;
	}
	.navbar-catalog {
		top: 145px;
		padding: 30px 0;
	}
	.navbar-main .nav-item-catalog .nav-link::after {
		height: 22px;
	}
	.navbar-main .nav-item-catalog .sub-nav-block {
		top: 145px;
		left: -10px;
		right: -10px;
	}
	.menu-fixed .navbar-main .nav-item-catalog .sub-nav-block {
		top: 75px;
	}
	.navbar-search {
		height: 75px;
		padding: 19px 20px 20px 20px;
	}
}

/* MAIN CONTAINER */
.main-container {
	padding-top: 62px;
	position: relative;
}
.content-block {
	overflow: hidden;
}
.content-block.padding {
	padding-top: 16px;
	padding-bottom: 16px;
}
.main-block {
	margin-top: 24px;
}
.content-block ul:not(.no-list):not(.nav):not(.ya-share2__list) {
	padding-left: 20px;
	list-style: none;
}
.content-block ul:not(.no-list):not(.nav):not(.ya-share2__list) li {
	position: relative;
}
.content-block ul:not(.no-list):not(.nav):not(.ya-share2__list) li:before {
	content: '-';
	position: absolute;
	left: -12px;
}
@media (min-width: 992px) {
	.main-container {
		padding-top: 242px;
	    margin-top: 20px;
	}
	.content-block {
		background: #FFF;
		margin: 0 auto;
		width: 100%;
	}
	.content-block.padding {
		padding-top: 50px;
		padding-bottom: 20px;
	}
	.main-block {
		margin-top: 36px;
	}
}
@media (min-width: 1200px) {
	.main-container {
		padding-top: 152px;
		margin-top: 91px;
	}
	.cart-menu-mobile {
		padding-top: 125px;
	}
	.content-block {
		max-width: 1206px;
		margin-bottom: 26px;
		/* -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.3);
		box-shadow: 0 2px 5px 0 rgba(0,0,0,.3); */
	}
}

/* SHARE */
.share {
	line-height: 24px;
	font-size: .75rem;
	color: #939393;
	margin-top: 20px;
}

/* MAIN SLIDER */
#main-slider {
	display: block;
	position: relative;
}
#main-slider .slide {
	display: block;
	position: relative;
	width: 100%;
	height: 200px;
	padding: 16px 20px 20px 20px;
	color: #000;
	text-decoration: none;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: cover;
}
#main-slider .slide .content {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	padding-bottom: 36px;
}
#main-slider .slide .title {
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 15px;
}
#main-slider .slide .title.light {
	color: #FFF;
}
#main-slider .slide .subtitle {
	font-size: 1.125rem;
	color: #DB002C;
	line-height: 1.2;
}
#main-slider .slide .btn {
	position: absolute;
	bottom: 0; left: 0;
}
#main-slider .owl-nav {
	top: auto; left: auto;
	bottom: 47px; right: 44px;
	width: 44px;
}
#main-slider .owl-dots {
	position: absolute;
	margin: 0;
	bottom: 40px;
	right: 30px;
	left: 30px;
	pointer-events: none;
}
#main-slider .owl-dots .owl-dot {
	pointer-events: auto;
}
@media (min-width: 992px) {
	#main-slider .slide {
		height: 430px;
		padding: 20px 30px 30px 30px;
		background-position: center center;
	}
	#main-slider .slide .title {
		font-size: 4.375rem;
	}
}

/* MAIN CATEGORIES */
#main-categories {
	margin: 0 -20px;
	overflow: hidden;
}
#main-categories .category {
	display: block;
	position: relative;
	width: 100%;
	height: 147px;
	padding: 16px 20px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	text-decoration: none;
}
#main-categories .category::before {
	content: '';
	display: block;
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background: -moz-linear-gradient(top, rgba(59,89,152,0.1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(top, rgba(59,89,152,0.1) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom, rgba(59,89,152,0.1) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a3b5998', endColorstr='#00ffffff',GradientType=0 );
}
#main-categories .category .content {
	display: block;
	position: relative;
	z-index: 2;
	width: 100%; height: 100%;
}
#main-categories .category .description {
	position: absolute;
	bottom: 0; left: 0;
	font-size: 1rem;
	line-height: 1.2;
	color: #414141;
}
#main-categories .category.dark .description {
	color: #FFF;
}
@media (min-width: 992px) {
	#main-categories {
		margin: -15px 0;
	}
	#main-categories .category {
		height: 174px;
		margin-bottom: 15px;
		margin-top: 15px;
	}
	#main-categories .category .description {
		font-size: 1.125rem;
	}
}

/* PRODUCT SLIDER */
.product-slider .owl-nav {
	top: 100px;
}
.product-slider .product {
	margin-bottom: 0;
}

/* PRODUCT */
.product {
	display: block;
	position: relative;
	margin-bottom: 60px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.product:hover {
	-webkit-box-shadow: 0 5px 25px 0 rgba(0,0,0,.15);
	box-shadow: 0 5px 25px 0 rgba(0,0,0,.15);
}
.product .preview {
	display: block;
	position: relative;
	padding: 20px;
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
	#catalog-items .product .preview {
		margin: 0 0 -30px 0;
	}
}
/* .product .preview::before {
	content: '';
	display: block;
	position: absolute;
	top: 0; right: 0; left: 0;
	height: 65%;
	z-index: 2;
	background: -moz-linear-gradient(top, rgba(59,89,152,0.1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(top, rgba(59,89,152,0.1) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom, rgba(59,89,152,0.1) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a3b5998', endColorstr='#00ffffff',GradientType=0 );
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
} */
.product:hover .preview::before {
	opacity: 0;
}
.product .preview .image {
	display: block;
	position: relative;
	width: 100%;
	height: 183px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.product .preview .image img {
	width: 100%; height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	object-position: center;
}
#buy-product-modal h1 {
	padding-right: 40px;
}
.product .info {
	padding: 16px;
	padding-top: 0;
}
.product .info .title {
	display: block;
	position: relative;
	font-family: 'Montserrat', Arial, sans-serif;
	font-weight: 500;
	color: #000;
	font-size: .8125rem;
	line-height: 1;
	text-decoration: none;
	height: 2em;
	margin-bottom: 16px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
}
.product:hover .info .title {
	color: #F90F3E;
}
.product .info .price-block {
	position: relative;
}
.product .info .price {
	font-family: 'Montserrat', Arial, sans-serif;
	font-weight: 700;
	font-size: 1.125rem;
	line-height: 1;
	white-space: nowrap;
}
.product .info .price-old {
	position: absolute;
	bottom: 100%;
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: .875rem;
	line-height: 1;
	color: #DB002C;
	text-decoration: line-through;
	white-space: nowrap;
}
.product-images-slider__alert-text {
	margin: 0 auto 8px;
	position: relative;
	display: block;
	max-width: max-content;
	color: #969696;
	font-size: 16px;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
}
/*.product-images-slider__alert-text::after {
	content: '';
	position: absolute;
	top: -1px;
	left: -30px;
	width: 22px;
	height: 22px;
	background-image: url(images/alert-icon.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 22px;
}*/
.get-equipment{
	margin: 0 auto;
	padding-bottom: 1px;
	display: block;
	max-width: max-content;
	font-size: 14px;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	border-bottom: 1px dashed #939393;
	color: #939393;
}
.icons {
	display: block;
	position: absolute;
	list-style: none;
	padding: 0;
	margin: 0;
	z-index: 3;
	top: 15px;
	left: 15px;
}
.icons li {
	margin-bottom: 5px;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	vertical-align: middle;
	text-align: center;
	border-radius: 50%;
	color: #FFF;
	pointer-events: none;
}
.icons li.discount {
	background: #DB002C;
	font-size: 1.5rem;
	font-weight: 700;
}
.icons li.new {
	background: #D4CB00;
	font-size: .75rem;
	text-transform: uppercase;
	font-weight: 700;
}
.icons li.hit {
	background: #DB002C;
	font-size: .75rem;
	text-transform: uppercase;
	font-weight: 700;
}
.icons li.like {
	background: #009688 url(images/like.svg) center center no-repeat;
	background-size: 20px 20px;
	font-size: 0;
	text-indent: -9999px;
}
.utp {
	padding: 5px 0;
	text-align: center;
	font-size: .75rem;
}
.utp-icon {
	display: block;
	height: 70px;
	margin-bottom: 20px;
	background-position: center center;
	background-repeat: no-repeat;
}
.utp-icon.icon-1 {
	background-image: url(images/utp-1.png);
	background-size: 80px 69px;
}
.utp-icon.icon-2 {
	background-image: url(images/utp-2.png);
	background-size: 52px 60px;
}
.utp-icon.icon-3 {
	background-image: url(images/utp-3.png);
	background-size: 66px 69px;
}
.utp-icon.icon-4 {
	background-image: url(images/utp-4.png);
	background-size: 55px 53px;
}
.utp-icon.icon-5 {
	background-image: url(images/utp-5.png);
	background-size: 63px 60px;
}

/* PRODUCT DETAIL */
.product-images-block {
	display: flex;
	position: relative;
}
.product-images {
	margin-bottom: 10px;
}
.product-images.owl-carousel .owl-stage-outer {
	overflow: hidden;
}
.product-images .preview {
	display: block;
	position: relative;
	padding: 20px;
}
.product-images .preview .image {
	display: block;
	position: relative;
	width: 100%;
	height: 205px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.product-images .preview .image img {
	width: 100%; height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	object-position: center;
}
.product-images-preview {
	display: none;
	height: 450px;
}
.product-images-preview.swiper-container{
	width: 78px;
}
.product-images-preview .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.product-images-preview.swiper-container-vertical>.swiper-pagination-bullets{
	right:0px;
}

.product-images-slider {
	position: relative;
	width: 100%;
	max-width: calc(100% - 78px);
}
.product-brands {
	z-index: 3;
	position: absolute;
	top: 15px;
	right: 15px;
}
.product-brands__brand {
	display: block;
	width: 60px;
}
.product-brands__brand > img {
	display: block;
	max-width: 100%;
}
.product-stock {
	display: block;
	position: relative;
	list-style: none;
	padding: 0;
}
.product-stock li {
	display: inline-block;
	margin-right: 10px;
}
.product-sku {
	color: #000;
    display: inline-block;
    padding: 4px 11px;
    border: 1px solid #E1E1E1;
    font-size: 13px;
    line-height: 16px;
    font-weight: 300;
}
.product-detail .product-sku{
	display: inline-block;
	margin-bottom: 20px;
}

.product-availability {
display:none!important;
font-weight: 700;
    display: block;
    padding: 5px 9px 6px 0;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 17px;
    position: relative;
	margin-right: 5px;
}
.product-availability--available {
	background-color: #30C118;
}
.product-availability--not-available {
	background-color: #db002c;
}
.product-availability::after {
	content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-right: 15px solid #30C118;
    left: -15px;
    top: 0;
}
.product-availability--not-available::after {
	border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-right: 15px solid #db002c;
}
.product-adavantages {
	padding-left: 0 !important;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
.product-adavantages__item {
	margin-bottom: 20px;
	position: relative;
	max-width: 47%;
	min-width: 42%;
	padding-left: 40px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	color: #000000;
	font-family: 'Montserrat', sans-serif;
	display: flex;
	align-items: center;
	margin-right: 14px;
}
.product-adavantages__item::before {
	display: none;
}
.product-adavantages__item::after {
	content: '';
	position: absolute;
	left: 0;
	background-repeat: no-repeat;
	background-position: center center;
	width: 30px;
	height: 30px;
	display: flex;
}
.product-adavantages__item--places::after {
	background-image: url(images/places.svg);
}
.product-adavantages__item--density::after {
	background-image: url(images/density.svg);
}
.product-adavantages__item--material::after {
	background-image: url(images/material.svg);
}
.product-adavantages__item--cloth::after {
	background-image: url(images/cloth.svg);
}
/**ICONS**/
.product-adavantages__item--size::after {
	background-image: url(images/size.svg); /*Размер*/
}
.product-adavantages__item--gate-size::after {
	background-image: url(images/gate-size.svg);/*Размер ворот*/
}
.product-adavantages__item--box-size::after {
	background-image: url(images/box-size.svg);/*Размер коробки*/
}
.product-adavantages__item--canvas-size::after {
	background-image: url(images/canvas-size.svg);/*Размер полотна*/
}
.product-adavantages__item--game-table-size::after {
	background-image: url(images/game-table-size.svg);/*Размер игрового стола*/
}
.product-adavantages__item--table-size::after {
	background-image: url(images/table-size.svg);/*Размер стола*/
}
.product-adavantages__item--ring-size::after {
	background-image: url(images/ring-size.svg);/*Размер кольца*/
}
.product-adavantages__item--shield-size::after {
	background-image: url(images/shield-size.svg);/*Размер щита*/
}
.product-adavantages__item--material::after {
	background-image: url(images/material.svg);/*Материал*/
}
.product-adavantages__item--stuffing-material::after {
	background-image: url(images/stuffing-material.svg);/*Материал набивки*/
}
.product-adavantages__item--mannequin-material::after {
	background-image: url(images/mannequin-material.svg);/*Материал манекена*/
}
.product-adavantages__item--body-material::after {
	background-image: url(images/body-material.svg);/*Материал корпуса*/
}
.product-adavantages__item--filler::after {
	background-image: url(images/filler.svg);/*Наполнитель*/
}
.product-adavantages__item--filler-full::after {
	background-image: url(images/filler-full.svg);/*Наполнитель/полная*/
}
.product-adavantages__item--filler-empty::after {
	background-image: url(images/filler-empty.svg);/*Наполнитель / пустая*/
}
.product-adavantages__item--ventilation::after {
	background-image: url(images/ventilation.svg);/*Вентиляция*/
}
.product-adavantages__item--lifetime::after {
	background-image: url(images/lifetime.svg);/*Срок эксплуатации*/
}
.product-adavantages__item--manufacturer-country::after {
	background-image: url(images/manufacturer-country.svg);/*Страна производитель*/
}
.product-adavantages__item--protection-mount-type::after {
	background-image: url(images/protection-mount-type.svg);/*Тип крепления защиты*/
}
.product-adavantages__item--groin-guard-attachment-type::after {
	background-image: url(images/protection-mount-type.svg);/*Тип крепления защиты паха*/
}
.product-adavantages__item--helmet-mount-type::after {
	background-image: url(images/helmet--mount-type.svg);/*Тип крепления шлема*/
}
.product-adavantages__item--pear-attachment-type::after {
	background-image: url(images/pear-attachment-type.svg);/*Тип крепления груши*/
}
.product-adavantages__item--gate-mounting-type::after {
	background-image: url(images/gate-mounting-type.svg);/*Тип крепления ворот*/
}
.product-adavantages__item--cover-attachment-type::after {
	background-image: url(images/cover-attachment-type.svg);/*Тип крепления накладки*/
}
.product-adavantages__item--strengthening-protection::after {
	background-image: url(images/strengthening-protection.svg);/*Усиление защиты*/
}
.product-adavantages__item--double-single-protection::after {
	background-image: url(images/double-single-protection.svg);/*Защита двойная/одинарная*/
}
.product-adavantages__item--striking-area::after {
	background-image: url(images/striking-area.svg);/*Зона для ударов*/
}
.product-adavantages__item--mens::after {
	background-image: url(images/mens.svg);/*Мужская*/
}
.product-adavantages__item--women::after {
	background-image: url(images/women.svg);/*Женская*/
}
.product-adavantages__item--breathing-holes::after {
	background-image: url(images/breathing-holes.svg);/*Отверстия для дыхания*/
}
.product-adavantages__item--reinforcement-seams::after {
	background-image: url(images/reinforcement-seams.svg);/*Усиление швов*/
}
.product-adavantages__item--height-adjustment::after {
	background-image: url(images/height-adjustment.svg);/*Регулировка высоты*/
}
.product-adavantages__item--volume::after {
	background-image: url(images/volume.svg);/*Объем*/
}
.product-adavantages__item--filling_recommendations::after {
	background-image: url(images/filling_recommendations.svg);/*Рекоммендации по заливанию*/
}
.product-adavantages__item--sand::after {
	background-image: url(images/sand.svg);/*Песок*/
}
.product-adavantages__item--water::after {
	background-image: url(images/water.svg);/*Вода*/
}
.product-adavantages__item--curved::after {
	background-image: url(images/curved.svg);/*Изогнутый*/
}
.product-adavantages__item--not-curved::after {
	background-image: url(images/not-curved.svg);/*Не изогнутый*/
}
.product-adavantages__item--reliability::after {
	background-image: url(images/reliability.svg);/*Надежность*/
}
.product-adavantages__item--hand-comfort::after {
	background-image: url(images/hand-comfort.svg);/*Удобство для руки*/
}
.product-adavantages__item--adjustable-wrist::after {
	background-image: url(images/adjustable-wrist.svg);/*Регулировка на запястье*/
}
.product-adavantages__item--correct-hand-position::after {
	background-image: url(images/correct-hand-position.svg);/*Правильное положение руки*/
}
.product-adavantages__item--thumb-guard::after {
	background-image: url(images/thumb-guard.svg);/*Защита большого пальца*/
}
.product-adavantages__item--density-fabric::after {
	background-image: url(images/density-fabric.svg);/*Плотность ткани*/
}
.product-adavantages__item--IJF::after {
	background-image: url(images/IJF.svg);/*IJF*/
}
.product-adavantages__item--belt::after {
	background-image: url(images/belt.svg);/*Пояс*/
}
.product-adavantages__item--WKF-approved::after {
	background-image: url(images/WKF-approved.svg);/*Одобренное WKF */
}
.product-adavantages__item--CE::after {
	background-image: url(images/CE.svg);/*CE*/
}
.product-adavantages__item--fila::after {
	background-image: url(images/fila.svg);/*Fila (UWW)*/
}
.product-adavantages__item--bilateral::after {
	background-image: url(images/bilateral.svg);/*Двустороннее*/
}
.product-adavantages__item--unilateral::after {
	background-image: url(images/unilateral.svg);/*Одностороннее*/
}
.product-adavantages__item--weight::after {
	background-image: url(images/weight.svg);/*Вес*/
}
.product-adavantages__item--change-hand-position::after {
	background-image: url(images/change-hand-position.svg);/*Смена положения рук*/
}
.product-adavantages__item--insulated::after {
	background-image: url(images/insulated.svg);/*Утепленные*/
}
.product-adavantages__item--without-insulation::after {
	background-image: url(images/without-insulation.svg);/*Без утепления*/
}
.product-adavantages__item--with-open-fingers::after {
	background-image: url(images/with-open-fingers.svg);/*С открытыми пальцами*/
}
.product-adavantages__item--with-closed-fingers::after {
	background-image: url(images/with-closed-fingers.svg);/*С закрытыми пальцами*/
}
.product-adavantages__item--weightlifting::after {
	background-image: url(images/weightlifting.svg);/*Тяжелоатлетические*/
}
.product-adavantages__item--ball-pump::after {
	background-image: url(images/ball-pump.svg);/*Насос для мячей*/
}
.product-adavantages__item--carrying-handle::after {
	background-image: url(images/carrying-handle.svg);/*Ручка для переноса*/
}
.product-adavantages__item--thickness::after {
	background-image: url(images/thickness.svg);/*Толщина*/
}
.product-adavantages__item--sliding::after {
	background-image: url(images/sliding.svg);/*Скользящий*/
}
.product-adavantages__item--not-slippery::after {
	background-image: url(images/not-slippery.svg);/*Не скользкий*/
}
.product-adavantages__item--yoga::after {
	background-image: url(images/yoga.svg);/*Йога*/
}
.product-adavantages__item--fitness::after {
	background-image: url(images/fitness.svg);/*Фитнес*/
}
.product-adavantages__item--set::after {
	background-image: url(images/set.svg);/*Комплект*/
}
.product-adavantages__item--power-supply::after {
	background-image: url(images/power-supply.svg);/*Питание 220*/
}
.product-adavantages__item--scoreboard::after {
	background-image: url(images/scoreboard.svg);/*Табло*/
}
.product-adavantages__item--suspension::after {
	background-image: url(images/suspension.svg);/*Подвесной*/
}
.product-adavantages__item--stationary::after {
	background-image: url(images/stationary.svg);/*Стационарный*/
}
/**ICONS END**/
.product-price {
	margin-bottom: 20px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.product-price .price-old {
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 1.125rem;
	line-height: 1;
	color: #DB002C;
	text-decoration: line-through;
	white-space: nowrap;
}
.product-price .price {
	margin-right: 35px;
	font-family: 'Montserrat', Arial, sans-serif;
	font-weight: 700;
	font-size: 28px;
	color: #db002c;
	line-height: 39px;
	white-space: nowrap;
}
.product-params-title {
	color: #939393;
}
.product-params-block {
	list-style: none;
	padding: 0;
	margin-bottom: 11px;
}
.product-params {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 10px;
}
.product-params > div {
	max-width: 50%;
	width: auto;
}
.product-params-item {
	margin-right: 20px;
	margin-bottom: 20px;
	display: inline-block;
	position: relative;
	min-width: 30px;
	height: 30px;
	line-height: 24px;
	cursor: pointer;
	text-align: center;
	color: #000000;
	font-size: .75rem;
	white-space: nowrap;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.product-params-item.disabled {
	cursor: not-allowed !important;
}
.product-params__title {
	margin-bottom: 15px;
	font-size: 15px;
	line-height: 21px;
	color: #000000;
}
.product-params-item a,
.product-params-item span {
	display: block;
	position: relative;
	white-space: nowrap;
	height: 100%;
}
.product-params-item .color {
	border-style: solid;
	margin: 0;
	padding: 0;
	border: 15px solid #E1E1E1;
	border-radius: 50%;
}
.product-params-item .size {
	border: #E1E1E1 solid 1px;
    padding: 5px 9px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
}
.product-params-color .product-params-item:before {
	content: '';
	display: block;
	border: #000 solid 1px;
	position: absolute;
	top: -5px; right: -5px; bottom: -5px; left: -5px;
	opacity: 0;
	z-index: 0;
	border-radius: 50%;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.product-params-color .product-params-item.selected:before {
	opacity: 1;
}
.product-params-color .product-params-item.selected {
	border-color: #939393;
}
.product-params-size .product-params-item {
	overflow: hidden;
	display: block;
	border-color: #DADADA;
	margin-right: 5px;
	margin-bottom: 5px;
}
.product-params-size {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
.product-params-size .product-params-item a {
	color: inherit;
	display: block;
}
.product-params-size .product-params-item.selected {
	background-color: #000;
	border-color: #939393;
	color: #FFF;
}
.product-params-item.disabled {
	cursor: default;
}
.product-params-size .product-params-item.disabled {
	color: #dadada;
}
.product-params-size .product-params-item.disabled::before {
	content: "";
    border-bottom: 1px solid #e1e1e1;
    position: absolute;
    width: 120%;
    height: 50%;
    transform: rotate(23deg);
    left: -6px;
    z-index: 1;
}
.product-buy-block {
	margin: 0 0 20px;
}
.product-buy-block:after {
	content: '';
	display: table;
	clear: both;
}
.product-buy-block .btn {
	margin: 0 10px 10px 0;
	min-width: 180px;
	height: 50px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
}
.delivery-options {
	width: auto;
	max-width: 100%;
	font-size: .875rem;
}
.delivery-options tr td {
	padding: 4px 5px;
	border: none;
}
.delivery-options tr td:first-child {
	padding-left: 0;
}
.delivery-options tr td:last-child {
	padding-right: 0;
}
.delivery-options .option {
	color: #939393;
}
.delivery-options .value {
	color: #3B5998;
	font-weight: 700;
}
.delivery-options .value.disabled {
	color: #939393;
}
.product-info {
	margin: 40px 0;
}
.product-info .nav-pills {
	margin-bottom: 20px;
	-ms-flex-direction: column;
	flex-direction: column;
}
.product-info .nav-pills .nav-item {
	text-align: center;
	margin-bottom: -2px;
}
.product-info .nav-pills .nav-link {
	border-radius: 0;
	border: #939393 solid 2px;
	color: #939393;
	font-weight: 500;
	padding: 5px 10px;
}
.product-info .nav-pills .nav-link.active {
	background: #939393;
	color: #FFF;
}
#product-info-video .embed-responsive {
	margin-bottom: 20px;
}
@media (min-width: 992px) {
	.product-images .preview .image {
		height: 420px;
	}
	.product-images-preview {
		display: block;
	}
	.product-images-preview .preview {
		margin-bottom: 10px;
		display: block;
		position: relative;
		width: 66px;
		height: 66px!important;
		cursor: pointer;
		margin-right: 0;
        margin-left: 0;
	}
	.product-images-preview .preview .image {
		width: 100%;
		height: 100%;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		border: transparent solid 1px;
	}
	.product-images-preview .preview.active .image {
		border-color: #F90F3E;
	}
	.product-info .nav-pills {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.product-info .nav-pills .nav-item {
		margin-bottom: 0;
		margin-right: -2px;
	}
}

/* BANNER SPECIAL */
.banner-special {
	display: block;
	position: relative;
}

/* BRANDS LIST */
.brands-list a {
	display: block;
	margin: 15px 0;
}

/* MAIN BRANDS */
.brands-block {
	padding-bottom: 30px;
}
#main-brands.owl-carousel .owl-stage-outer {
	overflow: hidden;
}
#main-brands .owl-stage {
	display: flex;
	align-items: center;
}
#main-brands .brand {
	display: block;
	position: relative;
}
#main-brands .brand img {
	margin: 0 auto;
}
@media (min-width: 992px) {
	#main-brands {
		padding-left: 40px;
		padding-right: 40px;
	}
}

/* SOCIAL */
.social {
	display: block;
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
}
.social::after {
	content: '';
	display: table;
	clear: both;
}
.social li {
	display: inline-block;
	margin-right: 5px;
	float: left;
}
.social li a {
	display: block;
	position: relative;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	overflow: hidden;
	text-indent: -9999px;
	font-size: 0;
	cursor: pointer;
	opacity: 1;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 30px 30px;
}
.social li a[href*="facebook.com"] {
	background-image: url(images/facebook.svg);
}
.social li a[href*="instagram.com"] {
	background-image: url(images/instagram.svg);
}
.social li a[href*="youtube.com"] {
	background-image: url(images/youtube.svg);
}
.social li a[href*="vk.com"] {
	background-image: url(images/vk.svg);
}
.social li a[href*="ok.ru"] {
	background-image: url(images/ok.svg);
}

/* BREADCRUMB */
.breadcrumb {
	padding: 0;
	background: none;
	border-radius: 0;
	color: #939393;
	font-size: .75rem;
}
.breadcrumb-item.active,
.breadcrumb-item + .breadcrumb-item::before,
.breadcrumb a {
	color: inherit;
}
.breadcrumb a:hover {
	color: #000;
}

/* PRODUCTS LIST */
.products-hits.owl-carousel {
	width: auto;
}
.products-hits.owl-carousel .product {
	margin: 0;
}

/* PRODUCTS RELATED */
.products-related.owl-carousel {
	width: auto;
	margin-bottom: 30px;
}
.products-related.owl-carousel .owl-nav {
	left: 17px;
	right: 17px;
}
.products-related.owl-carousel .product {
	margin: 0;
}

/* SIDEBAR */
.sidebar-title {
	font-size: 1.125rem;
	font-weight: 700;
	margin-bottom: 0;
	padding: 14px 10px;
	border-bottom: 1px solid #E3E3E3;
}
.sidebar-title a {
	color: #000000;
	text-decoration: none;
}
.sidebar-title a:after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 8px;
	margin-right: 7px;
	vertical-align: .08em;
	float: right;
	font-size: 28px;
	background: url(images/chevron-down.svg);
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	/*transform-origin: 30% 61%;
	line-height: 20px;*/
	margin-top: 8px;
}
.sidebar-title a[aria-expanded=false]:after {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}
.sidebar-title a[aria-expanded=true]:after {
	-webkit-transform: rotate(1800deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(1800deg);
	transform: rotate(180deg);
}
.catalog-filter form {
	position: relative;
	margin-bottom: 20px;
}
.catalog-filter .form-group {
	margin-bottom: 0;
	margin-left: 13px;
}
.sidebar-categories {
	list-style: none;
	padding: 0;
	margin: 0;
}
.sidebar-categories a {
	color: #000;
	text-decoration: none;
}
.sidebar-categories a:hover {
	color: #F90F3E;
}
.sidebar-categories a.active {
	color: #F90F3E;
	font-weight: 500;
}
.category-filter-second {
	padding-left: 1.5rem;
}



.sidebar-nav {
	list-style: none;
	padding: 0;
	font-size: 1.125rem;
	font-weight: 700;
}
.sidebar-nav li {
	margin-bottom: 5px;
}
.sidebar-nav li a {
	color: #000000;
}
.sidebar-nav li.active a {
	color: #DB002C;
}
.sidebar-nav li.profile-logout {
	margin-top: 40px;
}
.sidebar-nav li.profile-logout a {
	color: #939393;
}
.sidebar-banner {
	display: none;
}
@media (min-width: 992px) {
	.sidebar {
		display: block;
		position: relative;
		background: #F7F7F7;
		margin-left: -30px;
		padding: 24px 30px;
	}
	.sidebar-right {
		margin-left: 0;
		margin-right: -30px;
	}
	.sidebar:before {
		content: '';
		display: block;
		position: absolute;
		width: 100%;
		/*height: 100%;*/
		left: 0;
		top: 100%;
		background: #F7F7F7;
	}
	.sidebar-banner {
		display: block;
		margin-top: 32px;
	}
}

/* CATALOG */
.catalog-description {
	display: none;
}
#filter-collapse {
	font-weight: 500;
}
.catalog-sort {
	margin-bottom: 20px;
	font-weight: 500;
}
.catalog-sort-title {
	margin-right: 16px;
}
.catalog-sort a {
	margin-right: 16px;
}
.catalog-sort .text-right a {
	margin-right: 0;
	margin-left: 16px;
}
.catalog-sort a[data-order=asc]::after,
.catalog-sort a[data-order=desc]::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .15em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.catalog-sort a[data-order=asc]::after {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.catalog-sort a[data-order=desc]::after {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}
@media (min-width: 992px) {
	.catalog-description {
		display: block;
		margin-bottom: 60px;
	}
}
@media (min-width: 1200px) {
	.catalog-description {
		-moz-column-count: 2;
		-moz-column-gap: 30px;
		-webkit-column-count: 2;
		-webkit-column-gap: 30px;
		column-count: 2;
		column-gap: 30px;
	}
}

/* FEEDBACK */
.feedbacks {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
.feedbacks ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 30px;
	margin-top: 30px;
}
.feedback {
	display: block;
	position: relative;
	margin-bottom: 24px;
}
.feedback-header,
.feedback-footer {
	font-size: .875rem;
}
.feedback-body {
	margin: 5px 0;
}
.feedback-name {
	font-weight: 700;
}
.feedback-date {
	color: #C4C4C4;
	padding-left: 20px;
}
.feedback-reply,
.feedback-delete {
	color: #C4C4C4;
	margin-right: 1em;
}
.feedback-reply:hover,
.feedback-delete:hover {
	color: inherit;
}
.feed-add-post-text {
	padding: 0 !important;
}
#form_comment_0,
.blog-comment-edit {
	margin-top: 1em;
}

/* CONTACTS */
#map {
	display: block;
	position: relative;
	margin: 0 -30px 36px -30px;
	height: 320px;
}

/* DELIVERY */
.delivery-info {
	margin: 40px 0;
}
.delivery-info .nav-pills {
	margin-bottom: 40px;
}
.delivery-info .nav-pills .nav-item {
	width: 50%;
	max-width: 165px;
	text-align: center;
	margin-right: -2px;
}
.delivery-info .nav-pills .nav-link {
	border-radius: 0;
	border: #F90F3E solid 2px;
	color: #F90F3E;
	font-weight: 500;
	padding: 5px 10px;
}
.delivery-info .nav-pills .nav-link.active {
	background: #F90F3E;
	color: #FFF;
}
.h2.product-title-h2 {
	font-size: 28px;
	line-height: 39px;
	color: #000000;
}
/* PROFILE */
.shadow-block {
	display: block;
	position: relative;
	margin: 0 -30px 30px -30px;
	padding: 30px 30px 0 30px;
	border: none;
}
.shadow-block .bx-soa-section {
	border: none;
}
/* .shadow-block:before {
	content: '';
	display: block;
	position: absolute;
	top: 0; left: 0; right: 0;
	height: 45px;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.05) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.05) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d000000', endColorstr='#00000000',GradientType=0 );
	pointer-events: none;
} */
.profile-discount {
	list-style: none;
	padding: 0;
}
.profile-discount:after {
	content: '';
	display: table;
	clear: both;
}
.profile-discount li {
	display: block;
	position: relative;
	height: 70px;
}
.profile-discount li:not(:first-child):before {
	content: '';
	display: block;
	position: absolute;
	left: 14px;
	bottom: 100%;
	width: 4px;
	height: 100%;
	background: #BDBDBD;
}
.profile-discount li.active:not(:first-child):before {
	background: #DB002C;
}
.profile-discount .value {
	display: block;
	position: relative;
	z-index: 2;
	width: 32px;
	height: 32px;
	line-height: 32px;
	border-radius: 50%;
	background: #939393;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	font-size: .75rem;
	font-weight: 700;
}
.profile-discount .active .value {
	background: #DB002C;
}
.profile-discount .from {
	font-size: 1.125rem;
	position: absolute;
	left: 40px;
	top: 0;
	line-height: 32px;
	white-space: nowrap;
}
.profile-orders .border-bottom {
	border-bottom: #DADADA solid 1px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.profile-orders .title {
	margin-bottom: 0px;
}
.profile-orders .date {
	margin-bottom: 0px;
	color: #C4C4C4;
}
.profile-orders .cancel-order {
	color: #C4C4C4;
	text-decoration: underline;
}
.profile-orders .order-label {
	color: #939393;
	margin: 5px 0;
}
.profile-orders .order-value {
	font-weight: 700;
	margin: 5px 0;
}
.profile-order .row {
	margin-bottom: 10px;
}
.profile-order-title {
	font-size: 1.25rem;
	font-weight: 500;
}
.profile-order .product-title {
	display: block;
}
.profile-order .total {
	color: #939393;
}
.profile-order .total strong {
	color: #000;
	font-size: 1.125rem;
}
@media (min-width: 992px) {
	.profile-discount li {
		height: 70px;
		width: 140px;
		float: left;
	}
	.profile-discount li:not(:first-child):before {
		width: 100%;
		height: 4px;
		top: 14px;
		bottom: auto;
		right: 100%;
		left: auto;
	}
	.profile-discount .from {
		top: 40px;
		left: 16px;
	}
}

/* CART */
.cart-title {
	font-size: 1.25rem;
	font-weight: 500;
}
.cart-border {
	border-bottom: #DADADA solid 1px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.cart-product {
	position: relative;
	margin-bottom: 20px;
	font-size: 1rem;
}
.cart-params {
	font-size: .875rem;
	margin-top: 10px;
}
.basket-item-block-amount {
	line-height: 1;
}
.cart .minus,
.cart .plus {
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background: #939393;
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.cart .delete {
	cursor: pointer;
	margin: 0 10px;
	font-size: .75rem;
	color: #939393;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.cart .delete:hover {
	text-decoration: underline;
	color: #757575
}
.basket-item-amount-filed {
	display: inline-block;
	text-align: center;
	width: 30px;
	border: none !important;
}
[data-entity=basket-coupon-delete] {
	color: #F90F3E;
	cursor: pointer;
}
.cart-total .value {
	font-size: 1.5rem;
	font-weight: 700;
}

/* ORDER */
.order-title {
	font-size: 1.125rem;
	font-weight: 700;
}
.order-total {
	font-size: 1.125rem;
	font-weight: 700;
	margin-bottom: 5px;
}
.order-summ {
	font-size: 1.5rem;
	font-weight: 700;
}
#region-name {
	position: relative;
	color: #000;
	padding-right: 15px;
}
#region-name:after {
	content: '';
	display: block;
	position: absolute;
	width: 10px;
	height: 8px;
	right: 0; top: 50%;
	margin-top: -4px;
	background: url(images/chevron-down.svg) no-repeat center center / 10px 8px;
	-webkit-transition: transform .3s ease-in-out;
	-moz-transition: transform .3s ease-in-out;
	-ms-transition: transform .3s ease-in-out;
	-o-transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
}
#region-name[aria-expanded=true]:after {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
@media (min-width: 992px) {
	.cart-params {
		font-size: 1rem;
		margin-top: 0;
	}
}

/* PAGINATION */
.pagination {
	margin-bottom: 0px;
}
.page-item {
	margin-right: 5px;
}
.page-link {
	width: 34px; height: 34px;
	background: #FFF;
	border-radius: 50% !important;
	border: none;
	font-size: .75rem;
	font-weight: 700;
	color: #DB002C;
	padding: 0;
	text-align: center;
	line-height: 34px;
	-webkit-box-shadow: 0 4px 4px 0 rgba(0,0,0,.15);
	box-shadow: 0 4px 4px 0 rgba(0,0,0,.15);
}
.page-prev,
.page-next {
	text-indent: -9999px;
	font-size: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 18px 15px;
}
.page-prev {
	background-image: url(images/prev.svg);
}
.page-next {
	background-image: url(images/next.svg);
}
.page-link:hover {
	background-color: #E5E5E5;
	color: #DB002C;
}
.page-item.active .page-link {
	background: #DB002C;
	color: #FFF;
}

/* PAGER COUNT */
.pager-count {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: .875rem;
	font-weight: 700;
}
.pager-count li {
	margin: 0 5px;
}

/* SEARCH */
.search-item {
	margin-bottom: 1.5em;
	padding-bottom: 1.5em;
	border-bottom: rgba(0,0,0,.12) solid 1px;
}

/* SCROLL TOP */
@media (min-width: 1200px) {
	.top-link {
		display: block;
		position: fixed;
		bottom: 26px;
		right: 26px;
		z-index: 100;
		width: 60px;
		height: 60px;
		background: #C4C4C4 url(images/chevron-big-up.svg) center center no-repeat;
		background-size: 28px 14px;
		opacity: .3;
	}
	.top-link.bottom {
		position: absolute;
	}
	.top-link:hover {
		opacity: 1;
	}
}

/* FOOTER */
.footer {
	background: #DB002C;
	color: #FFF;
	padding-top: 20px;
	font-size: 1rem;
}
.footer a {
	color: #FFF;
	opacity: .8;
}
.footer a:hover {
	opacity: 1;
}
.footer-title {
	font-weight: 700;
	margin-bottom: 14px;
}
.footer-nav {
	padding: 0;
	list-style: none;
	line-height: 1.6;
	margin-bottom: 30px;
}
.footer-phone {
	font-size: 1.75rem;
	white-space: nowrap;
	text-decoration: none;
	font-family: 'Montserrat', Arial, sans-serif;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 5px;
}
.footer-phone a {
	opacity: 1 !important;
}
.footer-address {
	font-family: 'Montserrat', Arial, sans-serif;
	font-weight: 500;
	font-size: .875rem;
	line-height: 1;
}
.footer-block {
	display: block;
	margin-left: -20px;
	margin-right: -20px;
	padding: 16px 20px;
	background: #C40027;
}
.footer-bottom {
	display: block;
	padding: 16px 0;
	background: #C40027;
}
.footer-bottom a {
	opacity: 1;
}
.footer-copyright,
.footer-developer {
	font-size: .625rem;
}
.footer-copyright a,
.footer-developer a {
	text-decoration: underline;
}
.footer .payment {
	border-radius: 2px;
	background: #FFF;
	padding: 5px;
	overflow: hidden;
	margin-bottom: 1em;
	max-width: 200px;
}
.footer > .container > .row {
	justify-content: center;
}

.subscribe-form {
	position: relative;
	margin: 20px 0;
}
.subscribe-form .btn {
	page-break-after: always;
	break-after: always;
}
.subscribe-form .form-response {
	color: #FFF;
}
.subscribe-form .form-response .form-control:focus,
.subscribe-form .form-response .form-control.is-invalid:focus {
	border-bottom: none;
}
@media (min-width: 992px) {
	.footer {
		padding-top: 32px;
	}
	.footer-block {
		margin-left: 0;
		margin-right: 0;
		padding: 0;
		background: none;
		width: 100%;
	}
	.footer-phone {
		font-size: 1.5rem;
		margin-top: 20px;
	}
}

.navbar__about, .navbar__footer {
	background-color: #ffffff;
}
.navbar__about-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.navbar__about-group {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.navbar__about .nav-link {
	color: #000;
	font-weight: 400;
}
.navbar__middle-list {
	margin-bottom: 0;
	padding: 0;
	display: flex;
	justify-content: flex-start;
}
.navbar__list-item {
	padding: 10px 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border-right: 2px solid #ffffff;
}
.navbar__list-item:last-child {
	border: 0;
}
.nav-link__nested {
	position: relative;
	display: block;
	width: 36px;
	height: 36px;
	background-color: #F3F3F3;
	border: 1px solid #F70442;
	border-radius: 50%;
}
.nav-link__nested::after {
	content: '';
	position: absolute;
	width: 14px;
	height: 14px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(180deg);
	background-image: url(./images/triangle.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 12px;
	transition: .3s ease-in-out;
}
.nav-item.more:hover .nav-link__nested::after {
	transform: translate(-50%, -50%) rotate(0deg);
}
.header-menu__nested {
	opacity: 0;
	visibility: hidden;
	padding: 0;
	min-width: 270px;
	list-style: none;
	position: absolute;
	box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.25);
	right: 12px;
	top: 60px;
	transition: .3s ease-in-out;
}
.header-menu__nested::after {
	width: 0;
	height: 0;
	border-bottom: 15px solid #ffffff;
	border-left: 35px solid transparent;
	content: '';
	position: absolute;
	top: -15px;
	right: 0;
}
.nav-item.more:hover .header-menu__nested {
	opacity: 1;
	visibility: visible;
	top: 80px;
}
.nav-item.more .header-menu__nested svg {
	display: none;
}
.nav-item.more:hover .header-menu__nested svg {
	display: block;
}
.header-menu__nested .nav-item {
	padding: 0 !important;
}
.header-menu__nested .nav-link {
	padding: 20px !important;
	color: #000000;
	background-color: #ffffff;
	transition: .2s ease-in-out;
	border-bottom: 1px solid #E8E8E8;
}
.header-menu__nested .nav-item:last-child .nav-link {
	border-bottom: 0;
}
.navbar-expand-lg .navbar-nav li .header-menu__nested .nav-link:hover {
	color: #ffffff;
	background-color: #000000;
}
.nav-item.more {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.navbar__footer .navbar-nav {
	margin: 0;
	padding: 20px 0;
}
.burger-button {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	cursor: pointer;
	padding: 6px 3px;
	position: relative;
	display: block;
	width: 45px;
	height: 25px;
	border: none;
	background-color: transparent;
	transition: 0.2s ease-in-out;
}
.burger-button__line {
	position: absolute;
	top: 50%;
	left: 10px;
	margin: 0 0 0 -9px;
	width: 25px;
	height: 2px;
	background-color: #000;
	opacity: 1;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.burger-button__line::after, .burger-button__line::before {
	content: "";
	position: absolute;
	left: 0;
	width: 25px;
	height: 2px;
	background-color: #13151a;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transition: -webkit-transform 0.2s;
	transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	transition: transform 0.2s, -webkit-transform 0.2s;
}
.burger-button__line::before {
	-webkit-transform: translate3D(0, -7px, 0);
	transform: translate3D(0, -7px, 0);
}
.burger-button__line::after {
	-webkit-transform: translate3D(0, 7px, 0);
	transform: translate3D(0, 7px, 0);
}
/* Мобильное меню */
.mobile-menu {
	z-index: 999;
	position: fixed;
	top: 0;
	left: -100%;
	width: 100%;
	background-color: #ffffff;
	transition: .2s ease-in-out;
}
.mobile-menu--visible {
	left: 0;
}
.mobile-menu__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.mobile-menu__header-text {
	display: flex;
	font-size: 14px;
	font-weight: 600;
	color: #ffffff;
	background-color: #262626;
	text-transform: uppercase;
	height: 60px;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	padding-left: 20px;
}
.button-close {
	flex-shrink: 0;
	padding: 0;
	display: block;
	width: 68px;
	height: 60px;
	border: 0;
	border-left: 1px solid #606060;
	background-color: #262626;
	background-image: url(./images/close-icon.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 28px;
}
.mobileMenu {
	display: block;
	padding: 0;
	list-style: 0;
}
.mobileMenu .nav-item {
	padding: 0;
}
.mobile-menu__footer .navbar-nav, .mobile-menu__body .navbar-nav  {
	display: block;
}
.mobileMenu .nav-link {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 15px;
	color: #262626;
	font-weight: 500;
	padding: 18px 0;
	padding-right: 20px;
	border-bottom: 1px solid #E3E3E3;
}
.mobileMenu .nav-link > svg {
	margin-right: 20px;
	max-width: 40px;
	width: 100%;
	height: 25px;
}
.mobile-menu__body, .mobile-menu__footer {
	padding: 0 10px;
}
.mobile-menu__scroll {
	overflow-y: auto;
	height: calc(100vh - 60px);
}
.mobile-menu__footer .navbar-main .nav-item {
	padding: 0;
}
.mobile-menu__footer .navbar-main .nav-link {
	font-weight: 500;
	text-decoration: underline;
}
.mobile-menu__nested {
	list-style: none;
	display: none;
}
.mobile-menu__nested .nav-link {
	border: 0;
	max-width: max-content;
}
.mobile-menu__nested .nav-link::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 3px;
	width: 10px;
	height: 10px;
	background-image: url(./images/nested-arrow.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 8px;
	transform: translateY(-45%);
}
.nav-item--visible .mobile-menu__nested {
	display: block;
}
.navbar__list-item:nth-child(1) {
	display: none;
}
.nav-link.has-menu::after {
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	top: 50%;
	right: 0;
	background-image: url(./images/triangle-black.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 14px;
	transform: translateY(-50%) rotate(0deg);
	transition: .2s ease-in-out;
}
.nav-link.sale {
	color: #f70442;
}
.nav-link.sale::after {
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	top: 50%;
	right: 0;
	background-image: url(./images/sale-arrow.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 14px;
	transform: translateY(-50%);
}
.nav-item--visible .nav-link.has-menu::after {
	background-image: url(./images/triangle-pink.svg);
	transform: translateY(-50%) rotate(0deg);
}
.nav-item--visible > .nav-link {
	color: #f70442;
	font-weight: 600;
}
.search-toggler {
	display: none;
	width: 40px;
	height: 40px;
	font-size: 0;
	text-indent: -9999px;
	background: url(./images/search.svg) center center no-repeat;
	background-size: 26px 25px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
}
.search-toggler.toggle {
	background: url(./images/close-icon--black.svg) center center no-repeat;
}
/* Мобильное меню */
@media (min-width: 993px) and (max-width: 1195px) {
	.header-contacts {
		flex-wrap: wrap;
	}
	.navbar-phone {
		margin-right: 15px;
	}
	.navbar-worktime {
		margin-right: 0;
		display: block;
		width: 100%;
		order: 1;
		text-align: center;
	}
}
@media (min-width: 577px) and (max-width: 992px) {
	.main-container {
		padding-top: 130px;
	}
	.navbar {
		padding: 0;
		display: block;
	}
	.navbar-account, .navbar-main {
		margin-bottom: 0;
		font-size: 0.875rem;
	}
	.navbar__about, .navbar__footer {
		padding: 10px 0;
	}
	.navbar__footer {
		display: none;
	}
	.navbar__about-group {
		width: 100%;
	}
	.navbar-address .icon::before {
		width: 12px;
		height: 16px;
	}
	.navbar-address {
		padding: 0;
	}
	.navbar-address .icon {
		padding-left: 30px;
	}
	.navbar-nav {
		display: none;
	}
	.navbar-account .nav-link.icon {
		padding: 0;
		padding-left: 42px;
	}
	.callback-mobile, .navbar-phone, .navbar-worktime, .header-search form {
		display: none;
	}
	.header-text {
		display: none;
	}
	.navbar__list-item:first-child {
		border-right: 2px solid #ffffff;
	}
	.navbar__list-item:nth-child(1) {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.navbar__list-item:nth-child(2) {
		margin-left: 15px;
		padding-right: 15px;
	}
	.header-contacts {
		margin: 0 30px;
	}
	.mobile-menu__footer .navbar-nav {
		margin-bottom: 20px;
		padding-bottom: 10px;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		border-bottom: 1px solid #E3E3E3;
	}
	.mobile-menu__footer .navbar-phone {
		margin-right: 0;
		margin-bottom: 10px;
		display: block;
		text-align: center;
	}
	.mobile-menu__footer .navbar-phone a {
		font-size: 22px;
		font-weight: 600;
	}
	.mobile-menu__placement {
		margin: 0 auto;
		margin-bottom: 20px;
		padding: 0 20px;
		position: relative;
		font-size: 15px;
		font-weight: 500;
		text-align: center;
		max-width: max-content;
	}
	.mobile-menu__placement::before {
		content: '';
		position: absolute;
		top: 5px;
		left: 0;
		width: 8px;
		height: 12px;
		background-image: url(./images/placemark.svg);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 8px;
	}
	.phone-mobile {
		display: none;
	}
	.navbar-phone {
		display: block;
	}
	.navbar-worktime {
		display: block;
		font-size: 11px;
		margin-right: 15px;
	}
	.header-contacts .d-none {
		display: block !important;
	}
	.header-search {
		margin: 0;
	}
	.header-search form {
		visibility: hidden;
		opacity: 0;
		display: block;
		width: 100%;
		position: absolute;
		left: 0;
		background-color: #ffffff;
		top: 100%;
		padding: 10px 40px 10px 20px;
		transition: .2s ease-in-out;
	}
	.header-search form.visible {
		opacity: 1;
		visibility: visible;
	}
	.header-search .btn {
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
	}
	.search-toggler {
		margin: 0 10px;
		display: block;
	}
	.header-search {
		margin-left: 0;
	}
	.navbar__list-item:last-child {
		margin: 0 auto;
	}
}
@media (max-width: 576px) {
	.main-container {
		padding-top: 115px;
	}
	#main-slider .slide {
		background-position: center center;
		background-size: 100%;
	}
	.navbar {
		padding: 0;
		display: block;
	}
	.navbar-account, .navbar-main {
		margin-bottom: 0;
		font-size: 0.875rem;
	}
	.navbar__about, .navbar__footer {
		padding: 10px 0;
	}
	.navbar__footer {
		display: none;
	}
	.navbar__about-group {
		width: 100%;
	}
	.navbar-address .icon::before {
		width: 12px;
		height: 16px;
	}
	.navbar-address {
		padding: 0;
	}
	.navbar-address .icon {
		padding-left: 30px;
	}
	.navbar-nav {
		display: none;
	}
	.navbar-account .nav-link.icon {
		padding: 0;
		padding-left: 42px;
	}
	.callback-mobile, .navbar-phone, .navbar-worktime, .header-search form {
		display: none;
	}
	.header-text {
		display: none;
	}
	.navbar__list-item {
		border: 0;
	}
	.navbar__list-item:first-child {
		border-right: 2px solid #ffffff;
	}
	.navbar__list-item:nth-child(1) {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.navbar__list-item:nth-child(2) {
		margin-left: 15px;
	}
	.navbar__middle-list {
		justify-content: space-between;
	}
	.mobile-menu__footer .navbar-nav {
		margin-bottom: 20px;
		padding-bottom: 10px;
		display: block;
		border-bottom: 1px solid #E3E3E3;
	}
	.mobile-menu__footer .navbar-phone {
		margin-right: 0;
		margin-bottom: 10px;
		display: block;
		text-align: center;
	}
	.mobile-menu__footer .navbar-phone a {
		font-size: 22px;
		font-weight: 600;
	}
	.mobile-menu__placement {
		margin: 0 auto;
		margin-bottom: 20px;
		padding: 0 20px;
		position: relative;
		font-size: 15px;
		font-weight: 500;
		text-align: center;
		max-width: max-content;
	}
	.navbar__middle-list {
		justify-content: space-between;
	}
	.mobile-menu__placement::before {
		content: '';
		position: absolute;
		top: 5px;
		left: 0px;
		width: 8px;
		height: 12px;
		background-image: url(./images/placemark.svg);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 8px;
	}
	.header-search form {
		visibility: hidden;
		opacity: 0;
		display: block;
		width: 100%;
		position: absolute;
		left: 0;
		background-color: #ffffff;
		top: 100%;
		padding: 10px 40px 10px 20px;
		transition: .2s ease-in-out;
	}
	.header-search form.visible {
		opacity: 1;
		visibility: visible;
	}
	.search-toggler {
		margin: 0 10px;
		display: block;
	}
	.header-contacts {
		margin-right: 0;
	}
	.header-search .btn {
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
	}
	.header-search {
		margin-left: 0;
	}
}

/* BITRIX */
#bx-panel {
	position: fixed !important;
	width: 100% !important;
}
#bx-panel + .navbar {
	padding-top: 45px;
}
.tablebodytext {
	display: none !important;
}
.alert {
	border-radius: 0;
}
.main-user-consent-request-popup-cont {
	border-radius: 0;
	padding: 28px 32px;
}
.main-user-consent-request-popup-header {
	margin-bottom: 1em;
	white-space: normal;
	overflow: visible;
}

/* New Description */
.description__first-banner {
	margin: 0 0 45px;
	position: relative;
	height: 435px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.description__first-banner-medal {
	position: absolute;
	right: 30px;
	bottom: 30px;
	display: block;
	width: 165px;
	height: 165px;
}
.description__counts {
	margin-bottom: 40px;
	position: relative;
	padding: 0 0 55px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.description__counts-list {
	padding-left: 0 !important;
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.description__counts-item {
	max-width: 165px;
}
.description__counts-item:last-child {
	margin-right: 0;
}
.description__counts-text {
	color: #262626;
	font-size: 14px;
	font-weight: 600;
}
.description__counts-item::before {
	display: none;
}
.description__counts::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
	width: calc(100% - 60px);
	background-color: #262626;
}
.description__counts::before {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	width: 40px;
	height: 40px;
	background-image: url(./images/black-mask.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
}
.description__counts-main-text {
	margin-right: 48px;
	flex-shrink: 0;
	font-size: 40px;
	line-height: 56px;
	font-weight: 900;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	background-image: url(./images/masked-image.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 300%;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.description__counts-number {
	font-family: 'Montserrat', sans-serif;
	font-weight: 900;
	font-size: 56px;
    color: #ffffff;
	-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #cf1822;
}
.description__recommend {
	display: flex;
	justify-content: flex-start;
}
.description__recommend-text-wrapper {
	padding: 80px 0 65px;
	display: flex;
	flex-direction: column;
}
.description__recommend-img {
	margin-right: 38px;
	display: block;
	max-width: 100%;
	flex-shrink: 0;
}
.description__recommend-text {
	margin-bottom: auto;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
}
.description__recommend-author {
	padding-bottom: 15px;
	padding-right: 60px;
	display: block;
	position: relative;
	color: #db002c;
	font-size: 14px;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
}
.description__recommend-author::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
	width: calc(100% - 60px);
	background-color: #262626;
}
.description__recommend-author::before {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	width: 40px;
	height: 40px;
	background-image: url(./images/black-mask.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
}
.description__advantages {
	margin: 0 -30px;
	padding: 50px 30px 30px;
	background-color: #f3f3f3;
}
.description__advantages-list {
	margin-bottom: 0;
	padding-left: 0 !important;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	background-image: url(./images/red-mask.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 60%;
}
.description__advantages-item::before {
	display: none;
}
.description__advantages-item {
	margin-bottom: 20px;
	margin-right: 20px;
	padding: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100%;
	height: 340px;
	max-width: calc((100% / 3) - 14px);
	background-color: #fff;
	box-shadow: 0px 3px 8px rgba(216, 0, 43, 0.1);
}
@media (min-width: 992px) {
	.description__advantages-item:nth-child(3n) {
		margin-right: 0;
	}
}
.description__advantages-item-img {
	margin-bottom: 30px;
	display: block;
	max-width: 100%;
}
.description__advantages-item-text {
	margin: 0;
	font-size: 14px;
	font-weight: 500;
	color: #262626;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
}
.description-banner {
	z-index: 1;
    margin: 0 -30px;
	position: relative;
}
.description-banner__main {
	display: block;
	max-width: 100%;
}
.description-banner__secondary {
	position: absolute;
	left: 95px;
	bottom: -195px;
	display: block;
	max-width: 100%;
}
.description__advantages-sub {
	display: flex;
	justify-content: flex-start;
}
.description__advantages-sub-textframe {
	margin-bottom: 0;
	padding-bottom: 65px;
	margin-right: 120px;
	max-width: 336px;
	position: relative;
	font-family: 'Montserrat', sans-serif;
	font-weight: 900;
	font-size: 56px;
	color: #ffffff;
	line-height: 78px;
	text-transform: uppercase;
	-webkit-text-stroke-width: 1.5px;
	-webkit-text-stroke-color: #cf1822;
	align-self: flex-end;
	flex-shrink: 0;
}
.description__advantages-sub-textframe::before {
	content: '';
	position: absolute;
	top: -125px;
	left: 0;
	width: 85px;
	height: 85px;
	background-image: url(./images/sub-text-icon.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
}
.description__advantages-sub-wrapper {
	padding-top: 40px;
}
.description-h2 {
	margin-bottom: 60px;
	position: relative;
	padding-bottom: 40px;
	display: block;
	font-size: 40px;
	color: #262626;
	font-weight: 500;
	line-height: 56px;
	font-family: 'Montserrat', sans-serif;
}
.description-h2::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
	width: calc(100% - 60px);
	background-color: #262626;
}
.description-h2::before {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	width: 40px;
	height: 40px;
	background-image: url(./images/black-mask.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
}
.description__advantages-sub-list {
	margin-bottom: 0;
	padding-left: 0 !important;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
.description__advantages-sub-item {
	margin-bottom: 60px;
	margin-right: 150px;
	max-width: 218px;
}
.description__advantages-sub-item:nth-child(2n) {
	margin-right: 0;
}
.description__advantages-sub-item::before {
	display: none;
}
.description__advantages-sub-item-img {
	margin-bottom: 40px;
	width: 218px;
	height: 208px;
	-webkit-mask-size: contain;
	-webkit-mask-image: url(./images/clip-mask.svg#mask0);
	-webkit-mask-repeat: no-repeat;
}
.description__advantages-sub-text {
	font-size: 20px;
	line-height: 28px;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
}
.description__last-banner {
	margin: 0 -30px;
	margin-bottom: -60px;
	height: 543px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.description__last-banner-text {
	margin-bottom: 0;
	padding-right: 30px;
	font-family: 'Montserrat', sans-serif;
	font-size: 40px;
	line-height: 52px;
	font-weight: 500;
	color: #ffffff;
}
.description__last-banner-name {
	margin-top: 42px;
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	color: #ffffff;
}
.description__advantages-sub-textframe--mobile {
	display: none;
}
@media (max-width: 991px) {
	.description__first-banner {
		height: 275px;
	}
	.description__first-banner-medal {
		width: 128px;
		height: 128px;
	}
	.description__counts {
		display: block;
	}
	.description__counts-main-text {
		margin-right: 0;
	}
	.description__recommend {
		flex-direction: column;
	}
	.description__recommend-img {
		order: 1;
		object-fit: cover;
	}
	.description__advantages-list {
		background-image: none;
	}
	.description__recommend-text-wrapper {
		padding: 0;
		margin: 0 0 25px;
	}
	.description__recommend-author {
		display: none;
	}
	.description__advantages-item {
		max-width: calc((100% / 2) - 14px);
	}
	.description__advantages-item:nth-child(2n) {
		margin-right: 0;
	}
	.description-banner__secondary {
		max-width: 265px;
		height: 465px;
		left: 20px;
		bottom: -180px;
	}
	.description__advantages-sub-textframe {
		display: none;
	}
	.description__advantages-sub-textframe--mobile {
		padding: 95px 20px;
		max-width: 100%;
		margin: 0;
		display: block;
		text-align: center;
	}
	.description__advantages-sub-textframe::before {
		top: -20px;
		left: 50%;
		transform: translateX(-50%);
	}
	.description-h2 {
		padding-left: 270px;
	}
	.description__advantages-sub-list {
		justify-content: center;
	}
	.description__last-banner-text {
		font-size: 30px;
		line-height: 42px;
	}
}
@media (max-width: 640px) {
	.description__first-banner {
		margin: 0 0 30px;
		height: 105px;
	}
	.description__first-banner-medal {
		display: none;
	}
	.description__counts {
		margin-bottom: 0;
		display: block;
	}
	.description__counts-main-text {
		margin-right: 0;
		font-size: 26px;
		line-height: 36px;
		text-align: center;
	}
	.description__counts-list {
		display: block;
	}
	.description__counts-item {
		margin: 0 auto;
		text-align: center;
	}
	.description__counts-item:last-child {
		margin: 0 auto;
	}
	.description__counts::after {
		width: calc(100% - 45px);
	}
	.description__counts::before {
		width: 25px;
		height: 25px;
	}
	.description__recommend {
		flex-direction: column;
	}
	.description__recommend-img {
		order: 1;
		margin-right: 0;
		height: 240px;
		object-fit: contain;
	}
	.description__recommend-text-wrapper {
		padding: 25px 0;
	}
	.description__recommend-author {
		display: none;
	}
	.description__advantages-list {
		display: block;
		background-image: none;
	}
	.description-banner__main {
		height: auto;
	}
	.description__advantages-item {
		margin-right: 0;
		max-width: 100%;
	}
	.description-banner__secondary {
		left: 40px;
		bottom: -80px;
		max-width: 100px;
		height: 170px;
	}
	.description-h2 {
		padding-left: 130px;
		line-height: 25px;
		font-size: 18px;
	}
	.description-h2::after {
		width: calc(100% - 45px);
	}
	.description-h2::before {
		width: 25px;
		height: 25px;
	}
	.description__advantages-sub-wrapper {
		padding-top: 10px;
	}
	.description__advantages-sub {
		flex-direction: column;
	}
	.description__advantages-sub-textframe {
		order: 1;
		display: none;
	}
	.description__advantages-sub-textframe--mobile {
		padding: 65px 20px 65px;
		display: block;
		font-size: 26px;
		line-height: 36px;
		text-align: center;
		margin: 0;
	}
	.description__advantages-sub-textframe::before {
		width: 55px;
		height: 55px;
		top: -20px;
		left: 50%;
		transform: translateX(-50%);
	}
	.description__advantages-sub-list {
		justify-content: space-between;
	}
	.description__advantages-sub-item {
		margin-right: 0;
		max-width: calc((100% / 2) - 25px);
	}
	.description__advantages-sub-item-img {
		width: 100%;
		height: 110px;
	}
	.description__advantages-sub-text {
		font-size: 12px;
		line-height: 17px;
	}
	.description__last-banner {
		height: 145px;
	}
	.description__last-banner-text {
		max-width: 210px;
		font-size: 14px;
		line-height: 17px;
	}
	.description__last-banner-name {
		margin-top: 0;
		font-size: 12px;
		line-height: 17px;
	}
}
/* New Description */
.delivery-info {
	border-top: 1px solid #E1E1E1;
	padding: 35px 0 38px;
}
.delivery-info__list {
	padding-left: 0 !important;
	display: flex;
	justify-content: space-between;
}
.delivery-info__item {
	max-width: 100%;
	width: auto;
	display: flex;
	justify-content: left;
	border-right: 1px solid #E1E1E1;
}
.delivery-info__item:nth-child(2) {
	margin-right: 35px;
}
.delivery-info__item:last-child {
	border-right: 0;
}
.delivery-info__item::before {
	display: none;
}
.delivery-info__title {
	margin-bottom: 7px;
	display: block;
	font-size: 14px;
	line-height: 21px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
}
.delivery-info__title .delivery-info__text {
	display: inline;
}
.delivery-info__text {
	display: block;
	font-size: 14px;
	line-height: 21px;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
}
.delivery-info__text--gray {
	color: #939393;
}

.delivery-info__body {
	position: relative;
	max-width: 84px;
	margin: 0;
}
.delivery-info__body::before {
	content: '';
	position: absolute;
	top: 50%;
	left: -40px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	transform: translateY(-50%);
}
.delivery-info__body--box::before {
	width: 27px;
	height: 30px;
	background-image: url(images/delivery-box.svg);
}
.delivery-info__body--geo::before {
	width: 20px;
	height: 30px;
	background-image: url(images/delivery-geo.svg);
}
.delivery-info__body--timer::before {
	left: -50px;
	width: 35px;
	height: 30px;
	background-image: url(images/delivery-timer.svg);
}
.delivery-info__payments {
	display: block;
	max-width: 100%;
}
.together-section {
	margin: 0 -30px;
	padding: 30px 30px 35px;
	display: flex;
	justify-content: flex-start;
	background-color: #f3f3f3;
}
.together-section__info {
	margin-right: 65px;
	max-width: 250px;
}
.together-section__title {
	margin: 0 0 10px;
	display: block;
	color: #262626;
	font-size: 28px;
	line-height: 36px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
}
.together-section__text {
	margin: 0 0 13px;
	display: block;
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	color: #262626;
	font-family: 'Montserrat', sans-serif;
}
.together-section__price {
	margin: 0 0 18px;
	display: block;
	font-size: 20px;
	line-height: 28px;
	font-weight: 600;
	color: #DB002C;
	font-family: 'Montserrat', sans-serif;
}
.together-section__discount-price {
    color: #DB002C;
    text-decoration: line-through;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}
.together-section__info .btn {
	margin: 0 0 15px;
	display: block;
	width: 100%;
	height: 50px;
	font-weight: 600;
	font-size: 13px;
	font-family: 'Montserrat', sans-serif;
}
.together-section__list {
	padding-left: 0 !important;
	display: flex;
	justify-content: flex-start;
}
.together-section__item {
	margin-right: 30px;
	max-width: 264px;
}
.together-section__item:last-child {
	margin-right: 0;
}
.together-section__item::before {
	display: none;
}
.together-section__item .preview {
	margin: 0 0 20px;
	padding: 0;
}
.together-section__item .product {
	margin-bottom: 0;
}
.together-section__item .product:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.together-section__item .product .info .title {
	line-height: 20px;
	font-weight: 500;
	height: 3em;
}
.together-section__item .product .info .price {
	font-size: 16px;
	color: #db002c;
}
.together-section__item .product .preview::before {
	display: none;
}
.together-section__item .product .preview .image {
	height: 255px;
	background: #ffffff;
}
.together-section__item .product .info {
	padding: 0;
}
.together-section__item::after {
	content: '+';
	position: absolute;
	top: 30%;
	right: -23px;
	font-size: 24px;
	color: #969696;
}
.together-section__item:last-child::after {
	display: none;
}
.together-section__item.inactive img {
	opacity: 0.3;
}
.together-section__button {
	cursor: pointer;
	z-index: 1;
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 15px 15px 15px 45px;
	display: block;
	height: 50px;
	font-size: 0;
	font-family: 'Montserrat', sans-serif;
	color: #ffffff;
	background-color: #F3F3F3;
	transition: .2s ease-in-out;
	border: 0;
	font-weight: 500;
}
.together-section__button::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 15px;
	display: block;
	width: 20px;
	height: 18px;
	background-image: url(images/cart-red.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	transition: .2s ease-in-out;
	transform: translateY(-50%);
}
.together-section__button:hover {
	font-size: 14px;
	background-color: #DB002C;
	color: #ffffff;
}
.together-section__button:hover::after {
	background-image: url(images/cart-white.svg);
}
.together-section__in {
	cursor: pointer;
	z-index: 1;
	position: absolute;
	top: 15px;
	right: 15px;
	display: block;
	width: 30px;
	height: 30px;
	background-color: transparent;
	background-image: url(images/together-delete.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
}
.add_to_set {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px 20px 10px 20px;
    background-color: #f90f3e;
    color: #fff;
    cursor: pointer;
    font-weight: 600;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
}
.product-images-slider__alert--mobile {
	display: none;
}
@media (max-width: 991px) {
	.delivery-info {
		padding: 65px 0 38px;
	}
	.product-images-slider {
		max-width: 100%;
	}
	.product-images-slider__alert {
		display: none;
	}
	.product-images-slider__alert--mobile {
		display: block;
		width: 100%;
	}
	.product-buy-block {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.h2.product-title-h2 {
		font-size: 20px;
		line-height: 28px;
	}
	.product-adavantages__item {
		padding-right: 20px;
		width: 100%;
	}
	.product-params__size {
		order: 1;
	}
	.product-images-slider__alert-text {
		padding-left: 30px;
	}
	.product-images-slider__alert-text::after {
		left: 0;
	}
	.product-images-slider__alert-text {
		width: 100%;
	}
	.delivery-info__item {
		margin-bottom: 25px;
		justify-content: center;
		border: 0;
	}
	.delivery-info__item:last-child {
		margin-bottom: 0;
	}
	.delivery-info__body {
		min-width: 1px;
		text-align: center;
	}
	.delivery-info__body::before, .delivery-info__body--timer::before {
		top: -40px;
		left: 50%;
		transform: translateX(-50%);
	}
	.product-buy-block .btn {
		margin-right: 0;
		width: 49%;
	}
	.delivery-info__item:last-child .delivery-info__body {
		padding: 0;
	}
	.delivery-info__item:nth-child(2) {
		margin-right: 0;
	}
	.together-section__info {
		max-width: 182px;
	}
	.together-section__item .product .preview .image {
		height: 153px;
	}
	.together-section__button {
		right: unset;
		left: 0;
		bottom: -185px;
		font-size: 14px;
		color: #db002c;
		border: 1px solid #E1E1E1;
	}
	.together-section__item {
		margin-right: 20px;
	}
	.together-section__item::after {
		right: -17px;
	}
	.together-section__item .product .info .title {
		height: 5em;
	}
}
@media (max-width: 640px) {
	.delivery-info {
		padding: 35px 0 38px;
	}
	.product-images-slider__alert {
		display: none;
	}
	.product-images-slider__alert--mobile {
		display: block;
		width: 100%;
	}
	.product-buy-block {
		display: block;
	}
	.h2.product-title-h2 {
		font-size: 20px;
		line-height: 28px;
	}
	.product-adavantages__item {
		padding-right: 0;
		max-width: 100%;
		width: 100%;
	}
	.product-params > div {
		max-width: 100%;
	}
	.product-params__size {
		order: 1;
	}
	.product-images-slider__alert-text {
		padding-left: 30px;
	}
	.product-images-slider__alert-text::after {
		left: 0;
	}
	.product-images-slider__alert-text {
		width: 100%;
	}
	.delivery-info__list {
		display: block;
	}
	.delivery-info__item {
		margin-bottom: 25px;
		justify-content: center;
		border: 0;
	}
	.delivery-info__item:last-child {
		margin-bottom: 0;
	}
	.delivery-info__body {
		text-align: left;
		padding-left: 60px;
		min-width: 240px;
	}
	.delivery-info__body::before, .delivery-info__body--timer::before {
		top: 0;
		left: 10px;
		transform: none;
	}
	.product-buy-block .btn {
		width: 100%;
	}
	.delivery-info__item:last-child .delivery-info__body {
		padding: 0;
	}
	.together-section {
		position: relative;
		padding-top: 100px;
		flex-direction: column;
	}
	.together-section__info {
		order: 1;
		margin-right: 0;
		max-width: 100%;
		width: 100%;
	}
	.together-section__title {
		position: absolute;
		top: 15px;
		left: 50%;
		display: block;
		width: 100%;
		text-align: center;
		transform: translateX(-50%);
	}
	.together-section__list {
		display: block;
	}
	.together-section__item {
		margin-right: 0;
		max-width: 100%;
	}
	.together-section__item .product {
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.together-section__item .product .preview .image {
		margin-right: 20px;
		width: 135px;
		height: 130px;
	}
	.together-section__button {
		right: -135px;
		left: unset;
		bottom: 0;
		font-size: 14px;
		color: #db002c;
		border: 1px solid #E1E1E1;
	}
	.together-section__item .preview {
		margin: 0 0 30px;
	}
	.together-section__item::after {
		top: 80%;
		right: 0;
		left: 60px;
	}
	.together-section__in {
		top: 7px;
		right: 25px;
	}
}
.mt-0 {
	margin-top: 0px;
}
.menu-fixed .navbar__footer{
	display: none;
}
.product-price .bonus {
    background: url(images/bonus-bg.jpg) no-repeat;
    width: 164px;
    height: 28px;
    padding: 0px 15px;
	font-size: 13px;
	line-height: 16px;
	color: #969696;
}
.bonus_number {
    font-size: 13px;
    line-height: 16px;
    color: #262626;
}
.bonus_rouble {
    width: 12px;
    height: 12px;
    background: url(images/bonus-rub.svg);
	display: inline-block;
}
.bonus_i {
    width: 16px;
    height: 16px;
    background: url(images/iii.svg);
    display: inline-block;
	position: relative;
}
.bonus_block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
@media (max-width:500px) {
	.product-price {
		display: block;
	}
	.product-availability {
		display: inline-block;
	}
	.product-price .bonus{
		display: inline-block;
	}
}
.d-flex.justify-content-between.align-items-center {
    padding-bottom: 15px;
    border-bottom: solid 1px #DCDCDC;
    border-radius: 3px;
}
#catalog-items .bonus_number {
    margin: 0 6px;
}
#catalog-items .bonus_block {
    justify-content: center;
	color: #969696;
}
#catalog-items .bonus_i {
	display: none;
}
#catalog-items .bonus {
    padding: 10px;
}
.cart-border .bonus {
    display: flex;
    justify-content: space-around;
}
.bonus_desc {
    display: inline-block;
	font-size: 14px;
	color: #969696;
	line-height: 25px;
}
.cart-border .bonus_block {
    background: url(images/bonus-bg.jpg) no-repeat;
    width: 164px;
    height: 28px;
    padding: 0px 15px;
    font-size: 13px;
    line-height: 16px;
    color: #969696;
}
.bonus_delimeter {
	width: 1px;
    height: 67px;
    background-color: #DADADA;
    background-position: center;
    display: inline-block;
}
.bonus_delimeter-block{
	text-align: center;
}
.row.align-items-end.justify-content-between {
    align-items: center !important;
}
@media (min-width:575px) and (max-width: 768px) {
	.cart-border .bonus {
		display: flex;
		flex-direction: column;
		align-items: flex-end;
	}
}
@media (max-width: 575px) {
	.cart-border .bonus {
		align-items: center;
		flex-direction: column;
	}
}
@media (max-width: 768px) {
	.bonus_desc{
		margin-bottom: 15px;
	}
}
.lb_tabs>label:before{
	display: none;
}
.product-availability::after {
    display: none;
}
.product-availability--available {
	background: url(images/in-stock.jpg) no-repeat;
    padding: 0 15px;
    width: 129px;
    height: 28px;
    line-height: 28px;
    text-align: center;
}
.descr-bonus-info{
	display:none;
    padding:10px;
    background:#F3F3F3;
    -moz-box-shadow:0 5px 5px rgba(0,0,0,0.3);
    -webkit-box-shadow:0 5px 5px rgba(0,0,0,0.3);
    box-shadow:0 5px 5px rgba(0,0,0,0.3);
	border-radius: 2px;
}
.bonus_i:hover .descr-bonus-info{
    display:block;
    position:absolute;
    top: -44px;
    z-index:9999;
}
.bonus_i .descr-bonus-info:hover {
    display:block;
    position:absolute;
    top: -44px;
    z-index:9999;
}



.top-banners-dialog__container {
    max-width: 1186px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
	align-items: center;
	height: 40px;
}
.top-banners-dialog__subimg {
    margin-right: 30px;
	margin-bottom: -6px;
}
.top-banners-dialog__title {
    font-size: 20px;
    line-height: 120%;
    color: #DB002C;
}
.top-banners-dialog__subtitle {
    font-size: 12px;
    font-weight: 500;
}
.top-banners-dialog__link{
	text-decoration-line: underline;
    color: #DB002C;
    font-weight: 500;
	position: relative;
}
.top-banners-dialog__close.close {
    position: inherit;
    width: 14px;
    height: 14px;
    background-position: center;
}
.top-banners-dialog__link:after {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    border-right: solid 1px;
    border-top: solid 1px;
    position: absolute;
    right: -10px;
    top: 35%;
    transform: rotate(43deg);
}
.top-banners-dialog__close:hover {
	cursor: pointer;
}
.top-banners-dialog__close {
    width: 14px;
    height: 14px;
    background: url(/local/templates/rbx/images/close-gray.svg);
}
@media (min-width:1200px) {
	.top-banners-dialog__subimg {
		width: 64px;
		height: 34px;
		background-repeat: no-repeat;
	}
}
@media (max-width:1200px) {
	.top-banners-dialog__title {
		font-size: 14px;
	}
	.top-banners-dialog__subimg {
		margin-right: 18px;
		width: 64px;
		height: 34px;
		background-repeat: no-repeat;
	}
	.top-banners-dialog__subtitle {
		max-width: 40%;
	}
}
@media (max-width:767px) {
	.top-banners-dialog__container {
		height: 83px;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
	}
	.top-banners-dialog__link {
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		left: 0;
		width: 1000%;
		height: 100%;
		margin-left: -50%;
	}
	.top-banners-dialog__item {
		position: relative;
	}
	.top-banners-dialog__close {
		position: absolute;
		z-index: 9;
		right: 2%;
		top: 38%;
	}
	.top-banners-dialog__subtitle {
		min-width: 65%;
		display: block;
	}
	.top-banners-dialog__title {
		width: 65%;
	}
	.top-banners-dialog__subimg{
		position: absolute;
		right: 11%;
		margin-right: 0;
		top: 10%;
		display: block;
		width: 78px;
		background-image: url(/local/templates/rbx/images/samsung-versusbox-mobile.png) !important;
		background-repeat: no-repeat;
		height: 65px;
		border: none;
	}
}
.boxes-tip-filter {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    margin: 0 -30px 0px -30px;
    padding: 30px 30px 0 30px;
	flex-wrap: wrap;
}
.boxes-tip-filter.form-group:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.05) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.05) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d000000', endColorstr='#00000000',GradientType=0 );
    pointer-events: none;
}
.boxes-tip-filter label input[type=checkbox] {
	position: absolute;
	z-index: -1;
	opacity: 0;
	display: block;
	width: 0;
	height: 0;
}
.boxes-tip-filter label input[type=checkbox] + span:hover {
	cursor: pointer;
	color: #fff;
	background: #DB002C;
	border: 1px solid #DB002C;
}
.boxes-tip-filter label input[type=checkbox] + span:hover:before {
	background: url(images/filter-white.svg);
}
.boxes-tip-filter label input[type=checkbox] + span {
	display: flex;
	align-items: center;
	font-size: 15px;
	color: #868686;
	background: #FFFFFF;
	border: 1px solid #E9E9E9;
	box-sizing: border-box;
	border-radius: 47px;
	padding: 6px 15px 6px 17px;
}
.boxes-tip-filter label input[type=checkbox]:checked + span {
	color: #fff;
	background: #DB002C;
	border: 1px solid #DB002C;
}
.boxes-tip-filter label input[type=checkbox]:checked + span:before {
	background: url(images/filter-white.svg);
}
.boxes-tip-filter__unset span{
	border-bottom: 1px dashed #fff;
	display: flex;
    align-items: center;
}
.boxes-tip-filter__unset span:hover{
	border-bottom: 1px dashed #DB002C;
}
.boxes-tip-filter__unset{
	margin-left: 10px;
	background: #FFFFFF;
	border-radius: 47px;
	display: flex;
	align-items: center;
	color: #DB002C;
	padding: 6px 12px 6px 13px;
	margin-bottom: 10px;
}
.boxes-tip-filter__boxes_tip.custom-control.custom-checkbox span::before{
	content:'';
	display: inline-flex;
	width: 11px;
	height: 12px;
	background: url(images/filter-grey.svg);
	margin-right: 5px;
}
.boxes-tip-filter .boxes-tip-filter__unset span::before{
	content:'';
	display: inline-flex;
	width: 8px;
	height: 8px;
	background: url(images/unset-close.svg);
	margin-right: 5px;
}
.boxes-tip-filter + hr{
	margin: 20px 0 0 0;
}
.boxes-tip-filter__boxes_tip.custom-control.custom-checkbox{
	margin-bottom: 10px;
}
@media (max-width: 991px) {
	.boxes-tip-filter {
		justify-content: center;
	}
	.boxes-tip-filter + hr{
		display: none;
	}
}
body {
	color: #7A7A7A;
	background: #fff;
	font: 400 15px/21px 'Montserrat', Arial, sans-serif;
  }

  body.scroll-none {
	overflow: hidden;
  }

  @media only screen and (max-width: 767px) {
	body {
	  font-size: 14px;
	  line-height: 20px;
	}
  }

  p {
	margin-bottom: 12px;
  }

  @media (min-width: 1300px) {
	.container {
	  max-width: 1246px;
	}
  }

  @media only screen and (max-width: 767px) {
	.container {
	  padding-left: 10px;
	  padding-right: 10px;
	}
  }

  .btn {
	font-family: 'Montserrat', Arial, sans-serif;
	padding: 8px 17px;
	font-size: 15px;
  }

  @media only screen and (max-width: 991px) {
	.btn {
	  font-size: 14px;
	}
  }

  .btn-danger, .btn-buy {
	background: #DB002C;
	font-size: 14px;
  }

  .bg-light-gray {
	background: #F3F3F3;
  }

  .title {
	text-transform: uppercase;
	font-size: 40px;
	line-height: 56px;
	font-weight: bold;
	color: #262626;
  }

  @media only screen and (max-width: 767px) {
	.title {
	  font-size: 20px;
	  line-height: 28px;
	}
  }

  .title-light {
	font-size: 40px;
	line-height: 52px;
	margin: 40px 0 20px;
	font-weight: 400;
	color: #262626;
  }

  @media only screen and (max-width: 991px) {
	.title-light {
	  margin: 31px 0 21px;
	}
  }

  @media only screen and (max-width: 767px) {
	.title-light {
	  font-size: 20px;
	  line-height: 26px;
	  margin-bottom: 17px;
	}
  }

  .row-md {
	margin-left: -5px;
	margin-right: -5px;
  }

  .row-md > * {
	padding-left: 5px;
	padding-right: 5px;
  }

  @media only screen and (max-width: 991px) {
	.row-md {
	  margin-left: -10px;
	  margin-right: -10px;
	}
	.row-md > * {
	  padding-left: 10px;
	  padding-right: 10px;
	}
  }

  @media only screen and (max-width: 767px) {
	.row-md {
	  margin-left: -5px;
	  margin-right: -5px;
	}
	.row-md > * {
	  padding-left: 5px;
	  padding-right: 5px;
	}
  }

  .text-block {
	margin-bottom: 104px;
  }

  @media only screen and (max-width: 991px) {
	.text-block {
	  margin-bottom: 63px;
	}
  }

  @media only screen and (max-width: 767px) {
	.text-block {
	  margin-bottom: 43px;
	}
  }

  @media only screen and (min-width: 1200px) {
	.main-container {
	  padding-top: 92px;
	}
  }

  @media only screen and (max-width: 991px) {
	.main-container {
	  padding-top: 96px;
	}
  }

  @media only screen and (max-width: 767px) {
	.main-container {
	  padding-top: 106px;
	  overflow: hidden;
	}
  }

  .header {
	background: #F3F3F3;
	-webkit-box-shadow: none;
			box-shadow: none;
	font-weight: normal;
	border: none;
  }

  .header__top {
	border-bottom: 1px solid #E0E0E0;
  }

  .header__top .navbar-main {
	-ms-flex-item-align: center;
		-ms-grid-row-align: center;
		align-self: center;
	margin: -4px 0 0;
	-webkit-box-flex: 1;
		-ms-flex-positive: 1;
			flex-grow: 1;
  }

  .header__top .navbar-main__item {
	margin-right: 5.5%;
  }

  @media only screen and (max-width: 1249px) {
	.header__top .navbar-main__item {
	  margin-right: 15px;
	}
  }

  .header__top .navbar-main__item.active .header-nav__link {
	color: #DB002C;
  }

	.navbar-main__link {
		color: #7A7A7A;
		font-size: 14px;
	}

  .header__top .navbar-main__link:hover {
	color: #DB002C;
  }

  .header__contacts {
	text-align: center;
	font-size: 11px;
	line-height: 13px;
	padding: 3px 19px 0;
	border-left: 1px solid #E0E0E0;
  }

  @media only screen and (max-width: 991px) {
	.header__contacts {
	  margin-left: auto;
	  padding-top: 12px;
	}
  }

  .header__contacts p {
	margin: 0;
  }

  .header__phone {
	font-size: 16px;
	line-height: 21px;
	color: #000;
	font-weight: bold;
	display: inline-block;
	margin-bottom: 4px;
  }

  @media only screen and (max-width: 991px) {
	.header__phone {
	  margin-bottom: 2px;
	}
  }

  .header__phone:hover {
	color: #DB002C;
  }

  .header-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style-type: none;
	padding: 0;
	-ms-flex-item-align: start;
		align-self: flex-start;
	/* margin: 7px auto 0 5.6%; */
    margin: 7px 0 0 5.6%;
  }

  @media only screen and (max-width: 1249px) {
	.header-menu {
	  margin-left: 30px;
	}
  }

  .header-menu__item {
	margin-right: 29px;
	padding: 0 !important;
  }

  @media only screen and (max-width: 1249px) {
	.header-menu__item {
	  margin-right: 15px;
	}
  }

  .header-menu__item.show .header-nav__link {
	color: #DB002C;
  }

  .header-menu__item.show .header-nav__link::after {
	-webkit-transform: rotate(180deg);
			transform: rotate(180deg);
  }

  .header_menu_catalog > a {
	font-weight: 500;
	font-size: 15px;
	line-height: 21px;
	color: #262626;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	padding: 7px 16px 6px 15px !important;
	border: 1px solid #262626;
	width: fit-content;
    background: #fff;
  }
  .header_menu_catalog:hover > a {
	color:#fff;
    background: #000;
  }
  
  .header-nav ul.submenu {
	display: none;
  }
  .header-nav .has_submenu:hover ul.submenu {
	display: block;
	position:absolute;
	width: 158px;
	box-shadow: 0 7px 10px #00000050;
	background:#fff;
	margin:0;
	padding:0;
	border-radius:2px;
  }
  .header-nav ul.submenu li {
	margin:0;
	padding:0;
	list-style-type: none;
  }
  .header-nav ul.submenu li a {
    display:block;
	padding:12px 18px;
	text-decoration:none;
  }
  .header-nav ul.submenu li a:hover {
    color: #DB002C;
  }
  
  .header-nav .header-nav__item:not(.header_menu_catalog) .down_icon {
    display: block;
    height: 8px;
    width: 12px;
	margin: 3px 0 0 8px;
    background-image: url('data:image/svg+xml,<svg width="12" height="8" viewBox="0 0 12 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.07595 0.966558C1.26593 0.795637 1.55421 0.795481 1.74438 0.966195L5.66598 4.48672C5.85599 4.6573 6.144 4.6573 6.33401 4.48672L10.2556 0.966196C10.4458 0.795481 10.7341 0.795637 10.9241 0.966558L11.5868 1.56287C11.8076 1.7615 11.8076 2.10765 11.5868 2.30628L6.33442 7.03181C6.14428 7.20287 5.85571 7.20287 5.66558 7.03181L0.413151 2.30628C0.192374 2.10765 0.192374 1.76149 0.413151 1.56287L1.07595 0.966558Z" fill="%233B4B64" /></svg>');
    background-repeat: no-repeat;
  }
  
  .header-menu__link {
	font-weight: 500;
	font-size: 15px;
	line-height: 21px;
	color: #262626;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	padding: 6px 0 34px !important;
	border-bottom: 2px solid transparent;
  }

  .header-menu__link.link-catalogue {
	padding: 7px 16px 6px 15px !important;
	border: 1px solid #262626;
  }

  .header-menu__link.link-catalogue .catalogue-icon {
	margin-right: 6px;
	margin-top: 2px;
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url(img/icon-menu.svg) 0 0 no-repeat;
	background-size: contain;
  }

  .header-menu__link:hover, .header-menu__link.active {
	color: #DB002C;
	border-color: #DB002C;
  }

  .header-menu__link:hover .catalogue-icon, .header-menu__link.active .catalogue-icon {
	background-image: url(img/icon-menu-red.svg);
  }

  .header-menu__link.active:before {
	content: '';
	display: block;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 930;
  }

  .header__middle {
	position: relative;
  }

  @media only screen and (min-width: 992px) {
	.header__middle {
	  padding-top: 19px;
	  padding-bottom: 19px;
	}
  }

  .header-text {
	color: #000;
	font-size: 14px;
	line-height: 20px;
	margin: 5px 0 0 25px;
  }

  @media only screen and (max-width: 1249px) {
	.header-text {
	  margin-left: 15px;
	}
  }

  @media only screen and (max-width: 991px) {
	.header-text {
	  display: block;
	  margin: 9px 0 0 23px;
	}
  }

  @media only screen and (max-width: 767px) {
	.header-text {
	  display: none;
	}
  }

  .header__bottom {
	padding: 6px 0 20px;
  }

  .header-nav {
	max-width: 100%;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
  }

  .header-nav__link {
	color: #262626;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	font-weight: 500;
	padding: 0 !important;
  }

  .header-nav__link_colored {
	color: #DB002C;
  }

  .header-nav__icon {
	margin-right: 8px;
  }

  .discount-icon {
	width: 19px;
	height: 21px;
	background: url(img/discount-icon.svg) 0 0 no-repeat;
	background-size: contain;
  }

  .navbar-brand {
	background: none;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
  }
  .navbar-brand img{
	  display: block;
  }

  .navbar-brand:hover {
	opacity: 0.7;
  }

  @media only screen and (max-width: 991px) {
	.navbar-brand {
	  width: 110px;
	  height: auto;
	  margin-top: 3px;
	}
  }

  @media only screen and (max-width: 767px) {
	.navbar-brand {
	  margin-right: auto;
	  width: 97px;
	}
	.catalogue-nav-block{
		display: none;
	}
  }

  .burger-button {
	border-right: 1px solid #E0E0E0;
	height: 59px;
	width: 46px;
	padding: 0;
	margin-right: 28px;
  }

  @media only screen and (max-width: 767px) {
	.burger-button {
	  height: 47px;
	  margin-right: 20px;
	}
  }

  .burger-button__line {
	background: #262626;
	left: 0;
	margin: -2px 0;
  }

  @media only screen and (max-width: 767px) {
	.burger-button__line {
	  margin-left: 5px;
	}
  }

  .burger-button__line::before, .burger-button__line::after {
	background: #262626;
  }

  .burger-button__line::before {
	-webkit-transform: translate3D(0, -8px, 0);
			transform: translate3D(0, -8px, 0);
  }

  .burger-button__line::after {
	-webkit-transform: translate3D(0, 8px, 0);
			transform: translate3D(0, 8px, 0);
  }

  .navbar-main .nav-item:hover .sub-sub-nav-block {
	border: 1px solid #E1E1E1;
	-webkit-box-shadow: none;
			box-shadow: none;
	max-width: 1206px;
	margin-top: 5px;
	padding: 0;
  }

  @media only screen and (min-width: 992px) {
	.navbar-main .nav-item-catalog .sub-sub-nav {
	  -webkit-column-count: 4;
			  column-count: 4;
	  padding: 33px 27px;
	}
  }

  @media only screen and (min-width: 992px) {
	.navbar-main .nav-item-catalog .sub-sub-nav > li {
	  padding-left: 0;
	  margin-bottom: 12px;
	}
  }

  .navbar-main .nav-item-catalog .sub-sub-nav a {
	font-size: 15px;
	line-height: 18px;
  }

  .navbar-main .nav-item-catalog .sub-sub-sub-nav {
	padding: 0;
	margin: 7px 0;
  }

  .navbar-main .nav-item-catalog .sub-sub-sub-nav li {
	margin-bottom: 6px;
  }

  @media only screen and (min-width: 992px) {
	.navbar-main .nav-item-catalog .sub-sub-sub-nav a {
	  font-size: 15px;
	  padding: 0 0 0 17px;
	  position: relative;
	  font-weight: 500;
	}
	.navbar-main .nav-item-catalog .sub-sub-sub-nav a:hover, .navbar-main .nav-item-catalog .sub-sub-sub-nav a.active {
	  color: #262626;
	}
	.navbar-main .nav-item-catalog .sub-sub-sub-nav a:hover:before, .navbar-main .nav-item-catalog .sub-sub-sub-nav a.active:before {
	  content: '';
	  display: block;
	  position: absolute;
	  top: 7px;
	  left: -1px;
	  width: 9px;
	  height: 9px;
	  border-right: 1px solid #262626;
	  border-bottom: 1px solid #262626;
	  -webkit-transform: rotate(-43deg);
			  transform: rotate(-43deg);
	}
  }

  .catalogue-brands {
	border-left: 1px solid #C4C4C4;
	padding: 30px 23px 15px 37px;
	width: 18.6%;
	-ms-flex-negative: 0;
		flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
  }

  @media only screen and (max-width: 1199px) {
	.catalogue-brands {
	  padding: 30px 15px 15px;
	}
  }

  .catalogue-brands__item {
	width: calc((100% - 20px) / 2);
	margin: 0 5px 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	height: 72px;
	padding: 5px;
  }

  .catalogue-brands__item:hover {
	opacity: 0.7;
  }

  .menu-fixed .header__bottom {
	display: none;
  }

  .header-cart {
	-ms-flex-item-align: start;
		align-self: flex-start;
	margin: 13px 2px 0 0;
  }

  @media only screen and (max-width: 991px) {
	.header-cart {
	  margin: 19px 2px 0 0;
	}
  }

  @media only screen and (max-width: 767px) {
	.header-cart {
	  margin: 12px 2px 0 0;
	}
  }

  @media only screen and (max-width: 991px) {
	.header-cart .nav-link.icon {
	  width: 25px;
	}
  }

  .header-cart .nav-link.icon::before {
	width: 28px;
	height: 28px;
  }

  @media only screen and (max-width: 991px) {
	.header-cart .nav-link.icon::before {
	  width: 21px;
	  height: 21px;
	}
  }

  .header-cart .nav-link.icon-cart .count {
	line-height: 12px;
	background: #DB002C;
	padding: 1.5px 4.5px;
	top: -3px;
	right: -2px;
  }

  @media only screen and (max-width: 991px) {
	.header-cart .nav-link.icon-cart .count {
	  top: -6px;
	}
  }

  .header-search {
	margin: 4px 25px 0 0;
  }

  @media only screen and (max-width: 991px) {
	.header-search {
	  border-left: 1px solid #E0E0E0;
	  margin: 0 5px 0 0;
	  -webkit-box-align: center;
		  -ms-flex-align: center;
			  align-items: center;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  padding-left: 11px;
	}
  }

  @media only screen and (max-width: 767px) {
	.header-search {
	  margin-right: 9px;
	  padding-left: 10px;
	}
  }

  @media only screen and (max-width: 991px) {
	.search-toggler {
	  margin: 0;
	  background-size: 21px 25px !important;
	}
  }

  @media only screen and (max-width: 767px) {
	.search-toggler {
	  background-position: center 43%;
	}
  }

  .header-search form {
	width: auto;
  }

  @media only screen and (max-width: 991px) {
	.header-search form {
	  width: 100%;
	  border: 1px solid #E9E9E9;
	}
  }

  #title-search {
	background: #fff;
	border: 1px solid #E9E9E9;
	padding: 0 0 0 14px;
	width: 280px;
  }

  @media only screen and (max-width: 1249px) {
	#title-search {
	  width: 240px;
	}
  }

  @media only screen and (max-width: 991px) {
	#title-search {
	  width: auto;
	  border: none;
	}
  }

  @media only screen and (max-width: 767px) {
	#title-search {
	  padding: 0;
	}
  }

  .header-search .btn {
	background-size: 22px 21px;
	height: 43px;
	width: 50px;
  }

  .header-search .form-control {
	border: none;
	height: 40px;
	font-size: 12px;
  }

  .dropdown-toggle::after {
	border-width: 5px 3px;
	margin: 0 0 -3px 6px;
  }

  .login-icon {
	width: 28px;
	height: 28px;
	display: inline-block;
	background: url(img/login.svg) 0 0 no-repeat;
	background-size: contain;
  }

  .login-icon:hover {
	background-image: url(img/login-red.svg);
  }

  .navbar-account {
	margin: 0;
	border-left: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
	padding: 4px 14px 6px;
  }

  .navbar-account .nav-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
  }

  @media only screen and (max-width: 991px) {
	.navbar-account {
	  margin-left: auto;
	  border: none;
	  padding: 4px 0 6px;
	  color: #000;
	  font-size: 14px;
	  font-weight: 500;
	}
	.navbar-account .login-icon {
	  width: 19px;
	  height: 19px;
	  margin: -2px 3px 0 0;
	}
	.navbar-account .nav-link {
	  line-height: 24px;
	}
  }

  @media only screen and (max-width: 767px) {
	.navbar-account {
	  padding: 5px 0 6px;
	  margin-right: -2px;
	}
	.navbar-account .login-icon {
	  margin-right: 4px;
	}
  }

  .nav-link {
	padding: 0;
  }

  .nav-link path {
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
  }

  .nav-link:hover path {
	fill: #DB002C;
  }

  .navbar-address {
	border-left: 1px solid #E0E0E0;
	padding: 15px 20px 0;
	margin-right: 0 !important;
	font-size: 13px !important;
  }

  @media only screen and (max-width: 991px) {
	.navbar-address {
	  padding: 14px 0 15px;
	  border: none;
	}
  }

  @media only screen and (max-width: 767px) {
	.navbar-address {
	  padding: 15px 0 12px;
	}
  }

  .navbar-address .icon {
	padding-left: 14px;
  }

  .navbar-address .icon::before {
	width: 8px;
	height: 11px;
	margin-top: -7px;
	left: 0;
  }

  .navbar-address-chooser {
	color: #000;
  }

  .bx-sls .dropdown-block {
	border: 1px solid #bdbdbd;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 1px 2px #ebebeb;
	box-shadow: inset 0 1px 2px #ebebeb;
	font-size: 14px;
	padding: 0 22px 0 30px;
	position: relative;
	background-color: #fff;
	height: 34px;
  }

  .bx-sls .dropdown-icon {
	background: url(/bitrix/components/bitrix/sale.location.selector.search/templates/.default/images/lens.png) no-repeat center center;
	height: 14px;
	left: 10px;
	position: absolute;
	top: 10px;
	width: 14px;
  }

  .bx-sls .bx-ui-sls-fake, .bx-sls .bx-ui-sls-route {
	position: absolute !important;
	top: 0;
	left: 0;
	color: #000 !important;
	opacity: 1 !important;
	background: transparent !important;
	border: none !important;
	-webkit-box-shadow: none !important;
			box-shadow: none !important;
	padding: 0 22px 0 0 !important;
	background-position: right 1px;
	background-repeat: no-repeat;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	height: 33px;
	width: 100%;
	outline: none;
	z-index: 10;
  }

  #location-city {
	margin-right: 8px;
	font-weight: 500;
  }

  #location-city::after {
	border-width: 4px 2px;
	top: 7px;
	right: -8px;
  }

  .yandex-rating {
	border-left: 1px solid #E0E0E0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	padding: 0 20px;
  }

  .catalogue-nav-block {
	position: fixed;
	z-index: 931;
	top: 0;
	left: 0;
	bottom: 0;
	overflow-y: auto;
	overflow-x: hidden;
	margin: 0;
	background: #262626;
	width: 327px;
	-webkit-transform: translateX(-100%);
			transform: translateX(-100%);
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	padding: 0;
	list-style-type: none;
  }

  @media only screen and (min-width: 992px) {
	.catalogue-nav-block.visible {
	  -webkit-transform: translateX(0);
			  transform: translateX(0);
	}
  }

  .catalogue-nav {
	position: relative;
	padding: 0;
	margin: 0;
	list-style-type: none;
  }

  .catalogue-nav__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	color: #fff;
	font-weight: 500;
	padding: 7px 20px;
  }

  .catalogue-nav__link:hover {
	background: #F3F3F3;
	color: #DB002C;
  }

  .catalogue-nav__link:hover .discount-icon {
	background-image: url(img/discount-icon.svg);
  }

  .catalogue-nav__icon.discount-icon {
	background-image: url(img/discount-icon-white.svg);
	margin-right: 11px;
  }

  .catalogue-link-toggler:after {
	content: '';
	display: block;
	margin-left: auto;
	width: 8px;
	height: 13px;
	background: url(img/caret-right-white.svg) 0 0 no-repeat;
	background-size: contain;
  }

  .catalogue-link-toggler:hover:after {
	background-image: url(img/caret-right.svg);
  }

  .catalogue-sub-nav-block {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: #262626;
	min-height: 100%;
	-webkit-transform: translateX(100%);
			transform: translateX(100%);
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
  }

  .catalogue-sub-nav {
	list-style-type: none;
	padding: 0 29px;
	margin: 0;
  }

  .catalogue-sub-nav__title {
	margin: 25px 29px 18px;
	text-transform: uppercase;
	font-weight: 500;
	color: #7A7A7A;
	display: block;
  }

  .catalogue-sub-nav__item {
	margin-bottom: 10px;
  }

  .catalogue-sub-nav__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	font-weight: 500;
	color: #fff;
  }

  .active > .catalogue-sub-nav-block {
	-webkit-transform: translateX(0);
			transform: translateX(0);
  }

  .back-link {
	border-bottom: 1px solid #E0E0E0;
  }

  .back-link:hover .back-link__icon {
	background-image: url(img/arrow-left-red.svg);
  }

  .back-link__icon {
	display: inline-block;
	margin-right: 13px;
	width: 19px;
	height: 12px;
	background: url(img/arrow-left.svg) 0 0 no-repeat;
	background-size: contain;
  }

  .product-item {
	position: relative;
	padding: 50px 20px 20px;
	margin-bottom: 10px;
	background: #fff;
  }

  @media only screen and (max-width: 991px) {
	.product-item {
	  margin-bottom: 20px;
	}
  }

  @media only screen and (max-width: 767px) {
	.product-item {
	  padding-top: 60px;
	  margin-bottom: 10px;
	}
  }

  .product-item_dark {
	background: #F3F3F3;
  }

  .product-item__header {
	margin: 0 -20px 29px;
  }

  .product-item__marker {
	background: #4DCA12;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	padding: 8px 11px 8px 16px;
	text-transform: uppercase;
  }

  @media only screen and (max-width: 991px) {
	.product-item__marker {
	  font-size: 10px;
	  line-height: 14px;
	  padding: 4px 6px 2px;
	}
  }

  .product-item__timer {
	color: #DB002C;
	font-size: 14px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	margin: 4px 15px 0 auto;
	border: none;
	background: none;
  }

  .product-item__timer:before {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	background: url(img/clock.svg) 0 0 no-repeat;
	background-size: contain;
	margin: 0 6px 0 0;
	-ms-flex-negative: 0;
		flex-shrink: 0;
  }

  .product-item__image {
	height: 178px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
  }

  .product-item__image:hover {
	opacity: 0.7;
  }

  .product-item__image img {
	max-width: 100%;
	max-height: 100%;
  }

  @media only screen and (max-width: 767px) {
	.product-item__image {
	  height: 100px;
	}
  }

  .product-item__info {
	padding-top: 20px;
	text-align: center;
  }

  @media only screen and (max-width: 767px) {
	.product-item__info {
	  padding-top: 15px;
	}
  }

  .product-item__title {
	font-weight: 500;
	color: #262626;
	display: inline-block;
	height: 63px;
	overflow: hidden;
	margin: 0 5% 15px;
  }

  .product-item__title:hover {
	color: #DB002C;
  }

  @media only screen and (max-width: 991px) {
	.product-item__title {
	  margin-bottom: 15px;
	}
  }

  @media only screen and (max-width: 767px) {
	.product-item__title {
	  font-size: 12px;
	  line-height: 17px;
	  height: 51px;
	  margin-bottom: 6px;
	}
  }

  .product-item__price-row {
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
  }

  @media only screen and (max-width: 767px) {
	.product-item__price-row {
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
		  -ms-flex-direction: column;
			  flex-direction: column;
	}
  }

  .product-item__price-block {
	text-align: left;
  }

  @media only screen and (max-width: 767px) {
	.product-item__price-block {
	  margin-bottom: 15px;
	}
  }

  .product-item__price {
	font-weight: 700;
	font-size: 18px;
	line-height: 25px;
	color: #262626;
  }

  @media only screen and (max-width: 767px) {
	.product-item__price {
	  font-size: 14px;
	  line-height: 20px;
	}
  }

  .product-item__price-old {
	font-size: 13px;
	line-height: 13px;
	color: #DB002C;
	display: block;
	margin: -11px 0 0;
  }

  @media only screen and (max-width: 767px) {
	.product-item__price-old {
	  margin-top: 0;
	}
  }

  .product-item__counter {
	position: absolute;
	top: 15px;
	left: 15px;
	border: 1px solid #4E82D1;
	color: #4E82D1;
	font-size: 12px;
	line-height: 17px;
	font-weight: 500;
	padding: 3px 13px;
	border-radius: 15px;
  }

  @media only screen and (max-width: 767px) {
	.product-item__counter {
	  width: 98px;
	  padding: 3px 5px;
	  text-align: center;
	  right: 15px;
	  margin: 0 auto;
	}
  }

  .product-item__discount {
	top: 15px;
	left: 15px;
	width: 40px;
	height: 40px;
	position: absolute;
  }

  .preview {
	margin: 30px 0;
  }

  @media only screen and (max-width: 991px) {
	.preview {
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
		  -ms-flex-direction: column;
			  flex-direction: column;
	}
  }

  @media only screen and (max-width: 767px) {
	.preview {
	  margin: 0 -10px;
	}
  }

  .preview__product {
	-ms-flex-negative: 0;
		flex-shrink: 0;
	padding-top: 0px;
	width: 24.4%;
	margin-right: 10px;
	background: #F3F3F3;
	margin-bottom: 0;
  }

  @media only screen and (max-width: 991px) {
	.preview__product {
	  width: 100%;
	  margin: 0;
	  display: -ms-grid;
	  display: grid;
	  grid-gap: 7px 30px;
	  -ms-grid-columns: 80px auto;
		  grid-template-columns: 80px auto;
	  -ms-grid-rows: 20px auto;
		  grid-template-rows: 20px auto;
	  padding-top: 20px;
	}
	.preview__product .product-item__image {
	  -ms-grid-row: 1;
	  -ms-grid-row-span: 2;
	  -ms-grid-column: 1;
	  -ms-grid-column-span: 1;
	  grid-area: 1 / 1 / span 2 / 2;
	  height: auto;
	}
	.preview__product .product-item__info {
	  text-align: left;
	  padding: 0;
	}
	.preview__product .product-item__title {
	  height: auto;
	  margin: 0 110px 0 0;
	}
	.preview__product .product-item__header {
	  margin: 0;
	}
	.preview__product .product-item__timer {
	  margin-bottom: -13px;
	}
	.preview__product .product-item__price-row {
	  -webkit-box-align: start;
		  -ms-flex-align: start;
			  align-items: flex-start;
	}
	.preview__product .product-item__price-block {
	  margin-top: 5px;
	}
	.preview__product .buy-btn {
	  margin-top: -16px;
	}
  }

  @media only screen and (max-width: 767px) {
	.preview__product {
	  padding: 17px 10px;
	  grid-gap: 6px 20px;
	}
	.preview__product .product-item__timer {
	  margin: -24px -1px 0 auto;
	}
	.preview__product .buy-btn {
	  margin-top: -7px;
	}
	.preview__product .product-item__price-row {
	  -webkit-box-orient: horizontal;
	  -webkit-box-direction: normal;
		  -ms-flex-direction: row;
			  flex-direction: row;
	}
	.preview__product .product-item__price-block {
	  margin-top: 0;
	  margin-bottom: 0;
	}
  }

  .preview__product .product-item__price {
	font-size: 15px;
	line-height: 21px;
  }

  @media only screen and (max-width: 767px) {
	.preview__product .product-item__price {
	  font-size: 14px;
	  line-height: 20px;
	}
  }

  .preview__slider {
	width: 75%;
	overflow: hidden;
  }

  @media only screen and (max-width: 991px) {
	.preview__slider {
	  width: 100%;
	  -webkit-box-ordinal-group: 0;
		  -ms-flex-order: -1;
			  order: -1;
	  margin-bottom: 20px;
	}
  }

  @media only screen and (min-width: 992px) {
	#main-slider .slide {
	  height: 400px;
	}
  }

  @media only screen and (max-width: 991px) {
	#main-slider .slide {
	  height: 322px;
	}
  }

  @media only screen and (max-width: 767px) {
	#main-slider .slide {
	  height: 166px;
	}
  }

  #main-slider .owl-dots {
	bottom: 1px;
  }

  .owl-carousel .owl-dots .owl-dot span {
	width: 10px;
	background: #fff;
	height: 10px;
	margin: 0 5px;
  }

  .owl-carousel .owl-dots .owl-dot.active span {
	background: #262626;
  }

  .owl-carousel .owl-nav {
	position: static;
  }

  .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
	top: 0;
	bottom: 0;
	margin: auto 0;
	-webkit-box-shadow: none;
			box-shadow: none;
	width: 19px;
	height: 30px;
	background-size: contain;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
  }

  .owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-next:hover {
	opacity: 0.7;
  }

  .owl-carousel .owl-nav button.owl-prev {
	left: 30px;
	background: url(img/prev.svg) 0 0 no-repeat;
  }

  .owl-carousel .owl-nav button.owl-next {
	right: 30px;
	background: url(img/next.svg) 0 0 no-repeat;
  }

  .advantages {
	margin-top: 60px;
	margin-bottom: 58px;
  }

  @media only screen and (max-width: 991px) {
	.advantages {
	  margin-top: 50px;
	  margin-bottom: 45px;
	  padding: 0 7.1%;
	}
  }

  @media only screen and (max-width: 767px) {
	.advantages {
	  padding: 0;
	  margin-top: 38px;
	  margin-bottom: 20px;
	}
  }

  .advantages-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
  }

  @media only screen and (max-width: 991px) {
	.advantages-item {
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
		  -ms-flex-direction: column;
			  flex-direction: column;
	  text-align: center;
	  font-size: 12px;
	  line-height: 140%;
	}
  }

  @media only screen and (max-width: 767px) {
	.advantages-item {
	  -webkit-box-orient: horizontal;
	  -webkit-box-direction: normal;
		  -ms-flex-direction: row;
			  flex-direction: row;
	  text-align: left;
	  margin-bottom: 20px;
	}
  }

  .advantages-item__image {
	-ms-flex-negative: 0;
		flex-shrink: 0;
	width: 58px;
	margin-right: 20px;
  }

  @media only screen and (max-width: 991px) {
	.advantages-item__image {
	  margin: 0 0 21px;
	}
  }

  @media only screen and (max-width: 767px) {
	.advantages-item__image {
	  width: 40px;
	  margin: 0 15px 0 0;
	}
  }

  .advantages-item__text {
	font-weight: 500;
  }

  @media only screen and (max-width: 767px) {
	.advantages-item__text {
	  font-size: 12px;
	  line-height: 17px;
	}
  }

  .main-categories {
	margin: 58px 0 60px;
	display: -ms-grid;
	display: grid;
	grid-gap: 10px 10px;
	-ms-grid-columns: (1fr)[4];
		grid-template-columns: repeat(4, 1fr);
	-ms-grid-rows: (1fr)[2];
		grid-template-rows: repeat(2, 1fr);
  }

  @media only screen and (max-width: 991px) {
	.main-categories {
	  grid-gap: 20px 20px;
	  margin: 45px 0 19px;
	  -ms-grid-columns: (1fr)[2];
		  grid-template-columns: repeat(2, 1fr);
	  -ms-grid-rows: (265px)[4];
		  grid-template-rows: repeat(4, 265px);
	}
  }

  @media only screen and (max-width: 767px) {
	.main-categories {
	  margin: 25px 0 0;
	  -ms-grid-rows: 335px (235px)[2];
		  grid-template-rows: 335px repeat(2, 235px);
	  grid-gap: 10px 10px;
	}
  }

  .main-category-item {
	position: relative;
  }

  .main-category-item_large {
	grid-area: span 2/ span 2;
  }

  @media only screen and (max-width: 991px) {
	.main-category-item_large {
	  grid-area: span 2/ span 2;
	}
  }

  @media only screen and (max-width: 767px) {
	.main-category-item_large {
	  grid-area: span 1/ span 2;
	}
  }

  .main-category-item_large .main-category-item__list {
	bottom: 35px;
  }

  @media only screen and (max-width: 767px) {
	.main-category-item_large .main-category-item__list {
	  display: block;
	  bottom: 20px;
	}
  }

  .main-category-item_large .main-category-item__title {
	font-size: 60px;
	line-height: 84px;
	left: 37px;
	top: 19px;
  }

  @media only screen and (max-width: 767px) {
	.main-category-item_large .main-category-item__title {
	  font-size: 30px;
	  line-height: 42px;
	  left: 17px;
	  top: 11px;
	}
  }

  .main-category-item__image {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
  }

  .main-category-item__title {
	position: absolute;
	top: 20px;
	left: 20px;
	max-width: 60%;
	color: #DB002C;
	font-weight: bold;
	font-size: 18px;
	line-height: 25px;
	text-transform: uppercase;
	padding-bottom: 30%;
  }

  @media only screen and (max-width: 767px) {
	.main-category-item__title {
	  font-size: 14px;
	  line-height: 20px;
	  top: 9px;
	  left: 14px;
	}
  }

  .main-category-item__list {
	position: absolute;
	bottom: 15px;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	-webkit-box-align: start;
		-ms-flex-align: start;
			align-items: flex-start;
	padding: 0;
	margin: 0;
	list-style-type: none;
  }

  @media only screen and (max-width: 767px) {
	.main-category-item__list {
	  display: none;
	}
  }

  .main-category-item__link {
	margin-bottom: 5px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	background: #262626;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	line-height: 25px;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	position: relative;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	padding: 4px 19px 5px 10px;
  }

  @media only screen and (max-width: 767px) {
	.main-category-item__link {
	  margin-bottom: 10px;
	}
  }

  .main-category-item__link:hover {
	background: #DB002C;
	color: #fff;
  }

  .main-category-item__link:hover:before {
	margin-left: 30px;
  }

  .main-category-item__link:hover:after {
	border-left-color: #DB002C;
	border-bottom-color: #DB002C;
  }

  .main-category-item__link:before {
	content: '';
	display: block;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	width: 18px;
	height: 8px;
	background: url(img/arrow.svg) 0 0 no-repeat;
	background-size: contain;
	margin: 2px 11px 0 0;
  }

  .main-category-item__link:after {
	content: '';
	display: block;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	border-width: 17px 7px;
	border-style: solid;
	border-color: transparent;
	border-left-color: #262626;
	border-bottom-color: #262626;
	position: absolute;
	top: 0;
	left: 100%;
  }

  .discount-block {
	background: url(img/bg-discount.jpg) 0 0 no-repeat;
	background-size: cover;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
		-ms-flex-pack: end;
			justify-content: flex-end;
	padding: 47px 67px 39px;
	margin: 60px 0;
  }

  @media only screen and (max-width: 991px) {
	.discount-block {
	  margin: 19px 0;
	  padding: 29px 31px 22px;
	}
  }

  @media only screen and (max-width: 767px) {
	.discount-block {
	  margin: 10px 0;
	  background-image: url(img/bg-discount-m.jpg) !important;
	  padding: 32px 27px 22px;
	  height: 355px;
	}
  }

  .discount__image {
	margin-top: 10px;
  }

  @media only screen and (max-width: 991px) {
	.discount__image {
	  max-width: 142px;
	  margin-top: 5px;
	}
  }

  @media only screen and (max-width: 767px) {
	.discount__image {
	  margin-top: 9px;
	}
  }

  .discount__text {
	max-width: 235px;
	margin-left: 27px;
  }

  @media only screen and (max-width: 991px) {
	.discount__text {
	  max-width: 142px;
	  margin-left: 15px;
	}
  }

  @media only screen and (max-width: 767px) {
	.discount__text {
	  width: 138px;
	  margin-left: 19px;
	}
  }

  .discount__title {
	font-size: 40px;
	line-height: 1;
	color: #DB002C;
	margin: 0 0 15px -3px;
	font-weight: 500;
  }

  @media only screen and (max-width: 991px) {
	.discount__title {
	  font-size: 24px;
	  margin-bottom: 7px;
	}
  }

  @media only screen and (max-width: 767px) {
	.discount__title {
	  font-weight: 600;
	  font-size: 23px;
	  margin-bottom: 0;
	}
  }

  .discount__code {
	background: #DB002C;
	text-align: center;
	color: #fff;
	padding: 6px 15px;
	font-size: 32px;
	line-height: 1;
	text-transform: uppercase;
	font-weight: 500;
	margin: 13px 0;
  }

  @media only screen and (max-width: 991px) {
	.discount__code {
	  font-size: 19px;
	  margin: 9px 0 7px;
	  padding: 4px 15px;
	}
  }

  @media only screen and (max-width: 767px) {
	.discount__code {
	  margin: 6px 0;
	  font-size: 23px;
	  padding: 5px 15px 2px;
	}
  }

  .discount__date {
	text-align: center;
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
	color: #fff;
  }

  @media only screen and (max-width: 991px) {
	.discount__date {
	  font-size: 12px;
	  line-height: 15px;
	}
  }

  @media only screen and (max-width: 767px) {
	.discount__date {
	  font-size: 16px;
	  line-height: 20px;
	}
  }

  .hits-section {
	padding: 106px 0 110px;
	margin: 120px 0;
  }

  @media only screen and (max-width: 991px) {
	.hits-section {
	  padding: 65px 0 59px;
	  margin: 63px 0;
	}
  }

  @media only screen and (max-width: 767px) {
	.hits-section {
	  margin: 60px 0;
	  padding: 53px 0 50px;
	}
  }

  .tab-content > .active {
	opacity: 1;
  }

  .nav-tabs {
	border-color: #E9E9E9;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	margin: 17px 0 40px;
  }

  @media only screen and (max-width: 991px) {
	.nav-tabs {
	  -webkit-box-pack: justify;
		  -ms-flex-pack: justify;
			  justify-content: space-between;
	  margin: 29px 4px 40px;
	}
	.nav-tabs:before, .nav-tabs:after {
	  display: none;
	}
  }

  @media only screen and (max-width: 767px) {
	.nav-tabs {
	  margin: 11px 0 30px;
	}
  }

  .nav-tabs_margin-sm {
	margin-bottom: 30px;
  }

  @media only screen and (max-width: 991px) {
	.nav-tabs_margin-sm {
	  margin: 11px 4px 30px;
	}
  }

  @media only screen and (max-width: 767px) {
	.nav-tabs_margin-sm {
	  margin: 8px 0 30px;
	}
  }

  .nav-tabs .nav-item {
	margin: 0 3.55% -1px;
  }

  @media only screen and (max-width: 767px) {
	.nav-tabs .nav-item {
	  margin: 0 0 -1px;
	}
  }

  .nav-tabs .nav-link {
	padding: 21px 12px;
	border-radius: 0;
	border: none;
	border-bottom: 3px solid transparent;
	color: #7A7A7A;
	font-size: 18px;
	line-height: 25px;
	font-weight: 500;
	background: none;
  }

  @media only screen and (max-width: 767px) {
	.nav-tabs .nav-link {
	  font-size: 14px;
	  line-height: 20px;
	  padding: 15px 4px;
	}
  }

  .nav-tabs .nav-link:hover {
	color: #DB002C;
	border-color: transparent;
  }

  .nav-tabs .nav-link.active {
	font-weight: bold;
	color: #DB002C;
	border-color: #DB002C;
	background: none;
  }

  .slogan {
    background: #F3D738 url(img/bg-slogan-summer.jpg) 0 0 no-repeat;
	background-size: 100% auto;
	padding: 36px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	text-align: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	margin: 30px 0 31px;
  }

  @media only screen and (max-width: 991px) {
	.slogan {
	  padding: 22px 20px;
	  margin: 17px 0 10px;
	}
  }

  @media only screen and (max-width: 767px) {
	.slogan {
	  padding: 10px 0 8px;
	  margin-bottom: 8px;
	}
  }

  .slogan__title {
	margin-top: 25px;
	font-size: 46px;
	line-height: 55px;
	text-transform: uppercase;
	color: #DB002C;
	font-weight: bold;
  }

  @media only screen and (max-width: 991px) {
	.slogan__title {
	  font-size: 28px;
	  line-height: 33px;
	  margin-top: 14px;
	}
  }

  @media only screen and (max-width: 767px) {
	.slogan__title {
	  font-size: 14px;
	  line-height: 17px;
	  margin-top: 8px;
	}
  }

  @media only screen and (max-width: 991px) {
	.slogan__logo {
	  width: 137px;
	  margin: 0 auto;
	}
  }

  @media only screen and (max-width: 767px) {
	.slogan__logo {
	  width: 67px;
	}
  }

  .brands-block {
	margin-top: 110px;
	padding: 45px 0 35px;
  }

  @media only screen and (max-width: 991px) {
	.brands-block {
	  margin-top: 60px;
	}
  }

  @media only screen and (max-width: 767px) {
	.brands-block {
	  margin-top: 50px;
	  padding: 52px 0 43px;
	}
  }

  .brands-block__text {
	width: 236px;
	-ms-flex-negative: 0;
		flex-shrink: 0;
	margin-right: 69px;
  }

  @media only screen and (max-width: 767px) {
	.brands-block__text {
	  margin: 0 0 20px;
	  padding: 0 5%;
	  width: 100%;
	  text-align: center;
	}
  }

  .brands-block__title {
	font-size: 18px;
	line-height: 25px;
	font-weight: 500;
	margin-bottom: 10px;
	color: #262626;
  }

  .arrow-link {
	font-size: 15px;
	font-weight: 500;
	line-height: 21px;
	text-decoration: underline;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
  }

  .arrow-link:hover {
	text-decoration: none;
  }

  .arrow-link:after {
	content: '';
	width: 16px;
	height: 10px;
	margin: 4px 0 0 9px;
	background: url(img/arrow-red.svg) 0 0 no-repeat;
	background-size: contain;
  }

  .brands-list {
	-webkit-box-flex: 1;
		-ms-flex-positive: 1;
			flex-grow: 1;
	margin-top: 5px;
	overflow-x: auto;
  }

  @media only screen and (max-width: 767px) {
	.brands-list {
	  display: -ms-grid;
	  display: grid;
	  grid-gap: 10px 10px;
	  -ms-grid-columns: (1fr)[2];
		  grid-template-columns: repeat(2, 1fr);
	  overflow: hidden;
	  margin-bottom: 35px;
	}
  }

  .brands-list .brands-list__item {
	width: 173px;
	-ms-flex-negative: 0;
		flex-shrink: 0;
	height: 74px;
	background: #fff;
	padding: 6px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	margin: 0;
  }

  .brands-list .brands-list__item:not(:first-child) {
	margin-left: 9px;
  }

  .brands-list .brands-list__item:hover {
	opacity: 0.7;
  }

  @media only screen and (max-width: 767px) {
	.brands-list .brands-list__item {
	  width: auto;
	  margin: 0 !important;
	  display: none;
	}
	.brands-list .brands-list__item:nth-of-type(1), .brands-list .brands-list__item:nth-of-type(2), .brands-list .brands-list__item:nth-of-type(3), .brands-list .brands-list__item:nth-of-type(4) {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	}
  }

  .tags-block {
	padding: 60px 0 50px;
	border-bottom: 1px solid #E9E9E9;
  }

  @media only screen and (max-width: 991px) {
	.tags-block {
	  padding: 51px 0 40px;
	}
  }

  @media only screen and (max-width: 767px) {
	.tags-block {
	  padding: 40px 0 30px;
	}
	.tags-block.active .tags-block__item {
	  display: inline-block !important;
	}
  }

  .tags-block__item {
	margin: 0 10px 10px 0;
	display: inline-block;
	font-size: 15px;
	line-height: 21px;
	font-weight: 500;
	padding: 9px 18px 8px;
	border: 1px solid #E9E9E9;
	border-radius: 67px;
	color: #DB002C;
  }

  .tags-block__item:hover {
	color: #fff;
	background: #DB002C;
	border-color: #DB002C;
  }

  .tags-block__toggler {
	width: 68px;
	text-align: center;
	background: none;
	color: #DB002C;
  }

  .footer {
	color: #fff;
	background: #262626;
	padding: 121px 0 115px;
	font-size: 15px;
  }

  @media only screen and (max-width: 991px) {
	.footer {
	  padding: 75px 0;
	}
  }

  @media only screen and (max-width: 767px) {
	.footer {
	  padding: 60px 0 400px 0;
	  text-align: center;
	  overflow: hidden;
	}
  }

  .footer a {
	opacity: 1;
  }

  .footer__title {
	font-size: 18px;
	line-height: 25px;
	font-weight: bold;
	margin-bottom: 10px;
  }

  .footer-nav__item {
	margin-bottom: 5px;
  }

  .footer-nav__link {
	color: #7A7A7A !important;
	line-height: 21px;
	font-weight: 500;
  }

  .footer-nav__link:hover {
	color: #fff !important;
  }

  .footer__contacts {
	margin-bottom: 28px;
	line-height: 18px;
	color: #7A7A7A;
	padding-top: 3px;
  }

  .footer__contacts p {
	margin-bottom: 10px;
  }

  .footer__phone {
	font-weight: bold;
	font-size: 18px;
  }

  @media only screen and (max-width: 991px) {
	.footer__payment {
	  padding: 2px 0 0 20px;
	}
  }

  @media only screen and (max-width: 767px) {
	.footer__payment {
	  padding-left: 0;
	}
  }

  .footer__payment p {
	margin-bottom: 16px;
  }

  .footer__social-list {
	margin-top: 39px;
  }

  @media only screen and (max-width: 991px) {
	.footer__social-list {
	  margin: 4px 0 0 auto;
	}
  }

  @media only screen and (max-width: 767px) {
	.footer__social-list {
	  margin: 39px auto 0;
	}
  }

  .social-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
	list-style-type: none;
  }

  .social-list__item {
	margin-right: 20px;
  }

  @media only screen and (max-width: 991px) {
	.social-list__item {
	  margin: 0 0 0 20px;
	}
  }

  @media only screen and (max-width: 767px) {
	.social-list__item {
	  margin: 0 10px;
	}
  }

  .social-list__link:hover {
	opacity: 0.7 !important;
  }

  .copyright {
	margin-top: 23px;
	border-top: 1px solid #565656;
	padding-top: 32px;
	text-align: center;
	font-weight: 500;
	color: #7A7A7A;
  }

  @media only screen and (max-width: 991px) {
	.copyright {
	  margin-top: 20px;
	}
  }

  @media only screen and (max-width: 767px) {
	.copyright {
	  margin-top: 40px;
	  padding-top: 33px;
	}
	.d-md-inline-block {
		display: none;
	}
  }

  .copyright a {
	color: #7A7A7A !important;
	text-decoration: underline;
  }

  .copyright a:hover {
	color: #fff !important;
	text-decoration: none;
  }
  .bx-panel-folded~header{
	  padding-top: 40px;
  }
.cart-border .bonus {
	display: none!important;
}

.im-discount-banner__img {
    display: block;
    margin: 70px 0 100px;
    max-width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 1420 / 574;
}

.im-discount {
    margin-bottom: 100px;
}

.im-discount__title {
    font-size: 50px;
    line-height: 120%;
    text-transform: uppercase;
    color: #000;
    font-weight: 400;
    text-align: center;
    margin-bottom: 70px;
}

.im-discount__title > span {
    color: #FE012A;
    font-weight: 700;
}

.im-discount__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.im-discount__card {
    display: grid;
    position: relative;
}

.im-discount__card::before {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.40);
    box-shadow: 2px 4px 11.1px 0px rgba(56, 1, 1, 0.10);
    content: '';
}

.im-discount__card:nth-child(5n + 1) {
    grid-row: span 2;
    grid-column: span 2;
}

.im-discount__card-img {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    display: block;
    max-width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.im-discount__card-content {
    position: relative;
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    display: flex;
    flex-direction: column;
    padding: 75px 30px 30px;
}

.im-discount__card-title {
    font-size: 60px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    color: #FE012A;
    margin-bottom: 30px;
}

.im-discount__card-text {
    max-width: 420px;
    font-size: 22px;
    line-height: 120%;
    color: #fff;
    margin-bottom: 10px;
}

.im-discount__card-icon {
    margin-top: auto;
}

.im-discount__card-button-wrapper {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 13px;
}

.im-discount__card-button {
    position: relative;
    background: #FE012A;
    box-shadow: 2px 4px 11.1px 0px rgba(56, 1, 1, 0.10);
    backdrop-filter: blur(2px);
    color: #fff;
    min-width: 229px;
    min-height: 60px;
    border: none;
    cursor: pointer;
}

.im-discount__card-button.active .im-discount__card-button-icon {
    rotate: -90deg;
}

.im-discount__card-button-icon {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    position: absolute;
    right: -20px;
    top: 50%;
    translate: 0 -50%;
    transition: rotate 0.3s;
}

.im-discount__card-button-text {
    display: block;
    max-width: 200px;
}

.im-discount__card-button-text--2 {
    font-weight: 700;
}

.im-map {
    position: relative;
    margin-bottom: 100px;
}

.im-map__img {
    max-width: 100%;
    height: 466px;
    display: block;
    object-fit: cover;
}

.im-map__content {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    min-width: 540px;
    padding: 86px 50px;
    background: #FFF;
    box-shadow: 2px 4px 11.1px 0px rgba(56, 1, 1, 0.10);
    color: #000;
}

.im-map__content-wrapper {
    max-width: 350px;
}

.im-map__block-title {
    margin-bottom: 15px;
    color: #FE012A;
    font-size: 30px;
    line-height: 120%;
    text-transform: uppercase;
}

.im-map__block-text {
    font-size: 18px;
    line-height: 120%;
}

.im-map__block-text:not(:last-child) {
    margin-bottom: 10px;
}

.im-map__content-line {
    margin: 20px 0;
    border-top: 1px solid #000;
}

.im-map__content-graphic {
    position: absolute;
    bottom: 20px;
    left: 0;
}

.im-get-discount-button {
    color: #fff;
    background-color: #FE012A;
    border-color: transparent !important;
    text-align: center;
    padding: 7px 16px 6px 15px;
    font-weight: 500;
    font-size: 15px;
    line-height: 21px;
    display: flex;
    align-items: center;
    margin-right: auto;
    margin-left: 20px;
}

.im-get-discount-button:hover {
    background-color: #000;
    color: #fff;
}

@media (max-width: 1200px) {
    .im-discount__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .header-text {
        display: none;
    }
}

@media (max-width: 900px) {
    .im-discount-banner__img {
        margin: 50px 0;
    }

    .im-discount {
        margin-bottom: 50px;
    }

    .im-discount__title {
        font-size: 35px;
        margin-bottom: 45px;
    }

    .im-map {
        margin-bottom: 50px;
    }

    .im-map__content {
        position: relative;
        top: unset;
        right: unset;
        transform: unset;
    }
}

@media (max-width: 600px) {
    .im-discount-banner__img {
        margin: 25px 0;
    }

    .im-discount {
        margin-bottom: 25px;
    }

    .im-discount__title {
        font-size: 25px;
        margin-bottom: 25px;
    }

    .im-discount__grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 10px;
    }

    .im-discount__card:nth-child(5n + 1) {
        grid-row: unset;
        grid-column: unset;
    }

    .im-discount__card-content {
        padding: 25px;
    }

    .im-discount__card-icon {
        width: 80px;
        height: 80px;
    }

    .im-discount__card-title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .im-discount__card-text {
        font-size: 14px;
    }

    .im-map {
        margin-bottom: 25px;
    }

    .im-map__content {
        padding: 50px 20px 86px;
        min-width: unset;
    }

    .im-get-discount-button {
        padding: 7px;
        font-size: 10px;
        line-height: 10px;
    }
}

.banner-page {
	margin: 30px 0 31px;
	margin-right: -15px;
	margin-left: -15px;
}

.banner-page img {
	width: 100%;
	height: 100%;
}

.bg-mob,.d-mob {
	display: none;
}

@media(max-width: 600px) {
	#catalog-items .row {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}

	.info .d-flex.justify-content-between.align-items-center {
		flex-direction: column;
		gap: 10px;
		align-items: baseline !important;
	}

	#catalog-items .product .preview .image {
		height: 100px;
	}

	#catalog-items .product .info .price-block {
		height: 16px;
	}

	.banner-page {
		margin-right: 0;
		margin-left: 0;
	}

	.bg-desk {
		display: none;
	}

	.bg-mob {
		display: block;
	}
}
.category-filter-third{
	margin-left: 10px;
}

@media only screen and (min-width: 600px) {
	.d-lg-block.d-mob.header__contacts.hide-mobile-normal {
		display: none !important;
	}
}

@media only screen and (max-width: 991px) {
	.d-mob {
		display: block;
	}
}

.header__contacts.d-mob {
	margin-left: 20px;
	padding-bottom: 10px;
}

.main-page-product{
	height: 100%;
}
.crossed-main-page {
	text-decoration: line-through;
}
.whatsapp-btn {
  position: fixed;
  right: 0;
  bottom: 15%;
  width: 60px;
  height: 60px;
  background-color: #46c756;
  border-radius: 10px 0 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.whatsapp-img {
  max-width: 50px;
  display: block;
}
.header-right-block,
.header-left-block{
	display: flex;
	align-items: center;
}
.header__middle-block{
	justify-content: space-between;
}
#title-search{
	width: 384px;
}
.qr-container{
	position: relative;
	width: 332px;
	height: 50px;
}
.qr{
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	border: 1px solid #E0E0E0;
	border-radius: 7px;
	padding: 11px 16px 11px 18px;
	width: 322px;
}
.qr-desc{
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-size: 13px;
	line-height: 18px;
	color: #000;
	margin-bottom: 7px;
}
.qr-desc b{
	text-transform: uppercase;
}
.qr-btn{
	border: none;
	font-family: 'Montserrat', serif;
	font-style: normal;
	font-weight: 400;
	font-size: 11px;
	line-height: 21px;
	text-transform: uppercase;
	color: #FFFFFF;
	background: #DB002D;
	border-radius: 3px;
	padding: 3px 10px;
	width: 241px;
	cursor: pointer;
}

.popup{
	display: none !important;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.3);
	z-index: 105;
	overflow-y: auto;
	width: 100vw;
	height: 100vh;
}
.popup-show{
	display: flex !important;
}
.popup-wrapper{
	max-width: 1100px;
	margin: auto;
	padding: 40px 0;
	width: 100%;
}
.popup-form{	
	display:flex;
	gap: 30px;
    justify-content: space-between;
	background-color: #FFFFFF;
	width: 100%;
	padding: 44px 63px 32px;
	position: relative;
	border-radius: 3px;
}
.popup-close {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 13px;
    top: 13px;
    cursor: pointer;
    background: #DC002D;
    height: 37px;
    width: 37px;
    border-radius: 7px;
}
.popup-close svg {
    height:13px;
    width:13px;
}
.popup-header{
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}

#popup-qr .popup-form {
    padding: 52px 32px 32px;
}
#popup-qr .qr_block {
    width: 250px;
}
#popup-qr .callback-popup-links {
    width: 364px;
}
#popup-qr .callback-popup-form {
    width: 364px;
}
#popup-qr .title {
	font-size: 21px;
    line-height: normal;
    padding: 10px 0;
    text-align: center;
    text-transform: none;
}

#popup-qr .callback-popup-link {
	display: flex;
	align-items: center;
	width: 100%;
	background-color: #F3F3F3;
	border-radius: 7px;
	padding: 7px 10px;
	font-size: 15px;
	line-height: 19px;
	color: #000;
	font-weight: 500;
}
#popup-qr .callback-popup-link:not(:last-child) {
	margin-bottom: 28px;
}
#popup-qr .callback-popup-link-ico,
#popup-qr .callback-popup-link-ico-whatsapp {
	margin-right: 19px;
}
#popup-qr .callback-popup-link-ico {
	flex: 0 0 48px;
	width: 48px;
	height: 48px;
	background-color: #DC002D;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
}

#popup-qr .b24-form-content.b24-form-padding-side {
    padding: 0;
}
#popup-qr .b24-form-header-padding {
    padding: 0;
}
#popup-qr .b24-form-control-alert.b24-form-control-string .b24-form-control,
#popup-qr .b24-form-control {
    height: 45px;
    background-color: #fff;
    border-color: #E0E0E0;
	border-radius: 8px;
}
#popup-qr .b24-form-field,
#popup-qr .b24-form-control-alert {
    margin-bottom: 15px !important;
}
#popup-qr .b24-form-btn {
    background-color: #DC002D;
    height: 47px;
    min-height: 47px;
    padding: 0;
    line-height: 47px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: normal;
}
#popup-qr .b24-form-control-icon-after .b24-form-control-label {
    padding-right: 35px;
    font-size: 17px;
    opacity: 1;
    color: #404040;
}
#popup-qr .b24-form-sign {
	display:none;
}
#popup-qr .b24-form-wrapper.b24-form-border-bottom {
    border-bottom: none;
}
#popup-qr .b24-form-control-alert .b24-form-control-alert-message {
    display: none !important;
}
#popup-qr input[type=checkbox] {
    float: left;
    box-sizing: border-box;
    padding: 0;
    appearance: none;
    margin: 0 8px 28px 0;
    position: relative;
    width: 23px;
    height: 23px;
    background: #ffffff;
    border: 2px solid #dc002d;
    border-radius: 3px;
}
#popup-qr input[type="checkbox"]:checked {
    background: #dc002d;
	background-image: url(/local/templates/rbx/img/checked_box.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px 12px;
}
#popup-qr .b24-form-field-agreement .b24-form-control-desc {
	font-size: 11px;
    opacity: 1;
    line-height: normal;
    color: #3c3c3c;
}
svg.callback-popup-link-ico-whatsapp {
    display: block;
    width: 48px;
    height: 48px;
    margin-right: 19px;
    overflow: visible;
}
.qr-popup-img{
	width: 100%;
	margin-bottom: 13px;
}
.qr-popup-bottom-text{
	font-family: 'Montserrat', serif;
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 18px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #000000;
	display: flex;
	align-items: center;
	justify-content: center;
}
.qr-popup-bottom-text svg{
	margin-right: 12px;
}
.header-cart{
	margin-right: 13px;
}
@media (max-width: 1130px) {
	#title-search {
		 width: 240px;
	}
}
@media (max-width: 992px) {
	.qr-container{
		display: none;
	}
}
/*top catalog filter*/
.top-filter-block{
	display: flex;
	margin: -5px;
}
.top-filter-item{
	position: relative;
	padding: 5px;

}
.top-filter-item-name{
	font-size: 14px;
	line-height: 17px;
	font-weight: 400;
	border-radius: 8px;
	border: 1px solid #F3F3F3;
	background-color: #F3F3F3;
	padding: 10px 15px 10px 20px;
	cursor: pointer;
	color: #000;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.top-filter-item-name .top-filter-item-arrow{
	margin-left: 10px;
	transition: all 0.3s;
}
.top-filter-item.active .top-filter-item-name{
	border-color: #E0E0E0;
	background-color: #fff;
}
.top-filter-item-price,
.top-filter-item-list{
	display: none;
	position: absolute;
	width: 238px;
	background-color: #fff;
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
	border-radius: 8px;
	margin-top: 6px;
	z-index: 15;
	padding: 15px 12px;
}
.top-filter-item-price{
	width: 279px;
}
.top-filter-price-wrap{
	display: flex;
	margin-bottom: 7px;
}
.top-filter-item.active .top-filter-item-price,
.top-filter-item.active .top-filter-item-list{
	display: block;
}
.top-filter-item.active .top-filter-item-arrow{
	transform: rotate(180deg);
}
.top-filter-list-bottom{
	display: flex;
	justify-content: space-between;
}
.top-filter-btn{
	font-style: normal;
	font-weight: 700;
	font-size: 13px;
	line-height: 16px;
	color: #fff;
	padding: 10px;
	background-color: #DC002D;
	border: none;
	outline: none;
	width: 104px;
	cursor: pointer;
	border-radius: 8px;
}
.top-filter-btn-reset{
	background-color: #F3F3F3;
	color: #000;
	font-weight: 500;
}
.top-filter-list-wrap{
	max-height: 225px;
	overflow-y: auto;
	margin-bottom: 10px;
}
.top-filter-list-wrap::-webkit-scrollbar {
	width: 7px;
	border-radius: 7px;
}

.top-filter-list-wrap::-webkit-scrollbar-track {
	background: transparent;
}

.top-filter-list-wrap::-webkit-scrollbar-thumb {
	background-color: #DB002C;
	border-radius: 7px;
}
.top-filter-checkbox{
	position: relative;
	cursor: pointer;
	font-size: 14px;
	line-height: 20px;
	color: #000;
	padding-left: 28px;
}
.top-filter-checkbox input{
	display: none;
}
.top-filter-checkmark{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	height: 17px;
	width: 17px;
	border: 1px solid #E0E0E0;
	border-radius: 2px;
}
.top-filter-checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.top-filter-checkbox input:checked ~ .top-filter-checkmark:after {
	display: block;
}
.top-filter-checkbox input:checked ~ .top-filter-checkmark{
	background-color: #DC002D;
	border-color: #DC002D;
}
.top-filter-checkmark:after {
	left: 5px;
	top: 2px;
	width: 5px;
	height: 9px;
	border: solid #FFFFFF;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}
.top-filter-sort-item{
	font-size: 14px;
	line-height: 23px;
	color: #000;
}
.top-filter-sort-item.active,
.top-filter-sort-item:hover{
	color: #DC002D;
}
.top-filter-sort-item.active path,
.top-filter-sort-item:hover path{
	fill: #DC002D;
}
.top-filter-form{
	display: flex;
	flex-wrap: wrap;
}
.top-filter-price-input{
	background-color: #F3F3F3;
	width: 100%;
	border: none;
	padding: 10px 20px;
	font-size: 14px;
	line-height: 17px;
	color: #000;
	border-radius: 8px;
}
.top-filter-price-label{
	font-size: 14px;
	line-height: 17px;
	color: #000;
	margin-bottom: 4px;
}
.top-filter-price-wrap{
	margin: 0 -7px 7px;
}
.top-filter-price-item{
	padding: 0 7px;
}
@media (max-width: 1275px) {
	.top-filter-block{
		flex-wrap: wrap;
	}
	.top-filter-form{
		width: 100%;
		flex-wrap: wrap;
	}
}
/*top catalog filter end*/
/*new-header*/
.versus-header{
	background-color: #F3F3F3;
}
.versus-header-row{
	align-items: center;
	justify-content: space-between;
}
.versus-header-col{
	display: flex;
	align-items: center;
}
.versus-header-top{
	padding: 6px 0;
	border-bottom: 1px solid #DEDEDE;
}
.versus-header-contact{
	display: flex;
	align-items: center;
	margin-left: 44px;
}
.versus-header-contact-address{
display:none!important;
	display: flex;
	align-items: center;
}
.versus-header-contact-phone{
	display: flex;
	align-items: center;
}
.versus-header-contact-address b{
	color: #000;
	margin-left: 9px;
}
.versus-header-contact-phone{
	margin-right: 15px;
}
.versus-header-contact a,
.versus-header-contact p{
	margin: 0;
}
.versus-header-contact p{
	padding-left: 15px;
}
.versus-header-contact a{
	display: block;
	padding-left: 8px;
}
.versus-header-basket,
.versus-header-personal{
	margin-left: 65px;
}
.versus-header-personal a{
	display: flex;
	align-items: center;
}
.versus-header-basket a{
	font-size: 15px;
	line-height: 18px;
	font-weight: 600;
	color: #000;
	display: flex;
	align-items: center;
}
.versus-header-basket-ico{
	position: relative;
	margin-right: 9px;
}
.versus-header-basket-count{
	position: absolute;
	width: 21px;
	height: 21px;
	border-radius: 50%;
	background-color: #DB002C;
	top: 0;
	right: 0;
	font-size: 13px;
	line-height: 13px;
	color: #fff;
	font-weight: 600;
	display: flex;
	justify-content: center;
	align-items: center;
}
.versus-header-middle{
	padding-top: 11px;
	padding-bottom: 16px;
}
.versus-header-logo{
	display: flex;
	align-items: center;
}
.versus-header-logo-desc a{
	display: block;
	margin-left: 16px;
	font-size: 12px;
	line-height: 14px;
	font-weight: 700;
	color: #DC002D;
	text-transform: uppercase;
}
.versus-header-search{
	width: 100%;
	max-width: 415px;
}
.versus-header-search form{
	position: relative;
}
.versus-header-search button{
	position: absolute;
	right: 4px;
	font-size: 0;
	width: 32px;
	height: 32px;
	top: 50%;
	transform: translateY(-50%);
	background-color: #F3F3F3;
	border-radius: 8px;
}
.versus-header-search button:before{
	content: '';
	position: absolute;
	background-image: url("images/search-ico.svg");
	width: 18px;
	height: 18px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.versus-header-search input[type=text]{
	border-radius: 8px;
	border: 1px solid #E0E0E0;
	padding: 12px 52px 12px 16px;
	width: 100%;
	height: auto;
	font-size: 13px;
	line-height: 14px;
}
.versus-header-qr-container{
	display: flex;
	align-items: center;
}
.versus-header-qr-img{
	width: 27px;
}
.versus-header-qr-img img{
	width: 100%;
}
.versus-header-qr-desc{
	width: 208px;
	margin-left: 12px;
	font-size: 13px;
	line-height: 14px;
	color: #555;
}
.versus-header-qr-btn{
	margin-left: 8px;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 15px;
	color: #fff;
	font-weight: 700;
	padding: 12px 15px;
	border-radius: 8px;
	border: none;
	background-color: #DC002D;
	cursor: pointer;
}
.versus-header-bottom{
	padding-bottom: 18px;
	justify-content: left;
}
.versus-header-menu .navbar-nav{
	display: flex;
	margin: 0;
	padding: 0;
	flex-direction: row;
}
.versus-header-menu .navbar-main__link{
	color: #000;
	font-size: 14px;
	line-height: 17px;
	padding: 0 15px;
}
.versus-header-menu .navbar-main__link:hover{
	color: #DC002D;
}
.versus-header-menu .navbar-main__item:not(:last-child){
	border-right: 1px solid #E0E0E0;
}
.versus-header-menu-links{
	display: flex;
	align-items: center;
}
.versus-header-menu-catalog-link{
	display: flex;
	align-items: center;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	color: #FFFFFF;
	padding: 11px 20px;
	border-radius: 8px;
	cursor: pointer;
	background-color: #DC002D;
	margin-right: 16px;
}
.versus-header-menu-catalog-link:hover{
	color: #FFFFFF;
}
.versus-header-menu-sale-link svg,
.versus-header-menu-catalog-link svg{
	margin-right: 9px;
}
.versus-header-menu-sale-link{
	display: flex;
	align-items: center;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	color: #000;
	padding: 11px 20px;
	border-radius: 8px;
	cursor: pointer;
	background-color: #fff;
	margin-right: 35px;
}
.admin .main-container {
	margin-top: 20px;
	padding-top: 0!important;
}
.admin .content-block.padding{
	padding-top: 20px;
}
.versus-header-location.navbar-address .icon::before{
	content: none;
}
.versus-header-location.navbar-address{
	padding: 0;
	border: none;

}
.versus-header-location.navbar-address .icon{
	padding: 0;
}
.versus-header-location{
	display: flex;
}
.versus-header-location svg{
	margin-right: 8px;
}
.sidebar{
	background-color: transparent;
}
.sidebar .sidebar-title.js-dropdown.active{
	background: #F7F7F7;
}
.header__contacts-link{
	color:  #5F5F5F;
}
.versus-header-login-name{
	font-weight: 600;
	font-size: 15px;
	line-height: 18px;
	color: #000;
	margin-left: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 75px;
}
@media (max-width: 1200px) {
	.versus-header-basket, .versus-header-personal{
		margin-left: 30px;
	}
}
@media (max-width: 1120px) {
	.versus-header-contact{
		margin-left: 15px;
	}
	.versus-header-basket, .versus-header-personal{
		margin-left: 15px;
	}
	.versus-header-search{
		max-width: 350px;
	}
}
/*new-header end*/
.new-mobile-menu-catalog,
.mobile-filter,
.mobile-filter-btn,
.new-mobile-menu,
.mobile-bottom,
.header-mobile{
	display: none;
}

@media (max-width: 991px) {
	.versus-header,
	.top-filter{
		display: none;
	}
	footer{
		padding: 60px 0 467px 0;
	}
	.header{
		display: none;
	}
	.mobile-bottom{
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		z-index: 35;
		background-color: #DC002D;
		padding: 20px 15px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.header-mobile{
		position: fixed;
		display: block;
		background-color: #F3F3F3;
		width: 100%;
		z-index: 25;
	}
	.header-mobile-wrap{
		padding: 10px 20px;
		display: flex;
	}
	.header-mobile-top{
		align-items: center;
		border-bottom: 1px solid #fff;
	}
	.header-mobile-logo{
		margin-right: 55px;
	}

	.header-mobile-menu-btn{
		background-color: #DC002D;
		padding: 11px 13px;
		border-radius: 8px;
		border: none;
		outline: none;
		display: flex;
		align-items: center;
		color: #fff;
		font-weight: 600;
	}
	.header-mobile-menu-btn svg{
		margin-right: 11px;
	}
	.header-mobile-bottom .header-search{
		position: relative;
		width: 100%;
		margin-right: 0;
	}
	.header-mobile-bottom .search-toggler{
		display: none;
	}
	.header-mobile-bottom .header-search form{
		position: relative;
		visibility: visible;
		opacity: 1;
		padding: 0;
		background-color: transparent;
		border: none;
	}
	.header-mobile-bottom #title-search{
		width: 100%;
		background-color: transparent;
	}
	.header-mobile-bottom .header-search .form-control{
		border-radius: 8px;
		border: 1px solid #E0E0E0;
		background-color: #fff;
		padding: 10px 37px 10px 14px;
	}
	.header-mobile-bottom .header-search .btn{
		position: absolute;
		height: 29px;
		width: 29px;
		background-size: contain;
		padding: 6px;
		background-color: #F3F3F3;
		border-radius: 8px;
		background-image: none;
		right: 5px;
	}
	.header-mobile-bottom .header-search .btn:after{
		content: '';
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		background-image: url("/local/templates/rbx/images/search.svg");
		width: 17px;
		height: 17px;
		background-size: contain;
	}
	.admin .main-container {
		padding-top: 138px!important;
	}
	.header-mobile-contact p{
		margin-bottom: 0;
	}
	.header-mobile-contact-address b{
display:none!important;
		color: #000;
		margin-right: 5px;
	}
	.header-mobile-contact-address a{
display:none!important;
		color: #5F5F5F;
	}

	.mobile-bottom-btn{
		border: none;
		background-color: transparent;
		color: #fff;
		display: flex;
		align-items: center;
		font-size: 15px;
		padding: 0 44px;
	}
	.mobile-bottom-btn-left{
		text-align: left;
		line-height: 12px;
	}
	.mobile-bottom-btn:hover{
		color: #fff;
	}
	.mobile-bottom-btn svg{
		margin-right: 15px;
	}
	.mobile-bottom-wrap{
		display: flex;
		align-items: center;
		margin: 0 -44px;
	}
	.__jivoMobileButton{
		bottom: 70px!important;
	}
	.__jivoMobileButton {
		display: none !important;
	}
	.mobile-bottom-btn-counter{
		position: relative;
	}
	.mobile-bottom-btn-count{
		position: absolute;
		width: 21px;
		height: 21px;
		background-color: #fff;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 13px;
		color: #DC002D;
		top: -5px;
		right: 5px;
	}
	.new-mobile-menu{
		padding-bottom: 70px;
	}
	.new-mobile-menu.show{
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: #000000B2;
		z-index: 30;

	}
	.new-mobile-menu-wrap{
		margin-top: 22px;
		background-color: #fff;
		border-top-left-radius: 20px;
		border-top-right-radius: 20px;
		height: 100%;
		padding: 16px 20px;
	}
	.new-mobile-menu-top{
		display: flex;
		align-items: center;
		justify-content: space-between;
		line-height: 0;
	}
	.mobile-filter-close,
	.new-mobile-menu-close{
		width: 37px;
		height: 37px;
		border-radius: 7px;
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: #DC002D;
		border: none;
		outline: none;
	}
	.new-mobile-menu-top .navbar-address-change{
		color: #000;
		font-size: 14px;
	}
	.new-mobile-menu-top .navbar-address-change span{
		border-bottom: 1px dotted #000;
	}
	.new-mobile-menu-top .navbar-address .icon::before{
		content: none;
	}
	.new-mobile-menu-top .navbar-address-change svg{
		margin-right: 8px;
	}
	.new-mobile-menu-top .address-chooser-shown .navbar-address-chooser{
		left: -100%;
	}
	.new-mobile-menu-top .navbar-address-chooser:before{
		left: 50%;
	}
	.new-mobile-menu-after-top{
		margin-top: 24px;
		display: flex;
		justify-content: space-between;
		padding-bottom: 15px;
		border-bottom: 1px solid #D3D3D3;
		margin-right: -20px;
		margin-left: -20px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.new-mobile-menu-after-top-contact {
		display: flex;
	}
	.new-mobile-menu-after-top-contact svg{
		margin-right: 14px;
		margin-top: 5px;
	}
	.new-mobile-menu-after-top-contact p{
		font-size: 12px;
		max-width: 173px;
		margin-bottom: 0;
	}
	.new-mobile-menu-after-top-login .d-lg-none{
		margin-left: 14px;
		font-weight: 700;
	}

	.new-mobile-menu-after-top .nav-link,
	.new-mobile-menu-after-top .navbar-account{
		padding: 0;
	}
	.new-mobile-menu-list{
		margin-top: 20px;
		padding-bottom: 20px;
		border-bottom: 1px solid #D3D3D3;
		margin-right: -20px;
		margin-left: -20px;
		padding-left: 40px;
		padding-right: 40px;
	}
	.new-mobile-menu-list ul{
		list-style: none;
		padding: 0;
		margin: 0;
	}
	.new-mobile-menu-list a{
		display: block;
		text-align: center;
		background-color: #F3F3F3;
		border-radius: 7px;
		padding: 5px;
		font-size: 16px;
		color: #000;
		font-weight: 400;
		width: 100%;
	}
	.new-mobile-menu-list a:focus{
		color: #DC002D;
	}
	.new-mobile-menu-list li:not(:last-child){
		margin-bottom: 11px;
	}
	.new-mobile-menu-footer{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.new-mobile-menu-scroll{
		max-height: 70%;
		overflow-y: auto;
		overflow-x: hidden;
	}
	.new-mobile-menu-scroll-wrap{
		padding: 0 20px;
	}
	.new-mobile-menu.catalog .new-mobile-menu-catalog{
		display: block;
	}
	.new-mobile-menu.catalog .new-mobile-menu-list,
	.new-mobile-menu.catalog .new-mobile-menu-footer{
		display: none;
	}
	.sidebar.flex-fill{
		display: none;
	}
	.product .info .title{
		height: 3em;
		-webkit-line-clamp: 3!important;
		text-transform: initial;
		font-size: 12px;
	}
	.new-mobile-menu-top .navbar-address,
	.new-mobile-menu-top .navbar-address .icon{
		padding: 0;
	}

	.mobile-filter-btn{
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		padding: 0 20px;
	}
	.mobile-filter-submit-btn,
	.show-mobile-filter-btn{
		font-size: 17px;
		font-weight: 600;
		color: #fff;
		background-color: #DC002D;
		border: none;
		outline: none;
		width: 100%;
		border-radius: 8px;
		padding: 13px;
	}
	.mobile-filter-submit-btn.reset{
		display: block;
		text-align: center;
		color: #454545;
		background-color: #fff;
		border: 1px solid #CBCBCB;
		width: 100%;
	}
	.reset-block{
		padding: 0 8px;
	}
	.mobile-filter{
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		top: 0;
		background-color: #fff;
		z-index: 25;

	}
	.mobile-filter.show{
		display: block;
	}
	.mobile-filter-wrap{
		padding: 25px;
		padding-bottom: 70px;
	}
	.mobile-filter-top{
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding-bottom: 24px;
	}
	.mobile-filter-title{
		font-style: normal;
		font-weight: 700;
		font-size: 30px;
		line-height: 30px;
		color: #DC002D;
		max-width: 275px;
	}
	.mobile-filter-scroll{
		overflow-y: auto;
		overflow-x: hidden;
		height: calc(100vh - 70px - 81px);
	}
	.mobile-filter-sort,
	.mobile-filter .catalog-filter{
		display: block;
		margin: -8px;
	}
	.mobile-filter .sidebar-title{
		border: none;
		padding: 0!important;
	}
	.mobile-filter .sidebar-title a{
		font-weight: 400;
		font-size: 17px;
		line-height: 20px;
		background-color: #F3F3F3;
		padding: 12px 20px;
		border-radius: 8px;
		display: block;
		border: 1px solid transparent;
	}
	.mobile-filter .sidebar-title a:not(.collapsed){
		border-color: #E0E0E0;
		background-color: #fff;
	}
	.mobile-filter .form-group{
		padding: 8px;
	}

	.mobile-filter .catalog-filter form{
		margin-bottom: 0;
	}
	.mobile-filter .form-control-classic{
		background-color: #F3F3F3;
		text-align: left!important;
		font-size: 17px;
		font-weight: 500;
		color: #000;
		padding: 10px 20px;
		border-radius: 8px;
	}

	.mobile-filter .catalog-filter .row{
		margin-right: -15px;
		margin-left: -15px;
	}
	.mobile-filter-show-block{
		padding: 0!important;
		border: none!important;
		margin-top: 25px;
	}
	.mobile-filter-label{
		font-size: 14px;
		color: #000;
		margin-bottom: 4px;
	}
	.mobile-filter-list{
		display: flex;
		flex-wrap: wrap;
	}
	.mobile-filter-list .custom-control{
		max-width: 50%;
		width: 100%;
		margin: 0!important;
	}
	.mobile-filter .custom-control-label{
		font-size: 17px;
		line-height: 30px;
		color: #000;
	}
	.mobile-filter  .custom-control-label::before,
	.mobile-filter .custom-control-label::after{
		width: 23px;
		height: 23px;
		left: -1.9rem;
	}
	.mobile-filter  .custom-control-label::before{
		border-color: #E0E0E0;
	}
	.mobile-filter-sort .form-group{
		margin-bottom: 0;
	}
	.mobile-sort-item{
		display: block;
		width: 100%;
		font-size: 17px;
		line-height: 30px;
		color: #000;
	}
	.mobile-sort-item.active{
		color: #DC002D;
	}
	.mobile-sort-item.active path{
		fill: #DC002D;
	}

	.new-mobile-menu-catalog .catalog-ico{
		flex: 0 0 42px;
		width: 42px;
		height: 42px;
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: #DC002D;
		border-radius: 50%;
		margin-right: 20px;
	}
	.new-mobile-menu-scroll,
	.new-mobile-menu-catalog{
		margin: 0 -20px;
	}
	.mobile-catalog-item-text{
		display: flex;
		align-items: center;
	}
	.mobile-catalog-item{

	}
	.mobile-catalog-item-wrap{
		font-size: 17px;
		color: #000;
		padding: 10px 40px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		border-bottom: 1px solid #E4E4E4;
	}
	.mobile-catalog-item .mobile-catalog-arrow{
		transition: all 0.2s;
	}
	.mobile-catalog-item.active .mobile-catalog-arrow path{
		fill: #DC002D;
	}
	.mobile-catalog-item.active .mobile-catalog-arrow{
		transform: rotate(180deg);
	}
	.mobile-catalog-item.active{
		color: #DC002D;
	}
	.mobile-catalog-child-list{
		display: none;
	}
	.mobile-catalog-item.active .mobile-catalog-child-list{
		display: block;
		padding: 20px 40px;
		border-bottom: 1px solid #E4E4E4;
	}
	.mobile-catalog-child-list a{
		display: block;
		font-size: 17px;
		color: #000;
	}
	.mobile-catalog-child-list a:focus{
		color: #DC002D;
	}
	.mobile-catalog-child-list a:not(:last-child){
		margin-bottom: 20px;
	}
	.new-mobile-menu-after-top-address{
		display: block;
		font-size: 12px;
		color: #7A7A7A;
		max-width: 173px;
	}
	.mobile-catalog-link.active{
		color: #DC002D;
	}
	.js-callback-popup{
		padding-top: 68px;
	}
	.new-mobile-menu-title{
		font-size: 21px;
		line-height: 23px;
		text-align: center;
		font-weight: 600;
		width: 100%;
		color: #000;
		padding: 16px 0;
	}
	.callback-popup-link{
		display: flex;
		align-items: center;
		width: 100%;
		background-color: #F3F3F3;
		border-radius: 7px;
		padding: 7px 10px;
		font-size: 15px;
		line-height: 19px;
		color: #000;
		font-weight: 500;
	}
	.callback-popup-link:not(:last-child){
		margin-bottom: 13px;
	}
	.callback-popup-link-ico{
		flex: 0 0 48px;
		width: 48px;
		height: 48px;
		background-color: #DC002D;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 8px;
	}

	.callback-popup-link-ico,
	.callback-popup-link-ico-whatsapp{
		margin-right: 19px;
	}
	.callback-popup-form{
		margin-top: 18px;
	}
	.callback-popup-form-title{
		font-weight: 600;
		font-size: 21px;
		line-height: 30px;
		text-align: center;
		color: #262626;
		margin-bottom: 13px;
	}
	.callback-popup-form .b24-form-sign,
	.callback-popup-form .b24-form-header-padding{
		display: none;
	}
	.callback-popup-form  .b24-form-wrapper.b24-form-border-bottom{
		border: none;
	}
	.callback-popup-form .b24-form-btn{
		background-color: #DC002D;
		border-radius: 8px;
	}
	.callback-popup-form .b24-form-control-string .b24-form-control,
	.callback-popup-form .b24-form-control-list .b24-form-control,
	.callback-popup-form .b24-form-control-text .b24-form-control,
	.callback-popup-form .b24-form-control-select .field-item{
		background-color: #fff;
		border: 1px solid #E0E0E0;
		border-radius: 8px;
	}
	.callback-popup-form .b24-form-control-string .b24-form-control:focus:not([readonly]),
	.callback-popup-form .b24-form-control-list .b24-form-control:focus:not([readonly]),
	.callback-popup-form .b24-form-control-text .b24-form-control:focus:not([readonly]),
	.callback-popup-form .b24-form-control-select .field-item:focus:not([readonly]){
		border-color: #DC002D;
	}
	.js-callback-popup .new-mobile-menu-scroll{
		max-height: calc(100vh - 320px);
	}
	.button__eLGMe{
		display: none!important;
	}
}
@media (max-width: 767px) {
	.admin .main-container {
		padding-top: 122px!important;
	}
	footer{
		padding: 60px 0 467px 0!important;
	}
}
@media (max-width: 600px) {	
	.admin .main-container {
        padding-top: 114px !important;
    }	
	.admin .main-container.mt-0 {
		padding-top: 134px !important;
	}
	.mobile-bottom-btn{
		padding: 0 10px;
		font-size: 12px;
	}
}
@media (max-width: 480px) {
	.header-mobile-wrap {
		padding: 8px 12px;
	}
	.header-mobile-logo {
		margin-right: 17px;
	}
	.header-mobile-contact{
		font-size: 12px;
	}
	.header-mobile .header__phone{
		font-size: 17px;
	}
}

/* NEW DESIGN PRODUCT */
.banner_block_top .catalog-banner {
    margin-top: 40px;
    margin-bottom: 40px;
}
.h2.product-title-h2 {
    margin-bottom: 18px;
	line-height: 28px;
}

.product-availability {
    position: absolute;
    margin: -13px 0 0 59px;
    z-index: 10;
}

.product-detail .product-sku {
    margin-bottom: 0;
}

.delivery-info {
    border-top: none;
    padding: 0;	
    margin: 18px 0 15px 34px;
}
.delivery-info__title {
    margin-bottom: 0;
    font-size: 13px;
    line-height: normal;
    font-weight: normal;
    color: #DC002D;
}
.delivery-info__text {
    font-size: 13px;
    line-height: 13px;
    font-weight: normal;
}

.delivery-info__item {
    border-right: none ;
	padding-right: 34px;
}
.delivery-info__item:nth-child(2) {
    margin-right: 10px;
}

.delivery-info__body::before {
    top: 18px;
    left: -34px;
}


.delivery-info__body--box::before {
	width:24px;
	height:27px;
    background-image: url(/local/templates/rbx/images/delivery-kurer.svg);
}

.delivery-info__body--geo::before {
	width:18px;
	height:27px;
    background-image: url(/local/templates/rbx/images/delivery-samovivoz.svg);
}

.delivery-info__body--timer::before {	
	width:20px;
	height:27px;
    background-image: url(/local/templates/rbx/images/delivery-srochnaia.svg);
    left: -31px;
}

.delivery-info__body--size::before {
	width:25px;
	height:29px;
	background-image: url(/local/templates/rbx/images/delivery-pomer_v_magaz.svg);
}


.product-buy-block {
    margin: 0;
}

.digi-dolyame-button--wrapper {
    width: 48%;
    height: 66px;
    float: left;
}
.pay_card {
    width: 48%;
    height: 46px;
    margin: 10px 0;
	float: left;
	border-radius:7px;
	background:#F5F5F5;
	text-align: center;
}
.pay_card span{
	color:#262626;
	font-size:13px;
}
.pay_card img{
	margin: 0 auto;
	width:223px;
}
.clr {
	float:none;
	clear:both;
}

.product-buy-block .btn {
    height: 43px;
    border-radius: 7px;
	font-size: 13px;
}
.btn-danger, 
.btn-buy {
    font-size: 13px;
}


.product-params-block {
    margin-bottom: 18px;
}

.product-params-size .product-params-item {    
    min-width: 35px;
    height: 32px;
    margin: 0 1px;
    background: #000;
    color: #fff;	
    border: none;
	text-align:center;
}
.product-params-item .size {
    font-size: 12px;
	padding: 0 2px;
    line-height: 30px;
}
.product-params-size .product-params-item.disabled {
    color: #bfbfbf;
}
.product-params-size .product-params-item.selected {
	background: #DB002C;
    color: #FFF;
}
.product-params__title {
    margin-bottom: 10px;
}

.product-params-color .product-params-item  {
    margin: 6px;
    min-width: 22px;
    height: 22px;
	border: 1px solid #cccccc;
    border-radius: 50%;
}

.product-params-item .color {
    border: none;
}
.product-params-color .product-params-item:before {
    content: '';
    display: block;
    border: none;
    position: absolute;
    top: -4px;
    right: -4px;
    bottom: -4px;
    left: -4px;
    opacity: 1;
}
.product-params-color .product-params-item.selected:before {
    border: #DB002C solid 2px;
}

.product-price {
	width:100%;
	height:55px;
	background:#F5F5F5;
	border-radius:7px;
	justify-content: space-between;
}
.product-price.not_promo {
    justify-content: flex-start;
}

.product-price .price {
    margin: 0 22px 0 15px;
}

.product-price .price-old {
	color:#7A7A7A;
	font-size:16px;
}

.product-price .text-danger {
	font-size:12px;
	color:#DB002C;
	width:170px;
	margin:0 10px 0 14%;
}
.product-price .text-danger.not_old_price {
	margin:0;
}
.product-price .text-danger .black {
	color:#262626;
}
.product-price .text-danger .bold {
	font-size:14px;
}
.product-price .text-danger .bold span{
	font-size:14px;
	color:#262626;
	font-weight:bold;
	text-decoration:underline;
}

.product-price .code_button {
	width: 95px;
    height: 30px;
    border-radius: 7px;
    font-size: 11px;
    font-weight: bold;
    color: #939393;
    text-transform: uppercase;
    text-align: center;
    line-height: 30px;
	margin-right:11px;
}


.content-block.padding.utp_block {
	padding-bottom:0;
	margin-bottom:-16px;
}

.utp .justify-content-center {
    gap: 10px;
}

.utp .col-lg {
	flex-wrap: nowrap;
	display: flex;
	align-items: center;
	padding: 0;	
}

.utp p {
    font-size: 12px;
    line-height: normal;
    text-align: left;
}

.utp-icon {
    height: 40px;
    min-width: 56px;
}
.utp-icon.icon-1 {
    background-size: 56px auto;
	margin-right: 10px;
}
.utp-icon.icon-2 {
    background-size: 38px auto;
	margin-right: 10px;
}
.utp-icon.icon-3 {
    background-size: 47px auto;
	margin-right: 10px;
}
.utp-icon.icon-4 {
    background-size: 39px auto;
	margin-right: 10px;
}
.utp-icon.icon-5 {
    background-size: 49px auto;
	margin-right: 10px;
}
.retailrocket_block {
	max-width: 1206px;
	margin:30px auto;
	padding:0 20px;
}
.retailrocket-widget.retailrocket-theme-tiny .retailrocket-widgettitle {
    font-size: 22px !important;
}
.product-info .mobile {
	display:none;
}

@media (max-width: 768px) {
	.product-images-block {
		margin-top: 40px;
	}
	.product-availability {
		margin: -20px 0 0 15px;
	}
	.delivery-info {
		margin: 18px 0 15px 0;
		gap:10px;
	}
    .delivery-info__list {
        display: flex;
    }
	.delivery-info__item {
		padding-right: 0;
		margin-bottom: 0;
	}
	.delivery-info__body {
        text-align: center;
        padding-left: 6px;
        min-width: auto;
    }
	.delivery-info__body::before {
		top: 0px;
		left: 0px;
		position: relative;
		display: block;
		margin: 0 auto 5px;
	}
	.product-price {
        display: block;
        margin-top: 50px;
    }
	.product-price .price {
		position: absolute;
		margin: -50px 0 0 10px;
	}
	.price-old {
		position: absolute;
		margin: -36px 0 0 40%;
	}
	.product-price .text-danger {
		display: block;
		width: 55%;
		margin: 0;
		padding: 6px 0 0 16px;
	}
	.product-price .code_button {
		position: absolute;
		margin-top: -35px;
		left: auto;
		right: 20px;
		width: auto;
	}
	
	.product-params {
		display: block;
	}
	.product-params__size {
		display: flex;
        flex-direction: column;
        align-items: center;
	}
	.product-params__color {
		display: flex;
        flex-direction: column;
        align-items: center;
		order: 3;
	}
	
	.product-params > div.product-params__size {
		display: inline-block;
		min-width: 50%;
		width: auto;
		float:left;
		margin-right: 1%;
	}
	.product-params > div.product-params__color {
		display: inline-block;
		min-width: 49%; 
		width: auto;
	}
	.product-buy-block .btn {
        width: 100%;
        height: 50px;
        font-size: 16px;
    }
	.product-images-slider__alert {
        display: block;
        margin-bottom: 20px;
        opacity: 0.7;
    }
	.digi-dolyame-button--wrapper {
		width: 100%  !important;
		float: none;
	}
	.digi-dolyame-button {
		width: 100%  !important;
	}
	.pay_card {
		width: 100%;
		height: 70px;
		margin: 0;
		padding: 14px 0 0;
		float: none;
	}
	.utp .col-lg {
		max-width: 46%;
	}
	.product-info {
		margin: 20px 0;
	}
	.product-info .mobile {
		display:block;
	}
	.parent_utp {
		display:none;
	}
	
	.admin .content-block.padding {
		padding-top: 0;
	}
}

@media (min-width: 768px) and (max-width: 990px) {
	.delivery-info {
		margin: 18px 0 15px 0;
		gap:10px;
	}
    .delivery-info__list {
        display: flex;
    }
	.delivery-info__item {
		padding-right: 0;
		margin-bottom: 0;
	}
	.delivery-info__body {
        text-align: center;
        padding-left: 6px;
        min-width: auto;
    }
	.delivery-info__body::before {
		top: 0px;
		left: 0px;
		position: relative;
		display: block;
		margin: 0 auto 5px;
	}
	.utp .col-lg {
		max-width: 46%;
	}
}
/* END. NEW DESIGN PRODUCT */