

/* Start:/style.css?17824808304251*/
.mp-slider {
    position: relative;
    padding-bottom: 3rem;
}
.mp-slider-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
}

.mp-slide-text h1{
    font-size: 2.25rem;
    font-weight: 600;
}
.mp-slide {
    display: flex;
    height: 28.125rem;
    width: 100%;
    flex: 0 0 100%;
    box-sizing: border-box;
    background: linear-gradient(90deg, rgba(71,59,123,1), rgba(53,132,167,1) 51%, rgba(48,210,190,1) 100%);
    color: var(--cl-smoky-white);
    padding: 1rem 10rem;
    justify-content: space-between;
    align-items: center;
}
.mp-slide-text{
    max-width: 50%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.mp-slide-text h2{
    margin: 2rem 0 2rem 0;
    font-size: 2rem;
    font-weight: 500;
}
.mp-slide-text a{
    font-size: 1.56rem;
    font-weight: 400;
}
.mp-slides {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #eee;
    border: none;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 5;
}
.nav svg {
    display: block;
}

.prev { left: 2rem; }
.next { right: 2rem; }

.mp-dots {
    position: static;
    margin-top: 1rem;
    display: flex;
    justify-content: center;
    gap: 0.6rem;
    height: 1rem;
}

.mp-dots button {
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 50%;
    border: none;
    background: #d3d3d3;
    cursor: pointer;
    transition: all 0.3s ease;
}

.mp-dots button.active {
    background: #c8db48; /* как на твоём скрине — салатовый */
    transform: scale(1.2);
}
.mp-slide-img{
    height: 100%;
    overflow: hidden;
}
.mp-slide-img img{
    width: auto;
    height: 100%;
    object-fit: contain;         /* или contain, если не хочешь обрезания */
    object-position: center;   /* центрируем */
    display: block;
    max-width: 100%;
}

@media (max-width: 950px) {
    .mp-slider {
        padding-bottom: 1.25rem;
    }

    .mp-slide {
        min-height: 23rem;
        height: auto;
        padding: 2rem 4.25rem;
        gap: 1.5rem;
    }

    .mp-slide-text {
        max-width: 58%;
    }

    .mp-slide-text h1 {
        font-size: 1.85rem;
        line-height: 1.15;
    }

    .mp-slide-text h2 {
        margin: 1rem 0;
        font-size: 1.25rem;
        line-height: 1.3;
    }

    .mp-slide-text a {
        font-size: 1rem;
    }

    .mp-slide-img {
        width: 40%;
        height: 16rem;
    }

    .nav {
        width: 2.5rem;
        height: 2.5rem;
    }

    .prev {
        left: 1rem;
    }

    .next {
        right: 1rem;
    }
}

@media (max-width: 640px) {
    .mp-slider-wrapper {
        border-radius: .75rem;
    }

    .mp-slide {
        flex-direction: column;
        align-items: flex-start;
        min-height: 25rem;
        padding: 1.25rem;
        text-align: left;
    }

    .mp-slide-text {
        max-width: 100%;
        width: 100%;
    }

    .mp-slide-text h1 {
        font-size: 1.5rem;
    }

    .mp-slide-text h2 {
        margin: .75rem 0;
        font-size: 1rem;
    }

    .mp-slide-img {
        order: -1;
        width: 100%;
        height: 12rem;
    }

    .mp-slide-img img {
        width: 100%;
        height: 100%;
    }

    .nav {
        display: none;
    }

    .mp-dots {
        margin-top: .75rem;
    }
}

@media (max-width: 480px) {
    .mp-slider {
        padding-bottom: .75rem;
    }

    .mp-slide {
        flex-direction: row;
        align-items: center;
        min-height: 8.4rem;
        padding: .95rem;
        gap: .65rem;
    }

    .mp-slide-text {
        width: 58%;
        max-width: 58%;
    }

    .mp-slide-text h1 {
        font-size: 1rem;
        line-height: 1.15;
    }

    .mp-slide-text h2 {
        display: none;
    }

    .mp-slide-text a {
        margin-top: .65rem;
        font-size: .78rem;
        font-weight: 700;
    }

    .mp-slide-img {
        order: 0;
        width: 40%;
        height: 6.7rem;
    }
}

/* End */


/* Start:/local/templates/uborka_v2/components/bitrix/news.list/mp-slider/style.css?17824808304251*/
.mp-slider {
    position: relative;
    padding-bottom: 3rem;
}
.mp-slider-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
}

