.object-bg {
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 935px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}
.object-bg img{
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;
}
.object-bg:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(22, 23, 24, 0.41) 0%, rgba(0, 5, 17, 0.92) 0.01%, rgba(0, 7, 22, 0.74) 37.5%, rgba(0, 7, 23, 0.74) 59.88%, #0B0E13 90.88%);
}

.first-screen-object {
    padding: 116px 0 109px 0;
}

.object-price {
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    color: #E3C26A;
    background: rgba(12, 16, 24, 0.7);
    border: 1px solid #E3C26A;
    height: 37px;
    display: none;
    padding: 6px;
}
.sold_out{
    background: rgba(255, 255, 255, 0.6);
    height: 69px;
    font-weight: 300;
    font-size: 36px;
    letter-spacing: 0.19em;
    text-transform: uppercase;
    color: #0B0E13;
    padding: 6px 6px 6px calc(6px + 0.19em);
    border: none;
    display: inline-block;
}
.sold_out-btn{
    background: #8D8D8D;
    color: #484848;
    box-shadow: none;
    cursor: unset;
}
.see-button{

}
.sold_out-btn:hover,
.sold_out-btn:active,
.sold_out-btn:focus{
    color: #484848;
}
.object-title {
    margin-top: 27px;
}

.object-location {
    display: flex;
    margin-top: 30px;
    font-size: 24px;
    line-height: 140%;
    color: #FFFFFF;
}

.location-icon {
    margin-right: 12px;
}
[dir="rtl"] .location-icon {
    margin-left: 12px;
    margin-right: 0;
}
.best-home {
    /*    min-height: 2901px;*/
    background: #0B0E13;
    text-align: center;
    padding: 70px 0 104px 0;
}

.best-home-title {
    color: #EEEEEE;
}

.best-home-descr {
    margin-top: 62px;
}

.best-home-descr div {
    position: relative;
    text-align: left;
}

.best-home-img-2 {
    position: absolute;
    top: 253px;
    left: 126px;
}

.best-home-descr p{
    text-align: start;
    margin-top: 37px;
    margin-bottom: 0;
    font-weight: 300;
    font-size: 24px;
    line-height: 150%;
    color: #EEEEEE;
}
.best-home-descr li{
    font-size: 24px;
}

.object-slider {
    margin-top: 187px;
}
.slider-img img {
    width: 100%;
    height: auto;
}

.slider-count-wrapper {
    margin-top: 25px;
    display: flex !important;
}

.slider-count {
    font-size: 24px;
    line-height: 150%;
    text-align: center;
    color: #E3C26A;
}

.slider-arrow {
    display: flex;
    margin-left: 31px;
    width: 160px;
    justify-content: space-between;
    align-items: center;
}
[dir="rtl"] .slider-arrow{
    direction: ltr;
    margin-left: 0;
    margin-right: 31px;
}

.slider-arrow div {
    width: 63px;
    cursor: pointer;
}

.object-location-map {
    margin-top: 87px;
}

.object-location-map-title {
    font-size: 48px;
    font-weight: 300;
    line-height: 57px;
    text-transform: uppercase;
    color: #EEEEEE;
    margin: 0 auto;
}

.object-location-map-descr {
    text-align: left;
    font-size: 24px;
    line-height: 160%;
    color: #EEEEEE;
    margin-top: 34px;
}

.object-location-map-descr p {
    margin-bottom: 8px;
}
.object-location-map img {
    width: 100%;
}
.complexCard_item, .complexCard_item:hover{
    color: #0B0E13 !important;
}
.object-specification {
    padding: 54px 0 58px 0;
    /*    min-height: 1054px;*/
    background: #EEEEEE;
}
.marker {
    background: red;
    background-size: cover;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
}
.object-specification-title {
    font-size: 48px;
    font-weight: 300;
    line-height: 57px;
    text-transform: uppercase;
    color: #0B0E13;
    text-align: center;
}

.object-specification-text {
    margin-top: 40px;
}

.object-specification-text p {
    margin-bottom: 8px;
}

.object-specification-text-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #0B0E13;
}

.object-specification-text-text {
    font-size: 24px;
    line-height: 28px;
    color: #0B0E13;
}

.object-specification-wrapper {
    margin-top: 59px;
    justify-content: space-between;
}

.object-specification-item {
    margin-bottom: 70px;
    display: flex;
    align-items: center;
}

.object-specification-item-title {
    font-size: 24px;
    line-height: 140%;
    color: #0B0E13;
}

.object-specification-item-text {
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    color: #0B0E13;
}

.object-specification-item-descr {
    margin-left: 29px;
}
[dir="rtl"] .object-specification-item-descr {
    margin-left: 0;
    margin-right: 29px;
}

.object-specification-item-text {
    margin-top: 8px;
}

.object-specification-descr {
    margin-top: 18px;
    font-size: 24px;
    line-height: 140%;
    color: #0B0E13;
}

.object-dev {
    /*    min-height: 655px;*/
    padding: 42px 0 117px 0;
    background: radial-gradient(50% 50% at 50% 50%, rgba(13, 15, 18, 0.98) 0%, rgba(11, 14, 19, 0.98) 100%);
}

