

/* Start:/bitrix/components/krayt/section.news.list/templates/slider/style.css?17290523434069*/
.main_banner .swiper-slide {
    pointer-events: none;
}
.main_banner .swiper-slide-active {
    pointer-events: auto;
}
.main_banner {
    display: block;
    position: relative;
    overflow: hidden;
    margin: -80px 0 80px;
}

.main_banner .banner__link {
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.main_banner img, .main_banner source, .main_banner picture {
    width: 100%;
    height: 550px;
    object-fit: cover;
    transition: .3s ease;
}

.a-lazy-slide {
    opacity: 0;
}

.main_banner .mobile {
    display: none;
}

/* Скрытие круглишек (пагинации) */
.main_banner_slider .swiper-pagination-bullets {
    display: none; /* Отключаем пагинацию */
}

.main_banner_slider .swiper-button-next {
    right: 10px;
}

.main_banner_slider .swiper-button-prev {
    left: 10px;
}

/* Контейнеры кнопок переключения с прежним фоном */
.main_banner_slider .swiper-button-next,
.main_banner_slider .swiper-button-prev {
    background: white; /* Прежний цвет контейнера */
    border: none;
    border-radius: 10px;
}

/* Изменение цвета стрелочек на серый */
.main_banner_slider .swiper-button-next svg path,
.main_banner_slider .swiper-button-prev svg path {
    stroke: gray; /* Серый цвет стрелочек */
}

.main_banner_slider .swiper-button-next:hover,
.main_banner_slider .swiper-button-prev:hover {
    /* Дополнительные эффекты при наведении, если нужно */
}

.main_banner_slider .swiper-button-next:hover svg path,
.main_banner_slider .swiper-button-prev:hover svg path {
    stroke: gray; /* Остается серый цвет при наведении */
}

.main_banner_slider .swiper-button-next:hover:active,
.main_banner_slider .swiper-button-prev:hover:active {
    opacity: 0.6;
}

.main_banner_slider .swiper-button-disabled {
    opacity: 0.4;
    pointer-events: none;
}

.main_banner_slider .swiper-button-next svg,
.main_banner_slider .swiper-button-prev svg {
    transform: none !important;
}

/* Кнопка "вперед" справа */
.main_banner_slider .swiper-button-next {
    transform: translateX(100%);
}

/* Кнопка "назад" слева */
.main_banner_slider .swiper-button-prev {
    transform: translateX(-100%);
}

/* По умолчанию скрываем кнопки */
.main_banner_slider .swiper-button-next,
.main_banner_slider .swiper-button-prev,
.main_banner_slider .swiper-button-next.swiper-button-disabled,
.main_banner_slider .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

/* Показываем кнопки при наведении на слайдер */
.main_banner_slider .main_banner:hover .swiper-button-next,
.main_banner_slider .main_banner:hover .swiper-button-prev {
    opacity: 1;
    transform: translateX(0);
}

@media (max-width: 1350px) {
    .main_banner img, .main_banner source, .main_banner picture {
        height: 420px;
    }
}

@media (max-width: 992px) {
    .main_banner img, .main_banner source, .main_banner picture {
        height: 320px;
    }
    .main_banner_slider .swiper-button-prev {
        left: 0;
    }
    .main_banner_slider .swiper-button-next {
        right: 0;
    }
    .main_banner {
        margin: -80px 0 20px;
    }
}

@media (max-width: 768px) {
    .main_banner img, .main_banner source, .main_banner picture {
        height: 240px;
    }
    /* Отключаем кнопки переключения на мобильных устройствах */
    .main_banner_slider .swiper-button-prev, .main_banner_slider  .swiper-button-next {
        display: none;
    }
}

@media (max-width: 576px) {
    .main_banner picture {
        display: none;
    }
    .main_banner .mobile {
        display: block;
    }
    .main_banner img, .main_banner source, .main_banner picture {
        height: 55vw;
    }
}

/* End */


/* Start:/bitrix/components/krayt/smart_tabs/templates/.default/style.css?17132443541488*/
.smart-tabs-wrap h2 {
    margin-bottom: 30px;
}
.smart-tabs { position:relative; margin-bottom:120px;}
.tabs-list {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 8px;
    overflow: hidden;
}
.tabs-list .line {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    background-color: var(--main_color);
    transition: .3s ease;
}
.tabs-list .swiper-slide{
    margin: 0 18px;
}
.tabs-list a {
    font-weight: 600;
    text-transform: uppercase;
}
.tabs-list a.active {
    opacity: 1 !important;
}
.tabs-content { position:relative; }
.smart-tabs .k_loader {
    position: absolute;
    background-color: transparent;
}
.smart-tabs .k_loader::before {
    border-left: 4px solid #222;
}
.tabs-content.wait .product__list, .tabs-content.wait .product__slider {
    opacity: .4;
}
.right-shadow {
    background: linear-gradient(270deg, #fff 32.39%, rgba(255, 255, 255, 0) 106.25%);
    position: absolute;
    height: calc(100% - 2px);
    width: 60px;
    top: 0;
    right: 0;
    pointer-events: none;
}
.item-not-data-filter p {
    text-align: center;
    font-weight: 500;
    font-size: 24px;
}
@media (max-width: 576px) {
    .tabs-list {
        justify-content: flex-start;
    }
    .tabs-list .swiper-slide {
        margin: 0 25px 0 0;
    }
    .smart-tabs {
        margin-bottom: 90px;
    }
}
/* End */


/* Start:/local/templates/fashion/components/bitrix/catalog.section/catalog-slider/style.css?1713244644189*/
.product__slider {
	overflow: hidden;
	position: relative;
	padding: 0 18px;
	margin: 0 -18px;
}
@media (max-width: 576px) {
	.product__slider {
		margin: 0;
		padding: 0;
	}
}

/* End */


/* Start:/bitrix/components/krayt/section.news.list/templates/sets/style.css?17132443532626*/
.section_sets {
    margin-bottom: 120px;
}
.sets {
    overflow: hidden;
    position: relative;
    padding: 0 18px;
    margin: 0 -18px;
}
.set-imgs {
    width: 100%;
    height: 440px;
    cursor: pointer;
    position: relative;
}
.set-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
}
.set-img.active {
    opacity: 1;
    pointer-events: auto;
}
.set-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.set-imgs_slider-dots {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    padding: 0 12px;
    display: flex;
    align-items: flex-end;
    opacity: 0;
    transition: .3s ease;
}
.set-imgs:hover .set-imgs_slider-dots {
    opacity: 1;
}
.set-imgs_slider-dot {
    width: 100%;
    height: 2px;
    margin-left: 4px;
    background: var(--secondary_color);
    transition: .3s ease;
}
.set-imgs_slider-dot.active {
    background: var(--main-txt);
}
.set-imgs_slider-dot:first-child {
    margin-left: 0;
}
.sets .news-list-item-name {
    margin-top: 16px;
    margin-bottom: 8px;
}
@keyframes fadeInRightSet {
    from {
        opacity: 0;
        transform: translateX(50%);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
.opened-set {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    transition: .3s ease;
    animation: fadeIn .3s ease;
}
.opened-set_content {
    position: relative;
    margin-left: auto;
    height: 100%;
    width: 1150px;
    padding-right: 8px;
    padding-left: 40px;
    max-width: 100%;
    background: #fff;
    display: none;
    animation: fadeInRightSet .5s ease;
}
.opened-set .opened-set_close-btn {
    position: absolute;
    top: 28px;
    right: 20px;
    background: #fff;
}
@media (max-width: 992px) {
    .set-imgs {
        height: 500px;
    }
}
@media (max-width: 768px) {
    .set-imgs {
        height: 440px;
    }
}
@media (max-width: 576px) {
    .sets {
        padding: 0;
        margin: 0;
    }
    .set-imgs {
        height: 70vw;
    }
    .section_sets {
        margin-bottom: 90px;
    }
}
@media (max-width: 450px) {
    .section_sets {
        padding: 0 !important;
    }
    .set-imgs {
        height: 140vw;
    }
    .section_sets .news-list-item-info, .section_sets .news-list-item-name {
        padding: 0 10px;
    }
}
/* End */


/* Start:/bitrix/components/krayt/sets.fashion/templates/.default/style.css?17132443539758*/
.set_items {
    width: 100%;
    padding-right: 12px;
    max-height: 564px;
}
.set_items.customScroll {
    padding-bottom: 100px !important;
}
.set_detail_images {
    width: 530px;
    height: 760px;
    overflow: hidden;
    position: relative;
    margin-right: 40px;
    flex-shrink: 0;
}
.set_detail_images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.set_detail_images .swiper-button-next {
    right: 10px;
}
.set_detail_images .swiper-button-prev {
    left: 10px;
}
.set_detail_content {
    display: flex;
}
.set_items .set-item-image-wrapper {
    display: block;
    width: 60px;
    height: 80px;
}
.opened-set .set_items .set-item-image-wrapper {
    width: 80px;
    height: 120px;
}
.set_items .set-item-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.set_item_img {
    position: relative;
    margin: 0 20px;
}
.set_item_img .add-wishlist {
    position: absolute;
    top: 6px;
    right: 4px;
    z-index: 10;
}
.set_item {
    display: flex;
    padding: 30px 0;
    border-top: 1px solid var(--border);
}
.set_item .product_item_title {
    margin: 0;
    position: relative;
}
.set_item .product_item_not-av {
    position: absolute;
    top: 120%;
    left: 0;
    pointer-events: none;
    opacity: 0;
    color: var(--secondary-txt);
    font-weight: 400;
    font-size: 12px;
    transition: .3s ease;
}
.set-item-container.disabled .product_item_not-av {
    opacity: 1;
}
.set_item .product-item-scu-block .select-val {
    width: 190px;
    height: 38px;
    background: var(--secondary_color);
    border: none !important;
}
.set_item .product-item-scu-item-color-block {
    border: 1px solid var(--secondary_color);
}
.set_item .product-item-scu-block .select-val .scu-select-arrow {
    padding: 0 0 0 16px;
    border-left: 1px solid #dbdbdb;
}
.set_item .product-item-scu-item-list {
    border: none;
    width: auto;
    min-width: 100%;
    max-width: 300px;
}
.set_item .product-item-info-container {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}
.set_item .wrapper-select-block {
    margin-bottom: 0;
    margin-right: 10px;
    margin-top: 10px;
}
.set_item_name_box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.set_item .price-block-col {
    margin-left: auto;
    align-self: center;
    flex-shrink: 0;
}
.set_item .product_item__price {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.set_item .product-item-price-current span {
    display: block;
    font-weight: 600;
    font-size: 16px;
}
.set_item .product-item-price-old span {
    display: block;
    font-weight: 400;
    font-size: 14px;
    margin-left: 0;
    margin-bottom: 6px;
}
.set_item .product-item-scu-item-color-block {
    padding: 2px;
}
.set_item .product-item-scu-item-color-block img {
    width: 40px;
    height: 24px;
}
.set_item .product-item-scu-block .sku-line-block-title-select img {
    width: 24px;
    height: 18px;
    border: 1px solid #dbdbdb;
    margin-right: 8px;
}
.set_item .sku-line-block-title-select {
    display: flex;
    align-items: center;
    margin-left: 0;
}
.set_item .product_item_title a {
   max-width: 250px;
}
.set_item_check {
    align-self: flex-start;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 17px;
    height: 17px;
    border: 1px solid var(--main-txt);
    cursor: pointer;
    flex-shrink: 0;
    transition: .3s ease;
}
.set_item_check svg {
    display: block;
    position: relative;
    top: -1px;
}
.set_item_check path {
    stroke-dasharray: 20px;
    stroke-dashoffset: 25px;
    opacity: 0;
    transition: .3s ease;
}
.set_item_check.active path {
    opacity: 1;
    stroke-dashoffset: 42px
}
.set-item-container.disabled .set_item_check {
    opacity: .3;
    pointer-events: none;
}
.set-item-container.disabled .set_item_check path {
    opacity: 0;
    stroke-dashoffset: 25px;
}
.set-item-container.disabled .set-item-image-wrapper img {
    opacity: .6 !important;
}
.set_items_wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.set_buy_box {
    width: 100%;
    margin-top: auto;
    padding: 26px;
    background: var(--secondary_color);
}
.set_total {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
}
.set_buy_box .set_buy-btn {
    width: 100%;
    margin-top: 26px;
}
.set_buy_box .set_buy-btn.no-products {
    opacity: .6;
    pointer-events: none;
}
.set_total_count, .set_total_count span {
    font-size: 16px;
    font-weight: 600;
}
.set_total_discount-price {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.set_discount, .set_discount span {
    color: var(--stocks);
    font-weight: 600;
    line-height: 1;
    margin-bottom: 10px;
    transition: .3s ease;
}
.set_total_price {
    font-weight: 700;
    font-size: 24px;
}


.opened-set .set_detail_images {
    width: 400px;
    height: 600px;
}
.opened-set .set_detail_images.slider {
    padding-bottom: 35px;
}
.opened-set .set_detail_title {
    padding: 50px 0 30px;
    font-weight: 600;
    font-size: 24px;
    text-transform: none;
    margin: 0;
}
.opened-set .set_items {
    padding: 0 !important;
    max-height: none;
}
.opened-set .set-item-container {
    padding-right: 20px;
}
.opened-set .set_item .product-item-info-container {
    flex-direction: column;
    align-items: flex-start;
}
.opened-set .set_item .wrapper-select-block {
    margin-right: 0;
    margin-top: 6px;
}
.opened-set .set_item .product_item_title a {
    max-width: 180px;
}
.opened-set .set_item {
    padding: 20px 0;
}
.opened-set .set_detail_images .swiper-button-next {
    right: 50%;
    transform: translateX(75px);
    padding-right: 10px;
}
.opened-set .set_detail_images .swiper-button-prev {
    left: 50%;
    transform: translateX(-75px);
    padding-left: 10px;
}
.opened-set .swiper-btn {
    top: unset;
    bottom: 0;
    transform: none;
    border: none;
    width: auto;
    height: 16px;
}
.opened-set .swiper-button-disabled {
    opacity: 0.15;
}
.opened-set .swiper-btn svg {
    transform: none;
}
.opened-set .swiper-button-next:hover svg {
    transform: translateX(20%);
}
.opened-set .swiper-button-next:hover:active svg {
    transform: translateX(40%);
}
.opened-set .swiper-button-prev:hover svg {
    transform: translateX(-20%);
}
.opened-set .swiper-button-prev:hover:active svg {
    transform: translateX(-40%);
}
.set_slider_nav {
    display: none;
}
.opened-set .set_slider_nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 42px;
    height: 16px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 21px);
}
.opened-set .set_slider_nav span {
    width: 14px;
    text-align: center;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
}
.opened-set .set_detail_images {
    position: sticky;
    top: 20px;
}
.opened-set .set_items.customScroll {
    padding-bottom: 0 !important;
    overflow: visible !important;
}
@media (max-width: 1350px) {
    .set_detail_images {
        width: 250px;
        height: 400px;
        margin-right: 30px;
    }
    .set_detail_images .swiper-button-prev {
        left: 5px;
    }
    .set_detail_images .swiper-button-next {
        right: 5px;
    }
    .set_item .product_item_title a {
        max-width: 200px;
    }
    .opened-set_content {
        padding-left: 20px;
    }
    .opened-set .set_detail_images {
        width: 340px;
        height: 480px;
    }
}
@media (max-width: 992px) {
    .set_detail_content {
        display: block;
    }
    .set_detail_images {
        width: 350px;
        height: 500px;
        margin: 0 auto 30px;
    }
    .opened-set .set_detail_images.slider {
        margin: 0 auto 60px;
    }
    .opened-set .set_detail_images {
        position: relative;
    }
    .opened-set_content {
        padding-right: 20px;
    }
    .opened-set .set-item-container {
        padding-right: 0;
    }
}
@media (max-width: 768px) {
    .set_items {
        max-height: unset;
        padding-right: 0;
    }
    .set_item .product_item_title a {
        max-width: 160px;
    }
    .set_item_img {
        margin: 0 15px;
    }
}
@media (max-width: 576px) {
    .set_detail_images {
        width: 250px;
        height: 400px;
    }
    .set_item {
        padding: 20px 0;
        flex-wrap: wrap;
    }
    .set_item_name_box {
        order: 5;
        width: 100%;
        margin-top: 20px;
        padding-left: 32px;
    }
    .set_item .product_item_title a {
        max-width: 45%;
    }
    .set_total_count {
        width: 100%;
        margin-bottom: 15px;
    }
    .set_total_discount-price {
        flex-direction: row;
        align-items: flex-end;
    }
    .set_discount {
        margin-bottom: 3px;
        margin-left: 10px;
        order: 3
    }
    .set_detail_images {
        width: 250px;
        height: 400px;
    }
    .opened-set_content {
        padding-right: 10px;
        padding-left: 10px;
    }
    .opened-set .set_item .product_item_title a {
        max-width: 45%;
    }
    .set_item .product_item_not-av {
        top: 110%;
    }
    .set_item .product-item-info-container {
        margin-top: 18px;
    }
}
/* End */


/* Start:/bitrix/components/krayt/prev.filter.tools/templates/.default/style.css?17132443526094*/
.prev-tabs ul {
  display: flex;
  flex-wrap: wrap;
  padding:  25px 30px 5px;
}
.prev-tabs ul li{
    list-style: none;
    margin-bottom: 20px;
    margin-right: 20px;
    max-width: 100%;
}
.prev-tabs ul li a:hover{
  background: var(--secondary_color);
}
.prev-tabs ul li a:hover:active {
  background: #dfdfdf;
}

.prev-tabs ul li a.active{
    color: var(--theme-txt);
    background: var(--theme-color);
}

.prev-tabs ul li a{
  display: block;
  padding: 11px 19px;
  text-align: center;
  line-height: 1;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: .3s ease;
  text-transform: uppercase;
}

.prev_filter_wrapper{
  position: relative;
  margin-bottom: 120px;
}
.bx-filter-scroll {
  max-height: 278px !important;
}

.bx-filter-parameters-box-title span {

 }

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

.checkbox.bx-filter-input-checkbox:last-child, .radio.bx-filter-input-checkbox:last-child {
  margin: 0 !important;
}
.bx-filter-parameters-box-hint{
  font-weight: bold;
  font-size: 15px;
  line-height: 1;
  cursor: default !important;
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bx-filter-input-checkbox input {
  display: none;
}

.bx-filter .bx-filter-input-checkbox input[type="checkbox"]:checked + label.bx-filter-param-label .check svg path{
	stroke-dashoffset: 42px;
  opacity: 1;
}
.bx-filter .bx-filter-input-checkbox .check svg{
	position: absolute;
  top: 0px;
  left: 1px;
}
.bx-filter .bx-filter-input-checkbox .check {
  position: relative;
  float: left;
  margin-right: 10px;
	width: 17px;
  height: 17px;
  border: 1px solid var(--main-txt);
}
.bx-filter .bx-filter-input-checkbox .check svg path {
  fill: none;
  stroke-width: 2;
  stroke-dasharray: 20px;
  stroke-dashoffset: 25px;
  opacity: 0;
  transition: all 0.3s ease;
}

.bx-filter .bx-filter-param-label{
  display: flex;
  flex-direction: row;
}
.bx-filter-parameters-box-container.with_btn{
	margin-top: 65px;
}

.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 {
  width: 24px !important;
  height: 18px !important;
  margin: 0!important;
}

.bx-filter .bx-filter-param-btn-inline label.bx-filter-param-label {
  min-height: auto !important;
  height: 18px !important;
  width: 24px !important;
  margin-right: 8px !important;
  margin-top: 8px !important;
}
.bx-filter .bx-filter-param-text {
  position: static !important;
  margin: 0 !important;
  line-height: 17px !important;
}
.bx-filter .bx-filter-param-label {
  min-height: auto !important;
}

.bx-filter .bx-filter-param-btn-inline {
  padding-top: 2px;
}

#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: 9px;
  height: 9px;
  top: calc(50% - 5px);
  left:  calc(50% - 5px);
  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"]:checked + label.bx-filter-param-label .check:before {
  transform: scale(1);
  opacity: 1;
}

#prev_filter_filter .bx-filter .bx-filter-input-container input {
  border: 1px solid var(--border);
  text-align: center;
  font-size: 16px;
  color: var(--main-txt);
  font-weight: 400;
}
#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-track {
  height: 5px;
}

#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: var(--border);
}
#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: 13px;
  height: 13px;
  top: -4px;
  border: 3px solid var(--main-txt);
}

