/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/

.bottom_text_main {
	margin-top: 60px;
	margin-bottom: 40px;
}
/*html .catalog_block.owl-carousel .owl-stage .item_block .catalog_item .footer_button {
	position: relative;
    top: 0;
    height: fit-content;
    display: block;
    visibility: visible;
    margin: 0 -25px;
}*/

.form-control input[type='number'] {
	padding: 8px 13px 7px;
	width: 100%;
	height: 48px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;

	background: #fafafa;
	background: var(--darkerblack_bg_black);
	border: 1px solid #ececec;
	border-color: var(--stroke_black);
	border-radius: 3px;
	box-shadow: none;
	color: #383838;
	color: var(--white_text_black);
	font-size: 14px;
	outline: 0;
}
.form-control input[readonly] {
	background: #fff;
	background: var(--arrows_bg_black);
}
.form-control input[type='number'][data-sid='DESIRED_PRICE'] {
	flex: 0 1 50%;
}
.form-control input[type='number'][data-sid='DESIRED_PRICE'] + div {
	flex: 0 1 50%;
}
.d-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.aic {
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
}
.jcfs {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.ffr {
	-ms-flex-flow: row;
	flex-flow: row;
}
.fwnw {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.noUi-horizontal {
	background: #dadada;
	height: 2px;
}
.noUi-target {
	position: relative;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: #dadada;
	border: 0;
	border-radius: 0;
}
.noUi-base,
.noUi-connects {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}
.noUi-target,
.noUi-target * {
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-user-select: none;
	-ms-touch-action: none;
	touch-action: none;
	-ms-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.noUi-connects {
	overflow: hidden;
	z-index: 0;
}
.noUi-connect {
	background: #e90000;
}
.noUi-connect,
.noUi-origin {
	will-change: transform;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	height: 100%;
	width: 100%;
	-ms-transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	-webkit-transform-style: preserve-3d;
	transform-origin: 0 0;
	-webkit-transform-style: flat;
	transform-style: flat;
}
.noUi-handle {
	top: -11px;
	right: -11px;
	width: 22px;
	height: 22px;
	display: inline-block;
	cursor: pointer;
	position: absolute;
	z-index: 100;
	background: #fff;
	border-radius: 100%;
	-webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
}
.noUi-handle:before {
	font-size: 0;
	content: '.';
	display: inline-block;
	background: #e90000;
	width: 6px;
	height: 6px;
	left: 50%;
	top: 50%;
	margin: -3px 0 0 -3px;
	position: absolute;
	border-radius: 100%;
}
.noUi-touch-area {
	width: 100%;
	height: 100%;
}
.noUi-horizontal .noUi-handle.noUi-active {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.noUi-horizontal .noUi-origin {
	height: 100%;
}
[data-role='diff'] {
	padding-left: 1.2rem;
}
[data-role='diff'] > span {
	color: #888;
	font-size: 13px;
	font-weight: 400;
	padding-right: 0.6rem;
}
[data-role='slider'] {
	margin: 1.6rem 0 1.8rem;
	position: relative;
	zoom: 1;
}
.svg-inline-tizer_svg svg {
	max-width: 100%;
}

.another_currency_block {
	margin-top: 10px;
}

.flex_price_block {
	display: flex;
}

.another_currency_inline_block {
	margin-left: 5px;
	flex-shrink: 0;
}

.prices_from_count {
	margin-bottom: 10px;
}
.prices_from_count_it {
	margin-top: 10px;
	font-size: 16px;
}

.prices_from_count_it_1 {
	color: red;
}
.prices_from_count_it_2 {
	color: orange;
}
.prices_from_count_it_3 {
	color: green;
}

.prices_from_count_it_1 b {
	color: red;
}
.prices_from_count_it_2 b {
	color: orange;
}
.prices_from_count_it_3 b {
	color: green;
}

.discount_price_percent {
	color: white;
	background-color: red;
	padding: 2px 6px 2px 6px;
}

.prices_from_count_list {
	margin-bottom: 10px;
}
.prices_from_count_it_list {
	margin-top: 5px;
	font-size: 14px;
}

.prices_from_count_it_list_1 {
	color: red;
}
.prices_from_count_it_list_2 {
	color: orange;
}
.prices_from_count_it_list_3 {
	color: green;
}

.prices_from_count_it_list_1 b {
	color: red;
}
.prices_from_count_it_list_2 b {
	color: orange;
}
.prices_from_count_it_list_3 b {
	color: green;
}

.discount_price_percent_list {
	color: white !important;
	background-color: red;
	padding: 2px 6px 2px 6px;
}

.prices_from_count_basket .prices_from_count_it {
	font-size: 14px !important;
}

#basket-root .basket-item-amount {
	max-width: 93% !important;
}

/* Task 78422 start */
.top_block .h3 {
	display: inline-block;
	margin: 0 38px 0 0;
	font-weight: 500;
	font-size: 1.6em;
	color: var(--white_text_black);
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
}
/* Task 78422 end */

#companyPhotoCarousel {
	max-width: 640px;
	margin: 0 auto;
}

#companyPhotoCarousel .f-carousel__slide {
	display: flex;
	justify-content: center;
	align-items: center;
}

.sticker_khit {
	color: black !important;
	background-color: #ffdf1f !important;
}

.sticker_rekomenduem {
	color: black !important;
	background-color: #e54b31 !important;
}

.sticker_novinka {
	color: black !important;
	background-color: #a9e800 !important;
}

.sticker_pod_zakaz {
	color: black !important;
	background-color: #fff4bd !important;
}

.sticker_pod_zakaz_10_12_rabochikh_dney {
	color: black !important;
	background-color: #fff4bd !important;
}

.sticker_pod_zakaz_10_15_rabochikh_dney {
	color: black !important;
	background-color: #fff4bd !important;
}

.sticker_pod_zakaz_3_5_rabochikh_dney {
	color: black !important;
	background-color: #fff4bd !important;
}

.sticker_pod_zakaz_5_7_rabochikh_dney {
	color: black !important;
	background-color: #fff4bd !important;
}

.sticker_ozhidaetsya_postuplenie {
	color: black !important;
	background-color: #fff4bd !important;
}

.stickers_img {
	width: 20px;
	margin-right: 2px !important;
	padding: 2px;
}

/*.stickers.custom-font [class*=sticker_] {
    padding: 5px 10px 5px !important;
}*/

.prop_list_icon {
	width: 25px;
}

.stickers_img {
	position: static !important;
	max-width: 20px !important;
}

.stickers [class*='sticker_'] {
	display: flex;
	align-items: center;
	gap: 3px;
	position: relative;
}

.dop_dsc_shab {
	margin-top: 35px;
	padding: 10px 10px 5px 10px;
	background-color: #f0f0f0;
}
.dop_dsc_shab div {
	margin-bottom: 10px;
}

#headerfixed .flex_price_block .another_currency_inline_block .price {
	font-size: 14px !important;
}

