

/* Start:/local/templates/main/components/ilsn/highloadblock.catalog.element/main/style.css?174662088421434*/
.element-main {
	background: var(--bg-gray);
	padding-top: 30px;
}
.element-container {
	display: flex;
}
.element-body {
	display: flex;
    width: 100%;
    max-width: 100%;
    flex-wrap: wrap;
	flex-direction: column;
	height: 1400px;
	align-content: flex-start;
}
.element-body .element-slider-wrapper, .element-body .element-property-wrap {
	max-width: 713px;
	width: 100%;
}
.element-slider-wrapper {
	margin-bottom: 32px;
}
.element-slider-wrapper .element-main-slider {
	height: 535px;
	overflow: hidden;
	position: relative;
	border-radius: 9px;
}
.element-slider-wrapper .element-main-slider .element-slide {
	overflow: hidden;
	height: 100%;
	display: flex;
	justify-content: center;
	background: #000;
}
.element-slider-wrapper .element-main-slider .element-slide a {
	width: 100%;
}
.element-slider-wrapper .element-main-slider .element-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.element-slider-wrapper .element-main-slider .element-slide video {
	width: 100%;
	height: 100%;
}
 .element-slider-wrapper .element-main-slider .element-slide iframe {
	width: 100%;
    height: 100%;
    min-height: 459px;
    border: none;
 }
.element-slider-wrapper .element-main-slider .swiper-slider-next, .element-slider-wrapper .element-main-slider .swiper-slider-prev {
	background: var(--bg);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	transition: all 0.3s;
	left: 20px;
}
.element-slider-wrapper .element-main-slider .swiper-slider-next {
	left: unset;
	right: 20px;
}
.element-slider-wrapper .element-main-slider .swiper-slider-next:hover, .element-slider-wrapper .element-main-slider .swiper-slider-prev:hover {
	background: var(--red);
}
.element-slider-wrapper .element-main-slider .swiper-slider-next:after, .element-slider-wrapper .element-main-slider .swiper-slider-prev:after {
	content: "";
	-webkit-mask-image: url(/local/templates/main/images/icons/arrow.svg);
	width: 8px;
	height: 12px;
	display: inline-block;
	background-color: var(--font-third);
	mask-repeat: no-repeat;
	mask-size: auto;
	transition: all 0.3s;
	position: relative;
	vertical-align: middle;
}
.element-slider-wrapper .element-main-slider .swiper-slider-next:after {
	transform: rotate(180deg);
}
.element-slider-wrapper .element-main-slider .swiper-slider-next:hover:after, .element-slider-wrapper .element-main-slider .swiper-slider-prev:hover:after {
	background-color: #fff;
}
.element-slider-wrapper .element-main-slider .swiper-slider-next.swiper-button-disabled, .element-slider-wrapper .element-main-slider .swiper-slider-prev.swiper-button-disabled {
	pointer-events: auto;
}
.element-slider-wrapper .element-main-slider .swiper-slider-next.swiper-button-disabled:hover, .element-slider-wrapper .element-main-slider .swiper-slider-prev.swiper-button-disabled:hover {
	background: var(--bg);
}
.element-slider-wrapper .element-main-slider .swiper-slider-next.swiper-button-disabled:hover:after, .element-slider-wrapper .element-main-slider .swiper-slider-prev.swiper-button-disabled:hover:after {
	background-color: var(--font-third);
}

.element-slider-wrapper .element-thumbs-slider {
	position: relative;
	overflow: hidden;
	margin-top: 12px;
}
.element-slider-wrapper .element-thumbs-slider .element-thumb-slide {
	width: 101px;
	height: 76px;
	cursor: pointer;
	border-radius: 4px;
	overflow: hidden;
	opacity: 0.6;
}
.element-slider-wrapper .element-thumbs-slider .element-thumb-slide.swiper-slide-thumb-active {
	opacity: 1;
}
.element-slider-wrapper .element-thumbs-slider .element-thumb-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.element-property-wrap {
	margin-bottom: 33px;
}
.element-property-wrap.map {
	margin-bottom: 0;
	padding-bottom: 64px;
}
.element-property-wrap .property-block-title {
	font-size: 20px;
	font-weight: 600;
	line-height: 28px;
	color: var(--font);
	margin-bottom: 11px;
}
.element-property-wrap .element-property-body {
	width: 100%;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	color: var(--font);
}
.element-additional {
	display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 13px 0;
    flex-wrap: wrap;
    flex-direction: row;
}
.element-additional a {
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
}
.element-additional .addi-item {
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	color: var(--font);
	display: inline-block;
	position: relative;
	width: 195px;
}
.element-additional .addi-item:before {
	content: "";
	-webkit-mask-image: url(/local/templates/main/images/icons/vector.svg);
	mask-repeat: no-repeat;
    mask-size: 100%;
    mask-position: center;
    background-color: var(--red);
	width: 13px;
	height: 10px;
	display: inline-block;
	margin-right: 8px;
}
.column-additional {
	display: flex;
	flex-direction: column;
	gap: 13px;
	
}
.element-map {
	width: 100%;
	height: 320px;
	overflow: hidden;
	border-radius: 9px;
}
.element-map iframe {
	width: 100%;
	height: 100%;
	border: none;
	outline: none;
}

.element-bottom {
	padding-top: 62px;
}
.element-bottom + .element-bottom {
	padding-top: 14px;
}
.element-bottom .section {
	margin-bottom: 48px;
}
.element-bottom .section .section-title {
	align-items: flex-end;
}
.element-bottom .section .section-title .title {
	font-size: 24px;
	line-height: 32px;
}

