

/* Start:/bitrix/templates/gar_new/style/catalog.min.css?174902584028745*/
.catalog-categories__title .link .icon, .catalog-promo__link .icon, .catalog-text > .link .icon {
    margin-left: 6px
}

.catalog-banner:hover .catalog-banner__background, .catalog-promo__item:hover img {
    filter: blur(5px)
}

.catalog-banner__button:hover .icon, .catalog-promo__link:hover .icon path {
    fill: #fff
}

.catalog {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 80px;
    /*align-items: start;*/
}


.catalog__side {
    /*position: sticky;*/
    /*top: 0;*/
    /*transform: translate(0, calc(100vh - 100%));*/
    position: relative;
}

.catalog__side form {
    position: relative;
}

.catalog__side .fixed_side_bottom{
    position: fixed;
    bottom: 0px;
    width: 250px;
}
.catalog__side .fixed_side_top{
    position: fixed;
    top: 0px;
    width: 250px;
}
.catalog__side .absolute_side{
    position: absolute;
    bottom: 0px;
    width: 250px;
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
    .catalog__side .fixed_side_bottom{
        width: 143px;
    }
    .catalog__side .fixed_side_top{
        width: 143px;
    }
    .catalog__side .absolute_side{
        width: 143px;
    }
}


@media screen and (max-width: 768px) {
    .catalog-filtered {
        position: sticky;
        top: 58px;
        background: white;
        z-index: 11;
    }
}

.catalog .h1 {
    margin-bottom: 32px
}

.catalog__main {
    width: 1005px
}

.catalog-categories__title .h2 {
    margin-right: 24px
}

.catalog-categories__title .link, .catalog-pagination, .catalog-sort__result {
    display: flex;
    align-items: center
}

.catalog-categories__title {
    display: flex;
    align-items: flex-end;
    margin-bottom: 24px;
    margin-top: 8px
}

.catalog-categories {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px
}

.catalog-categories_col {
    width: 25%;
    padding: 0 15px;
    margin-bottom: 30px
}

.catalog-categories-item {
    display: block;
    height: 100%;
    border: .8px solid #e7e9ec;
    border-radius: 8px
}

.catalog-categories-item_img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 160px;
    padding: 10px
}

.catalog-categories-item_info {
    display: block;
    padding-bottom: 24px;
    padding-right: 16px;
    padding-left: 16px;
    text-align: center
}

.catalog-categories-item_img img {
    max-height: 121px
}

.catalog-categories-item .link {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 6px;
    text-align: center
}

.catalog-categories-item > img {
    height: 121px
}

.catalog-categories__wrap {
    margin-bottom: 10px;
    width: 100%
}

.catalog-categories__wrap:last-child, .catalog-filter-content-checkbox:last-child, .catalog-sort-popup .link:last-child, .catalog-text .p2:last-child, .catalog-text__block:last-child, .manufacturer-block:last-child {
    margin-bottom: 0
}

.catalog__content {
    margin-bottom: 26px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px
}

.catalog-text {
    margin-top: 80px
}

.catalog-text .h2 {
    margin-bottom: 16px
}

.catalog-text .p2 {
    margin-bottom: 10px
}

.catalog-text__block {
    margin-bottom: 40px
}

.catalog-text > .link {
    display: flex;
    align-items: center;
    margin-top: 16px;
    width: fit-content
}

.catalog-text__content {
    position: relative;
    max-height: 316px;
    overflow: hidden;
    transition: .3s
}

.catalog-text.active > .link {
    margin-top: 8px
}

.catalog-text .close, .catalog-text.active .open {
    display: none
}

.brand__description .catalog-text__block * {
    font-size: 20px !important;
    line-height: 28px !important
}

.catalog-text.active .close {
    display: block
}

.catalog-text.active > .link .icon {
    transform: rotate(180deg)
}

.catalog-text__gradient {
    width: 100%;
    height: 80px;
    background: linear-gradient(0deg, #fff 0, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    transition: .3s
}

.catalog-banner__button, .catalog-promo__link {
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    color: #3d9cea
}

.catalog-text.active .catalog-text__gradient {
    opacity: 0
}

.catalog-banner:hover .catalog-banner__button, .catalog-promo__item:hover .catalog-promo__link {
    opacity: 1
}

.catalog-promo {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
    overflow: hidden
}

.catalog-promo__item {
    width: fit-content;
    position: relative;
    display: block;
    cursor: pointer;
    border-radius: 16px
}

@media screen and (min-width: 768px) {
    .catalog__content .catalog-promo__slider {
        height: 160px
    }

    .catalog__content .catalog-promo__item {
        width: calc(50% - 15px) !important;
        height: 100%;
        margin-right: 30px
    }

    .catalog__content .swiper-slide.catalog-promo__item {
        width: initial !important
    }
}

@media screen and (max-width: 1439px) and (min-width: 768px) {
    .catalog__content .catalog-promo__slider {
        height: 130px
    }
}

.catalog-promo__item img {
    width: 100%;
    height: 100%;
    transition: .3s
}

.catalog-promo__link {
    position: absolute;
    top: 50%;
    padding: 5px 20px 8px;
    display: flex;
    align-items: center;
    background-color: #eff7fd;
    border-radius: 8px;
    transition: .3s
}

.catalog-promo__link .icon path {
    transition: .3s
}

.catalog-promo__link:hover {
    background-color: #3d9cea;
    color: #fff
}

.catalog-promo-controls {
    display: flex;
    position: absolute;
    right: 0;
    top: 0
}

.catalog-promo-controls__arrow {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: .8px solid #e7e9ec;
    border-radius: 6px;
    transition: .3s
}

.catalog-promo-controls__arrow svg {
    transition: .3s
}

.catalog-promo-controls__arrow:first-child {
    margin-right: 8px
}

.catalog-promo-controls__arrow:hover {
    border: 1.6px solid #0b273d
}

.catalog-promo-controls__arrow:hover svg {
    fill: #000
}

.catalog__content .snippet {
    margin-bottom: 30px;
    height: auto
}

.catalog-filter-content {
    max-height: 0;
    transition: .3s;
    overflow: hidden
}

.catalog-filtered__slider, .manufacturer__all {
    overflow: auto;
    scrollbar-color: #E7E9EC transparent;
    scrollbar-width: thin
}

.brand-text.catalog-text, .catalog-filter-content.price {
    margin-top: 0
}

.catalog-filter.active .catalog-filter__title .icon {
    transform: rotate(-90deg)
}

.catalog-sort.active .catalog-sort__result .icon, .manufacturer.active .manufacturer__switch .icon {
    transform: rotate(180deg)
}

.catalog-filter__title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 48px
}

