

/* Start:/bitrix/templates/bambini_composite_adapt/components/bitrix/news.list/home_banners/style.css?17890446194859*/
.banners-home .banners-item .btn-item a:hover{
	background: #C00000;
}
.banners-home .banners-item .btn-item a{
	display: inline-flex;
	background: #F32A07;
	padding: 10px 40px;
	font-size: 18px;
	color:white;
	text-decoration: none;
	border-radius: 9px;
}
.banners-home .banners-item .btn-code>*{
	text-align: left;
}
.banners-home .banners-item .btn-code{
	margin-top: 20px;
}
.banners-home .banners-item .btn-item{
	margin-top: 20px;
}
.banners-home .banners-item{

	background-size: cover;
	background-repeat: no-repeat;
}
.banners-home .banners-item.bg_center{
	background-position:  center;
}
.banners-home .banners-item{
	position: relative;
}
.banners-home .banners-item .bg_overlay{
	content:'';
	display: block;
	width: 100%;
	background: #e1dfdfa6;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;

}
.banners-home .banners-item.bg_right{
	background-position: right center;
}
.banners-home .banners-item.bg_left{
	background-position: left center;
}
.banners-home .banners-item.right-align .content-item{
	display: flex
;
	margin: auto 0 auto auto;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
}
.banners-home .banners-item.center-align .content-item{
	display: flex
;

	margin: 0 auto;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.banners-home .banners-item {
	display: flex;
	align-items: center;
}
.banners-home .banners-item .content-item{
	z-index: 1;
	width: 100%;
}
.banners-home .banners-item .desc-item{
	font-size: 18px;
	color: black;
	margin-top: 20px;
}
.banners-home .banners-item .title-item{
	font-size: 30px;line-height: 1.2;
	color: black;
	text-transform: uppercase;
}

.banners-home .banners-item{
	background-color: #ECEAEB;
	padding: 40px;
	min-height: 400px;
	height: auto;
	width: 100%;
	max-width: 100%;
}

.banners-home .banners-item {
    box-sizing: border-box;
    overflow: hidden;
}

.banners-home .banners-item .content-item {
    max-width: 720px;
}

.banners-home .banners-item .home-hero__eyebrow {
    margin-bottom: 10px;
    color: #3a883d;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.banners-home .banners-item .title-item {
    max-width: 720px;
    margin: 0;
    font-size: clamp(30px, 3.2vw, 44px);
    font-weight: 700;
    line-height: 1.15;
    text-transform: none;
}

.banners-home .banners-item .desc-item {
    max-width: 650px;
    line-height: 1.5;
}

@media (max-width: 768px) {
    .banners-home .banners-item .title-item {
        font-size: 28px;
    }

    .banners-home .banners-item .home-hero__eyebrow {
        font-size: 12px;
    }
}

@media(max-width: 768px){

	.flex-content .catalog__list{
		margin-top: 0 !important;
	}
	.banners-home .banners-item .desc-item{
		margin-top: 15px;
	}
	.banners-home .banners-item .title-item {
		font-size: 22px;
	}
	.banners-home .banners-item .desc-item {
		font-size: 14px;line-height: 1.2;
	}
	.banners-home .banners-item{
	min-height: 240px;
}
	.banners-home .banners-item{
		padding: 20px;
	}
	.banners-home .banners-item .btn-item a,
	.btn-code a{
		padding: 10px 15px;
		font-size: 16px;
	}
}

//////////////////////
.banners-home .banners-item {
    overflow: hidden;
    isolation: isolate;
}

.banners-home .banners-item::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background: linear-gradient(
        90deg,
        rgba(25, 24, 65, 0.76) 0%,
        rgba(46, 37, 105, 0.60) 30%,
        rgba(46, 37, 105, 0.10) 50%,
        rgba(46, 37, 105, 0) 70%
    );
}

.banners-home .banners-item .content-item {
    position: relative;
    z-index: 1;
    max-width: 520px !important;
}

.banners-home .banners-item .content-item > :first-child,
.banners-home .banners-item .title-item,
.banners-home .banners-item .desc-item {
    color: #fff !important;
}