.stickers.custom-font [class*='sticker_'] {
	padding: 2px 7px 2px 23px;
}
.stickers:not(.custom-font) [class*='sticker_'] {
	padding: 6px 7px 6px 23px;
}

.sticker_khit::before,
.sticker_novinka::before,
.sticker_rekomenduem::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 2px;
	width: 18px;
	height: 18px;
	background-size: contain;
	background-repeat: no-repeat;
	transform: translate(0, -50%);
}
.sticker_khit::before {
	background-image: url('/images/stickers/hit_sticker.png');
}
.sticker_novinka::before {
	background-image: url('/images/stickers/new_sticker.png');
}
.sticker_rekomenduem::before {
	background-image: url('/images/stickers/rec_sticker.png');
}

.logo-div {
	width: 100%;
	height: 100%;
	align-items: center;
	display: flex;
}

#headerfixed
.menu-row.middle-block:not(.bglight)
.mega-menu
table
td
.wrap
> a {
	color: #fff !important;
	height: 53px !important;
}

#bx-soa-paysystem [data-id='8'] {
	display: none !important;
}

/* Task # */

.header__menu {
	max-width: 753px;
	margin: 0 auto;
}
.header__top-inner--flex-start {
	justify-content: flex-start;
}
.header__top-item {
}
.work-time {
	display: flex;
	align-items: center;
	gap: 8px;
	position: relative;
	cursor: pointer;
}
.work-time__icon {
}
.work-time__icon img {
	max-width: 20px;
	max-height: 20px;
	display: flex;
}
.work-time__info {
	display: flex;
	flex-direction: column;
}
.work-time__bar {
	display: flex;
	align-items: center;
}
.work-time__bar span {
	width: 12%;
	height: 3px;
}

.work-time__bar span:not(:first-child) {
	margin-left: 2.66667%;
}

