

/* 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:/local/templates/pompa_2025/components/bitrix/catalog/pompa_redesign/bitrix/catalog.element/pompa/style.css?1745823024918*/
.promomain {
    cursor: pointer;
    border: 1px dashed rgb(209, 6, 31);
    display: inline-block;
    padding: 4px 7px;
}
.promo {display: inline-block;
position: relative;}
.promovalue, .promocode, #promotooltip span{
    color: rgb(209, 6, 31);
    font-weight: bold;
}
#promotooltip {
    text-align: center;
    display: inline-block;
    padding: 1em;
    border: 1px solid rgba(209, 6, 31,0.9);
    width: auto;
    position: absolute;
    background-color: rgba(255, 255, 255,0.9);
    visibility: hidden;
}
#promotooltip a{
    text-decoration: underline !important;
}

#promotooltip .promoprice {
    font-size: 130%;
}
.tilda * {
    box-sizing: content-box;
}

.detail_grey_line:not(.col-xs-12) {
    display:none;
}

.param-sect.colors {
    margin-top: 12px;
}
.detail-page__color-text{
    color:#828282;
}

#recent-total-look {
    margin-bottom: 40px;
}
/* End */


/* Start:/local/components/pompa/tech.icons/templates/.default/style.css?1748877176605*/
.detail-item__tech-wrapper{
    opacity: 0;
    margin-bottom: 20px;
}

.detail-item__tech {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(85px, 1fr));
    gap: 30px 20px;
    margin: 10px 0 0;
    padding: 0;
    list-style-type: none;
}

.detail-item__tech-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    text-align: center;
    line-height: 1;
}

.detail-item__tech-item-img {
    margin-bottom: 12px;
}
.detail-item__tech .tech-item__title{
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
}
/* End */


/* Start:/local/templates/pompa_2025/components/bitrix/catalog.products.viewed/pompa-new/style.min.css?17131764293191*/
@media(min-width:1200px){.product-item-list-col-6>.col-xs-12>.row>.col-md-2:nth-child(6n+1),.product-item-list-col-1-6>.col-sm-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6:nth-child(2n+1),.product-item-list-col-1-6>.col-sm-6>.row>.col-md-4:nth-child(3n+1),.product-item-list-col-6-1>.col-sm-6>.row>.col-md-4:nth-child(3n+1),.product-item-list-col-4>.col-xs-12>.row>.col-md-3:nth-child(4n+1),.product-item-list-col-1-4>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-3>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-2>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1>.col-xs-12>.row>.col-xs-12:nth-child(1n){clear:both}}@media(min-width:992px) and (max-width:1199px){.product-item-list-col-6>.col-xs-12>.row>.col-md-2:nth-child(6n+1),.product-item-list-col-1-6>.col-sm-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6:nth-child(2n+1),.product-item-list-col-1-6>.col-sm-6>.row>.col-md-4:nth-child(3n+1),.product-item-list-col-6-1>.col-sm-6>.row>.col-md-4:nth-child(3n+1),.product-item-list-col-4>.col-xs-12>.row>.col-md-3:nth-child(4n+1),.product-item-list-col-1-4>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-3>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-2>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1>.col-xs-12>.row>.col-xs-12:nth-child(1n){clear:both}}@media(min-width:768px) and (max-width:991px){.product-item-list-col-6>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-1-6>.col-sm-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6:nth-child(2n+1),.product-item-list-col-1-6>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1-4>.col-sm-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6:nth-child(2n+1),.product-item-list-col-1-4>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-3>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-2>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1>.col-xs-12>.row>.col-xs-12:nth-child(1n){clear:both}}@media(max-width:767px){.product-item-list-col-6>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1-6>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1-4>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-3>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-2>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1>.col-xs-12>.row>.col-xs-12:nth-child(1n){clear:both}}.catalog-products-viewed-header{font-size:14px;font-weight:bold;text-align:left;margin:5px 0;padding:5px 15px;border-bottom:2px solid #d9dee6;color:#000}
/* End */
/* /local/templates/pompa_2025/components/bitrix/catalog/pompa_redesign/style.css?173079722615389 */
/* /local/templates/pompa_2025/components/bitrix/catalog/pompa_redesign/bitrix/catalog.element/pompa/style.css?1745823024918 */
/* /local/components/pompa/tech.icons/templates/.default/style.css?1748877176605 */
/* /local/templates/pompa_2025/components/bitrix/catalog.products.viewed/pompa-new/style.min.css?17131764293191 */
