.container-2025.kovrolin-banner-slider {
	display:flex;
	margin-top:24px;
}	
.container-2025.kovrolin-banner-slider * {
	box-sizing:border-box;
}

.kovrolin-banner-slider .slider-container {
	display:flex;
	position:relative;
}
.kovrolin-banner-slider .slider-container .swiper-navigation {
	position:absolute;
	left:calc(50% + 24px + 48px);
	bottom:48px;
	display:flex;
	gap:24px;
	z-index:2;
	--icon-arrow: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.46191 11.5384L19.6158 11.5384' stroke='white' stroke-width='2.30769' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.46191 11.5384L10.385 4.61527' stroke='white' stroke-width='2.30769' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.46191 11.5384L10.385 18.4614' stroke='white' stroke-width='2.30769' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	@media (max-width: 1024px) {	
		left:calc(50%);
		transform:translateX(-50%);
		bottom:24px;
	}		
}
.kovrolin-banner-slider .slider-container .swiper-navigation span {
    display: inline-flex;
    width: 60px;
    height: 60px;
    right: 12px;
    bottom: 9px;
    background: #F25354 var(--icon-arrow) center no-repeat;
    border-radius: 60px;
    transition: all .35s ease;
	cursor:pointer;
}
.kovrolin-banner-slider .slider-container .swiper-navigation span.next {
	transform:rotate(180deg);
}
.kovrolin-banner-slider .slider-container .swiper-navigation span.swiper-button-disabled {
	filter:grayscale();
	opacity:.5;
	cursor:default;
}

.kovrolin-banner-slider .slider-wrapper {
	display:flex;
	align-items: flex-start;
}

.kovrolin-banner-slider .slider-wrapper:not(.swiper-wrapper) {
	max-width:100%;
	overflow:hidden;
}
.kovrolin-banner-slider .slider-slide {
	flex:0 0 auto;
	width:100%;
	display:flex;
	align-items:stretch;
	--gap: 24px;
	gap:var(--gap);
	@media (max-width: 1024px) {	
		flex-direction:column;
		--gap: 8px;
	}
}	

.kovrolin-banner-slider .slider-slide .image {
	flex: 0 0 auto;
	width: calc((100% - var(--gap)) / 2);
	opacity:1;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	background: #F0F3F4;
	border: 1px solid #E1E1E1;
	border-radius: 48px;
	overflow:hidden;
	@media (max-width: 1024px) {	
		width:100%;
		aspect-ratio: 2;
	}
	@media (max-width: 500px) {	
		aspect-ratio: 1;
	}
}
.kovrolin-banner-slider .slider-slide .image source {
	display:none;
}
.kovrolin-banner-slider .slider-slide .image img {
	width:100%;
	height:100%;
	object-fit:cover;
	object-position: center bottom;
}
.kovrolin-banner-slider .slider-slide .info {
	flex: 0 0 auto;
	width: calc((100% - var(--gap)) / 2);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	/* padding: 48px 48px 132px; */
	padding: 48px;
	gap: 12px;

	background: #FFFFFF;
	border: 1px solid #E1E1E1;
	border-radius: 48px;
	@media (max-width: 1024px) {	
		width:100%;
		padding: 24px;
		flex: 1 1 auto;
	}	
}
.kovrolin-banner-slider .slider-slide .info:after {
	content:"";
	height:60px;
	width:100%;
	/* background-color:yellow; */
	@media (max-width: 1024px) {	
		margin-top:12px;
	}
}
.kovrolin-banner-slider .slide-title {
	font-weight: 700;
	font-size: 46px;
	line-height: 120%;
	letter-spacing: 0.27px;
	color: #343434;
	margin-bottom:12px;
	@media (max-width: 755px) {
        font-size: 24px;
        margin-bottom: 8px;
    }	
}
.kovrolin-banner-slider .slide-text {
	font-weight: 500;
	font-size: 18px;
	line-height: 110%;
	color: #464646;
	@media (max-width: 755px) {
        font-size: 15px;
    }	
}

