.content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 0;
}

.title h1 {
    font-style: normal;
    font-size: 30px;
    color: #222222;
    margin-top: 15px;
    margin-bottom: 11px;
}

.title p {
    font-style: normal;
    font-size: 14px;
    color: #7A827C;
    margin-bottom: 23px;
}

.map {
    margin-bottom: 10px;
    height: 426px;
    background-color: #DADADA;
    border-radius: 8px;
}

.filter {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    background: #F8F8F8;
    border-radius: 16px;
    margin-bottom: 40px;
    align-items: flex-end;
}

.filter-prop {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    column-gap: 40px;
}

.price-space {
    display: flex;
    justify-content: space-between;
    column-gap: 40px;
}

.filter-btn {
    display: block;
    box-sizing: border-box;
    width: 269px;
}


.selector, .price, .space {
    display: flex;
    flex-direction: column;
}


.selector-title {
    font-style: normal;
    font-size: 14px;
    color: #7A827C;
    margin-bottom: 8px;
}

.wrapper-dropdown {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 289px;
    cursor: pointer;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    font-family: Proxima Nova Regular, sans-serif;
    padding: 10px 15px 10px 13px;
    box-sizing: border-box;
    font-style: normal;
    font-size: 14px;
    color: #333333;
    outline: none;
    background: #FFFFFF;
    border: 1px solid #DADADA;
    border-radius: 8px;
}

.wrapper-dropdown svg {
    transition: all 0.3s;
}

.rotated {
    transform: rotate(-180deg);
}

.wrapper-dropdown .dropdown {
    transition: 0.3s;
    position: absolute;
    top: 120%;
    right: 0;
    left: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 99;
    border-radius: 8px;
    background: inherit;
    border: 1px solid #DADADA;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: 0;
    visibility: hidden;
}

.wrapper-dropdown .dropdown li {
    padding: 0 10px;
    line-height: 35px;
    overflow: hidden;
}

.wrapper-dropdown .dropdown li:last-child {
    border-bottom: none;
}

.dropdown {
    padding: 0.5rem !important;
}

.wrapper-dropdown .dropdown li:hover {
    background-color: #00CF3F;
    border-radius: 8px;
    color: #FFFFFF;
}

.wrapper-dropdown.active .dropdown {
    opacity: 1;
    visibility: visible;
    border-radius: 8px;
}


.prop-name {
    font-style: normal;
    font-size: 14px;
    line-height: 11px;
    color: #7A827C;
    margin-bottom: 2px;
}

.prop-value {
    font-style: normal;
    font-size: 23px;
    color: #222222;
    white-space: nowrap;
}

.btn {
    padding: 15px 27px;
    background-color: #00cd2e;
    border: 1px solid #00cd2e;
    cursor: pointer;
    border-radius: 8px;
    font-family: Proxima Nova SemiBold, sans-serif;
    font-style: normal;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.03em;
    color: #FFFFFF;
}
.btn:hover {
    color: #00cd2e;
    background-color: #fff;
}
.description-info p {
    font-style: normal;
    font-size: 14px;
    color: #222222;
    margin-top: 14px;
}

.description-info ul {
    margin-top: 10px;
    margin-bottom: 32px;
}

.description-info ul li {
    font-style: normal;
    font-size: 14px;
    list-style: none;
}

.description-info ul li:before {
    content: "\2014";
    color: #00CF3F;
    padding-right: 10px;
}

.cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
    margin-top: 52px;
    margin-bottom: 40px;
}

.card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #DADADA;
    border-radius: 24px;
    width: 580px;
    margin: 0 auto;
}

.card-title {
    position: relative;
    display: flex;
    height: 334px;
    flex-direction: column;
    justify-content: flex-end;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 16px 34px;
    border-radius: 24px 24px 0 0;
}

.card-title:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    background: linear-gradient(180deg, transparent 0, #000 100%);
}

.card-title h2 {
    font-style: normal;
    font-size: 30px;
    line-height: 42px;
    color: #FFFFFF;
    z-index: 1;
}

.card-title p {
    font-style: normal;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    min-height: 24px;
    z-index: 1;
}

.card-nameplate {
    padding: 4px 8px;
    background: rgba(255,255,255,.8);
    border-radius: 8px;
    font-size: 12px;
    line-height: 16px;
    color: #000;
    display: flex;
    align-items: center;
    gap: 4px;
    z-index: 1;
    width: max-content;
}

