.alert-danger {
	font-size: 14px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 1.4rem 2.2rem 1.4rem;
	background: #fff;
	z-index: 3;
	color: #fff;
	background-color: #ff4a4a;
	-webkit-animation: fadeOut-long 15s forwards;
	animation: fadeOut-long 15s forwards;
}
.alert-closeBtn {
	position: absolute;
	right: 2rem;
	top: calc(50% - 1rem);
	height: 2rem;
	width: 2rem;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.alert-closeBtn:hover {
	opacity: 0.7;
}
.alert-closeBtn::after,
.alert-closeBtn::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.alert-closeBtn::before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
ul {
	list-style: none;
}

h1 {
	font-size: 3rem;
}

h2 {
	font-size: 2.25rem;
}

h3,
.pagetitle {
	font-size: 1.5rem;
}

.pagetitle-head {
	margin-bottom: 1.4375rem;
}

h4 {
	font-size: 1.125rem;
}

html {
	font-size: 16px;
}
.w-100 {
	width: 100%;
}

.pt-5 {
	padding-top: 5px;
}

.scrollbar::-webkit-scrollbar,
body::-webkit-scrollbar,
.modal__content::-webkit-scrollbar,
.popup::-webkit-scrollbar,
.authorization::-webkit-scrollbar,
.popup__input-textarea::-webkit-scrollbar,
.feedback__input-textarea::-webkit-scrollbar,
.category__filtersBox::-webkit-scrollbar,
.orderDetail::-webkit-scrollbar,
.nav__searchBody::-webkit-scrollbar,
.price-delivery-modal__inner::-webkit-scrollbar,
.nice-select .list::-webkit-scrollbar,
.allcategory-box_block::-webkit-scrollbar {
	width: 0.5%;
	min-width: 8px;
}

.new-nav__left::-webkit-thumb,
.new-nav__right::-webkit-thumb {
	width: 4px;
}

.scrollbar::-webkit-scrollbar-track,
body::-webkit-scrollbar-track,
.modal__content::-webkit-scrollbar-track,
.popup::-webkit-scrollbar-track,
.authorization::-webkit-scrollbar-track,
.popup__input-textarea::-webkit-scrollbar-track,
.feedback__input-textarea::-webkit-scrollbar-track,
.category__filtersBox::-webkit-scrollbar-track,
.orderDetail::-webkit-scrollbar-track,
.nav__subMenuLevel-second::-webkit-scrollbar-track,
.nav__searchBody::-webkit-scrollbar-track,
.price-delivery-modal__inner::-webkit-scrollbar-track,
.nice-select .list::-webkit-scrollbar-track,
.allcategory-box_block::-webkit-scrollbar-track {
	background: transparent;
}
.scrollbar::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb,
.modal__content::-webkit-scrollbar-thumb,
.popup::-webkit-scrollbar-thumb,
.authorization::-webkit-scrollbar-thumb,
.popup__input-textarea::-webkit-scrollbar-thumb,
.feedback__input-textarea::-webkit-scrollbar-thumb,
.category__filtersBox::-webkit-scrollbar-thumb,
.orderDetail::-webkit-scrollbar-thumb,
.nav__searchBody::-webkit-scrollbar-thumb,
.price-delivery-modal__inner::-webkit-scrollbar-thumb,
.nice-select .list::-webkit-scrollbar-thumb,
.allcategory-box_block::-webkit-scrollbar-thumb {
	border-left: 1px solid #e0e2e7;
	background: #e0e2e7;
	border-radius: 10px;
}

.price-delivery-modal__inner::-webkit-scrollbar-thumb,
.allcategory-box_block::-webkit-scrollbar-thumb {
	border-left: none;
	background: var(--100);
	border-radius: 8px;
}
.nav__subMenuLevel-second::-webkit-scrollbar,
.allcategory-box_block::-webkit-scrollbar {
	height: 0.5%;
	min-height: 8px;
}

.nav__subMenuLevel-second::-webkit-scrollbar-thumb {
	background: #8c0d18;
	border-left: 1px solid #f2f2f2;
}
body {
	font-family: 'Montserrat', sans-serif;
	margin: 0;
	padding: 0;
	font-weight: 500;
	cursor: default;
	color: #000;
	background: #f7f7f9;
}

section {
	position: relative;
}

.flexbox,
.popup__form,
.authorization__formBox,
.order__windowsInputSelectItem,
.order__windowsOptionsCircle,
.order__windowsOptionsItem,
.order__pointOption {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

.animate {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.animate path {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.button,
.button-s,
.orderDetail .goods__basketItemControl,
.button-d,
.button-h,
.popup__submitBtn,
.authorization__submit,
.goods__buyBtn {
	margin-left: 10px;
	font-weight: bold;
	color: #fff;
	background-color: var(--Akzendent);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.button:hover,
.button-s:hover,
.orderDetail .goods__basketItemControl:hover,
.button-d:hover,
.button-h:hover,
.popup__submitBtn:hover,
.authorization__submit:hover,
.goods__buyBtn:hover {
	background-color: var(--akzendent-dark);
}

.button[disabled],
.button-s[disabled],
.orderDetail .goods__basketItemControl[disabled],
.button-d[disabled],
.button-h[disabled],
.popup__submitBtn[disabled],
.authorization__submit[disabled],
.goods__buyBtn[disabled] {
	cursor: default;
	opacity: 0.4;
}

.button[disabled]:hover,
.button-s[disabled]:hover,
.orderDetail .goods__basketItemControl[disabled]:hover,
.button-d[disabled]:hover,
.button-h[disabled]:hover,
.popup__submitBtn[disabled]:hover,
.authorization__submit[disabled]:hover,
.goods__buyBtn[disabled]:hover {
	background-color: var(--100);
}

.button-s,
.orderDetail .goods__basketItemControl {
	width: 11rem;
	border-radius: 6px;
	padding: 0.9rem;
}

.button-d {
	padding: 0.9rem;
	border-radius: 8px;
	width: 12.75rem;
}

.button-h,
.popup__submitBtn,
.authorization__submit,
.goods__buyBtn {
	padding: 1.125rem;
	border-radius: 10px;
	width: 15.625rem;
}

a {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	text-decoration: none;
	display: inline-block;
	color: #8c0d18;
}

a:hover {
	color: var(--Dark);
}

textarea,
button,
input {
	font-family: 'Montserrat', sans-serif;
	border: none;
	background: none;
	outline: none;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

textarea {
	resize: none;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #828282;
}

input::-moz-placeholder,
input::-webkit-input-placeholder,
input:-ms-input-placeholder,
input::-ms-input-placeholder,
input::placeholder,
textarea::-moz-placeholder,
textarea::-webkit-input-placeholder,
textarea:-ms-input-placeholder,
textarea::-ms-input-placeholder,
textarea::placeholder {
	color: #828282;
}
input[type='number'] {
	-moz-appearance: textfield;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

label.error {
	font-size: 0.75rem;
	color: red;
	top: calc(100% + 0.2rem);
	left: 0;
	position: absolute;
	/* display: none; */
}
label.error:not([style='display: none;']) ~ input {
	border-color: red;
}

input.error {
	border-color: red;
}

input.error ~ label.error {
	opacity: 1;
	/* display: block; */
}

button {
	cursor: pointer;
}

button.disabled {
	cursor: default;
	opacity: 0.6;
	pointer-events: none;
}

.nowrap {
	white-space: nowrap;
}

.loader {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
	overflow: hidden;
	min-height: 200px;
}

.loader::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
	background-color: #fff;
}

.loader::after {
	content: '';
	position: absolute;
	top: calc(50% - 1.4rem);
	left: calc(50% - 1.4rem);
	height: 2.8rem;
	width: 2.8rem;
	border-radius: 50%;
	z-index: 1;
	border: 2px solid;
	border-color: #f3a601 transparent;
	-webkit-animation: roling 0.7s infinite linear;
	animation: roling 0.7s infinite linear;
}

/* OWL */

.owl-theme .owl-nav {
	top: 50%;
	width: 100%;
	height: 0;
	z-index: 1;
	position: absolute;
	left: 0;
	-webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav .disabled {
	opacity: 0.5;
	cursor: default;
}

.owl-item {
	-webkit-transition: 1s ease-out;
	-o-transition: 1s ease-out;
	transition: 1s ease-out;
}

.owl-item:not(.active) {
	opacity: 0;
	visibility: hidden;
}

.owl-nav button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.owl-nav button.disabled {
	opacity: 0.6;
}

.owl-nav button.disabled:hover {
	cursor: default;
}

/* PRINT */

/* KRESTIK */

.close-btn,
.modal__closeBtn-inset,
.popup__closeBtn {
	cursor: pointer;
	position: absolute;
	right: 0.4rem;
	top: 0;
	height: 2rem;
	width: 2rem;
	background: none;
}

.authorization__closeBtn { 
	right: 24px;
	width: 24px;
	height: 24px;
}

.close-btn:not(.authorization__closeBtn)::after,
.modal__closeBtn-inset::after,
.popup__closeBtn::after,
.close-btn:not(.authorization__closeBtn)::before,
.modal__closeBtn-inset::before,
.popup__closeBtn::before {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	content: '';
	width: 16px;
	height: 1px;
	background: #828282;
	position: absolute;
	top: 1rem;
	right: 0.5rem;
}
/* .authorization__closeBtn::after,
 */

.close-btn::after,
.modal__closeBtn-inset::after,
.popup__closeBtn::after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.close-btn::before,
.modal__closeBtn-inset::before,
.popup__closeBtn::before {
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}

.close-btn:hover::after,
.modal__closeBtn-inset:hover::after,
.popup__closeBtn:hover::after,
.close-btn:hover::before,
.modal__closeBtn-inset:hover::before,
.popup__closeBtn:hover::before {
	background: #f3a601;
}

.close-btn:hover,
.modal__closeBtn-inset:hover,
.popup__closeBtn:hover {
	background: none;
}

.modal {
	display: none;
	z-index: 2;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.modal__box {
	position: relative;
	width: 100%;
	max-width: 60rem;
	height: 90%;
	max-height: 50rem;
	background-color: #fff;
	padding: 3rem 0 3em 3rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 6px;
	z-index: 1;
}

.modal__title {
	margin-bottom: 1rem;
}

.modal__closeBtn {
	cursor: pointer;
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.4);
}

.modal__closeBtn-inset {
	height: 2rem;
	width: 2rem;
	background-color: transparent;
	left: auto;
	top: 2%;
	right: 3%;
}

/* POPUPS  */
.ajax {
	position: fixed;
	top: 7.5vh;
	right: 1rem;
	z-index: 2;
}

.popup,
.authorization {
	max-width: 28rem;
	display: none;
	z-index: 1;
	background: #fff;
	height: auto;
	border-radius: 6px;
	-webkit-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.2);
}

.reg-form-legal-position {
	position: static !important;
	padding: 0 !important;
}

.popup::-webkit-scrollbar-thumb,
.authorization::-webkit-scrollbar-thumb {
	border: 4px;
	overflow: hidden;
}

.popup__closeBtn {
	top: 0.8rem;
	z-index: 4;
	right: 1rem;
}

.popup__box,
.authorization__recover,
.authorization__box {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 1.625rem 2.5rem 2rem;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.popup__title,
.authorization__title,
.cheaper.popup .popup__title,
.notFound.popup .popup__title,
.supportPopup.popup .popup__title,
.feedback-call.popup .popup__title {
	width: 100%;
	display: block;
	text-align: left;
	font-weight: 700 !important;
	font-size: 24px !important;
	line-height: 29px !important;
	color: #000000;
	margin-bottom: 20px;
	margin-top: 0.6rem;
}

.popup__text,
.authorization__recoverText {
	text-align: left;
	margin-bottom: 0.8rem;
	width: -webkit-min-content;
	width: -moz-min-content;
	width: min-content;
	min-width: 100%;
	max-width: 17.825rem;
	font-weight: 400 !important;
	font-size: 14px !important;
	line-height: 120% !important;
	opacity: 0.8 !important;
}

.popup__form,
.authorization__formBox {
	margin-top: 2rem;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.popup__error,
.authorization__error {
	font-size: 0.7rem;
	top: calc(100% + 0.1rem);
	left: 0;
	position: absolute;
	color: red;
}

.popup__label,
.authorization__label {
	font-size: 14px !important;
	line-height: 20px;
	opacity: 1 !important;
	color: #333;
	font-weight: 400;
	display: block;
	margin-bottom: 8px !important;
	font-family: 'Inter', sans-serif !important;
}

.popup__input,
.authorization__input {
	/* input */
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-color: #c1c1c1;
	font-size: 0.875rem;
	padding: 10px 12px;
	height: 44px;
	border-radius: 8px;
	border: 1px solid var(--200-stroke-bg, #bfc0c1);
	background: var(--50, #f7f7f9);
}

.popup__inputBox,
.authorization__inputBox {
	width: 100%;
	position: relative;
	margin-bottom: 16px !important;
}

.popup__input::-moz-placeholde,
.authorization__input::-moz-placeholde {
	color: rgba(69, 69, 69, 0.7);
}

.popup__input::-webkit-input-placeholder,
.authorization__input::-webkit-input-placeholder {
	color: rgba(69, 69, 69, 0.7);
}

.popup__input:-ms-input-placeholder,
.authorization__input:-ms-input-placeholder {
	color: rgba(69, 69, 69, 0.7);
}

.popup__input::-ms-input-placeholder,
.authorization__input::-ms-input-placeholder {
	color: rgba(69, 69, 69, 0.7);
}

.popup__input::-webkit-input-placeholder,
.authorization__input::-webkit-input-placeholder {
	color: rgba(69, 69, 69, 0.7);
}

.popup__input::-moz-placeholder,
.authorization__input::-moz-placeholder {
	color: rgba(69, 69, 69, 0.7);
}

.popup__input:-ms-input-placeholder,
.authorization__input:-ms-input-placeholder {
	color: rgba(69, 69, 69, 0.7);
}

.popup__input::-ms-input-placeholder,
.authorization__input::-ms-input-placeholder {
	color: rgba(69, 69, 69, 0.7);
}

.popup__input::placeholder,
.authorization__input::placeholder {
	color: rgba(69, 69, 69, 0.7);
}

.popup__input:focus,
.authorization__input:focus {
	border-color: #f3a601;
}

.popup__input-textarea,
.feedback__input-textarea {
	overflow: hidden;
	height: 2.5rem;
	resize: none;
}

.popup__input-textarea:focus,
.feedback__input-textarea:focus {
	overflow: auto;
	height: 6rem;
}

.popup__input-textarea:focus::-webkit-scrollbar,
.feedback__input-textarea:focus::-webkit-scrollbar {
	width: 5px;
}

.popup__input-textarea:focus::-webkit-scrollbar-track,
.feedback__input-textarea:focus::-webkit-scrollbar-track {
	background: transparent;
}

.popup__input-textarea:focus::-webkit-scrollbar-thumb,
.feedback__input-textarea:focus::-webkit-scrollbar-thumb {
	border-left: 1px solid #f2f2f2;
	background: #8c0d18;
	border-radius: 5px;
}

.authorization__submit {
	margin: 1.75rem 3.2rem 0;
}

.popup__submitBtn {
	font-size: 1rem;
	margin: 0 3.2rem 2rem;
	width: 100%;
	box-sizing: border-box;
	margin: 0 !important;
}

.cheaper,
.notFound,
.supportPopup {
	position: fixed;
	z-index: 3;
	top: 86px;
	right: 1rem;
	overflow: auto;
}
.support {
	margin-bottom: 2.875rem;
}
.searchResult {
	overflow-x: hidden;
}


/* INPUT TYPE FILE */

.addFile {
	margin-bottom: 2rem;
	position: relative;
	width: 100%;
	cursor: pointer;
	min-height: 2.5rem;
}

.addFile:hover .addFile__label {
	color: #f3a601;
}

.addFile__input {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 2;
	position: absolute;
	cursor: pointer;
}

.addFile__label {
	margin-bottom: 0;
	margin-left: 1.2rem;
	-webkit-transition: color 0.2s;
	-o-transition: color 0.2s;
	transition: color 0.2s;
}

.authorization-message {
	/* width: 27rem;
	padding-top: 1rem; */
}

.authorization-changing,
.authorization-confirm {
	padding-bottom: 2rem;
}

.authorization-message {
	/* padding-bottom: 3rem; */
}

.authorization-signUp {
	overflow: auto;
}

.authorization-signUp::-webkit-scrollbar-thumb {
	overflow: hidden;
	border-radius: 0 4px 4px 0;
}

.authorization__resendTimer {
	width: 100%;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 10px auto 0;
	color: #c1c1c1;
	font-size: 0.8rem;
	white-space: nowrap;
}

.authorization__resendTimerCounter {
	margin-left: 15px;
}

.authorization__changingResend {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0.4rem auto 1rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 6px 10px;
}

.authorization__policity {
	line-height: 1.5;
	display: inline;
	font-size: 0.75rem;
	color: rgba(69, 69, 69, 0.7);
	margin: 1rem 0 0;
}

.authorization__policityBtn {
	-webkit-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
	margin-left: 0.3rem;
	display: inline;
	position: relative;
	cursor: pointer;
	color: #8c0d18;
	font-weight: 600;
}

.authorization__policityBtn:hover {
	color: #f3a601;
}

.authorization__success {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	border-radius: 6px;
	background: white;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 1.625rem 2rem;
	display: none;
}

.authorization__success-confirm {
	z-index: 3;
}

.authorization__success-recover {
	padding-top: 4rem;
}

.authorization__closeBtn svg {
	/* top: -3px;
	left: -5px;
	height: 36px;
	width: 36px;
	position: absolute;
	stroke-dasharray: 144px;
	stroke-linecap: round;
	stroke-width: 2px;
	stroke-dashoffset: 20;
	stroke: #f3a601;
	overflow: visible;
	-webkit-animation: closingTime 10s both cubic-bezier(0.47, 0, 0.745, 0.715);
	animation: closingTime 10s both cubic-bezier(0.47, 0, 0.745, 0.715); */
}

@-webkit-keyframes closingTime {
	0% {
		stroke-dashoffset: 20;
	}

	100% {
		stroke-dashoffset: 144;
	}
}

@keyframes closingTime {
	0% {
		stroke-dashoffset: 20;
	}

	100% {
		stroke-dashoffset: 144;
	}
}

.authorization__recover {
	color: black;
}

.authorization__recoverBoxForm {
	width: 100%;
}

.authorization__recoverChoise {
	margin-top: 0.6rem;
	margin-bottom: 1.4rem;
}

.authorization__recoverChoiseBtn {
	font-size: 0.875rem;
	font-weight: 500;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0.3rem 0.9rem;
	border-radius: 20px;
	border: 1px solid transparent;
}

.authorization__recover,
.authorization__box {
	padding-bottom: 0;
}

.authorization__box-message {
	width: auto;
}

.authorization__title-message {
	white-space: nowrap;
	text-align: center;
	padding: 0 3rem 0.9rem 0;
}

.authorization__form {
	width: 100%;
}

.authorization__formBox {
	margin-top: 0;
}

.authorization__form-recover {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	display: none;
	opacity: 0;
}

.authorization__formTop {
	width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.authorization__formTop-recover {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-bottom: 2rem;
}

.authorization__inputBox-checkbox {
	max-width: 13rem;
	margin-bottom: 0;
}

.authorization__inputBox-checkbox-signUp {
	padding-top: 1rem;
	width: 100%;
}

.authorization__checkbox svg {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
	border: 1px solid #d4d3d3;
	border-radius: 2px;
	height: 12px;
	width: 12px;
	margin-top: 1px;
	margin-right: 0.6rem;
	padding: 1px;
}

.authorization__checkbox svg path {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
}

.authorization__checkbox:hover svg {
	border-color: #8c0d18;
}

.authorization__checkbox-label {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: rgba(69, 69, 69, 0.7);
	font-size: 0.75rem;
}

.authorization__input-checkbox {
	cursor: pointer;
	position: absolute;
	/*height: 100%;*/
	width: 100%;
	opacity: 0;
}

.authorization__input-checkbox:checked ~ svg {
	border-color: #8c0d18;
	background-color: #8c0d18;
}

.authorization__input-checkbox:checked ~ svg path {
	opacity: 1;
}


.authorization__submit-signUp {
	margin-top: 0.8rem;
	margin-bottom: 0.6rem;
}

.authorization__optional {
	/* padding-top: 0.8rem;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%; */
}

.authorization__asSocial {
	margin-bottom: 1.8rem;
	margin-top: 0.8rem;
	width: 100%;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.authorization__asSocialText {
	margin-right: 1.8rem;
	color: rgba(69, 69, 69, 0.7);
	font-size: 0.75rem;
	font-weight: 500;
}

.authorization__asSocialText:hover
	~ .authorization__asSocialLinks
	.authorization__asSocialItem
	svg
	path {
	fill: #f3a601;
}

.authorization__asSocialItem {
	margin-right: 0.6rem;
	height: 2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 2rem;
}

.authorization__asSocialItem svg {
	height: 100%;
}

.authorization__asSocialItem svg path {
	-webkit-transition: fill 0.3s;
	-o-transition: fill 0.3s;
	transition: fill 0.3s;
	fill: #e0e0e0;
}

.authorization__asSocialItem:hover svg path {
	fill: #f3a601;
}

.services {
	margin: 3.7rem 0;
}

.services__box {
	counter-reset: num;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.services__item {
	font-size: 1rem;
	width: 23%;
	color: #8c0d18;
	font-weight: 600;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	background-color: #ffffff;
	border: 1px solid #f1f1f1;
	padding: 1.5rem 1.4%;
	border-radius: 16px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.services__item::before {
	padding-right: 1rem;
	line-height: 1;
	color: #f3a601;
	font-size: 30px;
	font-weight: bold;
	content: counter(num, decimal-leading-zero);
	counter-increment: num;
}

.offers {
	margin: 1.625rem 0 4rem;
}

.offers__box {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.offers__image {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
}

.offers__title {
	width: 100%;
	text-align: center;
	-webkit-transition: 0.2s all;
	-o-transition: 0.2s all;
	transition: 0.2s all;
	z-index: 1;
	color: #f2f2f2;
	padding: 1.125rem;
	background-color: #8c0d18;
	border-radius: 16px;
	-ms-flex-item-align: end;
	align-self: flex-end;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.offers__item {
	position: relative;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: calc((100% - 4.25rem) / 3);
	height: 24rem;
	padding: 1.25rem 1.125rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	border-radius: 6px;
	transition: all .3s ease-in-out;
}

.offers__item:hover {
	transition: all .3s ease-in-out;
	-webkit-box-shadow: 0px 14px 30px rgba(0, 0, 0, 0.14);
	box-shadow: 0px 14px 30px rgba(0, 0, 0, 0.14);
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), url(<path-to-image>) lightgray 0px -6.786px / 100% 129.414% no-repeat;
}

/* .offers__item:hover .offers__title {
	background: rgba(0, 0, 0, 0.3);
} */

.items {
	overflow: hidden;
	padding-bottom: 2rem;
}

.items-detail {
	margin: 40px 0;
}

.items__title {
	margin-bottom: 2.75rem;
	color: #8c0d18;
}

.items__title-black {
	color: #000000;
}

.items__item {
	border-radius: 16px;
	height: 28rem;
	padding: 1.2rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	-webkit-transition: 0.4s all;
	-o-transition: 0.4s all;
	transition: 0.4s all;
	position: relative;
}

.items__item:hover {
	-webkit-box-shadow: 0px 14px 30px rgba(0, 0, 0, 0.14);
	box-shadow: 0px 14px 30px rgba(0, 0, 0, 0.14);
}
.item-button {
	width: 49%;
	margin-left: auto;
}
.item-button .items__add {
	margin-top: 0;
}
.items__description .items__compare {
	display: none;
}
.items__itemTitle {
	width: 100%;
	font-size: 0.875rem;
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	transition: 0.3s all;
	color: var(--Dark);
	height: 5.1rem;
	text-decoration: underline;
}
.items__description .items__itemTitle {
	text-decoration: none;
}
.items__imageBox {
	display: block;
	height: 13.75rem;
	padding-bottom: 1rem;
}

.items__image {
	height: 100%;
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
    word-break: break-word;
}

.items__holdOnBtn,
.items__sale,
.detailContent__salePrice {
	background: #f3a601;
	height: 2.5rem;
	width: 2.5rem;
	border-radius: 50%;
	/* position: absolute; */
	/* top: 1.125rem; */
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	/* right: 1rem; */
	font-size: 12px;
	font-weight: bold;
	color: #f2f2f2;
}

.items__holdOnBtn {
	position: absolute;
	top: 1.125rem;
	right: 1rem;
	background-color: #c4c4c4;
	opacity: 0.3;
	height: 40px;
	width: 40px;
	right: auto;
	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;
	left: 1rem;
}

.items__holdOnBtn svg path {
	-webkit-transition: fill 0.3s;
	-o-transition: fill 0.3s;
	transition: fill 0.3s;
}

.items__holdOnBtn:hover {
	opacity: 0.6;
}

.items__holdOnBtn:hover svg path {
	fill: #8c0d18;
}

.items__priceBar {
	align-self: flex-start;
	width: 100%;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 0.9rem;
}
.items__bar {
	width: 49%;
	align-self: flex-start;
	margin-right: auto;
}
.items__price-current {
	color: #000;
	font-weight: bold;
	font-size: 1.25rem;
	margin-right: 0.5rem;
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
}
.product__propsItem {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0.8rem 0.2rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.product__propsItem:first-of-type {
	padding-top: 0;
}
.product__propsItem:last-of-type {
	border-bottom: 0;
}

.product__propsName {
	font-weight: 600;
}
.product__propsName,
.product__propsVal {
	width: 50%;
	height: 100%;
}
.items__price-old {
	text-decoration: line-through;
	color: #adadad;
	font-size: 0.875rem;
	display: block;
}

.items__bar {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 49%;
}

.items__barItem {
	height: 40px;
	width: 100%;
	border: 1px solid #dcdcdc;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 8px;
	overflow: hidden;
}
.items__description [data-entity='buttons-block'] {
	width: 49%;
	align-self: flex-end;
	margin-left: auto;
	position: relative;
}
.items__description .items__add {
	margin: 0;
	height: 40px;
	padding-top: 0.65rem;
}

.items__counterButton,
.items__counterInput,
.items__counterButton_complect,
.items__counterInput_complect {
	text-align: center;
	padding: 0;
	margin: 0;
	height: 100%;
	width: calc(100% / 3);
	background: #fff;
}

.items__counterButton.disabled,
.items__counterButton_complect.disabled {
	opacity: 1;
	cursor: default;
	pointer-events: none;
}

.items__counterButton:not(.disabled):hover,
.items__counterButton_complect:not(.disabled):hover {
	background: var(--50);
	transition: 0.3s all ease-in-out;
}

.items__counterButton:not(.disabled):active,
.items__counterButton_complect:not(.disabled):active {
	opacity: 0.4;
}
/*
.items__counterButton:first-child {
  padding-bottom: .3rem;
} */

.items__counterInput,
.items__counterInput_complect {
	-webkit-appearance: none;
	margin: 0;
	color: #202124;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.items__add {
	background: #8c0d18;
	color: #fff;
	padding: 0.8125rem 0;
	width: 100%;
	margin-top: 0.9rem;
	border-radius: 8px;
	font-weight: bold;
	font-size: 1rem;
}
.items__add.empty {
	background-color: #f1f1f1;
	color: #333333;
	margin-top: 3rem;
	border-color: #dcdcdc;
}

/* .items__carousel .owl-stage-outer,
.sezon-tovar__carousel .owl-stage-outer {
  overflow: visible;
} */

.items__carousel .owl-item,
.sezon-tovar__carousel .owl-item {
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
	top: calc(50% - 20px) !important;
}

.promo,
.support,
.find {
	margin-top: 2.875rem;
}
.promo__box,
.support__box,
.find__box {
	position: relative;
	border-radius: 16px;
	overflow: hidden;
	background-color: #ffb800;
}
.support__box {
	background-color: #e4e4e4;
}

.promo__box {
	background-color: #fff;
}
.promo__imageBox,
.support__imageBox,
.find__imageBox {
	position: absolute;
	width: 33%;
	height: 100%;
	top: 0;
	left: 0;
}
.find .find__imageBox,
.find .find__image,
.support .support__image {
	border-radius: 16px;
}
.find .find__content {
	color: var(--dark, #000);
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
}

.promo__image,
.support__image,
.find__image {
	height: 100%;
	max-width: 100%;
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
}
.promo__desc,
.support__desc,
.find__desc {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: 33%;
	padding: 2.5rem 11rem 2.5rem 4rem;
}

.promo__title,
.support__title,
.find__title {
	margin-bottom: 1.2rem;
	color: #8c0d18;
}
.support__title {
	max-width: 400px;
}
.promo__content,
.support__content,
.find__content {
	width: 100%;
	color: #8c0d18;
}
.support__content {
	color: #333333;
}
.promo__content {
	color: #fff;
}
.promo__content,
.support__content,
.find__content {
	line-height: 1.76rem;
}

.promo__button {
	background-color: #8c0d18;
	border-color: #f3a601;
}

.support .support__desc {
	box-sizing: border-box;
	padding-bottom: 10px;
}
.support .auth-sigIn {
	width: auto;
	margin: 0;
	margin-left: 0 !important;
	padding: 14px 24px !important;
	border-radius: 12px;
	background: var(--akzendent, #8c0d18) !important;
	color: #fff;
	text-align: center;
	font-weight: 600;
	margin-top: 40px;
}
.management {
	margin-bottom: 7.1429rem;
}

.management__box {
	padding: 2.3571rem 4.6429rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.management-left__text {
	color: #333;
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	line-height: 128%;
	max-width: 282px;
}
.management-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.management-right__title {
	line-height: 150%;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	color: #333;
}

.management-right__text {
	font-size: 14px;
	line-height: 128%;
	color: #333;
	font-family: 'Inter', sans-serif;
	margin-top: 8px;
}

.management-right__phone {
	font-family: 'Inter', sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 83%;
	margin-top: 25px;
	margin-bottom: 0;
}
.header__item {
	border-radius: 16px;
	overflow: hidden;
}
.header__carousel .owl-thumbs {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.callUp {
	margin-top: 2.9375rem;
	position: relative;
}

.callUp__box {
	padding: 2.4375rem 3.8125rem;
	border-radius: 5px;
	background-color: #fff;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: #333333;
	line-height: 1.875rem;
}

.callUp__button {
	-webkit-box-shadow: 0px 10px 16px rgba(123, 43, 65, 0.16),
		0px 4px 6px rgba(0, 0, 0, 0.06);
	box-shadow: 0px 10px 16px rgba(123, 43, 65, 0.16),
		0px 4px 6px rgba(0, 0, 0, 0.06);
	border-radius: 6px;
	margin-left: 2rem;
	color: #fff;
	font-size: 1rem;
	font-weight: bold;
	background-color: #8c0d18;
	padding: 1.375rem 4.4375rem;
}

.callUp__button:hover {
	color: #fff;
	background: #f3a601;
}

.advantages {
	margin: 6rem 0;
}

.advantages__box {
	margin-top: 60px;
	justify-content: center;
	gap: 40px;
}

.advantages__item {
	-ms-flex-item-align: start;
	align-self: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 170px;
}
.advantages__boxImage img {
	width: 128px;
	height: 128px;
}
.advantages__title {
	color: #333;
	text-align: center;
}

.advantages__title-logo {
	text-transform: uppercase;
	color: #8c0d18;
}

.advantages__boxImage {
	text-align: center;
	width: 100%;
}

.advantages__itemTitle {
	padding: 0;
	margin-top: 25px;
	color: var(--500-black, #333);
	text-align: center;
	font-size: 14px;
	font-family: 'Inter', sans-serif;
	line-height: 142%;
}

.textContent {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 64px;
	padding-bottom: 6.875rem;
	color: #202124;
}

.textContent__title {
	margin-bottom: 1.375rem;
}

.textContent__content {
	-webkit-transition: 0.4s all;
	-o-transition: 0.4s all;
	transition: 0.4s all;
	overflow: hidden;
	max-height: 8rem;
	position: relative;
	font-size: 0.875rem;
}

.textContent__content.isOpen .textContent__mask {
	visibility: hidden;
	opacity: 0;
}

.textContent__mask {
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	transition: 0.5s all;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #627d4d;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(transparent),
		color-stop(90%, #f7f7f9)
	);
	background: -o-linear-gradient(top, transparent 0%, #f7f7f9 90%);
	background: linear-gradient(to bottom, transparent 0%, #f7f7f9 90%);
}

.textContent__moreBtn {
	font-size: 0.875rem;
	color: #8c0d18;
	font-weight: bold;
	margin-top: 2.4375rem;
}

.textContent__moreBtn svg {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding-left: 0.6rem;
	margin-bottom: 0.1rem;
}

.textContent__moreBtn svg path {
	-webkit-transition: 0.4s all;
	-o-transition: 0.4s all;
	transition: 0.4s all;
}

.textContent__moreBtn:hover .textContent__moreText {
	color: #f3a601;
	border-color: #f3a601;
}

.textContent__moreBtn:hover svg path {
	fill: #f3a601;
}

.textContent__moreBtn.isOpen svg {
	-webkit-transform: scaleY(-1);
	-ms-transform: scaleY(-1);
	transform: scaleY(-1);
}

.textContent__moreText {
	-webkit-transition: 0.4s all;
	-o-transition: 0.4s all;
	transition: 0.4s all;
	padding-bottom: 0.2rem;
	border-bottom: 1px dashed #8c0d18;
}

.callback {
	display: none;
	z-index: 1;
	overflow: hidden;
	position: fixed;
	bottom: 3%;
	right: 1%;
}

.callback__formBox {
	display: none;
	width: 26.125rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background: #ffffff;
	-webkit-box-shadow: 0px 10px 16px rgba(0, 0, 0, 0.1),
		0px 4px 6px rgba(0, 0, 0, 0.06);
	box-shadow: 0px 10px 16px rgba(0, 0, 0, 0.1),
		0px 4px 6px rgba(0, 0, 0, 0.06);
	border-radius: 6px;
}

.callback__title {
	text-align: center;
	width: 100%;
	color: #8c0d18;
	padding: 1.1rem 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.callback__form {
	width: 100%;
}

.callback__fileLabel {
	cursor: pointer;
	color: #003879;
}

.callback__fileLabel:hover {
	color: pink;
}

.callback__file {
	display: none;
}

.callback__btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.callback__btn svg rect {
	-webkit-transition: 0.1s all;
	-o-transition: 0.1s all;
	transition: 0.1s all;
}

.callback__btn:hover svg rect {
	fill: #f3a601;
}

/*    DETAIL     */

/*    DETAIL     */

/*    DETAIL     */

.detail {
	background: #f7f7f9;
}

.detailContent {
	padding-top: 2rem;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.detailContent__preview {
	position: relative;
	width: 60%;
}
.otlichie-tovara {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	color: #9c9c9c;
	opacity: 0.8;
	text-align: center;
	margin-top: 1rem;
	margin-left: 6vw;
}

.detailContent__salePrice {
	top: 1rem;
	left: 1rem;

	z-index: 1;
}

.detailContent__carousel {
	z-index: 0;
}

.detailContent__carousel .owl-item .item {
	height: 27.125rem;
}

.detailContent__carousel .owl-item img {
	padding: 0 3rem;
	height: 100%;
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0.4rem auto;
}

.detailContent__carousel .owl-thumbs {
	margin-top: 2.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
	width: 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.detailContent__carousel .owl-thumb-item {
	width: calc((100% / 3) - 1.5rem);
	height: 9rem;
	overflow: hidden;
	padding: 5px;
	border: 1px solid rgba(88, 88, 88, 0.2);
	margin-bottom: 1.5rem;
}

.detailContent__carousel .owl-thumb-item:not(:last-child) {
	margin-right: 1.5rem;
}

.detailContent__carousel .owl-thumb-item img {
	height: 100%;
	width: 100%;
	-o-object-fit: scale-down;
	object-fit: scale-down;
}

.detailContent__carousel .owl-thumb-item.active {
	border: 1px solid rgba(88, 88, 88, 0.4);
}

.detailContent__carousel .owl-nav {
	max-height: 27.125rem;
	top: calc(27.125rem / 2);
	z-index: 2;
}

/* .detailContent__carousel .owl-nav>button {
  position: absolute;
  left: 0;
}

.detailContent__carousel .owl-nav>button.owl-next {
  left: auto;
  right: 0;
  transform: rotate(180deg);
}

.detailContent__carousel .owl-nav>button svg path {
  transition: .2s all;
}

.detailContent__carousel .owl-nav>button:not(.disabled):hover svg path:first-child {
  fill: #F3A601;
}

.detailContent__carousel .owl-nav>button:not(.disabled):hover svg path:last-child {
  stroke: #F3A601;
} */

.detailContent__image {
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.detailContent__description {
	padding-left: 2.5rem;
	width: 45%;
}

.detailContent__name {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.detailContent__title {
	line-height: 2rem;
	color: #202124;
	width: 100%;
}

.detailContent__askBox {
	padding-left: 1.25rem;
	border-radius: 6px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin-left: 2.5rem;
	-webkit-transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	transition: border-color 0.3s;
}

.detailContent__askBox:hover {
	border-color: #f3a601;
}

.detailContent__ask {
	padding: 0.75rem 1.125rem;
	padding-left: 0;
	font-size: 0.875rem;
	color: #f3a601;
	margin-left: 1.25rem;
}
.detail-accordeon {
	padding: 24px;
	background: white;
	border-radius: 16px;
}
.detail-accordeon__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	width: 100%;
}
.detail-accordeon__header svg {
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.detail-accordeon__footer {
	display: none;
	padding-top: 21px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	margin-top: 21px;
}

.detailContent__stockCount {
	white-space: nowrap;
	display: flex;
	gap: 2px;
	align-items: center;
	font-weight: 700;
	font-size: 0.875rem;
	line-height: 181.9%;
	color: rgba(0, 0, 0, 0.89);
}

.detailContent__mainInfo {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 1.8125rem;
}

.detailContent__price {
	line-height: 1;
}

.detailContent__priceBar {
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	display: -ms-flexbox;
	gap: 16px;
	background: white;
	border-radius: 16px;
	padding: 24px;
}
.pricebar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	gap: 1.125rem;
}
.detailContent__price-current {
	font-weight: 700;
	font-size: 1.875rem;
	line-height: 1.76rem;
	letter-spacing: 0.125rem;
	color: #ed081c;
}

.detailContent__price-old {
	font-weight: 600;
	font-size: 1.125rem;
	line-height: 1.375rem;
	text-decoration-line: line-through;
	color: #333333;
}

.detailContent__stockBox {
	margin-top: 1.625rem;
	width: 17.25rem;
	color: rgba(0, 0, 0, 0.9);
}

.detailContent__stockItem {
	font-weight: 500;
	font-size: 0.875rem;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 0.4rem;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.detailContent__stockName {
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 181.9%;
	color: #000000;
	opacity: 0.89;
}

.detailContent__counterBar .items__barItem {
	border-color: #e0e2e7;
	height: 100%;
	width: 7rem;
}

.detailContent__result {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: 2rem;
	font-size: 0.875rem;
}

.detailContent__result {
	margin-bottom: 0.2rem;
	font-size: 0.875rem;
	color: rgba(0, 0, 0, 0.8);
	width: 100%;
	font-weight: 600;
}

.detailContent__result strong {
	display: block;
	font-size: 1.5rem;
	font-weight: bold;
	width: 100%;
	color: #202124;
}

.detailContent__resultPrice::after {
	content: ' ₽';
}

.detailContent__button-add {
	color: #fff;
	background: #8c0d18;
	-webkit-box-shadow: 0px 10px 16px rgba(0, 0, 0, 0.1),
		0px 4px 6px rgba(0, 0, 0, 0.06);
	box-shadow: 0px 10px 16px rgba(0, 0, 0, 0.1),
		0px 4px 6px rgba(0, 0, 0, 0.06);
}

.detailContent__descTabs {
	margin: 3.75rem 0 0 0;
}

.detailContent__tabBox {
	margin-bottom: 1rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.detailContent__tabItem {
	border-bottom: 2px solid transparent;
	padding-bottom: 8px;
}

.detailContent__tabItem:not(.tabItem-active):hover {
	border-bottom: 2px solid var(--Akzendent, #8c0d18);
}

.detailContent__tabItem:not(:last-child) {
	margin-right: 40px;
}

.detailContent__tabContentBox {
	overflow: hidden;
	-webkit-transition: height 0.6s;
	-o-transition: height 0.6s;
	transition: height 0.6s;
	min-height: 210px;
	padding-bottom: 3.75rem;
}

.detailContent__tabContent {
	display: none;
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
	font-size: 0.875rem;
	color: rgba(0, 0, 0, 0.8);
}

.detailContent__tabContent li {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

.detailContent__tabContent li:not(:last-child) {
	margin-bottom: 1rem;
}

.detailContent__tabContent li::before {
	margin-right: 0.6rem;
	border-radius: 50%;
	content: '';
	height: 4px;
	display: block;
	min-width: 4px;
	width: 4px;
	background-color: #8c0d18;
}

.feedback__header {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 1.2rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.feedback__headerRow {
	width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.feedback__form {
	position: relative;
	max-width: 30rem;
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	width: 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.feedback__form-up {
	overflow: visible;
	margin-top: 1.5rem;
	opacity: 1;
}

.feedback__success {
	border-radius: 6px;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: -2;
}

.feedback__inputBox {
	position: relative;
	margin-bottom: 1rem;
	width: 100%;
}

.feedback__inputBox-long {
	width: 100%;
}

.feedback__inputBox-button {
	margin: 0;
}

.feedback__submit {
	background: #fff;
	color: #8c0d18;
	height: 2.5rem;
	width: 15.625rem;
	border-radius: 6px;
	font-size: 0.85rem;
	font-weight: bold;
	border: 1px solid #8c0d18;
	-webkit-box-shadow: 0px 10px 16px rgba(0, 0, 0, 0.1),
		0px 4px 6px rgba(0, 0, 0, 0.06);
	box-shadow: 0px 10px 16px rgba(0, 0, 0, 0.1),
		0px 4px 6px rgba(0, 0, 0, 0.06);
}

.feedback__submit:hover {
	background: #8c0d18;
	color: #fff;
}

.feedback__input {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 2.5rem;
	padding: 0.6rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 6px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	width: 100%;
	height: 2.5rem;
	margin-bottom: 0.2rem;
}

.feedback__input:focus {
	border: 1px solid rgba(0, 0, 0, 0.5);
}

.feedback__error {
	white-space: nowrap;
	position: absolute;
	top: 100%;
	left: 0;
	font-size: 0.75rem;
	color: #ff3344;
}

.feedback__error ~ .feedback__input {
	border-color: #ff3344;
}

.feedback__title {
	font-size: 0.8125rem;
}

.feedback__addBtn {
	overflow: hidden;
	white-space: nowrap;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	position: relative;
	font-weight: bold;
	border-radius: 10px;
	font-size: 1rem;
	border: 2px solid #8c0d18;
	color: #8c0d18;
	-webkit-box-shadow: 0px 10px 16px rgba(0, 0, 0, 0.1),
		0px 4px 6px rgba(0, 0, 0, 0.06);
	box-shadow: 0px 10px 16px rgba(0, 0, 0, 0.1),
		0px 4px 6px rgba(0, 0, 0, 0.06);
	-webkit-transition: width 0.3s;
	-o-transition: width 0.3s;
	transition: width 0.3s;
}

.feedback__addBtnText {
	margin-right: 1.2rem;
	margin-left: 1rem;
}

.feedback__addBtnUi {
	margin: 0.32rem 9px 0.32rem 0;
	border-radius: 50%;
	position: relative;
	height: 2rem;
	width: 2rem;
	background: #8c0d18;
	display: block;
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	transition: 0.3s all;
}

.feedback__addBtnUi::after,
.feedback__addBtnUi::before {
	position: absolute;
	top: calc(50% - 5px);
	left: calc(50% - 1px);
	background: #fff;
	width: 2px;
	height: 10px;
	content: '';
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	transition: 0.3s all;
}

.feedback__addBtnUi::before {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.feedback__addBtnUi:hover {
	background: #f3a601;
	color: #fff;
}

.feedback__addBtn-active {
	border-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.feedback__addBtn-active .feedback__addBtnText {
	color: transparent;
	margin-right: 9px;
	margin-left: 0;
}

.feedback__addBtn-active .feedback__addBtnUi {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.feedback__addBtn-active .feedback__addBtnUi::after,
.feedback__addBtn-active .feedback__addBtnUi::before {
	top: calc(50% - 9px);
	height: 18px;
}

.feedback__content {
	font-size: 0.75rem;
}

.feedback__item {
	margin-top: 0.875rem;
	padding-bottom: 2rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.feedback__itemTitle {
	font-size: 0.75rem;
	margin-top: 1.1875rem;
	font-weight: bold;
	margin-bottom: 1.3rem;
}

.feedback__pluses,
.feedback__minuses {
	display: block;
}

.feedback__pluses {
	margin-top: 0.7rem;
	margin-bottom: 0.2rem;
}

.feedback__pluses::before {
	font-weight: bold;
	content: 'Достоинства: ';
}

.feedback__minuses::before {
	font-weight: bold;
	content: 'Недостатки: ';
}

/*    CATS     */

/*    CATS     */

/*    CATS     */

.categories {
	overflow: hidden;
}

.categories__item {
	position: relative;
	-ms-flex-item-align: start;
	align-self: flex-start;
	overflow: hidden;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: calc((100% - 4.5rem) / 4);
	margin-bottom: 4rem;
	margin-right: 1.5rem;
}

.categories__item:nth-of-type(4n) {
	margin-right: 0;
}
.categories__item--subitem {
	margin-bottom: 0.2rem;
	width: calc((100% - 7.5rem) / 6);
}
.categories__item--subitem:nth-of-type(6n) {
	margin-right: 0;
}
.categories__item--subitem:nth-of-type(4n) {
	margin-right: 1.5rem;
}
.categories__item--subitem h4 {
	font-size: 0.8rem;
}
.categories__itemTitle {
	/* height: 2.8rem; */
	margin: 1rem 0 0.6rem;
	color: #333333;
	text-align: center;
}

.categories__link {
	width: 100%;
	color: #333333;
}

.categories__imageBox {
	width: 100%;
	height: 18.125rem;
	border-radius: 4px;
	overflow: hidden;
}
.categories__image {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.categories__sublist {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.categories__sublist-more {
	background-color: #f4f4f4;
}

.categories__more {
	-webkit-transition: opacity 0.3s, height 0.2s;
	-o-transition: opacity 0.3s, height 0.2s;
	transition: opacity 0.3s, height 0.2s;
	display: none;
	z-index: 1;
	margin-top: 0.6rem;
	width: 100%;
	position: absolute;
	left: 0;
	top: 100%;
}

.categories__more.isOpen {
	opacity: 1;
}

.categories__moreBtn {
	margin-top: 0.6rem;
	font-weight: bold;
	color: #8c0d18;
}

.categories__subLink {
	font-size: 0.75rem;
	color: #333333;
	margin-bottom: 0.5rem;
	width: 100%;
}

.categories__subLinkText {
	padding: 0;
	display: inline-block;
	text-decoration: underline;
}

.categories__subCount {
	color: #8c0d18;
	padding-left: 0.4rem;
	text-decoration: none;
	font-weight: bold;
	border: none;
}

/*  CAT  */

/*  CAT  */

/*  CAT  */

.category__box {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-flow: row-reverse;
	flex-flow: row-reverse;
}

.category__main {
	/* width: calc(100% - 22rem); */
	width: 100%;
}

.category-header {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding: 8px 0 24px;
	gap: 16px;
}
.category__previewImage {
	width: 100%;
	max-height: 18.75rem;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
	margin-bottom: 32px;
	border-radius: 8px;
}

.submit-btn--inner::after {
	content: '';
	display: none;
	position: absolute;
	right: -20px;
	top: 13px;
	border: 11px solid transparent;
	border-left: 10px solid #8c0d18;
	z-index: 1;
}

.bx-filter-submit {
	/*width: calc(100% - 3rem);
    margin: 6rem 1.6rem 0;
    position: absolute;
    top: 0;
    left: 0;*/
	width: 100%;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	cursor: pointer;
}
.submit-btn {
	width: 140px;
	position: absolute;
	top: 0;
	right: 20rem;
	visibility: hidden;
	/*width: calc(100% - 3rem);
    margin: 6rem 1.6rem 0;
    position: absolute;
    top: 0;
    left: 0;
	z-index: 10;*/
}

.submit-btn--inner {
	background-color: #8c0d18;
	position: relative;
	border-radius: 10px;
	z-index: 30px;
}

.submit-btn--inner:hover {
	background-color: #f3a601;
}
.submit-btn--inner:hover.submit-btn--inner::after {
	border-left: 10px solid #f3a601;
}
.submit-btn--inner::after:hover {
	border-left: 10px solid #8c0d18;
}

.category__filtersTitle {
	margin-bottom: 64px;
}
.category__filters {
	top: 6rem;
	left: 0;
	margin-bottom: 2rem;
	position: sticky;
	background-color: transparent;
	z-index: 2;
}

.category__filtersMore {
	margin: 5.625rem auto 0;
	color: #8c0d18;
	font-size: 0.875rem;
	font-weight: 600;
}

.category__filtersMore svg {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	margin-left: 1.2rem;
}

.category__filtersMore:hover {
	color: #f3a601;
}

.category__filtersMore.isOpen svg {
	-webkit-transform: scaleY(-1);
	-ms-transform: scaleY(-1);
	transform: scaleY(-1);
}

.category__filtersMoreFilters {
	height: 0;
	opacity: 0;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.category__filtersMoreFilters.isOpen {
	opacity: 1;
}

.filter__btn-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 8px;
}

.category__filtersBox {
	overflow: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 2rem 1.6rem;
}

.category__filtersInput {
	width: 6rem;
	border: 1px solid #e0e0e0;
	border-radius: 6px;
	padding: 0.5625rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	color: #000000;
	font-weight: 500;
	font-size: 0.75rem;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.category__filtersInput:focus {
	border-color: #f3a601;
}

.category__filtersInput:focus ~ label {
	visibility: hidden;
	opacity: 0;
}

.category__filtersInput-checkbox {
	cursor: pointer;
	position: absolute;
	height: 100%;
	width: 100%;
	opacity: 0;
}

.category__filtersInput-checkbox:checked ~ svg {
	border-color: #f3a601;
	background-color: #f3a601;
}

.category__filtersInput-checkbox:checked ~ svg path {
	opacity: 1;
}

.category__filtersInput-long {
	padding: 0.5625rem 1.25rem;
	text-align: left;
	width: 100%;
	position: relative;
}

.category__filtersInputBox {
	position: relative;
}

.category__filtersInputBox-checkbox {
	width: 100%;
	position: relative;
	margin-top: 16px;
}

.category__filtersInputBox-checkbox:first-child {
	margin-top: 0;
}

.category__filtersInputBox-checkbox svg {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
	border: 1px solid #d4d3d3;
	border-radius: 6px;
	width: 15px;
	height: 15px;
	min-width: 15px;
	margin-right: 0.4rem;
	padding: 1px;
}

.category__filtersInputBox-checkbox svg path {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
}

.category__filtersInputBox-checkbox:hover svg {
	border-color: #f3a601;
}

.category__filtersInputLabel {
	opacity: 1;
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	transition: 0.3s all;
	color: #000000;
	font-weight: 500;
	font-size: 0.75rem;
	position: absolute;
	top: 0;
	z-index: 1;
	height: 100%;
	left: 1.25rem;
}

.category__filtersInputLabel-checkbox {
	position: static;
	margin-left: 0;
	font-family: 'Inter', sans-serif;
	cursor: pointer;
}

.category__filtersInputLabel svg {
	margin-right: 0.4rem;
}

.category__filtersItem-brands {
	font-family: 'Inter', sans-serif;
	margin-top: 2.4rem;
}

.category__filtersItemTitle {
	margin-top: 1.5rem;
	font-size: 1rem;
	position: relative;
	padding-bottom: 0.875rem;
	/* margin-bottom: 1rem; */
}

.category__filtersItemPriceBox {
	width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.category__filtersReset,
.bx-filter-submit {
	flex: 1;
}

.show-more-btn {
	width: fit-content;
}

.filter-btns-row {
	margin-bottom: 20px;
	padding: 24px;
	border-radius: 16px;
	background: var(--White);
}

.category__filtersItemCheckBox {
	padding-top: 0.4rem;
	/* margin-top: 1rem; */
	position: relative;
}

.category__filtersItemCheckBox::after {
	/* content: ''; */
	position: absolute;
	top: 0;
	height: 1px;
	background-color: #ededed;
	left: -1.6rem;
	width: calc(100% + 3.2rem);
}

.category__filtersItemCheckBox-more {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.category-filter {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
}
.category-filter-item {
	padding: 10px 16px;
	display: flex;
	align-items: center;
	gap: 10px;
	border: 1px solid var(--100, #e4e4e4);
	background: var(--100, #e4e4e4);
	border-radius: 8px;
	cursor: pointer;
	font-size: 12px;
	font-weight: 600;
	transition: background 0.3s ease;
}
.category-filter-item:hover {
	background: var(--200-stroke-bg, #c1c1c1);
}

.items__description {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.category__list {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 29px 1fr 29px 1fr;
	grid-template-columns: minmax(168px, 1fr) minmax(168px, 1fr) minmax(168px, 1fr);
	grid-gap: 29px;
}

.category__listItem {
	border-radius: 4px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0.85rem 1.2rem;
	background-color: #fff;
	width: 100%;
	margin-bottom: 2.3rem;
	-webkit-transition: -webkit-box-shadow 0.3s;
	transition: -webkit-box-shadow 0.3s;
	-o-transition: box-shadow 0.3s;
	transition: box-shadow 0.3s;
	transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

.category__listItem:hover {
	-webkit-box-shadow: 0px 14px 30px rgba(0, 0, 0, 0.14);
	box-shadow: 0px 14px 30px rgba(0, 0, 0, 0.14);
}

.category__listItemTitle {
	width: 14.1rem;
	margin-left: 1.5rem;
}

.category__listItemTitle .items__itemTitle {
	width: 100%;
}

.category__listItemSerial {
	font-size: 0.75rem;
	color: #9c9c9c;
}

.category__listItemImage {
	width: 6.25rem;
	height: 6.25rem;
	position: relative;
}

.category__listItemAmount {
	margin-left: 2.2rem;
	font-size: 0.875rem;
	color: #676767;
}

.category__listItemAmount-number {
	display: block;
	color: #000;
	font-weight: 500;
}

.category__listItemButtons {
	width: 11rem;
	margin-left: 1.625rem;
}
.nav__barUserAuthItem-inset.nav__barUserAuthItem-login {
	color: #c1c1c1 !important;
}
.category__listItemHoldOn,
.category__listItemCompare {
	font-size: 0.8125rem;
	color: #9c9c9c;
	font-weight: 500;
	margin-bottom: 0.65rem;
	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;
}

.category__listItemHoldOn svg path,
.category__listItemCompare svg path {
	-webkit-transition: fill 0.3s;
	-o-transition: fill 0.3s;
	transition: fill 0.3s;
}

.category__listItemAdd {
	font-size: 1rem;
}

.category__listItemHoldOn,
.category__listItemCompare,
.category__listItemAdd {
	padding: 0.5rem 0.9rem;
}
.category__listItemAdd.empty {
	background-color: #f1f1f1;
	color: #333333;
	border-color: #dcdcdc;
	font-size: 0.8125rem;
}

.category__listItemHoldOn:hover svg path,
.category__listItemCompare:hover svg path {
	fill: #ffffff;
}

.category__listItemHoldOn svg {
	height: 1.3rem;
	margin-right: 1rem;
	width: auto;
}

.category__listItemHoldOn svg path {
	fill: #c1c1c1;
}

.category__listItemCompare svg {
	margin-right: 1rem;
}

.category__listItem .items__sale,
.category__listItem .detailContent__salePrice {
	top: -0.5rem;
	left: -0.5rem;
	height: 3rem;
	width: 3rem;
}

.category__listItem .items__bar {
	margin-left: 1.875rem;
	width: 7.1rem;
}

.category__listItem .items__bar .items__barItem {
	width: 100%;
	margin: 0;
}

.lk__pagi,
.category__pagi {
	border: 1px solid #ededed;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
}

.category__pagi {
	margin-bottom: 3rem;
}
.category__pagiBox {
	position: relative;
}
.category__pagiItem {
	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;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	height: 2.2rem;
	width: 2.4rem;
	color: #202124;
	font-weight: 500;
	font-size: 0.875rem;
	cursor: pointer;
}

.category__pagiItem:not(:last-child) {
	border-right: 1px solid #ededed;
}

.category__pagiItem.current {
	background-color: #f3a601;
	color: #fff;
}

.category__pagiItem svg path {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.category__pagiItem-prev:hover path,
.category__pagiItem-next:hover path {
	fill: #f3a601;
}
.page-select {
	display: inline-block;
}
.page-select__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.page-select__title {
	font-size: 14px;
	margin: 0 20px 0 40px;
}
.page-select__box {
	margin-bottom: 0px;
}
.page-select__input {
	width: 4.45rem;
	padding-left: 16px;
}

/* LK  */

/* LK  */

/* LK  */

.userSettings {
	position: relative;
}

.orderDetail {
	z-index: 4;
	top: 0;
	left: 0;
	position: fixed;
	height: 100%;
	overflow: auto;
	width: 100%;
	background-color: #fff;
}

.orderDetail .goods__basketItem:last-child {
	width: 11rem;
	padding-left: 0;
}

.orderDetail .goods__basketFooter {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.goods__basketFooter .goods__basketItemControl {
	margin-left: 40px;
}

.orderDetail .goods__basketItemControl-compare {
	margin-top: 0.625rem;
	background-color: #f1f1f1;
	color: #828282;
}

.orderDetail .goods__basketItemControl-compare:hover {
	color: #fff;
}

.orderDetail__box {
	margin-top: 4rem;
	position: relative;
	padding-bottom: 8rem;
}

.orderDetail__closeBtn {
	right: 0;
	top: 0;
	z-index: 4;
}

.orderDetail__closeBtn::after,
.orderDetail__closeBtn::before {
	width: 26px;
}

.orderDetail__serial {
	color: #c1c1c1;
	font-size: 0.875rem;
	font-weight: 500;
	margin-top: 0.625rem;
	margin-bottom: 2.5rem;
}

.lk__pagi {
	margin-top: 2rem;
}

.lk__title-stocks {
	margin-top: 0;
	width: 100%;
	margin-bottom: 3rem;
	color: #333333;
}

.lk__main {
	padding-top: 2.75rem;
	background-color: #fff;
	border-bottom: 1px solid #d3d3d3;
}

.lk__user {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-top: 2.4rem;
	color: #000;
}

.lk__userCounter {
	margin-top: 1.25rem;
	font-size: 1.125rem;
	font-weight: 600;
	color: #f3a601;
}

.lk__header {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.lk__headerSale {
	background-image: url('../img/icons/sale.svg');
	background-repeat: no-repeat;
	background-size: 4rem;
	background-position: 95% 34px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 15rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 26rem;
	border-radius: 6px;
	border: 1px solid #e0e0e0;
	background-color: #8c0d18;
	padding: 2rem 2rem;
	color: rgba(255, 255, 255, 0.9);
}

.lk__headerSaleTitle {
	font-size: 0.875rem;
	font-weight: 500;
}

.lk__headerSaleValue {
	font-size: 4rem;
	font-weight: bold;
}

.lk__headerSaleText {
	max-width: 12.5rem;
	line-height: 150%;
	font-size: 0.5625rem;
	font-weight: 500;
}

.lk__tabs,
.order__tabs {
	position: relative;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.lk__activeLine {
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	position: absolute;
	height: 4px;
	width: 15rem;
	bottom: -1px;
	left: 0;
	display: none;
	background: #8c0d18;
}

.lk__tabItem,
.order__tabsItem {
	margin-right: 3rem;
	font-weight: 600;
	color: #9c9c9c;
	font-size: 1.125rem;
	padding: 0 0 2rem;
}

.lk__tabItem:hover,
.order__tabsItem:hover {
	color: #000;
}

.lk__tabItem.tabItem-active,
.tabItem-active.order__tabsItem {
	color: #8c0d18;
}

.lk__box {
	-webkit-transition: height 0.2s;
	-o-transition: height 0.2s;
	transition: height 0.2s;
	padding-bottom: 7rem;
}

.lk__juristic {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}

.lk__juristicBtnInput,
.lk__juristicBtn {
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	cursor: pointer;
	z-index: 1;
}

.lk__window {
	position: relative;
	color: #8c0d18;
	display: none;
	opacity: 0;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
	-webkit-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	transition: opacity 0.4s;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}

.lk__window.tabContent-active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.lk__windowItem-date {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.lk__lkWindows {
	border-left: 1px solid #e5e3e3;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: red;
	height: 100%;
	width: calc(100% - 19rem);
	-webkit-transition: max-height 0.3s;
	-o-transition: max-height 0.3s;
	transition: max-height 0.3s;
}

.lk__lkWindowsItem {
	display: none;
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.lk__button {
	margin-right: 2rem;
	-webkit-box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.12);
	font-weight: bold;
	border-radius: 10px;
	font-size: 1rem;
	padding: 1rem 0;
	width: 15.625rem;
	color: #fff;
	cursor: pointer;
	background: #8c0d18;
}

.lk__button:hover {
	background: #f3a601;
}

.lk__button-password {
	cursor: pointer;
	padding: 1rem;
	font-weight: 500;
	color: #9c9c9c;
}

.lk__button-password:hover {
	color: #f3a601;
}

.lk__inputBox-date {
	width: auto;
}

.lk__inputBox-password {
	margin-bottom: 1.4rem;
}

.lk__inputBox-password:last-of-type {
	margin-bottom: 2rem;
}

.lk__label-error {
	font-size: 0.75rem;
	color: red;
	top: calc(100% + 0.2rem);
	position: absolute;
	display: none;
}
.lk__label-error.error {
	display: block;
}

.lk__input-date {
	width: 11.875rem;
	position: relative;
	display: block;
}

.lk__input-date::after,
.lk__input-date::before {
	content: '123';
	position: absolute;
	top: 1rem;
	right: 2rem;
	height: 6px;
	width: 6px;
	background: #000;
	display: block;
}

.lk__input-search {
	width: 24.375rem;
}

.lk__input-datepicker {
	position: absolute;
	top: 100%;
	left: 0;
}
.lk__changePassword {
	position: relative;
}

.lk__changePasswordMask {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #fff;
}

.lk__filter {
	width: 100%;
	margin-bottom: 4.375rem;
	font-size: 0.75rem;
	font-weight: 500;
	color: #000000;
}

.lk__filterBtn {
	font-size: 0.75rem;
	font-weight: bold;
	color: #8c0d18;
	position: relative;
	padding-right: 0.4rem;
	margin-left: 0.6rem;
}

.lk__filterBtn::after,
.lk__filterBtn::before {
	content: '';
	position: absolute;
	top: 4px;
	left: 100%;
	height: 6px;
	width: 2px;
	background-color: #8c0d18;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.lk__filterBtn::before {
	left: calc(100% + 4px);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.lk__filterBtn.decrease::after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.lk__filterBtn.decrease::before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.lk__history {
	width: 100%;
}
.goods__basketEmpty,
.lk__stocksEmpty,
.lk__historyEmpty {
	min-height: 20rem;
	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;
	width: 100%;
	color: #333333;
}

.lk__historyBody,
.lk__historyBox {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.lk__historyHeader,
.lk__historyBody,
.lk__historyRow {
	width: 100%;
}

.lk__historyHeader,
.lk__historyRow {
	padding: 0 0 1.25rem;
	color: #c1c1c1;
	font-size: 0.875rem;
	font-weight: 500;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.lk__historyHeader {
	border-bottom: 2px solid #f6f7f9;
}

.lk__historyRow {
	padding: 0.825rem 0;
}

.lk__historyRow:nth-child(odd) {
	background-color: #f6f7f9;
}

.lk__historyItem-more,
.lk__historyItem-serial {
	width: 15%;
}

.lk__historyItem-date,
.lk__historyItem-amount {
	width: 15%;
}

.lk__historyItem-status {
	width: 20%;
}

.lk__historyBody .lk__historyItem-schet {
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	background-color: #8c0d18;
	border-radius: 6px;
	padding: 0.9375rem;
	font-weight: bold;
	color: #fff;
	margin: 0 0 0 auto;
	display: block;
}
.lk__historyHeader,
.lk__historyRow {
	gap: 10px;
}
.lk__historyItem-body {
	color: #333333;
	font-weight: 600;
}

.lk__historyItem-bold {
	font-size: 1.5rem;
	display: block;
	color: #000;
	font-weight: bold;
	margin-bottom: 0.75rem;
}

.lk__historyItem-semi {
	font-size: 0.875rem;
	font-weight: 500;
	display: block;
}

.lk__stocks {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 100%;
}

.lk__stocksBox {
	position: relative;
	width: calc(100% - 17rem);
	margin-right: 1rem;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.lk__stocksItem {
	/* width: 30%; */
	width: auto;
	/* margin-bottom: 3rem; */
}

.lk__stocksItem:not(:nth-child(3n + 3)) {
	/* margin-right: calc(10% / 2); */
	margin: 0;
}

.lk__stocksFilter {
	width: 17rem;
	height: 100%;
	padding: 0.8rem 1rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.lk__stocksFilterBtn {
	font-size: 1rem;
	font-weight: 500;
	color: #333333;
	text-align: left;
	padding: 0.8rem 0 0.8rem 1.4rem;
	width: 100%;
}

.lk__stocksFilterBtn.active {
	text-shadow: 1px 1px 2px #f3a601;
	color: #f3a601;
}

.goods {
	padding-bottom: 5rem;
	padding-top: 3.125rem;
}

.goods__tabs {
	margin-bottom: 1rem;
}

.goods__tabsItem-holdOn {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.goods__windowsItem {
	display: none;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.goods__total {
	max-width: 18rem;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 2rem;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	font-size: 1.125rem;
	font-weight: bold;
}

.goods__totalPrice {
	white-space: nowrap;
	margin-left: 2.25rem;
	font-size: 2.25rem;
	font-weight: bold;
}

.goods__weight {
	margin-top: 0.8rem;
	font-size: 0.875rem;
	font-weight: 500;
	color: #a7a7a7;
}

.goods__weightTotal {
	margin-left: 0.4rem;
	font-weight: bold;
	color: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.goods__basketCounter {
	width: 100%;
}

.goods__basketBox {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.goods__basketHeader,
.goods__basketBody,
.goods__basketRow {
	width: 100%;
}

.goods__basketBody .goods__basketItem {
	color: #333333;
}

.goods__basketHeader,
.goods__basketRow {
	color: #c1c1c1;
	padding-bottom: 1.25rem;
	font-size: 0.875rem;
	font-weight: 500;
	position: relative;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.goods__basketHeader {
	border-bottom: 1px solid #d3d3d3;
}

.goods__basketRow {
	padding: 1.625rem 0;
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #d3d3d3;
}

.goods__basketBody {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
}

.goods__basketRow::before,
.goods__basketRow::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	z-index: -19;
}

.goods__basketRow::after {
	height: 3rem;
	width: 3rem;
	background-color: transparent;
	border: 4px solid;
	border-color: #f3a601 transparent;
	top: calc(50% - 1.5rem);
	left: calc(50% - 1.5rem);
	border-radius: 50%;
	-webkit-animation: roling 0.7s infinite linear;
	animation: roling 0.7s infinite linear;
}

.goods__basketRow::before {
	width: 100%;
	height: 100%;
	background-color: transparent;
}

.goods__basketRow.loading::before {
	visibility: visible;
	opacity: 1;
	z-index: 1;
}

.goods__basketRow.loading::after {
	visibility: visible;
	opacity: 1;
	z-index: 1;
}

.goods__basketRow.loading {
	opacity: 0.5;
}

.goods__basketFooter {
	width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 2.5rem;
}

.goods__basketItem {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 1rem;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	text-align: left;
	white-space: nowrap;
	width: calc(68% / 6);
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.goods__basketItem-nameContent {
	height: 4rem;
}

.goods__basketItem:last-child {
	padding-left: 0;
	width: 1.4rem;
}

.goods__basketItem-bold {
	font-size: 1.5rem;
	display: block;
	color: #000;
	font-weight: bold;
	margin-bottom: 0.75rem;
}

.goods__basketItem-semi {
	font-size: 0.875rem;
	font-weight: 500;
	display: block;
}

.goods__basketItem-body {
	color: #000;
}

.goods__basketItem-medium {
	display: block;
	font-weight: bold;
	color: #000;
}

.goods__basketItem-highPrice {
	font-size: 1.125rem;
	font-weight: bold;
}

.goods__basketItem-highPrice.priceOld {
	text-decoration: line-through;
	color: #adadad;
	font-size: 0.92rem;
}

.goods__basketItem-name {
	padding-left: 0;
	width: 32%;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.goods__basketItem-nameContent {
	display: inline-block;
	white-space: normal;
	max-width: 14rem;
	font-weight: 500;
	text-decoration: underline;
	color: #8c0d18;
	-webkit-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
}

.goods__basketItem-name:hover .goods__basketItem-nameContent {
	color: #f3a601;
}

.goods__basketItem-article {
	margin-top: 1rem;
	color: #9c9c9c;
	display: block;
}

.goods__basketItem-control {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.goods__basketItemControl {
	width: auto;
	margin-left: auto;
	display: block;
}

.goods__basketItemControl-remove {
	margin-bottom: 1rem;
}
.goods__basketItemControl-holdOn svg,
.goods__basketItemControl-remove svg {
	height: 1.3rem;
	width: auto;
	fill: #9c9c9c;
}

.goods__basketItemControl svg,
.goods__basketItemControl svg path,
.goods__basketItemControl svg g {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.goods__basketItemControl-holdOn:hover svg path,
.goods__basketItemControl:hover svg path {
	fill: #8c0d18;
}

.goods__basketItemControl:hover svg g {
	opacity: 1;
}

.goods__image {
	-o-object-fit: contain;
	object-fit: contain;
	width: 100%;
	height: 100%;
}

.goods__imageBox {
	height: 7.5rem;
	width: 7.5rem;
	background-color: #fff;
	margin-right: 1.8rem;
}

.goods__buyBtn {
	/*margin: 3rem 0 0 auto;*/
	margin-left: 7px;
	-webkit-box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.12);
	text-align: center;
	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;
}

.goods__buyBtn_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 3rem 0 0 auto;
}

.goods__buyBtn:hover {
	color: #fff;
}

.order {
	margin-bottom: 3rem;
}

.order__map {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 21.875rem;
	width: 100%;
	margin-bottom: 2rem;
	border: 1px solid #c1c1c1;
	border-radius: 6px;
	overflow: hidden;
	position: relative;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.order__map::after {
	content: '';
	z-index: -1;
	position: absolute;
	top: calc(50% - 1rem);
	left: calc(50% - 1rem);
	height: 2rem;
	width: 2rem;
	border-radius: 50%;
	border: 3px solid;
	border-color: #f3a601 transparent;
	-webkit-animation: roling 2s infinite;
	animation: roling 2s infinite;
}

.order__map.preview {
	/* height: 5.3125rem; */
	height: 0;
	opacity: 0;
	margin-bottom: 0;
}

.order__mapMessage {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	height: 100%;
	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;
	background-color: rgba(255, 255, 255, 0.6);
}

.order__mapMessage h4 {
	font-size: 20px;
	color: #333333;
	margin-bottom: 1.2rem;
}

/* YANDEX MAP */
.yandexPlaceMark {
	position: absolute;
	top: calc(50% - 44px);
	left: calc(50% - 17px);
}

.yandexPlaceMark path:first-child {
	-webkit-transition: 0.2s fill;
	-o-transition: 0.2s fill;
	transition: 0.2s fill;
	fill: #8c0d18;
}

.yandexPlaceMark.active path:first-child {
	fill: #f3a601;
}

.have-tovar .yandexPlaceMark.active path:first-child {
	fill: #8c0d18;
}
.have-tovar .yandexPlaceMark.active {
	scale: 1.5;
	transition: all 0.3s ease-in-out;
}

.balloonTamplate {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	max-width: 13rem;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	background: #ffffff;
	border-radius: 6px;
	padding: 1rem 1.2rem;
	-webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.12);
	position: absolute;
	left: 2rem;
	bottom: -3rem;
	padding-right: 1.7rem;
}

.balloonTitle {
	font-size: 0.875rem;
	padding-bottom: 1rem;
}

.balloonDescription {
	font-size: 0.75rem;
	margin-bottom: 0.3rem;
	display: block;
}

.balloonClose {
	display: block;
	position: absolute;
	top: 0.6rem;
	right: 0.6rem;
	height: 1.2rem;
	width: 1.2rem;
}

.balloonChoiseBtn {
	padding-top: 0.6rem;
	text-decoration: underline;
	font-size: 0.75rem;
	font-weight: bold;
	display: block;
	-webkit-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
	color: #8c0d18;
}

.balloonChoiseBtn:hover {
	color: #f3a601;
}

.balloonClose::after,
.balloonClose::before {
	content: '';
	position: absolute;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 0.6rem;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: black;
}

.balloonClose::before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.order__map #deliveryMap,
.order__map #mapSelf,
#mapDostavka {
	height: 21.875rem;
	width: auto;
	position: relative;
	z-index: 0;
}

.order__main {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.order__tabsItem.tabItem-active {
	color: #000000;
}

.order__windows {
	width: calc(100% - 26rem);
	background-color: initial;
}

.order__windowsTitle-contacts {
	margin-top: 2rem;
	padding-bottom: 1.4rem;
	border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.order__windowsTitle-payment {
	margin-top: 4rem;
}

.order__windowsItem {
	padding: 2.75rem 6rem 0 2.6rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.order__windowsItem-visible {
	padding: 0 6rem 3rem 2.6rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.order__windowsItemBox {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.order__windowsHeader {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 1.625rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 1.875rem;
}

.order__windowsMapBtn {
	color: #8c0d18;
	font-weight: 600;
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
}

.order__windowsMapBtn:hover {
	color: #f3a601;
}

.order__windowsInput,
.order__windowsInputSelect {
	border: 1px solid #e0e2e7;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 2.3rem;
	padding: 0 0.6rem;
	border-radius: 4px;
	font-size: 0.875rem;
}
/* .order__list-option {
  border-radius: 8px;
  padding: 12px;
  display:flex;
  gap: 10px;

} */
.order__list-option:hover {
	background: var(--50);
}

.order__pointInput,
.order__windowsInput-select {
	position: absolute;
	z-index: -1;
	opacity: 0;
	width: 50px;
	height: 50px;
}

.order__windowsInput-textarea {
	padding-top: 0.6rem;
	height: 8.125rem;
}

.order__windowsInput:focus,
.order__windowsInputSelect:focus {
	border-color: #f3a601;
}

.order__windowsInputTitle {
	font-size: 0.875rem;
	padding-top: 0.5rem;
	padding-right: 1rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: 500;
	opacity: 0.9;
	width: 11rem;
}

.order__windowsInputItem {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 100%;
	margin-bottom: 1.6rem;
	align-self: flex-start;
}

.order__pointSelect {
	position: relative;
	margin-bottom: 1.6rem;
}

.order__pointSelect,
.order__windowsInputItem-select {
	min-height: 2.3rem;
}

.order__windowsInputItem-short {
	width: 46%;
}
.order__windowsItemBox #roomNumber {
	min-width: 80px;
}
.order__windowsOptions.order__payment {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	gap: 15px;
}

.order__windowsInputSelect {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;

	overflow: hidden;
	position: absolute;
	box-sizing: border-box;
	top: 0;
	left: 0;
	z-index: 1;
	padding: 0;
	-webkit-transition: 0.25s all;
	-o-transition: 0.25s all;
	transition: 0.25s all;
	background-color: #fff;
}

.order__windowsInputSelect.isOpen .order__windowsInputSelectItem {
	visibility: visible;
	opacity: 1;
}

.order__windowsInputSelect.isOpen .order__windowsInputSelectBtn::after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.order__windowsInputSelect.isOpen .order__windowsInputSelectBtn::before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.order__pointBtn,
.order__windowsInputSelectBtn {
	position: absolute;
	top: 0;
	left: 0;
	height: 2.3rem;
	width: 100%;
	z-index: 2;
}

.order__pointBtn::before,
.order__pointBtn::after,
.order__windowsInputSelectBtn::before,
.order__windowsInputSelectBtn::after {
	-webkit-transition: background-color 0.2s, -webkit-transform 0.3s;
	transition: background-color 0.2s, -webkit-transform 0.3s;
	-o-transition: transform 0.3s, background-color 0.2s;
	transition: transform 0.3s, background-color 0.2s;
	transition: transform 0.3s, background-color 0.2s, -webkit-transform 0.3s;
	content: '';
	position: absolute;
	top: 50%;
	right: 17px;
	height: 1px;
	width: 7px;
	background-color: black;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.order__pointBtn::before,
.order__windowsInputSelectBtn::before {
	right: 12px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.order__pointBtn:hover::after,
.order__pointBtn:hover::before,
.order__windowsInputSelectBtn:hover::after,
.order__windowsInputSelectBtn:hover::before {
	background-color: #5f5f5f;
}

.order__pointOption,
.order__windowsInputSelectItem {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 2.3rem;
	cursor: pointer;
	-webkit-transition: background-color 0.3s, opacity 0.3s;
	-o-transition: background-color 0.3s, opacity 0.3s;
	transition: background-color 0.3s, opacity 0.3s;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	opacity: 0;
}

.order__pointOption.current,
.order__windowsInputSelectItem.current {
	visibility: visible;
	opacity: 1;
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
}

.have-tovar .order__pointOption:not(.current),
.order__windowsInputSelectItem:not(.current) {
	border: none;
	border: 2px solid #e2e3e4;
}

.have-tovar .category__filtersInput-checkbox {
	top: 0;
	left: 0;
}

.have-tovar .order__pointOption:has(.category__filtersInput-checkbox.current) {
	border: 2px solid #8c0d18;
}

.order__windowsInputBox {
	position: relative;
	width: calc(100% - 11rem);
}

.order__windowsOptions {
	margin-top: 1.875rem;
}

.order__windowsOptionsCircle {
	height: 20px;
	width: 20px;
	border: 1px solid #d4d3d3;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 1;
	border-radius: 50%;
	margin-right: 1rem;
	position: relative;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	transition: 0.3s all;
}

.order__windowsOptionsCircle::after {
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	transition: 0.3s all;
	z-index: -1;
	content: '';
	border-radius: 50%;
	height: 18px;
	width: 18px;
	background-color: transparent;
	border: 1px solid #ffffff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.order__windowsOptionsRadio:hover ~ .order__windowsOptionsCircle {
	border-color: #f3a601;
}

.order__windowsOptionsRadio:checked ~ .order__windowsOptionsCircle {
	border-color: #f3a601;
}

.order__windowsOptionsRadio:checked ~ .order__windowsOptionsCircle::after {
	background-color: #f3a601;
}

.order__windowsOptionsItem {
	margin-right: 2.5rem;
	position: relative;
}

.order__windowsOptionsItem-elevator {
	margin-top: 1.5rem;
	padding-bottom: 4rem;
}

.order__windowsOptionsItem-checkbox {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.order__windowsOptionsItem-checkbox svg {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
	border: 1px solid #d4d3d3;
	border-radius: 2px;
	height: 16px;
	width: 16px;
	margin-right: 1.25rem;
	padding: 1px;
}

.order__windowsOptionsItem-checkbox svg path {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
}

.order__windowsOptionsItem-checkbox:hover svg {
	border-color: #f3a601;
}

.order__windowsOptionsCheckbox,
.order__windowsOptionsRadio {
	z-index: 2;
	cursor: pointer;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.order__windowsOptionsCheckbox:checked ~ svg,
.order__windowsOptionsRadio:checked ~ svg {
	border-color: #f3a601;
	background-color: #f3a601;
}

.order__windowsOptionsCheckbox:checked ~ svg path,
.order__windowsOptionsRadio:checked ~ svg path {
	opacity: 1;
}

.order__level {
	-webkit-transition: height 0.3s, opacity 0.3s;
	-o-transition: height 0.3s, opacity 0.3s;
	transition: height 0.3s, opacity 0.3s;
	height: 0;
	opacity: 0;
	overflow: hidden;
	margin-top: 3rem;
}

.order__level.isOpen {
	opacity: 1;
}

.order__levelTitle {
	margin-right: 1rem;
	opacity: 0.9;
	font-size: 0.875rem;
}

.order__levelCounter {
	width: 7rem;
}

.order__info {
	position: sticky;
	top: 2rem;
	left: 0;
	width: 24rem;
	height: -webkit-max-content;
	height: -moz-max-content;
	height: max-content;
	margin-left: 2rem;
	background-color: #ffffff;
	padding: 1.75rem 2.25rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.order__infoList {
	border-bottom: 2px solid rgba(0, 0, 0, 0.1);
	padding-bottom: 0.3rem;
	margin-top: 1.875rem;
	margin-bottom: 2.25rem;
}

.order__infoListItem {
	margin-bottom: 1.6rem;
}

.order__infoRow {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 0.875rem;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.order__infoRow-total {
	margin-top: 1.75rem;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.order__infoBlock {
	font-weight: normal;
	font-size: 0.875rem;
}

.order__infoBlock-name {
	color: #000000;
}

.order__infoBlock-article,
.order__infoBlock-name {
	padding-right: 1rem;
	max-width: 80%;
}

.order__infoBlock-article {
	color: #c1c1c1;
}

.order__infoBlock-price {
	font-weight: bold;
	font-size: 1.125rem;
	color: #353535;
}

.order__infoBlock-delivery {
	font-weight: bold;
}

.order__infoBlock-footerDelivery {
	font-weight: bold;
	font-size: 1.125rem;
	color: #000000;
}

.order__infoBlock-footerPrice {
	font-weight: bold;
	color: #000000;
	font-size: 1.5rem;
}

.order__infoBlock-footerName {
	font-size: 1.125rem;
}

.order__infoTotal-footer {
	margin: 4.25rem 0 0 auto;
	max-width: 14.0625rem;
}

.order__signIn {
	margin-top: 1.5rem;
	height: 0;
	opacity: 0;
	-webkit-transition: height 0.3s, opacity 0.3s;
	-o-transition: height 0.3s, opacity 0.3s;
	transition: height 0.3s, opacity 0.3s;
	overflow: hidden;
}

.order__signIn.isOpen {
	opacity: 1;
}

.order__signInBtn {
	margin-top: 2rem;
}

.order__signInBtn:hover svg {
	border-color: #f3a601;
}

.order__juristicTitle {
	margin-top: 4rem;
	margin-bottom: 1.4rem;
}

.order__contactsWindows {
	margin-top: 2rem;
}

.order__payment {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	position: relative;
	margin-bottom: 1.2rem;
}

.order__paymentTitle {
	font-size: 0.875rem;
}

.order__policity {
	margin-top: 4.375rem;
	font-size: 0.875rem;
}

/* DATEPICER */

.datepicker {
	display: none;
	background: #fff;
	border-radius: 6px;
	border: 1px solid rgba(0, 0, 0, 0.4);
	z-index: 2;
}

.datepicker__close:hover {
	cursor: pointer;
}

.datepicker__close:hover::after,
.datepicker__close:hover::before {
	background-color: #8c0d18;
}

.datepicker__header {
	text-align: center;
	padding: 0.3rem 0;
}

.datepicker__body {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 16rem;
}

.datepicker__button {
	padding: 0.4rem 0;
	width: 20%;
}

.datepicker__button:hover {
	background-color: red;
}

/* TABS CLASES */

.tabItem-active {
	border-color: #f3a601;
	color: #f3a601;
	cursor: default;
}

.tabContent-active {
	display: block;
}

.tabContent-visible {
	opacity: 1;
}

/* MEDIA */

@media screen and (max-width: 1365px) {
	html {
		font-size: 14px;
		scroll-behavior: smooth;
	}
}

@media screen and (max-width: 1026px) {
	.offers__title {
		min-height: 52px;
	}
}

@media print {
	body * {
		visibility: hidden;
	}

	.printble,
	.printble * {
		visibility: visible;
	}

	.notprintble,
	.notprintble * {
		visibility: hidden;
	}

	.printble {
		position: absolute;
		left: 0;
		top: 0;
	}
}

/* BX  */

.bx-ui-slider-range {
	position: relative;
	width: 100%;
	margin: 0 auto;
	height: 4px;
	background-color: #ebebeb;
}

.bx-ui-slider-handle {
	position: absolute;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	height: 1.4rem;
	width: 1.4rem;
	border-radius: 50%;
	background: #f3a601 !important;
	-webkit-box-shadow: 0px 3.6px 19.2px rgba(0, 0, 0, 0.24);
	box-shadow: 0px 3.6px 19.2px rgba(0, 0, 0, 0.24);
	top: calc(50% - 0.7rem);

	/* left: 0; */
}

.bx-ui-slider-handle.left {
	margin-left: -0.7rem;
}

.bx-ui-slider-handle.right {
	margin-right: -0.7rem;
}
.bx-filter.bx-yellow .bx-ui-slider-track {
	background: none !important;
}
.bx-filter-parameters-box-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.bx-filter-parameters-box-container .category__filtersInputBox-checkbox {
  margin-top: 16px;
}

.bx-filter-parameters-box-container-block {
	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;
	width: 50%;
}
.bx-filter-parameters-box-container-block i {
	display: none;
}
.bx-filter-parameters-box-container-block.bx-left {
	position: relative;
}
/* .bx-filter-parameters-box-container-block.bx-left::after{
  content: '—';
  position: absolute;
  top: 10px;
  left: calc(100% + 6px);
  height: 100%;
} */
.bx-ui-slider-track-container {
	width: 85%;
	margin: 1.5rem auto 0;
}
/* .bx-filter-input-container{
  background-image: url("../img/icons/ruble.svg");
  background-repeat: no-repeat;
  background-size: .9rem auto;
  background-position: 80% center;
  width: 100%;

} */
.bx-filter-input-container input {
	width: 95%;
}

.bx-ui-slider-part {
	display: none;
}

.content {
	margin: 0;
}
.content__title {
	margin: 0;
}

/* .bx-ui-slider-handle.right */

/* checkbox registration popup */
.hidden-div {
	display: none;
}
.authorization__checkBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	/* margin-bottom: 2rem; */
}
.authorization__checkBox .checkBox__input {
	border-color: red;
	border-radius: 4px;
	border: 1px solid #c1c1c1;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 15px;
}
.authorization__checkBox .checkBox__label {
	font-weight: 500;
	font-size: 0.875rem;
	color: rgba(0, 0, 0, 0.9);
	display: block;
}

.authorization__select {
	width: 100%;
	font-size: 0.875rem;
	border-radius: 4px;
	border: 1px solid #c1c1c1;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0.625rem;
	border-color: red;
}

.detailContent__carousel .owl-nav {
	max-height: 27.125rem;
	top: calc(24.125rem / 2);
	/*z-index: 2;*/
}
.detailContent__carousel .owl-item .item {
	overflow: hidden;
}

.item,
.item-video {
	width: 78%;
	margin: 0 auto;
}
.detailContent__carousel .owl-item img {
	-webkit-transition: -webkit-transform 0.3s ease-in;
	transition: -webkit-transform 0.3s ease-in;
	-o-transition: transform 0.3s ease-in;
	transition: transform 0.3s ease-in;
	transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
}
owl-video-wrapper {
	height: 100%;
	width: 100%;
	/*z-index: 1;*/
}
.item-video {
	height: 27.125rem;
	position: relative;
}
.owl-video-preview {
	position: absolute;
	/*z-index: 1;*/
	width: 100%;
	height: 100%;
}
.owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAYAAACOEfKtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjU1RTM0MEU5QzBCMDExRTM4MURCQTkwQzkyRUYxMzEzIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjU1RTM0MEVBQzBCMDExRTM4MURCQTkwQzkyRUYxMzEzIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NTVFMzQwRTdDMEIwMTFFMzgxREJBOTBDOTJFRjEzMTMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NTVFMzQwRThDMEIwMTFFMzgxREJBOTBDOTJFRjEzMTMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6n647gAAAP5klEQVR42uxcCVRU1xl+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)
		no-repeat;
	cursor: pointer;
	/*z-index: 1;*/
	-webkit-backface-visibility: hidden;
	-webkit-transition: -webkit-transform 100ms ease;
	transition: -webkit-transform 100ms ease;
	-o-transition: transform 100ms ease;
	transition: transform 100ms ease;
	transition: transform 100ms ease, -webkit-transform 100ms ease;
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-preview {
	display: none;
}
.vacancy__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 80px;
}
.vacancy__accordeon {
	width: 40%;
}
.accordeon__list {
	width: 100%;
}

.accordeon__item:not(:last-child) {
	margin-bottom: 18px;
}

.accordeon__title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	padding: 23px 31px;
	background-color: #fff;
	border-radius: 6px;
	cursor: pointer;
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	color: #000;
}

.accordeon__title:after {
	content: '+';
	text-align: center;
	font-size: 17px;
	-webkit-transition: -webkit-transform 0.5s;
	transition: -webkit-transform 0.5s;
	-o-transition: transform 0.5s;
	transition: transform 0.5s;
	transition: transform 0.5s, -webkit-transform 0.5s;
}

.accordeon__title.active:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: -webkit-transform 0.5s;
	transition: -webkit-transform 0.5s;
	-o-transition: transform 0.5s;
	transition: transform 0.5s;
	transition: transform 0.5s, -webkit-transform 0.5s;
}

.accordeon__description {
	margin-top: -8px;
	height: 0;
	overflow: hidden;
	border-radius: 6px;
	background-color: #fff;
	-webkit-transition: height 0.4s ease-in-out;
	-o-transition: height 0.4s ease-in-out;
	transition: height 0.4s ease-in-out;
}

.accordeon__list-description {
	padding: 0 31px;
}

.accordeon__title-description {
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
}

.accordeon__title:focus {
	outline: none;
}

.accordeon__description.active {
	height: auto;
}

.accordeon__item-description {
}

.accordeon__item-description {
	padding: 15px 0;
}

.inner-description {
	margin-top: 10px;
}

.inner-description__item:before {
	content: '•';
	margin: 0 5px 0 10px;
}
.accordeon__item-description:last-child {
	padding-bottom: 30px;
}
.accordeon__btn {
	width: 11rem;
	background-color: #8c0d18;
	border-radius: 6px;
	padding: 0.9375rem;
	font-weight: bold;
	color: #fff;

	display: block;
}
.vacancy__img-box {
	width: 57%;
	max-width: 696px;
	max-height: 575px;
}

.vacancy__img {
	width: 100%;
}

.slider-container:not(:last-child) {
	margin-bottom: 7.1429rem;
}

.slider {
	width: 100% !important;
	height: 100% !important;
}

.modal-vacancy {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	top: 0;
	left: 0;
	z-index: 999;
}
.modal-vacancy__inner {
	min-height: 100%;
	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;
	text-align: center;
}
.disp-none {
	display: none;
}
.text-box {
	width: 300px;
	padding: 48px 22px;
	background: #fff;
	border-radius: 10px;
}
.text-box__main {
	padding: 27px 0 32px 0;
	font-size: 20px;
}
.vacancy-form {
	position: relative;
}
.form__box {
	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;
	margin-bottom: 16px;
}
.vacancy-form__label {
	padding-bottom: 6px;
}

.vacancy-form__button {
	width: 100%;
	background-color: #8c0d18;
	border-radius: 6px;
	padding: 0.9375rem;
	font-weight: bold;
	color: #fff;
	display: block;
	margin-top: 20px;
}
.vacancy-modal__close {
	position: absolute;
	right: 0;
	top: -34px;
	width: 32px;
	height: 32px;
	opacity: 0.3;
}
.vacancy-modal__close:hover {
	opacity: 1;
}
.vacancy-modal__close:before,
.vacancy-modal__close:after {
	position: absolute;
	left: 15px;
	content: ' ';
	height: 33px;
	width: 2px;
	background-color: #333;
}
.vacancy-modal__close:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.vacancy-modal__close:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.fixed__scroll {
	overflow-y: hidden;
}

.icon-Component {
	position: relative;
}
.icon-Component::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 57px;
	height: 55px;
	margin-left: -28px;
	margin-top: -27px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAYAAACOEfKtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjU1RTM0MEU5QzBCMDExRTM4MURCQTkwQzkyRUYxMzEzIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjU1RTM0MEVBQzBCMDExRTM4MURCQTkwQzkyRUYxMzEzIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NTVFMzQwRTdDMEIwMTFFMzgxREJBOTBDOTJFRjEzMTMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NTVFMzQwRThDMEIwMTFFMzgxREJBOTBDOTJFRjEzMTMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6n647gAAAP5klEQVR42uxcCVRU1xl+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)
		no-repeat;
	background-size: contain;
}

.search-category {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	padding-left: 34px;
	text-transform: lowercase;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #fff;
	border-radius: 10px;
	padding: 10px 20px 10px;
	gap: 4px;
}

.search-category sup {
	color: #9c9c9c;
}
.search-category:nth-child(3n) {
	margin-right: 0;
}
.search-category sup {
	margin-left: 5px;
}
.category__filtersInputBox-checkbox {
	position: relative;
	gap: 11px;
}

.item__inner--block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.discount-block {
	position: absolute;
	top: 17px;
	left: 17px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #f3a601;
	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;
	cursor: pointer;
	border: 3px solid #ffffff;
}
.discount-block__text {
	color: #fff;
	font-size: 12px;
}

.active-panel {
	display: block;
}
.hide-panel {
	display: none;
}

.authorization {
	max-width: 40rem;
}
.authorization__box {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 3.5rem 3.5rem 3.5rem 3.5rem;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.tabs-aut {
	margin-top: 16px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	gap: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.tabs__item {
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
	color: #000;
	padding-bottom: 5px;
	margin-top: 0;
	margin-bottom: 2rem;
	border-bottom: 3px solid transparent;
}
.tabs__item--active {
	color: #f3a601;
	border-bottom: 3px solid #f3a601;
}
.tab-content {
	display: none;
}
.hide {
	display: none;
}
.active {
	display: block;
}
.authorization__inputBox {
	width: 100%;
	position: relative;
	/*margin-bottom: 1.43rem;*/
}
.authorization__label {
	font-size: 1rem;
	margin-bottom: 0.86rem;
}
.authorization__form {
	width: calc(100% - 3.5rem);
}
.authorization__input {
	padding: 1.1rem;
}
.authorization__checkbox-label {
	font-size: 1rem;
}
.authorization__bottom {
	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-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	margin-top: 3rem;
	margin-bottom: 1.43rem;
}
.authorization__submit {
	margin: 0 auto;
}
.authorization__asSocial {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 12px;
}
.authorization__asSocialText {
	margin-right: 0;
}
.authorization__asSocialItem {
	margin-right: 0;
}
.authorization__asSocialItem:not(:last-child) {
	margin-right: 0.6rem;
}
/*.authorization__box {
    padding: 3.5rem 0 3.5rem 3.5rem;
}*/
.authorization-signUp {
	width: 100%;
	overflow-y: scroll;
	height: 50vh;
}
.authorization-signUp::-webkit-scrollbar {
	width: 0.5%;
	min-width: 8px;
}
.authorization-signUp::-webkit-scrollbar-track {
	background: transparent;
}

.authorization-signUp::-webkit-scrollbar-thumb {
	border-left: 1px solid #f2f2f2;
	background: #f3a601;
	border: 4px;
	overflow: hidden;
}
.authorization__policity {
	margin-top: 30px;
	font-size: 1em;
}

.registration__submit {
	margin: 0 auto;
	display: block;
	margin-top: 60px;
	margin-bottom: 30px;
}

.popup,
.authorization {
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
}
.authorization__asSocialLinks {
	margin-bottom: 3.5rem;
}

/*.item__inner--block{
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}
.discount-block{
	position: absolute;
    top: 17px;
    right: 17px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #F3A601;;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	border: 3px solid #FFFFFF;
}
.discount-block__text{
	color: #fff;
	font-size: 12px;
}*/

.product-item-label-ring.product-item-label-big {
	width: 61px;
	height: 61px;
	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;
	font-size: 18px;
	line-height: 50px;
}
.product-item-label-ring {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 50%;
	border: 3px solid #fff;
	font-weight: bold;
}
.product-item-label-text span,
.product-item-label-ring {
	display: inline-block;
	clear: both;
	margin-bottom: 2px;
	background: #f3a601;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	-webkit-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transition: all 250ms ease;
}
.product-item-detail-info-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	gap: 15px;
}
.product-item-detail-price-old {
	color: #c2c2c2;
	font-weight: 500;
	font-size: 18px;
}
.product-item-detail-price-current {
	color: #202124;
	font-weight: bold;
	font-size: 32px;
	line-height: 39px;
}

.mini-title {
	font-size: 2.25rem;
}

/* TINKOFF PROMO */

.tinkoff__icon {
	cursor: pointer;
}
.tinkoff__container {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	overflow: auto;
	display: none;
}
.tinkoff--active {
	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;
	z-index: 3;
}
.tinkoff__modal {
	width: 60%;
	height: initial;
	background: #f6f7f9;
	padding: 33px 41px 60px 41px;
	max-width: 780px;
}
.tinkoff__header {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 32px;
}
.tinkoff__close {
	cursor: pointer;
}

.tinkoff__title {
	font-weight: 700;
	font-size: 40px;
	line-height: 49px;
	color: #202124;
	max-width: 692px;
	margin-bottom: 32px;
}
.tinkoff__title span {
	color: #8c0d18;
}
.tinkoff__text {
	font-size: 20px;
	font-weight: 400;
	max-width: 515px;
	line-height: 150%;
	color: #333;
	margin-bottom: 32px;
}
.tinkoff-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}
.tinkoff-items__item {
	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: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 22px;
	text-align: center;
}
.tinkoff-items__text {
	max-width: 162px;
	font-weight: 700;
	font-size: 14px;
	height: 33px;
}
.fixed-scroll {
	overflow: hidden;
}
.tinkoff__container--btn {
	gap: 16px;
	margin-top: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.tinkoff__btn--yellow {
	padding: 14px 29px;
	background: #fee800;
	border-radius: 8px;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: #333;
}
.tinkoff__btn--gray {
	padding: 14px 29px;
	background: #fff;
	border-radius: 8px;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: #333;
}

@media screen and (max-width: 1030px) {
	.tinkoff__title,
	.tinkoff__text,
	.tinkoff-items {
		max-width: 100%;
	}
}

/*оформление заказа - иконка тинькофф*/
.order__infoRow-total .order__payBtn {
	height: 57px;
}

.detailContent__priceBar .tinkoff__icon {
	max-width: 130px;
	height: 3.73rem;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 9px;
}
.goods__buyBtn_wrap .tinkoff__icon {
	max-width: 130px;
	height: 57px;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 9px;
}
.order__infoRow-total .tinkoff__icon {
	max-width: 130px;
	height: 57px;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 9px;
}

/*обновленный каталог*/
.nav {
	z-index: 100;
}
.catalog-modal {
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: fixed;
}

.new-nav__left {
	width: 30%;
	height: 100%;
	background: var(--White);
	padding: 16px 8px 16px 112px;
	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-sizing: border-box;
	box-sizing: border-box;
	gap: 8px;
	overflow-y: auto;
}
.new-nav__container-link {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
.new-nav__categories {
	width: 100%;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: var(--Dark);
	cursor: pointer;
	padding: 10px;
	border-radius: 8px;
	text-transform: lowercase;
	padding-right: 24px;
}
.new-nav__categories::first-letter {
	text-transform: uppercase;
}

.new-nav__container-link .arrow-svg {
	position: absolute;
	right: 0;
	z-index: initial;
}

.catalog-modal {
	display: none;
	width: 100%;
	cursor: default;
	top: 114px;
	height: calc(100vh - 114px);
	background: #fff;
	z-index: 3;
	visibility: initial;
	position: fixed;
}

.catalog-modal.hided {
	top: 74px;
	height: calc(100vh - 74px);
}

.catalog-modal .nav__subMenu {
	width: 100%;
	display: flex;
	height: inherit;
}

.catalog-modal:has(.nav__subMenu.catalog-opened) {
	display: block;
}

.categories__nav-second {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.25;
	color: var(--Dark);
	cursor: pointer;
	text-transform: lowercase;
	margin-top: 32px;
}

.categories__nav-second::first-letter {
	text-transform: uppercase;
}
.categories__nav-third {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.4;
	color: var(--Dark);
	cursor: pointer;
	text-transform: lowercase;
}
.categories__nav-third::first-letter {
	text-transform: uppercase;
}
.new-nav__container-link:hover {
	background: var(--50);
	color: var(--Dark);
	border-radius: 8px;
}
.new-nav__container-link:has(> .active-categories) {
	background: var(--50);
	border-radius: 8px;
}
.new-nav__categories:hover {
	color: var(--Dark);
}
.new-nav__right {
	width: 70%;
	background: #fff;
	height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 28px 29px 29px 49px;
	overflow-y: auto;
	position: relative;
}
.new-nav__close {
	position: absolute;
	right: 40px;
	cursor: pointer;
}
.new-nav__right--categoriya {
	display: none;
}
.active {
	display: block;
}
.new-nav__title {
	font-family: 'Montserrat';
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	text-transform: lowercase;
}
.new-nav__title::first-letter {
	text-transform: uppercase;
}
.new-minicategories__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 32px;
	margin-bottom: 16px;
}
.new-minicategories__item {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.new-minicategories__item a:first-of-type {
	margin-top: 16px;
}
.new-categories__item {
	display: flex;
	flex-direction: column;
	width: 33%;
}

.new-minicategories__title {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
}

.no-scrolled {
	overflow: hidden;
}

.search-category {
	margin-bottom: 0px;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	padding-left: 34px;
	text-transform: lowercase;
	margin-right: 0px;
	background: #ffffff;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.search-category {
	padding: 18px 20px;
	position: relative;
	display: flex;
	width: fit-content;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 10px;
	border: 1px solid transparent;
}
.search-category-count,
.category-header__allcount {
	color: var(--300-grey, #9c9c9c);
	font-size: 14px;
	font-weight: 400;
}

.search-category__boxing {
	display: flex;
	font-size: 14px;
	flex-direction: column;
	font-weight: normal;
	color: black;
}
.btn-show {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}
.search-category sup {
	position: absolute;
	top: -10px;
	right: -12px;
	background: #8c0d18;
	border: 4px solid #f7f7f7;
	border-radius: 50px;
	color: #fff;
	display: block;
	font-size: 10px;
	font-weight: 700;
	height: 28px;
	line-height: 6px;
	max-width: -webkit-fit-content;
	max-width: -moz-fit-content;
	max-width: fit-content;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-width: 28px;
	padding: 3px;
	padding-top: 5px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.nav__toolBoxCol > * {
	margin-right: 1.9375rem;
}
.new-minicategories__item ul {
	display: none;
}
.category__filtersItem-brands {
	margin-top: 0;
}

.owl-theme .owl-nav .disabled {
	opacity: 0.5;
	cursor: default;
}
.detailContent__carousel .owl-nav > button {
	position: absolute;
	left: 0;
}
.detailContent__carousel .owl-nav > button.owl-next {
	left: auto;
	right: 0;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.new-category__filtersItemTitle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	cursor: pointer;
}
.category__page-select {
	float: right;
}

#auth-popup {
}
.tabs__item {
	cursor: pointer;
}
.tinkoff--active {
	background: rgba(0, 0, 0, 0.5);
}
.authorization {
	/* max-width: 35rem;
	width: 35rem; */
}
.authorization__optional .authorization__inputBox {
	margin-bottom: 0;
}

.auth-complite-box {
	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: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 44px; */
	/* padding-right: 20px; */
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.nav-bar__compare {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
}
/* .nav__barUserAuth {
  display: none;
} */
.nav__barUserInfo {
	margin-right: 0;
	gap: 1rem;
}

.order__errortext {
	margin-top: 8px;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #8c0d18;
}
.order__windowsItem .order__payBtn {
	margin-left: 0;
}

.popupAddedToCard__item_complectuyush {
	text-align: center;
	margin-bottom: 0;
}
.complect-tovar__priceAndColvo {
	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: center;
	-ms-flex-align: center;
	align-items: center;
}
.complect-tovar-priceAndColvo__text {
	margin-right: -5rem;
	margin-top: 7px;
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
}
.product__propsName,
.product__propsVal {
	text-transform: uppercase !important;
}

.sezon-tovar {
	margin-bottom: 60px;
}
.sezon-tovar__header {
	margin-bottom: 550px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}
.sezon-tovar-header__carousel {
	width: 50px;
}
.sezon-tovar-header__carousel .owl-item {
	width: initial !important;
}
.sezon-tovar-header__carousel .owl-item:not(.active) {
	opacity: 1 !important;
	visibility: visible !important;
}

.sezon-tovar-header__item_inner {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
	opacity: 0.2;
}
.owl-item.active .sezon-tovar-header__item_inner {
	color: #8c0d18;
	opacity: 1;
}
.sezon-tovar__btn {
	text-align: center;
	color: #8c0d18;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: 700;
	font-size: 24px;
	line-height: 24px;
	margin-top: 14px;
}
.sezon-tovar__btn:hover {
	color: #8c0d18;
}
.sezon-tovar .owl-carousel.owl-hidden {
	opacity: 1 !important;
}
.sezon-tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 1rem;
	max-width: 596px;
	overflow: visible;
	padding-bottom: 0;
	scrollbar-width: none;
	-ms-overflow-style: none;
	-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;
}
.sezon-tabs::-webkit-scrollbar {
	width: 0;
	padding: 0;
}
.sezon-tovar__razdel {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.sezon-tovar__razdel a {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
	color: #8c0d18;
}
.sezon-tovar-next,
.sezon-tovar-prev {
	cursor: pointer;
	display: none;
}
.sezon-tab-content {
	display: block;
	left: 0;
	top: 100px;
	position: absolute;
	width: 100%;
}
.sezon-tab-header {
	list-style: none;
	padding-left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 0;
	gap: 8px;
	width: 100%;
}
.sezon-tab-header__item {
	font-family: 'Montserrat';
	font-weight: 500;
	font-size: 12px;
	line-height: 15px;
	color: #c1c1c1;
	border: 1px solid #c1c1c1;
	cursor: pointer;
	padding: 10px 16px;
	border-radius: 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-width: -webkit-fit-content;
	min-width: -moz-fit-content;
	min-width: fit-content;
}
.sezon-tab-header__item.active {
	color: #fff;
	background: #8c0d18;
	border: 1px solid #8c0d18;
}
.sezon-tab-content {
	list-style: none;
	padding: 0;
	margin: 0;
}
.sezon-tab-content__item {
	display: none;
	margin-top: -1px;
}
.sezon-tab-content__item.active {
	display: block;
}
#cookie_notification {
	display: none;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	position: fixed;
	bottom: 15px;
	left: 50%;
	max-width: 410px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	padding: 25px;
	background-color: white;
	border-radius: 4px;
	-webkit-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
	box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
	z-index: 999;
}
#cookie_notification p {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
}
#cookie_notification.show {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.cookie_accept {
	width: 120px;
	height: 48px;
	background: #8c0d18;
	border-radius: 6px;
}

.catalogPriceBtnDropped {
	border: none;
	font-weight: 500;
	padding: 0.8rem 1rem 0.8rem 1rem;
	text-align: left;
	border-radius: 6px;
	color: #9c9c9c;
	font-size: 16px;
	background: transparent;
	margin: 0;
	height: 38px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: initial;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.catalogPriceBtnDropped:hover {
	color: #f3a601;
}
.catalogPriceBtnDropped:hover svg path {
	fill: #f3a601;
}
.priceCatalogDropdown {
	position: relative;
	display: inline-block;
}

.priceCatalogDropdown-content {
	display: none;
	position: absolute;
	top: 2.4rem;
	/* min-width: 103px; */
	min-width: 100%;
	z-index: 1;
	background: #ffffff;
	border-radius: 6px;
	border: 1px solid #c1c1c1;
}

.priceCatalogDropdown-content a {
	padding: 8px 10px;
	text-decoration: none;
	display: block;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 15px;
	color: #333333;
}
.priceCatalogDropdown-content a:hover {
	background-color: #ddd;
}
.showDroppCatalog {
	display: block;
}

.get-tovar-date {
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	color: #000000;
	margin-bottom: 24px;
}

.inn-btn-check {
	-webkit-box-shadow: 0px 10px 16px rgba(0, 0, 0, 0.1),
		0px 4px 6px rgba(0, 0, 0, 0.06);
	box-shadow: 0px 10px 16px rgba(0, 0, 0, 0.1),
		0px 4px 6px rgba(0, 0, 0, 0.06);
	background-color: #8c0d18;
	color: #f2f2f2;
	font-weight: 500;
	padding: 0.7rem 1rem;
	border-radius: 6px;
	margin: 0.4rem 0;
}
.inn-btn-check:hover {
	background-color: #f3a601;
}
.message-inn {
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #8c0d18;
	margin: 0.375rem 0;
}

.show-more-btn {
	/* position: absolute;
  right: calc(45%); */
	margin: 0 auto;
	position: relative;
	margin-bottom: 1rem;
	margin-top: 32px;
}

.sort-price__active {
	-webkit-box-shadow: 0px 10px 16px rgba(0, 0, 0, 0.1),
		0px 4px 6px rgba(0, 0, 0, 0.06);
	box-shadow: 0px 10px 16px rgba(0, 0, 0, 0.1),
		0px 4px 6px rgba(0, 0, 0, 0.06);
	background-color: #8c0d18;
	color: #f2f2f2;
}
.sort-price__active svg path {
	fill: #f2f2f2;
}

.items__delivery {
	height: 2.5rem;
	width: 2.5rem;
	/* position: absolute;
  top: 4rem; */
	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;
	/* right: 1rem; */
	font-size: 12px;
	font-weight: bold;
	color: rgb(242, 242, 242);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 50%;
	cursor: pointer;
}
.price-delivery-modal {
	display: none;
	position: fixed;
	top: 7.5vh;
	right: 1rem;
	z-index: 4;
	-webkit-box-shadow: 0px 14px 30px rgba(0, 0, 0, 0.14);
	box-shadow: 0px 14px 30px rgba(0, 0, 0, 0.14);
}

.price-delivery-modal__inner {
	max-width: 29rem;
	width: 29rem;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	background: #fff;
	padding: 20px 50px;
	border-radius: 10px;
	max-height: 85vh;
	overflow: hidden;
	overflow-y: auto;
}
.price-delivery-modal__closeBtn {
	right: 1rem;
	top: 0.8rem;
}
.price-delivery-modal__header {
	margin: 25px 0 40px;
}
.price-delivery-modal__title {
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
	color: #000000;
	margin-bottom: 20px;
}
.price-delivery-modal__text {
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	opacity: 0.8;
}
.price-delivery-modal__row .authorization__inputBox {
	margin-bottom: 20px;
}
.price-delivery-modal__anyitem {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.goods__delivery-modal {
	margin-top: 0.8rem;
	font-size: 0.875rem;
	font-weight: 500;
	color: #a7a7a7;
	text-align: right;
	text-decoration: underline;
}
.uspeh-zapros-modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	background: rgba(0, 0, 0, 0.8);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.uspeh-zapros-modal .authorization__box {
	background: #fff;
}
.order-dropdown .nice-select {
	width: 100%;
	border: 1px solid #c1c1c1;
	border-radius: 4px;
}
.nice-select .current {
	opacity: 0.9;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 14px;
	color: #000000;
}
.nice-select .list {
	width: 100%;
	max-height: 205px;
	overflow: hidden !important;
	overflow-y: auto !important;
	width: 102%;
	margin-left: -1%;
}
.nice-select .list li {
	font-weight: 500;
	background-color: #fff;
	color: #000000;
}

.nice-select .option.disabled,
.nice-select .option.disabled:hover {
	color: #9c9c9c;
	opacity: 0.9;
}
.nice-select .option.selected {
	font-weight: 500 !important;
}
/* .nice-select .list li:first-child{
  display: none;
} */
.error-orders .nice-select {
	border: 1px solid #8c0d18 !important;
}
.error-orders .nice-select .current {
	color: #8c0d18 !important;
}

.allcategory-box_block {
	width: 100%;
	margin-top: 10px;
	overflow-x: auto;
}
.allcategory-box__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 1rem;
}
.allsearch-category {
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 16px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: rgb(255, 255, 255);
	border-radius: 8px;
	padding: 4px 16px;
	gap: 10px;
	color: #000000;
}
.allsearch-category:hover {
	color: #8c0d18;
}
.items__delivery,
.items__holdOnBtn {
	z-index: 4;
}
.allcategory-box__left {
	position: absolute;
	top: 50%;
	left: -3rem;
	cursor: pointer;
}
.allcategory-box__right {
	position: absolute;
	top: calc(50%);
	right: -3rem;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	cursor: pointer;
}
.hvr__images {
	position: relative;
}
.hvr__sectors {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.hvr__sector {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.hvr .items__imageBox {
	display: block;
	overflow: hidden;
}
.hvr .items__image {
	display: block;
	height: 100%;
	padding-bottom: 1rem;
}
.hvr__dots {
	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;
	margin-top: -24px;
	margin-bottom: 15px;
}
.hvr__dot {
	border-radius: 50%;
	background: #c1c1c1;
	width: 6px;
	height: 6px;
	margin: 12px 2px 0;
}
.hvr__dot--active {
	background: #8c0d18;
}
.items-image-container {
	z-index: unset;
}
.items-over-functionals {
	position: absolute;
	right: 0;
	top: 0;
	right: 0;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 20px 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.items-over-functionals__right,
.items-over-functionals__left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 78px;
}
.category__list .hvr {
	height: 237px;
}
.owl-item .items__item .hvr {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.items {
	padding: 0;
}

.proizv-title {
	display: inline-block;
	width: initial;
}
.category__title.pagetitle.proizv-title {
	margin-top: 8px;
	margin-right: 12px;
}
.items__carousel .items__item {
	margin-bottom: 45px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.sezon-tovar__carousel .owl-item {
	margin-bottom: 45px;
}
.items.items-sale {
	padding: 0;
}
.items__carousel .owl-stage-outer,
.sezon-tovar__carousel .owl-stage-outer,
.basket-tovar__carousel .owl-stage-outer {
	padding: 0 40px;
	margin: 0 -40px;
}
.nav__search {
	border: 1px solid #8c0d18;
	border-radius: 10px;
}
.nav__searchInput {
	border-radius: 10px;
}
.nav__searchItem {
	text-transform: uppercase;
}
.nav__searchItemBrand:hover,
.nav__searchItemBrand:focus {
	background: #eb6d18;
	color: #ffffff;
}
.reset-filter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.reset-filter label {
	cursor: pointer;
}
.reset-filter input {
	color: #8c0d18;
	cursor: pointer;
}
.category__filtersTitle,
.filter-text {
	text-transform: lowercase;
	position: relative;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
}
.category__filtersTitle,
.filter-text::first-letter {
	text-transform: uppercase;
}
.filter-counter {
	padding: 6px 6px 4px;
	border-radius: 100px;
	font-size: 10px;
	line-height: 8px;
	color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #ff3e4e;
	line-height: 100%;
	width: 18px;
	height: 18px;
	margin: 0;
	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;
	box-sizing: border-box;
}

.filter-counter--all {
	position: absolute;
	bottom: 6px;
	right: -15px;
	padding: 6px;
}
.category__filtersTitle .filter-counter--all {
	bottom: 4px;
}

.reset-filter {
	display: none;
}
.category__filtersTitle {
	font-size: 1.6rem;
}

.goods__basketItemControl-remove svg {
	fill: transparent;
}
.goods__basketItemControl-remove svg path {
	stroke: #9c9c9c;
}
.goods__basketItemControl-remove:hover svg path {
	fill: transparent;
	stroke: #8c0d18;
}
.goods__basketItemControl.goods__basketItemControl-holdOn svg {
	fill: transparent;
}
.goods__basketItemControl.goods__basketItemControl-holdOn:hover svg path {
	fill: transparent;
	stroke: #8c0d18;
}
.goods__tabsItem.goods__tabsItem-holdOn .hold_on {
	width: 32px;
	height: 32px;
}
.goods__tabsItem.goods__tabsItem-holdOn.flexbox .hold_on path {
	fill: transparent;
}
.goods__tabsItem.tabItem-active .hold_on path {
	fill: transparent;
	stroke: #202124;
}
.goods__basketItemControl.goods__basketItemControl-holdOn .go-basket-icon {
	fill: #9c9c9c;
}
.goods__basketItemControl.goods__basketItemControl-holdOn:hover
	.go-basket-icon
	path {
	fill: #8c0d18;
}
.authorization__checkbox svg {
	border-radius: 6px;
}
.order__windowsOptionsCircle {
	border: 6px solid #d4d3d3;
}
.order__windowsOptionsCircle::after {
	border-radius: 100%;
	height: 8px;
	width: 10px;
}
.order__windowsOptionsRadio:checked ~ .order__windowsOptionsCircle {
	border-color: #8c0d18;
}
.order__windowsOptionsCircle {
	border: 1px solid #d4d3d3;
	padding: 5px;
	background: rgba(26, 26, 26, 0.05);
}
.order__windowsOptionsRadio:checked ~ .order__windowsOptionsCircle {
	background: #8c0d18;
}
.order__windowsOptionsRadio:checked ~ .order__windowsOptionsCircle::after {
	background-color: #8c0d18;
	opacity: 1;
	border: 5px solid #fff;
	padding: 0;
}
.order__windowsOptionsRadio ~ .order__windowsOptionsCircle::after {
	background-color: rgba(26, 26, 26, 0.05);
	border: none;
	opacity: 0;
}
.order__windowsOptionsRadio:hover ~ .order__windowsOptionsCircle {
	border-color: #8c0d18;
}
.detailContent__carousel.owl-carousel.owl-loaded {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.detailContent__carousel .owl-nav {
	display: none;
}
.detailContent__carousel .owl-thumbs {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 5.313rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 0;
}
.detailContent__carousel .owl-thumbs .owl-thumb-item {
	margin-right: 0;
	width: 5.313rem;
	height: 5rem;
	padding: 1px;
	margin-bottom: 1.188rem;
}
.detailContent__carousel .owl-item .item {
	margin: 0;
	width: 87%;
}
.detailContent__carousel .owl-item .item img {
	width: 100%;
	margin: 0;
	padding: 0 1rem;
	cursor: pointer;
}
.counter-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 1.188rem;
}
.counter-button .tems__counter {
	height: 100%;
}
.counter-button .detailContent__button-add {
	height: 2.75rem;
	padding: 0.75rem 1.5rem;
	margin: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: initial;
	min-width: initial;
}
.price-functional {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 57px;
}
.price-functional .detailContent__askIcon,
.price-functional .tinkoff__icon {
	width: 48%;
	height: 100%;
}
.price-functional .detailContent__askIcon {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 0.625rem;
}
.price-functional .tinkoff__icon {
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 10px;
}
.transform-180 {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.preview-informations {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;
	z-index: 2;
	right: 0;
}
.preview-informations .detailContent__salePrice {
	background: #ed081c;
	border-radius: 6px;
	padding: 4px 9px;
	height: 32px;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	width: initial;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.complect-image {
	width: 56px;
	height: 56px;
	background: #fff;
	border-radius: 8px;
}
.complect-image img {
	width: inherit;
	height: 100%;
	object-fit: contain;
	border-radius: 8px;
}
.complect-tovar-price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 8px;
	margin-bottom: 13px;
}
.complect-tovar-price .detailContent__price-current {
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	color: #000000;
}
.complect-tovar-price .detailContent__price-old {
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	-webkit-text-decoration-line: line-through;
	text-decoration-line: line-through;
	color: #9c9c9c;
}
.complect-pagination {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	border: 1px solid #ededed;
	border-radius: 5px;
	margin-bottom: 16px;
	background: #ededed;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 1px;
}
.complect-pagination__item {
	width: 34px;
	height: 34px;
	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;
	background: #f6f7f9;
	cursor: pointer;
}
.complect-pagination__item--active {
	background: #8c0d18;
	color: #fff;
	border-radius: 6px;
}
.complect-add-all {
	width: 100%;
	background: #f6f7f9;
	border: 1px solid #eb6d18;
	border-radius: 8px;
	padding: 12px;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: #eb6d18;
}
.items-over-functionals__right .box {
	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: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 6px;
}

.items-over-functionals__rassrochka,
.items__delivery {
	width: 24px;
	height: 24px;
}
.items__sale {
	padding: 4px 9px;
	background: #ed081c;
	border-radius: 6px;
	height: auto;
	width: auto;
	font-family: 'Inter', sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.items-over-functionals {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 15rem;
	padding-bottom: 10px;
}
.items-over-functionals__right {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 100%;
	gap: 0;
}

.nav__searchItem {
	text-transform: uppercase;
}
.nav__searchItemBrand:hover,
.nav__searchItemBrand:focus {
	background: #eb6d18;
	color: #ffffff;
}
.hide-input {
	display: none;
}
.detailContent__counterBar .items__barItem {
	min-width: 240px;
}
.custom-input {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 1px;
}
.basket-item-compare,
.goods__basketItemControl-remove p,
.goods__basketItemControl-holdOn p {
	display: none;
}
.owl-carousel .owl-item img {
	height: 190px;
}
.goods-total-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.custom-input-bold {
	font-weight: 600;
}
.custom-input-normal {
	font-weight: 500;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
	color: #333333;
}

.not-nall-tovar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0.5rem;
	margin-bottom: 1.938rem;
}
.goods-basket-paybox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 3rem 0 0 auto;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}
.goods-basket-paybox__text {
	max-width: 37.688rem;
	font-size: 0.875rem;
}
.goods-basket-paybox .goods__buyBtn_wrap {
	margin: 0;
	margin-left: auto;
}
@media (max-width: 768px) {
	.goods__tabs {
		width: 100%;
		overflow: hidden;
		overflow-x: auto;
	}

	.goods__tabsItem {
		min-width: -webkit-fit-content;
		min-width: -moz-fit-content;
		min-width: fit-content;
		font-size: 1.2rem;
	}

	.goods__basketHeader,
	.goods__basketItem-article,
	.goods__basketItem-body,
	.goods__basketItem-amount {
		display: none;
	}

	.goods__basketItem-total {
		display: none;
	}

	.goods__basketBody {
		width: 100%;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.goods__basketRow {
		-webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.04),
			0px 2px 6px rgba(0, 0, 0, 0.04), 0px 16px 24px rgba(0, 0, 0, 0.06);
		box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.04),
			0px 2px 6px rgba(0, 0, 0, 0.04), 0px 16px 24px rgba(0, 0, 0, 0.06);
		-ms-flex-item-align: start;
		align-self: flex-start;
		border-radius: 4px !important;
		padding: 0.8rem 0.625rem !important;
		width: calc(50% - 5px) !important;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		color: #c1c1c1;
		background-color: #ffffff !important;
		font-size: 0.875rem;
		font-weight: 500;
		position: relative;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-sizing: border-box !important;
		box-sizing: border-box !important;
		border-bottom: 1px solid #d3d3d3;
		margin-bottom: 1rem;
	}

	.goods__basketRow {
		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-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		border-radius: 4px;
		padding: 1rem 0.8rem;
		width: 15.625rem;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		background: #fff;
		height: 550px;
		-webkit-transition: 0.4s all;
		-o-transition: 0.4s all;
		transition: 0.4s all;
		position: relative;
	}

	.goods__basketItem {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		width: 100%;
	}

	.goods__imageBox {
		display: block;
		height: 11.75rem;
		padding-bottom: 1rem;
		overflow: hidden;
		width: 100%;
		margin: 0;
	}

	.goods__image {
		height: 100%;
		width: 100%;
		-o-object-fit: contain;
		object-fit: contain;
		-webkit-transition: -webkit-transform 0.3s ease-in;
		transition: -webkit-transform 0.3s ease-in;
		-o-transition: transform 0.3s ease-in;
		transition: transform 0.3s ease-in;
		transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
	}

	.goods__basketItem-nameContent {
		font-size: 0.875rem;
		-webkit-transition: 0.3s all;
		-o-transition: 0.3s all;
		transition: 0.3s all;
		color: #8c0d18;
		height: 4.1rem;
		text-decoration: underline;
	}

	.goods__basketItem-price {
		margin: 0;
		padding: 0;
		width: 100%;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.items__price-old {
		font-size: 0.875rem;
		display: block;
	}

	.goods__basketItem-counter {
		padding: 0;
		margin: 0;
		width: 100%;
		margin-bottom: 0.6rem;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		margin-top: 8px;
	}

	.goods__basketItem-total {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		padding: 0;
		margin: 0;
		width: 100%;
	}

	.goods__basketItem-control {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
		width: 100% !important;
		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-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin-top: 0.5rem;
		gap: 0.6rem;
	}

	.goods__basketItemControl-remove p,
	.goods__basketItemControl-holdOn p {
		display: flex;
		display: -webkit-box;
		display: -ms-flexbox;
	}

	.goods__basketItem-highPrice {
		height: 36px;
	}

	.goods__basketItemControl-remove svg,
	.goods__basketItemControl-holdOn svg {
		display: none;
	}

	.goods__basketItemControl-holdOn {
		margin: 0;
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
		width: 100%;
		text-align: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		height: 2.5rem;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		background-color: #f1f1f1;
		border: none;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		border-radius: 6px;
		overflow: hidden;
	}

	.goods__basketItemControl-remove {
		margin: 0;
		width: 100%;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		height: 2.5rem;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		background: #8c0d18;
		color: #fff;
		border-radius: 8px;
		font-weight: bold;
		font-size: 1rem;
	}

	.goods__basketItemControl:hover,
	.goods__basketItemControl:focus,
	.goods__basketItemControl:active {
		background-color: #f3a601 !important;
		color: #fff;
	}

	.goods__tools {
		display: none;
	}

	.goods__total {
		padding: 0;
		width: 100%;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		max-width: 100%;
		-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;
	}

	.goods-total-header {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		max-width: 100%;
		width: 100%;
	}

	.goods__totalPrice {
		margin: 0;
	}

	.goods__delivery-modal,
	.goods__weight {
		-ms-flex-item-align: end;
		align-self: flex-end;
	}

	.goods__buyBtn_wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		margin: 0;
		gap: 40px;
		margin-top: 14px;
	}

	.goods__buyBtn {
		width: 100%;
	}

	.goods__basketItem-nameContent {
		margin-bottom: 0.6rem;
	}
}
.search-category__box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 16px;
}
.search-category sup {
	display: none;
}
.search-category:hover {
	color: #8c0d18;
	border-radius: 10px;
	border: 1px solid var(--akzendent, #8c0d18);
}
.search-category.link.active {
	color: #8c0d18;
	border-radius: 10px;
	border: 1px solid var(--akzendent, #8c0d18);
	padding: 8px 12px;
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
}
.search-category__box .link {
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	text-align: left;
	padding: 8px 12px;
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
}

/* адаптивные чипсы и карточки товаров в сетку */
.category__main {
	min-width: 360px;
	margin-bottom: 64px;
}
.mobile-delivery {
	display: none;
}
@media (max-width: 1140px) {
	.category__list {
		display: -ms-grid;
		display: grid;
		grid-gap: 2.2rem;
		-ms-grid-columns: minmax(168px, 1fr) 2.2rem minmax(168px, 1fr);
		grid-template-columns: minmax(168px, 1fr) minmax(168px, 1fr);
		margin-bottom: 25px;
	}
	.lk__stocksItem {
		width: 100%;
		margin: 0;
		margin-right: 0 !important;
		min-width: 168px;
	}
}
@media (max-width: 500px) {
	.mobile-delivery {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 3px 0;
		z-index: 0;
	}
	.items-over-functionals__rassrochka,
	.items__delivery {
		width: 20px;
	}
	.items-over-functionals__right .box-delivery {
		display: none;
	}
	.items__imageBox {
		padding: 0;
	}

	.items__price-old {
		font-size: 0.775rem;
	}
	.items__price-current {
		font-size: 1.1rem;
	}
	.items__priceBar {
		height: 21px;
	}
	.items__bar,
	.category-item-middle--right,
	.items-article {
		display: none;
	}
	.items__description [data-entity='buttons-block'] {
		width: 100%;
	}

	.category__list {
		grid-gap: 10px;
		grid-row-gap: 20px;
	}
}

/* результаты поиска */
/* .search-category-show-all{
  display: none;
} */
.search-category-all {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 24px;
	background: #f7f7f9;
	z-index: 6;
}
.search-category-all__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 16px;
	margin-bottom: 16px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.search-category-all__title {
	font-weight: 700;
	font-size: 20px;
}
.search-category-all__close {
	cursor: pointer;
}
.search-category-all__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.search-category-all__container {
	overflow: hidden;
	height: calc(100% - 50px);
	overflow-y: auto;
}
@media (max-width: 768px) {
	.search-category__box {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		overflow: hidden;
		overflow-x: auto;
	}
	.search-category {
		min-width: -webkit-fit-content;
		min-width: -moz-fit-content;
		min-width: fit-content;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.search-category__boxing {
		max-width: 270px;
	}
	.category-header {
		-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;
		gap: 8px;
	}
	.search-category-show-all {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		cursor: pointer;
	}
}

@media (max-width: 768px) {
	.have-tovar-container {
		margin-bottom: auto;
		width: 100%;
		height: calc(100% - 30px);
	}
}
.nav-bar-worktime {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 7px;
}
.nav-bar-worktime p {
	line-height: 20px;
	font-size: 14px;
	color: #fff;
	opacity: 0.8;
}

/* header */
/* header */
@media (max-width: 768px) {
	.nav__barMenu,
	.nav__barUserInfo,
	.nav__toolBox .nav__holdOn,
	.nav__toolBox #bx_basketFKauiI,
	.nav__categories,
	.dotsCont,
	.header__itemContent {
		display: none;
	}
	.nav__bar {
		height: 0;
	}
	.nav__toolBox {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		position: relative;
	}
	.mobile-header-button.not-authorized {
		background: transparent !important;
	}
	.mobile-header__item .nav__basket svg {
		width: 30px;
		height: 30px;
	}
	.nav__toolBoxCol {
		-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;
		gap: 20px;
		width: 100%;
	}
	.nav__toolBox .bx-hdr-profile {
		display: none;
	}
	.nav__toolBox .bx-hdr-profile a {
		width: 100%;
		height: 100%;
	}
	.nav__toolBoxCol > *,
	.nav__search {
		margin: 0;
		max-width: 100%;
	}
	.nav__info {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin: 0;
		width: 100%;
	}
	.nav__infoItem {
		width: initial;
	}
	.header__item {
		height: 210px;
	}

	.not-authorized {
		margin-left: 0 !important;
		width: 40px;
		height: 40px;
		background: #fff;
	}
	.not-authorized path {
		stroke: #8c0d18;
	}
	#auth-popup {
		display: none;
		left: 0;
		top: 0;
		width: 100%;
		height: calc(100% - 72px);
	}
	.authorization {
		max-width: 100%;
		width: 100%;
		height: 100%;
		max-height: 100%;
	}
	.authorization-signUp {
		height: 68vh;
	}
	.authorization__signUp {
		height: 100%;
		padding-bottom: 30px;
	}
	.nav__menu .mobile-catalog-header {
		border-bottom: none;
	}
	.nav__menu--title {
		width: 100%;
		height: 62px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 0 16px;
		color: #8c0d18;
		font-size: 16px;
		font-weight: 700;
		border-bottom: 1px solid #c1c1c1;
	}
	.nav__generalItem_sale {
		height: 100%;
	}
	.nav__menu .nav__generalList {
		height: initial;
	}
}

/* bottom mobile header */
.mobile-header {
	display: none;
}
.main-categories-mobile {
	display: none;
}
@media (max-width: 769px) {
	.mobile-header {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 72px;
		z-index: 4;
		background: #8c0d18;
	}
	.mobile-header__item .bx-hdr-profile,
	.mobile-header__menu .nav__menu {
		display: none;
	}
	.nav__trigger.close-btn.closed .nav__trigger__close {
		display: none;
	}
	.close-btn::after,
	.modal__closeBtn-inset::after,
	.popup__closeBtn::after,
	.close-btn::before,
	.modal__closeBtn-inset::before,
	.popup__closeBtn::before {
		content: none;
	}
	.nav__trigger.close-btn {
		position: initial;
	}
	.mobile-header .wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.mobile-header-button,
	.nav__trigger.closed.close-btn {
		color: #fff;
		width: 48px;
		height: 48px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 2px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		font-family: 'Inter', sans-serif;
		font-size: 12px;
		font-weight: 400;
		line-height: 16px;
		margin-right: 0;
	}
	.mobile-header-button path,
	.nav__trigger.closed.close-btn path {
		stroke: #fff;
	}
	.mobile-item--active,
	.mobile-catalog.mobile-item--active,
	.mobile-header__item .bx-hdr-profile.mobile-item--active,
	.mobile-header__menu .nav__menu.mobile-item--active,
	.mobile-basket.mobile-item--active {
		display: block;
		position: fixed;
		height: calc(100% - 72px);
		top: 0;
		left: 0;
		width: 100%;
		background: #f4f4f4;
		padding: 25px 0;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		z-index: 3;
	}
	.mobile-header-button {
		cursor: pointer;
	}
	.open-menu.active {
		color: #f3a601;
	}
	.open-menu.active path {
		stroke: #f3a601;
	}
	.catalog-category__goback {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 10px;
		color: #000;
		font-family: 'Inter', sans-serif;
		font-size: 16px;
		font-weight: bold;
		margin: 12px 0 32px;
		padding: 0 16px;
		cursor: pointer;
	}
	.authorization__box .tabs__item {
		font-family: 'Inter', sans-serif;
		font-size: 16px;
		font-weight: 600;
	}
	.mobile-profile {
		visibility: hidden;
	}
	.authorization__submit {
		width: 96%;
		margin-left: auto;
	}
	.header__carouselLink .header__image {
		height: 100%;
		-o-object-fit: fill;
		object-fit: fill;
	}

	.authorization__box {
		padding-right: 0;
	}
	.authorization__policity {
		text-align: center;
		margin-right: 3.5rem;
	}
	.nav__barUserAuthItem-inset.nav__barUserAuthItem-login {
		padding-right: 3.5rem;
	}
	.mobile-header-button:hover {
		color: #fff;
	}
	.mobile-header-button:hover.active {
		color: #f3a601;
	}
}

/* mobile-header__catalog */
@media (max-width: 769px) {
	.mobile-catalog,
	.catalog-category,
	.mobile-basket {
		display: none;
	}

	.catalog-category {
		background: #f4f4f4;
		height: calc(100% - 42px);
		width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.catalog-category__item {
		height: calc(100% - 56px);
	}

	.mobile-catalog-header {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 0 16px;
		gap: 16px;
		padding-bottom: 16px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		border-bottom: 1px solid #c1c1c1;
	}

	.nav__generalItem {
		height: 48px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 100%;
		border-bottom: 1px solid #c1c1c1;
		cursor: pointer;
	}

	.nav__generalItem_sale {
		color: #000;
		font-family: 'Inter', sans-serif;
		font-size: 13px;
		font-weight: 600;
		width: 100%;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		position: relative;
		text-transform: uppercase;
	}

	.izbr-counter {
		position: absolute;
		top: 11px;
		right: 74px;
		width: 42px;
		height: 28px;
		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;
		border-radius: 121px;
		background: #8c0d18;
		color: #fff;
	}

	.catalog-category__title {
		color: #8c0d18;
		font-size: 16px;
		font-weight: 700;
		text-transform: uppercase;
		margin-bottom: 20px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0 16px;
	}

	.subcategories {
		display: -ms-grid;
		display: grid;
		grid-column-gap: 10px;
		grid-row-gap: 25px;
		overflow: hidden;
		padding: 0 16px;
		padding-bottom: 50px;
		overflow-y: auto;
		max-height: calc(100% - 39px);
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		-ms-grid-columns: minmax(106px, 1fr) 10px minmax(106px, 1fr) 10px
			minmax(106px, 1fr);
		grid-template-columns: repeat(3, minmax(106px, 1fr));
	}

	.subcategories-item {
		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: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 8px;
		height: auto;
	}

	.categories__imageBox {
		width: 106px;
		border-radius: 10px;
		height: 106px;
		overflow: hidden;
	}

	.categories__itemTitle {
		color: var(--dark);
	}

	.mobile-basket__header {
		padding: 0 16px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 12px;
	}

	.mobile-basket__goback {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 10px;
		color: #000;
		font-weight: bold;
		font-size: 16px;
		cursor: pointer;
	}

	.mobile-basket-functional {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 8px;
		margin-top: 19px;
		padding-bottom: 23px;
		border-bottom: 1px solid #c1c1c1;
	}

	.mobile-basket-functional__item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 8px;
		background: #fff;
		padding: 8px 14px;
		border-radius: 8px;
		color: #000;
		font-weight: 600;
		cursor: pointer;
	}

	.mob-basket {
		height: calc(100% - 179px);
		overflow: hidden;
		overflow-y: auto;
		padding: 0 16px;
	}

	.mob-basket-item {
		padding: 16px 0;
		border-bottom: 1px solid #c1c1c1;
	}

	.mob-basket-item__header {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 16px;
		margin-bottom: 16px;
	}

	.mob-basket-item__pic {
		width: 56px;
		height: 56px;
		border-radius: 8px;
		background-color: #fff;
		-o-object-fit: contain;
		object-fit: contain;
	}

	.mob-basket-item__functional {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.mob-baskeet-item__left {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 6px;
	}

	.mob-baskeet-item__left .price {
		font-weight: 600;
	}

	.mob-baskeet-item__left .price--old {
		font-weight: 600;
		color: 9 c9c9c;
		text-decoration: line-through;
	}

	.mob-basket-item__functional .items__bar {
		width: 153px;
	}

	.mob-basket-item__functional .items__barItem {
		border: none;
	}

	.mob-basket-item__functional .items__counterButton,
	.mob-basket-item__functional .items__counterInput {
		background: #fff;
		opacity: 1;
	}

	.mob-basket-item__functional .items__counterButton.disabled svg,
	.mob-basket-item__functional .items__counterButton_complect.disabled svg {
		opacity: 0.6;
	}

	.mob-paybox {
		margin: 43px 0 20px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 14px;
	}

	.mob-paybox-itog {
		-ms-flex-item-align: end;
		align-self: flex-end;
		font-weight: 700;
		font-size: 16px;
	}

	.mob-paybox-itog span {
		font-size: 24px;
		margin-left: 10px;
	}

	.mob-paybox-weight {
		-ms-flex-item-align: end;
		align-self: flex-end;
		font-weight: 500;
		color: #a7a7a7;
		font-size: 16px;
	}

	.mob-paybox-weight span {
		color: #000;
	}

	.mob-paybox .tinkoff__icon {
		width: 100%;
		height: 62px;
		-o-object-fit: contain;
		object-fit: contain;
		background: #fee800;
		border-radius: 11px;
	}

	.mob-paybox .goods__buyBtn {
		margin: 0;
		height: 62px;
		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;
		cursor: pointer;
	}

	.main-categories-mobile {
		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: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.main-categories-mobile .goods__buyBtn {
		margin: 0 auto;
		width: 90%;
		margin-bottom: 32px;
	}
}
.items__carousel .owl-stage-outer,
.sezon-tovar__carousel .owl-stage-outer {
	padding: 0 40px;
	margin: 0 -40px;
}
#city-error-text {
	color: #8c0d18;
}
.goods__basketItemControl-remove svg {
	fill: transparent;
}
.goods__basketItemControl-remove svg path {
	stroke: #9c9c9c;
}
.goods__basketItemControl-remove:hover svg path {
	fill: transparent;
	stroke: #8c0d18;
}
.goods__basketItemControl.goods__basketItemControl-holdOn svg {
	fill: transparent;
}
.goods__basketItemControl.goods__basketItemControl-holdOn:hover svg path {
	fill: transparent;
	stroke: #8c0d18;
}
.goods__tabsItem.goods__tabsItem-holdOn .hold_on {
	width: 32px;
	height: 32px;
}
.goods__tabsItem.goods__tabsItem-holdOn.flexbox .hold_on path {
	fill: transparent;
}
.goods__tabsItem.tabItem-active .hold_on path {
	fill: transparent;
	stroke: #202124;
}
.goods__basketItemControl.goods__basketItemControl-holdOn .go-basket-icon {
	fill: #9c9c9c;
}
.goods__basketItemControl.goods__basketItemControl-holdOn:hover
	.go-basket-icon
	path {
	fill: #8c0d18;
}
.authorization__checkbox svg {
	border-radius: 6px;
}
.order__windowsOptionsCircle {
	border: 6px solid #d4d3d3;
}
.order__windowsOptionsCircle::after {
	border-radius: 100%;
	height: 8px;
	width: 10px;
}
.order__windowsOptionsRadio:checked ~ .order__windowsOptionsCircle {
	border-color: #8c0d18;
}
.order__windowsOptionsCircle {
	border: 1px solid #d4d3d3;
	padding: 5px;
	background: rgba(26, 26, 26, 0.05);
}
.order__windowsOptionsRadio:checked ~ .order__windowsOptionsCircle {
	background: #8c0d18;
}
.order__windowsOptionsRadio:checked ~ .order__windowsOptionsCircle::after {
	background-color: #8c0d18;
	opacity: 1;
	border: 5px solid #fff;
	padding: 0;
}
.order__windowsOptionsRadio ~ .order__windowsOptionsCircle::after {
	background-color: rgba(26, 26, 26, 0.05);
	border: none;
	opacity: 0;
}
.order__windowsOptionsRadio:hover ~ .order__windowsOptionsCircle {
	border-color: #8c0d18;
}
.items-over-functionals__rassrochka {
	cursor: pointer;
}

#SDEK_wrapper {
	overflow: hidden auto !important;
}
.jspVerticalBar {
	display: none !important;
}

/* расходники */
.upsale .sezon-tab-content,
.upsale .sezon-tabs {
	width: 100%;
}
/* слайдер в корзине апсейл */
.p-slider-title {
	color: #202124;
	font-size: 24px;
	font-weight: 700;
	margin: 90px 0 40px 0;
}
/* корзина внешний вид */
.goods__imageBox {
	border-radius: 8px;
}

.items__add.empty {
	margin-top: 5rem !important;
}

.sezon-tovar__razdel {
	display: none;
}
.items-sale .items__title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
}
@media (max-width: 1365px) {
	.category__list .hvr {
		height: 209px;
	}
}
.basket
	~ .authorization__container--active
	.nav__barUserAuthItem-inset.nav__barUserAuthItem-login {
	text-align: center;
}
.basket ~ .authorization__container--active .authorization__container--active {
	z-index: 3;
}

/* кнопка показать все в слайдере */
.items__more-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	height: 28rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 8px;
	text-decoration: underline;
}
.items__more-link:hover {
	color: #8c0d18;
}

/* покрасил инпут с упаковками в карточке */
.detailContent__priceBar .detailContent__counterBar,
.detailContent__priceBar .items__barItem.items__counter {
	height: 2.75rem;
}
.detailContent__counterBar .custom-input {
	height: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	padding: 0px 5px;
}
/* стили деталки */
.detailContent__preview {
	position: relative;
	width: 55%;
}

.owl-theme .owl-nav {
	height: 50px !important;
	position: initial !important;
}
.items.items-sale a .items__title {
	margin-bottom: 0;
}
.owl-item .items__description [data-entity='buttons-block'] {
	/* position: initial; */
	margin-top: auto;
}
.owl-item .items__item .complite-add-to-basket {
	left: 0;
}

.lk__windowItem.btn-inn .inn-btn-check {
	margin: 0;
	position: initial;
	float: none;
	min-width: 20rem;
	font-weight: 700;
}
.lk__button {
	padding: 0.7rem;
}

.supportPopup.popup .popup__submitBtn,
.feedback-call.popup .popup__submitBtn,
.notFound.popup .popup__submitBtn {
	margin-bottom: 24px !important;
}
.supportPopup.popup,
.feedback-call.popup,
.notFound.popup {
	max-height: 87vh;
}

.items__carousel .owl-stage-outer,
.sezon-tovar__carousel .owl-stage-outer,
.basket-tovar__carousel .owl-stage-outer {
	padding: 0;
	margin: 0;
	padding-left: 40px;
	margin-left: -40px;
	padding-right: 40px;
	width: calc(100% + 80px) !important;
}