.mp-slide-text h1{
    font-size: 2.25rem;
    font-weight: 600;
}
.mp-slide {
    display: flex;
    height: 28.125rem;
    width: 100%;
    flex: 0 0 100%;
    box-sizing: border-box;
    background: linear-gradient(90deg, rgba(71,59,123,1), rgba(53,132,167,1) 51%, rgba(48,210,190,1) 100%);
    color: var(--cl-smoky-white);
    padding: 1rem 10rem;
    justify-content: space-between;
    align-items: center;
}
.mp-slide-text{
    max-width: 50%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.mp-slide-text h2{
    margin: 2rem 0 2rem 0;
    font-size: 2rem;
    font-weight: 500;
}
.mp-slide-text a{
    font-size: 1.56rem;
    font-weight: 400;
}
.mp-slides {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #eee;
    border: none;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 5;
}
.nav svg {
    display: block;
}

.prev { left: 2rem; }
.next { right: 2rem; }

.mp-dots {
    position: static;
    margin-top: 1rem;
    display: flex;
    justify-content: center;
    gap: 0.6rem;
    height: 1rem;
}

.mp-dots button {
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 50%;
    border: none;
    background: #d3d3d3;
    cursor: pointer;
    transition: all 0.3s ease;
}

.mp-dots button.active {
    background: #c8db48; /* как на твоём скрине — салатовый */
    transform: scale(1.2);
}
.mp-slide-img{
    height: 100%;
    overflow: hidden;
}
.mp-slide-img img{
    width: auto;
    height: 100%;
    object-fit: contain;         /* или contain, если не хочешь обрезания */
    object-position: center;   /* центрируем */
    display: block;
    max-width: 100%;
}

@media (max-width: 950px) {
    .mp-slider {
        padding-bottom: 1.25rem;
    }

    .mp-slide {
        min-height: 23rem;
        height: auto;
        padding: 2rem 4.25rem;
        gap: 1.5rem;
    }

    .mp-slide-text {
        max-width: 58%;
    }

    .mp-slide-text h1 {
        font-size: 1.85rem;
        line-height: 1.15;
    }

    .mp-slide-text h2 {
        margin: 1rem 0;
        font-size: 1.25rem;
        line-height: 1.3;
    }

    .mp-slide-text a {
        font-size: 1rem;
    }

    .mp-slide-img {
        width: 40%;
        height: 16rem;
    }

    .nav {
        width: 2.5rem;
        height: 2.5rem;
    }

    .prev {
        left: 1rem;
    }

    .next {
        right: 1rem;
    }
}

@media (max-width: 640px) {
    .mp-slider-wrapper {
        border-radius: .75rem;
    }

    .mp-slide {
        flex-direction: column;
        align-items: flex-start;
        min-height: 25rem;
        padding: 1.25rem;
        text-align: left;
    }

    .mp-slide-text {
        max-width: 100%;
        width: 100%;
    }

    .mp-slide-text h1 {
        font-size: 1.5rem;
    }

    .mp-slide-text h2 {
        margin: .75rem 0;
        font-size: 1rem;
    }

    .mp-slide-img {
        order: -1;
        width: 100%;
        height: 12rem;
    }

    .mp-slide-img img {
        width: 100%;
        height: 100%;
    }

    .nav {
        display: none;
    }

    .mp-dots {
        margin-top: .75rem;
    }
}

@media (max-width: 480px) {
    .mp-slider {
        padding-bottom: .75rem;
    }

    .mp-slide {
        flex-direction: row;
        align-items: center;
        min-height: 8.4rem;
        padding: .95rem;
        gap: .65rem;
    }

    .mp-slide-text {
        width: 58%;
        max-width: 58%;
    }

    .mp-slide-text h1 {
        font-size: 1rem;
        line-height: 1.15;
    }

    .mp-slide-text h2 {
        display: none;
    }

    .mp-slide-text a {
        margin-top: .65rem;
        font-size: .78rem;
        font-weight: 700;
    }

    .mp-slide-img {
        order: 0;
        width: 40%;
        height: 6.7rem;
    }
}

/* End */


/* Start:/local/templates/uborka_v2/components/bitrix/catalog.top/top_sales/style.css?17824808305407*/
.top-products {
    padding: 2.5rem 0;
    overflow: visible;
}

.top-products .title-page {
    margin-bottom: 2rem;
}

.top-products__grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 2.5rem 2rem;
    overflow: visible;
}