.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;
}
#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: var(--main-txt);
}
.prev-filter-title {
  margin-bottom: 10px;
}
.prev-filter-subtitle {
  display: block;
  text-align: center;
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: 400;
}
#prev_filter_filter {
  border: 1px solid var(--main-txt);
  border-top: none;
}
#prev_filter_tabs {
  border: 1px solid var(--main-txt);
}
@media (max-width: 576px) {
  .prev_filter_wrapper {
    margin-bottom: 90px;
  }
}
/* End */


/* Start:/local/templates/fashion/components/bitrix/catalog.smart.filter/prev.filter/style.css?171324464427867*/
.bx-filter {
	width: 100%;
}
.bx-filter .bx-filter-section {
	/*background: #edf6fc; /* color */
	position: relative;
	padding-top: 26px
}
.bx-filter .bx-filter-section>.row {
	padding: 0 5px;
}
.bx-filter .bx-filter-title {
	font-size: 18px;
	margin-bottom: 10px;
	color: #000;
}
/*Sections*/
#categories #section_vertical-multilevel-menu{
	border-left: none!important;
	border-right: none!important;
	border-bottom: none!important;
}
.bx-filter .bx-filter-parameters-box {
	position: relative;
}
.bx-filter-parameters-box-title {
	margin-bottom: 20px;
}
.bx-filter-parameters-box-title span {
	font-weight: 600;
	text-transform: uppercase;
}
.bx-filter .bx-filter-block {
	display: block !important;
	height: 0;
	overflow: visible;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block {
	height: auto;
}
.bx-filter .bx-filter-button-box .bx-filter-block,
.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block {
	display: block;
}
.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block i.bx-ft-sub {
	font-size: 14px;
	font-style: normal;
	display: block;
	padding-bottom: 5px;
}

.bx-filter .bx-filter-input-container input {
	display: block;
	width: 100%;
	font-size: 18px;
	height: 40px;
	margin: 0;
	padding: 0 4px;
	border: 1px solid #ccd5db;
	border-radius: 8px;
	background: #fff;
	outline: none
}
.bx-retina .bx-filter .bx-filter-input-container input {
	border-style: solid;
	border-width: 1px;
}

.bx-ios .bx-filter .bx-filter-input-container input {
	/* Fix of input shadow for IOS browsers. */

	background-image: -webkit-linear-gradient(#ffffff 0%, #ffffff 100%);
	background-image: linear-gradient(#ffffff 0%, #ffffff 100%);
}
.bx-filter .bx-filter-button-box {
	clear: both;
}
/*
*Track
*
*/

.open_level .filter_minus svg line{
	stroke: var(--main_color_active)!important;
}

#categories .section__list-item.sub-item-parent{
	margin-bottom: 10px;
}
#categories .sub-item{
	margin-bottom: 10px;
}
#categories .section__list-item.sub-item-parent a{
	font-weight: normal!important;
}
#categories .sub-item a{
	font-weight: normal!important;
}
.bx-filter .bx-ui-slider-track-container {
	padding-top: 35px;
	padding-bottom: 25px;
}
.bx-filter .bx-ui-slider-track {
	position: relative;
	height: 7px;
	/*background: #d8e9f0;/* COLOR */
}
.bx-filter .bx-ui-slider-part {
	position: absolute;
	top: -6px;
	width: 1px;
	height: 17px;
	background: #a2bfc7;
}
.bx-filter .bx-ui-slider-part.p1 {
	left: -1px;
}
.bx-filter .bx-ui-slider-part.p2 {
	left: 25%;
}
.bx-filter .bx-ui-slider-part.p3 {
	left: 50%;
}
.bx-filter .bx-ui-slider-part.p4 {
	left: 75%;
}
.bx-filter .bx-ui-slider-part.p5 {
	right: -1px;
}
.bx-filter .bx-ui-slider-part span {
	font-size: 11px;
	/*font-weight: bold;*/

	position: absolute;
	top: -16px;
	left: 50%;
	display: block;
	width: 100px;
	margin-left: -50px;
	text-align: center;
	color: #000;
}
.bx-filter .bx-ui-slider-part.p2 span,
.bx-filter .bx-ui-slider-part.p3 span,
.bx-filter .bx-ui-slider-part.p4 span {
	color: #6b8086;
}
.bx-filter .bx-ui-slider-range,
.bx-filter .bx-ui-slider-pricebar,
.bx-filter .bx-ui-slider-pricebar-vd,
.bx-filter .bx-ui-slider-pricebar-vn,
.bx-filter .bx-ui-slider-pricebar-v {
	position: absolute;
	top: 0;
	bottom: 0;
}
.bx-filter .bx-ui-slider-range {
	z-index: 50;
}
.bx-filter .bx-ui-slider-pricebar {
	z-index: 100;
}
.bx-filter .bx-ui-slider-pricebar-vd {
	z-index: 60;
	/*background: #849da4;/* COLOR */
}
.bx-filter .bx-ui-slider-pricebar-vn {
	z-index: 70;
	/*background: #a8dff3;/* COLOR */
}
.bx-filter .bx-ui-slider-pricebar-v {
	z-index: 80;
	/*background: #499fd8;/* COLOR */
}
.bx-filter .bx-ui-slider-handle {
	position: absolute;
	top: 100%;
	width: 22px;
	height: 22px;
	border-bottom: none;
}
.bx-filter .bx-ui-slider-handle:hover {
	-webkit-cursor: grab;
	-ms-cursor: grab;
	-o-cursor: grab;
	cursor: grab;
}
.bx-filter .bx-ui-slider-handle:active {
	-webkit-cursor: grabbing;
	-ms-cursor: grabbing;
	-o-cursor: grabbing;
	cursor: grabbing;
}
.bx-filter .bx-ui-slider-handle.left {
	left: 0;
	margin-left: -21px;
	/* COLOR */
	/*background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAArUlEQVQ4y6WSQQ6FMAhEXbjyXwzOpBdx5bXKbYRWLFSJ2m8ysVHfzGA7DH9cuKVfNwwM40ZzZzJlmE3WTjjNfF9Fn2EwMH5pUGYWOJ3w6wZ4wDKz6rUBumQPPxrUmT0IxuxpqxYLQ7MOG5TaHtbk1iza5+VauW5dfdcYSDKcMLkP7wxdA5sMQWV/BkwDTY7mtAfHjpJ/Ihj4DoIgXZ9J+siaimi6rimLgSw87qod+1BRTwMJRYoAAAAASUVORK5CIIA=) no-repeat right top;*/
}
.bx-filter .bx-ui-slider-handle.right {
	right: 0;
	margin-right: -21px;
	/* COLOR */
	/*background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAAq0lEQVQ4y6WSQRKDIAxFXXSlF0vOZC+SlddKblMUUhKCraIzX9Ahj58PE268TE8e3GSFJ5BUTDskaRl1QFk8BsHs4BCMQMruVEe+l4kWglFu5yLEZKDFXyeXIFoEpg3z738mJTzXhncj75+QtqjnJENO2sG4I1VXDtR3ogv7O1dHxV10gi75EGILiE78RRKy33AOq07i+Us4kRamkOPGptesQjeXIjZjO+fXB+hjUU/S3Z+WAAAAAElFTkSuQmCC) no-repeat left top;*/
}

