

/* Start:/local/templates/.default/components/bitrix/catalog.smart.filter/brand_filter/style.css?1772638480288*/
.form__input.type2 .customCheckbox:disabled + label {
	text-decoration: line-through;
}
.filter__buttons input.button {
	border: none;
}
.filter__buttons #modef_num {
	margin-left: 5px;
}
.filter__buttons .button:disabled {
	pointer-events: none;
	background: #F4F4F4;
	color: #A6AAAE;
}

/* End */


/* Start:/local/assets/css/components/filter.css?17726384793108*/
.withFilter {
    display: flex;
    align-items: flex-start;
    column-gap: 24px;
}
.withFilter__right {
    flex: 1;
}

.customFilter {
    width: 280px;
    border-radius: 13px;
    background: #F5F7FA;
    padding: 20px;
    flex: none;
}
.customFilter__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    column-gap: 12px;
}
.customFilter__header .icon-arrow4 {
    font-size: 24px;
    transform: rotate(-90deg);
    display: none;
    transition: transform 0.2s ease;
}
.customFilter.active .customFilter__header .icon-arrow4 {
    transform: rotate(-90deg) rotateY(180deg);
}
.customFilter__bottom {
    padding-top: 20px;
    border-top: 1px solid rgba(113, 133, 158, 0.08);
    display: grid;
    row-gap: 12px;
}
.customFilter__body {
    display: grid;
    row-gap: 20px;
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid rgba(113, 133, 158, 0.08);
}
.customFilter--title {
    color: #231F20;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
}
.customFilter__item--title {
    color: #71859E;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 8px;
}
.customFilter__item.withBorder {
    padding: 12px;
    border-radius: 7px;
    border: 1px solid rgba(113, 133, 158, 0.10);
}
.customFilter__checkboxes {
    display: flex;
    row-gap: 6px;
    column-gap: 6px;
    flex-wrap: wrap;
}
.customFilter__checkboxes>div {
    position: relative;
    width: 100%;
}
.customFilter .rangeSlider {
    padding: 12px;
    border-radius: 7px;
    background: rgba(113, 133, 158, 0.08);
}
.customFilter__threeColTablet {
    display: grid;
    row-gap: 16px;
}

@media screen and (min-width: 992px) {
    .customFilter__body {
        display: grid !important;
        height: auto !important;
        padding-top: 20px !important;
        margin-top: 20px !important;
    }
}
@media screen and (max-width: 991px) {
    .withFilter {
        flex-wrap: wrap;
        row-gap: 40px;
    }
    .customFilter {
        width: 100%;
    }
    .withFilter__right {
        width: 100%;
    }
    .customFilter__header {
        cursor: pointer;
    }
    .customFilter__header .icon-arrow4 {
        display: block;
    }
    .customFilter__checkboxes>div {
        width: auto;
    }
    .customFilter__threeColTablet {
        grid-template-columns: repeat(3, 1fr);
        column-gap: 16px;
    }
    .customFilter__bottom {
        display: flex;
        column-gap: 16px;
        justify-content: flex-end;
    }
    .customFilter__bottom a {
        width: 150px;
    }
    .customFilter__body {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .customFilter__threeColTablet {
        grid-template-columns: repeat(1, 1fr);
    }
    .customFilter__bottom {
        flex-wrap: wrap;
        row-gap: 12px;
        column-gap: 12px;
        justify-content: center;
    }
    .customFilter__bottom a {
        width: 200px;
    }
}

@media screen and (max-width: 450px) {
    .customFilter__checkboxes>div {
        width: 100%;
    }
    .withFilter {
        row-gap: 28px;
    }
}
/* End */


/* Start:/local/assets/css/components/brandDetail.css?17726384795435*/
.brandContainer {
    position: relative;
}
.brandDesc--title {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    padding: 3px 0;
    color: #231F20;
    margin-bottom: 18px;
}
.brandDesc__text {
    font-size: 15px;
    line-height: 22px;
    color: #231F20;
    flex: 1;
}
.brandDesc__text h2 {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
}
.brandDesc__text a {
    color: #2C63AC;
    transition: color 0.2s ease;
}
.brandDesc__text a:hover {
    color: #265899;
}
.brandDesc__text a:active {
    color: #004E86;
}
.brandDesc__content {
    column-gap: 20px;
    display: flex;
    align-items: flex-start;
}
.brandDesc__image {
    width: 268px;
    flex: none;
}
.brandDesc__image img {
    max-width: 100%;
    display: block;
}

.brandCategories {
    padding: 20px;
    border-radius: 7px;
    background-color: #F5F7FA;
    margin-top: 30px;
}
.brandCategories--title {
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
    color: #231F20;
    margin-bottom: 20px;
}
.brandCategories__items {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    column-gap: 14px;
    row-gap: 14px;
}
.brandCategories__items a {
    padding: 6px 12px;
    border-radius: 3px;
    border: 0.5px dashed #2C63AC;
    color: #2C63AC;
    font-size: 13px;
    line-height: 24px;
    font-weight: 600;
    transition: color 0.2s ease, background-color 0.2s ease;
}
.brandCategories__items a:hover {
    color: #fff;
    background-color: #265899;
}
.brandCategories__items a:active {
    color: #fff;
    background-color: #004E86;
}

.brandProducts {
    margin-top: 40px;
    position: relative;
}
.brandProducts__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 8px 0;
    column-gap: 20px;
    margin-bottom: 18px;
    flex-wrap: wrap;
    row-gap: 10px;
}
.brandProducts--title {
    color: #231F20;
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
}
.brandProducts__sorts {
    display: flex;
    align-items: flex-start;
    column-gap: 10px;
    flex: none;
}

