.catalog-title {
    display: flex;
    align-items: baseline;
    margin-bottom: 32px;
}

.catalog-title-count {
    font-size: 20px;
    line-height: 24px;
    margin-left: 64px;
    white-space: nowrap;
    color: #7e7e83;
}

.catalog-slider {
    margin-bottom: 32px;
}

.catalog-slider-slide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 300px;
    padding: 64px 128px;
}

.catalog-actions {
    /*border-top: 1px solid #C4C6CC;
    border-bottom: 1px solid #C4C6CC;*/
    margin-bottom: 24px;
}

.catalog-actions > .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.catalog-order-wrapper {
    flex: 0 0 50%;
    max-width: 50%;
    overflow-x: hidden;
}

.catalog-order {
    display: flex;
    /*padding: 20px 0;*/
}

.catalog-order > li {
    white-space: nowrap;
}

.catalog-order > li:not( :last-child ) {
    margin-right: 16px;
}

.catalog-order a.is-active {
    font-weight: 500;
}

.catalog-order-price {
    display: flex;
    align-items: center;
}

.catalog-order-price-icon {
    margin-left: 8px;
}

.catalog-order-price-icon > span {
    width: 12px;
    height: 2px;
    background-color: #3B4256;
    display: block;
    transition: background-color .3s;
}

.catalog-order-price:hover .catalog-order-price-icon > span {
    background-color: #FF0000;
}

.catalog-order-price-icon > span:first-child {
    margin-bottom: 4px;
    width: 8px;
}

.catalog-order-price-icon.is-desc > span:first-child {
    width: 16px;
}

.catalog-order-price-icon > span:last-child {
    margin-top: 4px;
    width: 16px;
}

.catalog-order-price-icon.is-desc > span:last-child {
    width: 8px;
}

.catalog-order a {
    color: #3B4256;
}

.catalog-sections-wrapper {
    flex: 0 0 50%;
    max-width: 50%;
    overflow-x: hidden;
}

.catalog-sections {
    font-weight: 500;
    color: inherit;
    display: flex;
    justify-content: flex-end;
    /*border-left: 1px solid #C4C6CC;*/
}

.catalog-sections > li:first-child {
}

.catalog-sections > li {
    /*padding: 20px 0;*/
    white-space: nowrap;
}

.catalog-sections > li:not( :last-child ) {
    margin-right: 16px;
}

.catalog-sections a {
    color: #3B4256;
}

@media ( max-width: 1023px ) {

    .catalog-actions > .container {
        flex-direction: column;
    }

    .catalog-order-wrapper,
    .catalog-sections-wrapper {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .catalog-order-wrapper {
        margin: 8px 0;
        padding-bottom: 8px;
    }

    .catalog-order {
        padding: 0;
    }

    .catalog-sections-wrapper {
        padding-bottom: 8px;
        margin-bottom: 8px;
    }

    .catalog-sections {
        border-left: 0;
    }

    .catalog-sections > li {
        padding: 0;
    }

}

@media ( max-width: 767px ) {

    .catalog-title {
        flex-direction: column;
    }

    .catalog-title h1 {
        margin-bottom: 8px;
    }

    .catalog-title-count {
        margin-left: 0;
    }

}

@media ( max-width: 575px ) {

    .catalog-title-count {
        font-size: 14px;
        line-height: 16px;
    }

    .catalog-actions {
        font-size: 14px;
        line-height: 18px;
    }

    .catalog-order-wrapper {
        overflow-x: auto;
    }

    .catalog-sections-wrapper {
        overflow-x: auto;
    }

    .catalog-sections {
        justify-content: inherit;
    }

    .catalog-slider {
        margin-bottom: 16px;
    }

}












@media all and (max-width: 767px) {
    .catalog_title {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem;
        text-align: center
    }
}

.catalog__description {
    margin-bottom: 40px
}

.catalog__description h1 {
    font-weight: normal;
    margin-bottom: 24px
}

.catalog__description h4 {
    font-weight: normal;
    margin-bottom: 12px
}

.catalog__description h5 {
    font-weight: normal;
    margin-bottom: 8px
}

.catalog__description h6 {
    font-weight: normal;
    margin-bottom: 4px
}

.catalog__description ol, .catalog__description ul, .catalog__description li, .catalog__description p, .catalog__description span, .catalog__description div {
    font-weight: normal
}

.catalog_sort, .catalog_filter {
    position: relative
}

.catalog_sort .filter__button, .catalog_filter .filter__button {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #f7f9fa;
    color: #161616;
    font-size: 1rem;
    font-weight: 400;
    padding: 15px 45px 15px 15px;
    position: relative;
    cursor: pointer
}

.catalog_sort .filter__button:after, .catalog_filter .filter__button:after {
    content: "";
    width: 15px;
    height: 15px;
    margin: auto;
    overflow: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    background-image: url("../../../../img/icons/arrows/icon__arrow_sm_black.svg");
    transform: rotate(180deg);
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all
}

@media all and (max-width: 1023px) {
    .catalog_sort .filter__button, .catalog_filter .filter__button {
        margin-bottom: 1.75rem
    }
}

@media all and (max-width: 767px) {
    .catalog_sort .filter__button, .catalog_filter .filter__button {
        margin-bottom: 1.5rem
    }
}

.catalog_sort .filter__content, .catalog_filter .filter__content {
    display: none
}

.catalog_sort .filter__list, .catalog_filter .filter__list {
    display: flex;
    flex-direction: column;
    border: 1px solid #f7f9fa;
    background-color: #fff;
    position: absolute;
    width: 100%;
    z-index: 999
}

.catalog_sort .filter__item, .catalog_filter .filter__item {
    padding: 10px 15px;
    color: #161616
}

.catalog_sort .filter__item:hover, .catalog_filter .filter__item:hover {
    background: #f7f9fa
}

.catalog_sort.active .filter__button:after, .catalog_filter.active .filter__button:after {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

.catalog__articles_title {
    font-size: 24px;
    color: #161616
}

/*# sourceMappingURL=style.css.map */
