div div.top-content-block > div {
    padding-bottom: 16px;
}

/* Ссылки-теги на посадочные страницы */
.body_akvamir_ud .landings-list__info-wrapper {
    margin-right: -12px;
}

/*.body_akvamir_ud .top-content-block div.landings-list {
    margin: 0 -50% 40px;
    background: var(--second_background_gray_light);
    padding: 0;
}*/

/*.body_akvamir_ud .landings-list__info {
    padding-top: 20px;
    padding-bottom: 8px;
    margin: 0 25%;
}*/

.body_akvamir_ud .landings-list__item {
    padding-bottom: 12px;
}

.body_akvamir_ud .landings-list__name {
    font-family: var(--font_manrope);
    color: var(--fill_dark_light_ccc);
    margin-right: 12px;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    border-radius: 30px;
    border: none;
    background: #fff;
    text-decoration: none;
    padding: 10px 20px;
}

.body_akvamir_ud .landings-list__name:hover {
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .1);
    transform: translateY(-1px);
    transition: transform ease 0.2s, box-shadow ease 0.2s;
}

.body_akvamir_ud .landings-list__name span {
    border-bottom: none;
}

/* сортировка */
.right_block_ajax_ud .dropdown-select__title {
    color: var(--fill_dark_light_ccc);
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
}

.right_block_ajax_ud .dropdown-select .dropdown-select__title .svg {
    margin: 0 0 0 10px;
}

.right_block_ajax_ud .dropdown-select .dropdown-select__title .svg svg {
    transform: scale(1.5);
}

.right_block_ajax_ud .dropdown-select__list-item.font_xs {
    color: var(--fill_dark_light_ccc);
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
}

.grey_block .ordered-block__title {
    padding-top: 1.933rem;
    padding-bottom: 0;
}
