

/* Start:/local/templates/pompa_2025/components/bitrix/catalog/pompa_redesign/style.css?173079722615389*/
.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width:960px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
}
@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{
		padding-left: 3%;
	}
}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}

}

.catalog-block-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}
.catalog-block-header:visited {color: darkmagenta;}
.hide-referrer {color:darkmagenta; text-decoration: underline;}
body.bx-theme-blue .catalog-block-header{border-color:#006cc0;}
body.bx-theme-green .catalog-block-header{border-color:#63aa28;}
body.bx-theme-red .catalog-block-header{border-color:#da3737;}
body.bx-theme-yellow .catalog-block-header{border-color:#f4b236;}

.postuplenie {
	padding: 10px 0px;
}

.postuplenie span{
	padding: 0px 10px;
	font-weight: 600;
}

/* == NEW DESIGN ============================================================= */
/* FILTER */
.filter__button {
	padding: 10px 0;
	font-size: 14px;
	text-transform: uppercase;
	border: 0;
	outline: 0;
	box-shadow: none;
	border-radius: 3px;
	background-color: transparent;
	white-space: nowrap;
}

.filter__button:hover,
.filter__button:focus {
	color: #b89779;
}

.filter-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0 ,0,	 0);
	display: none;
	z-index: 10;
	transition: background 0.3s ease;
}

.filter-overlay.active {
	background-color: rgba(51, 51, 51, 0.16);
}

.filter__modal {
	width: CALC(var(--filter-width) + 10px);
	max-width: 100%;
	height: 100%;
	margin-left: 10px;
	background-color: #ffffff;
}

.filter__modal.active {
	right: 0;
}

.filter__modal-content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	height: 100%;
	padding: 10px 0 30px;
}

.filter__modal-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin-bottom: 30px;
	padding-left: 33px;
}

.filter__modal-top-btn {
	display: inline-block;
	padding: 0;
	border: 0;
	background-color: transparent;
	box-shadow: none;
}

.filter__modal-top-btn:hover {
	text-decoration: underline;
}

.filter__close-btn {
	position: relative;
	right: -4px;
	width: 16px;
	height: 16px;
	padding: 15px;
	background: none;
	border: none;
	cursor: pointer;
	font-size: 0;
	line-height: 0;
}

.filter__close-btn::before,
.filter__close-btn::after {
	content: '';
	position: absolute;
	width: 20px;
	height: 1.5px;
	background-color: #000000;
	top: 15px;
	left: 5px;
	transition: background-color 0.2s;
}

.filter__close-btn::before {
	transform: rotate(45deg);
}

.filter__close-btn::after {
	transform: rotate(-45deg);
}

.filter__close-btn:hover::before,
.filter__close-btn:hover::after {
	background-color: #b89779;
}

.filter__modal-scroll {
	flex-grow: 1;
	width: 100%;
	padding: 0 0 0 20px;
	overflow-y: auto;
	direction: rtl;
	scrollbar-gutter: stable;
	scrollbar-width: thin;
	scrollbar-color: #eeeeee #ffffff;
	overscroll-behavior: contain;
}


.filter__modal-scroll  > * {
	direction: ltr;
}

.filter__title {
	position: relative;
	width: 100%;
	padding: 15px 30px 15px 0;
	color: inherit;
	border: none;
	background-color: transparent;
	text-align: left;
	box-shadow: none;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0.01em;
}

.filter__title::after,
.filter__title::before {
	content: '';
	position: absolute;
	width: 21px;
	height: 1.5px;
	background-color: #333333;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.filter__title::after {
	transform: translateY(-50%) rotate(90deg);
}

.filter__title:not(.collapsed)::after {
	display: none;
}

.filter__heading {
	position: relative;
	display: inline-block;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.01em;
	text-transform: uppercase;
}

.filter__heading::before {
	content: "";
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	border-bottom: 1px solid currentColor;
}

.filter__block {
	padding-bottom: 20px;
}

.filter__list {
	display: inline-flex;
	flex-direction: column;
	margin: 0 0 15px;
	padding: 0;
	list-style-type: none;
}

.filter__list-item {
	margin-bottom: 1px;
}

.filter__list-btn {
	display: flex;
	padding: 4px 16px 3px 0;
	border: 0;
	background-color: transparent;
	box-shadow: none;
	transition: color 0.1s, background-color 0.1s;
}

.filter__list-item.active .filter__list-btn {
	padding: 4px 8px 3px 8px;
	background-color: #333333;
	color: #ffffff;
	border-radius: 3px;
}

/* Чекбоксы */
.filter__checkbox-list {
	display: inline-flex;
	flex-direction: column;
}

.filter__checkbox {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	border: 0;
	padding: 0;
	white-space: nowrap;
	clip-path: inset(100%);
	clip: rect(0 0 0 0);
	overflow: hidden;
}

.filter__checkbox-item:not(:last-child) {
	margin-bottom: 5px;
}

.filter__checkbox-label {
	position: relative;
	margin: 0;
	cursor: pointer;
}

.filter__checkbox-text-wrapper {
	display: inline-block;
	width: 100%;
	padding: 3px 8px;
	font-size: 14px;
	line-height: 1.3;
	font-weight: 400;
	background-color: #eeeeee;
	border-radius: 3px;
	transition: background-color 0.2s, color 0.2s;
}

.filter__checkbox:checked + .filter__checkbox-text-wrapper {
	padding: 3px 8px;
	background-color: #333333;
	color: #ffffff;
}

/*.filter__checkbox + .filter__checkbox-text-wrapper::before {*/
/*	content: '';*/
/*	position: absolute;*/
/*	left: 0;*/
/*	top: 12px;*/
/*	width: 24px;*/
/*	height: 22px;*/
/*	border: 1px solid #333333;*/
/*	background-color: #fff;*/
/*	transform: translateY(-50%);*/
/*	border-radius: 2px;*/
/*}*/

/*.filter__checkbox:checked + .filter__checkbox-text-wrapper::after {*/
/*	content: '';*/
/*	position: absolute;*/
/*	left: 4px;*/
/*	top: 12px;*/
/*	width: 16px;*/
/*	height: 14px;*/
/*	background-color: #333333;*/
/*	transform: translateY(-50%);*/
/*	border-radius: 2px;*/
/*}*/

.filter__checkbox-text {
	display: inline-block;
}

/* End of Чекбоксы */

/* Фильтр - Размер */
.filter__checkbox-list--squares {
	flex-direction: row;
	flex-wrap: wrap;
	margin-left: -6px;
}

.filter__checkbox-list--squares .filter__checkbox-label {
	padding: 6px;
}

.filter__checkbox-list--squares .filter__checkbox-item {
	margin-bottom: 5px;
}

.filter__checkbox-list--squares .filter__checkbox-item {
	margin-right: 6px;
}

.filter__checkbox-list--squares .filter__checkbox-text-wrapper::before,
.filter__checkbox-list--squares .filter__checkbox-text-wrapper::after {
	display: none;
}

.filter__checkbox-list--squares .filter__checkbox-text-wrapper {
	padding: 5px;
	border-radius: 2px;
	color: #000000;
	background-color: #eeeeee;
	font-size: 14px;
}

.filter__checkbox-list--squares .filter__checkbox:checked + .filter__checkbox-text-wrapper {
	padding: 5px;
}


.filter__checkbox-list--squares .filter__checkbox-text {
	padding-right: 0;
}

.filter__checkbox-list--squares .filter__checkbox:checked + .filter__checkbox-text-wrapper,
.filter__checkbox-list--squares .filter__checkbox-label:hover .filter__checkbox-text-wrapper {
	background-color: #333333;
	color: #ffffff;
}
/* end of Фильтр - Размер */

/* Фильтр - Цвет */

.filter__checkbox-list--colors {
	flex-direction: row;
	flex-wrap: wrap;
	margin-right: 23px;
	margin-left: -6px;
}

