.catalog-section-list-tile-list {
	display: flex;
	flex-wrap: wrap;
	gap: 40px 20px;
	padding-top: 100px;
	margin-bottom: 100px;
}
.about__bolt video {
	transform: scale(1.3);
}
.catalog-section-list-tile-list > li {
	width: calc(25% - 15px);
}
.catalog-section-list-tile-img-container {
	padding: 20px;
	border: 1px solid #e0e0e0;
}
.catalog-section-list-item-img {
	height: 300px;
	background-size: contain;
	border: none;
}
.catalog-section-list-item-title {
	text-align: left;
}
.catalog-section-list-item-link {
	font-size: 20px;
	color: #000;
	text-align: left;
	padding-top: 15px;
	display: inline-block;
}
.bx_filter .bx_ui_slider_pricebar_VD,
.bx_filter .bx_ui_slider_pricebar_V {
	background: #ed9f2d;
}
.bx_filter .bx_ui_slider_pricebar_VN {
	background: #fff;
	border: 1px solid #ed9f2d;
}
.bx_filter .bx_ui_slider_range {
	z-index: 150;
}
.bx_filter .bx_ui_slider_handle.left {
	background: #ed9f2d;
	top: 50%;
	transform: translate(-50%, -50%);
	margin-left: 0;
	border-radius: 50px;
}
.bx_filter .bx_ui_slider_handle.right {
	background: #ed9f2d;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50px;
}
.bx_filter_popup_result {
	display: none !important;
}
.bx_filter_select_popup ul li label.selected, .bx_filter_select_popup ul li label:hover {
	background: none;
	color: #ed9f2d;
}
.catalog__mainContent a {
	color: #000;
}
.basket-item-image {
	max-width: 130px;
	max-height: 90px;
	width: unset;
}
.sale-order-list-shipment-title,
.sale-order-list-shipment-status,
.sale-order-list-shipment-item
{
	display: none;
}
.sale-order-detail-order-item-title {
	color: #000;
}
.sale-order-detail-order-item-img-block {
	padding-left: 20px !important;
	padding-right: 20px !important;
}
.mainForm__inputs [name="LOGIN"] {
	display: none;
}
.formModal__content > div {
	width: 100%;
}
.vacation__callback {
	display: inline-flex;
	gap: 10px;
	align-items: center;
	color: #ED9F2D;
	cursor: pointer;
}
.bx-sbb-empty-cart-text {
	font-size: 36px;
	font-weight: 700;
	color: #323232;
}
.bx-sbb-empty-cart-desc a {
	color: #ed9f2d;
}
.success-message {
	position: absolute;
	background: #fff;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	z-index: 100;
}

.success-message b {
	font-size: 36px;
}

body > * {
	transform: scale(0.9);
	transform-origin: top;
}
.text.s36 {
	font-size: 32px;
}
.text.s18 {
	font-size: 16px;
}
.text.s40 {
	font-size: 36px;
}
.text.s16 {
	font-size: 14px;
}
.text.s20 {
	font-size: 18px;
}
.text.s58 {
	font-size: 50px;
}
.text.s24 {
	font-size: 20px;
}
.aboutYellowBlock .container {
	/*background: #ED9F2D;*/
	padding-block: 50px;
	max-width: calc(1540px);
}
.aboutYellowBlock {
	background: transparent;
}

@media (max-width: 768px) {

	.about__bolt video {
		transform: scale(1);
	}
	.about__bolt {
		justify-content: center;
	}
	body > * {
		transform: scale(1);
		transform-origin: top;
	}
	.header__catalogSidebar {
		max-width: 100%;
	}
	.header__catalogContent {
		display: none;
	}
	.header__catalogPopup.active {
		display: block;
	}
}