.catalog-filter__title .icon {
    flex-shrink: 0;
    margin-right: 16px;
    margin-left: 10px
}

.catalog-filter-content-checkbox__input {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0
}

.catalog-filter-content-checkbox__label {
    font-size: 15px;
    line-height: 20px
}

.catalog-filter-content-checkbox {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-bottom: 8px
}

.catalog-filter-content-checkbox:hover .catalog-filter-content-checkbox__mock {
    border-color: #0b273d;
    border-width: 1.6px
}

.catalog-filter-content-checkbox__mock {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    border: .8px solid #e7e9ec;
    border-radius: 4px;
    transition: .3s;
    background: #fff
}

.catalog-banner__button, .catalog-seo__button {
    align-items: center;
    white-space: nowrap;
    display: flex;
    transition: .3s
}

.catalog-filter-content-checkbox__input:checked + .catalog-filter-content-checkbox__mock, .catalog-filter-content-checkbox__mock.active {
    background: #0b273d;
    border-color: #0b273d
}

.catalog-filter-content-checkbox__mock::before {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    background: url(/bitrix/templates/gar_new/style/../images/catalog/white_check.svg) no-repeat
}

.catalog-filter-content-checkbox.disabled {
    pointer-events: none;
    color: #99a4ae
}

.catalog-filter-content-search {
    position: relative;
    margin-bottom: 16px
}

.catalog-filter-content-search__input {
    position: relative;
    width: 100%;
    outline: 0;
    border: .8px solid #e7e9ec;
    margin: .8px 0;
    border-radius: 8px;
    padding: 8px 12px 10px;
    font-size: 15px;
    line-height: 18px;
    background: 0 0;
    z-index: 2
}

.catalog-filter-content-search__input:focus {
    border: 1.6px solid #0b273d;
    margin: 0 0 .8px;
    padding: 8px 11.2px 10px
}

.catalog-filter_result__drop .icon, .catalog-filtered__drop .icon, .catalog-filtered__item .icon, .catalog-seo__button .icon, .catalog-sort__result .icon, .manufacturer__switch .icon {
    margin-left: 8px
}

.catalog-filter-content-search__icon {
    position: absolute;
    right: 13px;
    top: 13px
}

.catalog-filter-content-search__icon.open {
    z-index: 1
}

.catalog-filter-content-search.active .catalog-filter-content-search__icon.open, .manufacturer.active .manufacturer__default {
    display: none
}

.catalog-filter-content-search__icon.close {
    display: none;
    cursor: pointer;
    z-index: 3
}

.catalog-filter-content-search.active .catalog-filter-content-search__icon.close {
    display: block
}

.catalog-seo, .price-inputs {
    display: flex
}

.price-inputs__wrap {
    width: 50%;
    position: relative;
    font-size: 15px;
    line-height: 18px
}

.price-inputs__wrap span {
    position: absolute;
    top: 10px;
    left: 16px
}

.price-inputs input {
    width: 100%;
    margin: 0;
    padding: 9px 0 11px;
    outline: 0;
    border: .8px solid #e7e9ec;
    -moz-appearance: textfield
}

.price-inputs input::-webkit-inner-spin-button, .price-inputs input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.price-inputs__highest {
    border-radius: 0 8px 8px 0;
    border-left: none !important;
    padding-left: 38px !important
}

.price-inputs__lowest {
    border-radius: 8px 0 0 8px;
    padding-left: 37px !important
}

.catalog-filter {
    padding-top: 14px;
    padding-bottom: 16px;
    border-top: .8px solid #e7e9ec
}

.catalog-filter.active .catalog-filter-content {
    margin-top: 10px;
    margin-bottom: 12px
}

.catalog-filter:last-child {
    border-bottom: .8px solid #e7e9ec
}

.catalog-banner {
    height: 604px;
    width: 315px;
    position: relative;
    margin-bottom: 30px
}

.catalog-banner__background {
    width: 100%;
    height: 100%;
    background-image: url(/bitrix/templates/gar_new/style/../images/catalog/banner--big.png);
    background-size: contain;
    background-repeat: no-repeat;
    transition: .3s
}

.catalog-banner__button {
    position: absolute;
    top: 50%;
    padding: 6px 20px 8px;
    background: #eff7fd;
    border-radius: 8px
}

.catalog-banner__button svg {
    margin-left: 6px
}

.catalog-banner__button:hover {
    background: #3d9cea;
    color: #fff
}

.catalog__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 28px
}

.catalog-seo__button {
    padding: 7px 16px 11px;
    border: 1.6px solid #e7e9ec;
    border-radius: 8px;
    margin-right: 12px;
    cursor: pointer;
    font-size: 15px;
    line-height: 18px
}

.catalog-pagination.mobile, .catalog-seo__button.deactivate .icon {
    display: none !important
}

.catalog-seo__button .icon {
    display: none
}

