

/* Start:/bitrix/components/krayt/krayt.smart_tabs/templates/.default/style.css?17582586345334*/
.smart-tabs-wrap{
    padding: 60px 0;
}
.recommend-title + .smart-tabs-wrap{
    padding-top: 0;
}
.smart-tabs {
    position:relative;
}
.smart-tabs-title h2,
.smart-tabs h2{
    font-weight: 600;
    font-size: 32px;
    line-height: 100%;
}
.tabs-list {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 2px;
    overflow: hidden;
}

.tabs-list__item {
    margin-right: 30px;
}
.tabs-list__item a {
    display: block;
    cursor: pointer;
    color: #808080;
    font-size: 16px;
}
.tabs-content { position:relative; }
.tabs-content .k_loader {
    position: absolute;
    background-color: transparent;
}
.tabs-content.wait .product__list, .tabs-content.wait .product__slider {
    opacity: .4;
}
.smart-tabs .swiper-slide{
    width: auto;
}
.smart-tabs .line {
    display: none;
}
.smart-tabs .tabs-list{
    margin-bottom: 40px;
    padding-bottom: 0;
}
.smart-tabs .swiper-button-next svg,
.smart-tabs .swiper-button-prev svg{
    fill: var(--main_text_black);
    transition: 0.2s all linear;
    will-change: transform;
}
.smart-tabs .swiper-button-prev{
    left: -23px;
}
.smart-tabs .swiper-button-next{
    right: -23px;
}
.smart-tabs .swiper-button-prev,
.smart-tabs .swiper-button-next{
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
}
@media(hover:hover){
    .smart-tabs .swiper-button-prev:hover svg{
        transition: 0.2s all linear;
        transform: translateX(-5px);
    }
    .smart-tabs .swiper-button-next:hover svg {
        transition: 0.2s all linear;
        transform: translateX(5px);
    }
}
.smart-tabs .swiper-button-prev:active,
.smart-tabs .swiper-button-next:active {
    transform: scale(0.9);
    transition: 0.2s all linear;
}
.smart-tabs .swiper-button-next.swiper-button-disabled,
.smart-tabs .swiper-button-prev.swiper-button-disabled{
    display: none;
}

.smart-tabs .tabs-list::before {
    display: none;
}
.smart-tabs .tabs-list__item {
    margin: 0;
    padding: 1px 0;
    border: 1px solid transparent;
}
.smart-tabs .tabs-list__item a {
    height: 46px;
    padding: 0 24px;
    margin-right: 12px;
    background: #FFFFFF;
    border: 1px solid #C4C4C4;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: var(--text-filter);
    transition: 0.2s all linear;
    white-space: nowrap;
}
.smart-tabs .tabs-list__item a:hover {
    transition: 0.2s all linear;
    border: 1px solid var(--main_text_black);
    color: var(--main_text_black);
}
.smart-tabs .tabs-list__item a.active {
    transition: 0.2s all linear;
    border: 1px solid var(--active-tab);
    background-color: var(--active-tab);
    color: #fff;
}