.top-products__item {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 30rem;
    padding: 1rem;
    border: 1px solid #eef2f5;
    border-radius: .625rem;
    background: #fff;
    box-shadow: 0 .35rem 1.1rem rgba(22, 34, 50, .04);
    text-align: center;
    color: var(--cl-black);
    text-decoration: none;
    overflow: visible;
}

.top-products__item:hover {
    box-shadow: 0 .8rem 1.8rem rgba(22, 34, 50, .12);
}

.top-products__favorite {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 3;
    width: 1.5rem;
    height: 1.5rem;
    color: #cfcfcf;
}

.top-products__favorite svg {
    width: 100%;
    height: 100%;
    display: block;
}

.top-products__favorite:hover {
    color: #ff3b3b;
}

.top-products__label {
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 3;
    min-width: 4.5rem;
    padding: .25rem .6rem;
    border-radius: .18rem;
    color: #fff;
    font-size: var(--s12);
    font-weight: 700;
    line-height: 1;
}

.top-products__label--new {
    background: #38e27b;
}

.top-products__label--sale {
    background: linear-gradient(90deg, #ff4e4e, #ff9b27);
}

.top-products__label--hit {
    background: linear-gradient(90deg, #4f6df5, #8e43b8);
}

.top-products__discount {
    position: absolute;
    left: 1rem;
    top: 21.2rem;
    z-index: 3;
    color: #ff6b1a;
    font-size: var(--s20);
    font-weight: 800;
}

.top-products__image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 15.5rem;
    margin-bottom: 1.4rem;
    text-decoration: none;
}

.top-products__image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
}

.top-products__name {
    display: block;
    min-height: 4.3rem;
    margin-bottom: 1.5rem;
    color: var(--cl-black);
    font-size: var(--s17);
    font-weight: 500;
    line-height: 1.2;
    text-decoration: none;
}

.top-products__name:hover {
    color: var(--cl-blue-teal);
}

.top-products__rating {
    min-height: 1.5rem;
    margin-bottom: .8rem;
    color: var(--cl-greenish-wet-asphalt);
    font-size: var(--s14);
    line-height: 1.2;
}

.top-products__rating span:first-child {
    color: #ffb21a;
    font-size: var(--s20);
    line-height: 1;
    vertical-align: middle;
}

.top-products__reviews {
    color: var(--cl-gray);
}

.top-products__price-block {
    min-height: 3.3rem;
    margin-top: auto;
    margin-bottom: .8rem;
}

.top-products__old-price {
    margin-bottom: .1rem;
    color: var(--cl-gray);
    font-size: var(--s16);
    font-weight: 600;
    line-height: 1;
    text-decoration: line-through;
}

.top-products__price {
    color: var(--cl-black);
    font-size: var(--s28);
    font-weight: 900;
    line-height: 1;
}

