.mc-about-descr {
    font-family: Circe;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 147%;
    color: #000000;
    margin-bottom: 50px;
}

.catalog-wr {
    margin-top: 25px;
    display: flex;
    justify-content: flex-start;
}

.catalog-left {
    width: calc(25% - 15px);
    margin-right: 15px;
    overflow: hidden;
}

.catalog-right {
    width: calc(75% - 15px);
    margin-left: 15px;
}

.catalog-sort-wr {
    padding: 3px 10px;
    margin-bottom: 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.catalog-sort-left {
    position: relative;
    width: calc(33% - 10px);
}

#catalog-sort-left-link {
    letter-spacing: -0.41px;
    color: #0D0D0D;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    padding: 11px 10px;
    display: inline-block;
    transition: 0.2s linear;
    width: calc(100% - 58px);
    background-color: #fff;
    position: relative;
    box-shadow: 0px 15px 20px rgba(190, 194, 206, 0.8);
}

#catalog-sort-left-link span {
    opacity: 0.8;
    transition: 0.2s linear;
}

#catalog-sort-left-link:hover {
    transition: 0.2s linear;
    color: #0D0D0D;
}

#catalog-sort-left-link:hover span {
    opacity: 1;
    transition: 0.2s linear;
}

#catalog-sort-left-link span {
    margin-right: 10px;
}

#catalog-sort-left-link img {
    max-width: 14px;
    transition: 0.2s linear;
    position: absolute;
    top: calc(50% - 4px);
    right: 11px;
}

#catalog-sort-left-link img.reverse {
    transform: rotate(-180deg);
    transition: 0.2s linear;
}

.catalog-sort-left-list {
    display: none;
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    width: 100%;
    z-index: 3;
    background-color: #fff;
    width: calc(100% - 38px);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.catalog-sort-left-list-box {
    display: flex;
    flex-direction: column;
}

.catalog-sort-left-list-box a {
    padding: 8px 10px;
    text-decoration: none;
    color: #666666;
    font-size: 13px;
    font-weight: 700;
    display: block;
    transition: 0.2s linear;
}

.catalog-sort-left-list-box a:hover {
    transition: 0.2s linear;
    background-color: rgb(40, 135, 245);
    color: #fff;
    text-decoration: none;
}

.catalog-sort-left-list-box a:first-letter {
    text-transform: uppercase;
}

.catalog-sort-right {
    color: #999999;
    font-weight: 700;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.catalog-sort-right span {
    margin-right: 10px;
}

.catalog-sort-right a {
    display: flex;
    text-decoration: none;
    opacity: 0.6;
    margin: 0 5px;
    transition: 0.2s linear;
}

.catalog-sort-right a.view-active {
    opacity: 1;
    transition: 0.2s linear;
}

.catalog-sort-right a:hover {
    opacity: 1;
    transition: 0.2s linear;
}

.bx-section-desc {
    margin-bottom: 30px;
}

.top-descr {
    margin-bottom: 25px;
}

.bottom-descr {
    margin-top: 25px;
}

.catalog-right .bx-filter {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    width: calc(100% - 20px);
}

.catalog-right .bx-filter .bx-filter-section {
    padding-top: 0;
}

.catalog-right .bx-filter .bx-filter-parameters-box-title {
    position: relative;
    background: #FFFFFF;
    padding: 10px;
    width: 100%;
    border: 1px solid #666;
}

.catalog-right .bx-filter .bx-filter-parameters-box-title span:first-child {
    letter-spacing: -0.41px;
    color: #0D0D0D;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
    transition: 0.2s linear;
    margin-right: 15px;
}

.right-filter-wr .show-arrow {
    background-image: url(../../img/arrow-bottom1.svg);
}


@media screen and (min-width: 768px) and (max-width: 1023px) {
    .catalog-left {
        width: calc(30% - 15px);
    }

    .catalog-right {
        width: calc(70% - 15px);
        margin-left: 15px;
    }

    .catalog-sort-left {
        width: calc(50% - 20px);
    }

    #catalog-sort-left-link {
        width: calc(100% - 48px);
    }
}

@media screen and (max-width: 992px) {
    .catalog-wr {
        padding: 0;
        flex-wrap: wrap;
    }

    .catalog-left {
        width: 100%;
        margin-right: 0;
    }

    .catalog-right {
        width: 100%;
        margin-left: 0;
    }

    .catalog-sort-left {
        position: relative;
        width: 100%;
        /* margin: 10px 0; */
        margin: 0 0 10px 0;
    }

    .catalog-sort-right {
        width: 100%;
        text-align: right;
        justify-content: flex-end;
        margin: 10px 0;
    }

    .catalog-sort-wr {
        flex-wrap: wrap;
    }

    #catalog-sort-left-link,
    .catalog-sort-left-list-box a {
        font-size: 14px;
        width: calc(100% - 18px);
    }

    .catalog-sort-left-list-box a {
        padding: 7px 10px;
    }

    .catalog-sort-left-list {
        top: 100%;
        width: calc(100% + 2px);
    }
}