.element-body .element-info {
	background: var(--bg);
	border-radius: 12px;
	padding: 24px;
	margin-bottom: 24px;
	max-width: 309px;
	min-width: 309px;
	width: 309px;
	margin-left: 30px;
}

.element-feautres {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 12px 40px;
	margin-bottom: 20px;
}
.element-feautres .feautre-item {
	max-width: 105px;
	width: 100%;
}
.element-feautres .feautre-item .name {
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
	color: var(--font-third);
	margin-bottom: 2px;
}
.element-feautres .feautre-item .value {
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	color: var(--font);
}

.element-price-block {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: flex-start;
}
.element-price-block .price-main {
	width: 100%;
}
.element-price-block .price-main .price {
	font-size: 24px;
	line-height: 32px;
	font-weight: 600;
	color: var(--red);
}
.element-price-block .price-main .price .currency {
	font-size: 24px;
	line-height: 32px;
	font-weight: 600;
	color: var(--red);
}
.element-price-block .price-main .price .vat {
	font-size: 24px;
	line-height: 32px;
	font-weight: 600;
	color: var(--font-third);
	margin-left: 8px;
}
.element-price-block .price-main .price-dop {
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	color: var(--font-third);
	margin-top: 4px;
}
.element-price-block .price-main .price-dop .currency {
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	color: var(--font-third);
}

.element-price-block .price-old {
	margin-right: 17px;
    margin-left: auto;
}
.element-price-block .price-old .price {
	font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: var(--font-third);
    text-decoration: line-through;
}
.element-price-block .price-old .price-dop {
    font-size: 10px;
    font-weight: 600;
    line-height: 12px;
    color: var(--font-third);
    margin-left: -3px;
    margin-top: 1px;
}
.element-price-block .price-old .price-dop:before {
	content: "";
    -webkit-mask-image: url(/local/templates/main/images/icons/arrow-line.svg);
    background-color: var(--red);
    width: 7px;
    height: 8px;
    background-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-size: 100%;
    mask-position: center;
    display: inline-block;
    vertical-align: baseline;
    margin-right: 3px;
}
.element-price-block .price-old .price-dop.arrow-up:before {
	transform: rotate(180deg);
}
.element-price-block .price-old .price-dop .currency {
    margin-left: 2px;
}


.element-info .selection {
	margin-top: 20px;
}
.element-info .selection .btn {
	padding: 11px 12px;
}

.element-manager {
	background: var(--bg);
	border-radius: 12px;
	padding: 32px 24px 24px;
	max-width: 309px;
	min-width: 309px;
	width: 309px;
	margin-left: 30px;
	position: sticky;
	top: 0;
}
.element-manager .manager-photo {
	border-radius: 12px;
    margin-bottom: 17px;
    margin-left: auto;
    margin-right: auto;
	max-height: 245px;
	overflow: hidden;
	width: 245px;
}
.element-manager .manager-photo img {
	height: auto;
	width: 100%;
}
.element-manager .manager-more {
	color: var(--font-second);
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 8px;
}
.element-manager .manager-name {
	color: var(--font);
	font-size: 17px;
	font-weight: 600;
	line-height: 20px;
	margin-bottom: 11px;
	text-align: center;
}
.element-manager .manager-contacts {
	margin-bottom: 12px;
	text-align: center;
}
.element-manager .manager-contacts a.phone {
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
}
.element-manager a.manager-call {
	height: 48px;
	margin: 16px auto 8px;
	max-width: 320px;
}
.element-manager a.manager-whatsapp, .element-manager .send-email {
	height: 48px;
    margin-left: auto;
    margin-right: auto;
	margin-top: 8px;
	max-width: 320px;
}
.element-manager a.manager-whatsapp span, .element-manager .send-email span {
	font-size: 16px;
    line-height: 24px;
}
.manager-socials .element-socials {
	flex-direction: row;
	gap: 8px;
}
.manager-socials .element-socials .element-socials-item {
	background: var(--bg-gray);
}
.element-manager .selection {
	display: none;
}
.element-manager .manager-block + .selection {
	margin-top: 24px;
}
.element-manager.uk-sticky-fixed .selection {
	display: block;
}