.sortItem {
    width: 156px;
    flex: none;
    padding: 8px 14px;
    justify-content: space-between;
    align-items: center;
    border-radius: 5px;
    border: 1px solid rgba(113, 133, 158, 0.10);
    color: #71859E;
    font-size: 13px;
    line-height: 16px;
    display: flex;
    cursor: pointer;
}
.sortItem.active {
    background: rgba(113, 133, 158, 0.10);
}
.sortItem.DESC .sortItem--arrow {
    transform: rotateX(180deg);;
}
.sortItem--arrow {
    font-size: 16px;
    padding-left: 4px;
    width: 20px;
}
.sortItem>div {
    display: flex;
    align-items: center;
}
.sortItem--icon {
    display: none;
}

@media screen and (max-width: 1150px) {
    .brandDesc__image {
        width: 180px;
    }
}

@media screen and (max-width: 991px) {
    .brandDesc--title {
        display: none;
    }
    .brandDesc__content {
        flex-wrap: wrap;
    }
    .brandDesc__text {
        order: 2;
        width: 100%;
    }
    .brandDesc__image {
        order: 1;
        margin-bottom: 24px;
        display: flex;
        justify-content: center;
        width: 100%;
    }
    .brandDesc__image img {
        max-height: 244px;
        max-width: 244px;
    }
    .brandCategories {
        margin-top: 24px;
    }
    .brandProducts__header {
        padding: 3px 0 0;
        row-gap: 12px;
    }
    .brandProducts--title {
        font-size: 24px;
    }
    .sortItem {
        width: 150px;
        padding: 6px 11px;
    }
}