.banners-home .banners-item .title-item {
    font-size: 40px;
    line-height: 1.15;
    font-weight: 700;
    text-transform: none;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.22);
}

.banners-home .banners-item .desc-item {
    max-width: 470px;
    margin-top: 22px;
    font-size: 18px;
    line-height: 1.5;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
}

@media (max-width: 768px) {
    .banners-home .banners-item::before {
        background: linear-gradient(
            90deg,
            rgba(25, 24, 65, 0.84) 0%,
            rgba(46, 37, 105, 0.68) 55%,
            rgba(46, 37, 105, 0.40) 80%
        );
    }

    .banners-home .banners-item .content-item {
        max-width: 100% !important;
    }

    .banners-home .banners-item .title-item {
        font-size: 30px;
        line-height: 1.15;
    }

    .banners-home .banners-item .desc-item {
        max-width: 100%;
        font-size: 16px;
        line-height: 1.4;
    }
}
/* End */


/* Start:/bitrix/templates/bambini_composite_adapt/components/bitrix/menu/new_bambini_left/style.css?17890449302628*/
/* ===== Категории на главной ===== */

.popular_sections .custom_popular_mod {
    box-sizing: border-box;
    padding: 24px 22px 28px;
}

.popular_sections .popular_items_wrap {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 14px;
    width: 100%;
    justify-content: initial;
}

.popular_sections .popular_item {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    min-width: 0;
    min-height: 220px;
    margin: 0;
    padding: 14px 10px 12px;

    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    color: #000;
    text-decoration: none;

    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        transform 0.2s ease;
}

.popular_sections .popular_item:hover,
.popular_sections .popular_item:focus {
    border-color: #3a883d;
    box-shadow: 0 5px 16px rgba(58, 136, 61, 0.14);
    transform: translateY(-2px);
}

.popular_sections .popular_item_title {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    min-height: 52px;
    margin: 0 0 12px;
    padding: 0 2px;

    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    text-transform: none;
}

.popular_sections .popular_img_wrap {
    display: block;
    width: 100%;
    margin-top: auto;
    padding: 0;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    border-radius: 4px;
    background: #f7f7f7;
}

