.turbo .perks{
    display: flex;
    flex-wrap: wrap;
}
.turbo .perks .item {
    margin-bottom: 10px;
    border: 1px solid #EAEAEB;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    border-radius: 15px;
    line-height: normal;
}
.turbo .perks .item .icon{
    width: 50px;
    height: 50px;
    margin-right: 15px;
}
.turbo .perks .item .icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
#page aside .wrap-content {
    flex-direction: column;
    max-height: unset;
}
.turbo .perks .item .title {
    font-weight: 700;
    font-size: 19px;
    margin-bottom: 4px;
}
.turbo .perks .item p{
    font-size: 15px;
    margin-bottom: 0;
}
.turbo .gallery-list{
    position: relative;
}
.turbo .tags {
    display: flex;
    align-items: center;
    height: 100%;
}
.turbo .tags .item {
    padding: 10px 20px;
    background-color: var(--blues);
    color: #fff;
    border-radius: 50px;
    margin-left: 12px;
}
#page .turbo .price-block {
    font-size: 30px;
    font-weight: 600;
    color: var(--oganges);
    padding-bottom: 25px;
    border-bottom: 1px solid #EAEAEB;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.turbo .h1 {
    font-size: 2.2em;
}
#page .turbo h1 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
}
.turbo .btn,.request-call .btn {
    background-color: var(--oganges);
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    border-radius: 15px;
    margin-top: 15px;
    padding: 16px 7px;
    width: 100%;
    display: block;
    margin-bottom: 30px;
}
.request-call input {
    padding: 15px 20px;
    border-radius: 15px;
    font-size: 18px;
    color: #979797;
    border: 1px solid;
}
.request-call .h3{
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 20px;
}
.turbo.property {
    margin-top: 30px;
    margin-bottom: 70px;
}
#page .carousel__button {
    background-color: #EAEAEB;
    width: 45px;
    height: 45px;
    margin: 0 20px;
}
.property main.gallery-card {
    background-color: #fff;
}
.turbo .perks.blg .item .title{
    color: var(--blues);
}
#page .turbo .price-block .subprice {
    font-size: 16px;
    color: var(--oganges);
    font-weight: 500;
    margin-top: 5px;
    display: block;
}
.turbo .perks.blg .item{
    background-color: #F9F9F9;
    padding: 15px 20px;
    width: 100%;
}
#page .turbo main .image-carousel{
    max-height: calc(100% - 170px);
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}
.turbo .perks.line .item{
    margin-right: 10px;
    padding: 15px 20px;
}
.turbo .perks.line .item .title{
    font-size: 16px;
    margin-bottom: auto;
}
.turbo .perks.line{
    flex-wrap: nowrap;
    max-height: 135px;
    overflow: hidden;
    padding: 0 20px;
    margin-top: auto;
    justify-content: center;
    margin-bottom: 40px;
}
.property main.gallery-card {
    padding: 0;
    border-radius: 15px;
    overflow: hidden;
}
.main-header.split .logo svg {
    min-height: 40px;
}
.main-header.split .container {
    justify-content: space-between;
    padding: 10px;
    min-height: 60px;
}
.main-header.split .avatar svg {
    width: 120px;
    min-height: 40px;
}
#page .property .carousel__dots {
    position: absolute;
    bottom: 10px;
    left: calc(50% - 10px);
    margin: unset;
    width: auto;
    overflow: hidden;
    background: #EAEAEB;
    padding: 4px;
    border-radius: 50px;
}


#page .property .carousel__dots .carousel__dot.is-selected,
#page .property .carousel__dots .carousel__dot:nth-child(1):not(.is-selected),
#page .property .carousel__dots .carousel__dot.is-selected:nth-child(1)+.carousel__dot+.carousel__dot,
#page .property .carousel__dots .carousel__dot.is-selected +.carousel__dot {
    display: block;
}
#page .property .carousel__dots .carousel__dot.is-selected{
    animation: wobble 1s ease;
}
#page .property .carousel__dots .carousel__dot{
    min-width: 10px;
    min-height: 10px;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    display: none;
    animation: zoomIn .6s ease;
}
#page .property .carousel__dots .carousel__dot:after{
    background: #fff;
}
#page .property .carousel__dots .carousel__dot.is-selected:after{
    background: #979797;
    transform: unset;
}
@media (max-width: 700px) {
    body .turbo.property>.item {
        background: #fff;
        color: var(--blacks);
        padding-top: 15px;
    }
    body .turbo.property {
        margin: 0;
    }
    body .property .h1{
        font-size: 36px;
        font-weight: 600;
        color: var(--blacks);
    }
    body .property .wr_title .title{
        width: 100%;
    }
    body #page .turbo h1{
        display: block;
        font-weight: 400;
        margin-bottom: 5px;
    }
    body .turbo .perks.line {
        justify-content: start;
        overflow-x: auto;
        padding: 0 15px;
        margin-top: 15px;
    }
    body .turbo .perks.line .item{
        min-width: 70%;
        background-color: #fff;
    }
    body #page .turbo main .image-carousel{
        max-height: 340px;
    }
    body .turbo.property .image-carousel .carousel__slide img {
        max-width: 100% !important;
        max-height: 340px !important;
        min-height: 340px !important;
        object-position: center;
    }
    body .turbo.property .image-blur{
        display: none;
    }
    body .turbo main .wrap-content{
        padding: 20px 15px 15px;
    }
    body .turbo main .perks{
        max-height: unset;
        padding: unset;
    }
    body .turbo.property .image-carousel .carousel__slide {
        width: 100%;
    }
    body .turbo .btn {
        margin-top: 5px;
        margin-bottom: 0;
    }
    .request-call .btn {
        margin-top: 10px;
        margin-bottom: 0;
    }
    body .turbo .tags {
        height: auto;
        margin-top: 10px;
        margin-bottom: 0;
    }
    body .turbo .tags .item {
        margin-right: 12px;
        margin-left: 0;
    }
    body .wr_title .tags,.request-call,body #page .turbo aside .perks{
        display: none;
    }

    body #page .turbo .price-block {
        border: unset;
        margin: 0 0 3px 0px;
        padding-bottom: 0;
    }
    body #page aside .wrap-content{
        min-height: unset;
    }
    body .turbo .wr_title {
        margin-bottom: 5px;
    }
    body #page .carousel__button{
        margin: 0 5px;
    }
}