.dropdown-menu {
		overflow: hidden;
}

.swal2-container.swal2-center>.swal2-popup {
		display: grid!important;
}

.swal2-title {
		margin-top: 20px;
		font-size: 1.25rem;
}

.swal2-icon.swal2-success {
		background: var(--success);
		border-color: var(--success);
}

.custom-scrollbars ::-webkit-scrollbar-track {
		border-radius: .5rem;
}

.custom-scrollbars ::-webkit-scrollbar-thumb {
		background-color: var(--primary);
}

/* popup bitrix */
.popup-window {
		border-radius: var(--border-radius-lg);
		font: 1rem var(--body-font-family);
}

.popup-window-close-icon {
		width: 3rem;
		height: 3rem;
}

.popup-window-close-icon:after {
		width: 1.375rem;
		height: 1.375rem;
		background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-2 -2 20 20' fill='%23202122'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

.popup-window-button {
		--popup-window-button-border-radius: var(--border-radius-sm);
		height: 3.25rem;
		line-height: 3.25rem;
		margin-right: 1.5rem;
		background: var(--primary);
		color: var(--white-100);
		font-size: 1rem;
		padding-inline: calc(2rem - 2px);
		font-family: var(--body-font-family);
		font-weight: 400;
		text-transform: initial;
		-webkit-box-shadow: none;
						box-shadow: none;
		border: 1px solid var(--primary);
}

.popup-window-button:hover {
		background: var(--primary-hover);
		color: var(--white-100);
}

.popup-window-button-link {
		height: 3.25rem;
		padding-inline: calc(2rem - 2px);
		line-height: 3.25rem;
		border-bottom-color: var(--primary);
		border-radius: var(--border-radius-sm);
		color: var(--primary);
		background: var(--white-100);
}

.popup-window-button-link:hover, 
.popup-window-button-link:active {
		height: 3.25rem;
		line-height: 3.25rem;
		color: var(--primary-hover);
		background: var(--whit-100);
		border-color: var(--primary-hover);
}
/* /popup bitrix */


.main_slider_wrap {
	position: relative;
	display: block;
	margin-top: 15px;
}

.main_slider {
	position: relative;
	display: block;
	overflow: hidden;
}

.main_slider__item {
	position: relative;
	display: block;
	/* background-position: center right; */
	/* background-size: cover; */
	/* height: 240px; */
	border-radius: 8px;
	box-shadow: 0px 0px 12px 0px rgba(199, 199, 199, 0.25);
	overflow: hidden;
	/* padding: 47px 100px 30px 64px */
	overflow: hidden;
}

.main_slider__item img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.main_slider__item__gradient {
	position: absolute;
	display: block;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: linear-gradient(99deg, rgba(0, 0, 0, 0.70) 2.56%, rgba(0, 0, 0, 0.29) 74.81%, rgba(0, 0, 0, 0.00) 100.91%);
}

.main_slider__item__title {
	position: relative;
	display: block;
	color: #FFF;
	font-family: Oswald;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 99.2%;
}

.main_slider__item__text {
	position: relative;
	display: block;
	margin-top: 20px;
	color: #FFF;
	font-family: var(--body-font-family);
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%; /* 26px */
}

.main_slider__nav {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 2;
}

.nav__prev {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	left: 10px;
	top: 102px;
	border-radius: 50%;
	cursor: pointer;
	background-color: rgba(255, 255, 255, 0.50);
}

.nav__prev img {
	width: 24px;
	height: 24px;
}

.nav__next {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	right: 10px;
	top: 102px;
	border-radius: 50%;
	cursor: pointer;
	background-color: rgba(255, 255, 255, 0.50);
}

.nav__next img {
	width: 24px;
	height: 24px;
}

/* .main_slider__nav__prev {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	left: 10px;
	top: 102px;
	border-radius: 50%;
	cursor: pointer;
	background-color: rgba(255, 255, 255, 0.50);
}

.main_slider__nav__prev img {
	width: 24px;
	height: 24px;
}

.main_slider__nav__next {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	right: 10px;
	top: 102px;
	border-radius: 50%;
	cursor: pointer;
	background-color: rgba(255, 255, 255, 0.50);
}

.main_slider__nav__next img {
	width: 24px;
	height: 24px;
} */

.slider__pagination {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	bottom: auto !important;
	left: auto !important;
	right: auto !important;
	width: 100%;
	margin-top: 24px;
	margin-bottom: 24px;
}

/* .main_slider__pagination {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	bottom: auto !important;
	left: auto !important;
	right: auto !important;
	width: 100%;
	margin-top: 24px;
	margin-bottom: 24px;
} */

.swiper-pagination-bullet {
	width: 30px;
	height: 3px;
	background-color: #BDBDBD;
	margin: 0 9px;
	border-radius: 0px;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #95218F;
}

.b2b-banner-wrapper {
	box-shadow: none !important;
	border-radius: none !important;
}

/* .homepage .page-header {
	display: none;
} */

.homepage .breadcrumb-wrapper {
	display: none;
}

.homepage .page-title {
	display: none;
}

.main_catalog {
	position: relative;
	display: block;
	width: 100%;
}

.main_section {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.main_catalog__item {
	position: relative;
	display: flex;
	width: 20%;
	padding: 0 15px;
	margin-bottom: 30px;
}

.main_catalog__item_wrap {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 14px 23px;
	border-radius: 8px;
	background: #FFF;
	align-items: center;
}

.main_catalog__item__picture {
	position: relative;
	display: block;
	flex: none;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 100%;
}

.main_catalog__item__picture img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.main_catalog__item__picture__badges {
	position: absolute;
	display: flex;
	gap: 4px;
	top: 0px;
	left: 0px;
}

.main_catalog__item__picture__badges_block {
	position: relative;
	display: block;
}

.bonus {
	position: relative;
	/* display: inline-flex; */
	display: none;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	height: 20px;
	padding: 0 8px;
	font-family: var(--body-font-family);
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	margin-bottom: 3px;
	float: none;
	clear: both;
	background: #68B140;
	color: #fff;
	cursor: default;
	width: auto; /* Явно указываем auto ширину */
	max-width: 100%; /* На случай очень длинного текста */
	white-space: nowrap; /* Запрещаем перенос текста */
}

.bonus.bonus_show {
	display: inline-flex;
}

.main_catalog__item__picture__badges__item {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	height: 20px;
	padding: 0 8px;
	font-family: var(--body-font-family);
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	margin-bottom: 3px;
	float: none;
	clear: both;
	/* width: 100px; */
}

.badge_hit {
	/* color: #D80303;
	background-color: #F2D9DE; */
	color: #fff;
	background-color: #3652B1;

}

.badge_new {
	/* color: #36B17D;
	background-color: #DBF8E6; */
	color: #fff;
	background-color: #36B17D;
}

.badge_sale {
	/* color: #3652B1;
	background-color: #D2D8F1; */
	color: #fff;
	background-color: #D80303;
}

.badge_KHIT {
	/* color: #D80303;
background-color: #F2D9DE; */
color: #fff;
	background-color: #3652B1;

}

.badge_NOVINKA {
	/* color: #36B17D;
	background-color: #DBF8E6; */
	color: #fff;
	background-color: #36B17D;
}

.badge_RASPRODAZHA {
	/* color: #3652B1;
	background-color: #D2D8F1; */
	color: #fff;
background-color: #D80303;
}

.main_catalog__item__block {
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	width: 100%;
	height: 100%;
	margin-top: 8px;
}

.main_catalog__item__block__top {
	position: relative;
	display: block;
}

.main_catalog__item__block__top__name {
	position: relative;
	display: block;
	color: #000;
	font-family: var(--body-font-family);
	font-size: 14px;
	font-style: normal;
	/* font-weight: 600; */
	line-height: normal;
}

.main_catalog__item__block__bottom {
	position: relative;
	display: block;
	margin-top: 7px;
}

.main_catalog__item__block__bottom__price {
	position: relative;
	display: block;
	color: #95218F;
	font-family: var(--body-font-family);
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	height: 52px;
}

.main_catalog__item__block__bottom__price .bonus {
	margin: 0;
}

.main_catalog__item__block__bottom__buy {
	position: relative;
	display: flex;
	margin-top: 8px;
	justify-content: center;
	width: 100%;
}

.main_catalog__item__block__bottom__buy__btn {
	height: 42px;
	white-space: nowrap;
	width: 100%;
}

.main_catalog__item__block__bottom__buynow__btn {
	display: none;
	height: 42px;
	white-space: nowrap;
	background-color: #fff;
	color: #95218F;
}

.main_catalog__item__block__bottom__buy__form {
	display: none;
}


.news_card__top {
	position: relative;
	display: block;
	padding: 30px 20px 0px;
}

.news_card__top__row {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 24px;
}

.news_card__top__row__date {
	color: #676767;
	font-family: var(--body-font-family);
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}

.news_card__top__row__author {
	color: #676767;
	font-family: var(--body-font-family);
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}

.news_card__top__views {
	position: relative;
	display: flex;
	align-items: center;
	border-top: 2px solid #95218F;
	padding: 14px 0 0;
}

.news_card__top__views__icon {
	position: relative;
	display: flex;
	align-items: center;
	width: 22px;
}

.news_card__top__views__icon img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.news_card__top__views__value {
	position: relative;
	display: block;
	margin-left: 4px;
	color: #676767;
	font-family: var(--body-font-family);
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 15px;
}

.news_list {
	width: 100%;
}

.news_card__link {
	position: relative;
	display: flex;
	align-items: center;
	padding: 10px 0;
}

.news_card__link span {
	position: relative;
	display: block;
	color: #95218F;
	font-family: var(--body-font-family);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-right: 10px;
	transition: .3s;
}

.news_card__link img {
	height: 18px;
	width: auto;
}

.news_card__link:hover span {
	color: #C22DBA;
}

.news_card__link:hover img {
	filter: brightness(0) saturate(100%) invert(18%) sepia(98%) saturate(2410%) hue-rotate(288deg) brightness(109%) contrast(88%);
}

.news_detail__top {
	position: relative;
	display: flex;
	align-items: center;
	padding: 15px 0 30px;
}

.news_detail__top_wrap {
	position: relative;
	display: flex;
	justify-content: space-between;
}

.news_detail__top__date {
	position: relative;
	display: block;
	color: #676767;
	font-family: var(--body-font-family);
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}

.news_detail__top__views {
	position: relative;
	display: flex;
	margin-left: 40px;
}

.news_detail__top__views__icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 22px;
}

.news_detail__top__views__icon img {
	width: 18px;
	height: auto;
}

.news_detail__top__views__value {
	position: relative;
	display: block;
	color: #676767;
	font-family: var(--body-font-family);
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	margin-left: 1px
}

.news_detail__top__author {
	position: relative;
	display: block;
	color: #676767;
	font-family: var(--body-font-family);
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	margin-left: 40px;
}

.footer_full {
	position: relative;
	display: block;
	background: #FFF;
	box-shadow: 0px 0px 10px 0px rgba(59, 68, 103, 0.07);
	margin: 30px -24px -22px;
}

.footer {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 30px 15px 100px;
}

.footer_left {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer__logo {
	position: relative;
	display: block;
	width: 131px;
}

.footer__logo img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.footer__menu {
	position: relative;
	display: block;
	margin-left: 100px;
}

.footer__copy {
	position: relative;
	display: block;
}

.footer__menu ul {
	position: relative;
	display: flex;
	margin: 0;
	padding: 0;
}

.footer__menu ul li {
	list-style: none;
	margin-left: 48px;
}

.footer__menu ul li a {
	color: #303030;
	font-family: var(--body-font-family);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-decoration: none;
}

.about_page {
	position: relative;
	display: block;
	border-radius: 8px;
	background: #FFF;
	box-shadow: 0px 0px 12px 0px rgba(199, 199, 199, 0.25);
	padding: 40px 26px 80px;
}

.about__partners {
	position: relative;
	display: flex;
	margin-top: 60px;
}

.about__partners__info {
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 74px 63px 73px 64px;
	justify-content: center;
	border-radius: 8px;
	background: #F4ECFF;
	box-shadow: 0px 4px 9px 0px rgba(214, 214, 214, 0.25);
	width: 50%;
}

.about__partners__info__title {
	position: relative;
	display: block;
	color: #000;
	font-family: var(--body-font-family);
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.about__partners__info__text {
	position: relative;
	display: block;
	color: #000;
	font-family: var(--body-font-family);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 145%;
	margin-top: 24px;
}

.about__partners__info__text span {
	color: #000;
	font-family: var(--body-font-family);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 145%;
	background-color: #DAC4F6;
}

.about__partners__list {
	position: relative;
	display: flex;
	width: 50%;
	margin-left: 24px;
}

.about__partners_slider {
	position: relative;
	display: block;
	overflow: hidden;
}

.about__partners__item_wrap {
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 0 0px;
}

.about__partners__item {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 38px 54px 38px 51px;
	border-radius: 8px;
	background: #FFF;
	box-shadow: 0px 4px 9px 0px rgba(214, 214, 214, 0.25);
	margin-bottom: 24px;
	min-height: 190px;
}

.about__partners__item:last-child {
	margin-bottom: 0px;
}

.about__partners__item__exclusive {
	position: relative;
	display: block;
	color: #000;
	text-align: center;
	font-family: var(--body-font-family);
	font-size: 10px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	padding: 6px 8px;
	border-radius: 4px;
	background: #DBEDFD;
}

.about__partners__item__picture {
	position: relative;
	display: flex;
	justify-content: center;
	margin-top: 4px;
	width: 100%;
	height: 40px;
}

.about__partners__item__picture img {
	width: auto;
	height: 100%;
	max-height: 100%;
	object-fit: contain;
}

.about__partners__item__business {
	position: relative;
	display: block;
	text-align: center;
	margin-top: 8px;
	color: #000;
	text-align: center;
	font-family: var(--body-font-family);
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}


.about__partners__nav {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50%;
	margin-left: 50%;
	margin-top: 24px;
}

.about__partners__nav__prev {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	cursor: pointer;
}

.about__partners__nav__prev img {
	width: 18px;
	height: 22px;
}

.about__partners__nav__prev.swiper-button-disabled img {
	filter: brightness(0) saturate(100%) invert(65%) sepia(20%) saturate(131%) hue-rotate(174deg) brightness(91%) contrast(94%);
}

.about__partners__nav__next {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	cursor: pointer;
	margin-left: 32px;
}

.about__partners__nav__next img {
	width: 18px;
	height: 22px;
}

.about__partners__nav__next.swiper-button-disabled img {
	filter: brightness(0) saturate(100%) invert(65%) sepia(20%) saturate(131%) hue-rotate(174deg) brightness(91%) contrast(94%);
}

.about__advantages {
	position: relative;
	display: block;
	margin-top: 64px;
}

.about__advantages__title {
	position: relative;
	display: block;
	text-align: center;
	color: #000;
	font-family: var(--body-font-family);
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.about__advantages__list {
	position: relative;
	display: flex;
	justify-content: space-between;
	margin: 48px -37px 0;
}

.about__advantages__list__item_wrap {
	position: relative;
	display: block;
	padding: 0 37px;
	width: 33.33%;
}

.about__advantages__list__item {
	position: relative;
	display: flex;
}

.about__advantages__list__item__icon {
	position: relative;
	display: block;
	width: 60px;
	flex: none;
}

.about__advantages__list__item__icon img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.about__advantages__list__item__info {
	position: relative;
	display: block;
	margin-left: 20px;
}

.about__advantages__list__item__info__title {
	position: relative;
	display: block;
	color: #000;
	font-family: var(--body-font-family);
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.about__advantages__list__item__info__text {
	position: relative;
	display: block;
	margin-top: 8px;
	color: #000;
	font-family: var(--body-font-family);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 145%;
}

.about_page_wrap {
	position: relative;
	display: block;
}

.about_page_top {
	position: relative;
	display: block;
}

.contacts__block {
	position: relative;
	display: block;
	margin-top: 40px;
}

.contacts__block__row {
	position: relative;
	display: flex;
	margin-bottom: 43px;
}

.contacts__block__row__title {
	position: relative;
	display: block;
	width: 170px;
	color: #000;
	font-family: var(--body-font-family);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	flex: none;
}

.contacts__block__row__value {
	position: relative;
	display: block;
	margin-left: 30px;
	color: #000;
	font-family: var(--body-font-family);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.contacts__map {
	position: relative;
	display: block;
}

.contacts__filial {
	position: relative;
	display: block;
	margin-top: 62px;
}

.contacts__filial__title {
	position: relative;
	display: block;
	text-align: center;
}

.contacts__filial__list {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin: 40px -37px 0;
}

.contacts__filial__list__item_wrap {
	position: relative;
	display: flex;
	padding: 0 37px;
	margin-bottom: 40px;
	width: 50%;
}

.contacts__filial__list__item {
	position: relative;
	display: flex;
	flex-direction: column;
	border-bottom: 1px solid #95218F;
	padding-bottom: 29px;
}

.contacts__filial__list__item__title {
	position: relative;
	display: block;
	color: #000;
	font-family: var(--body-font-family);
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.contacts__filial__list__item__row {
	position: relative;
	display: flex;
	margin-top: 24px;
	margin-bottom: 10px;
}

.contacts__filial__list__item__row__title {
	position: relative;
	display: block;
	width: 170px;
	flex: none;
	color: #000;
	font-family: var(--body-font-family);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.contacts__filial__list__item__row__value {
	position: relative;
	display: block;
	margin-left: 30px;
	color: #000;
	font-family: var(--body-font-family);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.mx-icon {
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: var(--icon-font-size);
	min-width: 1em;
	display: inline-block;
	vertical-align: calc(calc(50% - var(--icon-font-size)) * 0.5);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #959CA5;
}

.order-icon::before {
	content: ' ';
	position: relative;
	display: block;
	width: 24px;
	height: 24px;
	background-image: url("../../images/order-icon.svg");
	background-position: center;
	background-repeat: no-repeat;
}

.finance-icon::before {
	content: ' ';
	position: relative;
	display: block;
	width: 24px;
	height: 24px;
	background-image: url("../../images/finance-icon.svg");
	background-position: center;
	background-repeat: no-repeat;
}

.users-icon::before {
	content: ' ';
	position: relative;
	display: block;
	width: 24px;
	height: 24px;
	background-image: url("../../images/users-icon.svg");
	background-position: center;
	background-repeat: no-repeat;
}

.catalog-icon::before {
	content: ' ';
	position: relative;
	display: block;
	width: 24px;
	height: 24px;
	background-image: url("../../images/catalog-icon.svg");
	background-position: center;
	background-repeat: no-repeat;
}

.footer_home-icon::before {
	content: ' ';
	position: relative;
	display: block;
	width: 24px;
	height: 24px;
	background-image: url("../../images/footer_home-icon.svg");
	background-position: center;
	background-repeat: no-repeat;
}

.footer_user-icon::before {
	content: ' ';
	position: relative;
	display: block;
	width: 24px;
	height: 24px;
	background-image: url("../../images/footer_user-icon.svg");
	background-position: center;
	background-repeat: no-repeat;
}

.footer_catalog-icon::before {
	content: ' ';
	position: relative;
	display: block;
	width: 24px;
	height: 24px;
	background-image: url("../../images/catalog-icon.svg");
	background-position: center;
	background-repeat: no-repeat;
	filter: brightness(0) saturate(100%) invert(15%) sepia(35%) saturate(7471%) hue-rotate(291deg) brightness(95%) contrast(87%);
}

.footer_basket-icon::before {
	content: ' ';
	position: relative;
	display: block;
	width: 24px;
	height: 24px;
	background-image: url("../../images/basket-icon.svg");
	background-position: center;
	background-repeat: no-repeat;
	filter: brightness(0) saturate(100%) invert(15%) sepia(35%) saturate(7471%) hue-rotate(291deg) brightness(95%) contrast(87%);
}

.nav-sidebar .nav-link {
	align-items: center;
}

.header__left__delivery {
	color: #fff;
}

.header__left__delivery:hover {
	color: #fff;
}

.header__search {
	position: relative;
	display: flex;
	margin: 0 auto;
}

.header__search__field {
	position: relative;
	display: block;
	width: 0px;
	/* top: -10px; */
	/* right: 0px; */
	transition: .3s;
	overflow: hidden;
}

.opened .header__search__field {
	/* width: 570px; */
	width: 100%;
}

.header__search__button {
	position: relative;
	/* display: flex; */
	display: none;
	align-items: center;
	cursor: pointer;
}

.header__search__button img {
	width: 17px;
	height: 17px;
}

.header__search__button span {
	margin-left: 10px;
	color: #FFF;
	font-family: var(--body-font-family);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

#mx-title-search-input {
	width: 100%;
	height: 40px;
	border-radius: 4px;
	border: 1px solid var(--Main-Purple, #95218F);
	background: #FFF;
	/* padding: 0 15px; */
	outline: none;
}

.header__phone {
	position: relative;
	display: none;
	margin-right: 40px;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.40);
	transition: .3s;
}

.header__phone img {
	width: 19px;
	height: 19px;
	transition: .3s;
}

.header__phone:hover {
	background: rgba(255, 255, 255, 1);
}

.header__phone:hover img {
	filter: brightness(0) saturate(100%) invert(23%) sepia(40%) saturate(4098%) hue-rotate(283deg) brightness(83%) contrast(98%);
}

.header__phone_d {
	position: relative;
	display: flex;
	margin-right: 40px;
	align-items: center;
	justify-content: center;
	height: 40px;
	border-radius: 4px;
	transition: .3s;
	color: #95218F;
}

.index_menu {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 20px;
	height: 34px;
}

.index_menu_margin {
	margin-bottom: 0px;
}

.index_menu__item {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 34px;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.18);
	background: #fff;
	gap: 12px;
	padding: 0 15px;
	border-radius: 10px;
	transition: .3s;
}

.index_menu__item img {
	width: 28px;
	max-width: 28px;
	height: auto;
	transition: .3s;
}

.index_menu__item span {
	position: relative;
	display: block;
	color: #000;
	font-family: var(--body-font-family);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;	
	white-space: nowrap;
	transition: .3s;
}

.index_menu__item.active {
	background-color: #95218f;
}

.index_menu__item.active span {
	color: #fff;
}

.index_menu__item.active img {
	filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(339deg) brightness(109%) contrast(101%);
}

.index_menu__item:hover {
	background-color: #95218f;
}

.index_menu__item:hover span {
	color: #fff;
}

.index_menu__item:hover img {
	filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(339deg) brightness(109%) contrast(101%);
}

.search-form [type="search"] + .mx_clear-text {
	display: none;
}

.search-form [type="search"]:not(:placeholder-shown) + .mx_clear-text {
	display: flex;
} 

.search-form .mx_clear-text {
	left: auto;
	right: 0;
	padding-inline: 0.5rem 1rem;
}

.footer_fixed {
	position: fixed;
	display: none;
	width: 100%;
	left: 0px;
	bottom: 0px;
	padding: 9px 24px;
	background: #FFF;
	box-shadow: 0px 0px 14px 0px rgba(165, 165, 165, 0.25);
	z-index: 2;
}

.footer_fixed.z-index-0 {
		z-index: -1;
}

.footer_fixed__block {
	position: relative;
	display: flex;
	justify-content: space-between;
}

.footer_fixed__block__item {
	position: relative;
	display: flex;
	flex-direction: column;
}

.footer_fixed__block__item:active {
	opacity: .8;
}

.footer_fixed__block__item__icon {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.footer_fixed__block__item__title {
	position: relative;
	display: block;
	text-align: center;
	color: #95218F;
	font-family: var(--body-font-family);
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.main_catalog__item__block__bottom__buy__btn_m {
	display: none;
}

.footer_fixed__block__cart {
	position: relative;
	display: block;
}

/* .multibasket__current-arrow img {
	left: 40px;
} */

.footer__cart__title {
	position: relative;
	display: block;
	text-align: center;
	color: #95218F;
	font-family: var(--body-font-family);
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.blank-zakaza__sections_wrap {
	position: relative;
	display: flex;
	align-items: center;
}

.blank-zakaza__sections {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	padding: 0 8px;
	width: 100%;
	box-sizing: border-box;
}

/* .blank-zakaza__sections__item {
	position: relative;
	display: flex;
	align-items: center;
	border: 1px solid #d3d3d3;
	border-radius: 4px;
	padding: 8px 14px;
	transition-property: background-color;
	transition-duration: 0.3s; 
	white-space: nowrap;
}

.blank-zakaza__sections__item:hover {
	border-color: #95218F;
	background-color: #95218F;
}

.blank-zakaza__sections__item__picture {
	position: relative;
	display: block;
	width: 76px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.blank-zakaza__sections__item__picture img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.blank-zakaza__sections__item__title {
	position: relative;
	display: block;
	text-align: center;
}


a.blank-zakaza__sections__item:hover .zakaza__sections__item__title {
	color: #fff;
}

a.blank-zakaza__sections__item:hover {
	color: #fff;
} */


.blank-zakaza__sections__item {
	position: relative;
			display: flex
	;
			align-items: center;
			justify-content: center;
			height: 34px;
			box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.18);
			background: #fff;
			gap: 12px;
			padding: 0 15px;
			border-radius: 10px;
			transition: .3s;
			white-space: nowrap;
}

.blank-zakaza__sections__item:hover {
	border-color: #95218F;
	background-color: #95218F;
}

.blank-zakaza__sections__item__picture {
	position: relative;
	display: block;
	width: 28px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.blank-zakaza__sections__item__picture img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.blank-zakaza__sections__item__title {
	position: relative;
	display: block;
	color: #000;
	font-family: var(--body-font-family);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	white-space: nowrap;
	transition: .3s;
}


a.blank-zakaza__sections__item:hover .zakaza__sections__item__title {
	color: #fff;
}

a.blank-zakaza__sections__item:hover .blank-zakaza__sections__item__title{
	color: #fff;
}

a.blank-zakaza__sections__item:hover {
	color: #fff;
}



.sidebar-logo-icon {
	display: none;
}

.logo_compact {display: block;
	min-width: 20px !important;
	min-height: 20px !important;
	width: 20px !important;
	height: 20px !important;
}

.sidebar-main-unfold  .sidebar-logo-icon {
	display: block;
}

.sidebar-main-unfold .logo_compact {
	display: none;
}

.sidebar-expand-xl.sidebar-main-resized:not(.sidebar-collapsed):not(.sidebar-main-unfold) .sidebar-resize-show {
	display: none !important;
}

.nav-item-header {
	display: none !important;
}

.sidebar-main-unfold .nav-item-header {
	display: block !important;
}

.red-reviews-button {
	max-width: 180px;
}

.red-review {
	background: #fff;
	padding: 15px 0 0;
	margin-bottom: 24px;
}

.red-review-name {
	color: #000;
	font-family: var(--body-font-family);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	padding-top: 0px;
}

.red-review-stars {
	margin-top: 9px;
}

.red-review-header {
	padding-bottom: 12px;
}

.red-reviews-button {
	font-size: 16px;
	padding: 12px 22px; 
	background-image: none;
	background-color: #95218F;
}

.red-reviews-button:hover,
.red-reviews-button:active {
	background-color: #c22dba;
}

.card__reviews {
	position: relative;
	display: flex;
	align-items: center;
}

.card__reviews__rating {
	position: relative;
	display: block;
	font-weight: 600;
	font-size: 24px;
	color: #000;
	margin-right: 8px;
}

.card__reviews .red-review-stars {
	margin-top: 0px;
}

.recommend-line {
	display: none;
}

.red-modality .button {
	font-size: 16px;
	padding: 12px 22px; 
	background-image: none;
	background-color: #95218F;
	font-family: inherit;
	border: none;
	color: #fff;
	text-transform: inherit;
}

.red-modality .button:hover,
.red-modality .button:active {
	background-color: #c22dba;
}

.red-modality {
	min-height: 300px;
}

/* .content-wrapper {
	z-index: 2000;
} */

.blank-zakaza-detail__main-section .card-title {
	margin-bottom: 15px;
}

.nav-sidebar__mx_mobile {
	display: none;
}

.tile__container {
	position: relative;
	display: block;
	margin-bottom: 14px;
}

.tile__name {
	position: relative;
	display: block;
	font-weight: 500;
	font-size: 16px;
}

.tile__block {
	position: relative;
	display: block;
	margin-top: 10px;
}

.tile__list {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin-top: 3px;
}

.tile__list__item {
	position: relative;
	display: flex;
	width: auto;
	min-width: 26px;
	height: 26px;
	border-radius: 7px;
	outline: 1px solid #BDBCDB;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	padding: 0px 6px;
	transition: .3s;
	color: #000;
}

.tile__list__item:hover {
	outline: 1px solid #C22DBA;
}

.tile__list__item.no_match {
	display: none;
	background-color: #F4F3FE;
	color: #C5C0DB;
}

.tile__list__item.active {
	outline: 1px solid #95218F;
	background-color: #95218F;
	color: #fff;
}

.tile__list__item.passive {
	display: none;
	outline: 1px solid #cccccc;
	background-color: gray;
	cursor: default;
	opacity: .7;
	color: #000;
}

.tile__list__item.passive.no_match {
	outline: 1px solid #cccccc;
	background-color: gray;
	cursor: default;
	opacity: .7;
	color: #000;
}


.tile__list__item__block {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tile__list__item__block__text {
	font-size: 14px;
}

.order_success__wrap {
	position: relative;
	display: inline-block;
}

.order_success__list {
	text-align: left;
}

.main_catalog__item__block__json {
	display: none;
}

.sidebar-mobile-main-toggle .rounded-pill [class^=ph-] {
	color: #fff;
}

.detail__analog_block {
	position: relative;
	display: block;
}

.detail__analog {
	position: relative;
	display: block;
	overflow: hidden;
}

.detail__analog__item {
	position: relative;
	display: flex;
	height: auto;
	min-height: 100%;
	width: 240px;
}

.swiper-button-disabled {
	cursor: pointer;
	opacity: 0.2;
}

.blank-zakaza-detail__name__block {
	position: relative;
	display: block;
	margin-top: 5px;
	font-weight: 500;
}

.detail__offers {
	position: relative;
	display: block;
	margin-top: 10px;
}

.main_catalog__item__block__price {
	position: relative;
	display: block;
	margin-top: 6px;
}

.main_catalog__item__block__price__row {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.main_catalog__item__block__price__row__title {
	position: relative;
	display: block;
	font-weight: 600;
	font-size: 20px;
}

.main_catalog__item__block__price__row__value {
	position: relative;
	display: block;
	font-weight: 600;
	font-size: 20px;
}

.blank-zakaza-detail__info__block {
	position: relative;
	display: flex;
	justify-content: space-between;
	margin-top: 24px;
	align-items: baseline;
}

.blank-zakaza-detail__info__block__stock {
	font-weight: 600;
	font-size: 24px;
	color: #FC5555;
}

.blank-zakaza-detail__info__block__stock.active {
	color: #84C73F;
}

.blank-zakaza-detail__aside {
	width: 350px;
}

.blank-zakaza-detail__main {
	width: calc(100% - 350px - 1rem);
}

.red-modality {
	padding: 24px;
}

.buy_q {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #95218F;
	border-radius: 5px;
	height: 42px;
}

.buy_q__minus {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 100%;
	flex: none;
	cursor: pointer;
}

.buy_q__minus img {
	width: 24px;
	height: 24px;
}

.buy_q__value {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 100%;
	font-weight: 600;
	font-size: 20px;
	line-height: 100%;
	text-align: center;
	color: #fff;
	background: transparent;
	box-shadow: none;
	border: none;
}

.buy_q__plus {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 100%;
	flex: none;
	cursor: pointer;
}

.buy_q__plus img {
	width: 24px;
	height: 24px;
}

.buy_q__loader {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -21px;
	cursor: default;
			--spinner-width: var(--icon-font-size);
			--spinner-height: var(--icon-font-size);
			--spinner-vertical-align: -0.125em;
			--spinner-animation-speed: 1s;
			--spinner-animation-name: spinner-grow;
			background-color: #959CA5;
			opacity: 0;
	
			display: none;
			width: var(--spinner-width);
			height: var(--spinner-height);
			vertical-align: var(--spinner-vertical-align);
			border-radius: 50%;
			-webkit-animation: var(--spinner-animation-speed) linear infinite var(--spinner-animation-name);
			animation: var(--spinner-animation-speed) linear infinite var(--spinner-animation-name);
	width: 42px;
	height: 42px;
}

.waiting .buy_q__loader {
			display: block;
}

.modal {
	display: none;
	position: fixed;
	align-items: center;
	justify-content: center;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
}

.modal.show {
	display: flex;
	z-index: 9999;
}

.modal_wrap {
	position: relative;
	display: block;
	width: 100%;
	max-width: 450px;
	height: auto;
	background-color: #fff;
	border-radius: 8px;
	padding: 24px;
}

.modal__block {
	position: relative;
	display: block;
}

.modal__block__title {
	position: relative;
	display: block;
	font-weight: 600;
	font-size: 24px;
}

.modal__block__subtitle {
	position: relative;
	display: block;
	font-weight: 600;
	font-size: 20px;
	margin-top: 10px;
}

.modal__block__form {
	position: relative;
	display: block;
	margin-top: 15px;
}

.modal_form input[type=text],
.modal_form input[type=tel] {
	width: 100%;
	height: 35px;
	padding: 0 10px;
	border: 1px solid #D3D3D3;
	border-radius: 4px;
	box-shadow: none;
}

.modal_form .rline label {
	position: relative;
	display: block;
	font-size: 14px;
	margin-bottom: 5px;
}

.rline {
	margin-bottom: 15px;
}

.modal_close {
	position: absolute;
	display: block;
	top: 0px;
	right: 0px;
	width: 24px;
	height: 24px;
	cursor: pointer;
	opacity: 0.6;
	transition: .3s;
}

.modal_close img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.modal_close:hover {
	opacity: 1;
}

.red-modality {
	background-color: #fff;
	color: #000;
}

.grecaptcha-badge {
	display: none;
}

#company-register .form-label {
	margin-top: 10px;
}

.fiz_hide {
	display: none;
	/* visibility: hidden;
	position: absolute;
	opacity: 0;
	pointer-events: none;
	height: 0;
	overflow: hidden; */
}

.ip_hide {
	display: none;
	/* visibility: hidden;
	position: absolute;
	opacity: 0;
	pointer-events: none;
	height: 0;
	overflow: hidden; */
}

.product-item-scu-item-text {
	white-space: nowrap;
}

#bx-soa-region {
	display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
		/* display: none; <- Crashes Chrome on hover */
		-webkit-appearance: none;
		margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.widget_links.personal_info .email,
.widget_links.personal_info .email+span {
	display: none;
}

.reg_city_input.closed {
	display: none;
}

.reg_city_input.opened {
	display: block;
	margin-top: 15px;
}

#basket-page__footer {
	margin-bottom: 0px !important;
}

.bx-soa-pp-company-graf-container {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12px !important;
	height: 100% !important;
	min-height: 140px;
	flex-direction: column;
	justify-content: space-between;
	border: 3px solid rgba(211, 211, 211, 0.5) !important;
	width: 100% !important;
}

.bx-soa-pp-company.bx-selected .bx-soa-pp-company-graf-container {
	border: 4px solid #95218F !important;
}

.bx-soa-pp-company-image {
	position: relative !important;
	display: block !important;
	top: auto !important;
	left: auto !important;
	right: auto !important;
	bottom: auto !important;
	width: 24px;
	height: 24px;
	flex: none;
}

.bx-soa-pp-company-smalltitle {
	position: relative;
	display: inline-flex;
	padding-top: 0 !important;
	margin-left: 6px;
	font-weight: 500;
	font-size: 16px !important;
	line-height: 120%;
	color: #303030;
	text-align: left !important;
}

.tooltip-box {
	position: relative !important;
	display: flex !important;
	width: 100% !important;
	justify-content: flex-end;
	top: auto !important;
	right: auto !important;
	padding: 0 0px 0 0 !important;
}

.bx-soa-pp .tooltip-info {
	position: relative !important;
	display: flex !important;
	justify-content: flex-end;
	top: auto !important;
	right: auto !important;
	padding: 0 0px 0 0 !important;
}

.center_block {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bx-soa-pp-delivery-cost {
	position: relative !important;
	display: none !important;
	align-items: center !important;
	color: #000 !important;
	padding: 6px 12px !important;
	background: #FFECFD !important;
	right: auto !important;
	bottom: auto !important;
}

.tooltip-box-abs {
	position: absolute;
	display: block;
	top: 12px;
	right: 12px;
}

.bx-soa-pp-company-graf-container_centered {
	justify-content: center;
}

.bx-soa-price-free {
	color: #95218F !important;
}

.order_flex_container {
	position: relative;
	display: flex;
}

.delivery_item {
	position: relative;
	display: flex;
	width: 100%;
	max-width: 250px;
	flex: none;
	height: auto;
	min-height: 100%;
}

.pay_sys_item {
	position: relative;
	display: flex;
	width: 100%;
	max-width: 250px;
	flex: none;
}

.catalog__actions.dropup {
	display: none;
}

.product td.product__property.product__property--offers {
	display: flex;
	flex-wrap: wrap;
	/* justify-content: flex-end; */
}

.product-item-scu-container {
	padding: 0 5px;
	text-align: left;
	width: 140px;
}

.blank-zakaza__header th {
	text-align: left;
}

.product-item-scu-list {
	justify-content: flex-start;
	gap: initial;
}

.product-item-scu-item-container {
	margin-right: 5px;
	margin-bottom: 5px;

}

.product-item-scu-container+.product-item-scu-container {
	margin-top: 0px;
	margin-bottom: 5px;
}

button[data-bs-target='#modal_company_join'] {
	display: none;
}

.product__link_d {
	position: relative;
	display: block;
}

.product__link_m {
	display: none;
}

/* .b2b-notification--success {
	display: none !important;
} */

input.error {
	border-color: #ff0000 !important;
}

.bx-basket .navbar-nav-link .bg-primary {
	background-color: #84C73F !important;
}

.page-link {
	font-weight: 500;
}

form .icon-check {
	display: none;
}

.item-quantity__general_in_stock {
	color: #84C73F;
}

.item-quantity__general_out_of_stock {
	color: #FC5555;
}

.blank-zakaza-detail__info {
	position: relative;
}

.product-detail__block__name {
	position: relative;
	display: block;
	margin-bottom: 15px;
	font-weight: 500;
	font-size: 26px;
	line-height: 31px;
	color: #121212;	
}

.product-detail__block__brand {
	position: relative;
	display: block;
}

.product-detail__block__brand span {
	font-weight: bold;
}

.mb-3.stock_info {
	margin-bottom: 0px !important;
}

form[name=code_form] {
	display: none;
}

.product .product__property--name {
	width: auto;
}

.product .product__property--name .product__container {
	width: auto;
}

.product td {
	text-align: left;
}

.modal__block__img {
	position: relative;
	display: flex;
	width: 100%;
	height: 50px;
	align-items: center;
	justify-content: center;
	margin-bottom: 5px;
}

.modal__block__img img {
	height: 50px;
	max-height: 50px;
	width: auto;
}

#modal_del .modal__block__title {
	text-align: center;
	margin-bottom: 10px;
}

.modal__block__buttons {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
}

.btn-clear {
	background-color: #fff;
	border: 1px solid var(--primary);
	color: var(--primary);
}

.service__image-wrapper_square {
	position: relative;
	display: block;
	width: 100%;
	padding-bottom: 100%;
}

.service__image-wrapper img {
	position: absolute;
	display: block;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.service__image-wrapper  {
	width: 300px;
}

.products-grid__pagination {
	justify-content: flex-end !important;
}

.products-grid__item-name {
	display: -webkit-box;
	-webkit-line-clamp: 2 !important;
	line-clamp: 2 !important;
}

@keyframes spin {
		0% {
				transform: rotate(0deg);
		}
		100% {
				transform: rotate(360deg);
		}
}

.product-item-detail-buy-button.disabled {
	display: none;
}

.footer_fixed__block__item__title {
	display: none;
}

.wrong_user {
	position: relative;
	display: none;
	color: #FC5555;
	margin-top: 5px;
}

.wrong_user.active {
	display: block;
}

.pass_info {
	color: #FC5555;
}

.wrong_pass {
	color: #FC5555;
}
.purple {
	color: #95218F;
}

.resend_code {
	font-size: 12px;
}

.navbar-header {
	background-color: #fff !important;
	color: #95218F !important;
}

.header__left__logo {
	position: relative;
	display: flex;
	align-items: center;
	width: 150px;
}

.header__left__logo img {
	width: 100%;
	max-height: 100%;
	height: auto;
}

.sidebar-logo {
	display: none !important;
}

div.bx-user-info-name.d-lg-inline-block.ms-2 {
	color: #95218F;
}

.nav-item.header-logout .btn-transparent {
	color: #95218F;
}

.page_center {
	position: relative;
	display: flex;
	justify-content: center;
}

.not_auth_info__btn {
	margin-top: 15px;
}

.product-detail-slider-image img {
	width: 100%;
}

.header__left__catalog {
	position: relative;
	display: flex;
	margin-left: 65px;
	margin-right: 15px;
	cursor: pointer;
	padding-top: 8px;
	padding-bottom: 8px;
}

.nav.hstack {
	width: 100%; 
}

.header__search {
	flex: 0.6;
}

.form-control-feedback-start .form-control-feedback-icon.search__submit {
	/* left: 0; */
}

.navbar {
	padding-top: 0.38rem;
	padding-bottom: 0.38rem;
}

.product-item-detail-properties-name {
	color: #000;
	font-weight: 400;
}

.product-item-detail-properties-value {
	/* color: rgba(0, 0, 0, 0.4);
	 */
	 color: #000;
	 font-weight: 500;
}

.catalog__footer.card-position-sticky {
	display: none;
}

#basket-page__footer .btn.btn-actions {
	display: none;
}

.mx_del_mobile {
	display: none;
}

/* .search-result-wrapper {
	box-shadow: none !important;
} */

/* .search-result-products {
	max-height: calc(100% - 30px) !important;
} */

.modal__search {
	position: relative;
	display: block;
}

.modal__search__input {
	position: relative;
	display: block;
	padding: 0 15px 0 45px;
	height: 40px;
	border: 1px solid #d3d3d3;
	border-radius: 5px;
	width: calc(100% - 40px);
}

.modal__search__input:focus {
	border: 1px solid #d3d3d3;
	outline: none;
}

.modal__search__list__block ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.modal__search__list__block ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.modal__search__list__block ul li a {
	color: #000;
	font-size: 13px;
	margin-bottom: 5px;
}

.modal__search__top {
	position: relative;
	display: block;
}

#m_search .modal__search__submit {
	position: absolute;
	display: flex;
	top: 20px;
	left: 0px;
	width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	border: none;
	box-shadow: none;
	background: transparent;
	color: #95218F;
}

#m_search .modal__search__submit i {
	color: #95218F;
}

#m_search .modal_close {
	/* top: 10px; */
	
	top: -15px;
	right: -10px;
}

#m_search .modal_wrap {
	border-radius: 0;
}

body.modal-open {
		overflow: hidden;
		position: fixed;
		width: 100%;
}

.loading {
	position: relative;
	display: flex;
	padding: 5px 0;
	align-items: center;
	justify-content: center;
}

.loading img {
	width: 40px;
	height: 40px;
}

.edit_form_submit.loading {
	color: transparent;
	background-image: url(/upload/loading.gif);
	background-size: 40px;
	background-repeat: no-repeat;
	background-position: center;
}



.modal__search__list {
	position: relative;
	display: block;
	width: 100%;
	height: calc(100vh - 100px);
	overflow-x: hidden;
	overflow-y: auto;
	margin-top: 10px;
}

.modal__search__list__block {
	position: relative;
	display: block;
}

.page-content {
	min-height: 100vh;
}

.sidebar-expand-xl.sidebar-main {
	z-index: 2;
}

.content-wrapper {
	z-index: 1;
}

.bx-soa-cart-total-title.gradient-modal.text-white {
	color: #000 !important;
	background: #fff;
}

.sidebar-main-resize-wrapper {
	display: none;
}

.blank-zakaza__item {
	border-top: 1px solid var(--table-border-color);
}

.detail__gallery__block {
	position: relative;
	display: block;
	width: 75%;
}

.detail__gallery__block_nav {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
}

.detail__gallery__block_nav .nav__prev {
	position: relative;
	display: flex;
	left: auto;
	top: auto;
	flex: none;
}


.detail__gallery__block_nav .nav__next {
	position: relative;
	display: flex;
	left: auto;
	top: auto;
	flex: none;
}

.detail__gallery__block_nav .detail_slider__pagination {
	position: relative;
	display: flex;
	margin: 0;
}

.detail__gallery__slider {
	position: relative;
	display: block;
	overflow: hidden;
}

.detail__gallery__slider__item {
	position: relative;
	display: block;
}

.detail__gallery__slider__item__picture {
	position: relative;
	display: block;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	height: 150px;
}

.detail__gallery__slider__item__picture img {
	position: relative;
	display: block;
	object-fit: contain;
}

.nav-title {
	display: none;
}

.nav-pages {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 0 15px;
}

.system-nav-orange
{
	position: relative;
	display: block;
}



.system-nav-orange a {
		font-weight: 500;
		text-align: center;
		border-radius: var(--border-radius) !important;
		position: relative;
		display: flex;
		flex: none;
		align-items: center;
		justify-content: center;
		width: 40px;
		height: 40px;
		color: #202122;
		font-size: 18px;
		border-radius: 5px;
}

.system-nav-orange span.nav-current-page
{
	font-weight: 500;
	text-align: center;
	border-radius: var(--border-radius) !important;
	position: relative;
	display: flex;
	flex: none;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	color: #202122;
	font-size: 18px;
	border-radius: 5px;
	color:white;
	background-color: var(--primary);
}

.event__top-grid-images-wrapper {
	gap: 4px;
}

.detail_wrap {
	position: relative;
	display: block;
}

.product-item-detail-buy-button span {
	display: block;
}
.product-item-detail-buy-button i {
	display: none;
}

.products-grid__item-image-wrapper {
	width: 100%;
	padding-bottom: 100%;
}

.products-grid__item-image {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover !important;
}

.event__top-grid-slider-slide .products-grid__item-image {
	position: relative;
	object-fit: contain !important;
}

.services-map__side-service-image-wrapper {
	position: relative;
	display: block;
		flex-shrink: 0;
		/* max-width: 312px; */
		max-width: initial !important;
		width: 100%;
		padding-bottom: 100%;
		border-radius: 4px;
		overflow: hidden;
		margin-bottom: 4px;
}

.services-map__side-service-image {
	
	width: 100% !important;
	height: 100% !important;
	min-height: initial !important;
	object-fit: cover;
}

.services-map__side-service-image-wrapper img {
	position: absolute;
	left: 0px;
	top: 0px;
}

.event__top-card-date.service_date {
	font-size: var(--body-font-size-sm) !important;
	color: var(--grey-text);
}

.event__top-card-price.service_price {
	font-size: 24px !important;
	font-weight: 600;
	line-height: 35.16px;
	margin-bottom: 16px;
}

/* .side-filter {
	height: 100vh;
} */

.calendar__date {
	width: 100%;
		white-space: nowrap;
}

.used .page-header-content > .d-flex {
	flex-wrap: wrap
}

.used-tovar {
	position: relative;
	display: block;
	
}

.vacancies .page-header-content > .d-flex {
	flex-wrap: wrap;
}

.edit-ad__header {
	position: relative;
	display: flex;
	gap: 15px;
}

.edit-ad__header-js {
	position: relative;
	display: block;
	background-color: #84C73F;
	padding: 15px;
	border-radius: 6px;
	margin-bottom: 15px;
	color: #fff;
}

.edit-ad__header-js.edit-ad_error {
	background-color: #ff0000;
}

.b2b-product-links {
	position: relative;
	display: block;
	margin-top: 15px;
}

.products-grid__item-image-wrapper {
	position: relative;
	display: block;
}

.products-grid__item-badge {
		position: absolute;
		top: 0;
		left: 0;
		font-family: "Inter", "Roboto", sans-serif;
		font-size: 13px;
		font-weight: 500;
		line-height: 15.73px;
		padding: 4px 10px;
		background-color: #84C73F;
		color: #fff;
		border-radius: 6px 0 0 0;
}

.calendar__top_wrap {
	position: relative;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.flex_form {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

table#calendar2 {
	width: 100%;
}

table#calendar2 td {
	text-align: center;
}

#calendar2 thead tr:nth-child(1) td:nth-child(1) {
	cursor: pointer;
}

#calendar2 thead tr:nth-child(1) td:nth-child(3) {
	cursor: pointer;
}

#calendar2 thead tr:nth-child(1) td:nth-child(2) {
	font-size: 16px;
	font-weight: 600;
	line-height: 23.44px;
	margin-right: 10px;
}

.cal_date {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	border-radius: 100px;
	font-size: 16px;
	font-weight: 400;
	line-height: 18.75px;
	cursor: pointer;
	color: #676767;
}

.cal_date_available {
	color: var(--primary);
	font-weight: 700;
}

.cal_date_selected {
	background-color: var(--primary);
	color: #fff;
	font-weight: 700;
}

.cal_date_clicked {
	background-color: var(--primary);
	color: #fff;
	font-weight: 700;
}

.filter_block {
	position: relative;
	display: block;
	margin-bottom: 24px;
}

.filter_block__title {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 16px;
	font-weight: 600;
	line-height: 18.75px;
	color: #000;
	cursor: pointer;
}

.filter_block__title::after {
	content: url(../../images/arrow-down.svg);
	display: block;
	position: absolute;
	width: 16px;
	height: 16px;
	top: calc(50% - 8px);
	right: 0;
	transition: .3s;
	transform: rotate(0deg);
}

.filter_block.opened .filter_block__title::after {
	transform: rotate(180deg);
}

.filter_block__box {
	position: relative;
	display: block;
	margin-top: 10px;
	height: 0px;
	overflow: hidden;
	/* max-height: 180px;
	overflow-y: auto; */
	transition: .3s;
}

.filter_block.opened .filter_block__box {
	height: auto;
	max-height: 1000px;
	transition: .3s;
}


.filter_block__box__scroll {
	position: relative;
	display: block;
	height: auto;
}

.checkbox_label {
	display: flex;
	align-items: center;
	padding: 4px 0;
	gap: 14px;
	font-size: 16px;
	font-weight: 400;
	line-height: 18.75px;
	color: #000;
}

.checkbox_label input[type=checkbox] {
	border-radius: var(--form-check-input-border-radius);
	--form-check-input-border: calc(var(--border-width)* 2) solid #BDBCDB;
	flex-shrink: 0;
	--form-check-input-focus-border: var(--primary);
	--form-check-input-checked-bg-color: var(--primary);
	margin-top: calc((var(--body-line-height-computed) - var(--form-check-input-height))* .5);
}

.price_row {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.price_row__min {
	
}

.price_row__max {
	
}

label[for=price_min],
label[for=price_max] {
	font-size: 14px;
}

#price_min,
#price_max {
	display: block;
	width: 100%;
	font-size: 18px;
	height: 38px;
	margin: 0;
	padding: 0 4px;
	border: 1px solid #ccd5db;
	border-radius: 2px;
	background: #fff;
	outline: none;
}

#price_range {
	position: relative;
	display: block;
	margin: 30px 11px 30px;
	height: 7px;
	background-color: rgba(207, 27, 197, .5);
	border-color: rgba(207, 27, 197, .5);
}

#price_range.ui-slider-horizontal .ui-slider-range.ui-widget-header {
	background-color: rgba(149, 33, 143, 1);
	border-color: rgba(149, 33, 143, 1);
}

#price_range .ui-slider-handle.ui-corner-all.ui-state-default {
	position: absolute;
	top: calc(-50% - 6px);
	width: 22px;
	height: 22px;
	margin-left: -11px;
	border-radius: 100px;
	background-color: #fff;
	border: 4px solid var(--primary);
	cursor: pointer;
}

.filter_block__btn_filter {
	margin-bottom: 10px;
	width: 100%;
}

.filter_block__btn_reset {
	width: 100%;
}

.side-filter__link_cative {
	color: #000;
}

.service_map_city {
	position: absolute;
	display: block;
	top: 24px;
	right: 24px;
	cursor: pointer;
}

.service_map_city__cur {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	font-size: 15px;
	font-weight: 400;
	line-height: 21px;
	background-color: var(--primary);
	color: #fff;
	border-radius: 4px;
	padding: 2px 14px 1px 8px;
	border: none;
	height: 30px;
}

.service_map_city__cur:after {
	content: ' ';
	position: relative;
	display: block;
	width: 16px;
	height: 16px;
	background-size: 16px 16px;
	background-image: url(/local/templates/b2bcabinet_v2.0/images/arrow-down-white.svg);
}

.service_map_city__list {
	position: absolute;
	display: block;
	height: 0px;
	overflow: hidden;
	left: 0px;
	top: 30px;
	right: 0;
}

.opened .service_map_city__list {
	height: auto;
	max-height: 1000px;
}

.service_map_city__list__item {
	position: relative;
	display: block;
	padding: 16px;
	font-size: 15px;
	color: #202122;
	transition: .3s;
	background-color: #fff;
}

.service_map_city__list__item:hover {
	color: #fff;
	background-color: #C22DBA;
}

#service_detail .btn-close {
	position: absolute;
	display: block;
	top: 0px;
	right: 0px;
	width: 24px;
	height: 24px;
	cursor: pointer;
	opacity: 0.6;
	transition: .3s;
}