.filter__checkbox-list--colors .filter__checkbox-label {
	padding: 0;
}

.filter__checkbox-list--colors .filter__checkbox-item {
	margin-right: 7px;
}

.filter__checkbox-list--colors .filter__checkbox-text-wrapper::before,
.filter__checkbox-list--colors .filter__checkbox-text-wrapper::after,
.filter__checkbox-list--colors .filter__checkbox-text {
	display: none;
}

.filter__color {
	position: relative;
	display: inline-block;
	width: 24px;
	height: 20px;
	background-size: contain;
	border-radius: 2px;
}

.filter__color--multi {
	background: linear-gradient(180deg, #F9DA8B 0%, #93CD59 20%, #71D0E5 38%, #7C54ED 59.5%, #BF48AC 77.5%, #EC000E 94.5%);
}

.filter__color--border {
	border: 1px solid #d4d4d4;
}

.filter__color::after {
	content:'';
	display: block;
	position: absolute;
	top: -2px;
	left: -2px;
	width: CALC(100% + 4px);
	height: CALC(100% + 4px);
	border: 1px solid transparent;
	border-radius: 2px;
	transition: border-color 0.1s;
}

.filter__color--border::after {
	top: -3px;
	left: -3px;
	width: CALC(100% + 6px);
	height: CALC(100% + 6px);
}

.filter__checkbox:checked + .filter__checkbox-text-wrapper .filter__color::after {
	border-color: #333333;
}

.filter__selected-colors {
	font-size: 14px;
	line-height: 1.3;
}
.filter__checkbox-list--colors .filter__checkbox-text-wrapper,
.filter__checkbox-list--colors .filter__checkbox:checked + .filter__checkbox-text-wrapper {
	background-color: transparent;
}
/* end of Фильтр - Цвет */

/* Фильтр - Скролл чекбоксов (Блок, ТМ) */
.filter__scroll-wrapper {
	padding: 0;
	border-radius: 2px;
	border: 1px solid #333333;
}

.filter__toggle-checkbox-list-btn {
	position: relative;
	display: flex;
	justify-content: flex-end;
	width: 100%;
	height: 38px;
	border: 0;
	box-shadow: none;
	font-size: 0;
	line-height: 0;
	background-color: transparent;
	cursor: pointer;
}

.filter__toggle-checkbox-list-btn::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	width: 10px;
	height: 10px;
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
	transform: translate(-50%, -30%) rotate(45deg);
	transition: 0.1s transform;
}

.filter__toggle-checkbox-list-btn--close::after {
	transform: translate(-50%, -60%) rotate(-135deg);
}

.filter__checkbox-list--scroll {
	display: inline-flex;
	flex-direction: column;
	width: 100%;
	padding-right: 15px;
}

.filter__scroll-block {
	display: block;
	max-height: 170px;
	margin: 0 17px 11px 14px;
	overflow-y: auto;
	scrollbar-gutter: stable;
	scrollbar-width: thin;
	scrollbar-color: #eeeeee #ffffff;
	overscroll-behavior: contain;
}

.filter__scroll-block--close {
	display: none;
}

.filter__selected-values {
	padding-top: 5px;
	font-size: 14px;
	line-height: 1.3;
}

.filter__checkbox-list--scroll .filter__checkbox-label {
	width: 100%;
}
/* end of Фильтр - Скролл чекбоксов (Блок, ТМ) */

/* Фильтр - Без фона */
.filter__checkbox-list--no-background .filter__checkbox-text-wrapper {
	padding: 3px 8px 3px 0;
}

.filter__checkbox-list--no-background .filter__checkbox-text-wrapper {
	background-color: transparent;
}
/* end of Фильтр - Без фона */

/* Фильтр - Цена */
.price-range {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	max-width: 365px;
}

.price-range__slider {
	position: relative;
	width: 100%;
	margin: 5px 0 0;
}

.price-range__slider::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 3px;
	background: #e0e0e0;
	border-radius: 3px;
	z-index: 1;
}

.price-range__range {
	position: absolute;
	width: 100%;
	height: 3px;
	margin: 0;
	-webkit-appearance: none;
	appearance: none;
	background: transparent;
	pointer-events: none;
	z-index: 3;
}

.price-range__range::-webkit-slider-thumb {
	position: relative;
	-webkit-appearance: none;
	appearance: none;
	width: 20px;
	height: 30px;
	cursor: pointer;
	pointer-events: all;
	background-image: url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cellipse cx='4' cy='4' rx='4' ry='4' fill='%23333333'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: initial;
}

.price-range__range--max::-webkit-slider-thumb {
	background-position: 100% 50%;
}

.price-range__track-wrapper {
	position: relative;
	height: 3px;
	margin: 0 10px;
}

.price-range__track {
	position: absolute;
	z-index: 2;
}

.price-range__track::before {
	content: "";
	display: block;
	width: CALC(100% + 2px);
	height: 3px;
	margin-left: -1px;
	background-color: #333333;
	border-radius: 3px;
}

.price-range__price {
	font-size: inherit;
	line-height: normal;
	border: 0;
	width: 62px;
	text-align: end;
}

.price-range input.price-range__price:focus {
	border: 0;
	outline: 0;
	box-shadow: none;
}

.price-range__price-block {
	width: 70px;
	display: flex;
	justify-content: center;
	font-size: 14px;
	font-weight: 400;
	line-height: 100%;
}

.price-range__price-block--max {
	margin-right: 15px;
}

.price-range__currency {
	display: flex;
	align-items: center;
}

/* end of Фильтр - Цена */

/* Фильтр - Кнопки */

.filter__buttons {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width: CALC(100% + 20px);
}

.filter__button-wrapper {
	flex-grow: 1;
	margin-top: 20px;
	margin-right: 20px;
}

.main-button.filter__btn {
	width: 100%;
	padding: 10px;
	font-size: 14px;
}
/* end of Фильтр - Кнопки */

@media(max-width: 1024px) {
	.filter__modal-top {
		padding-left: 20px;
	}
}
@media(max-width: 768px) {


	body {
		--filter-width: 100%;
	}

	.filter__button {
		display: none;
	}

	.filter__modal-scroll {
		padding: 0;
		scrollbar-gutter: auto;
	}

	.filter__modal-top-btn {
		display: none;
	}
	.filter__modal-top {
		padding-left: 0;
	}

	.filter__modal-content {
		padding-bottom: 0;
	}

	.filter__modal-scroll {
		direction: ltr;
	}

	.filter__modal {
		position: fixed;
		top: 0;
		left: 0;
		width: 100vw;
		height: auto;
		max-height: 100vh;
		max-width: none;
		margin: 0;
		padding: 0 20px;
		overflow-y: auto;
		z-index: 160;
	}

}
@media(max-width: 500px) {
	body {
		--filter-width: 580px;
		--filter-top-padding: 40px;
		--filter-right-padding: 0px;
	}

	.filter__heading {
		font-weight: 500;
	}

	.filter__buttons {
		width: CALC(100% + 10px);
		margin-top: 20px;
	}

	.filter__button-wrapper {
		margin-top: 10px;
		margin-right: 10px;
	}

	.main-button.filter__btn {
		font-size: 12px;
	}

	.filter__checkbox-list--colors .filter__checkbox-item {
		margin-right: 0;
	}

	.filter__block {
		padding-bottom: 10px;
	}

	.filter__checkbox-list--squares .filter__checkbox-item {
		margin-right: 0;
	}


}


/* End of NEW DESIGN  ================================================= */

.red {
	color: #9b1b1b;
}

/* End */


/* Start:/promo/jacket/includes/style.css?176158056321322*/


