body {
    background-color: #F8F8F8;
}

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

.btn {
    padding: 15px 27px;
    background-color: #00cd2e;
    border: 1px solid transparent;
    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;
    border-color: #00cd2e;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
    display: flex;
    gap: 24px;
}


.apartment-img {
    position: relative;
    width: 100%;
    height: 100%;
}

.apartment {
    display: flex;
    align-items: center;
    position: relative;
    text-align: center;
    border-radius: 16px;
    background-color: #fff;
    height: 70vh;
    /*overflow: hidden;*/
}

.apartment-slider {
    width: 65.5%;
    max-width: 770px;
}

.apartment-slide {
    width: 100%;
    height: 100%;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 20px;
}
.apartment-slide:first-child {
    display: flex;
}

.apartment-slide img {
    display: block;
    max-width: 85%;
    max-height: 85%;
    border-radius: 0;
    object-fit: contain;
}

.btn-prev, .btn-next {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    width: 48px;
    height: 48px;
    box-sizing: border-box;
    border: 2px solid #DADADA;
    border-radius: 50%;
    cursor: pointer;
    background-color: #FFFFFF;
    z-index: 2;
}

.btn-prev {
    left: 0;
    transform: translateX(-50%);
}

.btn-next {
    right: 0;
    transform: translateX(50%);
}

.compass {
    position: absolute;
    top: 0;
    right: 0;
}

.slider-tools {
    margin: 23px auto;
}

.slider-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
}

.slider-dot {
    width: 45px;
    height: 4px;
    background: #DADADA;
    border-radius: 2px;
    cursor: pointer;
}

.active-dot {
    background: #00CD2E;
}

.slider-nav {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 30px;
}

.slider-nav-switches, .slider-nav-map {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;

    height: 48px;
    background: #FFFFFF;
    border: 1px solid #DADADA;
    border-radius: 12px;
}

.slider-nav-switches {
    padding: 4px;
}

.slider-nav-switch, .slider-nav-map {
    font-style: normal;
    font-size: 14px;
    color: #222222;
    text-align: center;
    padding: 11px 16px;
    gap: 8px;
    cursor: pointer;
}

.container .active {
    padding: 10px 16px;
    background: #D8FEE0;
    border-radius: 10px;
}

.apartment-description {
    width: 34.5%;
}

.apartment-address {
    display: flex;
    flex-direction: column;
    cursor: pointer;
    margin-bottom: 20px;
}

.apartment-address-text {
    font-style: normal;
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
    color: #7A827C;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: -12px;
}

.apartment-address-text a {
    border-bottom: #dadada 1px dashed;
    margin-right: 8px;
    white-space: nowrap;
}

.apartment-address-text a:hover {
    border-bottom: 1px solid transparent;
}

.apartment-request {
    display: flex;
    flex-direction: column;
}

.apartment-info, .apartment-request {
    border-radius: 16px;
    background-color: #fff;
    padding: 20px 24px 17px;
}
.apartment-info {
    position: relative;
}

.apartment-info > .icon-promo {
    position: absolute;
    top: 10px;
    right: 24px;
}

.apartment-info > span {
    font-family: Proxima Nova SemiBold, sans-serif;
    font-style: normal;
    font-size: 12px;
    color: #7A827C;
    border-bottom: 1px solid #DADADA;
}

.apartment-info-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.apartment-title {
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-family: Proxima Nova SemiBold, sans-serif;
    font-style: normal;
    font-size: 20px;
    color: #333333;
}

.apartment-title h1 {
    font-size: 20px;
    line-height: 32px;
}

.download-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    line-height: 16px;
    cursor: pointer;
}

.icon {
    background-size: contain;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}

.icon.icon-download {
    background-image: url('/img/icons/round/download.svg');
}

.apartment-icons {
    display: flex;
    gap: 15px;
    align-items: center;
}

.apartment-icon {
    cursor: pointer;
}

.apartment-options {
    margin-top: 12px;
}