/*
*	Select
*
*/

.bx-filter .bx-filter-select-container {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 35px;
	border-radius: 10px;
	border: 1px solid #EDEDED;
}
.bx-retina .bx-filter .bx-filter-select-container {
	border-style: solid;
	border-width: 1px;
}

.bx-filter .bx-filter-select-block {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 33px;
	margin: 0;
	border: none;
	border-radius: 10px;
	background: #fff;
}
.bx-filter .bx-filter-select-text {
	font-size: 15px;
	line-height: 33px;
	overflow: hidden;
	max-width: 100%;
	height: 33px;
	cursor: pointer;
	vertical-align: middle;
	white-space: nowrap;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	padding: 0 33px 0 10px;
	position: relative;
}
.bx-filter .bx-filter-select-text.fix {
	min-width: 120px;
	position: relative;
}
.bx-filter .bx-filter-select-text label {
	cursor: pointer;
}
.bx-filter .bx-filter-select-arrow {
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	height: 33px;
	cursor: pointer;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAYAAABCxiV9AAAAG0lEQVQY02OYOXPmf1yYAQRwSsAATglkBch8ADy7LKHqFrgoAAAAAElFTkSuQmCC') no-repeat center;
}
/*
*	Select popup
*
*/

.bx-filter-select-popup {
	background: #fff;
	padding: 0;
	width: 288px;
}
.bx-filter-select-popup ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.bx-filter-select-popup ul li {
	display: block;
	text-align: left;
	vertical-align: middle;
}
.bx-filter-select-popup ul li:first-child {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.bx-filter-select-popup ul li label {
	font-size: 14px;
	line-height: 26px;
	display: block;
	text-align: left !important;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 26px;
	padding: 0 5px;
	cursor: pointer;
	vertical-align: middle;
	white-space: nowrap;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	color: #575757;
}
.bx-filter-select-popup ul li label.selected,
.bx-filter-select-popup ul li label:hover {
	color: #000;
	background: rgba(221, 221, 221, .3);
}
.bx-filter-select-popup ul li label.disabled {
	color: #b8b8b8;
	background: transparent;
}
.bx-filter-select-popup ul li .bx-filter-param-text {
	line-height: 1 !important;
	position: relative;
	top: 2px;
}
/*
* TAGS
*
*/

.bx-filter .bx-filter-tag {
	padding: 18px;
}
.bx-filter .bx-tag-link {
	font-size: 12px;
	text-decoration: none;
	text-shadow: none;
}
.bx-filter .bx-tag-link.bx-active,
.bx-filter .bx-tag-link:hover {
	color: #1d3d46;
}
/*
*	LABEL
*
*/
.bx-filter .bx-filter-param-label {
	min-height: 20px;
	font-weight: normal;
	cursor: pointer;
	transition: .3s ease;
}

.bx-filter .bx-filter-param-btn-inline .bx-filter-param-label {
	float: left;
	display: block;
	margin-right: 5px;
}
.bx-filter .bx-filter-param-btn-block .bx-filter-param-label {
	display: block;
}

.bx-filter .bx-filter-param-label.dib {
	display: inline-block;
}
.bx-filter .bx-filter-param-text {
	max-width: 200px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


.bx-filter .bx-filter-input-checkbox input[type=radio],
.bx-filter .bx-filter-input-checkbox input[type=checkbox] {}
.bx-filter .bx-filter-input-checkbox .bx-filter-param-text {
	display: block;
	text-align: left;
}

.bx-filter .bx-filter-param-btn {
	font-weight: normal;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 26px;
	padding: 0px;
	margin: 1px;
	text-align: center;
	text-decoration: none;
	color: #000;
	vertical-align: middle;
	background: #fff;
	position: relative;
	border: 1px solid transparent;
	cursor: pointer;
	transition: .3s ease;
}
.bx-filter .bx-filter-param-btn:hover{
	border-color: var(--main_color);
}
.bx-filter-param-label.bx-active .bx-filter-param-btn{
	border: 1px solid var(--main_color);
}
.bx-filter-param-label.disabled .bx-filter-param-btn{
	border: 1px solid transparent !important;
}

.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl {
	background: transparent;
	box-shadow: none
}
.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl {
	position: relative;
}
.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl:before {
	position: absolute;
	bottom: 0;
	right: 0;
	top: 0;
	left: 0;
	content: ' ';
	display: block;
	z-index: 100;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAA/UlEQVQ4y5WSQQ6CQAxFOSBuwAtoAitc4R6MkKgYJULUi8Ax4DgKm9o/45BxBBNJmkB/33T6qUVEHkfDUXHY1sQD7V2DWg+JJox3lOZ3enYdf5IzAjnQkvxGa64Fg2S9PV3JXa4ozoovWEGbY0nOIqDkfIVeQ5hBAOQsAy5guO8FbEJxVqqDZ+rUuQ6rziJ3VLkBcs05BBxlF1nIADrJESYgE0YhAER0KH5DphEKFDNPuG1AhTAi4jnRWV17FNYhcT3NHLzLzuUnjI0YHP203EWY8ENqNsAq5Y3Qf4NuhIT7wTBsDxgIbRjvCfCUe6ozoFCuXIukj5c/lhy1/gvSDM3b8PrjegAAAABJRU5ErkJggg==") no-repeat center;
	opacity: .7;
}
.bx-filter .bx-filter-param-btn .bx-filter-param-text {
	line-height: 26px;
}
/*
* BTN P/M
*
*/

.bx-filter .bx-filter-param-btn.bx-spm {
	width: 23px;
	min-width: 23px;
	height: 23px;
	line-height: 23px;
	font-weight: normal;
	padding: 0;
	font-size: 17px;
	color: #767b7e;
	vertical-align: top;
	border-radius: 50%;
	background-color: transparent;
}
.bx-filter .bx-filter-param-btn.bx-spm.bx-plus {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMCAYAAAC0qUeeAAAANUlEQVQoz2NgwAQsQMzJQCSwAeKGQa7YFKoAhmOgim3QsAxIcSFUkhC2GaqhgQ4UgNgFmwQAij8OUFmBFssAAAAASUVORK5CIIA=") no-repeat center;
}
.bx-filter .bx-filter-param-btn.bx-spm.bx-minus {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAACCAYAAABhYU3QAAAAG0lEQVQYV2NgYGDgBuI4AlgGiBn4gLicAFYGAAFkBwE95V42AAAAAElFTkSuQmCC") no-repeat center;
}
.bx-filter .bx-filter-param-btn.bx-spm:active {
	outline: none !important;
	box-shadow: inset 0 2px 3px rgba(0, 0, 0, .12);
}
.bx-filter span.bx-spm {
	font-size: 18px;
	/*font-weight:bold;*/

	line-height: 23px;
	display: inline-block;
	height: 23px;
	margin: 0 10px;
	vertical-align: middle;
	color: #000;
}
/*
*	icon
*
*/

.bx-filter-select-popup .bx-filter-select-text-icon,
.bx-filter .bx-filter-select-text-icon {
	line-height: 33px;
	position: relative;
	display: inline-block;
	width: 23px;
	height: 23px;
	margin-top: -4px;
	margin-right: 2px;
	vertical-align: middle;
}
.bx-filter-select-popup .bx-filter-btn-color-icon,
.bx-filter .bx-filter-btn-color-icon {
	line-height: 24px;
	display: inline-block;
	width: 20px;
	height: 14px;
	vertical-align: middle;
	-webkit-background-size: cover;
	background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.bx-filter-select-popup .bx-filter-btn-color-icon {
	width: 20px;
	min-width: 20px;
	height: 13px;
	min-height: 13px;
	margin: 2px 0;
	top: 0 !important;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 10px;
}
.bx-filter .bx-filter-select-block .bx-filter-btn-color-icon {
	top: -1px !important;
}
.bx-filter-btn-color-icon.all {
	position: relative;
	border: none;
	box-shadow: none
}
.bx-filter-btn-color-icon.all:after,
.bx-filter-btn-color-icon.all:before {
	position: absolute;
	width: 60%;
	height: 60%;
	background: #fff;
	content: " ";
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2);
}
.bx-filter-btn-color-icon.all:after {
	right: 0;
	bottom: 0;
}
.bx-filter-btn-color-icon.all:before {
	top: 0;
	left: 0;
}
.bx-filter .bx-filter-param-label.disabled .bx-filter-btn-color-icon {
	opacity: .2;
}
/*
* 	BIZ
*
*/.bx-filter .bx-filter-parameter-biz {
	  font-size: 14px;
	  line-height: 15px;
	  display: inline-block;
	  margin-right: 10px;
	  text-decoration: none;
	  color: #1485ce;
	  border-bottom: 1px dashed;
  }
.bx-filter .bx-filter-parameter-biz:hover {
	text-decoration: none;
	border-bottom: 1px solid;
}
.bx-filter .bx-filter-parameter-biz.bx-active {
	position: relative;
	/*padding-left:20px;*/

	color: #000;
	border-color: transparent;
}
/*
*	BTN result and reset
*
*/

.btn-themes {
	/*background-color: #1485CE;/* COLOR */
	/*border-color: #1485CE;/* COLOR */
	color: #FFF
}
.btn-themes.bx-active,
.btn-themes.focus,
.btn-themes:active,
.btn-themes:focus,
.btn-themes:hover{
	/*background-color: #53A4D8;/* COLOR */
	/*border-color: #53A4D8;/* COLOR */
	color: #FFF
}
/*
* 	Result Popup
*
*/

.bx-filter .bx-filter-popup-result {
	font-size: 13px;
	font-weight: normal;
	position: absolute;
	z-index: 915;
	display: none;
	line-height: normal;
	/* margin-top: -7px; */
	/* margin-left: 10px; */
	padding: 10px;
	white-space: nowrap;
	color: #3f3f3f;
	/* height: 50px; */
	border-style: solid;
	box-shadow: 0 2px 4px 0 rgba(200, 200, 200, 0.5);
	border: solid 1px #ebebeb;
	background-color: #fff;
}
.bx-filter .bx-filter-popup-result.left {
	border-width: 2px 10px 2px 2px;
}
.bx-filter .bx-filter-popup-result.right {
	/* border-width: 2px 2px 2px 10px; */
	/* border-color: darkblue; */
}

.bx-filter .bx-filter-popup-result.right {
	left: 99%;
}
.bx-filter .bx-filter-popup-result.left {
	right:99%;
}
.bx-filter-horizontal .bx-filter-popup-result{
	display: inline-block;
	position: relative;
	left: auto;
	right: auto;
	bottom: -7px;
}
.bx-filter .bx-filter-popup-result a {
	margin-left: 10px;
	display: block;
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.bx-filter .bx-filter-popup-result a:hover {
	text-decoration: none;
}
.bx-filter .bx-filter-popup-result-close {
	display: none;
}
.bx-filter .bx-filter-popup-result .arrow {
	width: 12px;
	height: 12px;
	border: 1px solid #ddd;
	border-right: 0;
	border-top: 0;
	position: absolute;
	transform: rotate(45deg);
	left: -7px;
	top: 0;
	bottom: 0;
	background-color: #fff;
	margin: auto;
}

.bx-filter .bx-filter-popup-result #modef_num {
	font-weight: 900;
	font-size: 14px;
}
@media (max-width: 767px) {
	.bx-touch .bx-filter .bx-filter-popup-result {
		font-size: 12px;
		line-height: 14px;
		position: fixed !important;
		z-index: 1001;
		top: auto !important;
		right: 0 !important;
		bottom: 0 !important;
		left: 0 !important;
		margin-top: 0;
		margin-left: 0;
		width: auto;
		height: auto;
		padding: 10px;
		border-radius: 2px;
		border: 1px solid #c6dae7;
		background: rgba(255,255,255,.9);
	}
	.bx-touch .bx-filter .bx-filter-popup-result br{display: none;}
	.bx-filter .bx-filter-popup-result .arrow {
		display: none;
	}
}

.catalog__section-list.section_catalog_left #categories .title{
	display: block!important;
}
.catalog__section-filter .title{
	display: none!important;
}
#catalog__filter .title {
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	padding: 10px 20px;
	background-color: transparent;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: var(--main_font_color);
	/*border-bottom: 1px solid #ddd;*/
}
#catalog__filter .title svg{
	margin-right: 10px;
	position: relative;
	top: -1px;
	display: none;
}
#catalog__filter .title span {
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
	color: var(--main_font_color);
}
#catalog__filter .title .bx-nav-title {
	width: calc(100% - 40px);
}
#catalog__filter .title .bx-nav-icon {
	width: 30px;
	height: 30px;
	margin-right: 5px;
}
#catalog__filter .title img {
	width: auto;
	height: auto;
	max-height: 30px;
	max-width: 30px;
}