@media screen and (max-width: 767px) {
    .brandDesc__image {
        margin-bottom: 28px;
    }
    .brandDesc__image img {
        max-height: 290px;
        max-width: 290px;
    }
    .brandDesc__text {
        font-size: 14px;
        line-height: 18px;
    }
    .brandCategories__items a {
        padding: 4px 8px;
    }
    .brandProducts {
        padding-top: 24px;
        margin-top: 24px;
        border-top: 1px solid rgba(113, 133, 158, 0.08);
    }
    .brandProducts--title {
        font-size: 22px;
        line-height: 26px;
    }

    .sortItem {
        width: 50px;
        transition: width 0.2s ease;
        padding: 4px 6px;
        font-size: 12px;
    }
    .sortItem__content {
        width: calc(100% - 20px);
    }
    .sortItem--title {
        white-space: nowrap;
    }
    .sortItem--icon {
        display: block;
        font-size: 16px;
        color: #71859E;
        width: 16px;
        transition: padding-right 0.2s ease, width 0.2s ease;
        overflow: hidden;
    }
    .sortItem--icon:before {
        color: #71859E;
    }
    .sortItem--arrow {
        padding-left: 4px;
        width: 20px;
    }
    .sortItem__content {
        width: 16px;
        overflow: hidden;
        transition: width 0.2s ease;
    }
    .sortItem--title {
        width: 0;
        transition: width 0.2s ease;
    }
    .sortItem.active {
        width: 164px;
    }
    .sortItem.active .sortItem--icon {
        padding-right: 14px;
        width: 30px;
    }
    .sortItem.active .sortItem__content {
        width: calc(100% - 20px);
    }
    .sortItem.active .sortItem--title {
        width: calc(100% - 30px);
    }
    .brandProducts__sorts {
        column-gap: 8px;
    }
    .brandProducts__header {
        padding-bottom: 14px;
        margin-bottom: 14px;
        border-bottom: 1px solid rgba(113, 133, 158, 0.08);
    }
}
/* End */


/* Start:/local/assets/css/components/products.css?17726384796533*/
.products3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 28px;
    column-gap: 28px;
}
.product3 {
    padding: 14px;
    border-radius: 8px;
    border: 1px solid rgba(35, 31, 32, 0.05);
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    position: relative;
    justify-content: space-between;
}
.product3__up {
    width: 100%;
}
.product3__down {
    width: 100%;
}
.product3__image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 114px;
    margin: 0 auto;
}
.product3__image img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.product3--title {
    margin-top: 10px;
    color: #231F20;
    font-size: 14px;
    line-height: 17px;
    display: block;
}

.product3Info__items {
    display: flex;
    column-gap: 10px;
    row-gap: 10px;
    flex-wrap: wrap;
}
.product3Info {
    padding: 8px;
    border-radius: 7px;
    background: #F7F8F9;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}
.product3Info--title {
    font-size: 12px;
    line-height: 16px;
    color: rgba(113, 133, 158, 0.70);
    width: 100%;
}
.product3Info--value {
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    color: #231F20;
    display: flex;
    align-items: center;
    margin-top: 5px;
    width: 100%;
}
.product3Info__available {
    width: 88px;
    flex: none;
}
.product3Info__available.yellow {
    background: rgba(254, 137, 54, 0.10);
}
.product3Info__available.yellow .product3Info--title {
    color: #FE8936;
}
.product3Info__available.yellow .product3Info--value {
    color: #FE8936;
}
.product3Info__available.red {
    background: rgba(232, 49, 59, 0.10);
    color: #E8313B;
}
.product3Info__available.red .product3Info--title {
    color: #E8313B;
}
.product3Info__available.red .product3Info--value {
    color: #E8313B;
}
.product3Info__price {
    width: calc(100% - 98px);
}
.product3Info__price--newPrice {
    font-size: 14px;
}
.product3Info__price--oldPrice {
    font-size: 13px;
    color: rgba(113, 133, 158, 0.70);
    text-decoration-line: line-through;
    font-weight: 400;
}
.product3Info__price--newPrice.red {
    color: #FF1C1C;
}
.product3Info__price--newPrice.blue {
    color: #00CFCB;
}
.product3Info__price--newPrice.orange {
    color: #FD6537;
}
.product3Info__price--newPrice.yellow {
    color: #FFD000;
}
.product3Info__price--newPrice.purple {
    color: #F1117E;
}
.product3Info__price .product3Info--value {
    display: flex;
    column-gap: 10px;
    flex-wrap: wrap;
}

.product3Info--value>span[class^="icon-"], .product3Info--value>span[class*=" icon-"] {
    font-size: 18px;
    margin-right: 6px;
}
.product3Info__bonus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 10px;
    padding-right: 16px;
    width: 100%;
}
.product3Info__bonus .product3Info--title {
    margin-bottom: 0;
    width: auto;
}
.product3Info__bonus .product3Info--value {
    margin-top: 0;
    width: auto;
}
.product3__buttons {
    margin-top: 12px;
}
.product3--fav {
    position: absolute;
    top: 14px;
    right: 14px;
    font-size: 20px;
    cursor: pointer;
}
.product3--fav:before {
    transition: color 0.2s ease;
}
.product3--fav.active:before {
    content: "\e90e";
    color: #ef4450;
}
.product3--notAvailable {
    background: rgba(232, 49, 59, 0.10) !important;
    border: none !important;
    color: #E8313B !important;
    pointer-events: none !important;
}