.header__back {
	display: none;
}

.service_wrap {
	position: relative;
	display: flex;
	gap: 23px;
	width: 100%;
}

.profile_row__vidgets {
	position: relative;
	display: flex;
	gap: 1rem;
}

.widgets_cabinet.show_widgets {
	display: none;
}

.sotbit-cabinet-gadget-custom {
	/* width: calc(100%/3 - 1rem); */
	width: 100%;
}

.video {
	position: relative;
	display: block;
	width: 25%;
	overflow: hidden
}

.thumb-wrap {
	position: relative;
	padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
	height: 0;
	overflow: hidden;
}
.thumb-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-width: 0;
	outline-width: 0;
}


.product-detail {
	max-width: 70%;
	/* margin-left: auto;
	margin-right: auto; */
}

.ad-post__preview-image_block {
	position: relative;
	display: block;
	width: 66px;
	height: 66px;
	border-radius: 8px;
}

.ad-post__preview-image_block {
		position: relative;
		display: inline-block;
		margin: 5px;
}

.ad-post__preview-image {
		max-width: 100px;
		max-height: 100px;
		display: block;
}

.remove-button {
		position: absolute;
		top: 0px;
		right: 0px;
		cursor: pointer;
		background-color: #C22DBA;
		color: white;
		width: 20px;
		height: 20px;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 14px;
}

