

/* Start:/local/templates/adsgrp/components/bitrix/news/brands/bitrix/news.detail/.default/style.css?1779881179942*/
.brand-detail {
    display: flex;
    gap: 115px;
    margin: 110px 0 100px 0;
}

.brand-detail__logo {
    width: 200px;
}

.brand-detail__logo img {
    max-width: 100%;
}

.brand-detail__text {
    font-size: 18px;
    line-height: 1.4;
    flex: 1;
}

.brand-detail__text p {
    margin: 0 0 1.4em 0;
}

.brand-detail__text p:last-child {
    margin: 0;
}

@media (max-width: 1600px) {
    .brand-detail {
        margin: 80px 0;
        gap: 20px;
    }

    .brand-detail__logo img {
        max-width: 190px;
    }
}

@media (max-width: 1279px) {
    .brand-detail__text {
        font-size: 16px;
    }

    .brand-detail {
        margin: 60px 0;
    }
}

@media (max-width: 767px) {
    .brand-detail {
        flex-direction: column;
        margin: 50px 0;
    }

    .brand-detail__text {
        font-size: 14px;
    }
}

@media (max-width: 479px) {
    .brand-detail {
        margin: 40px 0;
        font-size: 12px;
    }
}

/* End */


/* Start:/local/templates/adsgrp/components/bitrix/system.pagenavigation/.default/style.css?1779881179699*/
.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 68px 0 0;
}

.pagination > a, .pagination > span {
    color: #000;
    display: flex;
}

.pagination__item {
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    border: 1px solid transparent;
}

.pagination__item:hover {
    border-color: #000;
}

.pagination__item.active {
    background: #FFE100;
    font-weight: bold;
    border-color: #FFE100;
}

.pagination__first {
    margin-right: 24px;
}

.pagination__last {
    transform: rotate(180deg);
    margin-left: 24px;
}

@media (max-width: 1279px) {
    .pagination {
        margin: 50px 0 0;
    }
}
/* End */


/* Start:/local/templates/adsgrp/components/bitrix/catalog.section/products/style.css?17798811795833*/
.products-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.product {
    border: 2px solid transparent;
    padding: 29px 24px;
    position: relative;
}

.product-label {
    background: #00AE4F;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    min-height: 28px;
    min-width: 67px;
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;
    border-bottom-left-radius: 14px;
    position: absolute;
    top: 0;
    left: 0;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.product-label._yellow {
    background: #FFE100;
    color: #000;
}

.product__img {
    display: block;
    padding-bottom: 75%;
    position: relative;
}

.product__img img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product__name {
    display: block;
    font-size: 20px;
    line-height: 1.2;
    color: #000;
    margin: 15px 0 18px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 2.4em;
}

.product__props {
    font-size: 14px;
    margin-bottom: 18px;
}

.product__prop div:first-child {
    color: #5D6265;
}

.product__prop div:last-child {
    color: #000;
    order: 2;
}

.product__prop {
    display: flex;
    margin-bottom: 6px;
    line-height: 1.2;
}

.product__prop::before {
    content: '';
    display: block;
    flex: 1;
    order: 1;
    border-bottom: 1px dotted #000;
    margin: 0 3px;
    transform: translate(0, -4px);
}

.product__price {
    color: #5D6265;
    margin-bottom: 50px;
    position: relative;
}

.product__price span {
    font-size: 20px;
    color: #000;
    font-weight: bold;
}

.product__old-price {
    color: #5D6265;
    font-size: 14px;
    position: absolute;
    top: 35px;
}

.product__btns {
    display: flex;
    gap: 1px;
}

.product__btns > div:nth-child(1) {
    flex: 1;
}

.product__btns > div {
    background: #000;
    color: #fff;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
}

.product:hover {
    border-color: #FFE100;
}

.product__btns > * {
    transition: 0.3s;
    color: #fff;
    cursor: pointer;
}

.product__btns > * path {
    stroke: #fff;
}

.product__btns > * ellipse {
    fill: #fff;
}

.product__btns > *:hover,
.product__btns > *.active {
    background: #FFE100;
    color: #000;
}

.product__btns > *:hover path,
.product__btns > *.active path {
    stroke: #000;
}

.product__btns > *.active ellipse {
    fill: #000;
}

.product__cart-btn svg {
    display: none;
}

.product__cart-btn .before-add {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.product__cart-btn .after-add {
    display: none;
    cursor: auto;
}

.product__cart-btn.active .before-add {
    display: none;
}

.product__cart-btn.active .after-add {
    display: block;
    background: #D9D9D9;
    color: #000;
    width: 100%;
    height: 100%;
}

.product__cart-btn.active .after-add .desktop {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 60px 1fr;
}

.product__cart-btn.active .after-add .mobile {
    width: 100%;
    height: 100%;
    display: none;
    position: relative;
    justify-content: center;
    align-items: center;
}

.cart-btn__counter {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
}

.cart-btn__quantity {
    font-size: 12px;
    font-weight: 600;
    color: #000;
}

.cart-btn__quantity-mobile {
    position: absolute;
    top: 3px;
    right: 3px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #000;
    color: #fff;
    font-size: 9px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cart-btn__caption {
    font-size: 11px;
    color: #5D6265;
}

.cart-btn__minus {
    background: url('/local/templates/adsgrp/components/bitrix/catalog.section/products/images/add-cart-minus.svg') no-repeat center center;
    cursor: pointer;
}

.cart-btn__plus {
    background: url('/local/templates/adsgrp/components/bitrix/catalog.section/products/images/add-cart-plus.svg') no-repeat center center;
    cursor: pointer;
}

.full-width-products {
    grid-template-columns: repeat(5, 1fr);
    margin-bottom: 100px;
}

@media (max-width: 1600px) {
    .products-list {
        grid-template-columns: repeat(3, 1fr);
    }

    .full-width-products {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 1279px) {
    .products-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .product {
        padding: 20px 12px;
    }

    .product__name {
        font-size: 16px;
    }

    .product__props {
        font-size: 12px;
    }

    .product__cart-btn span {
        display: none;
    }

    .product__cart-btn svg {
        display: block;
    }

    .product:hover {
        border-color: #FFE100;
    }

    .product__btns {
        grid-template-columns: 40px 40px 40px;
    }

    .full-width-products {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767px) {
    .product__btns > div:nth-child(1) {
        flex: unset;
    }

    .product__name {
        font-size: 14px;
    }

    .product__price span {
        font-size: 18px;
    }

    .product__old-price {
        font-size: 12px;
    }

    .full-width-products {
        grid-template-columns: repeat(2, 1fr);
    }

    .product__cart-btn.active .after-add .desktop {
        display: none;
    }

    .product__cart-btn.active .after-add .mobile {
        display: flex;
    }
}

@media (max-width: 479px) {
    .product__prop:not(:first-child) {
        display: none;
    }

    .product__price span {
        font-size: 16px;
    }
}


/* End */
/* /local/templates/adsgrp/components/bitrix/news/brands/bitrix/news.detail/.default/style.css?1779881179942 */
/* /local/templates/adsgrp/components/bitrix/system.pagenavigation/.default/style.css?1779881179699 */
/* /local/templates/adsgrp/components/bitrix/catalog.section/products/style.css?17798811795833 */