.catalog-seo__button.active {
    border-color: #0b273d;
    padding-top: 6.2px;
    padding-bottom: 10.2px
}

.catalog-seo__button.active .icon {
    display: block;
    filter: brightness(1);
    transition: .3s
}

.catalog-seo__button.active .icon:hover {
    filter: brightness(0)
}

.catalog-seo__button:last-child {
    margin-right: 0
}

.catalog-sort {
    position: relative
}

.catalog-sort-popup {
    position: absolute;
    padding: 10px 15px 12px 16px;
    left: -16px;
    margin-top: 6px;
    background: rgba(255, 255, 255, .95);
    border-radius: 6px;
    border: .8px solid #e7e9ec;
    opacity: 0;
    z-index: -1;
    transition: .3s
}

.catalog-sort.active .catalog-sort-popup {
    opacity: 1;
    z-index: 6
}

.catalog-sort-popup .link {
    white-space: nowrap;
    display: block;
    width: fit-content;
    margin-bottom: 6px
}

.catalog-sort-popup .link.active {
    color: #3d9cea
}

.catalog-filter_result {
    width: 100%;
    background: #eff7fd;
    border-radius: 8px;
    padding: 24px 0 26px 24px
}

.catalog-filter_result__drop {
    display: flex;
    width: fit-content;
    align-items: center;
    margin-top: 8px;
    cursor: pointer;
    font-size: 15px;
    line-height: 20px
}

.catalog-filtered {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 24px;
    border-top: .8px solid #e7e9ec;
    margin-bottom: 24px
}

.catalog-filtered__drop, .catalog-filtered__item {
    display: flex;
    align-items: center;
    cursor: pointer
}

.catalog-filtered__slider {
    width: 83%;
    position: relative;
    padding-bottom: 8px
}

.catalog-filtered__slider .swiper-wrapper {
    column-gap: 12px;
    min-width: fit-content
}

.catalog-filtered__slider::-webkit-scrollbar {
    height: 15px
}

.catalog-filtered__slider::-webkit-scrollbar-track {
    background: #e7e9ec;
    border-radius: 0px;
    border: 7px solid white;
    border-right: 0px;
    border-left: 0px;
}

.catalog-filtered__slider::-webkit-scrollbar-thumb {
    background: #0b273d;
    border-radius: 0px;
    border: 7px solid white;
    border-right: 0px;
    border-left: 0px;
}

.catalog-filtered__item {
    width: fit-content !important;
    background: #f7f7f8;
    border-radius: 8px;
    padding: 7px 16px 11px;
    font-size: 15px;
    line-height: 18px
}