.smart-tabs .k_loader::before {
    top: calc(50% - 100px);
}
.right-shadow {
    background: linear-gradient(270deg, #FFF 32.39%, rgba(252, 252, 252, 0) 106.25%);
    position: absolute;
    height: 100%;
    width: 60px;
    top: 0;
    right: -1px;
    pointer-events: none;
    z-index: 1;
}
.smart-tabs.recommends {
    margin-top: 0;
    padding-top: 0;
}
.smart-tabs .product__slider-wrp{
    margin-top: 0!important;
}
.smart-tabs .product__slider .product_item__price{
    padding-top: 0;
}
.recommend-title {
    padding-top: 60px;
}
.recommend-title h2 {
    font-weight: 600;
    font-size: 32px;
    line-height: 100%;
    display: inline-block;
}
.item-not-data-filter p {
    text-align: center;
    font-size: 25px;
}
.smart-tabs .big-text{
    margin: 60px 0;
}
.smart-tabs .small-text{
    display: none;
}
.item-not-data-filter + .k_loader{
    display: none;
}
.smart-tabs .product__list.tiles .border-top-tiles{
    display: none;
}
@media screen and (max-width: 992px) {
    .smart-tabs-wrap{
        padding: 40px 0;
    }
    .recommend-title{
        padding-top: 40px;
    }
    .smart-tabs-title h2, .smart-tabs h2,
    .recommend-title h2{
        font-size: 26px;
        margin-bottom: 24px;
    }
}
@media screen and (max-width: 576px) {
    .recommend-title{
        padding-top: 25px;
    }
    .smart-tabs-title h2, .smart-tabs h2, .recommend-title h2 {
        font-weight: 600;
        font-size: 20px;
        line-height: 23px;
    }
    .smart-tabs .tabs-list__item a{
        font-size: 12px;
        height: 36px;
        padding: 0 12px;
        margin-right: 8px;
    }
    .smart-tabs .tabs-list{
        margin-bottom: 32px;
    }
    .mini_tiles .product_card-flags{
        top: 0;
        left: 0;
    }
    .mini_tiles .product-item-image-wrapper{
        padding-top: 150px;
        margin-bottom: 32px;
    }
    .mini_tiles .product_item__price .price{
        font-size: 16px;
    }
    .mini_tiles .product_item__price .old_price{
        font-weight: 400;
        font-size: 12px;
        line-height: 100%;
    }
    .mini_tiles .product_item_title .name{
        margin-bottom: 8px;
    }
    .smart-tabs-wrap{
        padding: 25px 0;
    }
    .right-shadow{
        display: none;
    }
}
/* End */


/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.css?175825863264*/
font.errortext
{
	color:red;
}

font.notetext
{
	color:green;
}

/* End */


/* Start:/bitrix/components/krayt/krayt.compilations/templates/.default/style.css?175825863414238*/
.prev_filter_wrapper {
    position: relative;
    padding:  60px 0;
}

.prev-filter-title {
    margin-bottom: 40px;
}

.prev-filter-title_title {
    font-weight: 600;
    font-size: 32px;
    line-height: 100%;
    color: var(--main_text_black);
}

.prev_filter_bottom {
    display: flex;
    background-color: var(--background-filter);
    border: 1px solid var(--border-bottom-gray);
    border-radius: 12px;
    padding: 0 50px;
}

.prev_filter_tabs-wrap{
    padding: 50px 0;
}

.prev-tabs {
    width: 450px;
}

.prev-tabs ul {
    margin-right: 47px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.prev-tabs ul li {
    list-style: none;
    margin-bottom: 12px;
    margin-right: 12px;
    max-width: 100%;
}
.prev-tabs ul li:last-child {
    margin-bottom: 0;
}

.prev-tabs ul li a {
    display: block;
    padding: 16px 24px;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: var(--text-filter);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background: #fff;
    border: 1px solid #C4C4C4;
    border-radius: 6px;
    transition: 0.2s all linear;
}

.prev-tabs ul li a:hover {
    color: var(--main_text_black);
    border: 1px solid var(--main_text_black);
    transition: 0.2s all linear;
}

.prev-tabs ul li a.active {
    color: #fff;
    background: var(--active-filter);
    border: 1px solid var(--active-filter);
}

.prev-tabs ul li a.active:hover {
    background: var(--active-filter);
}

#prev_filter_filter {
    padding: 50px 0 40px 0;
    width: 100%;
    border-left: 1px solid var(--border-bottom-gray);
}
#prev_filter_filter .section__filter-wrapper{
    height: 100%;
}
#prev_filter_filter .bx-filter{
    height: 100%;
}
#prev_filter_filter .bx-filter .bx-filter-section{
    height: 100%;
}
.bx-filter-section form {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}


.bx-filter-parameters-box {
    padding-right: 40px;
    margin-bottom: 40px;
    width: 25%;
}

.bx-filter-parameters-box:last-child{
    margin-right: 0;
}


.bx-filter-parameters-box-hint {
    font-weight: 600;
    font-size: 15px;
    line-height: 100%;
    cursor: default !important;
    display: block;
    width: 100%;
    color: var(--main_text_black);
    max-height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
}