.element-socials {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.element-socials .element-socials-item {
	background: var(--bg);
	width: 32px;
	height: 32px;
	border-radius: 50%;
	transition: all 0.3s;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.element-socials .element-socials-item svg.icon {
	width: 16px;
	height: 16px;
	fill: var(--font-second);
	transition: all 0.3s;
}
.element-socials .element-socials-item:hover {
	background: var(--red);
}
.element-socials .element-socials-item:hover svg.icon {
	fill: #fff;
}


.element-socials-content {
	margin-left: 40px;
	margin-right: 56px;
}
.element-socials-content .element-socials-uk-sticky {
	padding-top: 25px;
}
.element-socials-content .element-print {
	background: var(--bg);
	width: 32px;
	height: 32px;
	border-radius: 50px;
	cursor: pointer;
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.element-socials-content .element-print svg {
	stroke: var(--font-second);
	transition: all 0.3s;
}
.element-socials-content .element-print:hover svg {
	stroke: var(--red);
}

.element-share-block {
	position: relative;
}
.element-share-block .element-share-icon {
	background: var(--bg);
	width: 32px;
	height: 32px;
	border-radius: 50px;
	cursor: pointer;
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
	margin-bottom: 12px;
}
.element-share-block .element-share-icon svg {
	stroke: var(--font-second);
	transition: all 0.3s;
}
.element-share-block .element-share-icon:hover svg {
	stroke: var(--red);
}
.element-share-block .element-share-items {
	opacity: 0;
	visibility: hidden;
    transition: all 1s;
	position: absolute;
	top: -36px;
    right: 0px;
	background: var(--bg);
    padding: 8px 11px;
	width: auto;
    height: 32px;
	z-index: 100;
    box-shadow: 0px 0px 22px #00000024;
    border-radius: 100px;
}
.element-share-block:hover .element-share-items {
    opacity: 1;
	visibility: visible;
}
.element-share-block .element-share-items .element-socials {
	flex-direction: row;
}
.element-share-block .element-share-items .element-socials .element-socials-item {
	width: 16px;
	height: 16px;
	background: transparent;
}
.element-share-block .element-share-items .element-socials .element-socials-item svg.icon {
	fill: var(--font-second);
}
.element-share-block .element-share-items .element-socials .element-socials-item:hover svg.icon {
	fill: var(--red);
}
.element-share-block .element-share-items .element-socials .element-socials-item.link svg.icon {
	stroke: var(--font-second);
	fill: transparent;
}
.element-share-block .element-share-items .element-socials .element-socials-item.link:hover svg.icon {
	stroke: var(--red);
	fill: transparent;
}
.element-property-wrap .element-property-body .description {
	max-height: 94px;
	overflow: hidden;
	margin-top: -1px;
}
.element-property-wrap .element-property-body .description.open {
	max-height: 5000px;
}
.element-property-wrap .element-property-body .description + .read-more {
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	color: var(--red);
	border-bottom: 1px dashed var(--red);
	display: inline-block;
	cursor: pointer;
	margin-top: 8px;
}
.element-property-wrap .element-property-body .description + .read-more:hover {
	border: none;
}
.element-property-wrap .element-property-body .description p {
	background-color: transparent;
	margin-top: 0;
}
.element-property-wrap .element-property-body .description span {
	background-color: transparent !important;	
	color: var(--font) !important;
}
.element-bottom + .element-bottom + .element-bottom .section {
	margin-bottom: 61px;
}

span.hidden {
	display: none;
}
.stickers {
	padding: 20px !important;
}
.views {
	left: 0;
	margin: 20px !important;
}
.plate-text {
	right: 0;
	margin: 20px !important;
}
.catalog-item__labels-right {
	align-items: center;
}
.catalog-item__labels-right .share-icon {
	display: none;
}

@media (min-width: 861px) and (max-width: 1070px) {
	.element-additional .addi-item {
		width: 158px;
	}
}
@media (max-width: 860px) {
	.element-container {
		display: block;
	}
	.element-main {
		padding-top: 24px;
		padding-bottom: 20px;
	}
	.element-body {
		height: auto !important;
	}
	.element-socials-content .element-socials-uk-sticky {
		display: flex;
		justify-content: space-between;
		flex-direction: row;
		flex-wrap: nowrap;
		width: 100%;
		padding: 0;
	}
	.element-share-block .element-share-icon {
		display: none;
	}
	.element-share-block .element-share-items {
		opacity: 1;
        position: relative;
        top: 0;
        right: 0;
        visibility: visible;
        background: transparent;
        box-shadow: none;
        padding: 0;
        height: auto;
        border-radius: 0;
	}
	.element-share-block .element-share-items .element-socials {
		
	}
	.element-share-block .element-share-items .element-socials .element-socials-item {
		width: 32px;
		height: 32px;
		background: var(--bg);
	}
	.element-share-block .element-share-items .element-socials .element-socials-item.link {
		order: -1;
	}
	.element-socials {
		flex-direction: row;
		gap: 19px;
	}
	.element-socials-content .element-print {
		margin-bottom: 0;
		order: -1;
	}
	.element-slider-wrapper {
		margin-bottom: 20px;
		order: 1;
	}
	.element-slider-wrapper .element-main-slider {
		min-height: 216px;
		height: 216px;
	}
	.element-slider-wrapper .element-main-slider .element-slider-labels {
		right: 12px;
		top: 12px;
	}
	.element-slider-wrapper .element-main-slider .swiper-slider-next, .element-slider-wrapper .element-main-slider .swiper-slider-prev {
		width: 24px;
		height: 24px;
		left: 12px;
		top: calc(50% + 10px);
	}
	.element-slider-wrapper .element-main-slider .swiper-slider-next {
		left: unset;
		right: 12px;
	}
	.element-slider-wrapper .element-thumbs-slider {
		margin-top: 8px;
	}
	.element-slider-wrapper .element-thumbs-slider .element-thumb-slide {
		width: 84px;
		height: 63px;
	}
	
	
	.element-property-wrap {
		margin-bottom: 20px;
		order: 3;
	}
	.element-property-wrap.map {
		padding-bottom: 0;
		order: 5;
	}
	.element-property-wrap .property-block-title {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 12px;
	}
	.element-property-wrap.description .property-block-title {
		margin-bottom: 7px;
	}
	.element-additional {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		gap: 12px 21px;
		/* max-height: 200px; */
	}
	.element-additional .addi-item {
		font-size: 12px;
		line-height: 18px;
		width: 180px;
		white-space: nowrap;
	}
	.element-additional a {
		font-size: 12px;
	}
	.element-additional .addi-item:before {
		margin-right: 8px;
	}
	.element-additional .addi-item:after {
		top: 2px;
	}
	.element-map {
		height: 287px;
	}
	.element-manager .manager-name {
		font-size: 16px;
	}
	
	.element-body .element-info {
		padding: 16px 12px 18px 15px;
		margin-bottom: 19px;
		margin-left: 0;
		order: 2;
		width: 100%;
		max-width: none;
		min-width: auto;
	}
	.element-info-content {
		height: auto !important;
		order: 4;
		margin-bottom: 22px;
	}
	.element-feautres {
		gap: 6px;
		margin-bottom: 15px;
	}
	.element-feautres .feautre-item {
		max-width: 228px;
		width: 100%;
		display: flex;
		
	}
	.element-feautres .feautre-item .name {
		font-size: 12px;
		line-height: 18px;
		width: 125px;
        margin-right: 11px;
	}
	.element-feautres .feautre-item .value {
		font-size: 12px;
		line-height: 18px;
		width: 95px;
	}
	
	
	.element-price-block .price-main .price {
		font-size: 20px;
		line-height: 28px;
	}
	.element-price-block .price-main .price .currency {
		font-size: 20px;
		line-height: 28px;
	}
	.element-price-block .price-main .price .vat {
		font-size: 20px;
		line-height: 28px;
		margin-left: 0;
	}
	
	.element-price-block .price-main .price-dop {
		font-size: 14px;
		line-height: 20px;
		margin-top: 2px;
	}
	.element-price-block .price-main .price-dop .currency {
		font-size: 14px;
		line-height: 20px;
	}
	.element-info .selection {
		margin-top: 16px;
	}
	
	
	.element-manager {
		padding: 16px;
		margin-left: 0;
		width: 100%;
		max-width: none;
		min-width: auto;
		min-height: 573px;
	}
	.element-manager .manager-photo {
		margin-bottom: 14px;
	}
	.element-manager .manager-more {
		margin-top: 10px;
		text-align: center;
		margin-bottom: 4px;
	}
	.element-manager .manager-name {
		text-align: center;
	}
	.element-manager .manager-contacts {
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		align-items: center;
		margin-bottom: 7px;
	}
	.element-manager .manager-contacts .phone {
		margin-right: 0;
		margin-bottom: 4px;
		font-size: 15px;
	}
	.manager-socials .element-socials {
		justify-content: center;
	}
	
	.element-manager.uk-sticky-fixed .selection {
		display: none;
	}
	.element-manager a.manager-call {
		margin-top: 0;
	}
	
	.element-bottom {
		padding-top: 3px;
	}
	.element-bottom .section {
		margin-bottom: 4px;
	}
	.element-socials-content {
		margin: 20px 0;
	}
	.element-socials-content .property-block-title {
		font-weight: 600;
		margin-bottom: 8px;
	}
	.element-bottom + .element-bottom {
		padding-top: 16px;
	}
	.element-bottom + .element-bottom + .element-bottom {
		padding-top: 62px;
	}
	.element-bottom + .element-bottom .section .section-title .right {
		margin-top: 12px;
	}
	.element-bottom + .element-bottom + .element-bottom .section {
		margin-bottom: 18px;
	}
	.element-body .element-slider-wrapper, .element-body .element-property-wrap {
		max-width: none;
	}
	.catalog-item__labels-right {
		padding-right: 0 !important;
	}
	.catalog-item__labels-right .share-icon {
		align-items: center;
		background: #ffffff;
        border-radius: 50%;
		display: flex;
        height: 25px;
		justify-content: center;
        width: 25px;
	}
	.catalog-item__labels-right .share-icon:after {
		background-image: url(/local/templates/main/components/ilsn/highloadblock.catalog.element/main/images/share-red.png);
		background-repeat: no-repeat;
		background-size: contain;
		content: '';
        height: 55%;
		width: 55%;
	}
	.stickers {
		padding: 13px !important;
	}
	.views {
		margin: 13px !important;
	}
	.plate-text {
		margin: 13px !important;
		margin-bottom: 45px !important;
	}
}

@media (max-width: 1200px) and (min-width: 861px) {
	.element-body .element-slider-wrapper, .element-body .element-property-wrap {
		max-width: calc(100% - 339px);
	}
	.element-socials-content {
		margin-left: 5px;
	}
}
@media (max-width: 860px) and (min-width: 450px) {
	.element-manager {
		align-content: flex-start;
	}
	.element-map {
		height: 270px;
	}
	.element-slider-wrapper .element-main-slider {
		height: 360px;
	}
}
@media (max-width: 860px) and (min-width: 650px) {
	.element-manager .manager-photo {
		max-width: 40%;
	}
}
@media (max-width: 450px) {
	.element-additional .addi-item{
		width: 150px;
		white-space: normal;
	}
	.element-slider-wrapper .element-main-slider .element-slide iframe {
		min-height: auto;
	}
}
/* End */


/* Start:/local/templates/main/css/swiper.min.css?171826146418448*/
/**
 * Swiper 11.0.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 22, 2023
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* End */


/* Start:/local/templates/.default/components/ilsn/highloadblock.catalog.section/main/style.css?175447042019576*/
.catalog-section-topline {
	margin-bottom: 40px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;	
	gap: 20px;
}
.catalog-select-view {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 8px;
}
.catalog-select-view .select-view-item {
	padding: 9px 23px;
	border-radius: 51px;
	border: 1px solid var(--font-third);
	cursor: pointer;
	user-select: none;
	transition: all 0.3s;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	min-width: 146px;
}
.catalog-select-view .select-view-item svg {
	width: 20px;
	height: 20px;
	transition: all 0.3s;
	margin-right: 10px;
	stroke: var(--font-third);
}
.catalog-select-view .select-view-item span {
	color: var(--font-third);
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	transition: color 0.3s;
}

div.catalog-select-view div.select-view-item:hover {
	border-color: var(--red) !important;
}
div.catalog-select-view div.select-view-item:hover svg {
	stroke: var(--red);
}
div.catalog-select-view div.select-view-item:hover span {
	color: var(--red) !important;
}
div.catalog-select-view div.select-view-item.active {
	background: var(--red);
	border-color: var(--red) !important;
	cursor: default;
}
div.catalog-select-view div.select-view-item.active svg {
	stroke: #fff;
}
div.catalog-select-view div.select-view-item.active span {
	color: #ffffff !important;
}

.catalog-sortable .catalog-sort-select {
	display: none;
}
.catalog-sort-buttons {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 8px;
}
.catalog-sort-buttons .catalog-sort-item {
	border: 1px solid var(--font-third);
	border-radius: 4px;
	padding: 8.5px 23px;
	line-height: 1;
	cursor: pointer;
	transition: all 0.3s;
	text-align: center;
}
.catalog-sort-buttons .catalog-sort-item:last-child {
	min-width: 146px;
}
.catalog-sort-buttons .catalog-sort-item:hover {
	border-color: var(--red);
}
.catalog-sort-buttons .catalog-sort-item span {
	color: var(--font-third);
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	transition: color 0.3s;
}
.catalog-sort-buttons .catalog-sort-item:hover span {
	color: var(--red);
}
.catalog-sort-buttons .catalog-sort-item.active span:before {
	content: "";
	-webkit-mask-image: url(/local/templates/main/images/icons/sort-asc.svg);
	background-color: var(--font-third);
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	mask-repeat: no-repeat;
	margin: auto;
	mask-size: 100%;
	mask-position: center;
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
	transition: all 0.3s;
}
.catalog-sort-buttons .catalog-sort-item.active.DESC span:before {
	-webkit-mask-image: url(/local/templates/main/images/icons/sort-desc.svg);
}
.catalog-sort-buttons .catalog-sort-item.active:hover span:before {
	background-color: var(--red);
}



.catalog-content {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.catalog-content.catalog-slider {
	overflow: hidden;
	gap: 0px 30px;
}

.catalog-content.table .catalog-item {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	max-width: 325px;
	min-width: 232px;
	position: relative;
	transform: none;
	width: calc(25% - 23px);
}

.catalog-content.table .catalog-item .photo-block {
	min-height: 205px;
	height: 205px;
	border-radius: 8px 8px 0 0;
}
.catalog-item .photo-block {
	position: relative;
	overflow: hidden
}
.catalog-item .photo-block .item-photo-slider {
	height: 100%;
}
.catalog-item .photo-block .item-photo-slider .photo-slide {
	overflow: hidden;
}
.catalog-item .photo-block .item-photo-slider .photo-slide a {
	display: flex;
	justify-content: center;
	flex-direction: row;
	align-content: center;
	flex-wrap: wrap;
	width: 100%;
	height: 100%;
	position: relative;
}
.catalog-item .photo-block .item-photo-slider .photo-slide a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.catalog-item .photo-block .item-photo-slider .swiper-pagination {
	position: absolute;
	bottom: 16px;
	display: flex;
	width: calc(100% - 28px);
	margin: auto;
	left: 0;
	right: 0;
}
.catalog-item .photo-block .item-photo-slider .swiper-pagination .swiper-pagination-bullet {
	flex-grow: 1;
	border-radius: 9px;
	height: 3px;
	background: #FFF;
	margin: 10px 2px;
	opacity: 1;
}
.catalog-item .photo-block .item-photo-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: var(--red);
}
.catalog-item .photo-block .catalog-item__labels {
	position: absolute;
	right: 12px;
	top: 12px;
	z-index: 10;
}
.catalog-item .photo-block .catalog-item__labels-left {
	position: absolute;
	left: 12px;
	top: 12px;
	z-index: 10;
}

.catalog-content.table .catalog-item .info-block {
	align-content: space-between;
	border-bottom: 1px solid var(--stroke);
	border-left: 1px solid var(--stroke);
	border-radius: 0 0 8px 8px;
	border-right: 1px solid var(--stroke);
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	height: 100%;
	padding: 12px 12px 19px;
}
.catalog-content.table .catalog-item .info-block .advantages {
	margin-left: auto;
}
.catalog-item .number {
	background: var(--font-second);
	border-radius: 4px;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	padding: 3px 7px;
	text-align: center;
}
body.theme-dark .catalog-item .number {
	background: var(--stroke);
	color: var(--font);
}
.stickers {
	display: flex;
    position: absolute;
    padding: 9px 13px;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    top: 0;
    z-index: 1;
}
.catalog-item .photo-block .stickers .catalog-item__labels-left {
	display: flex;
	position: static;
	margin: 4px 0 0;
	gap: 10px;
}
.catalog-item .info-block .name {
	color: var(--font-second);
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
}
.catalog-item .info-block .name a {
	color: var(--font-second);
	letter-spacing: -0.1px;
	text-decoration: none;
	transition: color 0.3s;
}
.catalog-item .info-block .name a:hover {
	color: var(--red);
}
.catalog-item .info-block .location {
	color: var(--font-third);
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	width: 100%
}
.catalog-item .info-block .features {
	align-items: center;
	display: flex;
	gap: 5px 14px;
	flex-direction: row;
	flex-wrap: wrap;
}
.catalog-item .info-block .features .feature-item {
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}
.catalog-item .info-block .features .feature-item span:nth-child(1) {
	color: var(--font-third);
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
}
.catalog-item .info-block .features .feature-item span:nth-child(2) {
	color: var(--font-second);
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	margin-left: 4px;
}
.catalog-item .info-block .features .feature-item.point {
	background: #5a5b67;
	border-radius: 50%;
	height: 4px;
	width: 4px;
}
.catalog-content.table .catalog-item .info-block .name {
	margin-bottom: 7px;
	width: 100%;
}
.catalog-content.table .catalog-item .info-block .location {
	margin-bottom: 16px;
	width: 100%;
}
.catalog-content.table .catalog-item .info-block .features {
	margin-bottom: 7px;
	width: 100%;
}

.catalog-item .info-block .price-block {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: flex-start;
}
.catalog-item .info-block .price-block .price-main {
	
}
.catalog-item .info-block .price-block .price-main .price {
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	color: var(--font);
}
body.theme-dark:not(.mainpage) .catalog-item .info-block .price-block .price-main .price {
	color: var(--red);
}
.catalog-content.table .catalog-item .info-block .price-block .price-main .price {
	font-size: 14px;
	line-height: 17px;
}
.catalog-content.table .catalog-item .info-block .price-block > div.price-main:only-of-type .price {
	font-size: 16px;
	line-height: 24px;
}
.catalog-item .info-block .price-block .price-main .price .currency {
	margin-left: 4px;
}
.catalog-item .info-block .price-block .price-main .price .vat {
	color: var(--red);
	margin-left: 4px;
}
.catalog-item .info-block .price-block .price-main .price-dop {
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	color: var(--font-third);
}
.catalog-content.table .catalog-item .info-block .price-block .price-main .price-dop {
	font-size: 11px;
}
.catalog-content.table .catalog-item .info-block .price-block > div.price-main:only-of-type .price-dop {
	font-size: 14px;
}
.catalog-item .info-block .price-block .price-main .price-dop .currency {
	margin-left: 4px;
}
.catalog-item .info-block .price-block .price-old {
	margin-top: 4px;
	margin-left: 17px;
}
.catalog-content.table .catalog-item .info-block .price-block .price-old {
	margin-left: 10px;
}
.catalog-item .info-block .price-block .price-old .price {
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	color: var(--font-third);
	text-decoration: line-through;
}
.catalog-content.table .catalog-item .info-block .price-block .price-old .price {
	font-size: 12px;
	line-height: 17px;
}
.catalog-item .info-block .price-block .price-old .price-dop {
	font-size: 10px;
	font-weight: 600;
	line-height: 12px;
	color: var(--font-third);
	margin-left: -3px;
	margin-top: 1px;
}
.catalog-item .info-block .price-block .price-old .price-dop:before {
	content: "";
	-webkit-mask-image: url(/local/templates/main/images/icons/arrow-line.svg);
	background-color: var(--red);
	width: 7px;
	height: 8px;
	background-repeat: no-repeat;
	mask-repeat: no-repeat;
	mask-size: 100%;
	mask-position: center;
	display: inline-block;
	vertical-align: baseline;
	margin-right: 3px;
}
.catalog-item .info-block .price-block .price-old .price-dop.arrow-up:before {
	transform: rotate(180deg);
}
.catalog-item .info-block .price-block .price-old .price .currency {
	margin-left: 4px;
}
.catalog-item .info-block .price-block .price-old .price-dop .currency {
	margin-left: 2px;
}



.catalog-content.list {
	gap: 16px;
}
.catalog-content.list .catalog-item {
	width: 100%;
	border: 1px solid var(--stroke);
	border-radius: 8px;
	padding: 15px 22px 15px 15px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 20px;
}
.catalog-content.list .catalog-item .photo-block {
	max-width: 272px;
	width: 100%;
	height: 171px;
	border-radius: 8px;
}
.catalog-content.list .catalog-item .photo-block .catalog-item__labels {
	right: 16px;
	top: 16px;
}
.catalog-content.list .catalog-item .info-block {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	width: 100%;
}
.catalog-content.list .catalog-item .item-top {
	display: flex;
	justify-content: space-between;
	margin-top: 2.5px;
}
.catalog-content.list .catalog-item .item-middle {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-top: 12px;
	width: 100%;
	gap: 10px 35px;
}
.catalog-content.list .catalog-item .item-middle .item-name-block {
	margin-left: 2px;
}
.catalog-content.list .catalog-item .item-middle .item-name-block .location {
	margin-top: 3px;
}
.catalog-content.list .catalog-item .item-middle .features {
	max-width: 227px;
	margin-left: 4.5%;
	margin-right: auto;
}
.catalog-content.list .catalog-item .item-middle .price-block {
	margin-left: auto;
	margin-top: 3px;
}
.catalog-content.list .catalog-item .item-bottom {
	align-items: flex-end;
    display: flex;
	justify-content: space-between;
	margin-top: 15px;
}
.catalog-content.list .catalog-item .item-bottom .item-description {
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	color: var(--font-second);
	max-height: 50px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	max-width: 715px;
}



.catalog-content.map {
	margin-bottom: 64px;
}
.catalog-content.map .catalog-map {
	width: 100%;
	height: 668px;
	border-radius: 12px;
	overflow: hidden;
}

.catalog-seo-text {
	margin-top: 40px;
}
.catalog-seo-text-content {
	font-size: 14px;
	line-height: 19.07px;
	font-weight: 300;
}
.catalog-seo-text-content h3 {
	font-size: 14px;
	color: var(--red);
	line-height: 19.07px;
	font-weight: 700;
	margin: 19px 0px;
}
.catalog-seo-text-content ol {
	padding-left: 18.8px;
}
.catalog-seo-text-content ol li {
	font-size: 14px;
	line-height: 19.07px;
}
.catalog-seo-text-content p {
	margin-top: 0px;
	margin-bottom: 19px;
	font-size: 14px;
	line-height: 19.07px;
	font-weight: 300;
}


.catalog-section-form {
	margin: 25px auto 0px;
}
.not-found-elements-wrapper {
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    max-width: 495px;
    margin: auto;
	align-items: center;
	margin-top: 60px;
}
.not-found-elements-wrapper .not-found-elements-image {
	max-width: 308px;
	margin-bottom: 27px;
}
.not-found-elements-wrapper .not-found-elements-image img {
	width: 100%;
	height: auto;
}

.not-found-elements-wrapper .not-found-elements-image img.dark {
	display: none;
}
body.theme-dark .not-found-elements-wrapper .not-found-elements-image img.light {
	display: none;
}
body.theme-dark .not-found-elements-wrapper .not-found-elements-image img.dark {
	display: block;
}

.not-found-elements-wrapper .not-found-elements-description {
	font-size: 32px;
	line-height: 48px;
	font-weight: 600;
	color: var(--font);
	text-align: center;
}
.not-found-cities {
	margin-top: 64px;
}


@media (max-width: 860px) {
	.catalog-section-topline {
		gap: 16px;
		margin-bottom: 32px;
	}
	.catalog-section-topline .catalog-sortable {
		min-width: 288px;
	}
	.catalog-select-view .select-view-item.list {
		display: none;
	}
	.catalog-select-view .select-view-item {
		min-width: unset;
	}
	.catalog-select-view .select-view-item.table {
		padding: 9px 21px;
	}
	.catalog-select-view .select-view-item svg {
		margin-right: 8px;
	}
	
	.catalog-sortable .catalog-sort-buttons {
		display: none;
	}
	.catalog-sortable .catalog-sort-select {
		display: block;
	}
	.catalog-sortable .catalog-sort-select select {
		width: 100%;
	}
	
	.catalog-sort-select .js-select2 + .select2 .select2-selection .select2-selection__rendered:before {
		content: "";
		-webkit-mask-image: url(/local/templates/main/images/icons/sort-asc.svg);
		width: 20px;
		height: 20px;
		display: inline-block;
		background-color: var(--font-third);
		mask-repeat: no-repeat;
		margin-right: 5px;
	}
	.catalog-sort-select .js-select2.DESC + .select2 .select2-selection .select2-selection__rendered:before {
		-webkit-mask-image: url(/local/templates/main/images/icons/sort-desc.svg);
	}
	
	.select2-dropdown .select2-results__options .select2-results__option[id*="DESC"]:before, .select2-dropdown .select2-results__options .select2-results__option[id*="ASC"]:before {
		content: "";
		-webkit-mask-image: url(/local/templates/main/images/icons/sort-asc.svg);
		width: 20px;
		height: 20px;
		display: inline-block;
		background-color: var(--font-third);
		mask-repeat: no-repeat;
		margin-right: 15px;
		vertical-align: middle;
	}
	.select2-dropdown .select2-results__options .select2-results__option[id*="DESC"]:before {
		-webkit-mask-image: url(/local/templates/main/images/icons/sort-desc.svg);
	}
	
	.catalog-content {
		gap: 8px;
	}
	.catalog-content.catalog-slider {
		gap: 0;
		overflow: hidden;
		margin-left: -16px;
		margin-right: -16px;
		padding-left: 16px;
		padding-right: 16px;
	}
	.catalog-content.list {
		display: none;
	}
	.catalog-content.table .catalog-item {
		width: calc(50% - 15px);
		max-width: 100%;
	}
	.catalog-content.table.catalog-slider .catalog-item {
		max-width: 272px;
	}
	.catalog-content.table .catalog-item .info-block {
		padding: 11px 11px 16px 11px;
	}
	.catalog-item .photo-block .item-photo-slider .swiper-pagination {
		width: calc(100% - 44px);
	}
	
	
	.catalog-seo-text .catalog-seo-text-content {
		max-height: 646px;
		overflow: hidden;
		transition: all 1s;
	}
	.catalog-seo-text .catalog-seo-text-content.open {
		max-height: 5000px;
	}
	.catalog-seo-text .read-more {
		font-size: 14px;
		font-weight: 600;
		line-height: 20px;
		color: var(--font-second);
		border-bottom: 1px dashed var(--font-second);
		display: inline-block;
		cursor: pointer;
		margin-top: 12px;
	}
	.catalog-seo-text .read-more:hover {
		color: var(--red);
		border-color: var(--red);
	}
	
	.catalog-content.map {
		margin-bottom: 40px;
	}
	.catalog-content.map .catalog-map {
		height: 400px;
	}
	
	.not-found-elements-wrapper {
		margin-top: 40px;
	}
	.not-found-elements-wrapper .not-found-elements-image {
		margin-bottom: 16px;
	}
	.not-found-elements-wrapper .not-found-elements-description {
		font-size: 24px;
		line-height: 32px;
	}
	.not-found-cities {
		margin-top: 41px;
	}
	.catalog-content.table .catalog-item .info-block .features {
		margin-bottom: 9px;
	}
	.catalog-item .info-block .price-block .price-main .price .vat {
		font-size: 12px;
		margin-left: 0;
	}
}
@media (max-width: 1119px) and (min-width: 1076px) {
	.catalog-content.table .catalog-item {
		max-width: unset;
		min-width: unset;
		width: calc(33.333% - 20px);
	}
}
@media (max-width: 1075px) and (min-width: 861px) {
	.catalog-content {
		gap: 10px;
	}
	.catalog-content.table .catalog-item {
		max-width: unset;
		min-width: unset;
		width: calc(33.333% - 7px);
	}
	.catalog-content.list .catalog-item .item-middle .features {
		margin-left: 0;
		gap: 6px;
	}
}
@media (max-width: 624px) {
	.catalog-section-topline .catalog-sortable {
		width: 100%;
	}
	
}
@media (max-width: 580px) {
	.catalog-content.table .catalog-item {
		width: 100%;
	}
	
}

.justify-start{
	justify-content: flex-start !important;
}

.news-banner {
	border-radius: 15px;
	display: flex;
    height: 135px;
	justify-content: space-between;
	position: relative;
    width: 100%;
}
.news-banner:before {
	backdrop-filter: blur(2px);
	background: rgba(0, 0, 0, .4);
	border-radius: 15px;
	content: '';
	height: 100%;
	position: absolute;
	width: 100%;
}
.news-banner > * {
	position: relative;
	z-index: 1;
}
.news-banner_title {
    align-items: center;
	color: #ffffff;
	display: flex;
    font-size: 30px;
	font-weight: 600;
    line-height: 1.3;
    padding-left: 30px;
}
.news-banner_left {
    align-items: flex-end;
	display: flex;
    padding: 13px;
}
.news-banner_button {
    align-items: center;
    background: var(--stroke);
    border-radius: 5px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    height: 37px;
	transition: 0.3s;
    width: 107px;
}
.news-banner:hover .news-banner_button {
	background-color: var(--red);
}
.catalog-item .photo-block .item-photo-slider .photo-slide a .last-image {
    align-items: center;
	background-color: rgba(0, 0, 0, .7);
    color: #ffffff;
    display: flex;
    justify-content: center;
    height: 100%;
    width: 100%;
	position: absolute;
}
/* End */


/* Start:/local/templates/main/components/ilsn/news.index/materials/style.css?17362597623154*/
.tabs-wrapper .tabs-topline {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
	margin-bottom: 24px;
}
.tabs-wrapper .tabs-topline .tabs-all {
	margin-top: -5px;
}
.tabs-navigation {
	display: flex;
	flex-wrap: nowrap;
	gap: 8px;
}
.tabs-navigation .tab-nav-item {
	color: var(--font-third);
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	padding: 9px 23.5px;
	border-radius: 51px;
	border: 1px solid var(--font-third);
	transition: all 0.3s;
	cursor: pointer;
	user-select: none;
	display: flex;
    align-items: center;
    justify-content: center;
	white-space: nowrap;
}
.tabs-navigation .tab-nav-item:hover {
	border-color: var(--red);
	color: var(--red);
}
.tabs-navigation .tab-nav-item.active {
	color: #fff;
	background: var(--red);
	border-color: var(--red)
}
.tabs-wrapper .tabs-items {
	
}
.tabs-wrapper .tabs-items .tabs-item {
	display: none;
}
.materials-content {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.materials-content.materials-slider {
	overflow: hidden;
	gap: 0px 30px;
}
.materials-content .materials-item {
	width: calc(25% - 22.5px);
}
.materials-content .materials-item .photo-block {
	min-height: 206px;
    height: 206px;
	border-radius: 8px;
	overflow: hidden;
}
.materials-content .materials-item .photo-block a {
	display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
}
.materials-content .materials-item .photo-block img {
	height: auto;
    width: 100%;
}
.materials-content .materials-item .info-block {
	margin-top: 12px;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.materials-content .materials-item .info-block .personal {
	margin-left: auto;
}
.materials-content .materials-item .info-block .viewers {
	margin-left: 4px;
}
.materials-content .materials-item .info-block .name {
	color: var(--font);
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	transition: color 0.3s;
	width: 100%;
}
.materials-content .materials-item .info-block .name:hover {
	color: var(--red);
}


@media (max-width: 860px) {
	.tabs-wrapper .tabs-topline {
		flex-direction: column-reverse;
		align-items: flex-start;
		margin-top: -12px;
	}
	.tabs-navigation {
		margin-top: 17px;
        padding-left: 16px;
        width: -webkit-fill-available;
        overflow-x: auto;
        padding-right: 16px;
        margin-left: -16px;
        margin-right: -16px;
	}
	.tabs-navigation::-webkit-scrollbar {
		display: none;
	}
	.tabs-navigation .tab-nav-item {
		font-size: 14px;
		line-height: 20px;
	}
	
	.materials-content.materials-slider {
		overflow: hidden;
		margin-left: -16px;
		margin-right: -16px;
		padding-left: 16px;
		padding-right: 16px;
		gap: 0;
	}
	.materials-content .materials-item {
		width: 100%;
		max-width: 272px;
	}
}

@media (min-width: 861px) and (max-width: 1199px) {
	.materials-content .materials-item {
		width: calc(33.333% - 20px);
	}
}
/* End */
/* /local/templates/main/components/ilsn/highloadblock.catalog.element/main/style.css?174662088421434 */
/* /local/templates/main/css/swiper.min.css?171826146418448 */
/* /local/templates/.default/components/ilsn/highloadblock.catalog.section/main/style.css?175447042019576 */
/* /local/templates/main/components/ilsn/news.index/materials/style.css?17362597623154 */