.catalog-filtered__gradient {
    width: 100px;
    height: 100%;
    position: absolute;
    right: 0;
    background: linear-gradient(270deg, #fff 0, rgba(255, 255, 255, 0) 100%);
    z-index: 5;
    display: none
}

.catalog-filtered__mock {
    width: 100px
}

.catalog__empty {
    width: 545px
}

.catalog__empty .h2 {
    margin-top: 8px;
    margin-bottom: 8px
}

.manufacturer__all {
    display: none;
    height: 272px
}

.manufacturer.active .manufacturer__all {
    display: block
}

.manufacturer__switch {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-top: 8px
}

.catalog-banner__background--mobile, .catalog-filter--mobile__title, .catalog-filter_result--mobile, .catalog-filtered__open, .catalog-up, .catalog.promotions .catalog-filtered, .catalog_sort--mobile, .manufacturer-block .catalog-filter-content-checkbox.hidden, .manufacturer-block.hidden, .manufacturer.active .manufacturer__switch .open, .manufacturer__switch .close {
    display: none
}

.manufacturer.active .manufacturer__switch .close {
    display: block
}

.manufacturer__not_found {
    display: none;
    font-size: 15px;
    line-height: 20px
}

.manufacturer__not_found.active {
    display: block
}

.manufacturer-block__letter {
    display: block;
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 20px
}

.manufacturer-block {
    margin-bottom: 8px
}

.brand__description .h1, .price-slider {
    margin-bottom: 16px
}

.manufacturer__all::-webkit-scrollbar {
    width: 2px
}

.manufacturer__all::-webkit-scrollbar-track {
    background: #e7e9ec
}

.manufacturer__all::-webkit-scrollbar-thumb {
    background: #0b273d
}

.price-slider {
    margin-right: auto;
    margin-left: auto;
    padding: 8px 0
}

.price-slider__track {
    position: relative;
    width: 100%;
    height: 1px;
    background: #e7e9ec;
    display: flex;
    align-items: center
}

.price {
    margin-top: 14px
}

.price-slider__fill {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    transform: translateY(-50%);
    height: 2px;
    background-color: #0b273d
}

.price-slider__thumb {
    position: absolute;
    top: 0;
    cursor: pointer
}

.price-slider__thumb rect {
    transition: .3s
}

.price-slider__thumb:hover rect {
    stroke: #0B273D
}

.price-slider__thumb.max, .price-slider__thumb.min {
    transform: translate(0, -50%)
}

.catalog-pagination__item {
    width: 38px;
    height: 38px;
    margin-right: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    line-height: 20px
}

.catalog-pagination__item.active {
    border: 1.6px solid #0b273d
}

.catalog-pagination__prev {
    margin-right: 16px;
    display: flex;
    align-items: center
}

.catalog-pagination__prev .icon {
    margin-right: 8px;
    transform: rotate(180deg);
    position: relative
}

.catalog-pagination__next {
    margin-left: 16px;
    display: flex;
    align-items: center
}

.catalog-pagination__next .icon {
    margin-left: 8px;
    position: relative
}

.deactivate {
    pointer-events: none
}

.brand__description {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px
}

.brand-logo {
    width: 430px
}

.brand-logo__img {
    margin-bottom: 30px
}

.brand-text .catalog-text__content {
    max-height: 176px
}

.brand-text__wrap {
    width: 775px
}

.catalog-filter_result__outer {
    position: sticky;
    bottom: 0
}

@media (max-width: 1440px) {
    .catalog-filter {
        padding-top: 10px;
        padding-bottom: 12px
    }

    .p1.catalog-filter__title {
        font-size: 20px;
        line-height: 28px
    }

    .catalog-filter-content-checkbox, .catalog__content {
        margin-bottom: 6px
    }

    .manufacturer__switch {
        margin-top: 12px
    }

    .catalog-filter_result__drop .icon, .catalog-filtered__drop .icon, .catalog-filtered__item .icon, .catalog-sort__result .icon, .manufacturer__switch .icon {
        width: 10px;
        height: 10px;
        margin-left: 6px
    }

    .catalog-categories__title .link .icon, .catalog-filter__title .icon {
        width: 10px;
        height: 10px
    }

    .manufacturer__all {
        height: 254px
    }

    .catalog-filter_result {
        padding: 20px 0 20px 22px
    }

    .catalog-filter_result__drop {
        font-size: 14px
    }

    .catalog-seo__button .icon {
        width: 12px;
        height: 12px
    }

    .catalog__top {
        margin-bottom: 16px
    }

    .catalog-sort-popup {
        padding: 10px 12px 12px 16px
    }

    .catalog-filtered__slider {
        width: 100%
    }

    .catalog-banner {
        height: 489px
    }

    .catalog-text {
        margin-top: 36px
    }

    .catalog .h1 {
        margin-bottom: 24px
    }

    .catalog-categories-item_img {
        height: 129px
    }

    .catalog-categories-item_img img {
        max-height: 101px
    }

    .catalog-categories-item .link {
        margin-bottom: 4px;
        font-size: 15px;
        line-height: 20px
    }

    .catalog-categories-item_info {
        padding-bottom: 20px
    }

    .catalog-categories__title {
        margin-bottom: 20px
    }

    .brand__description .h1, .catalog-text .h2, .catalog-text .p2 {
        margin-bottom: 8px
    }

    .catalog-text__block {
        margin-bottom: 32px
    }

    .catalog-text > .link {
        margin-top: 10px
    }

    .catalog-text__content {
        max-height: 276px
    }

    .catalog-text__gradient {
        height: 88px
    }

    .catalog-text > .link .icon {
        margin-left: 8px;
        width: 10px;
        height: 10px
    }

    .catalog {
        margin-bottom: 72px
    }

    .catalog-categories_col, .catalog-promo {
        margin-bottom: 23px
    }

    .brand-text__wrap {
        width: 635px
    }

    .brand-logo {
        width: 350px
    }

    .brand__description {
        margin-bottom: 64px
    }

    .catalog-categories-item > img {
        height: 101px
    }
}

@media (max-width: 1439px) {
    .catalog-banner {
        width: 255px
    }

    .catalog__content .snippet {
        margin-bottom: 16px
    }

    .catalog__main {
        width: 825px
    }

    .brand__description .catalog-text__block * {
        font-size: 14px !important;
        line-height: 20px !important
    }
}

@media (max-width: 1199px) {
    .catalog__main {
        width: 513px
    }
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
    .catalog__content .catalog-promo__slider {
        height: 81px
    }

    .catalog__content .catalog-promo__item {
        width: calc((100% - 19px) / 2) !important;
        height: 100%;
        margin-right: 19px
    }

    .p1.catalog-filter__title {
        min-height: 40px;
        font-size: 16px;
        line-height: 20px
    }

    .catalog__content {
        column-gap: 19px
    }

    .catalog-banner {
        width: 158px;
        height: 328px
    }

    .catalog-pagination__next.p2, .catalog-pagination__prev.p2 {
        font-size: 14px;
        line-height: 20px
    }

    .price-inputs__wrap span {
        left: 7px
    }

    .price-inputs__highest, .price-inputs__lowest {
        padding-left: 37px !important
    }

    .brand__description .catalog-text__block * {
        font-size: 9px !important;
        line-height: 12px !important
    }
}

@media screen and (max-width: 1200px) {
    .catalog-categories {
        margin-left: -10px;
        margin-right: -10px
    }

    .catalog-categories_col {
        padding-right: 10px;
        padding-left: 10px
    }

    .catalog-categories-item_img {
        height: 75px;
        padding: 5px
    }

    .catalog-categories-item_img img {
        max-height: 63px
    }

    .catalog-categories-item .link {
        margin-bottom: 2px;
        font-size: 9px;
        line-height: 12px
    }

    .catalog-categories-item_info {
        padding-right: 8px;
        padding-left: 8px
    }

    .catalog-categories-item > img {
        height: 63px
    }
}

@media screen and (max-width: 767px) {
    .catalog-filter-popup, .catalog-up {
        z-index: -1;
        opacity: 0;
        transition: .3s
    }

    .catalog-switch__big rect, .catalog-switch__small rect, .catalog-up {
        transition: .3s
    }

    .catalog-pagination__prev svg {
        transform: rotate(180deg)
    }

    .catalog-banner__background {
        display: none;
        background-image: url(/bitrix/templates/gar_new/style/../images/catalog/banner--small.png)
    }

    .catalog-banner__background--mobile, .catalog_sort--mobile .catalog-sort {
        display: block
    }

    .swiper-slide.catalog-promo__item {
        width: 300px
    }

    .catalog-categories__wrap, .catalog-promo-controls, .catalog-sort, .catalog.sections .h1 {
        display: none
    }

    .catalog-promo {
        margin-top: 48px
    }

    .catalog {
        flex-wrap: wrap
    }

    .catalog-text__content {
        max-height: 138px
    }

    .catalog-text__gradient {
        height: 96px
    }

    .catalog-filter-popup {
        background-color: #fff;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        overflow: auto
    }

    .brand-text__wrap, .catalog-filtered__slider, .catalog__main {
        width: 100%
    }

    .catalog-banner {
        width: 100%;
        height: 108px;
        margin-bottom: 16px
    }

    .catalog-banner:hover .catalog-banner__background, .catalog-promo__item:hover img {
        filter: none
    }

    .catalog-banner:hover .catalog-banner__button {
        opacity: 0
    }

    .catalog-seo {
        overflow: auto
    }

    .catalog-seo::after {
        content: '';
        width: 100px;
        min-width: 100px
    }

    .catalog-seo::-webkit-scrollbar {
        display: none
    }

    .catalog__top {
        position: relative
    }

    .catalog__top::after {
        content: '';
        position: absolute;
        height: 100%;
        width: 100px;
        right: 0;
        top: 0;
        background: linear-gradient(270deg, #fff 0, rgba(255, 255, 255, 0) 100%);
        pointer-events: none
    }

    .catalog-filtered__button_wrap {
        width: 100%;
        display: flex;
        justify-content: space-between;
        order: -1;
        margin-bottom: 8px
    }

    .catalog-filtered__quantity {
        margin-left: 5px
    }

    .catalog-filtered__open, .catalog-switch {
        display: flex
    }

    .catalog-filtered__open > svg {
        margin-left: 8px
    }

    .catalog-filtered {
        flex-direction: column;
        padding-bottom: 16px;
        border-bottom: .8px solid #e7e9ec;
        margin-bottom: 15px
    }

    .catalog-filter-popup.active {
        opacity: 1;
        z-index: 501
    }

    .catalog-filter-popup > * {
        width: 330px;
        margin-right: auto;
        margin-left: auto;
        padding-bottom: 50px
    }

    .catalog-seo__button {
        min-width: fit-content
    }

    .catalog-filter--mobile__title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 10px;
        margin-top: 10px
    }

    .catalog-filter--mobile__title .h1 {
        margin-bottom: 0
    }

    .catalog-filter--mobile__close {
        width: 38px;
        height: 38px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: .8px solid #e7e9ec;
        border-radius: 8px
    }

    .catalog-filter_result {
        padding: 20px 0 24px;
        left: 0;
        position: fixed;
        bottom: 49px
    }

    .catalog-filter_result__outer {
        position: relative;
        width: 100% !important;
        height: 181px
    }

    .catalog-filter_result__wrap {
        width: 330px;
        margin-right: auto;
        margin-left: auto
    }

    .catalog-filter_result--desktop, .catalog-promo__link, .catalog.promotions .catalog__side {
        display: none
    }

    .catalog-filter_result--mobile {
        display: inline
    }

    .catalog-filter_result__text {
        width: fit-content;
        padding: 10px 30px 14px;
        border: 1.6px solid #3d9cea;
        border-radius: 8px;
        font-size: 18px;
        line-height: 28px;
        color: #3d9cea
    }

    .catalog-filter_result__drop {
        margin-top: 12px
    }

    .catalog_sort--mobile {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 16px
    }

    .catalog-switch__small {
        margin-left: 16px
    }

    .catalog-switch.active .catalog-switch__big rect {
        stroke: #E7E9EC
    }

    .catalog-switch.active .catalog-switch__small rect {
        stroke: #0B273D
    }

    .catalog__content.no-animation * {
        transition: none !important
    }

    .brand__description {
        flex-wrap: wrap;
        position: relative;
        margin-bottom: 20px;
        padding-bottom: 72px
    }

    .catalog-text:not(.brand-text) .catalog-text__content {
        max-height: none
    }

    .catalog-text:not(.brand-text) .catalog-text__gradient, .catalog-text:not(.brand-text) .js-accordion-button {
        display: none !important
    }

    .brand-text .catalog-text__content {
        max-height: 168px
    }

    .brand-logo {
        order: -1
    }

    .brand-logo__img {
        width: 200px;
        margin-bottom: 17px
    }

    .brand-logo__undertext {
        width: 100%;
        left: 0;
        position: absolute;
        bottom: 0
    }
.brand .brand-logo {
        margin-bottom: 20px;
    }
    .brand .brand-logo .brand-logo__undertext {
        position: initial;
    }

    .catalog-up {
        display: block;
        position: fixed;
        bottom: 64px;
        width: 38px;
        height: 38px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #eff7fd;
        border-radius: 8px
    }

    .catalog-up.active {
        opacity: 1;
        z-index: 4
    }

    .catalog-categories-item .link {
        padding-right: 12px;
        padding-left: 12px
    }

    .brand__description + .catalog__main .catalog-sort, .catalog-pagination {
        display: none !important
    }

    .catalog-pagination.mobile {
        display: flex !important
    }

    .catalog-promo {
        margin-bottom: 0
    }

    .catalog {
        margin-bottom: 48px
    }

    .brand__description .catalog-text__block * {
        font-size: 14px !important;
        line-height: 20px !important
    }

    .brand__description + .catalog__main .catalog-switch {
        margin-left: auto
    }
}

@media (hover),(min-width: 0\0
),(min--moz-device-pixel-ratio: 0) {
    .catalog-seo__button:hover {
        border-color: #0b273d
    }
}
/* End */


/* Start:/bitrix/templates/gar_new/style/blogCatalog.min.css?17109201836943*/
svg{display:block}.blog__mainInfo{display:flex;flex-direction:column;row-gap:64px}.blog__mainInfo a:not(.blog_btn,.snippet-desc__name,.snippet-image){color:#3d9cea;transition:.3s;cursor:pointer;border-bottom:.8px solid transparent}.blog__mainInfo a:not(.blog_btn,.snippet-desc__name,.snippet-image):hover{border-bottom:.8px solid #3d9cea}.blogContainer .reviews__container,.blogContainer .seenProducts{margin-top:80px}.catalogNavigation{margin-top:40px;display:flex;justify-content:space-between}.catalogNavigation__search-loop{position:absolute;top:50%;right:13px;transform:translate(0,-50%)}.catalogNavigation_typesBlock{width:50%;display:flex;flex-wrap:wrap;column-gap:12px;row-gap:12px}.catalogNavigation__type{border:1px solid #e7e9ec;border-radius:8px;cursor:pointer;height:max-content;transition:.3s}.catalogNavigation__type-title a{display:block;padding:7px 16px 11px}.catalogNavigation__type-active,.catalogNavigation__type:hover{border:1px solid #0b273d}.catalogNavigation__search{font-size:15px;line-height:20px;width:430px;padding:7px 12px 11px;border:.8px solid #e7e9ec;border-radius:8px}.catalogNavigation__searchBlock{position:relative;height:max-content}.catalog__card{display:block;width:430px;border-radius:16px;border:.8px solid #e7e9ec;position:relative;overflow:hidden}.catalogNavigation__search-clear{position:absolute;right:13px;top:13px;display:none;cursor:pointer}.notFoundBlog{width:430px;margin-left:auto;margin-top:24px;font-weight:700;font-size:18px;line-height:24px}.pagination__container{margin-top:48px}.catalogNavigation__search:not(:placeholder-shown)+.catalogNavigation__search-loop{display:none}.catalogNavigation__search:not(:placeholder-shown)+.catalogNavigation__search-loop+.catalogNavigation__search-clear{display:block}.catalog__card-title,.otherBlogs__navigation-nextSlide svg path,.otherBlogs__navigation-prevSlide svg path,.reviews__navigation-nextSlide svg path,.reviews__navigation-prevSlide svg path{transition:.3s}.catalog__card:hover .catalog__card-title a{color:#3d9cea}.catalog__card_typesBlock{width:calc(100% - 48px);position:absolute;top:257px;left:24px;overflow:hidden;display:flex;column-gap:8px;z-index:1;width:max-content}.catalog__card_type{padding:7px 16px 11px;background:rgba(255,255,255,.95);backdrop-filter:blur(4px);border-radius:8px}.catalog__card_imgBlock{height:295px;overflow:hidden;position:relative}.catalog__card_imgBlock>img{position:absolute;top:0;left:50%;transform:translate(-50%,0)}.catalog__card_content{display:block;position:relative;border-radius:16px;padding:24px 24px 32px;background:#fff;top:-16px;margin-bottom:-16px}.catalog__card-description{margin-top:8px}.catalog__card-time{display:flex;color:#99a4ae;align-items: center;font-size:16px!important}.catalog__card-time>img{margin-right:5px;width: 20px;height: 20px;object-fit: contain}.catalog{margin-top:32px;display:flex;flex-wrap:wrap;column-gap:30px;row-gap:30px}.pagination__container{display:flex;column-gap:8px}.pagination__item{width:38px;height:38px;font-family:TTNorms;border:.8px solid #e7e9ec;cursor:pointer;border-radius:8px;transition:.3s}.pagination__item a{display:flex;width:100%;height:100%;align-items:center;justify-content:center}.pagination__item.active,.pagination__item:hover{border:1.6px solid #0b273d}.pagination__item-next,.pagination__item-prev{width:fit-content;border:none!important}.pagination__item-next a,.pagination__item-prev a{display:flex;align-items:center;color:#99a4ae}.pagination__item-prev a>svg{transform:rotate(180deg);margin-right:8px}.pagination__item-next a>svg{margin-left:8px}.reviews__container{margin-top:10px}.otherBlogs__container{margin-top:88px}.otherBlock__sliderContainer,.reviews__sliderContainer{width:100%;overflow:hidden;margin-top:32px}.otherBlogs__navigation-prevSlide>svg,.reviews__navigation-prevSlide>svg{transform:rotate(180deg)}.otherBlogs__titleContainer,.reviews__titleContainer{display:flex;justify-content:space-between;align-items:center}.otherBlogs__sliderNavigation,.reviews__sliderNavigation{display:flex}.otherBlogs__navigation-nextSlide,.otherBlogs__navigation-prevSlide,.reviews__navigation-nextSlide,.reviews__navigation-prevSlide{border:.8px solid #e7e9ec;padding:12px 14px 11px 15px;border-radius:6px;cursor:pointer;transition:.3s}.otherBlogs__navigation-nextSlide:hover,.otherBlogs__navigation-prevSlide:hover,.reviews__navigation-nextSlide:hover,.reviews__navigation-prevSlide:hover{border-color:#0b273d}.otherBlogs__navigation-nextSlide:hover svg path,.otherBlogs__navigation-prevSlide:hover svg path,.reviews__navigation-nextSlide:hover svg path,.reviews__navigation-prevSlide:hover svg path{fill:#0B273D}.otherBlogs__navigation-prevSlide,.reviews__navigation-prevSlide{margin-right:12px}.pagination__item-prev{margin-right:16px}.pagination__item-next{margin-left:16px}.blogContainer .seenProducts.no-title{margin-top:0!important}.blogContainer .seenProducts.no-title .slider-buttons{top:-48px}@media screen and (max-width:1439px){.blog__mainInfo{row-gap:48px}.catalogNavigation__search,.catalog__card{width:350px}.catalog__card_imgBlock{height:236px}.catalog__card_typesBlock{top:203px}.catalogNavigation{margin-top:32px}.otherBlogs__container{margin-top:84px}.otherBlock__sliderContainer,.reviews__sliderContainer{margin-top:24px}.blogContainer .reviews__container,.blogContainer .seenProducts{margin-top:72px}}@media screen and (max-width:1199px){.blog__mainInfo{row-gap:30px}.catalog__card{width:217px}.catalog__card_imgBlock{height:146px}.catalog__card_typesBlock{top:106px;left:12px}.catalogNavigation{margin-top:32px}.catalogNavigation__search{width:100%}.otherBlogs__container{margin-top:84px}.otherBlock__sliderContainer,.reviews__sliderContainer{margin-top:24px}.blogContainer .reviews__container,.blogContainer .seenProducts{margin-top:45px}}@media screen and (max-width:767px){.blog__mainInfo{row-gap:48px}.catalogNavigation__search,.catalog__card{width:100%}.catalogNavigation_typesBlock{width:100%;padding-bottom:16px;border-bottom:.8px solid #e7e9ec;margin-bottom:16px}.catalog__card_imgBlock{height:223px}.swiper-slide .catalog__card_imgBlock{height:202px}.swiper-slide .catalog__card_typesBlock{top:165px}.catalog__card_typesBlock{top:186px;left:12px}.catalogNavigation{margin-top:16px;flex-direction:column}.otherBlogs__container,.reviews__container{margin-top:0}.otherBlock__sliderContainer,.reviews__sliderContainer{margin-top:16px}.pagination__container{width:max-content;margin-top:36px}.otherBlogs__container .catalog__card,.otherBlogs__container .swiper-slide,.reviews__sliderContainer .catalog__card,.reviews__sliderContainer .swiper-slide{width:300px}.otherBlogs__sliderNavigation,.reviews__sliderNavigation{display:none}.pagination__item-next a,.pagination__item-prev a{font-size:0}.blogContainer .reviews__container,.blogContainer .seenProducts,:not(.blogContainer)+.container .otherBlogs__container,:not(.blogContainer)+.container .reviews__container{margin-top:48px}.catalog{row-gap:16px}}
/* End */


/* Start:/bitrix/templates/gar_new/style/brandzone.min.css?16939885784273*/
.brand-blog,.brand__description,.brand__fancy{margin-bottom:72px}.brand-logo__img,.fancy-card__img{width:100%}.brand__categories{max-width:100%;width:1272px;margin-bottom:42px}.brand__categories>.h2,.catalog__main>.h2{width:100%;margin-bottom:16px}.brand__categories .catalog-categories_col{width:20%}.brand-blog-header{display:flex;justify-content:space-between;align-items:center}.brand-blog-slider{width:100%;overflow:hidden;margin-top:32px}.mainSliderWrapper{display:flex;width:max-content}.mainSliderContainer{overflow:hidden;height:max-content;position:relative;margin-bottom:72px}.mainSliderContainer .mainSlide img{height:490px}.mainSliderNavigation,.mainSliderPagination{position:absolute;display:flex}.mainSliderDot{width:10px;height:10px;background:rgba(231,233,236,.2);border-radius:50%;display:block;margin-right:10px;transition:.3s}.mainSliderDot:not(:last-child){margin-right:7px}.mainSliderDot-active{background:#fff;border-radius:8px;width:26px}.mainSliderPagination{justify-content:center;bottom:24px}.mainSliderNavigation{top:50%;transform:translate(0,-50%);justify-content:space-between;width:100%}.mainSliderNavigation__next,.mainSliderNavigation__prev{width:38px;height:38px;display:flex;justify-content:center;align-items:center;border:.8px solid rgba(231,233,236,.4);border-radius:6px;margin-left:16px;margin-right:16px;cursor:pointer}.mainSlide img{width:100%;border-radius:8px}.mainSliderNavigation__next>svg{transform:rotate(180deg)}.fancy-card__text{position:absolute;bottom:8px;left:8px;right:8px;padding:16px;border-radius:12px;background:rgba(254,243,235,.2);box-shadow:0 0 50px 0 rgba(140,145,157,.2) inset,3px 3px 10px 0 rgba(140,145,157,.1),-1px -1px 25px 0 rgba(255,255,255,.25) inset;backdrop-filter:blur(15px)}.fancy-card{position:relative;display:block;width:315px;border-radius:16px}.brand__fancy-wrap{display:flex;justify-content:space-between}.catalog-categories-item_info{padding-bottom:30px;padding-left:12px;padding-right:12px}.catalog-categories-item_img{padding-top:24px}.catalog__main{margin-bottom:72px;width:100%}.catalog-switch{margin-left:auto}.catalog-categories-item .link{font-size:15px;line-height:19px}.catalog__content{margin-bottom:0}@media screen and (max-width:1439px){.mainSliderDot{width:8px;height:8px}.mainSliderDot-active{width:21px}.mainSliderContainer{margin-bottom:40px}.mainSliderContainer .mainSlide img{height:403px}.brand-text .catalog-text__content{max-height:88px}.fancy-card{width:255px}.catalog-categories-item_img{padding-top:20px}.catalog-categories-item_info{padding-bottom:20px}.brand-blog-slider{margin-top:24px}}@media screen and (max-width:1199px) and (min-width:768px){.mainSliderNavigation__next,.mainSliderNavigation__prev{width:24px;height:24px;margin-left:10px;margin-right:10px;border-radius:4px}.mainSliderNavigation__next svg,.mainSliderNavigation__prev svg{width:6px;height:9px}.mainSliderDot{width:5px;height:5px}.mainSliderDot-active{width:13px}.mainSliderContainer .mainSlide img{height:250px}}@media screen and (max-width:767px){.mainSliderNavigation__next,.mainSliderNavigation__prev{display:none}.brand__fancy-wrap,.catalog-categories{display:inline-flex}.mainSliderContainer{padding-bottom:16px;margin-bottom:32px;margin-top:0}.mainSliderDot{background:#f7f7f8}.mainSliderDot.mainSliderDot-active{background:#3d9cea}.mainSliderContainer .mainSlide img{width:330px;height:120px}.brand-blog-slider .swiper-slide{width:300px}.brand__categories .catalog-categories_col{width:189px;min-width:189px;padding-right:0;padding-left:0;margin-bottom:0}.brand__categories .catalog-categories_col:not(:last-child){margin-right:16px}.catalog-categories{max-width:100%;overflow:auto;flex-wrap:nowrap;margin-left:0;margin-right:0;padding-bottom:16px}.catalog-categories-item_img img{max-height:100px}.catalog-categories-item_img{height:129px}.catalog-categories-item .link{font-size:15px;line-height:19px}.brand-logo__img{width:200px}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:0!important}.brand-text .catalog-text__content{max-height:168px}.brand__fancy{overflow:hidden}.brand-blog,.brand__categories,.brand__description,.brand__fancy,.catalog__main{margin-bottom:48px}}
/* End */


/* Start:/bitrix/templates/gar_new/components/bitrix/catalog.item/.default/style.css?1729681876552*/
.snippet-offer-item__labels {
  position: absolute;
  top: 0;
  transform: translateY(calc(-100% - 1px));
  display: flex;
  gap: 5px;
  right: 0;
}
.snippet-offer-item__labels .snippet-offer-item__cost--over {
  position: relative;
  transform: none;
}
.snippet-offer-item__labels .snippet-offer-item__pickup {
  background: #3D9CEA;
  border-radius: 4px;
  padding: 2px 6px;
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  color: #fff;
}
.disabled_text{
  display: none;
}
/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/bitrix/templates/gar_new/components/bitrix/catalog.section/producer_new/themes/black/style.min.css?16926967154640*/
.bx_black.bx-section-desc{border-left-color:#0083d1}.bx_catalog_list_home.bx_black .bx_bt_button{background:#00a2df;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYTJkZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDZmY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#00a2df),color-stop(100%,#006fcb));background:-webkit-linear-gradient(top,#00a2df 0,#006fcb 100%);background:-moz-linear-gradient(top,#00a2df 0,#006fcb 100%);background:-ms-linear-gradient(top,#00a2df 0,#006fcb 100%);background:-o-linear-gradient(top,#00a2df 0,#006fcb 100%);background:linear-gradient(to bottom,#00a2df 0,#006fcb 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a2df',endColorstr='#006fcb',GradientType=0);color:#fff;text-shadow:0 1px 0 #165c99;display:inline-block;border-radius:3px;text-align:center;text-decoration:none;font-size:14px;cursor:pointer}.bx_catalog_list_home.bx_black .bx_bt_button:hover{background:#26b0e4;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI2YjBlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyNjg0ZDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#26b0e4),color-stop(100%,#2684d3));background:-webkit-linear-gradient(top,#26b0e4 0,#2684d3 100%);background:-moz-linear-gradient(top,#26b0e4 0,#2684d3 100%);background:-ms-linear-gradient(top,#26b0e4 0,#2684d3 100%);background:-o-linear-gradient(top,#26b0e4 0,#2684d3 100%);background:linear-gradient(to bottom,#26b0e4 0,#2684d3 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#26b0e4',endColorstr='#2684d3',GradientType=0)}.bx_catalog_list_home.bx_black .bx_bt_button:active{background:#0052bf;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNTJiZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDg1ZDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#0052bf),color-stop(100%,#0085d3));background:-webkit-linear-gradient(top,#0052bf 0,#0085d3 100%);background:-moz-linear-gradient(top,#0052bf 0,#0085d3 100%);background:-ms-linear-gradient(top,#0052bf 0,#0085d3 100%);background:-o-linear-gradient(top,#0052bf 0,#0085d3 100%);background:linear-gradient(to bottom,#0052bf 0,#0085d3 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0052bf',endColorstr='#0085d3',GradientType=0)}.bx-retina .bx_catalog_list_home.bx_black .bx_item_detail_size ul li.bx_active .cnt{-webkit-border-image:url(/bitrix/templates/gar_new/components/bitrix/catalog.section/producer_new/themes/black/images/x2border_active.png) 2 stretch;-moz-border-image:url(/bitrix/templates/gar_new/components/bitrix/catalog.section/producer_new/themes/black/images/x2border_active.png) 2 stretch;-o-border-image:url(/bitrix/templates/gar_new/components/bitrix/catalog.section/producer_new/themes/black/images/x2border_active.png) 2 stretch;border-image:url(/bitrix/templates/gar_new/components/bitrix/catalog.section/producer_new/themes/black/images/x2border_active.png) 2 fill stretch}.bx-retina .bx_catalog_list_home.bx_black .bx_item_detail_scu .bx_scu ul li.bx_active .cnt{-webkit-border-image:url(/bitrix/templates/gar_new/components/bitrix/catalog.section/producer_new/themes/black/images/x2border_active.png) 2 stretch;-moz-border-image:url(/bitrix/templates/gar_new/components/bitrix/catalog.section/producer_new/themes/black/images/x2border_active.png) 2 stretch;-o-border-image:url(/bitrix/templates/gar_new/components/bitrix/catalog.section/producer_new/themes/black/images/x2border_active.png) 2 stretch;border-image:url(/bitrix/templates/gar_new/components/bitrix/catalog.section/producer_new/themes/black/images/x2border_active.png) 2 fill stretch}
/* End */
/* /bitrix/templates/gar_new/style/catalog.min.css?174902584028745 */
/* /bitrix/templates/gar_new/style/blogCatalog.min.css?17109201836943 */
/* /bitrix/templates/gar_new/style/brandzone.min.css?16939885784273 */
/* /bitrix/templates/gar_new/components/bitrix/catalog.item/.default/style.css?1729681876552 */
/* /bitrix/templates/gar_new/components/bitrix/catalog.section/producer_new/themes/black/style.min.css?16926967154640 */