/*.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block {*/
/*	border-bottom: solid 1px #d4d4d4;*/
/*}*/


/* Старые чекбоксы */

#catalog__filter .bx-filter-input-checkbox {
	margin: 0;
}

#catalog__filter .bx-filter-input-checkbox input {
	display: none;
}

#catalog__filter label.bx-filter-param-label {
	display: flex;
	position: relative;
	min-height: 15px;
	padding-left: 0;
	padding-right: 30px;
	margin-bottom: 2px;
	padding-bottom: 3px;
}

#catalog__filter .bx-filter-input-checkbox:last-child label.bx-filter-param-label {
	margin-bottom: 0;
}

#catalog__filter label.bx-filter-param-label:before,
#catalog__filter label.bx-filter-param-label:after {
	content: "";
	line-height: 1;
	width: 15px;
	height: 15px;
	display: block;
	position: absolute;
	font-family: FontAwesome;
	top: 5px;
	left: 0;
	display: none;
}
#catalog__filter .bx-filter .bx-filter-input-checkbox input[type="radio"] + label.bx-filter-param-label .check{
	border-radius: 50%;
}
#catalog__filter .bx-filter .bx-filter-input-checkbox label.bx-filter-param-label:before {
	border: 1px solid #ddd;
}
#catalog__filter .bx-filter .bx-filter-input-checkbox input[type="radio"]:checked + label.bx-filter-param-label:after {
	content: "\f00c";
	left: 2px;
}
#catalog__filter .bx-filter .bx-filter-input-checkbox input[type="radio"] + label.bx-filter-param-label .check:before {
	display: block;
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	background-image: url(/local/templates/fashion/components/bitrix/catalog.smart.filter/prev.filter/images/check-symbol.svg);
	-webkit-background-size: cover;
	background-size: cover;
	opacity: 0;
}
#catalog__filter .bx-filter .bx-filter-input-checkbox input[type="radio"] + label.bx-filter-param-label .check:before {
	content: '\f111';
	font-family: FontAwesome;
	font-size: 0px;
	background: none;
	width: 10px;
	height: 10px;
}
#catalog__filter .bx-filter .bx-filter-input-checkbox input[type="radio"]:checked + label.bx-filter-param-label .check:before {
	opacity: 1;
	background-color: var(--add_color);
	border-radius: 50%;
}
#catalog__filter .bx-filter .bx-filter-input-checkbox input[type="radio"]:checked + label.bx-filter-param-label .check{
	border: solid 2px var(--add_color);
}
#catalog__filter .bx-filter .bx-filter-input-checkbox .disabled .check {
	border-color: #E9E9E9;
}
#catalog__filter .bx-filter .bx-filter-input-checkbox .disabled .bx-filter-param-text {
	color: #E9E9E9;
}
#catalog__filter .bx-filter .bx-filter-input-checkbox .bx-filter-param-text {
	display: inline;
	vertical-align: middle;
	font-size: 14px;
	font-weight: 100;
	line-height: 1;
}
#catalog__filter .bx-filter .bx-filter-input-checkbox .count_items {
	display: block;
	position: absolute;
	font-size: 12px;
	right: 13px;
	top: 4px;
	color: #E9E9E9;
}