.top-products__btn {
    display: block;
    width: 100%;
    padding: .65rem 1rem;
    border-radius: .3rem;
    background: #f2f2f2;
    color: var(--cl-dark-greenish);
    font-size: var(--s16);
    font-weight: 500;
    line-height: 1;
    text-align: center;
    text-decoration: none;
}

.top-products__btn:hover {
    background: var(--cl-platinum);
}

@media (max-width: 1200px) {
    .top-products__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1.25rem;
    }
}

@media (max-width: 760px) {
    .top-products {
        padding: 1rem 0;
    }

    .top-products .title-page {
        margin-bottom: 1.1rem;
    }

    .top-products__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: .75rem;
    }

    .top-products__item {
        min-height: auto;
        padding: .75rem;
        border-radius: .75rem;
    }

    .top-products__favorite {
        top: .75rem;
        right: .75rem;
        width: 1.35rem;
        height: 1.35rem;
    }

    .top-products__label {
        top: .75rem;
        left: .75rem;
        min-width: 0;
        padding: .22rem .45rem;
        font-size: .7rem;
    }

    .top-products__discount {
        top: 9.4rem;
        left: .75rem;
        font-size: 1rem;
    }

    .top-products__image {
        height: 9.5rem;
        margin-bottom: .8rem;
    }

    .top-products__name {
        min-height: 3.6rem;
        margin-bottom: .8rem;
        font-size: .95rem;
        line-height: 1.25;
    }

    .top-products__rating {
        min-height: 1.15rem;
        margin-bottom: .55rem;
        font-size: .8rem;
    }

    .top-products__rating span:first-child {
        font-size: 1rem;
    }

    .top-products__price-block {
        min-height: 2rem;
        margin-bottom: .65rem;
    }

    .top-products__old-price {
        font-size: .85rem;
    }

    .top-products__price {
        font-size: 1.1rem;
    }

    .top-products__btn {
        padding: .65rem .55rem;
        font-size: .9rem;
        border-radius: .45rem;
    }
}

@media (max-width: 340px) {
    .top-products__grid {
        grid-template-columns: 1fr;
    }

    .top-products__image {
        height: 12rem;
    }
}

/* End */


/* Start:/local/templates/uborka_v2/components/bitrix/news.list/main-page-promo/style.css?17824808302892*/
.cardlist-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
}

.promo-card {
    position: relative;
    display: flex;
    flex-direction: row; /* ✅ изображение сверху, текст под ним */
    justify-content: space-between;
    align-items: center;
    background: #E0F9FF;
    padding: 1.25rem;
    border-radius: .625rem;
    box-sizing: border-box;
    overflow: hidden;
    text-align: center;
}

/* ✅ фиксированный размер блока с изображением */
.promo-media {
    width: 100%;
    height: 12rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
}

.promo-media img {
    width: 100%;
    height: 100%;
    object-fit: contain; /* ✅ не обрезает изображение */
    display: block;
}

/* ✅ текст под изображением */
.promo-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    word-wrap: break-word;
    align-items: flex-start;
}

.promo-content h3 {
    font-size: 1.25rem;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.4;
    margin-bottom: 0.5rem;
        text-align: left;
}

.promo-content p {
    margin-bottom: 0.5rem;
    font-size: 1rem;
    line-height: 1.3;
    text-align: left;

}

.promo-cta {
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0.5rem;
}