.bx-filter-scroll {
    max-height: 264px !important;
}

.bx-filter-parameters-box-title {
    margin-right: 20px;
    /*margin-bottom: 32px;*/
    height: 30px;
    margin-bottom: 24px;
    width: 100%;

}

.bx-filter-parameters-box-title span {
    /*position: absolute;*/
    /*left: 0;*/
    /*bottom: 10px;*/
}

.checkbox.bx-filter-input-checkbox, .radio.bx-filter-input-checkbox {
    margin-bottom: 16px;
    padding-right: 6px;
}

.checkbox.bx-filter-input-checkbox:last-child, .radio.bx-filter-input-checkbox:last-child {
    margin: 0 !important;
}

.bx-filter .bx-filter-param-text {
    font-size: 12px;
}

.bx-filter-input-checkbox input {
    display: none;
}

.bx-filter .bx-filter-input-checkbox input[type="checkbox"]:checked + label.bx-filter-param-label .check {
    background: var(--selected-checkbox);
    border: 1px solid #DBC96B;
    transition: 0.2s linear;
}

.bx-filter .bx-filter-input-checkbox input[type="checkbox"]:checked + label.bx-filter-param-label .check:hover{
    border-color: #A6974D;
    transition: 0.2s linear;
}

.bx-filter .bx-filter-input-checkbox input[type="checkbox"]:checked + label.bx-filter-param-label .check svg path {
    fill: transparent;
}

.bx-filter .bx-filter-input-checkbox input[type="checkbox"]:checked + label.bx-filter-param-label .check svg polyline {
    stroke-dashoffset: 0;
}

.bx-filter .bx-filter-input-checkbox .check svg {
    position: absolute;
    top: -2px;
    left: -1px;
}

.bx-filter .bx-filter-input-checkbox .check {
    position: relative;
    float: left;
    margin-right: 10px;

    min-width: 18px;
    min-height: 18px;

    max-width: 18px;
    max-height: 18px;

    width: 18px;
    height: 18px;

    border: 1px solid #C4C4C4;
    border-radius: 2px;
    background-color: #fff;
    transition: 0.2s all linear;
}

.bx-filter .bx-filter-input-checkbox .check:hover {
    border-color: var(--main_text_black);
    transition: 0.2s all linear;
}

.bx-filter .bx-filter-input-checkbox .check svg path {
    fill: none;
    stroke: var(--selected-checkbox);
    stroke-width: 2;
    stroke-dasharray: 71px;
    stroke-dashoffset: 71px;
    transition: all 0.6s ease;
}

.bx-filter .bx-filter-input-checkbox .check svg polyline {
    fill: none;
    stroke: var(--main_text_black);
    stroke-width: 2;
    stroke-dasharray: 18px;
    stroke-dashoffset: 18px;
    transition: all 0.3s ease;
}

.bx-filter .bx-filter-param-label {
    display: flex;
    flex-direction: row;
}

.smartfilter .row {
    margin: 0 !important;
    padding: 0 !important;
    /*min-height: 150px;*/
}


.wrapper-buttons-filter {
    display: flex;
    flex-wrap: wrap;
}

.wrapper-buttons-filter > *{
    margin-bottom: 10px;
}

.bx-filter-parameters-box-container.with_btn {
    display: flex;
    margin-top: 30px;
    padding: 0;
}

.bx-filter-parameters-box-container.with_btn .btn-filter-send,
.bx-filter-parameters-box-container.with_btn .btn-reset button {
    height: 48px;
    width: 221px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    color: var(--main_text_black);
    border-radius: 6px;
    transition: 0.2s all linear;
}

.bx-filter-parameters-box-container.with_btn .btn-filter-send{
    background-color: var(--main_color);
    color: var(--main_text_button);
    margin-right: 12px;
}

.bx-filter-parameters-box-container.with_btn .btn-filter-send:disabled{
    -webkit-text-fill-color: var(--main_text_button);
}

.bx-filter-parameters-box-container.with_btn .btn-reset button {
    background-color: var(--border-bottom-gray);
    border: none;
}