/* Конец старые чекбоксы */


/* Новые чекбоксы */

#catalog__filter .bx-filter .bx-filter-input-checkbox input[type="checkbox"]:checked + label.bx-filter-param-label .check{
	border-color: var(--add_color);
}
#catalog__filter .bx-filter .bx-filter-input-checkbox input[type="checkbox"]:checked + label.bx-filter-param-label .check svg path{
	fill: transparent;
}
#catalog__filter .bx-filter .bx-filter-input-checkbox input[type="checkbox"]:checked + label.bx-filter-param-label .check svg polyline{
	stroke-dashoffset: 0;
}
#catalog__filter .bx-filter .bx-filter-input-checkbox .check svg{
	position: absolute;
  top: -2px;
  left: -2px;
}
#catalog__filter .bx-filter .bx-filter-input-checkbox .check {
  position: relative;
  top: 2px;
  float: left;
  margin-right: 8px;
  width: 20px;
  height: 20px;
  border: 2px solid var(--main_color);
	background-color: #fff;
}
#catalog__filter .bx-filter .bx-filter-input-checkbox .check svg path {
  fill: none;
  stroke: var(--add_color);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 71px;
  stroke-dashoffset: 71px;
  transition: all 0.6s ease;
}
#catalog__filter .bx-filter .bx-filter-input-checkbox .check svg polyline {
  fill: none;
  stroke: var(--main_color);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 18px;
  stroke-dashoffset: 18px;
  transition: all 0.3s ease;
}