.apartment-option {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #FAFAFA;
}

.apartment-option-name {
    font-style: normal;
    font-size: 16px;
    line-height: 22px;
    color: #7A827C;
}

.apartment-option-value {
    font-family: Proxima Nova SemiBold, sans-serif;
    font-style: normal;
    font-size: 16px;
    line-height: 22px;
    text-align: right;
    color: #222222;
}

.apartment-quality {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #FAFAFA;
}

.apartment-quality-title {
    font-style: normal;
    font-size: 16px;
    line-height: 130%;
    text-decoration-line: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    color: #7A827C;
}

.qualities {
    display: flex;
    gap: 4px;
}

.quality {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-size: 12px;
    line-height: 130%;
    color: #7A827C;
    padding: 4px 8px;
    background: #F8F8F8;
    border-radius: 8px;
}


.apartment-request {
    padding: 15px 24px 12px;
    margin-top: 10px;
    margin-bottom: 17px;
}

.price-title {
    font-style: normal;
    font-size: 12px;
    text-align: center;
    color: #A2A2A2;
}

.price {
    font-style: normal;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
    color: #222222;
}

.price-old-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin-bottom: 4px;
}
.price-old, .price-sqm {
    display: inline-flex;
    position: relative;
    color: #a1a1a1;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    padding: 0 4px;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.price-old:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #a1a1a1;
    position: absolute;
    top: 50%;
}

.apartment-request-btn {
    width: 100%;
    margin-top: 10px;
}

.offer {
    font-style: normal;
    font-size: 12px;
    color: #A2A2A2;
    text-align: center;
    margin-top: 11px;
}

.note {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.note-text {
    font-style: normal;
    font-size: 14px;
    color: #222222;
    margin-left: 8px;
}

#mapLoc {
    width: 100%;
    height: 70vh;
}

.features-container {
    display: flex;
    gap: 4px;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    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;
}

.entrance-block-wrap {
    align-items: flex-start;
    justify-content: flex-start;
    border-radius: 16px;
    overflow: auto;
}

.entrance-block {
    position: relative;
    display: block;
}
.entrance-block img {
    max-width: none;
    max-height: none;
    object-fit: none;
}
.entrance-block .svg-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.entrance-block .svg-container svg {
    max-width: 100%;
    max-height: 100%;
}
@media (max-width: 767px) {
    .container {
        flex-direction: column;
        gap: 0;
        padding: 8px 10px 90px;
    }
    .apartment-slider, .apartment-description {
        width: 100%;
        min-width: auto;
    }
    .apartment button {
        display: none;
    }
}

.entrance-block .svg-container .entrances > g,
.entrance-block .plan .plans path {
    fill-opacity: 0;
    transition: fill-opacity 300ms, stroke-opacity 300ms;
}

.swiper-house {
    width: 100%;
    height: 100%;
    border-radius: 16px;
}

.swiper-house .swiper-slide-img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: bottom;
}
.swiper-house .swiper-controls {
    left: 45%;
}
.swiper-house.swiper .swiper-pagination {
    position: relative;
    left: auto;
    bottom: auto;
    width: auto;
    display: flex;
    gap: 16px;
    justify-content: space-between;
}
.swiper-house.swiper .swiper-button-next-custom {
    position: relative;
    bottom: auto;
    right: auto;
    width: 36px;
    height: 36px;
}
.swiper-house.swiper .swiper-button-next-custom .icon-next {
    left: 34%;
    height: 8px;
    width: 8px;
}
/*.entrance-block .svg-container .entrances > g {
    animation-duration: 1.5s;
    animation-name: scale-up;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes scale-up {
    0% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}
@keyframes move-arrow {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(10px);
    }
}
*/

/* uncomment for entrance images (870x560) */
/*.entrance-block-wrap {
    border-radius: 0;
}
.apartment-slider {
    width: 75%;
}
.btn-prev, .btn-next {
    opacity: 0;
}*/
/* END uncomment for entrance images (870x560) */