.ad-post_picture {
	position: relative;
	display: block;
	margin-right: 10px;
}

.edit-ad_error {
	position: relative;
	display: block;
	margin-bottom: 10px;
	color: #84C73F;
}

.catalog_filter_button {
	display: flex;
	width: 42px;
	height: 42px;
}

.catalog_sort_button {
	display: flex;
	width: 42px;
	height: 42px;
}

.catalog_sort_button_item {
	width: min-content;
	line-height: 1.125%;
}

.catalog_sort_button_item img {
	width: 20px;
	height: 20px;
} 

#edit_success .modal__block {
	position: relative;
	display: block;
	padding: 30px;
	background-color: #fff;
}

#continue_success .modal__block {
	position: relative;
	display: block;
	padding: 30px;
	background-color: #fff;
}

#disable_success .modal__block {
	position: relative;
	display: block;
	padding: 30px;
	background-color: #fff;
}

.modal__block__title {
	position: relative;
	display: block;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	line-height: 23.44px;
}

.modal__block__info {
	position: relative;
	display: block;
	text-align: center;
	margin-top: 20px;
}

.modal__block__bottom {
	position: relative;
	display: flex;
	margin-top: 20px;
	justify-content: center;
	gap: 20px;
}

.btn-close {
	position: absolute;
	display: block;
	top: 15px;
	right: 15px;
	width: 16px;
	height: 16px;
}

