@charset "UTF-8";
@import "https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&subset=cyrillic";
@import "https://fonts.googleapis.com/css2?family=Golos+Text:wght@400;500;600;700&display=swap";



.page-template-newlisting #sidebar {
    padding-right: 24px;
    max-width: 331px;
}

.page-template-newlisting .content {
    width: calc(100% - 331px);
}

#sidebar aside {
    padding-bottom: 28px;
    margin-bottom: 30px;
}

.checkbox-filters .search-in-filter {
    border: 1px solid #EAE6F0;
    border-radius: 10px;
    height: 48px;
    width: 100%;
    padding: 10px 20px;
    margin-bottom: 18px;
}

.checkbox-filters .checkbox-new.shown-checkbox,
.checkbox-filters .checkbox-new:nth-child(1),
.checkbox-filters .checkbox-new:nth-child(2),
.checkbox-filters .checkbox-new:nth-child(3),
.checkbox-filters .checkbox-new:nth-child(4),
.checkbox-filters .checkbox-new:nth-child(5),
.checkbox-filters .checkbox-new:nth-child(6) {
    display: flex;
}

.checkbox-filters .radio-new.shown-checkbox,
.checkbox-filters .radio-new:nth-child(1),
.checkbox-filters .radio-new:nth-child(2),
.checkbox-filters .radio-new:nth-child(3),
.checkbox-filters .radio-new:nth-child(4),
.checkbox-filters .radio-new:nth-child(5),
.checkbox-filters .radio-new:nth-child(6) {
    display: flex;
}

.checkbox-filters .checkboxes.width-50 {
    display: flex;
    flex-wrap: wrap;
}

.checkbox-filters .checkboxes.width-50 .checkbox-new {
    width: 50%;
}

.max-height-none {
    max-height: none !important;
}

.checkbox-filters .max-height-none .checkbox-new {
    display: flex;
}

.checkbox-filters .checkboxes, .checkbox-filters .radios {
    overflow: auto;
    max-height: 240px;
}

.checkbox-filters .radios::-webkit-scrollbar,
.checkbox-filters .checkboxes::-webkit-scrollbar {
    width: 5px;
}

