/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/
/* Examples (uncomment to use):*/
/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */
/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }
/* Hide compare button */
/* a.compare_item { display: none !important;  }*/
.body-info .w-60 {width:60%;}
.review-picture.w-40 {width:40%;padding:0 20px;}
.item-views.reviews .body-info {display: flex;}
.fancybox-iframe, .fancybox-video {
    margin: auto;
}
.reviews.item-views .item img {
    max-width: 100%;
    width: auto;
    max-height: 100%;
    zoom: 1;
}
.table-responsive {
display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.pane_info_wrapper {
    position: relative;
    padding: 14px 20px 20px;
}
.pane_info_wrapper .pane_info .image {
    position: relative;
    float: left;
    width: 112px;
    overflow: hidden;
    z-index: 3;
    border-radius: 4px;
    margin-top: 6px;
}
.pane_info_wrapper .pane_info .image span {
    display: block;
    padding-top: 70%;
}
.pane_info_wrapper .pane_info .body-info:not(.wti) {
    padding-left: 132px;
}
body .contacts-page-map-top .ymaps-b-balloon {
    padding: 0;
    width: 366px !important;
    margin: 4px 0 0 -1px;
}
.service-catalog-right-block {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 25px;
    flex-wrap: wrap; /* Добавляем перенос элементов */
  }
  
  .service-catalog-sections {
    display: flex; /* Включаем flex-контейнер */
    flex-wrap: wrap; /* Разрешаем перенос ссылок */
    justify-content: flex-end; /* Выравниваем по правому краю */
    margin-bottom: 40px;
    gap: 8px; /* Добавляем отступы между ссылками */
  }
  
  .service-catalog-sections a {
    white-space: nowrap; /* Запрещаем перенос текста внутри ссылок */
  }
  
  /* Дополнительно: стили для улучшения внешнего вида */
  .service-catalog-sections .label {
    padding: 6px 12px;
    border-radius: 4px;
    color: white; /* Цвет текста */
    font-size: 14px;
  }
  
  .service-catalog-sections .label:hover {
    opacity: 0.9;
  }
@media screen and (max-width:600px){
    .service-catalog-block {
        flex-direction: column;
    }
    .service-catalog-right-block {
        width: 100%;
    }
}
.text-before-price {
    font-weight: 600;
    color: #f31717;
}
.item-views-custom .item.noborder {
    display: flex;
}
.item-views-custom .image {
    width: 120px;
    height: 120px;
    padding: 10px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
}
.item-views-custom .body-info {
    width:calc(100% - 120px);
}
/* видео */
.section-video-link {
	margin:auto;
    display: block;
    width: 75%;
    max-width: 100%;
    height: 35vh;
    position: relative;
    background-size: cover;
}
.hover-dark {
    transition: ease 0.6s;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
}
.section-video-link:hover .hover-dark {
    transition: ease 0.6s;
    background: #00000087;
}
.section-video-link .btn.btn-default {
    position: absolute;
    left: 37%;
    top: 45%;
    width: 160px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.1rem;
}
@media (max-width:550px) {
    .section-video-link .btn.btn-default {
        left: 27%;
    }
}
/* блок направлений работы в услугах */
.service-block {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}
.service-block-small {
    width: 25%;
    height: 250px;
    padding: 0px 0px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    position: relative;
    border: 1px solid #fff;
    overflow: hidden;
}
@media (max-width:991px) {
    .service-block-small{
        width: 50%;
    }
    .wrapper_inner_half.shop-detail1 .item .left_block_store {
        max-width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }
}
@media (max-width:450px) {
    .service-block-small{
        width: 100%;
    }
}
/* старые блоки с картинками в описании*/
.caption {
    height: 30%;
    width: 100%;
    line-height: 15px;
    padding: 10px;
    position: absolute;
    z-index: 1;
    background: #081834c4;
    bottom: 0;
}
.service-block-small a {
    width: 100%;
    height: 100%;
    position: relative;
    color: #fff;
}
.service-block-small a img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    transition: ease 0.5s;
}
.service-block-small:hover a img {
    transform: scale(1.1);
    transition: ease 0.5s;
}
/* слайдер подразделов в каталоге */
.item-views.brands .item {
    line-height: 18px;
    height: 250px;
}
.item-views.brands.owl-carousel .item, .item-views.brands .item > div {background: none;}
.item-views.brands .item a {text-decoration: none;display: flex;flex-direction: column;position: absolute;}
.item-views.brands .item img {
	height: auto;
	opacity: 1;
	filter: unset;
    max-height: 250px;
}
.more_phone .dark-color i {padding-right:15px;}
.more_phone .dark-color i svg {width:20px;height:20px;}
/* top catalog sert+banner */
.catalog-top-section {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
}
.catalog-top-section #top_sert {
    width:20%
}
.catalog-top-section #top_sert img {
    width: 100%;
    max-height: 120px;
}
.catalog-top-section .top-section-banner {
    width: calc( 80% - 10px );
    margin-bottom: 0;
}
.custom.main-slider, .custom.main-slider .main-slider__item {max-height:211px;}
@media (max-width: 767px) {
    .catalog-top-section {
        flex-direction: column;
    }
    .catalog-top-section #top_sert {
        width:100%;
        margin-bottom: 20px;
    }
    .catalog-top-section .top-section-banner {
        width: 100%;
    }
    .catalog-top-section #top_sert img, .custom.main-slider, .custom.main-slider .main-slider__item {max-height:unset;}
    footer.mobile .bottom-menu:not(.second) .items, footer.mobile .footer-inner:not(.shorten) .bottom-menu.second .items .item {
        margin-left: 0px;
        margin-right: 0px;
    }
}
/*podbor index*/
.grid-list--items-2 {
    display: grid;
    grid-gap: 32px;
    grid-template-columns: repeat(auto-fill, minmax(550px, 1fr));
}
.section-content-wrapper .podbor-blocks {
    margin-bottom: 20px;
}
.podbor-block {
    display: flex;
    flex-direction: row-reverse;
    align-items: stretch;
    height: 100%;
}
.podbor-img {
    width: 40%;
    background-color: #0b2c61c4;
    text-align: center;
}
.podbor-img img {
    max-width: 100%;
    height: auto;
    max-height: 260px;
    transition: 1s;
}
.grid-list__item:hover .podbor-text-block, .podbor-blocks .grid-list__item:hover .podbor-text-block {
    background-color: #0a1c38d5;
}
.podbor-block:hover img {
    scale: 1.07;
}
.podbor-text-block {
    display: flex;
    flex-direction: column;
    width: 60%;
    justify-content: space-between;
    background-color: #0b2c61c4;
    padding: 25px;
    color: #fff;
    transition: 1s;
}
.podbor-text-block h4 {
    color: #fff;
}
.podbor-button-block {
    display: flex;
    justify-content: space-evenly;
}
.podbor-block span.btn {
    min-width: 200px;
    max-width: 270px;
    margin-top: 25px;
}
@media screen and (max-width: 600px) {
    .grid-list--items-2 {
        grid-template-columns: auto;
    }
    .podbor-block {
        display: flex;
        flex-direction: column;
    }
    .podbor-img {
        display:none;
    }
    .podbor-text-block {
        width: 100%;
    }
    .podbor-button-block {
        flex-direction: column;
        align-items: center;
    }
    .podbor-block span.btn {
        width: 270px;
        margin-top: 25px;
    }
    .accordion-type-2 .panel-collapse .accordion-body {
        padding: 0;
        overflow-x: scroll;
    }
    .accordion-type-2 .colored_table {
        word-break: keep-all;
    }
    .filter-panel__filter .bx-filter-title {
        background-color: var(--theme-base-color);
        text-align: center;
        padding: 10px 30px;
        border-radius: 4px;
    }
    .bx-filter-title svg .cls-1 {
        fill: #fff;
    }
    .filter-panel__filter .bx-filter-title span {
        color: #fff;
    }
    .flexbox--row.custom {
    flex-direction: column;
    align-items: center;
    }
    .custom .block-item__image.block-item__image--wh90 {
        margin: auto;
    }
    .block-items.flexbox.block-items--margined .custom .block-item__info.item_info {
        padding-left: 0;
    text-align: center;
    }
    .topic h1 {font-size: 1.2em;}
    .body-info .w-60 {width:100%;}
    .review-picture.w-40 {width:100%;padding:20px 20px;}
    .body-info {flex-direction: column;}
}
@media (max-width: 389px) {
    .compact-catalog .ajax_load .item {
        width: 100%;
    }
}
@media (max-width: 510px) {
.top-content-block .section-block .section-compact-list {
    overflow: hidden;
}
    .section-compact-list .flexbox--row {
        flex-direction: column;
    }
    .section-compact-list .block-item__image {
        align-self: center;
    }
    .section-compact-list .block-items.flexbox.block-items--margined .block-item__info {
        padding-left: 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}
.contacts-tabs .top_block .item img {
    max-height: 400px;
    object-fit: cover;
    height: 400px;
    width: 100%;
}
.menu-row .mega-menu table td.wide_menu .dropdown-menu:not(.long-menu-items) .customScrollbar {
    max-height: 80vh;
}
.send-order {
    margin-left: 30px;
    line-height: 20px;
}

@media (min-width: 768px) {
    .send-order {
        display: none;
    }
}
.colored_table {
   word-break: break-word;
}
.panel-collapse .accordion-body {
    /*padding: 0;*/
}
@media (min-width: 601px) {
html:not(.mobile) .catalog_block .item_block .catalog_item:not(.big) .footer_button {
position: sticky;
margin-left: -20px;
margin-right: -20px;
}
.ajax_load.block .footer_button {
display: block;
}
.footer_button {
opacity: 1;
visibility: visible;
height: unset;
}
}

.service_slider .owl-item:hover .card_content{background-color:transparent;transition: ease 0.5s;}
.service_slider .owl-item .card_content {
    background-color: #4a7ccd4a;
    min-height: 200px;
    padding: 8px;
    transition: ease 0.5s;
}
.service_slider .owl-item .card_content span {
    color: #fff;
    background: #00000057;
    width: 100%;
}
.service_slider .card_content span {
    position: absolute;
    bottom: 0;
    padding: 12px;
    left: 0;
}
.price_group.BASE .values_wrapper, .price_group.BASE .price_measure{
	text-decoration: line-through;
	text-decoration-color: red;
    text-decoration-thickness: 3px;
}
@media (max-width: 767px) {
.select_head_wrap .head-block.top {
    max-height: 279px;
    overflow-y: scroll;
}
.product-info-headnote + .two_columns {
	padding-top: 0px;
}
.product-info-headnote.clearfix {
	position: sticky;
	right: 0;
	z-index: 3;
}
}
.item-stock .icon {background-color:#f0ad4e;}
.item-stock .value {color:#f0ad4e;}
.item-views.tizers:not(.top) .item-wrapper > .item .image {max-width: 70px;}
.item-views.tizers .item-wrapper > .item .image {max-height: 70px;}
.owl-carousel.owl-theme.owl-bg-nav .owl-nav button:not(.disabled) {
    color: #FFF;
    background: #346abf;
}
.owl-carousel.owl-theme.owl-bg-nav .owl-nav button:not(.disabled) svg .cls-1 {fill: #fff;}
.custom .block-item__info {
    padding-left: 0px;
    width: 100%;
    text-align: center;
}
.custom .block-item__image.block-item__image--wh90 {
    width: 100%;
    height: 90px;
    line-height: 88px;
}
.flexbox--row .custom{
    flex-direction: column-reverse;
    justify-content: space-between;
    height: 100%;
}
.product-info-headnote__inner {
    display: grid;
}
.label-default.discontinued {
    padding: 5px 8px;
}
.inner_wrap.TYPE_1 .label-default.discontinued {
    position: absolute;
    z-index: 3;
    bottom: 20px;
    left: 0;
}
.left_menu.custom .child_container .icons_fa.parent {
    position: relative;
}
.left_menu.custom .child_container i.svg.svg-inline-down {
    position: absolute;
    right: 0px;
    top: 4px;
    width: 15px;
    height: 14px;
    text-align: center;
    line-height: 14px;
    border-radius: 3px;
    margin: 0px;
}
.left_menu.custom .child_container svg {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 14px;
}
.left_menu.custom .child_container .name {
    padding-right: 15px;
}
.menu_top_block li .dropdown {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.item.current .child_container .child_container {
    display: none;
}
.item.current .menu_item.current .child_container {
    display: block;
}
.project_block:not(.wti) .col-md-12 .info.custom {
    max-width: 100%;
}
.project_block.item .info {
    padding: 30px 0 0px 0;
}
.project_block .task {
    font-size: 1.1em;
    line-height: 1.2em;
}
.project_block:not(.wti) .buttons-block {padding: 0;}
.project_block .docs-block .task.darken {text-align:center;}
.project_block .file_type.clearfix.pdf {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.project_block .gallery_wrap .item a {
    position: relative;
}
.project_block .file_type .description {padding:0;text-align: center;}
.project_block .docs-block .docs_wrap {border:  none;}
.review-image {
    position: relative;
    height: 100%;
    display: block;
    max-width: 320px;
    margin: auto;
}
.review-open {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}
.colored_table {
    word-break: normal;
}
.accordion-type-2 .panel-collapse .accordion-body {
    padding: 0;
}
/*.sku_props .bx_item_detail_size ul li {
    padding: 0 0px;
    width: 36px;
}*/
.product-info-headnote .col-auto {max-width: 50%;}
body .left_block_store .top_block a {
    top: 0px;
}
.wrapper_inner_half.shop-detail1 .item.map-full {
    margin-top: 70px;
    height: 550px;
}
.ordered-block__text.show-collapsed-js.opened {
    -webkit-line-clamp:unset;
    -moz-line-clamp:unset;
}
.item-views.news2 .row .item-wrapper {
    padding-bottom: 12px;
}
.col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 6px;
    padding-right: 6px;
}
.rounded, .rounded.darken-bg-animate:before, .rounded.darken-bg-animate:after {
    border-radius: 4px;
}
.header-email {
    padding: 0px 0px 12px 15px;
}
.js-info-block .stores_block_wrap .block_wrap {
    max-height: 250px;
}
.like_icons:not(.static) {
    top: -20px;
    right: -20px;
}
.section-gallery-wrapper__item .section-properties {
    opacity: 0;
}
.section-properties {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 0;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    pointer-events: none;
    text-align: left;
}
.section-gallery-wrapper__item._active .section-properties {
    opacity: 1;
}
.ordered-block .bg-fon-img {
    padding-top: 54%;
}
.project_block.item .info_wrap {
    padding-right: 30px;
}
.footer_button .btn {
    border-radius: 0;
}

.owl-stage-outer {
	overflow: hidden;
}

/* Стили для узкого фильтра по количеству комнат */
.narrow-room-filter {
    display: flex;
    align-items: center;
    background-color: #f8f8f8;
    padding: 10px 15px;
    margin-bottom: 20px;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.narrow-filter-header {
    font-weight: bold;
    margin-right: 15px;
    white-space: nowrap;
}

.narrow-filter-options {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.narrow-filter-option {
    display: inline-block;
    padding: 5px 12px;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #ddd;
    color: #333;
    text-decoration: none;
    transition: all 0.2s;
}

.narrow-filter-option:hover {
    background-color: #f0f0f0;
    border-color: #ccc;
}

.narrow-filter-option.selected {
    background-color: #007bff;
    color: white;
    border-color: #0069d9;
}

.narrow-filter-reset {
    background-color: #f8f8f8;
    border-color: #dc3545;
    color: #dc3545;
    font-weight: bold;
}

.narrow-filter-reset:hover {
    background-color: #dc3545;
    color: white;
}

.step-filter-container {
    margin-bottom: 30px;
    width: 100%;
}

.step-filter-block {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 12px 15px;
    background-color: #f9f9f9;
    border-radius: 6px;
    box-shadow: 0 1px 5px rgba(0,0,0,0.05);
}

.step-progress {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    position: relative;
    padding: 0 10px;
}

.step-progress:before {
    content: '';
    position: absolute;
    top: 12px;
    left: 10px;
    right: 10px;
    height: 2px;
    background-color: #e0e0e0;
    z-index: 1;
}

.step-progress-item {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 25%;
}

.step-progress-item:first-child {
    align-items: flex-start;
}

.step-progress-item:last-child {
    align-items: flex-end;
}

.step-number {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: #e0e0e0;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 3px;
    font-size: 12px;
}

.step-progress-item.active .step-number {
    background-color: #2c77f4;
    color: #fff;
}

.step-title {
    font-size: 11px;
    color: #666;
    text-align: center;
}

.step-selected {
    font-size: 10px;
    color: #2c77f4;
    font-weight: 600;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    margin-top: 2px;
}

.step-section {
    width: 100%;
}

.step-header {
    font-size: 15px;
    margin-bottom: 8px;
    color: #333;
    font-weight: 600;
}

.step-filter-row {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 12px;
}

.step-filter-btn {
    display: inline-block;
    padding: 7px 14px;
    border-radius: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 13px;
    cursor: pointer;
    margin-bottom: 4px;
}

.step-filter-btn:hover {
    background-color: #eee;
}

.step-filter-btn.active {
    background-color: #2c77f4;
    color: #fff;
    border-color: #2c77f4;
}

.color-btn {
    position: relative;
    padding-left: 28px;
}

.color-btn:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    border-radius: 50%;
    box-sizing: border-box;
    border: 1px solid #ccc;
}

.step-navigation {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.step-back-btn {
    display: inline-block;
    padding: 6px 12px;
    color: #666;
    text-decoration: none;
    font-size: 13px;
}

.filter-complete {
    text-align: center;
    margin-top: 12px;
}

.reset-filter-btn {
    display: inline-block;
    padding: 8px 16px;
    background-color: #366cc2;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 13px;
}

.reset-filter-btn:hover {
    background-color: #4a7ccd;
    color: #fff;
}

.loading-indicator {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    display: none;
}

.loading-spinner {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #2c77f4;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@media (max-width: 768px) {
    .narrow-room-filter {
        flex-direction: column;
        align-items: flex-start;
    }

    .narrow-filter-header {
        margin-bottom: 8px;
    }

    .step-progress {
        padding: 0 5px;
    }

    .step-progress:before {
        left: 5px;
        right: 5px;
        width: calc(100% - 10px);
    }

    .step-progress-item {
        min-width: 55px;
    }

    .step-title {
        font-size: 10px;
    }

    .step-selected {
        font-size: 9px;
    }

    .step-filter-row {
        flex-wrap: wrap;
        justify-content: flex-start;
        padding-bottom: 0;
    }

    .step-filter-btn {
        flex: 0 0 auto;
        white-space: normal;
        margin-bottom: 6px;
        font-size: 12px;
        padding: 6px 12px;
    }

    .step-header {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .step-progress-item {
        min-width: 45px;
    }

    .step-number {
        width: 22px;
        height: 22px;
        font-size: 11px;
    }

    .step-filter-btn {
        padding: 6px 10px;
        font-size: 12px;
        min-width: calc(50% - 12px);
        text-align: center;
    }

    .color-btn {
        padding-left: 26px;
    }

    .color-btn:before {
        left: 7px;
    }
}

@media (max-width: 600px) {
    .btn, .counter_wrapp .counter_block input[type="text"] {
        font-size: 0.6em !important;
    }
}

.service_img {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.cost.prices .strike_block .price span {
    text-decoration: red line-through;
}
.product-main .cost.prices .strike_block .price span {
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    color: #555;
}
.cost.prices .strike_block .price, .cost.prices .strike_block.offers_price {
    text-decoration: none;
}
.price_group .price_name{
    display: none;
}

table.table-bordered {
    border-collapse: collapse;
    overflow-x: scroll;
    max-width: 100%;
    position: relative;
    display: block;
}

.marketing-popup[data-ls="mw_62831"] .marketing-popup__title {
    text-align: center;
    margin-top: 226px;
}

.marketing-popup[data-ls="mw_62831"]:not(.marketing-popup--has-img) {
    max-width: 750px;
}

/*****/
.landings-list__name {
    padding: 6px 14px 8px;
    border-radius: 20px !important;
}

.landings-list__item:not(.active) .landings-list__name {
    border-color: #e0e0e0;
    background-color: #e0e0e0;    
}

.landings-list__name span {
    border: 0;
}

/** SORT **/

.sort-item {
    margin-right: 10px;
    border-bottom: 1px dotted;
    font-weight: 500;
}

.sort-item.current {
    color: #5fa800;
    font-weight: 600;    
}

.sort-item__arrow {
    display: inline-block;
    position: relative;
    width: 10px;
    height: 6px;    
    margin-left: 3px;
}

.sort-item__arrow::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -3px 0 0 -5px;
    width: 10px;
    height: 6px;
    background: url(../images/svg/sprite_arrows.svg) 0px -5px no-repeat;
}

.sort-item__arrow.desc {

}

.sort-item__arrow.asc::after {
    transform: rotate(180deg);
}

/** Fixed Header **/
.wrapper1.header_is_fixed {
    padding-top: 65px;
}

#header.fixed .logo_and_menu-row {
    display: none;
}

#header.fixed .menu-row {
    background-color: #fff;
}

#header.fixed .tofixedheader {
    display: flex;
    justify-content: space-between;        
    align-items: center;
    height: 62px;
}

#header .tofixedheader .logo-block {
    display: none;
}

#header.fixed .tofixedheader .logo-block {
    display: inline-block;
    height: auto;
    line-height: normal;
    padding-right: 12px;
    max-width: 202px;
    z-index: 1;
}

#header.fixed .tofixedheader .logo-block img {
    max-width: 100%;
    max-height: 46px;
}

#header.fixed .menu-row.middle-block:not(.bglight) .mega-menu table td .wrap>a {
    color: var(--white_text_black2);
    letter-spacing: normal;
}

.fixedheader-rightblock {
    display: none;
}

#header.fixed .fixedheader-rightblock {
    display: flex;
    align-items: center;
    gap: 40px;
}

#header.fixed .inline-search-show {
    border: none;
    background: 0 0;
    padding: 0;
    opacity: 0.5;
}

#header.fixed .menu-row.middle-block:not(.bglight) .mega-menu table td .wrap>a .svg path {
    fill: inherit;
}

#header.fixed .menu-row.middle-block:not(.bglight) .wrap_icon .svg svg use {
    fill: inherit;
}

#header.fixed .auth_wr_inner .personal-link {
    display: flex;
    align-items: center;
    opacity: 0.5;
}

.header-progress-bar {
    display: none;
}

#header.fixed .header-progress-bar {
    display: block;
}