.ads_filter {
	position: relative;
	display: flex;
	align-items: center;
	gap: 30px;
	margin-bottom: 15px;
}

.ads_filter h1 {
	margin: 0;
	padding: 0;
}

.ads_filter__buttons {
	position: relative;
	display: flex;
	align-items: center;
	gap: 15px;
}

.bonus_header {
	margin-right: .5rem;
}

.bonus_header__balance {
	position: relative;
	display: flex;
	align-items: center;
	background-color: #68B140;
	border-radius: 4px;
	padding: 0px 8px;
	height: 24px;
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 14px;
	line-height: 140%;
	color: #fff;
}

.bonus_header:hover .bonus_header__balance {
	color: #fff;
}

.bonus_hint {
	position: absolute;
	display: none;
	padding: 16px;
	background-color: #fff;
	border: 3px solid #68B140;
	border-radius: 16px;
	width: 320px;
	z-index: 10;
}

.bonus_hint__info {
	position: relative;
	display: block;
}

.bonus_hint__info__title {
	position: relative;
	display: block;
	font-weight: 700;
	font-size: 20px;
	line-height: 120%;
	color: #68B140;
}

.bonus_hint__info__text {
	position: relative;
	display: block;
	margin-top: 10px;
	font-weight: 300;
	font-size: 14px;
	line-height: 114%;
	color: #292b45;
}