/* Трек поле скроллбара */
.checkbox-filters .radios::-webkit-scrollbar-track,
.checkbox-filters .checkboxes::-webkit-scrollbar-track {
    background: linear-gradient(0deg, #F8F5FC, #F8F5FC), #F8F5FC;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/* Ползунок скроллбара */
.checkbox-filters .radios::-webkit-scrollbar-thumb,
.checkbox-filters .checkboxes::-webkit-scrollbar-thumb {
    background: #CDC7D3;
    border-radius: 5px;
}

.home .search-chekup h2 {
    margin-bottom: 31px;
}

.home .search-chekup {
    padding-top: 84px
}

.why .items {
    display: grid;
    grid-template-columns:1fr 1fr 1fr;
    grid-gap: 24px
}

@media (max-width: 991px) {
    .why .items {
        grid-template-columns:1fr 1fr
    }
}

@media (max-width: 767px) {
    .why .items {
        display: block
    }
}

.why .item {
    background: #fff;
    border-radius: 24px;
    padding: 32px 40px;
    padding-bottom: 40px;
    overflow: hidden;
    position: relative;
}

@media (max-width: 767px) {
    .why .item {
        margin-bottom: 16px;
        padding: 24px;
    }
}

.why .item .img {
    position: static;
    margin-bottom: 15px;
}
.why .item .img img {
    height: 150px;
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
}


.why .item .img span {
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 2px solid #fff;
    z-index: 5;
    font-weight: bold;
    width: 75px;
    margin-left: 16px;
    margin-top: -1px;
    font-size: 34px;
    height: 75px;
    border-radius: 50%;
    display: none;
    position: absolute
}

.why .item .text {
    font-size: 16px;
    line-height: 155%
}

.why .item .title {
    z-index: 9;
    position: relative;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 16px;
    padding-right: 100px
}

.why .item .text {
    max-width: 304px
}
.home-filters .tab-content{
    padding: 0;
    margin-top: 0;
}
.why + .home-filters{
    margin-top: 0;
}

.all-objects-map .notify {
    position: absolute;
    bottom: 24px;
    left: 24px;
    background: #fff;
    box-shadow: 0px 4px 24px rgba(84, 81, 81, .1);
    border-radius: 20px;
    width: 100%;
    max-width: 329px;
    padding: 24px;
    padding-right: 40px
}

@media (max-width: 767px) {
    .all-objects-map .notify {
        max-width: 280px;
        padding: 16px;
        left: 12px
    }
}

@media (max-width: 380px) {
    .all-objects-map .notify {
        max-width: 240px
    }
}

.all-objects-map .notify .title {
    margin-bottom: 16px;
    padding-right: 50px
}

@media (max-width: 767px) {
    .all-objects-map .notify .title a {
        font-size: 16px
    }
}

.all-objects-map .map img {
    border-radius: 16px;
    height: 480px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

@media (max-width: 767px) {
    .all-objects-map .map img {
        height: 295px
    }
}

.slider-3-item {
    margin: 0 -12px
}

@media (max-width: 767px) {
    .slider-3-item {
        margin: 0;
        margin-right: -15px;
        margin-left: 0px
    }
}

.slider-3-item .item {
    background: #fff;
    border-radius: 24px;
    padding: 32px 40px
}

@media (max-width: 1200px) {
    .slider-3-item .item {
        padding: 24px
    }
}

@media (max-width: 767px) {
    .slider-3-item .item {
        max-width: 334px
    }
}

@media (max-width: 350px) {
    .slider-3-item .item {
        max-width: 280px
    }
}

.slider-3-item .slick-arrow {
    background: #fff;
    box-shadow: 0px 4px 24px rgba(84, 81, 81, .1);
    width: 64px;
    height: 64px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translate(50%, -50%);
    margin-right: 12px;
    right: 0;
    border: none
}

.slider-3-item .slick-arrow.slick-prev {
    display: none !important
}

.slider-3-item .slick-slide {
    margin: 0 12px
}

@media (max-width: 767px) {
    .slider-3-item .slick-slide {
        margin: 0;
        margin-left: 15px
    }
}

.slider-3-item .title {
    margin-bottom: 16px
}

.slider-3-item .title a {
    font-weight: 600;
    text-decoration: none;
    color: #0b0b0b;
    font-size: 24px;
    line-height: 130%
}

@media (max-width: 1200px) {
    .slider-3-item .title a {
        font-size: 20px
    }
}


.review-home {
    overflow: hidden
}

.review-home .text {
    font-size: 16px;
    line-height: 155%;
    color: #0b0b0b;
    margin-top: 16px
}

.review-home .text:after {
    content: attr(data-short)
}

.review-home .text.active:after {
    content: attr(data-full)
}

.review-home .btn-read {
    width: 100%;
    margin-top: 24px
}

@media (max-width: 767px) {
    .review-home .btn-read {
        margin-top: 16px
    }
}

.review-home .btn-read.active {
    display: none
}

.review-home .item .user {
    display: flex;
    align-items: center
}

.review-home .item .user .title {
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 6px
}

.review-home .item .user .avatar {
    flex-shrink: 0;
    margin-right: 16px
}

.review-home .item .user .avatar img {
    border-radius: 50%;
    width: 72px;
    height: 72px;
    -o-object-fit: cover;
    object-fit: cover
}

.articles-home {
    overflow: hidden
}

.articles-home .slick-track {
    display: flex;
    align-items: stretch
}

.articles-home .slick-slide {
    height: auto;
    display: flex;
    flex-direction: column
}

.articles-home .slick-slide > div {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    height: 100%
}

.articles-home .slick-slide .item {
    padding: 0
}

.articles-home .slick-slide .img {
    padding: 16px;
    width: 100%;
    margin-bottom: 8px
}

.articles-home .slick-slide .img img {
    width: 100%;
    height: 133px;
    -o-object-fit: cover;
    object-fit: cover
}

.articles-home .slick-slide .img + .desc {
    padding-top: 0
}

.articles-home .slick-slide .desc {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-top: 32px;
    width: 100%
}

.articles-home .slick-slide .btn-read {
    width: 100%
}

.articles-home .slick-slide .item {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    flex-grow: 1
}

.articles-home .slick-slide .item .title {
    flex-grow: 1
}

.home-description .flex {
    background: #fff;
    padding: 32px 40px;
    border-radius: 24px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

@media (max-width: 991px) {
    .home-description .flex {
        flex-direction: column-reverse;
        padding: 24px
    }
}

.home-description .flex .left {
    max-width: 548px;
    margin-right: 20px
}

@media (max-width: 991px) {
    .home-description .flex .left {
        margin-right: 0;
        max-width: 100%
    }
}

.home-description .flex .left .title {
    font-weight: 600;
    font-size: 36px;
    line-height: 120%;
    letter-spacing: -1px;
    color: #0b0b0b;
    margin-bottom: 24px
}

@media (max-width: 1200px) {
    .home-description .flex .left .title {
        font-size: 32px
    }

    .home-description .flex .left .title br {
        display: none
    }
}

@media (max-width: 991px) {
    .home-description .flex .left .title {
        font-size: 24px;
        margin-bottom: 16px
    }
}

.home-description .flex .left .text {
    font-size: 16px;
    line-height: 155%;
    color: #0b0b0b
}

@media (max-width: 991px) {
    .home-description .right {
        width: 100%;
        margin-bottom: 16px
    }
}

.home-description .right img {
    border-radius: 16px;
    max-width: 478px;
    height: 362px;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width: 991px) {
    .home-description .right img {
        height: 200px;
        width: 100%;
        max-width: 100%
    }
}