@font-face {
    font-family: "Manrope";
    src: url('/local/templates/pompa_2025/fonts/Manrope/Manrope-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "KazimirText-Book";
    src: url('/local/templates/pompa_2025/fonts/KazimirText-Book/KazimirText-Book.woff2') format('woff2'),
    url('/local/templates/pompa_2025/fonts/KazimirText-Book/KazimirText-Book.woff') format('woff'),
    url('/local/templates/pompa_2025/fonts/KazimirText-Book/KazimirText-Book.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

html {
    scroll-behavior: smooth;
}

.container--no-paddings {
    padding: 0 !important;
}

.overview {
    position: relative;
    padding-bottom: 50px;
    font-size: 16px;
    color: #333333;
    letter-spacing: 0.05em;
}

.overview * {
/*    font-family: 'Manrope';*/
}

.overview__wrapper {
    max-width: 2560px !important;
    margin: 0 auto;
}

.overview__banner--main {
    /*background-size: cover;
    background-position: center top;
    background-image: url("/promo/jacket/includes/img/banner.jpg");*/
    aspect-ratio: 1950 / 820;
    background-color: #cfd0cb;
}


.overview img,
.overview video {
    max-width: 100%;
    height: auto;
}

.overview__banner {
    margin-bottom: 60px;
    font-size: 0;
    line-height: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    overflow: hidden;
}

.overview__banner img {
    width: 100%;
    margin: 0 auto;
    display: block;
}

.overview__banner video {
    width: 100%;
}



/*  overview NEW =============================================================== */
.overview__items-new-title {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    font-size: 40px;
    line-height: 1.2;
}

.overview__items-new-items {
    height: 100%;
    width: 100%;
    padding-bottom: 70px;
}

.overview__items-new-block {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: min(125px, 5vw);
    margin-bottom: 15px;
    text-align: center;
}

.overview__items-new-slider-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1.5;
    margin-bottom: 20px;
    overflow: hidden;
}

.overview__items-new-slider-inner-wrapper {
    max-width: 100%;
}

.overview__items-new-btn {
    width: 175px;
    min-height: 32px;
    margin-bottom: 5px;
}


@media (max-width: 1024px) {

    .overview__items-new-btn {
        display: none;
    }

    .overview__items-new-title {
        margin: 15px 0;
    }
}

@media (max-width: 600px) {
    .overview__items-new-title {
        font-size: clamp(20px, 8vw, 57px);
    }
    .overview__items-new-slider-wrapper {
        padding-bottom: 0;
    }
}

@media (max-width: 375px) {
    .overview__items-new-block {
        margin-bottom: 5px;
    }
}

/* overview ITEM ===============================*/

.overview-item {
    position: relative;
    font-size: 12px;
    line-height: 1;
}

.overview-item__top {
    position: relative;
    color: inherit;
    overflow: hidden;
}

.overview-item__sizes-list {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 12px;
    line-height: 1;
}

.overview-item__sizes {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    bottom: 0;
    width: 100%;
    height: 45px;
    background-color: #ffffff;
    opacity: 0;
    transition: 0.3s opacity;
}

.overview-item:hover .overview-item__sizes {
    opacity: 1;
}

.overview-item__size {
    width: min(40px, 14%);
    text-align: center;
    color: #333333;
}

.overview-item__size.disabled {
    color: #b8b8b8;
}

.overview-item__title-wrapper {
    position: relative;
    display: flex;
    gap: 20px;
}

.overview-item__title {
    display: inline-block;
    width: 100%;
    min-height: CALC(2.2em + 16px);
    padding-top: 16px;
    padding-right: clamp(30px, 13%, 55px);
    font-size: 12px;
    line-height: 1.1;
    text-transform: uppercase;
    color: inherit !important;
}

.overview-item__title:hover {
    text-decoration: none;
}

.overview-item__favorite-btn {
    display: none;
    position: absolute;
    top: 11px;
    right: 0;
    font-size: 0;
    line-height: 0;
    background-color: transparent;
    border: 0;
    padding: 0;
    width: 24px;
    height: 30px;
    flex-shrink: 0;
    opacity: 0;
    transition: 0.3s opacity;
    z-index: 1;
    color: #798393;
}

.overview-item__favorite-btn:hover {
    color: #1E2126;
}


.overview-item:hover .overview-item__favorite-btn {
    opacity: 1;
}

.overview-item__favorite-icon {
    color: currentColor;
    fill: transparent;
    transition: 0.3s fill, 0.3s stroke, 0.3s color;
}

.overview-item__favorite-btn.active .overview-item__favorite-icon ,
.overview-item__favorite-btn:hover .overview-item__favorite-icon  {
    fill: currentColor;
    stroke: currentColor;
}

.overview-item__price-wrapper {
    font-size: 12px;
    line-height: 1;
}

.overview-item__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 0 0;
    color: inherit;
}

.overview-item__bottom:hover {
    text-decoration: none;
}

.overview-item__price {
    margin-right: 8px;
    color: #B89779;
}

.overview__bg .overview-item__price {
    color: inherit;
}

.overview-item__price--red {
    color: #a2052c !important;
}

.overview-item__discount {
    font-weight: 500;
}

.overview-item__colors {
    display: flex;
    gap: 5px;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.overview-item__color {
    font-size: 0;
    line-height: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.overview-item__color--more {
    width: auto;
    border-radius: 0;
    font-size: inherit;
    line-height: 1;
}

.overview-item__color--border {
    border: 1px solid #D6D6D6;
}
.catalog-item__color--border_b{
    border:1px solid #EBE2D9;
}
.product-list__show-more-wrapper {
    margin-top: 20px;
    text-align: center;
}

.product-list__show-more-btn {

    width: 175px;
}

/* inside overview__items-slider */

@media (max-width: 1024px) {
    .overview__items-slider .overview-item__sizes {
        display: none;
    }
    .overview__items-slider .overview-item__title {
        display: none;
    }

    .overview__items-slider .overview-item__bottom {
        display: none;
    }

    .overview__items-slider .overview-item__block {
        position: absolute;
        top: 0;
        right: 0;
    }

    .overview__items-slider .overview-item__favorite-btn {
        opacity: 1;
        top: 15px;
        right: 15px;
        color: #b8b8b8;
    }

    .overview-item__title {
        padding-right: 0;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis
    }
}


@media (max-width: 600px) {

    .overview__items-slider .overview-item__favorite-btn {
        top: 0;
        right: 0;
    }
}


/*=================================*/
.overview__items-slider__btn {
    position: absolute;
    top: 0;
    width: 40px;
    height: 100%;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #ffffff;
    background-color: transparent;
    border: none;
    transition: 0.1s opacity;
    z-index: 1;
}

.overview__items-slider__btn:hover {
}

.overview__items-slider__btn:disabled {
    display: none;
}

.overview__items-slider__btn:focus {
    opacity: 1;
}

.overview__items-slider__btn--prev {
    justify-content: flex-start;
    left: 0;
}

.overview__items-slider__btn--next {
    right: 0;
}

.overview__items-slider__icon {
    width: 17px;
    height: auto;
    margin: 0 8px 18px;
}

.overview__items-slider__link {
    display: flex;
    width: 100%;
    height: 100%;
}
.overview-item__pagination,
.overview__items-slider__pagination {
    position: relative !important;
    display: flex;
    justify-content: center;
    text-align: center;
    bottom: 0 !important;
    left: 50% !important;
    width: 610px !important;
    height: auto;
    max-width: 100%;
    transform: translateX(-50%) !important;
    transition: .3s opacity;
    z-index: 1;
    display: none;
}

.overview-item__bullet,
.overview__items-slider__bullet {
    position: relative;
    width: 145px !important;
    height: auto;
    max-width: 25%;
    margin: 0 3px !important;
    padding: 15px 4px;
    border-radius: 0 !important;
    transition: opacity 0.1s;
    background-color: transparent !important;
    opacity: 1 !important;
}

.overview-item__bullet::before,
.overview__items-slider__bullet::before {
    content: '';
    position: absolute;
    bottom: 50%;
    left: 0;
    display: inline-block;
    width: 100%;
    font-size: 0;
    line-height: 0;
    transform: translateY(50%);
    border-top: 4px solid #1E212629;
}

.swiper-pagination-bullet-active::before {
    border-color: #1E2126CC !important;
}

.overview__items-slider__img-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.overview__items-slider__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.overview__items-slider_text {
    position: absolute;
    top: 0;
    left: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-weight: 700;
    font-size: max(1.1vw, 2.1vh);
    line-height: 100%;
    text-transform: uppercase;
    color: #ffffff;
    transform: translateX(-50%);
}

.overview__items-slider_text p:last-child {
    margin-bottom: 0;
}

.overview__items-slider.swiper-navigation-disabled .overview__items-slider__btn {
    display: none;
}

.overview-item__new-slider-pagination {
    display: flex;
    bottom: 0 !important;
    top: auto !important;
}

.overview__items-slider-img {
    width: 100%;
}


@media (max-width: 1024px) {
}

@media (max-width: 600px) {
    .overview__items-slider__bullet {
        margin: 0 2px !important;
        padding: 10px 4px;
    }

    .overview__items-slider__bullet::before {
        border-top-width: 3px;
    }
}


/*overview__guide- ==================================================================*/
.overview__guide {
}

.overview__guide-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

.overview__guide--slider {
    height: 100%;
}

.overview__tiles-wrapper {
    flex-grow: 1;
    overflow: hidden;
    width: 100%;
}

.overview__tiles {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0 , 1fr));
    gap: 0;
    max-height: 100%;
}

.overview__guide-slider.swiper-initialized .overview__tiles {
    display: flex !important;
}

.overview__tiles-item {
    position: relative;
    cursor: default;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.overview__tiles-content {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 5px min(55px, 2vw);
    background-color: #ece7e3;
    opacity: 0;
    transition: opacity 0.4s;
}

.overview__tiles-item:hover .overview__tiles-content {
    opacity: 1;
}

.overview__tiles-text {
    text-align: center;
    font-size: min(38px, 1.45vw);
    line-height: 1.3;
    font-family: "KazimirText-Book";
}

.overview__tiles-text p {
    font-family: inherit;
}

.overview__tiles-text p:last-child {
    margin-bottom: 0;
}

.overview__tiles-link {
    position: relative;
    color: inherit;
    font-size: min(20px, 1.5vw);
    font-weight: 400;
    line-height: 1.3;
}

.overview__tiles-img-wrapper {
    height: 100%;
    width: 100%;
}

.overview__tiles-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.overview__main-title {
    margin: 0;
    font-family: "KazimirText-Book";
    font-size: min(40px, 2.4vw);
    font-weight: 400;
    line-height: 1.3;
    text-transform: uppercase;
    text-wrap-style: balance;
    color: inherit !important;
}

@media (max-width: 1440px) {
    .overview__tiles-text {
        font-size: min(38px, 1.7vw);
    }
}

@media (max-width: 1024px) {
    .overview__tiles-container {
        display: none;
    }

    .overview__tiles {
        display: flex;
        height: 100%;
    }

    .overview__tiles-item-wrapper {
        height: 100%;
    }

    .overview__tiles-item {
        display: flex;
        flex-direction: column;
    }

    .overview__tiles-content {
        order: 5;
        flex-grow: 1;
        position: static;
        height: auto;
        margin-bottom: auto;
        padding: 20px 15px 20px;
        opacity: 1;
    }

    .overview__tiles-img-wrapper {
        height: 50%;
    }

    .overview__tiles-text {
        font-size: min(22px, 4vw);
    }

    .overview__tiles-link {
        font-size: min(20px, 3.5vw);
    }

    .overview-item__bullet::before, .overview__items-slider__bullet::before {
        border-color: #f2f2f27a;
    }

    .overview-item__pagination,
    .overview__items-slider__pagination {
        display: flex;
    }

}

@media (max-width: 600px) {
    .overview__tiles-img-wrapper {
        height: auto;
    }
}




@media (max-width: 591px) and (orientation: portrait) {
    .overview__banner--main {
        /*background-image: url("/promo/jacket/includes/img/banner@0.5x.jpg");*/
        aspect-ratio: 591 / 600;
    }
}

.promo-item__colors {
    display: flex;
    gap: 5px;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.promo-item__color {
    font-size: 0;
    line-height: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.promo-item__color--more {
    width: auto;
    border-radius: 0;
    font-size: inherit;
    line-height: 1;
}

.promo-item__color--border {
    border: 1px solid #D6D6D6;
}
.catalog-item__color--border_b{
    border:1px solid #EBE2D9;
}

/*  =============================================== */
.overview__feature-slide {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.overview__feature-top {
    padding: 50px 35px 20px;
}

.overview__feature-left {
    color: #ffffff;
    background-color: #6a6666;
}

.overview__feature-heading {
    display: flex;
    align-items: center;
    min-height: 4em;
    margin-top: 0;
    margin-bottom: 10px;
    text-align: left;
    font-family: "KazimirText-Book";
    font-weight: 400;
    font-size: min(40px, 2.1vw);
    line-height: 1.3;
    text-transform: uppercase;
    color: #ffffff;
}

.overview__feature-desc {
    font-size: 14px;
    line-height: 1.3;
}

.overview__feature-desc p {
    margin-bottom: 0;
}

.overview__feature-desc p:not(:last-child) {
    margin-bottom: 0.8em;
}

.overview__feature-right {
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: #ece7e3;
}

.overview__feature {
    display: grid;
    grid-template-columns: 25% minmax(0, 1fr);
}

.overview__feature-image-wrapper {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 36% 1fr;
    margin: auto 3%;
    gap: clamp(10px, 2.4%, 30px);
}

.overview__feature-btn {
    padding: 0;
    text-align: right;
    font-family: KazimirText-Book;
    font-weight: 400;
    font-size: min(24px, 1.24vw);
    line-height: 1.2;
    background-color: transparent;
    border: 0;
}

.overview__feature-image-list--right .overview__feature-btn {
    text-align: left;
}

.overview__feature-btn:hover {
    font-weight: 600;
    text-transform: uppercase;
}

.overview__feature-title {
    margin: 40px auto 25px;
    text-align: center;
    display: block;
}

.overview__feature-bottom img {
    width: 100%;
    height: auto;
}

.overview__feature-slider .swiper-slide {
    height: auto;
}

.overview__feature-image-list {
    margin: 23% 0 37%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.overview__feature-image-list--right {
    margin: 24% 0 13%;
}

.overview__feature-desc-bigger {
    font-size: 18px;
    line-height: 1.4;
    text-transform: uppercase;
}

.overview__feature-btn--3 {
    margin-bottom: 10%;
}

.overview__feature-btn--7 {
    margin-top: 9%;
}

.overview__feature-btn--8 {
    margin-bottom: 6%;
}

.overview__feature-image-list .tooltip-inner {
    max-width: 200px;
    text-align: center;
    padding: 12px 10px;
    background-color: #ffffff;
    border-radius: 5px;
    color: #333333;
    font-size: 14px;
}

.overview__feature-plus {
    display: none;
}


.overview__feature-slider .swiper-pagination {
    display: none;
}

.overview__feature-slider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #FFFFFF80;
}

.overview__feature-slider .swiper-pagination-bullet-active {
    background-color: #ffffff;
}


@media (max-width: 1440px) {
    .overview__feature-top {
        padding: 50px 20px 20px;
    }

    .overview__feature {
        grid-template-columns: 30% minmax(0, 1fr);
    }

    .overview__feature-image-wrapper {
        margin: auto 0;
    }
}


@media (max-width: 1024px) {
    .overview__feature {
        grid-template-columns: minmax(0, 1fr);
    }

    .overview__feature {
        display: flex;
        flex-direction: column;
    }

    .overview__feature-slide {
        flex-direction: row;
    }

    .overview__feature-top,
    .overview__feature-bottom {
        width: 50%;
    }

    .overview__feature-bottom img {
        object-fit: cover;
        height: 100%;
        width: 100%;
    }

    .overview__feature-right {
        order: -1;
    }

    .overview__main-title {
        font-size: min(40px, 5vw);
    }

    .overview__feature-btn {
        font-size: min(24px, 1.7vw);
    }

    .overview__feature-image-wrapper {
        margin: 40px 0;
    }
}

@media (max-width: 768px) {
    .overview__main-title {
        font-size: min(30px, 4vw);
    }

    .overview__feature-plus {
        display: none;
        width: 40px;
        height: 40px;
        display: block;
        border-radius: 50%;
        background-color: #b89779;
    }

    .overview__feature-btn-text {
        display: none;
    }

    .overview__feature-image-wrapper {
        display: block;
        gap: 0;
        max-width: 600px;
        margin: 0 auto;
    }

    .overview__feature-image-list {
        margin: 0;
    }

    .overview__feature-image-container,
    .overview__feature-image {
        width: 100%;
    }

    .overview__feature-btn {
        position: absolute;
        transform: translate(-50%, -50%);
    }

    .overview__feature-btn--1 {
        top: 20%;
        left: 41%;
    }

    .overview__feature-btn--2 {
        top: 36%;
        left: 21%;
    }

    .overview__feature-btn--3 {
        top: 58%;
        left: 29%;
    }

    .overview__feature-btn--4 {
        top: 80%;
        left: 23%;
    }

    .overview__feature-btn--5 {
        top: 32%;
        left: 78%;
    }

    .overview__feature-btn--6 {
        top: 47%;
        left: 48%;
    }

    .overview__feature-btn--7 {
        top: 52%;
        left: 66%;
    }

    .overview__feature-btn--8 {
        top: 80%;
        left: 68%;
    }

    .overview__feature-btn--9 {
        top: 87%;
        left: 48%;
    }

    .overview__feature-heading {
        font-size: 30px;
    }

    .overview__feature-slider .swiper-pagination {
        display: block;
    }

    .overview__feature-heading {
        margin-bottom: 30px;
    }

    .overview__feature-heading--short {
        margin-bottom: 10px;
    }

    .overview__feature-desc-big {
        line-height: 1.8;
    }

}

@media (max-width: 600px) {
    .overview__main-title {
        font-size: min(35px, 6.5vw);
    }

    .overview__feature-slide {
        flex-direction: column;
    }

    .overview__feature-top,
    .overview__feature-bottom {
        width: 100%;
    }
}


@media (max-width: 440px) {
    .overview__feature-plus {
        width: 30px;
        height: 30px;
    }
}

/*==============================================*/
.all-collection-link {
    position: fixed;
    z-index: 100;
    bottom: 0;
    right: calc(50% - 133px);
    width: fit-content;
    background-color: #333;
    color: #fff!important;
    height: 53px;
    padding: 0 20px;
    -ms-flex-line-pack: center;
    align-content: center;
    font-family: "Cera Pro",sans-serif;
    font-size: 14px;
    letter-spacing: .05em;
    text-transform: uppercase;
    -webkit-transition: -webkit-transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease, background-color 0.3s;
}

.all-collection-link:hover {
    background-color: rgba(51, 51, 51, 0.8);
}

.all-collection-link.abs{
    position: absolute !important;
    bottom: 0;
}

.all-collection-link.hide {
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

@media (min-width: 1024px) {
    .all-collection-link {
        font-size: 20px;
        height: 63px;
        padding: 0 40px;
        right: 0;
        left: 0;
        margin: 0 auto
    }
}

@media (min-width: 520px) {
    .all-collection-link {
        padding: 0 34px;
        font-size: 16px
    }
}
/* End */


/* Start:/local/templates/pompa_2025/components/bitrix/system.pagenavigation/round/style.min.css?17133880332529*/
.bx-pagination{margin:10px 0}.bx-pagination .bx-pagination-container{text-align:center;position:relative}.bx-pagination .bx-pagination-container ul{padding:0;margin:0;list-style:none;display:inline-block}.bx-pagination .bx-pagination-container ul li{display:inline-block;margin:0 2px 15px 2px}.bx-pagination .bx-pagination-container ul li span{-webkit-transition:color .3s ease,background-color .3s ease,border-color .3s ease;-moz-transition:color .3s ease,background-color .3s ease,border-color .3s ease;-ms-transition:color .3s ease,background-color .3s ease,border-color .3s ease;-o-transition:color .3s ease,background-color .3s ease,border-color .3s ease;transition:color .3s ease,background-color .3s ease,border-color .3s ease;background:#eff0f1;padding:0 8px;display:block;height:32px;min-width:32px;line-height:32px;color:#444;font-size:14px;border-radius:1px;vertical-align:middle;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bx-pagination .bx-pagination-container ul li a{text-decoration:none;display:block;border-radius:16px;height:32px;min-width:32px;line-height:32px;color:#444;vertical-align:middle}.bx-pagination .bx-pagination-container ul li a:hover span{background:#dadada}.bx-pagination .bx-pagination-container ul li.bx-active span{background:#0083d1;color:#fff}.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,.bx-pagination .bx-pagination-container ul li.bx-pag-next a span{background:#fff;border:2px solid #eff0f1;line-height:28px;padding:0 18px;color:#444}.bx-pagination .bx-pagination-container ul li.bx-pag-all span,.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,.bx-pagination .bx-pagination-container ul li.bx-pag-next span{color:#aab1b4;background:#fff;border:2px solid #eff0f1;line-height:28px;padding:0 18px}.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span{background:#fff;border-color:#dadada;color:#000}.bx-pagination.bx-green .bx-pagination-container ul li.bx-active span{background:#3bc915;color:#fff}.bx-pagination.bx-yellow .bx-pagination-container ul li.bx-active span{background:#f9a91d;color:#fff}.bx-pagination.bx-red .bx-pagination-container ul li.bx-active span{background:#e22b2b;color:#fff}.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{background:#0083d1;color:#fff}
/* End */


/* Start:/local/templates/pompa_2025/components/bitrix/news.list/banner_under_sections/style.css?1713388033150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/pompa_2025/components/bitrix/catalog.smart.filter/new_pompa/style.css?174472954419371*/
.bx-filter {
	width: 100%;
	min-width: 220px;
	margin-bottom: 20px;
}
.bx-filter .bx-filter-section {
	/*background: #edf6fc; /* color */
	position: relative;
	padding-top: 0;
}
.bx-filter .bx-filter-section>.row {
	padding: 0 5px;
}
.bx-filter .bx-filter-title {
	font-size: 18px;
	margin-bottom: 10px;
	color: #000;
}
/*Sections*/

/* .bx-filter .bx-filter-parameters-box {
	position: relative;
} */
.bx-filter .bx-filter-parameters-box-title {
	font-size: 13px;
	padding-bottom: 7px;
}
@media (min-width: 992px) {
	.bx-filter .bx-filter-section .col-md-4:nth-child(3n+1) {
		clear: both;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.bx-filter .bx-filter-section .col-md-4:nth-child(2n+1) {
		clear: both;
	}
}
.bx-filter .bx-filter-parameters-box-title span {
	color: #039be5;
	border-bottom: 1px solid transparent;
	cursor: pointer;
}
.bx-filter .bx-filter-parameters-box-title span:hover {
	border-color: #039be5;
}
.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-parameters-box-title span {
	/*color: #95a1a8;*/
}
.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-parameters-box-title span:hover {
	/*color: #758087;*/
	border-color: transparent;
}
.bx-filter .bx-filter-block {
	display: none;
	-webkit-transition: padding .3s ease;
	-moz-transition: padding .3s ease;
	-ms-transition: padding .3s ease;
	-o-transition: padding .3s ease;
	transition: padding .3s ease;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.bx-filter .bx-filter-button-box .bx-filter-block,
.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block {
	display: block;
}
.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block i.bx-ft-sub {
	font-size: 14px;
	font-style: normal;
	display: block;
	padding-bottom: 5px;
}
.bx-filter-parameters-box-container {
	padding-bottom: 20px;
}
.bx-filter-parameters-box-container .checkbox:first-child {
	margin-top: 0;
}
.bx-filter .bx-filter-parameters-box-container-block {
	font-size: 11px;
	color: #3f3f3f;
}
/*
* INPUTS
*
*/

.bx-filter .bx-filter-input-container {}
.bx-filter .bx-filter-input-container input {
	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
}
.bx-retina .bx-filter .bx-filter-input-container input {
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/local/templates/pompa_2025/components/bitrix/catalog.smart.filter/new_pompa/images/border_default.png) 2 repeat;
	-moz-border-image: url(/local/templates/pompa_2025/components/bitrix/catalog.smart.filter/new_pompa/images/border_default.png) 2 repeat;
	-o-border-image: url(/local/templates/pompa_2025/components/bitrix/catalog.smart.filter/new_pompa/images/border_default.png) 2 repeat;
	border-image: url(/local/templates/pompa_2025/components/bitrix/catalog.smart.filter/new_pompa/images/border_default.png) 2 repeat;
}
/*.bx-filter .bx-filter-input-container input:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter .bx-filter-input-container input:focus {
	-webkit-border-image: url(/local/templates/pompa_2025/components/bitrix/catalog.smart.filter/new_pompa/images/active.png) 2 repeat;
	   -moz-border-image: url(/local/templates/pompa_2025/components/bitrix/catalog.smart.filter/new_pompa/images/active.png) 2 repeat;
		 -o-border-image: url(/local/templates/pompa_2025/components/bitrix/catalog.smart.filter/new_pompa/images/active.png) 2 repeat;
			border-image: url(/local/templates/pompa_2025/components/bitrix/catalog.smart.filter/new_pompa/images/active.png) 2 repeat;
}

/*
COLOR
*/
.bx-ios .bx-filter .bx-filter-input-container input {
	/* Fix of input shadow for IOS browsers. */

	background-image: -webkit-linear-gradient(#ffffff 0%, #ffffff 100%);
	background-image: linear-gradient(#ffffff 0%, #ffffff 100%);
}
.bx-filter .bx-filter-button-box {
	clear: both;
}
/*
*Track
*
*/

.bx-filter .bx-ui-slider-track-container {
	padding-top: 35px;
	padding-bottom: 25px;
}
.bx-filter .bx-ui-slider-track {
	position: relative;
	height: 7px;
	/*background: #d8e9f0;/* COLOR */
}
.bx-filter .bx-ui-slider-part {
	position: absolute;
	top: -6px;
	width: 1px;
	height: 17px;
	background: #a2bfc7;
}
.bx-filter .bx-ui-slider-part.p1 {
	left: -1px;
}
.bx-filter .bx-ui-slider-part.p2 {
	left: 25%;
}
.bx-filter .bx-ui-slider-part.p3 {
	left: 50%;
}
.bx-filter .bx-ui-slider-part.p4 {
	left: 75%;
}
.bx-filter .bx-ui-slider-part.p5 {
	right: -1px;
}
.bx-filter .bx-ui-slider-part span {
	font-size: 11px;
	/*font-weight: bold;*/

	position: absolute;
	top: -16px;
	left: 50%;
	display: block;
	width: 100px;
	margin-left: -50px;
	text-align: center;
	color: #000;
}
.bx-filter .bx-ui-slider-part.p2 span,
.bx-filter .bx-ui-slider-part.p3 span,
.bx-filter .bx-ui-slider-part.p4 span {
	color: #6b8086;
}
.bx-filter .bx-ui-slider-range,
.bx-filter .bx-ui-slider-pricebar,
.bx-filter .bx-ui-slider-pricebar-vd,
.bx-filter .bx-ui-slider-pricebar-vn,
.bx-filter .bx-ui-slider-pricebar-v {
	position: absolute;
	top: 0;
	bottom: 0;
}
.bx-filter .bx-ui-slider-range {
	z-index: 50;
}
.bx-filter .bx-ui-slider-pricebar {
	z-index: 100;
}
.bx-filter .bx-ui-slider-pricebar-vd {
	z-index: 60;
	/*background: #849da4;/* COLOR */
}
.bx-filter .bx-ui-slider-pricebar-vn {
	z-index: 70;
	/*background: #a8dff3;/* COLOR */
}
.bx-filter .bx-ui-slider-pricebar-v {
	z-index: 80;
	/*background: #499fd8;/* COLOR */
}
.bx-filter .bx-ui-slider-handle {
	position: absolute;
	top: 100%;
	width: 22px;
	height: 22px;
	border-bottom: none;
}
.bx-filter .bx-ui-slider-handle:hover {
	-webkit-cursor: grab;
	-ms-cursor: grab;
	-o-cursor: grab;
	cursor: grab;
}
.bx-filter .bx-ui-slider-handle:active {
	-webkit-cursor: grabbing;
	-ms-cursor: grabbing;
	-o-cursor: grabbing;
	cursor: grabbing;
}
.bx-filter .bx-ui-slider-handle.left {
	left: 0;
	margin-left: -21px;
	/* COLOR */
	/*background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAArUlEQVQ4y6WSQQ6FMAhEXbjyXwzOpBdx5bXKbYRWLFSJ2m8ysVHfzGA7DH9cuKVfNwwM40ZzZzJlmE3WTjjNfF9Fn2EwMH5pUGYWOJ3w6wZ4wDKz6rUBumQPPxrUmT0IxuxpqxYLQ7MOG5TaHtbk1iza5+VauW5dfdcYSDKcMLkP7wxdA5sMQWV/BkwDTY7mtAfHjpJ/Ihj4DoIgXZ9J+siaimi6rimLgSw87qod+1BRTwMJRYoAAAAASUVORK5CIIA=) no-repeat right top;*/
}
.bx-filter .bx-ui-slider-handle.right {
	right: 0;
	margin-right: -21px;
	/* COLOR */
	/*background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAAq0lEQVQ4y6WSQRKDIAxFXXSlF0vOZC+SlddKblMUUhKCraIzX9Ahj58PE268TE8e3GSFJ5BUTDskaRl1QFk8BsHs4BCMQMruVEe+l4kWglFu5yLEZKDFXyeXIFoEpg3z738mJTzXhncj75+QtqjnJENO2sG4I1VXDtR3ogv7O1dHxV10gi75EGILiE78RRKy33AOq07i+Us4kRamkOPGptesQjeXIjZjO+fXB+hjUU/S3Z+WAAAAAElFTkSuQmCC) no-repeat left top;*/
}

/*
*	Select
*
*/

.bx-filter .bx-filter-select-container {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 35px;
	border-radius: 3px;
	border: 1px solid #ccd5db;
}
.bx-retina .bx-filter .bx-filter-select-container {
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/local/templates/pompa_2025/components/bitrix/catalog.smart.filter/new_pompa/images/border_default.png) 2 repeat;
	-moz-border-image: url(/local/templates/pompa_2025/components/bitrix/catalog.smart.filter/new_pompa/images/border_default.png) 2 repeat;
	-o-border-image: url(/local/templates/pompa_2025/components/bitrix/catalog.smart.filter/new_pompa/images/border_default.png) 2 repeat;
	border-image: url(/local/templates/pompa_2025/components/bitrix/catalog.smart.filter/new_pompa/images/border_default.png) 2 repeat;
}
/* COLOR */
/*.bx-filter .bx-filter-select-container.bx-active,
.bx-filter .bx-filter-select-container:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter .bx-filter-select-container.bx-active,
.bx-retina .bx-filter .bx-filter-select-container:focus {
	-webkit-border-image: url(/local/templates/pompa_2025/components/bitrix/catalog.smart.filter/new_pompa/images/active.png) 2 repeat;
	   -moz-border-image: url(/local/templates/pompa_2025/components/bitrix/catalog.smart.filter/new_pompa/images/active.png) 2 repeat;
		 -o-border-image: url(/local/templates/pompa_2025/components/bitrix/catalog.smart.filter/new_pompa/images/active.png) 2 repeat;
			border-image: url(/local/templates/pompa_2025/components/bitrix/catalog.smart.filter/new_pompa/images/active.png) 2 repeat;
}*/
.bx-filter .bx-filter-select-block {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 33px;
	margin: 0;
	padding: 0 33px 0 10px;
	border: none;
	border-radius: 2px;
	background: #fff;
}
.bx-filter .bx-filter-select-text {
	font-size: 15px;
	line-height: 33px;
	overflow: hidden;
	max-width: 100%;
	height: 33px;
	cursor: pointer;
	vertical-align: middle;
	white-space: nowrap;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
}
.bx-filter .bx-filter-select-text.fix {
	min-width: 120px;
}
.bx-filter .bx-filter-select-text label {
	cursor: pointer;
}
.bx-filter .bx-filter-select-arrow {
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	height: 33px;
	cursor: pointer;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAYAAABCxiV9AAAAG0lEQVQY02OYOXPmf1yYAQRwSsAATglkBch8ADy7LKHqFrgoAAAAAElFTkSuQmCC') no-repeat center;
}
/*
*	Select popup
*
*/

.bx-filter-select-popup {
	background: #fff;
	padding: 0;
	min-width: 173px;
}
.bx-filter-select-popup ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.bx-filter-select-popup ul li {
	display: block;
	text-align: left;
	vertical-align: middle;
}
.bx-filter-select-popup ul li:first-child {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.bx-filter-select-popup ul li label {
	font-size: 14px;
	line-height: 26px;
	display: block;
	text-align: left !important;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 26px;
	padding: 0 5px;
	cursor: pointer;
	vertical-align: middle;
	white-space: nowrap;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	color: #575757;
}
.bx-filter-select-popup ul li label.selected,
.bx-filter-select-popup ul li label:hover {
	color: #000;
	background: #f3f8fa;
}
.bx-filter-select-popup ul li label.disabled {
	color: #b8b8b8;
	background: transparent;
}
.bx-filter-select-popup ul li .bx-filter-param-text {
	line-height: 34px !important;
}
/*
* TAGS
*
*/

.bx-filter .bx-filter-tag {
	padding: 18px;
	/*border-top: 1px solid #d7eaf7;/* COLOR */
	/*border-bottom: 1px solid #d7eaf7;/* COLOR */
}
.bx-filter .bx-tag-link {
	font-size: 12px;
	text-decoration: none;
	/*color: #68939e;/* COLOR */
	text-shadow: none;
}
.bx-filter .bx-tag-link.bx-active,
.bx-filter .bx-tag-link:hover {
	color: #1d3d46;
}
/*
*	LABEL
*
*/
.bx-filter .bx-filter-param-label {
	min-height: 20px;
	font-weight: normal;
	cursor: pointer;
}

.bx-filter .bx-filter-param-btn-inline .bx-filter-param-label {
	float: left;
	display: block;
	margin-right: 5px;
}
.bx-filter .bx-filter-param-btn-block .bx-filter-param-label {
	display: block;
}
.bx-filter .bx-filter-param-label {
	/*font-size: 13px;*/
}
.bx-filter .bx-filter-param-label.dib {
	display: inline-block;
}
.bx-filter .bx-filter-param-text {
	font-weight: normal;
}
.bx-filter .bx-filter-param-label.disabled .bx-filter-param-text {
	color: #6c6c6c;
}
.bx-filter-select-popup .bx-filter-param-label.bx-active {
	background: #f3f8fa;
}
/*
*	Checkbox / Radio 
*
*/

.bx-filter .bx-filter-input-checkbox {}
.bx-filter .bx-filter-input-checkbox input[type=radio],
.bx-filter .bx-filter-input-checkbox input[type=checkbox] {}
.bx-filter .bx-filter-input-checkbox .bx-filter-param-text {
	display: block;
	text-align: left;
}
/*
* 	BTN 
*
*/

.bx-filter .bx-filter-param-btn {
	font-weight: normal;
	display: inline-block;
	width: 38px;
	height: 38px;
	padding: 6px;
	text-align: center;
	text-decoration: none;
	color: #000;
	vertical-align: middle;
	border: 1px solid #ccd5db;
	border-radius: 2px;
	background: #fff;
	position: relative;
	-webkit-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	-moz-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	-ms-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	-o-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	cursor: pointer;
}
.bx-retina .bx-filter .bx-filter-param-btn {
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/local/templates/pompa_2025/components/bitrix/catalog.smart.filter/new_pompa/images/border_default.png) 2 repeat;
	-moz-border-image: url(/local/templates/pompa_2025/components/bitrix/catalog.smart.filter/new_pompa/images/border_default.png) 2 repeat;
	-o-border-image: url(/local/templates/pompa_2025/components/bitrix/catalog.smart.filter/new_pompa/images/border_default.png) 2 repeat;
	border-image: url(/local/templates/pompa_2025/components/bitrix/catalog.smart.filter/new_pompa/images/border_default.png) 2 repeat;
}
/* COLOR */
/*.bx-filter .bx-filter-param-label.bx-active .bx-filter-param-btn,
.bx-filter .bx-filter-param-btn:hover,
.bx-filter .bx-filter-param-btn:active,
.bx-filter .bx-filter-param-btn:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter .bx-filter-param-label.bx-active .bx-filter-param-btn,
.bx-retina .bx-filter .bx-filter-param-btn:hover,
.bx-retina .bx-filter .bx-filter-param-btn:active,
.bx-retina .bx-filter .bx-filter-select-container:focus {
	-webkit-border-image: url(/local/templates/pompa_2025/components/bitrix/catalog.smart.filter/new_pompa/images/active.png) 2 repeat;
	   -moz-border-image: url(/local/templates/pompa_2025/components/bitrix/catalog.smart.filter/new_pompa/images/active.png) 2 repeat;
		 -o-border-image: url(/local/templates/pompa_2025/components/bitrix/catalog.smart.filter/new_pompa/images/active.png) 2 repeat;
			border-image: url(/local/templates/pompa_2025/components/bitrix/catalog.smart.filter/new_pompa/images/active.png) 2 repeat;
}*/
/* --- colors */
.bx-filter .bx-filter-param-btn.bx-color-sl {}

.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl {
	background: transparent;
	box-shadow: none
}
.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl {
	position: relative;
}
.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl:before {
	position: absolute;
	bottom: 0;
	right: 0;
	top: 0;
	left: 0;
	content: ' ';
	display: block;
	z-index: 100;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAA/UlEQVQ4y5WSQQ6CQAxFOSBuwAtoAitc4R6MkKgYJULUi8Ax4DgKm9o/45BxBBNJmkB/33T6qUVEHkfDUXHY1sQD7V2DWg+JJox3lOZ3enYdf5IzAjnQkvxGa64Fg2S9PV3JXa4ozoovWEGbY0nOIqDkfIVeQ5hBAOQsAy5guO8FbEJxVqqDZ+rUuQ6rziJ3VLkBcs05BBxlF1nIADrJESYgE0YhAER0KH5DphEKFDNPuG1AhTAi4jnRWV17FNYhcT3NHLzLzuUnjI0YHP203EWY8ENqNsAq5Y3Qf4NuhIT7wTBsDxgIbRjvCfCUe6ozoFCuXIukj5c/lhy1/gvSDM3b8PrjegAAAABJRU5ErkJggg==") no-repeat center;
	opacity: .7;
}
.bx-filter .bx-filter-param-btn .bx-filter-param-text {
	line-height: 26px;
}
/*
* BTN P/M
*
*/

.bx-filter .bx-filter-param-btn.bx-spm {
	width: 23px;
	min-width: 23px;
	height: 23px;
	line-height: 23px;
	font-weight: normal;
	padding: 0;
	font-size: 17px;
	color: #767b7e;
	vertical-align: top;
	border-radius: 50%;
	background-color: transparent;
}
.bx-filter .bx-filter-param-btn.bx-spm.bx-plus {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMCAYAAAC0qUeeAAAANUlEQVQoz2NgwAQsQMzJQCSwAeKGQa7YFKoAhmOgim3QsAxIcSFUkhC2GaqhgQ4UgNgFmwQAij8OUFmBFssAAAAASUVORK5CIIA=") no-repeat center;
}
.bx-filter .bx-filter-param-btn.bx-spm.bx-minus {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAACCAYAAABhYU3QAAAAG0lEQVQYV2NgYGDgBuI4AlgGiBn4gLicAFYGAAFkBwE95V42AAAAAElFTkSuQmCC") no-repeat center;
}
.bx-filter .bx-filter-param-btn.bx-spm:active {
	outline: none !important;
	box-shadow: inset 0 2px 3px rgba(0, 0, 0, .12);
}
.bx-filter span.bx-spm {
	font-size: 18px;
	/*font-weight:bold;*/

	line-height: 23px;
	display: inline-block;
	height: 23px;
	margin: 0 10px;
	vertical-align: middle;
	color: #000;
}
/*
*	icon
*
*/

.bx-filter-select-popup .bx-filter-select-text-icon,
.bx-filter .bx-filter-select-text-icon {
	line-height: 33px;
	position: relative;
	display: inline-block;
	width: 23px;
	height: 23px;
	margin-top: -4px;
	margin-right: 2px;
	vertical-align: middle;
	border-radius: 2px;
}
.bx-filter-select-popup .bx-filter-btn-color-icon,
.bx-filter .bx-filter-btn-color-icon {
	line-height: 24px;
	/*position:relative;*/
	/*top:4px;*/

	border-radius: 2px;
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align: middle;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .05);
	-webkit-background-size: cover;
	background-size: cover;
}
.bx-filter-select-popup .bx-filter-btn-color-icon {
	width: 20px;
	height: 20px;
	margin: 2px 0;
	top: 0 !important;
}
.bx-filter .bx-filter-select-block .bx-filter-btn-color-icon {
	top: -1px !important;
}
.bx-filter-btn-color-icon.all {
	position: relative;
	border: none;
	box-shadow: none
}
.bx-filter-btn-color-icon.all:after,
.bx-filter-btn-color-icon.all:before {
	position: absolute;
	width: 60%;
	height: 60%;
	background: #fff;
	content: " ";
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2);
}
.bx-filter-btn-color-icon.all:after {
	right: 0;
	bottom: 0;
}
.bx-filter-btn-color-icon.all:before {
	top: 0;
	left: 0;
}
.bx-filter .bx-filter-param-label.disabled .bx-filter-btn-color-icon {
	opacity: .2;
}
/*
* 	BIZ
*
*/

.bx-filter .bx-filter-parameter-biz {
	font-size: 14px;
	line-height: 15px;
	display: inline-block;
	margin-right: 10px;
	text-decoration: none;
	color: #1485ce;
	border-bottom: 1px dashed;
}
.bx-filter .bx-filter-parameter-biz:hover {
	text-decoration: none;
	border-bottom: 1px solid;
}
.bx-filter .bx-filter-parameter-biz.bx-active {
	position: relative;
	/*padding-left:20px;*/

	color: #000;
	border-color: transparent;
}
/*
*	BTN result and reset 
*
*/

.btn-themes {
	/*background-color: #1485CE;/* COLOR */
	/*border-color: #1485CE;/* COLOR */
	color: #FFF
}
.btn-themes.bx-active,
.btn-themes.focus,
.btn-themes:active,
.btn-themes:focus,
.btn-themes:hover{
	/*background-color: #53A4D8;/* COLOR */
	/*border-color: #53A4D8;/* COLOR */
	color: #FFF
}
/*
* 	Result Popup
*
*/

.bx-filter .bx-filter-popup-result {
	font-size: 13px;
	font-weight: normal;
	position: absolute;
	z-index: 915;
	display: none;
	line-height: normal;
	margin-top: -7px;
	margin-left: 10px;
	padding: 0 10px;
	white-space: nowrap;
	color: #3f3f3f;
	min-height: 37px;
	line-height: 18px;
	border-style: solid;
	border: 1px solid #C6DCE7;
}
.bx-filter .bx-filter-popup-result.left {
	border-width: 2px 10px 2px 2px;
	-webkit-border-image: url(/local/templates/pompa_2025/components/bitrix/catalog.smart.filter/new_pompa/images/result_popup_left.png) 4 20 4 4 repeat;
	-moz-border-image: url(/local/templates/pompa_2025/components/bitrix/catalog.smart.filter/new_pompa/images/result_popup_left.png) 4 20 4 4 repeat;
	-o-border-image: url(/local/templates/pompa_2025/components/bitrix/catalog.smart.filter/new_pompa/images/result_popup_left.png) 4 20 4 4 repeat;
	border-image: url(/local/templates/pompa_2025/components/bitrix/catalog.smart.filter/new_pompa/images/result_popup_left.png) 4 20 4 4 fill repeat;
}
.bx-filter .bx-filter-popup-result.right {
	border-width: 2px 2px 2px 10px;
	-webkit-border-image: url(/local/templates/pompa_2025/components/bitrix/catalog.smart.filter/new_pompa/images/result_popup_right.png) 4 4 4 20 repeat;
	-moz-border-image: url(/local/templates/pompa_2025/components/bitrix/catalog.smart.filter/new_pompa/images/result_popup_right.png) 4 4 4 20 repeat;
	-o-border-image: url(/local/templates/pompa_2025/components/bitrix/catalog.smart.filter/new_pompa/images/result_popup_right.png) 4 4 4 20 repeat;
	border-image: url(/local/templates/pompa_2025/components/bitrix/catalog.smart.filter/new_pompa/images/result_popup_right.png) 4 4 4 20 fill repeat;
}

.bx-filter .bx-filter-popup-result.right {
	left: 97%;
}
.bx-filter .bx-filter-popup-result.left {
	right:97%;
}
.bx-filter-horizontal .bx-filter-popup-result{
	display: inline-block;
	position: relative;
	left: auto;
	right: auto;
	bottom: -7px;
}
.bx-filter .bx-filter-popup-result a {
	color: #0073a3;
	line-height: 10px;
}
.bx-filter .bx-filter-popup-result a:hover {
	text-decoration: none;
}
.bx-filter .bx-filter-popup-result-close {
	display: none;
}
@media (max-width: 767px) {
	.bx-touch .bx-filter .bx-filter-popup-result {
		font-size: 12px;
		line-height: 14px;
		position: fixed !important;
		z-index: 1001;
		top: auto !important;
		right: 0 !important;
		bottom: 0 !important;
		left: 0 !important;
		margin-top: 0;
		margin-left: 0;
		width: auto;
		height: auto;
		padding: 10px;
		border-radius: 2px;
		border: 1px solid #c6dae7;
		background: rgba(255,255,255,.9);
	}
	.bx-touch .bx-filter .bx-filter-popup-result br{display: none;}
	.bx-filter .bx-filter-popup-result .arrow {
		display: none;
	}
}
/* End */
/* /local/templates/pompa_2025/components/bitrix/catalog/pompa_redesign/style.css?173079722615389 */
/* /promo/jacket/includes/style.css?176158056321322 */
/* /local/templates/pompa_2025/components/bitrix/system.pagenavigation/round/style.min.css?17133880332529 */
/* /local/templates/pompa_2025/components/bitrix/news.list/banner_under_sections/style.css?1713388033150 */
/* /local/templates/pompa_2025/components/bitrix/catalog.smart.filter/new_pompa/style.css?174472954419371 */