.bx-filter-parameters-box-container.with_btn .btn-filter-send:hover,
.bx-filter-parameters-box-container.with_btn .btn-filter-send:focus {
    background-color: var(--yellow-button-hover);
    transition: 0.2s all linear;
}

.bx-filter-parameters-box-container.with_btn .btn-filter-send:active {
    transform: scale(0.95);
    transition: 0.2s all linear;
}

.bx-filter-parameters-box-container.with_btn .btn-reset button:hover,
.bx-filter-parameters-box-container.with_btn .btn-reset button:focus {
    background-color: var(--gray-button-hover);
    transition: 0.2s all linear;
}

.bx-filter-parameters-box-container.with_btn .btn-reset button:active {
    transform: scale(0.95);
    transition: 0.2s all linear;
}


.smart-filter-img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 224px;
    height: 276px;
}

.smart-filter-img * {
    pointer-events: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bx-filter span.bx-filter-param-btn {
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    height: 28px;
    width: 28px;
    border: 1px solid #C4C4C4;
    transition: 0.2s all linear;
}

.bx-filter .bx-filter-param-text {
    position: static !important;
    margin: 0 !important;
    line-height: 18px !important;
}

.bx-filter .bx-filter-param-label {
    min-height: auto !important;
}

#prev_filter_filter .bx-filter .bx-filter-input-checkbox input[type="radio"] + label.bx-filter-param-label .check {
    border-radius: 50%;
}

#prev_filter_filter .bx-filter .bx-filter-input-checkbox input[type="radio"] + label.bx-filter-param-label .check:before {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    top: -1px;
    left: -1px;
    border: 5px solid #FFE974;
    background-color: var(--main-txt);
    border-radius: 50%;
    transition: .3s ease;
    transform: scale(0);
    opacity: 0;
}

#prev_filter_filter .bx-filter .bx-filter-input-checkbox input[type="radio"] + label.bx-filter-param-label .check:after {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    top: -1px;
    left: -1px;
    border: 1px solid #DBC96B;
    border-radius: 50%;
    opacity: 0;
}

#prev_filter_filter .bx-filter .bx-filter-input-checkbox input[type="radio"]:checked + label.bx-filter-param-label .check:before,
#prev_filter_filter .bx-filter .bx-filter-input-checkbox input[type="radio"]:checked + label.bx-filter-param-label .check:after{
    transform: scale(1);
    opacity: 1;
}

#prev_filter_filter .bx-filter .bx-filter-input-checkbox input[type="radio"]:checked + label.bx-filter-param-label .check:hover{
    border-color: transparent;
}

#prev_filter_filter .bx-filter .bx-filter-input-container input {
    border: 1px solid #C4C4C4;
    border-radius: 6px;
    text-align: center;
    font-size: 16px;
    line-height: 100%;
    font-weight: 400;
}

#prev_filter_filter .bx-filter .bx-filter-parameters-box-container-block{
    width: 40%;
}

#prev_filter_filter .bx-filter .bx-filter-input-container input::placeholder {
    color: var(--main-txt);
    font-weight: 400;
}

#prev_filter_filter .bx-filter .bx-ui-slider-track-container {
    margin: 0;
    width: 100%;
    z-index: 1;
}

#prev_filter_filter .bx-filter .bx-ui-slider-pricebar-vd{
    border-radius: 4px;
}

#prev_filter_filter .bx-filter .bx-ui-slider-pricebar-vn{
    border-radius: 4px;
}

#prev_filter_filter .bx-filter .bx-ui-slider-track {
    height: 2px;
    border-radius: 4px;
}

#prev_filter_filter .price-separator {
    width: 22px;
    height: 1px;
    background-color: #838383;
    position: relative;
}

#prev_filter_filter .bx-filter.bx-blue .bx-ui-slider-pricebar-vn, #prev_filter_filter .bx-ui-slider-track {
    background: #e2e2e2;
}

#prev_filter_filter .bx-filter.bx-blue .bx-ui-slider-pricebar-v {
    background: var(--main_color);
    border-radius: 4px;
}