.bonus_hint__arrow {
	position: absolute;
	display: block;
	left: 16px;
	top: -10px;
	width: 12px;
	height: 10px;
	background-image: url(../../images/bonus_arrow.svg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
}

.arr_right .bonus_hint__arrow {
	left: auto;
	right: 16px;
}

.arr_top .bonus_hint__arrow {
	top: auto;
	bottom: -10px;
	transform: rotate(180deg);
}

.detail_wrapper {
	position: relative;
	display: block;
}

.detail_bonus {
	position: relative;
	display: block;
}

.detail_bottom {
	display: flex;
	align-items: center;
}

.basket__column-price-wrap {
	align-items: flex-end;
}

.basket__column-price-wrap_m {
	display: none;
}

.order_bonus {
	position: relative;
	display: block;
	margin-top: 19px;
	padding-top: 19px;
	border-top: 1px solid #eee;
	padding-bottom: 19px;
}

.order_bonus_hide {
	display: none;
}

.order_bonus_hidden {
	padding: 0;
	margin: 0;
	border: none;
}

.order_bonus__info {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	margin-top: 16px;
}

.order_bonus__info__title {
	position: relative;
	display: block;
	font-weight: 700;
	font-size: 16px;
	color: #303030;
}

.order_bonus__info__value {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	height: 20px;
	padding: 0 8px;
	font-family: var(--body-font-family);
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	margin-bottom: 3px;
	float: none;
	clear: both;
	background: #68B140;
	color: #fff;
	cursor: default;
	width: auto; /* Явно указываем auto ширину */
	max-width: 100%; /* На случай очень длинного текста */
	white-space: nowrap; /* Запрещаем перенос текста */
}

.order_bonus__pay {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
}

.order_bonus__pay__title {
	position: relative;
	display: block;
	font-weight: 400;
	font-size: 16px;
	color: #303030;
}

.order_bonus__pay__value {
	font-weight: 700;
	font-size: 16px;
	color: #68B140;
}

.not_allowed.order_bonus__pay {
	opacity: .5;
	text-decoration: line-through;
}

.not_allowed .order_bonus__pay__title {
	
}

.not_allowed .order_bonus__pay__value {
	
}

.order_bonus__manage {
	position: relative;
	display: flex;
	margin-top: 19px;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
}

.order_bonus__manage__title {
	position: relative;
	display: block;
	font-weight: 700;
	font-size: 16px;
	color: #303030;
}

.order_bonus__manage__switch {
	position: relative;
	display: block;
	width: 70px;
	height: 26px;
	border-radius: 100px;
	cursor: pointer;
}

.bonus_switch {
	display: none;
}

.order_bonus__manage__switch__box {
	position: relative;
	display: block;
	width: 70px;
	height: 26px;
	border-radius: 100px;
	background-color: #d3d3d3;
	transition: .3s;
}

.bonus_switch:checked+.order_bonus__manage__switch__box {
	background-color: #68B140;
}

.order_bonus__manage__switch__handle {
	position: absolute;
	display: block;
	top: 4px;
	left: 4px;
	width: 18px;
	height: 18px;
	border-radius: 9px;
	background: #fff;
	transition: .3s;
}

.bonus_switch:checked+.order_bonus__manage__switch__box .order_bonus__manage__switch__handle {
	left: auto;
	right: 4px;
	transition: .3s;
}

.order_bonus__hint {
	position: relative;
	display: inline-block;
	margin-top: 4px;
	font-weight: 400;
	font-size: 12px;
	line-height: 140%;
	color: #676767;
	text-decoration: underline;
}

#bonus_pay_block {
	display: none;
}

#bonus_add_block {
	display: none;
}

#bonus_payment_block {
	display: none;
}

#bonus_add_block_mobile {
	display: none;
}

.bonus_page {
	position: relative;
	display: block;
}

.logictim_user_bonus {
	position: relative;
	display: block;
	max-width: 70%;
}

.logictim_user_bonus_wide {
	max-width: 100%;
}

.logictim_user_bonus__head {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
}

.logictim_user_bonus__head__info {
	position: relative;
	display: block;
}

.logictim_user_bonus__head__info_wrap {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 15px;
}

.logictim_user_bonus__head__info__title {
	position: relative;
	display: flex;
	align-items: center;
	gap: 8px;
}

.logictim_user_bonus__head__info__program {
	position: relative;
	display: inline-flex;
	border-radius: 4px;
	padding: 0px 8px;
	height: 26px;
	align-items: center;
	justify-content: space-between;
	background: #68b140;
	font-family: var(--font-family);
	font-size: 16px;
	line-height: 140%;
	color: #fff;
	transition: .3s;
	white-space: nowrap;
}

.logictim_user_bonus__head__info__program:hover {
	color: #fff;
	background: #3caa3c;
}

.logictim_user_bonus__head__info__title__text {
	position: relative;
	display: block;
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 20px;
	color: #000;
}

.logictim_user_bonus__head__info__title__bonus {
	position: relative;
	display: inline-flex;
	border-radius: 4px;
	padding: 0px 8px;
	height: 26px;
	align-items: center;
	justify-content: space-between;
	background: #68b140;
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 16px;
	line-height: 140%;
	color: #fff;
	white-space: nowrap;
}

.logictim_user_bonus__head__info__subtitle {
	position: relative;
	display: block;
	margin-top: 8px;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	color: #676767;
}

.logictim_user_bonus__head__button__download {
	gap: 10px;
}

.logictim_user_bonus__head__button__download i {
	color: #fff;
}

table.lb_history td.bonus_table_name {
	text-align: left;
}

.bonus_list_m {
	display: none;
}



.order_bonus__total {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	margin-top: 16px;
	padding-top: 16px;
	border-top: 1px solid var(--grey-400);
}

.order_bonus__total__title {
	position: relative;
	display: block;
	font-weight: 700;
	font-size: 16px;
	color: #303030;
}

.order_bonus__total__value {
	position: relative;
	display: block;
	font-weight: 700;
	font-size: 16px;
	color: #303030;
}

.order_bonus__total__value_nobonus {
	position: relative;
	display: none;
	font-weight: 700;
	font-size: 16px;
	color: #303030;
}

.order_bonus__total.total_show .order_bonus__total__value {
	display: none;
}

.order_bonus__total.total_show .order_bonus__total__value_nobonus {
	display: block;
}

.btn-order-save {
	width: 100%;
}

.hideGroup {
	display: none;
}

.list-icons-item[data-action="fullscreen"] {
	display: none;
}

.wrap-product__property--price {
		display: flex;
		flex-direction: column;
		align-items: flex-start; /* Добавлено для выравнивания по левому краю */
}

.mx_sotbit-cabinet-gadget-custom {
	width: 100% !important;
}

.product-item-price {
	white-space: nowrap;
	white-space: nowrap;
	font-size: 26px!important;
}

.gap_10 {
	gap: 10px;
}

.sku_list_bonus {
	display: none;
}

.bonus_program_page {
	position: relative;
	display: block;
	border-radius: 8px;
	background: #FFF;
	box-shadow: 0px 0px 12px 0px rgba(199, 199, 199, 0.25);
	padding: 40px 26px 80px;
	max-width: 960px;
}

.bonus_page__row {
	position: relative;
	display: flex;
	justify-content: space-between;
	gap: 50px;
}

.bonus_page__row__info {
	position: relative;
	display: block;
	width: 50%;
	flex: none;
}

.bonus_page__row__info h2 {
	margin-bottom: 20px;
}

.bonus_page__row__info h4 {
	font-size: 20px;
}

.bonus_page__row__info__description {
	position: relative;
	display: block;
	margin-top: 35px;
}

.bonus_p {
	position: relative;
	display: inline-flex;
	align-items: center;
	background-color: #68B140;
	border-radius: 4px;
	padding: 0px 8px;
	height: 34px;
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 14px;
	line-height: 140%;
	color: #fff;
	margin: 10px 0 60px;
}

.bonus_page__row__picture {
	position: relative;
	display: block;
}

.bonus_page__row__picture img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.bonus_s {
	position: relative;
	display: inline-flex;
	align-items: center;
	background-color: #68B140;
	border-radius: 4px;
	padding: 0px 8px;
	height: 24px;
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 14px;
	line-height: 140%;
	color: #fff;
}

.bonus_page__list {
	position: relative;
	display: block;
	margin-top: 50px;
}

.bonus_page__list__item {
	position: relative;
	display: block;
	margin-bottom: 30px;
}

.bonus_page__list__item__question {
	position: relative;
	display: block;
	padding: 0px 8px;
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 16px;
	line-height: 140%;
	color: #000;

}

.bonus_page__list__item__answer {
	position: relative;
	display: block;
	background-color: #68B140;
	border-radius: 4px;
	padding: 4px 8px;
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 16px;
	line-height: 140%;
	color: #fff;
	margin-top: 15px;
}

.hide_name_field {
	display: none;
}

.event_list_picture {
	position: relative;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-bottom: 14px;
	border-radius: 6px;
}

.event_list_picture__blank {
	position: relative;
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
}