.popular_sections .popular_img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* Планшеты */
@media (max-width: 1024px) {
    .popular_sections .popular_items_wrap {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .popular_sections .popular_item {
        min-height: 240px;
    }
}

/* Телефоны */
@media (max-width: 640px) {
    .popular_sections .custom_popular_mod {
        padding: 20px 14px 22px;
    }

    .popular_sections .popular_items_wrap {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .popular_sections .popular_item {
        min-height: 210px;
    }

    .popular_sections .popular_item_title {
        min-height: 48px;
        font-size: 13px;
    }
}

/* Узкие телефоны */
@media (max-width: 390px) {
    .popular_sections .popular_items_wrap {
        grid-template-columns: 1fr;
    }

    .popular_sections .popular_item {
        min-height: auto;
    }

    .popular_sections .popular_img_wrap {
        aspect-ratio: 16 / 9;
    }
}
/* End */


/* Start:/bitrix/templates/bambini_composite_adapt/components/bitrix/eshop.catalog.top/catalog_home/style.css?17890646874700*/
.home-products {
    box-sizing: border-box;
    width: 100%;
    margin: 36px 0 42px;
}

.home-products__header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 22px;
}

.home-products__title {
    margin: 0;
    color: #222;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.25;
    text-transform: none;
}

.home-products__catalog-link {
    flex: 0 0 auto;
    color: #3a883d;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
}

.home-products__catalog-link:hover,
.home-products__catalog-link:focus {
    color: #286b2b;
    text-decoration: underline;
}

.home-products .home-products__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    justify-items: stretch;
    align-items: stretch;
    gap: 18px;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.home-products .home-product-card {
    box-sizing: border-box;
    display: flex !important;
    float: none !important;
    min-width: 0 !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0;
    overflow: hidden;
    flex-direction: column;
    background: #fff;
    border: 1px solid #dedede;
    border-radius: 7px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.home-products .home-product-card:hover {
    border-color: #a9cbaa;
    box-shadow: 0 7px 22px rgba(31, 77, 34, 0.12);
    transform: translateY(-2px);
}

.home-products .home-product-card__inner {
    box-sizing: border-box;
    display: flex;
    position: static;
    flex: 1 1 auto;
    min-height: 0;
    height: 100%;
    width: 100%;
    padding: 0;
    flex-direction: column;
    border: 0;
    box-shadow: none;
}

.home-products .home-product-card__image-link {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 230px;
    padding: 14px;
    background: #fafafa;
    text-decoration: none;
}

.home-products .home-product-card__image {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: contain;
    object-position: center;
}

.home-product-card__no-image {
    color: #777;
    font-size: 14px;
    text-align: center;
}

.home-products .home-product-card__body {
    box-sizing: border-box;
    display: flex;
    flex: 1 1 auto;
    min-height: 0;
    padding: 16px;
    flex-direction: column;
}

.home-products .home-product-card__title {
    min-height: 46px;
    margin: 0 0 12px;
    padding: 0;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.35;
}

.home-products .home-product-card__title a {
    color: #222;
    text-decoration: none;
}

.home-products .home-product-card__title a:hover,
.home-products .home-product-card__title a:focus {
    color: #3a883d;
}

.home-product-card__properties {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 12px;
    color: #626262;
    font-size: 14px;
    line-height: 1.35;
}

.home-product-card__availability {
    margin-bottom: 13px;
    font-size: 14px;
    font-weight: 600;
}

.home-product-card__availability.is-available {
    color: #2e7d32;
}

.home-product-card__availability.is-unavailable {
    color: #c62828;
}

.home-product-card__footer {
    margin-top: auto;
}

.home-products .home-product-card__price {
    margin-bottom: 13px;
    color: #d72c18;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
}

.home-products .catalog-buy-btn {
    margin: 0;
}

.home-products .home-product-card__button {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 43px;
    margin: 0;
    padding: 9px 14px;
    text-align: center;
    text-decoration: none;
}

.home-products .in-cart-product,
.home-products .to-cart-product {
    display: none;
}

.home-products .in-cart-product.active,
.home-products .to-cart-product.active {
    display: block;
}

@media (max-width: 900px) {
    .home-products .home-products__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 520px) {
    .home-products {
        margin: 28px 0 34px;
    }

    .home-products__header {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
        margin-bottom: 18px;
    }

    .home-products__title {
        font-size: 24px;
    }

    .home-products .home-products__grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 14px;
    }

    .home-products .home-product-card__image-link {
        height: 260px;
    }
}

/* End */


/* Start:/bitrix/templates/bambini_composite_adapt/components/bitrix/form.result.new/home_request/style.css?17902414409009*/
.home-request {
    --home-request-green: #2f7d3c;
    --home-request-green-dark: #1f5b2b;
    --home-request-green-light: #eaf4eb;
    --home-request-text: #243128;
    --home-request-muted: #68736b;
    --home-request-border: #dce5dd;
    --home-request-error: #b42318;
    width: 100%;
    max-width: 1180px;
    margin: 44px auto;
    padding: 48px;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(520px, 1.18fr);
    gap: 52px;
    align-items: center;
    color: #fff;
    background:
        radial-gradient(circle at 0 0, rgba(255, 255, 255, 0.13), transparent 38%),
        linear-gradient(135deg, var(--home-request-green-dark), var(--home-request-green));
    border-radius: 22px;
    box-shadow: 0 18px 45px rgba(31, 91, 43, 0.16);
}

.home-request,
.home-request * {
    box-sizing: border-box;
}

.home-request__eyebrow {
    margin-bottom: 12px;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #d8efdc;
}

.home-request__title {
    margin: 0 0 16px;
    color: #fff;
    font-size: clamp(30px, 3vw, 44px);
    line-height: 1.12;
    font-weight: 700;
}

.home-request__description {
    margin: 0;
    max-width: 520px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 17px;
    line-height: 1.6;
}

.home-request__benefits {
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}

.home-request__benefits li {
    position: relative;
    margin: 12px 0;
    padding-left: 28px;
    color: rgba(255, 255, 255, 0.94);
    font-size: 15px;
    line-height: 1.45;
}

.home-request__benefits li::before {
    content: "";
    position: absolute;
    top: 0.42em;
    left: 2px;
    width: 11px;
    height: 6px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
}

.home-request__direct-contact {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 12px;
    align-items: baseline;
    margin-top: 28px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
}

.home-request__direct-contact a {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
}

.home-request__direct-contact a:hover,
.home-request__direct-contact a:focus-visible {
    text-decoration: underline;
}

.home-request__card {
    min-width: 0;
    padding: 32px;
    color: var(--home-request-text);
    background: #fff;
    border-radius: 17px;
    box-shadow: 0 14px 34px rgba(17, 53, 24, 0.17);
}

.home-request__fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.home-request__field {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 7px;
}

.home-request__field_full {
    grid-column: 1 / -1;
}

.home-request__label {
    display: block;
    color: var(--home-request-text);
    font-size: 14px;
    line-height: 1.35;
    font-weight: 600;
}

.home-request__required {
    color: var(--home-request-error);
}

.home-request__control {
    display: block;
}

.home-request__control input[type="text"],
.home-request__control input[type="email"],
.home-request__control input[type="tel"],
.home-request__control input[type="number"],
.home-request__control select,
.home-request__control textarea,
.home-request__captcha-field input {
    display: block;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 12px 14px;
    color: var(--home-request-text);
    background: #fff;
    border: 1px solid var(--home-request-border);
    border-radius: 9px;
    font: inherit;
    font-size: 16px;
    line-height: 1.35;
    outline: none;
    transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.home-request__control input[type="text"],
.home-request__control input[type="email"],
.home-request__control input[type="tel"],
.home-request__control input[type="number"],
.home-request__control select,
.home-request__captcha-field input {
    min-height: 48px;
}

.home-request__control textarea {
    min-height: 112px;
    resize: vertical;
}

.home-request__control input:focus,
.home-request__control select:focus,
.home-request__control textarea:focus,
.home-request__captcha-field input:focus {
    border-color: var(--home-request-green);
    box-shadow: 0 0 0 3px rgba(47, 125, 60, 0.13);
}

.home-request__field_error .home-request__control input,
.home-request__field_error .home-request__control select,
.home-request__field_error .home-request__control textarea,
.home-request__consent_error {
    border-color: var(--home-request-error);
}

.home-request__field-message {
    display: block;
    margin-top: 2px;
    color: var(--home-request-error);
    font-size: 13px;
    line-height: 1.35;
}

.home-request__consent {
    margin-top: 18px;
    padding: 12px 14px;
    background: #f7faf7;
    border: 1px solid var(--home-request-border);
    border-radius: 9px;
}

.home-request__consent-label {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    color: var(--home-request-muted);
    font-size: 13px;
    line-height: 1.45;
    cursor: pointer;
}

.home-request__consent-control {
    flex: 0 0 auto;
    line-height: 1;
}

.home-request__consent-control input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin: 1px 0 0;
    accent-color: var(--home-request-green);
}

.home-request__consent a {
    color: var(--home-request-green-dark);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.home-request__captcha {
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr);
    gap: 16px;
    align-items: end;
    margin-top: 18px;
}

.home-request__captcha-image img {
    display: block;
    width: 180px;
    max-width: 100%;
    height: 40px;
    object-fit: contain;
    object-position: left center;
    border: 1px solid var(--home-request-border);
    border-radius: 6px;
}

.home-request__captcha-field {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 7px;
}

.home-request__submit {
    display: inline-flex;
    width: 100%;
    min-height: 50px;
    margin-top: 22px;
    padding: 12px 22px;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: var(--home-request-green);
    border: 1px solid var(--home-request-green);
    border-radius: 9px;
    font: inherit;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.home-request__submit:hover,
.home-request__submit:focus-visible {
    background: var(--home-request-green-dark);
    border-color: var(--home-request-green-dark);
}

.home-request__submit:active {
    transform: translateY(1px);
}

.home-request__submit:disabled {
    opacity: 0.55;
    cursor: not-allowed;
}

.home-request__required-note {
    margin: 10px 0 0;
    color: var(--home-request-muted);
    font-size: 12px;
    line-height: 1.35;
}

.home-request__errors {
    margin-bottom: 18px;
    padding: 13px 15px;
    color: #7a271a;
    background: #fff3f1;
    border: 1px solid #f4c7c2;
    border-radius: 9px;
    font-size: 13px;
    line-height: 1.45;
}

.home-request__errors strong {
    display: block;
    margin-bottom: 3px;
}

.home-request__errors font,
.home-request__errors .errortext {
    color: inherit !important;
}

.home-request__success {
    padding: 18px 4px;
    text-align: center;
}

.home-request__success-icon {
    display: inline-flex;
    width: 52px;
    height: 52px;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    color: #fff;
    background: var(--home-request-green);
    border-radius: 50%;
    font-size: 28px;
    line-height: 1;
    font-weight: 700;
}

.home-request__success h3 {
    margin: 0 0 10px;
    color: var(--home-request-text);
    font-size: 24px;
    line-height: 1.25;
}

.home-request__success p {
    margin: 0;
    color: var(--home-request-muted);
    font-size: 15px;
    line-height: 1.55;
}

.home-request__trap {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

@media (max-width: 980px) {
    .home-request {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 38px;
    }

    .home-request__description {
        max-width: 720px;
    }
}

@media (max-width: 640px) {
    .home-request {
        width: calc(100% - 24px);
        margin: 30px auto;
        padding: 26px 16px;
        border-radius: 15px;
    }

    .home-request__title {
        font-size: 29px;
    }

    .home-request__description {
        font-size: 15px;
    }

    .home-request__card {
        padding: 22px 16px;
        border-radius: 12px;
    }

    .home-request__fields {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .home-request__field_full {
        grid-column: auto;
    }

    .home-request__captcha {
        grid-template-columns: 1fr;
    }
}

/* End */


/* Start:/bitrix/templates/bambini_composite_adapt/components/bitrix/news.list/reviews_home/style.css?17891261402265*/
.home-reviews {
    box-sizing: border-box;
    width: 100%;
    margin: 48px 0;
}

.home-reviews__header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 22px;
}

.home-reviews__title {
    margin: 0;
    color: #222;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.25;
    text-transform: none;
}

.home-reviews__all {
    flex: 0 0 auto;
    color: #3a883d;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
}

.home-reviews__all:hover,
.home-reviews__all:focus {
    color: #286b2b;
    text-decoration: underline;
}

.home-reviews__list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.home-reviews__item {
    box-sizing: border-box;
    min-width: 0;
    margin: 0;
    padding: 0;
}

.home-review {
    box-sizing: border-box;
    display: flex;
    height: 100%;
    padding: 24px;
    flex-direction: column;
    background: #fff;
    border: 1px solid #dedede;
    border-radius: 7px;
}

.home-review__quote {
    height: 31px;
    margin-bottom: 10px;
    color: #3a883d;
    font-family: Georgia, serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
}

.home-review__name {
    margin: 0 0 13px;
    color: #222;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.4;
    text-transform: none;
}

.home-review__text {
    margin: 0 0 18px;
    color: #565656;
    font-size: 14px;
    line-height: 1.55;
}

.home-review__link {
    align-self: flex-start;
    margin-top: auto;
    color: #3a883d;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.home-review__link:hover,
.home-review__link:focus {
    color: #286b2b;
    text-decoration: underline;
}

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

@media (max-width: 560px) {
    .home-reviews {
        margin: 34px 0;
    }

    .home-reviews__header {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
        margin-bottom: 18px;
    }

    .home-reviews__title {
        font-size: 24px;
    }

    .home-review {
        padding: 20px;
    }
}

/* End */
/* /bitrix/templates/bambini_composite_adapt/components/bitrix/news.list/home_banners/style.css?17890446194859 */
/* /bitrix/templates/bambini_composite_adapt/components/bitrix/menu/new_bambini_left/style.css?17890449302628 */
/* /bitrix/templates/bambini_composite_adapt/components/bitrix/eshop.catalog.top/catalog_home/style.css?17890646874700 */
/* /bitrix/templates/bambini_composite_adapt/components/bitrix/form.result.new/home_request/style.css?17902414409009 */
/* /bitrix/templates/bambini_composite_adapt/components/bitrix/news.list/reviews_home/style.css?17891261402265 */