#prev_filter_filter .bx-filter .bx-ui-slider-part {
    top: -3px;
    width: 0;
    height: 9px;
    background: var(--main_color);
    display: none;
}

#prev_filter_filter .bx-filter .bx-ui-slider-part span {
    top: -22px;
}

.bx-filter .bx-ui-slider-part.p2 span {
    margin-left: 0;
    margin-right: -10px;
    left: auto;
    right: 0;
    text-align: right;
}

.bx-filter .bx-ui-slider-part.p1 span {
    margin-left: -10px;
    left: 0;
    text-align: left;
}

#prev_filter_filter .bx-filter .bx-ui-slider-handle {
    background: #fff !important;
    width: 16px;
    height: 16px;
    top: -7px;
    border: 2px solid var(--main_color);
    border-radius: 50%;
}

.bx-filter .bx-ui-slider-part.p2 {
    left: auto;
    right: -1px;
}

.bx-filter .filter-price-block.bx-active .bx-filter-block {
    overflow: visible;
}

#prev_filter_filter .bx-filter .bx-ui-slider-range {
    z-index: 100;
    border-radius: 4px;
}

#prev_filter_filter .bx-filter .bx-ui-slider-range a {
    margin: 0;
}

#prev_filter_filter .bx-filter-input-container input {
    border-radius: 0;
}

#prev_filter_filter .bx-filter-parameters-box-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

#prev_filter_filter .bx-filter-parameters-box-container .separator {
    height: 1px;
    width: 15px;
    background: #838383;
}
@media (max-width: 1480px) {
    .prev-tabs{
        max-width: 400px;
    }
    .prev-tabs ul{
        margin-right: 30px;
    }
    .section__filter-wrapper{
        margin-left: 30px;
    }
}
@media (max-width: 1350px) {
    .smart-filter-img {
        width: 180px;
        height: 215px;
    }
    .bx-filter-parameters-box{
        width: 33%;
    }
}
@media(max-width: 1280px){
    .bx-filter-parameters-box{
        width: 50%;
        padding-right: 60px;
    }
}
@media (max-width: 992px){
    .prev_filter_wrapper{
        padding: 40px 0px;
    }
    .prev-filter-title_title{
        font-size: 26px;
        margin-bottom: 24px;
    }
    .prev-tabs{
        max-width: unset;
        width: 100%;
    }
    .prev_filter_bottom{
        flex-direction: column;
    }
    .prev-tabs ul{
        margin: 0;
    }
    #prev_filter_filter{
        padding: 0 0 50px 0;
        border: none;
    }
    .section__filter-wrapper{
        margin-left: 0!important;
    }
    .bx-filter-parameters-box{
        width: 33%;
        padding-right: 40px;
    }
}
@media (max-width: 768px){
    .prev-filter-title{
        margin-bottom: 24px;
    }
    .prev_filter_bottom{
        padding: 0 20px;
    }
    .prev_filter_tabs-wrap{
        padding: 20px 0 16px 0;
    }
    #prev_filter_filter{
        padding: 0 0 20px 0;
    }
    .bx-filter-parameters-box{
        width: 50%;
        padding-right: 40px;
    }
    .bx-filter-parameters-box:nth-child(2n){
        padding: 0 0 0 20px;
    }
}

