.catalog-products__title {
    margin-bottom: 40px;
}

.catalog-products__top {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.catalog-products__sort {
    font-size: 16px;
    color: #00305C;
    cursor: pointer;
    margin-left: auto;
}
.catalog-products__drop-menu{

}
.catalog-products__filter-mobile {
    font-size: 16px;
    color: #00305C;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    display: none;
}

.catalog-products__filter-mobile::before {
    content: '';
    position: absolute;
    width: 21px;
    height: 21px;
    left: 0;
    background-image: url('icons/filter.svg');
}

.catalog-products__filter-mobile .header__panel-count {
    padding: 0 4px;
    min-width: 14px;
    height: 14px;
    left: 10%;
    right: auto;
    font-size: 10px;
    line-height: 12px;
}

.catalog-products__form {
    width: 303px;
    flex: 0 0 303px;
}
.catalog-products__wrap{
    display: flex;
    width: 100%;
    flex-direction: row;
    margin-top: 60px;
    margin-bottom: 90px;
}
.catalog-products__drop-menu{
    display: none;
    transition: 0.3s;
    border-radius: 20px;
    padding: 15px 10px;
    box-shadow: 0px 1px 6px 0px #b9b9b95e;
    position: absolute;
    right: -9px;
    top: 0;
    box-sizing: border-box;
    z-index: 500;
    background: white;

}
.catalog-products__drop-menu a {
    padding: 4px 0;
    display: block;
}
.catalog-products__sort.active{
    opacity: 0;
}
.catalog-products__sort.active + .catalog-products__drop-menu{
    display: block;
}

.catalog-products__info {
    display: flex;
    margin-bottom: 100px;
}

.catalog-products__info-left {
    width: 745px;
    margin-right: 30px;
    flex-shrink: 0;
}

.catalog-products__info-title {
    margin-bottom: 40px;
}

.catalog-products__info-text {
    font-size: 16px;
    line-height: 155%;
    color: #636B83;
    margin-bottom: 25px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 12;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.catalog-products__info-text.show-all {
    display: block;
}

.catalog-products__info-more {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-decoration-line: underline;
    color: #00305C;
    cursor: pointer;
}

.get-consultation {
    border: 1px solid #DCE0E5;
    border-radius: 8px;
    padding: 30px;
}

.get-consultation__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 110%;
    text-align: center;
    color: #00305C;
    margin-bottom: 30px;
}

.get-consultation__input {
    padding: 18px;
    margin-bottom: 16px;
    border: 1px solid #DCE0E5;
    border-radius: 8px;
    width: 100%;
    font-size: 14px;
    line-height: 110%;
    color: #636B83;
}

.get-consultation__btn {
    margin: 8px 0 12px 0;
    width: 100%;
}

.get-consultation__checkbox-wrap span {
    font-size: 14px;
    line-height: 130%;
    color: #636B83;
    margin-left: 8px;
}

.get-consultation__checkbox-wrap span a {
    color: #29B7D0;
    text-decoration: none;
}

.catalog-products__popular-products {
    margin-bottom: 100px;
}


@media (max-width: 1439px) {
    .catalog-products__info-left {
        width: 550px;
    }
}

@media (max-width: 991px) {
    .catalog-products__filter-mobile {
        display: block;
    }

    .catalog-products__sort {
        font-size: 14px;
    }

    .catalog-products__info {
        flex-direction: column;
        margin-bottom: 50px;
    }

    .catalog-products__info-left {
        width: 100%;
        margin-bottom: 30px;
    }

    .catalog-products__info-right {
        width: 450px;
        margin: 0 auto;
    }

    .catalog-products__popular-products {
        margin-bottom: 50px;
    }

    .catalog-products__wrap {
        margin-bottom: 50px;
    }
}

@media (max-width: 575px) {
    .catalog-products__info-right {
        width: 100%;
        margin: 0 auto;
    }

    .get-consultation__title {
        font-size: 18px;
        line-height: 110%;
    }

    .catalog-products__info-title {
        margin-bottom: 25px;
    }

    .catalog-products__info-text {
        -webkit-line-clamp: 3;
    }

    .catalog-products__info-text {
        margin-bottom: 18px;
    }

    .catalog-products__info-more {
        font-size: 16px;
    }
    .catalog-products__top{
        margin-top: 20px;
    }
}

.catalog-detail__content-item p, .section_description p {
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
}

.catalog-detail__content-item ul, .section_description ul
.catalog-detail__content-item ol, .section_description ol
{
    list-style: circle;
    padding-left: 40px;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
}