/* Конец нвоые чекбоксы */

#catalog__filter .bx-filter .bx-filter-param-btn-inline .bx-filter-param-label {
	padding: 0;
}

#catalog__filter .bx-filter .bx-filter-param-btn.bx-color-sl {
	border-color: transparent;
	padding: 3px;
	width: 35px;
	height: 26px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: transparent;
}

#catalog__filter .bx-filter .bx-filter-param-label.bx-active .bx-filter-param-btn,
#catalog__filter .bx-filter .bx-filter-param-btn:hover,
#catalog__filter .bx-filter .bx-filter-param-btn:active,
#catalog__filter .bx-filter .bx-filter-param-btn:focus {
	border: 1px solid var(--main_color) !important;
}

#catalog__filter .bx-filter .bx-filter-param-label.disabled {
	pointer-events: none;
	/*bdbdbd*/
}

#catalog__filter .del_filter {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 0;
	border: 0;
	font-size: 14px;
	background: transparent;
	border: none;
	position: relative;
}

#catalog__filter .del_filter {
	color: var(--main_font_color);
	font-weight: 300;
 	text-decoration: underline;
}

#catalog__filter .del_filter:hover,
#catalog__filter .del_filter:active {
	text-decoration: none;
}

#catalog__filter .bx-filter .bx-filter-button-box {
	margin-top: 25px;
}