@media (max-width: 628px){
    .wrapper-buttons-filter{
        width: 100%;
        justify-content: space-between;
    }
    .bx-filter-parameters-box-container.with_btn .btn-filter-send,
    .bx-filter-parameters-box-container.with_btn .btn-reset{
        width: calc(50% - 6px);
        margin: 0;
    }

    .bx-filter-parameters-box-container.with_btn .btn-reset button{
        width: 100%;
    }
}
@media (max-width: 576px){
    .prev-filter-title_title{
        font-weight: 600;
        font-size: 20px;
        line-height: 23px;
    }
    .prev_filter_wrapper {
        padding: 25px 0px;
    }
    .prev-tabs ul li{
        margin-bottom: 8px;
        margin-right: 8px;
    }
    .prev-tabs ul li a{
        padding: 8px;
        font-size: 12px;
    }
}
@media (max-width: 480px){
    .bx-filter-parameters-box-container.with_btn .btn-filter-send,
    .bx-filter-parameters-box-container.with_btn .btn-reset {
        width: 100%
    }
    .bx-filter-parameters-box-container.with_btn .btn-filter-send{
        margin-bottom: 8px;
    }
    .smartfilter .row{
        flex-direction: column;
    }
    .bx-filter-parameters-box{
        max-width: none;
        margin-right: 0;
        margin-bottom: 24px;
    }
    .bx-filter-parameters-box:last-child{
        margin-bottom: 0;
    }
    .bx-filter .bx-filter-parameters-box{
        padding: 0;
        width: 100%;
    }
    .bx-filter-parameters-box-title{
        margin-bottom: 0;
    }
}
/* End */


/* Start:/local/templates/market/components/krayt/krayt.popular.brands/life_brand_slider/style.css?17588004632389*/
.brands_wrapper a .brand_item_image{
	display: flex;
	justify-content: center;
	align-items: center;
}

.brands_wrapper .brand_item{
	display: flex;
	justify-content: center;
	align-items: center;
	/*height: 120px;*/
	background: #fff;
}
.block_section_link{
	display: flex;
	justify-content: center;
	align-items: center;
}
.more-brands-link{
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--main-txt);
	font-size: 12px;
	line-height: 12px;
	font-weight: 500;
	text-transform: uppercase;
}
.more-brands-link i{
	line-height: 17px;
	font-weight: 600;
	margin-left: 10px;
	font-size: 14px;
	position: relative;
	top: 0px;
	transition: translate .3s;
}
.more-brands-link:hover svg{
	animation: arrow_move 1s infinite;
}
.more-brands-link:hover path{
	stroke: var(--main_color)
}
.more-brands-link svg {
	margin-left: 5px;
	margin-bottom: 1px;
}
.more-brands-link:hover{
	color: var(--main_color);
}
@keyframes arrow_move {
	0%{
		transform: translate(0px, 0);
	}
	50%{
		transform: translate(5px, 0);
	}
	100%{
		transform: translate(0px, 0);
	}
}

.brand_item .brand_item_image {
	height: 100%;
    min-height: 100px;
	width: 100%;
}

.brand_item .brand_item_image img{
	height: 80%;
	width: 80%;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	/*transition: filter 0.5s linear;*/
	object-fit: contain;
}
.brand_item .brand_item_image:hover {
	opacity: 1;
}
.brand_item .brand_item_image:hover img{
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	/*transition: filter 0.5s linear;*/
}
.brand_item .brand_item_image:active img{
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	/*transition: filter 0.5s linear;*/
}
.wrapper_slider_brends{
	padding: 60px 0!important;
}
.brands_wrapper {
	display: grid;
	grid-template-columns: repeat(6 , 1fr);
	grid-column-gap: 30px;
	grid-row-gap:20px;
}
.brand_item {
	border: 1px solid var(--border-bottom-gray);
	border-radius: 8px;
	max-width: 220px;
	/*max-height: 108px;*/
	transition: 0.2s ;
	overflow: hidden;
}
.brand_item a {
	height: 100%;
	width: 100%;
}
@media (max-width: 1480px){
	.brands_wrapper {
		grid-template-columns: repeat(4 , 1fr);
	}
}
@media (max-width: 992px){
	.wrapper_slider_brends{
		padding: 40px 0!important;
	}
	.brands_wrapper .brand_item{
		height: 70px;
		width: 142px;
	}
}
@media (max-width: 576px){
	.wrapper_slider_brends{
		padding: 25px 0!important;
	}
}
/* End */
/* /bitrix/components/krayt/krayt.smart_tabs/templates/.default/style.css?17582586345334 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.css?175825863264 */
/* /bitrix/components/krayt/krayt.compilations/templates/.default/style.css?175825863414238 */
/* /local/templates/market/components/krayt/krayt.popular.brands/life_brand_slider/style.css?17588004632389 */
