

/* Start:/local/components/asteq/apartments/templates/.default/style.css?170066815526054*/

>>> {
    --vs-controls-color: none;
}

.filters-new {
    /*padding: 0px calc(76 / var(--width-container));*/
    display: flex;
    justify-content: space-between;
}

.filter-item__modal {
    z-index: 1000;
    position: fixed;
    top: 0px;
    background: #FFFFFF;
    height: 100%;
    width: 100%;
    transform: translateX(16px);
}


.filter-apart, .select-filters {
    display: flex;
    gap: 8px;
}

.item-title {
    color: #222;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}

.filter-apart {
    align-items: end;
    margin-right: 51px;
}

.filter-item ::v-deep .vs__dropdown-toggle {
    margin-top: 8px;
    height: 56px;
    cursor: pointer;
    padding: 19px 16px;
    border-radius: 12px;
    border: none;
    background: #FFF;
    box-shadow: 0px 3px 4px -3px #CCC;
    width: 100%;
}

.filter-item ::v-deep .v-select-project .vs__selected-options {
    margin-right: 35px;
}


.sort-item .v-select-sort ::v-deep .vs__selected-options {
    align-items: center;
}

.filter-item .vs__dropdown-toggle .vs__actions .vs__open-indicator {
    fill: none !important;
}

.v-select__selections input {
    display: none
}

.v-select .vs__dropdown-toggle .vs__actions .vs__search {
    width: 0;
}

.filter-item-btn {
    display: none;
}

::v-deep .vs__selected {
    margin: 0;
    font-size: 14px;
    padding: 0;
    align-items: inherit;
    border: none;
    position: relative !important;
}


::v-deep .vs__clear {
    display: none;
}

.item-range {
    padding: 8px 16px;
    height: 56px;
    border-radius: 12px;
    border: none;
    background: #FFF;
    box-shadow: 0px 3px 4px -3px #CCC;
}

.slider-target {
    margin-bottom: 9px;
}

::v-deep .slider-base {
    height: 1px;
}

::v-deep .slider-connects {
    height: 2px;
}

::v-deep .slider-connect {
    background: #3DA5FA;
    height: 2px;
}

::v-deep .select-vals {
    color: #222;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    border-radius: 4px;
    padding: 4px 8px;
    border: 1px solid #EBEBEB;
}

::v-deep .slider-handle {
    top: -4px;
    width: 10px;
    height: 10px;
    background: rgba(61, 165, 250, 1);
    box-shadow: none;
}


::v-deep .slider-handle:focus {
    box-shadow: none;
}

.item-radio-type {
    display: flex;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 3px 4px -3px #CCC;
    padding: 4px 12px;
    margin-bottom: 4px;
}

.radio-type:not(:last-child) {
    margin-right: 20px;
}

.radio-type label {
    cursor: pointer;
    font-size: 12px;
}

.radio-type input[type=radio] {
    display: none;
}

.radio-type input[type=radio]:checked + label {
    font-weight: 700;
}

.buttons {
    margin-top: auto;
}

.buttons__container {
    height: 56px;
    display: flex;
    align-items: center;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 3px 4px -3px #CCC;
    padding: 6px;
}

.buttons__btn {
    cursor: pointer;
    padding: 16px;
    font-size: 14px;
}

.buttons__btn--active {
    border-radius: 6px;
    background: #3DA5FA;
    box-shadow: 0px 3px 4px -3px #CCC;
    font-weight: 700;
    color: #FFFFFF;
}


.filter-second-line {
    /*padding: 0px calc(76 / var(--width-container));*/
    margin-top: 24px;
    margin-bottom: 24px;
    gap: 24px;
    align-items: center;
}


.switch-label {
    font-weight: 400;
    font-size: 14px;
}


.slider {
    background-color: #EBEBEB;
}

input:checked + .slider {
    background-color: #3DA5FA;
}

.sort-item ::v-deep .vs__dropdown-toggle {
    cursor: pointer;
    border: none;

}
.sort-item ::v-deep .vs__dropdown-menu {
    min-width: 260px;
}

.select-filters-active {
    /*padding: 0px calc(76 / var(--width-container));*/
    gap: 4px;
    margin-bottom: 24px;
}

.select-filter {
    display: flex;
    align-items: center;
    border-radius: 8px;
    border: 1px solid rgba(60, 90, 119, 0.25);
    padding: 6px 12px;
}

.select-filter-text {
    margin-right: 8px;

    font-size: 12px;
}


.container-content {
    border-radius: 64px 64px 0px 0px;
    background: #FFF;
    padding: 29px 76px 80px;
    margin: 0 -76px;
}

.top-block {
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-block span {
    font-size: 14px;
}

.top-block button {
    padding: 6px 12px;
    border-radius: 32px;
    border: 1px solid rgba(60, 90, 119, 0.25);
    font-size: 12px;
}

.image-block {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    width: 100%;
    min-height: 260px;

}

.image-block img {
    position: absolute;
    left: 0;
    top: -89%;

}

.image-block-gradient {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.4;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.25) 16.9%, rgba(0, 0, 0, 0.00) 50%), linear-gradient(180deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.00) 23.63%);
}