.catalog__tags {
    width: 85px;
    display: flex;
    row-gap: 2px;
    column-gap: 2px;
    flex-wrap: wrap;
    position: absolute;
    top: 14px;
    left: 14px;
    align-items: flex-end;
}
.catalog--tag {
    padding: 1.5px 6px;
    font-size: 11px;
    line-height: 13px;
    text-align: center;
    border-radius: 20px;
}
.catalog--tag.orange {
    background-color: #FD6537;
    color: #fff;
}
.catalog--tag.blue {
    background-color: #00CFCB;
    color: #fff;
}
.catalog--tag.red {
    background-color: #FF1C1C;
    color: #fff;
}
.catalog--tag.yellow {
    background-color: #FFD000;
    color: #000;
}
.catalog--tag.purple {
    background-color: #F1117E;
    color: #fff;
}
.catalog--tag .tooltipHtml__content {
    display: none;
}
.catalog--sale {
    padding: 4px 7px;
    font-size: 13px;
    line-height: 15px;
    border-radius: 20px;
}
.catalog--sale.blue {
    background-color: #00CFCB;
    color: #fff;
}
.catalog--sale.red {
    background-color: #FF1C1C;
    color: #fff;
}
.catalog--sale.orange {
    background-color: #FD6537;
    color: #fff;
}
.catalog--sale.purple {
    background-color: #F1117E;
    color: #fff;
}
.catalog--exclamation {
    font-size: 10px;
    border-radius: 20px;
    width: 22px;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.catalog--exclamation span {
    display: block;
}
.catalog--exclamation.blue {
    background-color: #00CFCB;
}
.catalog--exclamation .tooltipHtml__content {
    display: none;
}
.catalog--gift {
    font-size: 21px;
}

.counter {
    display: flex;
    height: 40px;
    border-radius: 7px;
    background-color: #F7F8F9;
}
.counter--minus {
    height: 100%;
    width: 80px;
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    cursor: pointer;
}
.counter--plus {
    height: 100%;
    width: 80px;
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    cursor: pointer;
}
.counter__input {
    flex: 1;
    height: 100%;
}
.counter--input {
    width: 100%;
    height: 100%;
    text-align: center;
    color: #2C63AC;
    font-size: 18px;
    font-weight: 600;
    outline: none !important;
    border: none;
    background: transparent;
}
.counter--input::-webkit-outer-spin-button, .counter--input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0;}
.counter--input{-moz-appearance:textfield;}

.product3__cart .counter {
    display: none;
}
.product3__cart.active .addToCart {
    display: none;
}
.product3__cart.active .counter {
    display: flex;
}

@media screen and (max-width: 1150px) {
    .products3 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 991px) {
    .products3 {
        row-gap: 17px;
        column-gap: 17px;
    }
}

@media screen and (max-width: 650px) {
    .products3 {
        grid-template-columns: repeat(1, 1fr);
        column-gap: 28px;
        row-gap: 28px;
    }
}
/* End */
/* /local/templates/.default/components/bitrix/catalog.smart.filter/brand_filter/style.css?1772638480288 */
/* /local/assets/css/components/filter.css?17726384793108 */
/* /local/assets/css/components/brandDetail.css?17726384795435 */
/* /local/assets/css/components/products.css?17726384796533 */
