

/* Start:/style.css?17620057312145*/
.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%;
}

/* End */


/* Start:/local/templates/uborka_v2/components/bitrix/news.list/mp-slider/style.css?17791041963071*/
.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: 768px) {
    .mp-slider {
        padding-bottom: 2rem;
    }

    .mp-slide {
        flex-direction: column;
        justify-content: center;
        gap: 1.5rem;
        height: auto;
        min-height: 30rem;
        padding: 2rem 1.25rem 1.5rem;
        text-align: center;
    }

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

    .mp-slide-text {
        align-items: center;
    }

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

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

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

    .mp-slide-img {
        height: 12rem;
    }

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

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

    .prev {
        left: .75rem;
    }

    .next {
        right: .75rem;
    }
}

/* End */


/* Start:/local/templates/uborka_v2/components/bitrix/catalog.top/top_sales/style.css?17791041974284*/
.top-products {
    padding: 2.5rem 0;
}

.top-products .title-page {
    margin-bottom: 2rem;
}

.top-products__grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 2.5rem 2rem;
}

.top-products__item {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 30rem;
    padding: 1rem;
    border-radius: .625rem;
    background: #fff;
    text-align: center;
    color: var(--cl-black);
    text-decoration: none;
}

.top-products__item:hover {
    box-shadow: 0 0 .625rem rgba(0, 0, 0, .25);
}

.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: 768px) {
    .top-products {
        padding: 2rem 0;
    }

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

    .top-products__item {
        min-height: 0;
        padding: .85rem;
    }

    .top-products__label,
    .top-products__favorite {
        top: .75rem;
    }

    .top-products__favorite {
        right: .75rem;
    }

    .top-products__label {
        left: .75rem;
    }

    .top-products__discount {
        position: static;
        margin-bottom: .5rem;
        font-size: var(--s18);
    }

    .top-products__image {
        height: 10rem;
        margin-bottom: 1rem;
    }

    .top-products__name {
        min-height: 0;
        margin-bottom: 1rem;
        font-size: var(--s15);
    }

    .top-products__price {
        font-size: var(--s22);
    }
}

/* End */


/* Start:/local/templates/uborka_v2/components/bitrix/news.list/main-page-promo/style.css?17791041962554*/
.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: 768px) {
    .cardlist-container {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .promo-card {
        flex-direction: column-reverse;
        align-items: stretch;
        gap: 1rem;
        padding: 1rem;
        text-align: left;
    }

    .promo-media {
        height: auto;
        min-height: 12rem;
        margin-bottom: 0;
    }

    .promo-content h3 {
        font-size: var(--s20);
    }

    .promo-content p,
    .promo-cta {
        font-size: var(--s15);
    }

    .promo-label {
        position: static;
        width: max-content;
        margin-left: auto;
        font-size: var(--s12);
    }
}

/* End */


/* Start:/local/templates/uborka_v2/components/bitrix/news.list/main-page-news/style.css?17791041963019*/
.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: 768px) {
    .main-articles {
        padding: 2rem 0;
    }

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

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

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

    .main-articles .news-item__text-block h3 {
        margin-bottom: 1rem;
        font-size: var(--s18);
    }

    .main-articles .news-item__preview-text {
        margin-bottom: 1rem;
        font-size: var(--s15);
    }

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

    .main-articles .news-item .img__container {
        order: 1;
        min-height: 12rem;
        aspect-ratio: 16 / 9;
    }
}

/* End */


/* Start:/local/templates/uborka_v2/components/bitrix/form.result.new/call_me/style.css?1762083355666*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/local/templates/uborka_v2/components/bitrix/form.result.new/call_me/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/local/templates/uborka_v2/components/bitrix/form.result.new/call_me/images/icon_warn.gif);
}
/* End */


/* Start:/local/components/custom/product.block/templates/.default/style.css?17787578691333*/
.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;
}
/* End */


/* Start:/local/templates/uborka_v2/components/bitrix/news.list/submitted-brands/style.css?17791041962517*/
.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: 768px) {
    .brands-slider__header {
        gap: 1rem;
        margin-bottom: 1.25rem;
    }

    .brands-slider__header h2 {
        font-size: var(--s20);
    }

    .brands-slider__controls {
        flex-shrink: 0;
    }

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

    .brand-slide {
        width: 13rem;
        height: 6.5rem;
        border-radius: 1rem;
        padding: .5rem 1rem;
    }
}

/* End */
/* /style.css?17620057312145 */
/* /local/templates/uborka_v2/components/bitrix/news.list/mp-slider/style.css?17791041963071 */
/* /local/templates/uborka_v2/components/bitrix/catalog.top/top_sales/style.css?17791041974284 */
/* /local/templates/uborka_v2/components/bitrix/news.list/main-page-promo/style.css?17791041962554 */
/* /local/templates/uborka_v2/components/bitrix/news.list/main-page-news/style.css?17791041963019 */
/* /local/templates/uborka_v2/components/bitrix/form.result.new/call_me/style.css?1762083355666 */
/* /local/components/custom/product.block/templates/.default/style.css?17787578691333 */
/* /local/templates/uborka_v2/components/bitrix/news.list/submitted-brands/style.css?17791041962517 */