.work-time__bar span:nth-child(1),
.work-time__bar span:nth-child(2),
.work-time__bar span:nth-child(3),
.work-time__bar span:nth-child(4) {
	background-color: #68c000;
}

.work-time__bar span:nth-child(5) {
	background-color: gold;
}

.work-time__bar span:nth-child(6),
.work-time__bar span:nth-child(7) {
	background-color: #ff7171;
}

.work-time__hours {
	display: flex;
	align-items: center;
	gap: 15px;
}

.work-time__hours span {
	position: relative;
	padding-left: 10px;
	white-space: nowrap;
	position: relative;
}

.work-time__hours span:first-child::before,
.work-time__hours span:last-child::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 5px;
	height: 5px;
	transform: translate(0, -40%);
}

.work-time__hours span:first-child::before {
	background-color: #68c000;
}
.work-time__hours span:last-child::before {
	background-color: gold;
}

.work-time__tippy {
	position: absolute;
	bottom: -40px;
	left: 50%;
	transform: translate(-50%);
	width: 100%;
	height: fit-content;
	padding: 5px 20px;
	background-color: rgba(0, 0, 0, 0.77);
	color: #fff;
	text-align: center;
	border-radius: 10px;
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s;
}
.work-time__tippy::before {
	content: '';
	position: absolute;
	top: -8px;
	left: 50%;
	transform: translate(-50%);
	width: 0;
	height: 0;
	border: 0 solid transparent;
	border-right-width: 8px;
	border-left-width: 8px;
	border-bottom: 8px solid rgba(0, 0, 0, 0.77);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.3s;
}
.work-time:hover .work-time__tippy::before,
.work-time:hover .work-time__tippy {
	opacity: 1;
	visibility: visible;
}
.social {
	display: flex;
	align-items: center;
	gap: 17px;
}

.social__item {
	max-width: 46px;
	max-height: 46px;
}

.social__item--telegram {
	width: 40px;
	height: 40px;
}

.social__item--watsapp {
	width: 46px;
	height: 46px;
}

.header-phones {
	display: flex;
	flex-direction: column;
	font-weight: 700;
}
.header-phones__item {
	color: #000;
}
.header-contacts {
	display: flex;
	gap: 19px;
	align-items: center;
}
.header-contacts__block {
	display: flex;
	flex-direction: column;
}

.header-contacts__button {
	text-transform: uppercase !important;
	background-color: #e90201 !important;
	color: #fff !important;
	border: 1px solid #e90201 !important;
}
.header-contacts__email {
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: 600;
}
.header-contacts__email:hover svg path {
	fill: var(--fill_dark_lite_ccc) !important;
}

#mobileheader .logo-block {
	width: 80px;
}
#mobileheader .work-time {
	padding: 12px 20px 0 23px;
}

#mobileheader .work-time__icon img {
	max-width: 13px;
	max-height: 15px;
}

.link,
body a,
.colored,
.dark-color:hover,
.top-block .menu > li > a:hover,
a.colored,
body#main .colored_theme_hover_text:hover,
body#main .colored_theme_text,
.catalog_section_list .section_item li.sect a,
body#main .colored_theme_text_with_hover:not(:hover) {
	color: #4764ba;
}

/* Task #84284 */
.cost.prices {
	text-align: center;
}

.flex_price_block {
	justify-content: center;
}

.catalog_block .catalog_item:not(.big) > div .item_info {
	text-align: center;
}

/* Task END */

/* Task #88814*/
.container_inner.clearfix
.middle
.wrapper_inner_half.row.flexbox.shop-detail1.clearfix {
	align-items: flex-start;
}

/* Task 89254*/

@media (max-width: 460px) {
	.prices_from_count_it {
		font-size: 12px;
	}
	.prices_block .price {
		font-size: 24px;
	}
}

/* Task END */

@media(min-width: 992px){
	.catalog_page .section-content-wrapper.with-leftblock, .catalog_page.wide_N .section-content-wrapper, .right_block.wide_, .right_block.wide_N {
		float: right;
		width: calc(100% - 277px);
		position: relative;
	}
}

@media(min-width: 1300px){
	.left_block {
		--width-left-block: 258px;
		width: var(--width-left-block) !important;
	}
}
.top-block+.header-wrapper .logo_and_menu-row .logo-row .logo{
	width: 100%;
}
.bx_filter .bx_filter_button_box{
	clear: none;
}
.bx_filter_input_checkbox{
	clear: none;
}