.image-block-info-container {
    display: flex;
    flex-direction: column;
}

.image-block-info {
    position: absolute;
    padding: 32px 48px;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.image-block-info-title {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.64px;
    text-transform: uppercase;
}

.image-block-info-text {
    color: #FFFFFF;
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 16px;
}

.image-block-info-price {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
}

.storeroom-cards__wrap4 {
    flex-wrap: wrap;
    row-gap: 80px;
    column-gap: 8px;
}


.storeroom-cards__card {
    width: calc(25% - 6px);
}

.storeroom-cards__description .button {
    max-width: 201px;
    margin: 0 auto;
}


.popper-square-values {
    display: flex;
    justify-content: space-between;
}

.button-again {
    margin-top: 40px;
    margin-bottom: 80px;
    display: flex;
    justify-content: center;
}


::v-deep .popper {
    max-width: 256px;
    width: 100%;
}

::v-deep .popper-house .popper {
    padding-right: 2px !important;
}


::v-deep .popper-house .popper-content {
    max-height: 352px;
    overflow-y: auto;
    padding-right: 9px;
}

::v-deep .popper-house .popper-content::-webkit-scrollbar {
    width: 5px;
}

::v-deep .popper-house .popper-content::-webkit-scrollbar-thumb { /* плашка-бегунок */
    border-radius: 20px;
    background: #3DA5FA;
}

::v-deep .popper-house .popper-content::-webkit-scrollbar-track { /* фон */
    border-radius: 20px;
    background: rgba(60, 90, 119, 0.10);
}


::v-deep .popper .popper-item:not(:last-child) {
    margin-bottom: 24px;
}

::v-deep .popper .popper-item .item-title {
    font-size: 14px;
    margin-bottom: 4px;
}


.term-item:not(:last-child) {
    margin-bottom: 24px;
}


.term-item label > input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.term-item label > span {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    user-select: none;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}


.term-item label > span::after {
    cursor: pointer;
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #adb5bd;
    border-radius: 0.25em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.term-item label > input:checked + span::after {
    border-color: #3DA5FA;
    background-color: #3DA5FA;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
    background-size: 10px;
}


.house-item:not(:last-child) {
    margin-bottom: 24px;
}


.house-item label > input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.house-item label > span {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    user-select: none;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}


.house-item label > span::after {
    cursor: pointer;
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #adb5bd;
    border-radius: 0.25em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.house-item label > input:checked + span::after {
    border-color: #3DA5FA;
    background-color: #3DA5FA;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
    background-size: 10px;
}


.house-item-enters {
    margin-top: 8px;
}

.house-item-enters .item-title {
    font-size: 12px;
}


.house-item-enters .rooms {
    display: flex;
    flex-wrap: wrap;
    column-gap: 4px;
    row-gap: 12px;
}

.house-item-enters .room label > span {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 32px;
    border: 1px solid #F0F0F0;
    width: 32px;
    height: 32px;
}

.house-item-enters .room label > span::after {
    display: none;
}

.house-item-enters .room label > input:checked + span {
    background-color: #3DA5FA;
    color: #FFFFFF;
    font-weight: 700;
}

::v-deep .vs__dropdown-menu {
    padding: 16px;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 1.85185px 3.14815px 0px rgba(0, 0, 0, 0.02), 0px 8.14815px 6.51852px 0px rgba(0, 0, 0, 0.03), 0px 20px 13px 0px rgba(0, 0, 0, 0.04), 0px 38.51852px 25.48148px 0px rgba(0, 0, 0, 0.04), 0px 64.81481px 46.85185px 0px rgba(0, 0, 0, 0.05), 0px 100px 80px 0px rgba(0, 0, 0, 0.07);
}


.filter-second-line .sort-item ::v-deep .vs__dropdown-menu {
    width: calc(100% + 32px) !important;
}

::v-deep .vs__dropdown-menu li {
    background-color: inherit;
    padding: 0;
    color: #222;
}


::v-deep .vs__dropdown-menu li:not(:last-child) {
    margin-bottom: 24px;
}


::v-deep .vs__dropdown-menu li:hover {
    background-color: inherit;
    color: rgba(34, 34, 34, 0.5);
    padding: 0;
}


.arrow-down {
    transform: rotate(180deg)
}

.poppers {
    margin: 0 !important;
    border: none !important;
    --popper-theme-background-color: white;
    --popper-theme-background-color-hover: white;
    --popper-theme-border-width: 0px;
    --popper-theme-border-radius: 12px;
    --popper-theme-padding: 16px;
    --popper-theme-box-shadow: 0 6px 30px -6px rgba(0, 0, 0, 0.25);
}

.poppers-container {
    display: flex;
    align-items: center;
    height: 56px;
    cursor: pointer;
    padding: 19px 16px;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 3px 4px -3px #CCC;
}


.poppers-container span {
    margin-right: 10px;
    font-size: 14px;
}


.popper-params .popper-content {
    /*min-width: 256px;*/
}

.popper-params .popper-content .popper-square-values {
    display: flex;
    justify-content: space-between;
}

.popper-params .popper-content .popper-item .rooms {
    display: flex;
    gap: 4px;
}

.popper-params .popper-content .popper-item .rooms .room label {
    border: 1px solid #F0F0F0;
    width: 32px;
    border-radius: 32px;
    display: block;
    height: 32px;
    padding: 4px 11px;
    cursor: pointer;
}

.popper-params .popper-content .popper-item .rooms .room .disabled {
    border: 1px solid #cacccf;
    background: #ebebeb;
}

.popper-params .popper-content .popper-item .rooms .room .active {
    background-color: #3DA5FA;
    border: 1px solid #3DA5FA;
}

.popper-params .popper-content .popper-item .rooms .room .active span {
    color: #FFFFFF;
}

.popper-params .popper-content .popper-item .rooms .room label span {
    width: 5px;
    height: 18px;
    color: #222222;
}

.popper-params .popper-content .popper-item .rooms .room input {
    opacity: 0;
    height: 0;
}

.storeroom-cards__price {
    display: flex;
    gap: 8px;
}

.apartment-visual__kitchen {
    border-radius: 16px;
    border: 1px solid #A5B586;
    background-color: #A5B586;
    padding: 4px 16px;
    font-size: 12px;
    line-height: 16px;
    color: white;
}

.apartment-container {
    padding: 20px calc(76 / var(--width-container)) 20px;
}
@media screen and (max-width: 1400px) {
    .apartment-container {
        padding: 20px calc(76 / var(--width-container)) 20px;
    }
}
@media screen and (max-width: 1300px) {
    .apartment-container {
        padding: 25px 15px 25px;
    }
}
@media screen and (max-width: 992px) {
    .apartment-container {
        padding: 20px 15px 20px;
    }
}
@media screen and (max-width: 640px) {
    .apartment-container {
        padding: 10px 15px 10px;
    }
    .mobile-hidden {
        display: none!important;
    }
    .buttons__container a {
        margin-top: 12px;
    }
}

@media screen and (max-width: 1440px) {
    ::v-deep .main-title {
        padding: 0 calc(76 / var(--width-container));
    }

    /*.apartment-container {*/
    /*  padding: calc(40/var(--width-container)) calc(16/var(--width-container)) calc(40/var(--width-container));*/
    /*}*/

    .container-content {
        /*padding: 29px calc(76 / var(--width-container)) 80px;*/
        margin: 0 -76px;;
    }

    .filter-apart {
        margin-right: 1.4vw;
    }

    .filter-item ::v-deep .vs__dropdown-toggle {
        padding: 1.32vw 1.11vw;
        height: 3.89vw;
    }

    .buttons__btn {
        padding: 1.11vw;
        font-size: 0.97vw;
    }

    .filter-item ::v-deep .v-select-project .vs__selected-options {
        margin-right: 2.43vw;
    }

    ::v-deep .vs__selected {
        font-size: 0.97vw;
    }

    .radio-type:not(:last-child) {
        margin-right: 1.39vw;
    }

    .radio-type label {
        font-size: 0.83vw;
    }

    .poppers-container {
        padding: 1.32vw 1.11vw;
        height: 3.89vw;
    }

    .poppers-container span {
        font-size: 0.97vw;
        margin-right: 0.69vw;
    }

    ::v-deep .select-vals {
        font-size: 0.97vw;
        line-height: 1.11vw;
        padding: 0.28vw 0.56vw;
    }

    .item-radio-type {
        padding: 0.28vw 0.83vw;
    }


    .item-range {
        padding: 0.56vw 1.11vw;
        height: 3.89vw;
    }

    .buttons__container {
        height: 3.89vw;
        padding: 0.42vw;
    }


    .slider-target {
        margin-bottom: 0.63vw;
    }

    .filter-apart {
        gap: 0.56vw;
    }


    ::v-deep .vs__actions svg {
        /*width: 1.04vw;*/
        /*height: 0.69vw;*/
    }

    .arrow-down {
        /*width: 1.04vw;*/
        /*height: 0.69vw;*/
    }


    .image-block img {
        top: -16.11vw;
    }


}

@media screen and (max-width: 992px) {
    .filters-new {
        flex-direction: column-reverse;
    }

    .buttons {
        margin-bottom: 24px;
    }

    .buttons__container {
        max-width: 276px;
        padding: 6px;
        height: 56px;
    }

    .buttons__btn {
        width: 100%;
        font-size: 14px;
        /*padding: 4px 16px;*/
        height: 100%;
    }


    .filter-apart {
        flex-wrap: wrap;
        margin-right: 0;
        row-gap: 24px;
        column-gap: 8px;
    }

    .filter-apart .filter-item {
        width: calc(33% - 4px);
    }

    .filter-second-line .filter-item {
        width: auto;
    }

    ::v-deep .vs__selected {
        font-size: 14px;
    }

    .filter-item .inline-block {
        display: block;
    }


    ::v-deep .vs__actions svg {
        width: 8px;
        height: 8px;
    }

    .arrow-down {
        width: 8px;
        height: 8px;
    }

    .poppers-container {
        justify-content: space-between;
        height: 56px;
    }

    .poppers-container span {
        font-size: 14px;
    }

    .filter-item ::v-deep .vs__dropdown-toggle {
        padding: 19px 16px;
        height: 56px;
    }

    .item-radio-type {
        padding: 6px 10px;
        justify-content: space-between;
    }


    .item-range {
        padding: 8px 16px;
        height: 56px;
    }

    .radio-type label {
        font-size: 12px;
        margin-right: 0;
    }

    .slider-target {
        margin-bottom: 4px;
    }

    .select-vals {
        font-size: 14px;
        line-height: 18px;
        padding: 4px 8px;
    }


    .radio-type:not(:last-child) {
        margin-right: 0;
    }


    .image-block img {

    }

    .storeroom-cards__card {
        width: calc(33% - 4px);
        max-width: inherit;
    }

    .button-again .button {
        font-size: 14px;
        padding: 16px 32px;
    }


}


@media screen and (max-width: 768px) {
    .storeroom-cards__price {
        /*flex-direction: column;*/
        align-items: center;
        gap: 0;
    }


    .filter-second-line {
        padding: 0px 6.77vw;
    }

    .select-filters-active {
        padding: 0px 6.77vw;
    }

    .switch-label {
        font-size: 1.82vw;
    }

    .switch {
        width: 5.21vw;
        height: 3.13vw;
    }

    .slider:before {
        width: 2.60vw;
        height: 2.60vw;
    }

    .select-filter {
        padding: 0.78vw 1.56vw;
    }

    .select-filter-text {
        font-size: 1.56vw;
        margin-right: 1.04vw;
    }


    .apartment-visual__kitchen {
        max-width: 100px;
    }

    .filters-new {
        /*padding: 0 6.77vw;*/
    }

    .container-content {
        padding: 29px 6.77vw 80px;
        margin: 0 0;
    }

    .filter-apart {
        margin-right: 0;
    }

    .filter-item ::v-deep .vs__dropdown-toggle {
        padding: 2.47vw 2.08vw;
        height: 7.29vw;
    }

    .buttons__btn {
        padding: 0.52vw 2.08vw;
        font-size: 1.7vw;
    }

    .filter-item ::v-deep .v-select-project .vs__selected-options {
        margin-right: 2.43vw;
    }

    ::v-deep .vs__selected {
        font-size: 1.82vw;
    }

    .radio-type:not(:last-child) {
        margin-right: 0;
    }

    .radio-type label {
        font-size: 1.3vw;
    }

    .poppers-container {
        padding: 1.32vw 1.11vw;
        height: 7.29vw;
    }

    .poppers-container span {
        font-size: 1.82vw;
        margin-right: 0.69vw;
    }

    ::v-deep .select-vals {
        font-size: 1.82vw;
        line-height: 2.34vw;
        padding: 0.52vw 1.04vw;
    }

    .item-radio-type {
        padding: 0.28vw 1.82vw;
    }


    .item-range {
        padding: 1.04vw 2.08vw;
        height: 7.29vw;
    }

    .buttons__container {
        height: 7.29vw;
        padding: 0.42vw;
    }


    .slider-target {
        margin-bottom: 0.52vw;
    }

    .filter-apart {
        gap: 0.56vw;
    }


    ::v-deep .vs__actions svg {
        /*width: 1.04vw;*/
        /*height: 0.69vw;*/
    }

    .arrow-down {
        /*width: 1.04vw;*/
        /*height: 0.69vw;*/
    }


    .image-block img {
        top: -3.11vw;
    }

}


@media screen and (max-width: 610px) {
    .storeroom-cards__card {
        width: calc(50% - 4px);
    }

}

@media screen and (max-width: 576px) {
    .filter-item-btn {
        cursor: pointer;
        display: flex;
        align-items: center;
        padding: 12px 32px;
        justify-content: center;
        border-radius: 32px;
        background: #FFFFFF;
        box-shadow: 0px 3px 4px -3px #CCC;
    }

    .filter-item-btn svg {
        margin-right: 8px;
    }

    .storeroom-cards__price {
        /*flex-direction: column;*/
        align-items: center;
        gap: 0;
    }


    .select-filters-active {
        padding: 0px 16px;
        overflow-x: auto;

    }

    .select-filters-active::-webkit-scrollbar {
        width: 0;
    }

    .switch-wrap {
        flex-direction: row-reverse;
        justify-content: space-between;
    }

    .switch-label {
        font-size: 14px;
        margin-left: 0px;
    }

    .switch {
        width: 40px;
        height: 24px;
    }

    .slider:before {
        width: 20px;
        height: 20px;
    }

    .select-filter {
        flex: 0 0 auto;
        padding: 6px 12px;
    }

    .select-filter-text {
        font-size: 12px;
        margin-right: 8px;
    }


    .apartment-visual__kitchen {
        max-width: 100px;
    }

    .filters-new {
        padding: 0 0;
    }

    .container-content {
        padding: 32px 16px 40px;
        border-radius: 24px 24px 0 0;
        margin: 0 0;
    }

    .filter-apart {
        margin-right: 0;
        flex-direction: column;
        gap: 0;
        row-gap: 24px;
    }


    .filter-second-line {
        padding: 0px 16px;
        flex-direction: row;
    }

    .filter-second-line .filter-item {
        display: none;
    }


    .filter-apart .filter-item {
        width: 100%;
    }

    .filter-item__modal--show {
        display: block;
    }

    .filter-apart .filter-item:nth-child(1n + 6) {
        display: none;
    }


    .filter-item__modal {
        padding: 24px 16px 0px;
        overflow-y: auto;
    }


    .filter-item__modal-header-text {
        color: #222;
        font-size: 18px;
        font-weight: 700;
        line-height: 20px;
        letter-spacing: 0.72px;
        text-transform: uppercase;
    }

    .filter-item__modal-header-btn {
        cursor: pointer;
    }

    .filter-item__modal-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 24px;
    }

    .filter-item__modal-body .filter-item:nth-child(1n + 6) {
        display: block;
    }

    .filter-item__modal-body {
        display: flex;
        flex-direction: column;
        row-gap: 32px;
        margin-bottom: 45px;
    }


    .filter-item__modal-body ::v-deep .vs__dropdown-menu {
        position: relative;
        width: 100%;
        border: none;
        margin-top: 4px;
        border-radius: 12px;
        background: #FFF;
        box-shadow: 0px 3px 4px -3px #CCC;
    }

    .filter-item__modal-body ::v-deep .popper {
        position: relative !important;
        transform: none !important;
        max-width: 100%;
        width: 100%;
        border-radius: 12px;
        background: #FFF;
        box-shadow: 0px 3px 4px -3px #CCC;
        border: none;
    }

    .filter-item__modal-body ::v-deep .popper-house .popper-content {
        max-height: 100%;
        overflow: auto;
        padding-right: 16px;
    }

    .filter-item__modal-footer {
        position: sticky;
        bottom: 0;
        text-align: center;
        background: #FFF;
        box-shadow: 0px -3px 4px -3px #CCC;
        padding: 16px;
    }

    .filter-item__modal-footer .button:hover {
        opacity: 1;
    }

    .filter-item ::v-deep .vs__dropdown-toggle {
        padding: 19px 16px;
        height: 56px;
    }

    .buttons__btn {
        padding: 4px 16px;
        font-size: 14px;
    }

    .filter-item ::v-deep .v-select-project .vs__selected-options {
        margin-right: 2.43vw;
    }

    ::v-deep .vs__selected {
        font-size: 14px;
    }

    .radio-type:not(:last-child) {
        margin-right: 0;
    }

    .radio-type label {
        font-size: 12px;
    }

    .poppers-container {
        padding: 19px 16px;
        height: 56px;
    }

    .poppers-container span {
        font-size: 16px;
        margin-right: 0px;
    }

    ::v-deep .select-vals {
        font-size: 14px;
        line-height: 18px;
        padding: 4px 8px;
    }

    .item-radio-type {
        padding: 6px 20px;
    }


    .item-range {
        padding: 8px 16px;
        height: 56px;
    }

    .buttons__container {
        height: 56px;
        padding: 6px;
        max-width: 100%;
    }


    .slider-target {
        margin-bottom: 4px;
    }


    ::v-deep .vs__actions svg {
        /*width: 1.04vw;*/
        /*height: 0.69vw;*/
    }

    .arrow-down {
        /*width: 1.04vw;*/
        /*height: 0.69vw;*/
    }


    .storeroom-cards__wrap4{
        row-gap: 14px;
    }

    .image-block img {
        top: 0;
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    .storeroom-cards__description .button {
        padding: calc(9/var(--width-container)) calc(16/var(--width-container));
    }
}
.loading {
    position: relative;
    background-color: #f5f5f5;
    color: #f5f5f5!important;
}
.loading::after {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    transform: translateX(-100%);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .2), transparent);
    animation: loading 1.5s infinite;
}
/* End */
/* /local/components/asteq/apartments/templates/.default/style.css?170066815526054 */