/* ✅ метка даты */
.promo-label {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: linear-gradient(90deg, #d6007f, #6a1b9a);
    color: #fff;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 0.25rem 0.625rem;
    border-radius: 0.375rem;
}

/* ✅ убираем влияние вложенных сеток */
.news-list {
    display: contents;
}

@media (max-width: 1100px) {
    .cardlist-container {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 700px) {
    .cardlist-container {
        grid-template-columns: 1fr;
        gap: .9rem;
    }

    .promo-card {
        min-height: 0;
        flex-direction: row;
        align-items: center;
        padding: 1rem;
        text-align: left;
    }

    .promo-media {
        order: 0;
        flex: 0 0 36%;
        height: 5.8rem;
        margin: 0 0 0 .75rem;
    }

    .promo-content {
        flex: 1 1 auto;
        min-width: 0;
    }

    .promo-content h3 {
        margin-bottom: .45rem;
        font-size: 1rem;
        line-height: 1.25;
    }

    .promo-content p {
        font-size: .95rem;
    }

    .promo-cta {
        margin-top: .35rem;
        font-size: .9rem;
    }

    .promo-label {
        top: .75rem;
        right: .75rem;
    }

    .main-promo .btn-all-wrapper a {
        width: 100%;
        min-width: 0;
    }
}

/* End */


/* Start:/local/templates/uborka_v2/components/bitrix/news.list/main-page-news/style.css?17824808303576*/
.main-articles {
    padding: 2.5rem 0;
}

.main-articles .title-page {
    margin-bottom: 1.875rem;
}

.main-articles .news-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.875rem;
    align-items: stretch;
}

.main-articles .news-item {
    display: grid;
    grid-template-columns: 1fr 0.9fr;
    min-height: 15rem;
    border-radius: .625rem;
    overflow: hidden;
    background: #F6F4F4;
    box-shadow: none;
    text-decoration: none;
    color: var(--cl-black);
}

.main-articles .news-item__text-block {
    display: flex;
    flex-direction: column;
    padding: 1.75rem 1.5rem;
    min-width: 0;
}

.main-articles .news-item__text-block h3 {
    margin: 0 0 2.5rem;
    font-size: var(--s20);
    font-weight: 900;
    line-height: 1.15;
    text-transform: uppercase;
    color: var(--cl-black);
}

.main-articles .news-item__preview-text {
    margin: 0 0 1.75rem;
    font-size: var(--s16);
    line-height: 1.25;
    color: var(--cl-greenish-wet-asphalt);
}

.main-articles .news-item__bottom-info {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    gap: 1.4rem;
}

.main-articles .articles-span {
    font-size: var(--s18);
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    color: var(--cl-black);
}

.main-articles .news-item__views {
    display: flex;
    align-items: center;
    gap: .625rem;
    font-size: var(--s16);
    color: var(--cl-greenish-wet-asphalt);
}

.main-articles .news-item__views svg {
    width: 1.25rem;
    height: auto;
    margin: 0;
    flex-shrink: 0;
}

.main-articles .news-item .img__container {
    width: 100%;
    height: 100%;
    min-height: 15rem;
    background: transparent;
}

.main-articles .news-item .img__container img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.main-articles .btn-all-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}

.main-articles .btn-all-wrapper a {
    display: block;
    min-width: 16rem;
    padding: .8rem;
    text-align: center;
    color: var(--cl-greenish-wet-asphalt);
    font-size: var(--s17);
    font-weight: 600;
    border-radius: .5rem;
    background: #F2F2F2;
}

@media (max-width: 1180px) {
    .main-articles .news-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.25rem;
    }
}