/* .bx-price_minus_bonus {
	display: none;
}

.linethrough_small {
	font-size: 14px;
	color: #d3d3d3;
	text-decoration: line-through; 
}

.bx-price_minus_bonus {
	white-space: nowrap;
} */

.mx_logictim_user_bonus {
	position: relative;
	display: flex;
	flex-direction: column;
}

.mx_bonus_list_m {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.bonus_list_m__item {
	position: relative;
	display: block;
}

.bonus_list_m__item__name {
	position: relative;
	display: flex;
	justify-content: space-between;
	gap: 8px;
}

.bonus_list_m__item__name__value {
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 16px;
	color: #95218f;
}

.bonus_list_m__item__name__date {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	color: #303030;
}

.bonus_list_m__item__summ {
	position: relative;
	display: flex;
	justify-content: space-between;
	gap: 8px;
	margin-top: 8px;
}

.bonus_list_m__item__summ__name {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	color: #676767;
}

.bonus_list_m__item__summ__value {
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 16px;
}

.bonus_list_m__item__total {
	position: relative;
	display: flex;
	justify-content: space-between;
	gap: 8px;
	margin-top: 8px;
}

.bonus_list_m__item__total__name {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	color: #676767;
}

.bonus_list_m__item__total__value {
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 16px;
	color: #303030;
}

.breadcrumb-item {
	white-space: initial;
}

.products-grid__item-location_hidden {
	opacity: 0;
	min-height: 21px;
}

.events_row {
	position: relative;
	display: flex;
	gap: 12px;
}

.footer__apps {
	position: relative;
	display: none;
	flex-direction: column;
	gap: 15px;
	width: 100%;
	margin-bottom: 30px;
}

.footer__apps__item {
	position: relative;
	display: flex;
	width: 100%;
	border: 1px solid #d9dcde;
	border-radius: 8px;
	overflow: hidden;
	align-items: center;
	justify-content: center;
	height: 53px;
}

.footer__apps__item img {
	width: 150px;
	height: auto;
}

.ad-post__image {
	margin-bottom: 12px !important;
}
.pictures_block_hint {
	position: relative;
	display: block;
	margin-bottom: 20px;
	color: var(--grey-800);
}

.products-grid__button--filter.products-grid__button--filter_unauth {
	display: none !important;
}

.complect {
	position: relative;
	display: flex;
	flex-wrap: wrap;
}

.complect__item {
	position: relative;
	display: flex;
	width: 20%;
	padding: 0 15px;
	margin-bottom: 30px;
}

.complect__item_wrap {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 14px 23px;
	border-radius: 8px;
	background: #FFF;
	align-items: center;
}

.complect__item__picture {
	position: relative;
	display: block;
	flex: none;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 100%;
}

.complect__item__picture img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.complect__item__info {
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	width: 100%;
	height: 100%;
	margin-top: 8px;
}

.complect__item__info__name {
	position: relative;
	display: block;
	color: #000;
	font-family: var(--body-font-family);
	font-size: 14px;
	font-style: normal;
	line-height: normal;
}

.complect__item__info__bottom {
	position: relative;
	display: block;
	margin-top: 7px;
}

.complect__item__info__bottom__price {
	position: relative;
	display: block;
	color: #95218F;
	font-family: var(--body-font-family);
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.complect__item__info__bottom__more {
	height: 42px;
	white-space: nowrap;
	width: 100%;
	margin-top: 8px;
	padding: 0;
}

/* .product-item-detail-tab-content[data-value=description] img {
	width: 25%;
	max-width: 25%;
	height: auto;
} */

.product-item-detail-tab-content[data-value=description] img.img_100 {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.product-item-detail-tab-content[data-value=description] img.img_75 {
	width: 75%;
	max-width: 75%;
	height: auto;
}

.product-item-detail-tab-content[data-value=description] img.img_50 {
	width: 50%;
	max-width: 50%;
	height: auto;
}

.product-item-detail-tab-content[data-value=description] img.img_25 {
	width: 25%;
	max-width: 25%;
	height: auto;
}

.pdetail_picture {
	position: relative;
	display: block;
	width: 240px;
	padding: 15px;
}

.pdetail_picture__slider {
	position: relative;
	display: block;
	overflow: hidden;
}

.pdetail_picture__slider__item {
	position: relative;
	display: flex;
	align-items: center;
}

.pdetail_picture__slider__item__img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.pdetail_picture__single {
	position: relative;
	display: flex;
	align-items: center;
}

.pdetail_picture__single img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.navbar-toggler:focus, .navbar-toggler:hover {
	background: transparent !important;
}

#buy_complect .modal_wrap {
	width: 100%;
	max-width: 100%;
}

#buy_complect_success .modal_wrap {
	width: 100%;
	max-width: 100%;
}

.blank-zakaza__loader {
	display: none;
}

.city-current, .city-dropdown {
	user-select:none;
}

.city-line {
	padding:6px 8px 6px 0; 
	/* border:1px solid #ccc;  */
	border-radius:6px; 
	margin-bottom:4px; 
	display:flex; 
	justify-content:space-between;
	align-items:center;
	
}

.city-line_drop {
	padding:6px 8px; 
	border-radius:6px; 
	margin-bottom:4px; 
	display:flex; 
	justify-content:space-between;
	align-items:center;
}

.city-line.yes b { 
	color: #68B140;
}

.city-line.no b {
	color: #D80303;
}

.city-line_drop.yes b { 
	color: #68B140;
	font-weight: normal;
}

.city-line_drop.no b {
	color: #D80303;
	font-weight: normal;
}

.city-line .checkmark {
	position: relative;
	display: flex;
	width: 19px;
	height: 19px;
	align-items: center;
	justify-content: center;
}

.city-line .checkmark img {
	transform: rotate(180deg);
}

.city-line span {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px dashed #303030;	
	color: #303030;
}

.city-dropdown {
	position:absolute; 
	top:100%; 
	left:0; 
	right:0; 
	z-index:1000;
	border-radius: 4px;
	padding: 15px;
	/* width: 203px; */
	box-shadow: 0 0 14px 0 rgba(165, 165, 165, 0.25);
	background: #f8fafc;
}

.city-availability_loader {
	position: relative;
	display: block;
	width: 50px;
}

.city-availability_loader img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.city-availability_close {
	display: none;
}

.city-close {
	position: relative;
	display: none;
	justify-content: center;
}

.city-close .btn {

}

.another_city {
	color: #217aff;
}

.city-name {
	color: #68B140;
}

.city-toggle {
	color: #2196f3;
	font-weight: 600;
	font-size: 14px;
	margin-bottom: 10px;
	cursor: pointer;
}

.city-toggle__name {
	position: relative;
	display: inline-block;
}

.city-toggle__name:after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 2px;
	background: rgba(0, 0, 0, 0.1);
	content: "";
	transition: background 250ms ease;
}

.city-toggle__name:hover:after {
	background: var(--theme-color-primary, #2196f3);
}

.opened .arrow{
	transform: rotate(180deg);
	position: relative;
	display: inline-block;
}

.cs-set-list .placeholder {
	cursor: pointer;
}

.products-grid__button--post {
	position: relative;
	display: flex;
	align-items: center;
	gap: 15px;
	border-radius: 8px;
	padding: 6px 10px  6px 15px !important;
	box-shadow: 0px 0px 17px 0px rgb(103 103 103 / 17%);
	transition: .3s;
}

.products-grid__button--post:hover {
	box-shadow: 0px 0px 17px 0px rgb(103 103 103 / 27%);
}

.ads_head {
	margin: 0 0 12px 0;
	width: 100%;
}

.products-grid__button--post__title {
	position: relative;
	display: block;
	font-size: 16px;
	font-weight: 500;
	line-height: 18.75px;
	color: #000;
}

.products-grid__button--post__plus {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 32px;
	font-weight: 700;
	line-height: 24px;
	color: #fff;
	background-color: #95218F;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	flex: none;
}

.products-grid__button--post::after {
	display: none !important;
}

.products-grid__search {
	margin-bottom: 0 !important;
}

.other_city {
	display: none;
}

.other_city.active {
	display: block;
	margin-bottom: 1rem;
	margin-top: 1rem;
}

.header__search__field p {
	position: absolute;
	top: 0;
	z-index: 1;
}

.blank-zakaza__top_row {
	position: relative;
	display: flex;
	width: 100%;
	gap: 12px;
}

.form-control-feedback-start {
	margin-right: 40px;
}

#mx-title-search_c .form-control-feedback-start {
	margin-right: 0px;
}

.content-inner {
	min-height: calc(100dvh - 80px);
}

/* .blank-zakaza__sections {
	flex-wrap: nowrap;
} */

#m_search #title-search_m form {
	padding-left: 40px;
}

#m_search .modal_close {
	left: 0;
	top: 13px;
	right: auto;
	transform: rotate(180deg);
}

#m_search .modal_wrap {
	max-width: initial;
}

.ads_head {
	margin-top: 12px;
}

.share-btn {
	position: absolute;
	display: none;
	gap: 3px;
	top: 0;
	right: 0;
	align-items: center;
	border: none;
	box-shadow: none;
	background-color: rgba(0,0,0,.05);
	padding: 3px 5px;
	border-radius: 4px;
	transition: .3s;
}

.share-btn:hover {
	background-color: rgba(0,0,0,.1);
}

.share-btn span {
	font-size: 14px;
}

.share-btn img {
	width: 16px;
	height: 16px;
}

.catalog__search_flex {
	position: relative;
	display: flex;
	justify-content: space-between;
	gap: 20px;
	align-items: center;
}

.products-grid__search.catalog__search_flex {
	width: 100%;
	max-width: 100%;
}

.search_back {
	padding: 10px 15px;
	gap: 10px;
}

.search_back img {
	width: 15px;
	height: 15px;
	filter: brightness(0) saturate(100%) invert(99%) sepia(1%) saturate(985%) hue-rotate(152deg) brightness(115%) contrast(100%);
}

.services__search .smartsearch-title__wrap {
	width: 100%;
	max-width: 270px;
}

.services__search {
	gap: 12px;
}

.products-grid__actions {
	gap: 12px;
}


@media (min-width: 1200px) {
		.sidebar-expand-xl.sidebar-main {
				z-index: 2 !important;
		}
}

@media (min-width: 768px) {
	.product-detail-slider-container {
		width: 23% !important;
	}
	.sotbit-cabinet-gadget .bonus_list_m {
		position: relative;
		display: flex;
		flex-direction: column;
		gap: 16px;
	}
	
	.sotbit-cabinet-gadget .bonus_list_m__item {
		position: relative;
		display: flex;
		flex-direction: column;
		gap: 8px;
	}
	
	.sotbit-cabinet-gadget .bonus_list_m__item__left {
		position: relative;
		display: flex;
		justify-content: space-between;
		gap: 8px;
	}
	
	.sotbit-cabinet-gadget .bonus_list_m__item__left__title {
		font-family: var(--font-family);
		font-weight: 500;
		font-size: 16px;
		color: #95218f;
	}
	
	.sotbit-cabinet-gadget .bonus_list_m__item__left__date {
		font-family: var(--font-family);
		font-weight: 400;
		font-size: 16px;
		color: #303030;
	}
	
	.sotbit-cabinet-gadget .bonus_list_m__item__right {
		position: relative;
		display: flex;
		flex-direction: column;
		gap: 8px;
	}
	
	.sotbit-cabinet-gadget .bonus_list_m__item__right__operation_wrap {
		position: relative;
		display: flex;
		justify-content: space-between;
		gap: 8px;
	}
	
	.sotbit-cabinet-gadget .bonus_list_m__item__right__operation {
		position: relative;
		display: flex;
		order: 2;
		font-family: var(--font-family);
		font-weight: 500;
		font-size: 16px;
	}
	
	.sotbit-cabinet-gadget .bonus_list_m__item__right__operation_hint {
		position: relative;
		display: flex;
		order: 1;
		font-family: var(--font-family);
		font-weight: 400;
		font-size: 16px;
		color: #676767;
	}
	
	.sotbit-cabinet-gadget .bonus_list_m__item__right__balance {
		position: relative;
		display: flex;
		justify-content: space-between;
		gap: 8px;
	}
	
	.sotbit-cabinet-gadget .bonus_list_m__item__right__balance__title {
		position: relative;
		display: flex;
		font-family: var(--font-family);
		font-size: 16px;
	}
	
	.sotbit-cabinet-gadget .bonus_list_m__item__right__balance__value {
		position: relative;
		display: flex;
		font-family: var(--font-family);
		font-weight: 400;
		font-size: 16px;
		color: #676767;
	}
}

@media (max-width: 1400px) {
	/* .opened .header__search__field {
		width: 380px;
		width: 100%;
		flex: 0 0 100%;
		display: flex;
	} */
	.header__search {
		flex: 1;
		margin-right: 15px;
	}
}