#catalog__filter .bx-filter .bx-filter-parameters-box-title .fa,
#catalog__filter ul#vertical-multilevel-menu li.parent .fa {
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	text-align: center;
	right: 0;
	font-size: 22px;
	line-height: 20px;
	color: #bdbdbd;
	cursor: pointer;
}

#catalog__filter .bx-filter .bx-filter-parameters-box-title .fa {
	top: 0;
}

#catalog__filter ul#vertical-multilevel-menu li.parent .fa {
	top: 10px;
}

#catalog__filter ul#vertical-multilevel-menu li.item-selected .fa {
	transform: rotate(180deg);
}

#catalog__filter .bx-filter .bx-filter-title {
	display: none;
}

#catalog__filter .bx-filter.bx-blue .bx-filter-section {
	background: none;
	padding: 0;
}

.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block i.bx-ft-sub {
	display: none;
}

#catalog__filter .bx-filter .bx-filter-parameters-box-title {
	padding: 17px 0;
	/*border-bottom: solid 1px #d4d4d4;*/
	font-size: 13px;
}

#catalog__filter .bx-filter .bx-filter-parameters-box-title span {
	display: block;
	width: 100%;
	position: relative;
	color: var(--main_font_color);
	border: none !important;
	transition: .2s ease-out;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
}