.kovrolin-banner-slider .classes {
	width:100%;
	max-width:100%;
	margin-top:12px;
	display:flex;
	gap:24px;
	align-items:stretch;
}
.kovrolin-banner-slider .class {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	isolation: isolate;

	width: calc((100% - 24px) / 2);
	height: 108px;

	border: 1px dashed rgba(135, 135, 135, 0.4);
	border-radius: 8px;
	position:relative;
}
	
.kovrolin-banner-slider .class-help {
	position:absolute;
	right:7px;
	top:8px;
	width:16px;
	height:16px;
	background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 1.5C6.71442 1.5 5.45772 1.88122 4.3888 2.59545C3.31988 3.30968 2.48676 4.32484 1.99479 5.51256C1.50282 6.70028 1.37409 8.00721 1.6249 9.26809C1.8757 10.529 2.49477 11.6872 3.40381 12.5962C4.31285 13.5052 5.47104 14.1243 6.73192 14.3751C7.99279 14.6259 9.29973 14.4972 10.4874 14.0052C11.6752 13.5132 12.6903 12.6801 13.4046 11.6112C14.1188 10.5423 14.5 9.28558 14.5 8C14.4967 6.27711 13.8108 4.62573 12.5925 3.40746C11.3743 2.18918 9.72289 1.5033 8 1.5ZM7.875 4.5C8.02334 4.5 8.16834 4.54399 8.29168 4.6264C8.41502 4.70881 8.51115 4.82594 8.56791 4.96299C8.62468 5.10003 8.63953 5.25083 8.61059 5.39632C8.58165 5.5418 8.51022 5.67544 8.40533 5.78033C8.30044 5.88522 8.16681 5.95665 8.02132 5.98559C7.87583 6.01453 7.72503 5.99968 7.58799 5.94291C7.45095 5.88614 7.33381 5.79001 7.2514 5.66668C7.16899 5.54334 7.125 5.39834 7.125 5.25C7.125 5.05109 7.20402 4.86032 7.34467 4.71967C7.48532 4.57902 7.67609 4.5 7.875 4.5ZM8.5 11.5H8C7.86739 11.5 7.74022 11.4473 7.64645 11.3536C7.55268 11.2598 7.5 11.1326 7.5 11V8C7.36739 8 7.24022 7.94732 7.14645 7.85355C7.05268 7.75979 7 7.63261 7 7.5C7 7.36739 7.05268 7.24021 7.14645 7.14645C7.24022 7.05268 7.36739 7 7.5 7H8C8.13261 7 8.25979 7.05268 8.35356 7.14645C8.44732 7.24021 8.5 7.36739 8.5 7.5V10.5C8.63261 10.5 8.75979 10.5527 8.85356 10.6464C8.94732 10.7402 9 10.8674 9 11C9 11.1326 8.94732 11.2598 8.85356 11.3536C8.75979 11.4473 8.63261 11.5 8.5 11.5Z' fill='%23BDBDBD'/%3E%3C/svg%3E%0A") center no-repeat;
	cursor:help;
}

.kovrolin-banner-slider .class-help-popup {
    position: absolute;
    right: -4px;
    bottom: calc(100% + 3px);
    display: flex;
    padding: 8px 8px;
    width: auto;
    background: #464646;
    border-radius: 8px;
    font-weight: 400;
    font-size: 11px;
    line-height: 110%;
    color: #FFFFFF;
    transform: translateY(-5px);
    pointer-events: none;
    z-index: 1;
    transition: transform .35s ease, opacity .5s ease;
    white-space: normal;
	opacity:0;
	visibility:hidden;
}
.kovrolin-banner-slider .class-help-popup:before {
    content: "";
    position: absolute;
    right: 8px;
    bottom: -3px;
    width: 12px;
    height: 12px;
    background: #464646;
    transform: rotate(45deg);
    z-index: -1;
}
.catalog-element-main-info-block .element-tooltip {
    visibility: hidden;
    opacity: 0;
}
.kovrolin-banner-slider .class-help:hover .class-help-popup {
	opacity:1;
	visibility:visible;
}