@media (max-width: 1200px) {

	.header__phone_d {
		display: none;
	}
	.header__phone {
		display: flex;
		margin-left: 10px;
		margin-right: 0px;
	}
	.header__left {
		display: none;
	}
	.d-inline-flex.header__logo {
		display: none !important;
	}
	.header__phone img {
		filter: brightness(0) saturate(100%) invert(16%) sepia(91%) saturate(2645%) hue-rotate(289deg) brightness(96%) contrast(92%);
	}
	.header__left__catalog {
		display: none;
	}
	/* .opened .header__search__field {
		width: 380px;
		width: 100%;
	} */
	.nav.hstack {
		flex: 1;
	}
	.sidebar-main-resize-wrapper {
		display: block;
	}
	.content-wrapper .navbar-static {
		position: fixed;
		top: 0px;
		left: 0px;
		right: 0px;
	}
	.product-detail {
		max-width: initial;
		/* margin-left: auto;
		margin-right: auto; */
	}
	.logictim_user_bonus {
		max-width: initial;
	}
	.page-header-content {
		display: flex;
		flex-direction: column;
		gap: 12px;
	}
	.index_menu {
		order: 1;
		margin-top: 10px;
	}
	.page-header-content_block {
		order: 2;
	}
	/* .content-inner {
		padding: 1.5rem !important;
	} */
	.content-wrapper .content-inner {
		padding-top: 62px;
	}
	.catalog_filter_button,
	.catalog_sort_button {
			flex-shrink: 0;
	}
	.blank-zakaza__sections_wrap {
		overflow-x: auto;
		width: auto; 
		flex: 1; 
		min-width: 0; 
		
	}
	.blank-zakaza__sections_wrap::-webkit-scrollbar {
			display: none;
	}
	.blank-zakaza__sections {
		
		flex-wrap: nowrap;
	}
	.blank-zakaza__sections__item {
			flex-shrink: 0;
			white-space: nowrap;
	}

	.breadcrumb-item.py-sm-2 {
		padding-top: 0px !important;
	}
	.blank-zakaza__sections__item__title {
		font-size: 14px;
	}
	.header__search__button {
		display: flex;
		height: 40px;
	}
	.header__search__button span {
		display: none;
	}
	.header__left__catalog {
		margin-left: 35px;
	}
	.header__back {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		width: 30px;
		height: 14px;
		transform: rotate(180deg);
		margin-right: 10px;
	}
	.share-btn {
		display: flex;
	}
}

@media (max-width: 1024px) {
	
	/* .product {
		display: grid;
		grid-template-columns: 74px 1fr 1fr;
		gap: .5rem 1rem;
		border-bottom: 1px solid #d3d3d3;
		padding-bottom: .5rem;
	}
	.product .product__property--name {
		width: 100%;
	}
	.product .product__property--name .product__container {
		width: 100%;
	}
	.product__property--name::before {
		display: none;
	}
	.product__property--quantity::before {
		display: none;
	} */
	.blank-zakaza__header {
		display: none;
	}
	
	.product {
			display: grid;
			grid-template-columns: 74px 1fr;
			gap: .5rem 1rem;
			padding: .5rem;
	}
	.product .product__property--image {
			grid-row: 1 / 5;
	}
	.product td, .product .product__property--image, .product .product__property--name {
			position: static;
			width: 100%;
			padding: 0;
			text-align: left;
	}
	.product .product__property--price-mobile {
			display: block;
	}
	.product td.product__property.product__property--offers {
			display: none;
	}
	.product .product__property--quantity {
			grid-column: 2 / 3;
	}
	.product__property--quantity {
			display: none;
	}
	.product__property--name::before {
		display: none;
	}
	.product__property--avaliable {
		display: none;
	}
	.product__property--price {
		display: none;
	}
	.product__link_d {
		display: none;
	}
	.product__link_m {
		display: block;
	}
	.footer_fixed__block__item__title {
		display: block;
	}
	.cart_icon {
		padding: 0 !important;
	}
	.opened .header__search__field {
		width: 100%;
	}
	.auth-company-change .dropdown-menu.show {
		padding-bottom: 60px;
	}
	.nav-sidebar__mx_mobile {
		margin-bottom: 60px;
	}
	/* .index_menu {
		margin-top: 0;
	} */
	.header__search {
		margin: 0 auto 0 0;
	}
	
	/* .content-wrapper .content-inner {
		padding-top: 66px;
	} */
	/* .product-item-detail-tab-content[data-value=description] img {
		width: 100%;
		max-width: 100%;
		height: auto;
	} */
	.complect__item {
		width: 25%;
	}
}

@media (max-width: 992px) {
	.header__back {
		filter: brightness(0) saturate(100%) invert(95%) sepia(40%) saturate(0%) hue-rotate(231deg) brightness(104%) contrast(109%);
	}
	body {
		overflow-y: auto;
	}
	.page-content {
		/* overflow: initial; */
		/* overflow-y: auto; */
	}
	.about_page {
		background-color: transparent;
		box-shadow: none;
		padding: 0;
	}
	.about_page_wrap {
		display: flex;
		flex-direction: column;
	}
	.about__advantages {
		order: 1;
	}
	.about__partners {
		order: 2;
		flex-direction: column;
	}
	.about__partners__nav {
		order: 3;
	}
	.about_page_top {
		position: relative;
		display: block;
		padding: 24px;
		border-radius: 8px;
		background: #FFF;
		box-shadow: 0px 0px 12px 0px rgba(199, 199, 199, 0.25);
	}
	.about__advantages__list {
		margin-left: 0px;
		margin-right: 0px;
	}
	.about__advantages__list {
		flex-direction: column;
	}
	.about__advantages__list__item_wrap {
		padding: 0;
		width: 100%;
		margin-bottom: 24px;
	}
	.about__partners__info {
		width: 100%;
		padding: 40px 50px;
	}
	.about__partners__list {
		width: 100%;
		margin-left: 0px;
		margin-top: 24px;
	}
	.about__partners__nav {
		width: 100%;
		margin-left: 0px;
	}
	.about__partners__item__picture {
		height: 30px;
	}
	.about__partners__item__picture img {
		max-width: 130px;
	}
	.about__partners__item {
		padding: 18px 15px;
		min-height: 130px;
	}
	.about__partners__item__business {
		font-size: 12px;
	}
	.about__advantages__list__item__info__title {
		font-size: 16px;
	}
	.contacts__block__row__title {
		width: 130px;
	}
	.contacts__filial__list__item__row__title {
		width: 130px;
	}
	.contacts__filial__list {
		margin-left: 0px;
		margin-right: 0px;
	}
	.contacts__filial__list__item_wrap {
		width: 100%;
		padding: 0;
	}
	.contacts__filial__list__item {
		width: 100%;
	}
	.news_detail__top {
		flex-direction: column;
		align-items: flex-start;
	}
	.news_detail__top__views {
		margin-left: 0px;
	}
	.news_detail__top__author {
		margin-left: 0px;
		margin-top: 1px;
		text-align: right;
		width: 100%;
		justify-content: flex-end;
	}
	.news_detail__top_wrap {
		width: 100%;
	}

	.b2b-banner-wrapper {
		margin: 0;
	}
	.main_slider__nav {
		display: none;
	}
	.main_catalog__item {
		width: 25%;
	}
	.footer {
		padding: 15px 15px 70px;
		align-items: flex-end;
		flex-direction: column;
	}
	.footer_left {
		flex-direction: column;
		align-items: flex-start;
		width: 100%;
	}
	.footer__menu {
		margin-left: 0px;
		margin-top: 22px;
	}
	.footer__menu ul {
		display: block;
		column-count: 2;
	}
	.footer__menu ul li {
		margin-left: 0px;
		margin-bottom: 14px;
	}
	.footer__copy {
		display: flex;
		align-items: flex-end;
	}
	.index_menu__item span {
		font-size: 14px;
	}
	.footer_fixed {
		display: block;
	}
	.footer__copy {
		margin-bottom: 14px;
	}
	.multibasket .multibasket__otherbasket_wraper {
		bottom: 50px;
	}
	.ph-shopping-cart-simple {
		color: #95218F;
	}
	.multibasket .multibasket__current-quantity {
		text-align: center;
	}
	.multibasket .multibasket__current-quantity__value {
		top: -1px !important;
		right: 7px !important;
		min-width: 16px;
		padding: 2px 3px;
	}
	.nav-sidebar__mx_mobile {
		display: flex;
	}
	.footer_full {
		margin: 30px -1rem -22px;
	}
	.product-detail-props-container-inner {
		flex-direction: column;
	}
	.product-detail__block {
		max-width: 400px;
	}
	
	.header__search__field {
		display: none;
	}
	.cart-header {
		display: none;
	}
	.sidebar-logo {
		display: flex !important;
	}
	.sidebar-logo-icon {
		display: block;
	}
	.logo_compact {
		display: none;
	}
	.product-detail__block__name {
		font-size: 20px;
	}
	.modal#m_search .modal_wrap {
		height: 100%;
	}
	.title-search-result {
		z-index: 10000 !important;
	}
	.search-result-wrapper {
		box-shadow: none !important;
	}
	#mx-title-search-input_m {
		font-size: 16px;
	}
	#m_mx-title-search.search-form {
			width: calc(100% - 40px);
	}
	.search-result-products {
			max-height: calc(100vh - 160px) !important;
	}
	
	.mx_del_mobile {
		position: relative;
		display: flex;
		justify-content: center;
	}
	.basket__column .basket__checkbox {
		display: none;
	}
	.basket__toolbar-btn[data-entity=basket-groupe-item-delete] {
		display: none
	}
	.basket-checkbox__wrapper[data-entity=basket-gruope-item-checkbox] {
		display: none;
	}
	/* .content-inner {
		overflow: hidden;
	} */
	.system-nav-orange a {
		width: 30px;
		height: 30px;
		font-size: 14px;
	}
	.detail_wrap {
		position: fixed;
		left: 0px;
		right: 0px;
		background: #fff;
		bottom: 58px;
		z-index: 90;
	}
	.detail_wrap .justify-content-between.align-items-center {
		/* justify-content: center !important; */
		gap: 30px;
		/* border-top: 1px solid rgba(0, 0, 0, 0.1); */
	}
	.product-item-detail-buy-button.btn.btn-md.btn-primary {
		white-space: nowrap;
	}
	.detail_wrap {
		display: flex;
		gap: 15px;
		justify-content: space-between;
		border-top: 1px solid rgba(0, 0, 0, 0.1);
		padding-top: 2px;
		padding-bottom: 3px;
		box-sizing: border-box;
		padding-left: 15px;
		padding-right: 15px;
	}
	.detail_wrap .mb-3 {
		margin: 0 !important;
	}
	.main_catalog__item__block__bottom__price {
		font-size: 16px;
		white-space: nowrap;
		height: 42px;
	}
	.products-grid__item-image {
		min-height: auto !important;
	}
	.products-grid__item-price {
		font-size: 16px;
	}
	.search-page .service__image-wrapper {
		width: 100%;
	}
	.products-grid__item-price {
		height: 47px;
	}
	.products-grid__item-name {
		height: 47px;
		font-size: 14px !important;
	}
	.service__image-wrapper  {
		width: 100%;
	}
	/* .service__image-wrapper img {
		position: relative;
		left: auto;
		top: auto;
	} */
	.service__image-wrapper_square {
		/* padding-bottom: 0px; */
		padding-bottom: 100%;
	}
	#service_detail .btn-close {
		z-index: 1;
		background-color: #fff;
		opacity: 1;
		box-shadow: 0 0 15px rgba(0,0,0,.3);
	}
	.service_wrap {
		flex-direction: column;
		justify-content: space-between;
		flex-grow: 1;
	}
	.service {
		height: auto;
		min-height: 100%;
	}
	.services__row>.col-sm-6 {
		margin-bottom: 16px;
	}
	.navbar-header {
			background-color: #95218F !important;
	}
	.header__phone img {
		filter: brightness(0) saturate(100%) invert(95%) sepia(0%) saturate(0%) hue-rotate(146deg) brightness(103%) contrast(109%);
	}
	.search-form [type="search"] + .mx_clear-text {
		display: none;
	}
	
	.search-form [type="search"]:not(:placeholder-shown) + .mx_clear-text {
		display: none;
	} 
	.nav-item.header-logout .btn-transparent {
		color: #fff;
	}
	.profile_row__vidgets {
		flex-direction: column;
	}
	.sotbit-cabinet-gadget-custom {
		width: 100%;
	}
	.nav-user {
		background-color: #fff;
		border-radius: 4px;
		margin-left: 10px;
	}
	.bonus_header {
		margin-left: 1rem;
	}
	.city-availability_close {
		display: flex;
		width: 15px;
		height: 15px;
		position: absolute;
		top: 20px;
		right: 27px;
		cursor: pointer;
	}
	.city-availability_close img {
		width: 100%;
		max-width: 100%;
		height: auto;
	}
	.city-close {
		display: flex;
		
	}
	
	.city-dropdown {
		position: fixed;
		top: initial;
		bottom: 0px;
		z-index: 999;
		box-shadow: 0 0 14px 0 rgba(165, 165, 165, 0.25);
		background: #f8fafc;
		border-radius: 24px 24px 0 0;
		padding: 40px 20px 20px 20px;

	}
	.m_footer_hide {
		display: none !important;
	}
	.content-inner {
		min-height: calc(100dvh - 60px);
	}
}