@media (max-width: 760px) {
    .main-articles {
        padding: 1rem 0;
    }

    .main-articles .title-page {
        margin-bottom: 1.1rem;
    }

    .main-articles .news-list {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .main-articles .news-item {
        grid-template-columns: 1fr;
        min-height: 0;
        border-radius: .75rem;
    }

    .main-articles .news-item .img__container {
        order: -1;
        min-height: 11.5rem;
        aspect-ratio: 16 / 9;
        border-radius: .75rem .75rem 0 0;
    }

    .main-articles .news-item__text-block {
        padding: 1rem;
    }

    .main-articles .news-item__text-block h3 {
        margin-bottom: .9rem;
        font-size: 1rem;
        line-height: 1.25;
    }

    .main-articles .news-item__preview-text {
        margin-bottom: 1rem;
        font-size: .95rem;
        line-height: 1.35;
    }

    .main-articles .news-item__bottom-info {
        gap: .75rem;
    }

    .main-articles .articles-span {
        font-size: .95rem;
    }

    .main-articles .news-item__views {
        font-size: .9rem;
    }

    .main-articles .btn-all-wrapper a {
        width: 100%;
        min-width: 0;
    }
}

/* End */


/* Start:/local/components/custom/product.block/templates/.default/style.css?17824808294317*/
.product-block {
    background-color: rgba(83, 188, 248, 1);

}
.product-block .container-page {
    display: flex;
    flex-wrap: nowrap;
    gap: 6rem;
}

.product-block__info {
    max-width: 33%;
    position: relative;
    z-index: 1;

    color: white;
}
.product-block__info h2 {
    font-size: var(--s36);
    font-weight: 800;
    letter-spacing: .1rem;
	color: inherit;
    margin-bottom: 4.5rem;
    margin-top: 3.5rem;
}
.product-block__info p {
    font-size: var(--s18);
    letter-spacing: 3%;

    margin-bottom: 6.75rem;
}
.product-block__info a {
    display: block;
    padding: .8rem;
    min-width: 15rem;
    width: min-content;

    border: 2px solid rgba(255, 255, 255, 1);
    border-radius: .5rem;

    text-align: center;
    font-size: var(--s18);
    font-weight: 700;
    letter-spacing: .1rem;
}

.product-block__info h2,
.product-block__info p,
.product-block__info a {
    position: relative;
    z-index: 2;
}

.product-block__info svg {
    position: absolute;
    z-index: 1;

    top: 0;
    left: -23%;

    opacity: .3;
}

.product-slider {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.1rem;
}
.product-block .product-slider-card {
    background: white;
    border-radius: 1.2rem;
    height: 100%;
}
.product-slider-card .img__container {
    aspect-ratio: 1/1;
}

@media (max-width: 1100px) {
    .product-block .container-page {
        gap: 2rem;
    }

    .product-block__info {
        max-width: 38%;
    }

    .product-slider {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 950px) {
    .product-block .container-page {
        display: grid;
        grid-template-columns: 1fr;
        gap: 1.25rem;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .product-block__info {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: .75rem 1.5rem;
        align-items: end;
        max-width: none;
    }

    .product-block__info h2 {
        max-width: 28rem;
        margin: 0;
        font-size: 1.85rem;
        line-height: 1.15;
        letter-spacing: 0;
    }

    .product-block__info p {
        grid-column: 1;
        max-width: 34rem;
        margin: 0;
        font-size: 1rem;
        line-height: 1.45;
        letter-spacing: 0;
    }

    .product-block__info a {
        grid-column: 2;
        grid-row: 1 / span 2;
        align-self: center;
        min-width: 11rem;
        padding: .7rem 1.2rem;
        font-size: .95rem;
        letter-spacing: 0;
    }

    .product-block__info svg {
        top: -1.25rem;
        right: 1rem;
        left: auto;
        width: 10rem;
        height: 10rem;
        opacity: .16;
    }

    .product-slider {
        grid-template-columns: repeat(auto-fit, minmax(13rem, 1fr));
        gap: .9rem;
    }

    .product-block .product-slider-card {
        min-height: 20rem;
        height: auto;
        border-radius: .9rem;
    }
}

@media (max-width: 760px) {
    .product-block .container-page {
        display: grid;
        grid-template-columns: 1fr;
        gap: 1.25rem;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .product-block__info {
        display: block;
        max-width: none;
    }

    .product-block__info h2 {
        margin: 0 0 1rem;
        font-size: 1.55rem;
        line-height: 1.2;
        letter-spacing: 0;
    }

    .product-block__info p {
        margin-bottom: 1.25rem;
        font-size: 1rem;
        line-height: 1.5;
        letter-spacing: 0;
    }

    .product-block__info a {
        width: 100%;
        min-width: 0;
    }

    .product-block__info svg {
        top: -1rem;
        right: -3.5rem;
        left: auto;
        width: 12rem;
        height: 12rem;
    }

    .product-slider {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: .75rem;
    }
}

@media (max-width: 560px) {
    .product-block .container-page {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .product-block__info h2 {
        font-size: 1.35rem;
    }

    .product-block__info p {
        font-size: .92rem;
        line-height: 1.4;
    }

    .product-slider {
        gap: .7rem;
    }
}

@media (max-width: 340px) {
    .product-slider {
        grid-template-columns: 1fr;
    }
}

/* End */


/* Start:/local/templates/uborka_v2/components/bitrix/news.list/submitted-brands/style.css?17824808302740*/
.brands-slider {
    width: 100%;
    position: relative;
}

.brands-slider__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.brands-slider__header h2 {
    font-size: var(--s24);
    font-weight: 600;

}

.brands-slider__controls {
    display: flex;
    gap: .5rem;
}

.brands-slider__controls button {
    background: none;
    border-radius: 50%;
    width: 2.25rem;
    height: 2.25rem;
    font-size: 1.5rem;
    cursor: pointer;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
}

.brands-slider__wrapper {
    overflow: hidden;
    position: relative;
}

.brands-slider__track {
    display: flex;
    gap: 2rem;
    padding: .5rem;
    transition: transform 0.4s ease;
    will-change: transform;

    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;

    -ms-overflow-style: none;
    scrollbar-width: none;
}
.brands-slider__track::-webkit-scrollbar {
    display: none;
}

.brand-slide {
    flex: 0 0 auto;
    width: 18rem;
    height: 8.625rem;

    scroll-snap-align: start;

    text-align: center;
    border: 1px solid rgba(226, 226, 226, 1);
    border-radius: 1.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .5rem 1.5rem;

    background: white;
}

.brand-slide img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: .5rem;
}

.brand-slide__placeholder {
    display: block;
    width: 100%;
    height: 100px;
    line-height: 100px;
    background: #eee;
    border-radius: .5rem;
    color: #777;
}

.brands-all__container {
    width: 100%;
    display: flex;
    justify-content: center;

    margin-top: 2rem;
}
.brands-all__container a {
    display: block;

    min-width: 16rem;
    padding: .8rem;

    text-align: center;
    color: rgba(84, 84, 84, 1);
    font-size: var(--s17);
    font-weight: 600;

    border-radius: .5rem;
    background: rgba(242, 242, 242, 1);
}

@media (max-width: 700px) {
    .brands-slider__header {
        gap: 1rem;
        align-items: center;
        margin-bottom: 1rem;
    }

    .brands-slider__header h2 {
        font-size: 1.25rem;
        line-height: 1.2;
    }

    .brands-slider__controls button {
        width: 2rem;
        height: 2rem;
    }

    .brands-slider__track {
        gap: .75rem;
        padding: .25rem;
    }

    .brand-slide {
        width: 12rem;
        height: 6rem;
        padding: .5rem 1rem;
        border-radius: .85rem;
    }

    .brands-all__container {
        margin-top: 1.25rem;
    }

    .brands-all__container a {
        width: 100%;
        min-width: 0;
    }
}

/* End */
/* /style.css?17824808304251 */
/* /local/templates/uborka_v2/components/bitrix/news.list/mp-slider/style.css?17824808304251 */
/* /local/templates/uborka_v2/components/bitrix/catalog.top/top_sales/style.css?17824808305407 */
/* /local/templates/uborka_v2/components/bitrix/news.list/main-page-promo/style.css?17824808302892 */
/* /local/templates/uborka_v2/components/bitrix/news.list/main-page-news/style.css?17824808303576 */
/* /local/components/custom/product.block/templates/.default/style.css?17824808294317 */
/* /local/templates/uborka_v2/components/bitrix/news.list/submitted-brands/style.css?17824808302740 */