.card-nameplate-hidden {
    opacity: 0;
    height: 24px;
}

.ctb-sub + div {
    margin-top: 10px;
}

.card-info {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    row-gap: 24px;
    padding: 16px 25px 24px 24px;
}

.features-container {
    display: flex;
    gap: 4px;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    padding: 16px 24px;
    margin-bottom: auto;
}

.features-container .features-item {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 4px 8px;
    background: #F8F8F8;
    border-radius: 8px;
    font-size: 14px;
    line-height: 130%;
    color: #A2A2A2;
    white-space: nowrap;
}

.nameplate svg {
    margin-right: 4px;
}

.card-more {
    display: flex;
    align-items: center;
}

.card-more svg {
    margin-left: 12px;
}

.card-more a {
    font-style: normal;
    font-size: 18px;
    line-height: 24px;
    color: #00CD2E;
}

.card-btn {
    width: 100%;
}


.card-title {
    padding: 0;
    overflow: hidden;
}

.swiper-kv {
    width: 100%;
    height: 100%;
}
.swiper-kv .swiper-slide-img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: bottom;
}
.swiper-kv .swiper-controls {
    left: 45%;
}

.swiper-kv.swiper .swiper-pagination {
    position: relative;
    left: auto;
    bottom: auto;
    width: auto;
    display: flex;
    gap: 16px;
    justify-content: space-between;
}
.swiper-kv.swiper .swiper-button-next-custom {
    position: relative;
    bottom: auto;
    right: auto;
    width: 36px;
    height: 36px;
}
.swiper-kv.swiper .swiper-button-next-custom .icon-next {
    left: 34%;
    height: 8px;
    width: 8px;
}

.swiper-slide-img:before {
    content: '';
    display: block;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    background: linear-gradient(180deg, transparent 0, #000 100%);
}

.card-title:before {
    display: none;
}
.card-title-block {
    position: absolute;
    left: 16px;
    bottom: 34px;
    z-index: 3;
}


@media screen and (max-width: 1229px) {
    .content {
        padding: 80px 15px;
    }

    .cards {
        gap: 20px;
    }

    .card {
        max-width: 100%;
    }
}

@media screen and (max-width: 1023px) {
    .filter {
        flex-direction: column;
        align-items: center;
        padding: 24px 16px;
        margin-bottom: 10px;
    }

    .filter-prop {
        width: 100%;
    }

    .selector, .price-space {
        width: calc(50% - 20px);
        min-width: 280px;
        margin: 0;
    }
    .wrapper-dropdown {
        width: auto;
    }
    .price-space {
        justify-content: flex-start;
    }
    .filter-action {
        width: 100%;
        margin-top: 20px;
    }
    .filter-btn {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {

    .selector-title {
        white-space: nowrap;
    }
    .selector {
        margin-right: 0;
    }

    .filter-prop {
        flex-direction: row;
        row-gap: 10px;
        flex-wrap: wrap;
    }

    .card-title h2 {
        font-size: 20px;
    }

    .card-info {
        padding: 12px;
    }
}


@media screen and (max-width: 600px) {
    .filter-prop {
        flex-direction: column;
        align-items: flex-start;
    }
}
@media screen and (max-width: 424px) {
    .content {
        padding: 80px 16px;
    }

    .title h1 {
        font-size: 16px;
    }

    .title p {
        display: none;
    }

    .map {
        height: 271px;
        border-radius: 8px 8px 0 0;
        margin-bottom: 0;
    }

    .filter {
        border-radius: 0 0 16px 16px;
    }

    .filter-action {
        margin-top: 10px;
        width: 319px;
    }

    .filter-btn {
        width: 100%;
    }

    .description-info ul {
        margin-bottom: 23px;
    }

    .cards {
        margin-top: 40px;
    }

    .card-btn {
        font-size: 13px;
    }
    .map {
        height: 300px;
        border-radius: 8px 8px 0 0;
        margin-bottom: 0;
    }
    .filter {
        padding: 12px;
        border-radius: 0 0 16px 16px;
    }
    .filter-prop {
        row-gap: 10px;
    }
}

@media screen and (max-width: 374px) {
    .selector {
        width: 265px;
    }

    .wrapper-dropdown {
        width: 265px;
    }

    .filter-action {
        width: 265px;
    }

    .price {
        margin-right: 25px;
    }

    .prop-value {
        font-size: 20px;
    }
}