.kovrolin-banner-slider .class-help-content {
	display:flex;
	flex-direction:column;
	gap:8px;
}
.kovrolin-banner-slider .class-help-content-item {
	display:flex;
	align-items:center;
	gap:8px;
}
.kovrolin-banner-slider .class-help-content-item .number {
	flex: 0 0 auto;
	display: flex;
	align-items:center;
	justify-content:center;
	width: 20px;
	height: 20px;

	background: #F0F3F4;
	border-radius: 100px;
	position:relative;

	font-size: 13px;
	line-height: 1;
	color: #5B5B5B;	
}
.kovrolin-banner-slider .class-help-content-item .text {
	font-size:14px;
	white-space: nowrap;
}

.kovrolin-banner-slider .number-infos {
	width:100%;
	max-width:100%;
	margin-top:24px;
	display:flex;
	align-items:stretch;
	gap:24px;
	@media(max-width:480px) {
		flex-direction:column;
	}
}

.kovrolin-banner-slider .number-info {
	display: flex;
	flex-direction: column;
	width: calc((100% - 24px) / 2);
	@media(max-width:480px) {
		width:100%;
	}
}
.kovrolin-banner-slider .number-info-note {
	font-weight: 400;
	font-size: 12px;
	line-height: 120%;
	color: #6E6E6E;
	margin-bottom:4px;
}
.kovrolin-banner-slider .number-info-title {
	font-weight: 500;
	font-size: 18px;
	line-height: 110%;
	color: #343434;
	margin-bottom:16px;
}
.kovrolin-banner-slider .number-info-list {
	display: flex;
	flex-direction: column;
	gap:12px;
	@media(max-width:480px) {
		gap:8px;
	}	
}
.kovrolin-banner-slider .number-info-list .item {
	display: flex;
	align-items:center;
	gap:16px;
}

.kovrolin-banner-slider .number-info-list .item-num {
	flex: 0 0 auto;
	display: flex;
	align-items:center;
	justify-content:center;
	width: 32px;
	height: 32px;

	background: #F0F3F4;
	border-radius: 100px;
	position:relative;

	font-size: 18px;
	line-height: 150%;
	text-align: center;
	color: #5B5B5B;
}
.kovrolin-banner-slider .number-info-list .checked .item-num {
	background: #5B5B5B;
	color: #fff;
}
.kovrolin-banner-slider .number-info-list .checked .item-num:before {
	position:absolute;
	content:"";
	width:12px;
	height:12px;
	background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_7313_21373)'%3E%3Ccircle cx='6' cy='6' r='6' fill='white'/%3E%3Cpath d='M6 0C2.6862 0 0 2.6862 0 6C0 9.3138 2.6862 12 6 12C9.3138 12 12 9.3138 12 6C12 2.6862 9.3138 0 6 0ZM9.4242 4.6242L5.2242 8.8242C5.1072 8.9412 4.9536 9 4.8 9C4.6464 9 4.4928 8.9412 4.3758 8.8242L2.5758 7.0242C2.3412 6.7896 2.3412 6.4104 2.5758 6.1758C2.8104 5.9412 3.1896 5.9412 3.4242 6.1758L4.8 7.5516L8.5758 3.7758C8.8104 3.5412 9.1896 3.5412 9.4242 3.7758C9.6588 4.0104 9.6588 4.3896 9.4242 4.6242Z' fill='%231EA0B3'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7313_21373'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") center no-repeat;
	right:-2px;
	top:-2px;
}
.kovrolin-banner-slider .number-info-list .item-text {
	font-weight: 400;
	font-size: 15px;
	line-height: 120%;
	color: #343434;
}