.object-dev-title {
    font-weight: normal;
    font-size: 48px;
    line-height: 57px;
    text-transform: uppercase;
    color: #EEEEEE;
    text-align: center;
}

.object-dev-wrapper {
    margin-top: 38px;
}

.object-dev-item {
    position: relative;
}

.object-dev-item-title {
    font-weight: 500;
    font-size: 36px;
    line-height: 150%;
    letter-spacing: 0.05em;
    color: #E3C26A;
}

.object-dev-item-descr {
    margin-top: 36px;
    font-size: 22px;
    line-height: 169%;
    color: #EEEEEE;
}

.object-dev-item-descr p {
    margin-bottom: 10px;
}

.object-dev-item img {
    width: 100%;
}

.object-dev-item-img {
    border: 1px solid #E3C26A;
    position: relative;
}
.object-dev-item-bg{
    background: linear-gradient(180deg, #0D1015 0%, rgba(13, 16, 21, 0) 45.83%, #0D1015 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}


.p0 {
    padding: 0;
}
.button-wrapper{
    margin-left: 0;
}
.object-slider .slick-arrow{
    width: 36px;
    height: 36px;
    background-color: transparent;
}
.object-slider .slick-arrow.slick-next:before {
    content: "";
    border: solid #E3C26A;
    border-width: 0 4px 4px 0;
    display: inline-block;
    padding: 6px;
    transform: rotate(-45deg) translate(-3px, -3px);
    -webkit-transform: rotate(-45deg) translate(-3px, -3px);
}
.object-slider .slick-arrow.slick-prev:before {
    content: "";
    border: solid #E3C26A;
    border-width: 0 4px 4px 0;
    display: inline-block;
    padding: 6px;
    transform: rotate(135deg) translate(-3px, -3px);
    -webkit-transform: rotate(135deg) translate(-3px, -3px);
}
@media (max-width: 1439px) {
    .object-bg {
        height: 833px;
    }

    .first-screen-object {
        padding: 122px 0 79px 0;
    }
    .text-title .object-title {
        margin-top: 70px;
    }

    .first-screen-button-container {
        margin-top: 107px;
    }

    .best-home {
        /*        min-height: 2901px;*/
        padding: 70px 0 77px 0;
    }

    .best-home-descr {
        margin-top: 62px;
    }

    .best-home-img-1 {
        width: 83%;
    }

    .best-home-img-2 {
        width: 75%;
        top: 60%;
        left: 22%;
    }

    .best-home-descr p{
        font-size: 18px;
        line-height: 150%;
        color: #EEEEEE;
    }
    .best-home-descr li {
        font-size: 18px;
    }
    .object-location-map {
        margin-top: 84px;
    }

    .object-location-map-descr {
        font-size: 20px;
        margin-top: 20px;
    }
    .object-specification {
        padding: 29px 0 37px 0;
    }

    .object-specification-text-title {
        font-size: 20px;
    }

    .object-specification-text {
        margin-top: 16px;
    }

    .object-specification-wrapper {
        margin-top: 44px;
    }

    .object-specification-item {
        margin-bottom: 60px;
    }

    .object-specification-descr {
        font-size: 20px;
    }

    .object-specification-item-title, .object-specification-item-text {
        font-size: 20px;
    }

    .object-dev {
        padding: 42px 0 117px 0;
    }

    .object-dev-wrapper {
        margin-top: 54px;
    }

    .object-dev-item-descr {
        font-size: 20px;
    }

    .object-dev-item-button {
        font-size: 20px;
    }
    .object-dev-item-img{
        margin-top: 49px;
    }
}

@media (max-width: 991px) {
    .object-bg {
        height: 679px;
    }

    .first-screen-object {
        padding: 77px 0 88px 0;
    }
    .sold_out{
        font-size: 30px;
        height: 52px;
    }
    .object-title {
        margin-top: 60px;
    }

    .object-location {
        margin-top: 17px;
    }

    .first-screen-button-container {
        margin-top: 69px;
    }

    .best-home {
        padding: 32px 0 42px 0;
    }

    .best-home-title {
        font-size: 36px;
    }

    .best-home-descr {
        margin-top: 83px;
    }

    .best-home-img-2 {
        top: 40%;
    }

    .best-home-descr p{
        font-size: 18px;
        margin-top: 0;
        margin-bottom: 18px;
    }
    .best-home-descr li {
        font-size: 18px;
    }
    .object-slider {
        margin-top: 74px;
    }

    .slider-count-wrapper {
        margin-top: 32px;
    }

    .object-location-map-title {
        margin-top: 61px;
        font-size: 36px;
    }

    .object-location-map-descr {
        margin-top: 34px;
    }
    .object-specification {
        padding: 29px 0 43px 0;
    }

    .object-specification-title {
        font-size: 36px;
    }

    .object-specification-text {
        margin-top: 30px;
    }

    .object-specification-text-title, .object-specification-text-text,
    .object-specification-item-title, .object-specification-item-text {
        font-size: 18px;
    }

    .object-specification-wrapper {
        margin-top: 57px;
    }

    .object-specification-item {
        margin-bottom: 55px;
    }

    .object-specification-descr {
        margin-top: 0;
    }

    .object-dev {
        padding: 42px 0 63px 0;
    }

    .object-dev-title {
        font-size: 36px;
    }

    .object-dev-wrapper {
        margin-top: 52px;
        font-size: 30px;
    }

    .object-dev-item-descr {
        margin-top: 45px;
        font-size: 18px;
    }

    .object-dev-item-btn {
        margin-top: 54px;
    }
}
@media (max-width: 767px) {
    .object-bg{
        height: 548px;
    }
    .first-screen-object{
        padding: 67.07px 0 81px 0;
    }
    .object-title{
        margin-top: 41px;
        font-size: 36px;
    }
    .sold_out{
        font-size: 24px;
        height: 42px;
    }
    .object-location{
        margin-top: 29px;
    }
    .first-screen-button-container{
        margin-top: 41px;
    }
    .best-home{
        padding: 18px 0 56px 0;
    }
    .best-home-title{
        font-size: 30px;
    }
    .best-home-img-1{
        margin-bottom: 58px;
    }
    .best-home-descr{
        margin-top: 83px;
    }
    .object-slider{
        margin-top: 56px;
    }
    .slider-count-wrapper{
        margin-top: 12px;
    }
    .object-location-map{
        margin-top: 63px;
    }
    .object-location-map-title{
        font-size: 30px;
    }
    .object-location-map-descr{
        margin-top: 16px;
        font-size: 18px;
    }
    .object-location-map img{
        margin-top: 18px;
    }
    .object-specification{
        padding: 29px 0;
    }
    .col-6-tablet{
        flex: 0 0 auto;
        width: 50%;
    }
    .object-specification-text{
        margin-top: 12px;
    }
    .object-specification-text-title, .object-specification-text-text,
    .object-specification-item-title, .object-specification-item-text {
        font-size: 16px;
    }
    .object-specification-item{
        margin-bottom: 57px;
    }
    .object-specification-descr{
        margin-top: -31px;
        font-size: 16px;
    }
    .object-dev{
        padding: 41px 0;
    }
    .object-dev-title{
        font-size: 30px;
    }
    .object-dev-wrapper{
        margin-top: 24px;
        text-align: center;
    }
    .object-dev-item-title{
        font-size: 20px;
    }
    .object-dev-item-descr{
        margin-top: 13px;
        font-size: 16px;
    }
    .object-dev-item-img{
        margin-top: 18px;
    }

    .object-dev-item-btn {
        margin-top: 25px;
    }
}
@media (max-width: 479px) {
    .object-bg {
        height: 599px;
    }
    .first-screen-object{
        padding: 57px 0 46px 0;
    }
    .object-price{
        height: 30px;
        margin: 0 auto;
        font-size: 14px;
    }
    .object-title{
        margin-top: 37px;
    }
    .object-location{
        margin-top: 46px;
        font-size: 20px;
    }
    .first-screen-button-container{
        margin: 0 auto;
        margin-top: 41px;
        width: 215px;
    }
    .best-home{
        padding: 16px 0 41px 0;
    }
    .best-home-title{
        font-size: 24px;
    }
    .best-home-descr{
        margin-top: 33px;
    }
    .best-home-descr p {
        font-size: 16px;
        margin-top: 0;
        margin-bottom: 16px;
    }
    .best-home-descr li{
        font-size: 16px;
    }
    .object-slider{
        margin-top: 0;
    }
    .slider-count-wrapper{
        margin-top: 22px !important;
    }
    .slider-arrow {
        display: flex;
        margin-left: 34px;
        width: 135px;
    }
    .slider-count{
        font-size: 20px;
    }
    .slider-arrow div {
        width: 47px;
    }
    .object-location-map{
        margin-top: 49px;
        font-size: 24px;
    }
    .object-location-map-descr{
        margin-top: 12px;
        font-size: 16px;
    }
    .object-specification{
        padding: 23px 0 11px 0;
    }
    .object-specification-text p {
        margin-bottom: 22px;
    }
    .exploitation{
        display: inline-block;
        width: 226px;
        vertical-align: top;
        padding-right: 42px;
    }
    .object-specification-item-img svg{
        width: 67px;
        height: 68px;
    }
    .object-specification-wrappe{
        justify-content: space-between;
    }
    .object-specification-item{
        display: block;
        text-align: center;
    }
    .object-specification-item-descr{
        margin-left: 0;
        margin-top: 12px;
        margin-bottom: 25px;
    }
    [dir="rtl"] .object-specification-item-descr {
        margin-right: 0;
    }
    .object-specification-descr{
        margin-top: 16px;
    }
    .object-dev{
        padding: 41px 0;
    }
    .object-dev-title{
        font-size: 24px;
    }
    .object-dev-wrapper{
        margin-top: 19px;
    }
    .object-dev-item-img{
        margin-top: 26px;
    }
}