#catalog__filter .bx-filter .bx-filter-input-container input {
	border: 1px solid #EDEDED;
	text-align: center;
	font-size: 13px;
}

#catalog__filter .bx-filter .bx-ui-slider-track-container {
	margin: 0;
	width: 100%;
	padding: 35px 30px 25px;
	z-index: 1;
}

#catalog__filter .bx-filter .bx-ui-slider-track {
	height: 6px;
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.15);
	border-radius: 4px;
}

#catalog__filter .price-separator {
	/*float: left;*/
	/*width: 14%;*/
	margin: 0 -1px;
	height: 40px;
	position: relative;
}

#catalog__filter .bx-filter.bx-blue .bx-ui-slider-pricebar-vn {
	background: #E7E7E7;
	border-radius: 4px;
}
#catalog__filter .bx-filter.bx-blue .bx-ui-slider-pricebar-v {
	background: var(--add_color);
	border-radius: 4px;
}

#catalog__filter .bx-filter .bx-ui-slider-part {
	top: -3px;
	width: 0;
	height: 9px;
	background: var(--main_color);
	display: none;
}

#catalog__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;
}

#catalog__filter .bx-filter .bx-ui-slider-handle {
	background: #fff !important;
	border-radius: 50%;
	width: 18px;
	height: 18px;
	top: -6px;
	border: 4px solid var(--main_color);
}

.bx-filter .bx-ui-slider-part.p2 {
	left: auto;
	right: -1px;
}

.bx-filter .filter-price-block.bx-active .bx-filter-block {
	overflow: visible;
}

#catalog__filter .bx-filter .filter-price-block .bx-filter-parameters-box-title {
	border-bottom: 0;
}

	.bx-filter .filter-price-block .bx-filter-parameters-box-title span {
	cursor: default;
}

.bx-filter .filter-price-block .bx-filter-parameters-box-container {
	padding: 0 0 10px;
}

#catalog__filter .bx-filter .bx-ui-slider-range {
	z-index: 500;
}

#catalog__filter .bx-filter .bx-ui-slider-handle.right {
	margin-right: -10px;
}

#catalog__filter .bx-filter .bx-ui-slider-handle.left {
	margin-left: -10px;
}

#catalog__filter .price-separator:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-size: 15px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(/local/templates/fashion/components/bitrix/catalog.smart.filter/prev.filter/images/minus.svg);
}
.bx-filter .bx-filter-section {
	padding-top: 0;
}
.btn-filter-send{
	background-color: transparent;
	border: 1px solid transparent;
	color: #fff;
}
.bx-filter-scroll {
	max-height: 165px;
	overflow: hidden;
	width: 100%;
}

.sidebar_banner a{
	display: flex;
	width: 100%;
	height: 100%;
	object-fit: cover;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	overflow: hidden;
}
.sidebar_banner a:hover img{
	transform: scale(1.05);
}
.sidebar_banner img{
	width: 100%;
	border-radius: 8px;
	transition: .3s;
}

/* Новые стили (Kids) */
.section__filter-wrapper{
	background-color: transparent;
	padding: 26px 30px 30px;
}
.section_catalog_left #section_vertical-multilevel-menu{
	background-color: transparent;
}

.bx-filter-param-label.disabled{
	opacity: .3;
	pointer-events: none;
}


.wrapper-buttons-filter {
	display: flex;
}
.wrapper-buttons-filter button {
	margin-right: 10px;
}
.bx-filter-blocks {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 80px;
}

@media (max-width: 1350px) {
	.bx-filter-blocks {
		grid-template-columns: repeat(3, 1fr);
	}
}
/* End */


/* Start:/bitrix/components/krayt/section.news.list/templates/advantage/style.css?17132443531166*/
.advantages-wrap {
  background: var(--secondary_color);
}
.advantages {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 60px;
  padding: 70px 0;
}
.advantage {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.advantage_img {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
.advantage_content div {
  text-align: center;
}
.advantage_title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px;
}
.advantage_text {
  font-weight: 400;
  line-height: 1.4;
  height: 36px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 992px) {
  .advantages {
    grid-gap: 40px;
  }
}
@media (max-width: 768px) {
  .advantages {
    grid-template-columns: 1fr 1fr;
  }
  .advantage:nth-child(3) {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
@media (max-width: 576px) {
  .advantages {
    grid-template-columns: 1fr;
  }
  .advantage:nth-child(3) {
    grid-column-start: unset;
    grid-column-end: unset;
  }
}
/* End */
/* /bitrix/components/krayt/section.news.list/templates/slider/style.css?17290523434069 */
/* /bitrix/components/krayt/smart_tabs/templates/.default/style.css?17132443541488 */
/* /local/templates/fashion/components/bitrix/catalog.section/catalog-slider/style.css?1713244644189 */
/* /bitrix/components/krayt/section.news.list/templates/sets/style.css?17132443532626 */
/* /bitrix/components/krayt/sets.fashion/templates/.default/style.css?17132443539758 */
/* /bitrix/components/krayt/prev.filter.tools/templates/.default/style.css?17132443526094 */
/* /local/templates/fashion/components/bitrix/catalog.smart.filter/prev.filter/style.css?171324464427867 */
/* /bitrix/components/krayt/section.news.list/templates/advantage/style.css?17132443531166 */
