.l-section_brownLight {
    background: none;
}
section.l-section.l-section_p0.l-section_brownLight {
    margin-top: 25px ! IMPORTANT;
}
.b-cardProductText.g-padding {
    display: none;
}
@media (max-width: 1560px) {
    .side-card:last-child {
        display: none;
    }
}
@media (max-width: 1024px) {
    .side-card {
        display: none;
    }
    .side-cards {
        display: none !important;
    }
}
@media (max-width: 799px) {
    .mySwiper {
        width: 100%;
        height: auto;
        flex-shrink: 0;
        margin: 0;
    }
}

@media (min-width: 800px) {
    .b-projectsSlider-item {
        width: 274px;
    }
    .b-heroSlider-text h2 {
        margin-bottom: 15px;
        font-size: 34px;
    }

    .b-heroSlider {
        width: 800px;
        height: 400px;
        background: #e7decf;
        border-radius: 25px;
    }
	.b-heroSlider-oval-wrapper {
		display: none;
	}
	.b-heroSlider-text {
		width: 60%;
		padding-right: 0px;
		min-height: 100%;
		padding-bottom: 0px;
	}
	.l-section_brownLight {
		background: none;
	}
	.b-heroSlider-item {
        min-height: 300px;
        padding: 25px;
        height: 400px;
    }
	.b-heroSlider-text .btn-new {
		min-width: 150px;
	}
	.b-heroSlider-button {
		margin: 10px 0 0 0;
	}
	.b-heroSlider-arrows {
		display: none;
	}
	.l-main-content {
		margin-top: 25px;
	}
	.l-container.d_lflex {
		display: flex;
		gap: 10px;
		align-items: center;
		justify-content: space-between;
	}
	.b-heroSlider-oval-wrapper, .b-heroSlider-img {
		left: 70%;
	}
    .b-heroSlider-text {
        width: 60%;
    }
	.b-heroSlider-text-inner p {
		font-size: 20px;
	}
	a.additional-banner__link {
		height: 400px;
		display: flex;
		align-items: center;
		background: #e7decf;
		border-radius: 25px;
		padding: 25px;
		width: 100%;
	}
	section.l-section.l-section_p0.l-section_brownLight {
		margin-bottom: 50px ! IMPORTANT;
	}

	span.additional-banner__blur span.additional-banner__title {
		color: black;
		font-size: 24px;
		text-decoration: none;
		font-weight: 500;
	}
	.additional-banners__banner.additional-banner {
		display: flex;
		flex-direction: column;
		text-align: left;
		gap: 10px;
	}
	span.additional-banner__blur span.additional-banner__text {
		font-size: 18px;
		text-decoration: none;
	}
	.btn.btn-md.text-lg.r-10.btn-fit {
		color: white;
		text-decoration: none;
		background: #005bfe;
		margin-top: 20px;
		padding: 10px;
		text-align: center;
		border-radius: 5px;
		max-width: 150px;
	}
	.b-heroSlider-text.\32 424 a.btn-new.btn-new-big.btn-new-2 {
		padding: 10px;
		color: white;
		background: #005bfe;
		border: none;
	}
    .b-heroSlider-oval-wrapper, .b-heroSlider-img {
        left: auto ! Important;
        right: 10px;
    }
    .b-heroSlider-item {
        padding: 0px ! IMPORTANT;
    }
    .b-heroSlider-oval-wrapper, .b-heroSlider-img {
        position: initial;
        width: 100%;
        height: 100%;
    }
	.b-heroSlider-img img.b-heroSlider-picture {
		width: 100%;
		height: auto;
		padding: 0px;
	}
/*
    .b-heroSlider-item {
        width: 100% ! IMPORTANT;
    }
    .b-heroSlider-wrapper.swiper-wrapper.\32 4242111 {
        transform: translate3d(0px, 0px, 0px) ! IMPORTANT;
        display: block;
        width: 800px;
        height: 300px;
    }
    .b-heroSlider-item {
        width: 100% ! IMPORTANT;
        background-repeat: no-repeat;
        background-size: cover;
        margin: 0px ! IMPORTANT;
        padding: 0px ! IMPORTANT;
    }
*/


.mySwiper {
    width: 800px;
    height: 400px;
    border-radius: 8px; /* Опционально: скругление */
}

.mySwiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Чтобы картинка не растягивалась, а заполняла блок */
}

/* Цвет точек пагинации */
.mySwiper .swiper-pagination-bullet-active {
    background: #000; 
}

/* Общий контейнер */
.main-layout {
    display: flex;
    gap: 20px;           /* Расстояние между слайдером и карточками */
    align-items: flex-start;
    width: 100%;
    /* Если экран меньше 1100-1200px, появится горизонтальный скролл, 
       так как баннер мы запретили уменьшать */
    overflow-x: auto; 
    padding-bottom: 10px;
}

/* Слайдер: жестко 800px */
.mySwiper {
    width: 800px;
    height: 400px;
    flex-shrink: 0;      /* Запрещаем сжиматься при нехватке места */
    margin: 0;           /* Убираем стандартные отступы swiper */
}

/* Контейнер для карточек */
.side-cards {
    display: flex;
    gap: 10px;           /* Расстояние между карточками */
    height: 400px;       /* Высота такая же, как у баннера */
    flex-grow: 1;        /* Карточки заберут оставшееся место */
    min-width: 200px;    /* Минимальная ширина карточек */
}

/* Сами карточки */
.side-card {
    flex: 1;             /* Распределяем высоту поровну (по 145px примерно) */
    background: #f4f4f4;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
}

.mySwiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.side-card {
	background: #ffffff;
	border: 1px solid #ffffff;
	position: relative;
}
.side-card img.additional-banner__image {
    width: 200px;
    position: absolute;
    right: 0;
    height: 250px;
}
}