@media (max-width: 768px) {
	.btnBlock {
		position: relative;
		display: flex;
		flex-direction: column;
		gap: 15px;
	}
	.btnBlock .btn {
		width: 100%;
	}
	.header__search {
		width: 200px;
	}
	.opened .header__search__field {
		width: 100%;
	}
	.main_catalog__item {
		width: 33.33%;
	}
	/* .main_catalog__item__block__bottom__buy__btn {
		display: none;
	}
	.main_catalog__item__block__bottom__buy__btn_m {
		display: block;
	} */
	.main_catalog__item__block__bottom {
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-direction: column;
		align-items: flex-start;
	}
	.main_catalog__item__block__bottom .ph-shopping-cart {
		color: #000;
	}
	.main_catalog__item__block__bottom .ph-shopping-cart:hover {
		color: inherit;
	}
	.index_menu {
		flex-wrap: wrap;
		height: auto;
		justify-content: space-between;
		gap: 12px;
	}
	.index_menu__item {
		width: calc(50% - 6px);
	}
	
	.product__property--offers {
		display: none;
	}
	.product__property--quantity {
		display: none;
	}
	
	.footer__menu ul {
		column-count: 1;
	}
	
	.service__name {
		font-size: 16px;
		font-weight: 400;
		line-height: 23.2px;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		margin-bottom: 8px;
	}
	.service__price {
		font-size: 20px;
		font-weight: 600;
		line-height: 23.44px;
	}
	.service__buttons {
		gap: 15px;
	}
	.service__button {
		padding: 10px;
		flex-wrap: wrap
	}
	.service__addr {
		font-size: 12px;
	}
	.products-grid__row {
		--gutter-x: 1rem !important;
		--gutter-y: 1rem !important;
	}
	.products-grid__item {
		padding: 8px;
		position: relative;
		display: flex;
		flex-direction: column;
		border-radius: 8px;
		background-color: #fff;
		box-shadow: 0 4px 9px 0 rgba(214, 214, 214, 0.2509803922);
		cursor: pointer;
		height: 100%;
	}
	.video {
		width: 50%;
	}
	.detail__gallery__block {
		width: 100%;
	}
	.logictim_user_bonus__head {
		flex-direction: column;
		align-items: flex-start;
		gap: 16px;
	}
	.logictim_user_bonus__head__info {
		width: 100%;
	}
	.logictim_user_bonus__head__button {
		width: 100%;
	}
	.logictim_user_bonus__head__button__download {
		width: 100%;
	}
	.lb_table-wrap {
		display: none;
	}
	.bonus_list_m {
		position: relative;
		display: block;
		margin-top: 16px;
	}
	
	.bonus_list_m__item {
		position: relative;
		display: flex;
		justify-content: space-between;
		gap: 15px;
		margin-bottom: 8px;
		border: 1px solid #ebeef9;
		border-radius: 12px;
		padding: 12px;
		background: #fff;
	}
	/* .sotbit-cabinet-gadget .bonus_list_m__item {
		flex-direction: column;
	} */
	.bonus_list_m__item__left {
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		height: auto;
		min-height: 100%;
		gap: 8px;
	}
	.bonus_list_m__item__left__title {
		position: relative;
		display: block;
		font-family: var(--font-family);
		font-weight: 500;
		font-size: 14px;
		line-height: 114%;
		color: #303030;
		text-align: left;
	}
	.bonus_list_m__item__left__date {
		position: relative;
		display: block;
		font-family: var(--font-family);
		font-weight: 300;
		font-size: 12px;
		line-height: 117%;
		text-align: center;
		color: #303030;
		text-align: left;
	}
	.bonus_list_m__item__right {
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		justify-content: space-between;
		height: auto;
		min-height: 100%;
		gap: 8px;
	}
	
	.bonus_list_m__item__right__operation {
		position: relative;
		display: block;
		font-family: var(--font-family);
		font-weight: 500;
		font-size: 14px;
		line-height: 114%;
		text-align: right;
	}
	
	.bonus_list_m__item__right__operation_wrap {\
		position: relative;
		display: block;
	}
	
	.bonus_list_m__item__right__operation_hint {
		font-family: var(--font-family);
		font-weight: 400;
		font-size: 12px;
		line-height: 117%;
		text-align: center;
		color: #303030;
		margin-top: 4px;
	}
	.bonus_list_m__item__right__balance {
		position: relative;
		display: block;
		font-family: var(--font-family);
		font-weight: 300;
		font-size: 12px;
		line-height: 117%;
		text-align: right;
		color: #303030;
		white-space: nowrap;
	}
	.bonus_page__row {
		flex-direction: column;
		gap: 30px;
	}
	.bonus_page__row__info {
		width: 100%;
	}
	.bonus_page__row__picture {
		display: none;
	}
	.bonus_page__list__item img {
		width: 100%;
		max-width: 100%;
		height: auto;
	}
	.vacancy__info-fields {
		max-width: initial;
		gap: 10px;
	}
	.vacancy__info-block {
		gap: 5px;
	}
	.vacancy__info-field_value {
		color: #202122;
	}
	.vacancy__info-field:not(:last-child) {
		margin-bottom: 0;
	}
	
	.footer__apps {
		display: flex;
	}
	.products-grid__special-header.d-flex.flex-column.align-items-end {
		display: flex;
		flex-direction: row !important;
		flex-wrap: nowrap;
		column-gap: 0;
		align-items: center;
	}
	.products-grid__button--filter.products-grid__button--filter_unauth {
		margin-bottom: 20px;
		display: flex !important;
	}
	
	.complect__item {
		width: 33%;
	}
	.basket__product-discrioption .small-text {
		padding: 5px 0;
	}
	.pdetail_picture {
		width: 100%;
	}
	/* .sotbit-cabinet-gadget .bonus_list_m__item__left {
		flex-direction: row;
	}
	.sotbit-cabinet-gadget .bonus_list_m__item__left__date {
		text-align: right;
		white-space: nowrap;
	}
	.sotbit-cabinet-gadget .bonus_list_m__item__right__operation_wrap {
		display: flex;
	}
	.sotbit-cabinet-gadget .bonus_list_m__item__right {
		align-items: initial;
	}
	.sotbit-cabinet-gadget .bonus_list_m__item__right__operation_wrap {
		width: 100%;
		justify-content: space-between;
		gap: 8px;
	}
	.sotbit-cabinet-gadget .bonus_list_m__item__right__operation {
		order: 1;
	}
	.sotbit-cabinet-gadget .bonus_list_m__item__right__operation_hint {
		order: 2;
	} */
}


@media (max-width: 576px) {
	.nav-user {
		display: none;
	}
	
	.header__search {
		margin-right: 3px;
		width: 40px;
		height: 40px;
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}
	.b2b-banner-wrapper {
		margin: 0 !important;
	}
	.main_catalog__item {
		width: 50%;
		margin-bottom: 8px;
		padding: 0 4px;
	}
	.main_section {
		margin: 0 -4px;
	}
	.main_catalog__item__block__top__name {
		font-size: 14px;
	}
	.header__search {
		/* width: auto; */
	}
	.opened .header__search__field {
		/* width: calc(100vw - 30px); */
		width: 200px;
	}
	.title-search-result .media {
		display: flex !important;
	}
	.title-search-result .media-body .media-title {
		font-size: 12px;
	}
	.main_catalog__item__block__bottom__buy__btn {
		padding-left: 8px;
		padding-right: 8px;
	}
	.blank-zakaza__sections__item {
		/* width: 100%; */
	}
	.delivery_item {
		padding-left: 0px !important;
		padding-right: 0px !important;
	} 
	.pay_sys_item {
		padding-left: 0px !important;
		padding-right: 0px !important;
	} 
	.bx-soa-pp-company-graf-container {
		padding: 6px !important;
		justify-content: center !important;
	}
	.tooltip-box {
		position: absolute !important;
		top: 6px !important;
		right: 6px !important;
	}
	.center_block {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.bx-soa-pp-company-smalltitle {
		font-size: 12px !important;
		text-align: center !important;
		margin-top: 5px;
	}
	.bx-soa-pp-delivery-cost {
		position: absolute !important;
		bottom: 0px !important; 
	}
	/* .content-inner {
		overflow-x: hidden;
	} */
	
	.blank-zakaza__sections__item__title {
		font-size: 14px;
	}
	.product td.product__property.product__property--offers {
		display: none;
	}
	.product__info {
		flex-direction: column;
	}
	.widget-bx-gd-buttons {
		visibility: hidden;
	}
	.catalog_section__catalog-section-list {
			grid-template-columns: repeat(3, 1fr);
			gap: 0.5rem;
	}
	.catalog_section__catalog-section-list .section-item h6 a {
		font-size: 11px;
		line-height: 100%;
		font-weight: 400;
	}
	.catalog_section__catalog-section-list .section-item h6 {
		margin-top: 0;
		padding: 1rem 0.3rem;
		line-height: 100%;

	}
	#bx-soa-delivery .bx-soa-pp-item-container {
			row-gap: 0px;
	}
	#bx-soa-paysystem .bx-soa-pp-item-container {
			row-gap: 0px;
	}
	.div.product-detail-slider-container {
		margin-bottom: 0px;
	}
	.sku__div .mb-3 {
		margin-bottom: 10px !important;
	}
	.product-detail-props-container-inner {
		gap: 0px;
	}
	.d-block.d-sm-none.pt-sm-5.product-detail-title {
		display: none !important;
	}
	.delivery_item {
			width: 33%;
			position: relative;
			display: flex;
			max-width: 250px;
			flex: none;
			height: auto;
			min-height: 150px;
	}
	.pay_sys_item {
		width: 33%;
		position: relative;
		display: flex;
		max-width: 250px;
		flex: none;
		height: auto;
		min-height: 150px;
	}
	.index_menu {
		margin-top: 5px;
		margin-bottom: 0px;
	}
	.index_menu_margin {
		margin-top: 0px;
		margin-bottom: 15px;
	}
	
	.detail_wrap {
		position: fixed;
		left: 0px;
		right: 0px;
		background: #fff;
		bottom: 58px;
		z-index: 90;
		padding: 0 15px;
	}
	.detail_wrap .justify-content-between.align-items-center {
		justify-content: space-between !important;
	}
	.product-item-detail-buy-button.btn.btn-md.btn-primary {
		width: 100%;
		max-width: 580px;
	}
	.product-item-detail-quantity-title {
		display: none;
	}
	.product-item-detail-quantity-description {
		display: none;
	}
	.product-item-detail-quantity-container {
			padding: 10px 0 0;
	}
	.detail_wrap {
		display: flex;
		gap: 15px;
		justify-content: space-between;
		border-top: 1px solid rgba(0, 0, 0, 0.1);
		padding-top: 2px;
		padding-bottom: 3px;
		box-sizing: border-box;
	}
	.product-item-price {
		white-space: nowrap;
	}
	.detail_wrap .mb-3 {
		margin: 0 !important;
	}
	.product-item-detail-buy-button.btn.btn-md.btn-primary {
		/* width: 50px; */
		display: flex;
		padding-left: 6px;
		padding-right: 6px;
		width: auto;
		height: 34px;
		white-space: nowrap;
	}
	/* .product-item-detail-buy-button span {
		display: none !important;
	}
	.product-item-detail-buy-button i {
		display: block;
		color: #fff;
	}
	
	.product-item-detail-buy-button.btn-wait i {
		display: none;
	} */
	.detail_wrap .justify-content-between.align-items-center {
		border: none;
		margin-bottom: 0px !important;
	}
	.product-item-detail-quantity-container {
		padding: 0;
	}
	.detail_wrap .justify-content-between.align-items-center {
		gap: 10px;
	}
	.product-item-detail-quantity-field-block {
		padding: 0 5px;
	}
	.product-item-detail-quantity-field {
		padding: 0;
	}
	.product-item-price {
		font-size: 21px;
		letter-spacing: -1px;
	}
	.product-item-detail-buy-button.btn.btn-md.btn-primary {
		font-size: 14px;
	}
	.product-item-detail-quantity-btn-plus, .product-item-detail-quantity-btn-minus {
		min-width: 27px;
	}
	.flex_form {
		flex-direction: column-reverse;
		gap: 5px;
	}
	.col-xs-6 {
		width: 50%;
	}
	.service__button--phone {
		font-size: 12px;
		padding: 12px 10px
	}
	.service__phone {
		font-size: 16px;
	}
	.video {
		width: 100%;
	}
	.sidebar-section.sidebar-section_last {
		padding-bottom: 80px;
	}
	
	.ads_filter {
		flex-direction: column;
		align-items: flex-start;
		gap: 15px;
	}
	#bx-soa-basket .bx-soa-item-tr:not(:last-child) {
			justify-content: space-between;
	}
	.mx_item_price .basket__column-price-wrap span {
		font-size: 18px !important;
	}
	.mx_item_summ .basket__column-price-wrap span {
		font-size: 18px !important;
	}
	.main_catalog__item_wrap {
		padding: 14px 13px;
	}
	.complect {
		gap: 5px;
	}
	.complect__item {
		width: calc(50% - 3px);
		padding: 0;
	}
	.complect__item_wrap {
		padding: 15px 15px;
	}
	.basket__column-price-wrap_m {
		display: inline;
	}
	.search_back {
			padding: 3px 15px;
			gap: 0px;
			font-size: 12px;
			width: 120px;
	}
}

@media (max-width: 450px) {
	.red-reviews-button{
		position: relative;
		bottom: auto;
		left: auto;
		width: 190px;
		margin-left: 0px;
		/* font-size: 18px; */
		text-align: left;
		/* padding: 10px 0px 10px 42px; */
		/* background: url(images/quote.png) no-repeat left center #FFBE4A; */
		/* background-size: contain;
		box-shadow: 0 5px 10px rgba(0,0,0,0.12), 0 10px 10px rgba(0,0,0,0.1); */
	}
	
	/* .offcanvas-xxxl.show:not(.hiding), .offcanvas-xxxl.showing {
			top: 63px;
	} */
	
	.products-grid__item-date {
		font-size: 13px !important;
		white-space: nowrap;
	}

}

a[href="/used/"]{
	display: flex !important;
}

a[href="/vacancies/"]{
	display: flex !important;
}