.hero--about-project .hero__header-bottom, .nav-back a{
    align-items: end;
}

.genplan__labels-item{
    width: max-content;
}

.view-button{
    cursor: pointer;
}

.view-button svg{
    pointer-events: none;
}

.apartment-detail__visual{
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: unset;
}

.apartment-detail__visual img{
    width: 100%;
    object-fit: contain;
}

.apartment-detail__visual .canvas-area__canvas{
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
}

.apartment-detail__visual .canvas-area__canvas-item{
    fill: #0a7ebf;
    opacity: 0.4;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.apartment-detail__visual .canvas-area__canvas-item:hover{
    opacity: 0.8;
}

.apartments-card{
    height: 100%;
    display: flex;
    flex-direction: column;
    grid-column: 1 span;
}

.email::-webkit-input-placeholder{
    color: var(--v-dark);
}

.email::-moz-placeholder{
    color: var(--v-dark);
}

.email:-moz-placeholder{
    color: var(--v-dark);
}

.email:-ms-input-placeholder{
    color: var(--v-dark);
}

.email:focus::-webkit-input-placeholder{
    color: grey;
}

.email:focus::-moz-placeholder{
    color: grey;
}

.email:focus:-moz-placeholder{
    color: grey;
}

.email:focus:-ms-input-placeholder{
    color: grey;
}

.nav-pills{
    padding: 5px 18px;
    border-radius: 12px;
}

.tab .nav-pills{
    padding-left: 0;
    padding-bottom: 0;
}

a{
    cursor: pointer;
}

.hero__header-link .link{
    display: inline-flex;
}

@media (min-width: 1366px){
    .advantages-card__img{
        min-width: 441px;
    }
}

.map--project .map__filter-item.active > *{
    background: transparent;
}

.map--project .map__filter-item.active{
    color: #123579;
}

.map--project .map__filter-icon{
    background: transparent;
    width: max-content;
    height: max-content;
}

.map__filter-icon img{
    width: 32px;
}

.tab-content{
    padding: 30px;
}

.tab .tab-content{
    padding: 0;
}

div[id^="wait_comp_"]{
    display: none;
}

.section{
    position: relative;
}

.modal-content{
    position: relative;
}

.modal-content .preloader{
    background: #f2f3f6;
}

.preloader{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 111111111;
    justify-content: center;
    display: flex;
    background: var(--v-white);
    align-items: flex-start;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
}

.preloader.show{
    opacity: 1;
    pointer-events: all;
    visibility: visible;
}

.preloader-block{
    display: block;
}

button[id="del_filter"]::after{
    display: none;
}

button[id="del_filter"]:hover{
    color: var(--v-blue);
}

.error{
    position: absolute;
    top: 100%;
    left: 0;
    color: #e53a59 !important;
}

@media (min-width: 0px){
    .error{
        font-size: 12px;
        letter-spacing: 0em;
        line-height: 16px;
    }
}

@media (min-width: 768px){
    .error{
        font-size: 12px;
        letter-spacing: 0em;
        line-height: 16px;
    }
}

@media (min-width: 1024px){
    .error{
        font-size: 12px;
        letter-spacing: 0em;
        line-height: 16px;
    }
}

@media (min-width: 1440px){
    .error{
        font-size: 12px;
        letter-spacing: 0em;
        line-height: 16px;
    }
}

.button:disabled{
    -webkit-transition: none;
    transition: none;
    background-color: #A49C92;
    pointer-events: none;
    cursor: not-allowed;
}

.button:disabled > span{
    color: #ffffff;
}

.typography a{
    color: #123579;
}

.footer__aside-rm svg{
    fill: #123579;
    opacity: .5;
    -webkit-transition: fill .35s ease-out, color .35s ease-out, background .35s ease-out, border-color .35s ease-out, opacity .35s ease-out;
    transition: fill .35s ease-out, color .35s ease-out, background .35s ease-out, border-color .35s ease-out, opacity .35s ease-out;
}

.chess__item--st .chess__item-presentation{
    background-color: #b6beca;
}

.chess__item--1k .chess__item-presentation{
    background-color: #b6beca;
}

.chess__item--2k .chess__item-presentation{
    background-color: #b6beca;
}

.chess__item--3k .chess__item-presentation{
    background-color: #b6beca;
}

.chess__item--4k .chess__item-presentation{
    background-color: #b6beca;
}

.chess__item--not-match .chess__item-presentation{
    color: rgba(81, 100, 106, 0.5);
    background: #b6b4b4;
}

.chess__item--not-match{
    pointer-events: none;
}

.apartment-detail__chess{
    position: relative;
}

#apartment-detail{
    position: relative;
}

@media (max-width: 719px){
    .mortgage__aside .button.button--secondary{
        width: 100%;
    }
}

@media (max-width: 719px){
    .footer__aside-policy > br{
        display: none;
    }
}

.section__header-decs{
    color: #ffffff;
}

.rm-form.rm-form--main .rm-form__title{
    max-width: 700px;
    color: #111111;
}

.rm-form.rm-form--main .rm-form__subtitle{
    color: #111111;
}

.rm-form.rm-form--main .rm-form__policy{
    max-width: 460px;
}

.way__header{
    margin-bottom: 40px;
}

@media (max-width: 719px){
    .way__header{
        margin-bottom: 32px;
    }
}

@media (max-width: 719px){
    .apartment-list__content .row > *{
        margin-top: 16px;
    }
}

@media{
    .facts-list.facts-list--tenders .row > *{
        padding: 0 15px;
        margin-top: 24px;
    }
}

.way-wrap{
    display: flex;
    flex-direction: row;
    align-items: baseline;
    gap: 24px;
    flex-wrap: wrap;
}

.section--mt-40 > .page__bottom{
    margin-top: 40px;
}

.section__header-title--big{
    font-weight: 500;
    font-size: 42px;
    line-height: 56px;
}

.section--gradient .section__header-title{
    color: #ffffff;
}

#main-contacts > .section__body{
    margin-top: 20px;
}

.section.section--border-top{
    padding-top: 32px;
    padding-bottom: 72px;
    border-top: 1px solid #d9e1ed;
}

.mortgage-calc__range-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 9px;
    /* Input Thumb */
}

.mortgage-calc__range-wrapper input[type=range]{
    -webkit-appearance: none;
    width: 100%;
    height: 1px;
    background-color: rgb(217, 232, 237);
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--v-blue)), to(var(--v-blue)));
    background-image: -webkit-linear-gradient(var(--v-blue), var(--v-blue));
    background-image: linear-gradient(var(--v-blue), var(--v-blue));
    background-size: 0 100%;
    background-repeat: no-repeat;
}

.mortgage-calc__range-wrapper input[type=range]::-webkit-slider-thumb{
    -webkit-appearance: none;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: var(--v-blue);
    cursor: pointer;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.mortgage-calc__range-wrapper input[type=range]::-moz-range-thumb{
    -webkit-appearance: none;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: var(--v-blue);
    cursor: pointer;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.mortgage-calc__range-wrapper input[type=range]::-ms-thumb{
    -webkit-appearance: none;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: var(--v-blue);
    cursor: pointer;
    -ms-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.mortgage-calc__range-wrapper input[type=range]::-webkit-slider-thumb:hover{
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

.mortgage-calc__range-wrapper input[type=range]::-moz-range-thumb:hover{
    transform: scale(1.5);
}

.mortgage-calc__range-wrapper input[type=range]::-ms-thumb:hover{
    transform: scale(1.5);
}

.mortgage-calc__range-wrapper input[type=range]::-webkit-slider-runnable-track{
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: transparent;
}

.mortgage-calc__range-wrapper input[type=range]::-moz-range-track{
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    background: transparent;
}

.mortgage-calc__range-wrapper input[type=range]::-ms-track{
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    background: transparent;
}

.mortgage-calc__range-input{
    border: none;
    padding: 0;
    padding-top: 8px;
    font-size: 14px;
    line-height: 20px;
    cursor: default;
}

.mortgage-calc__range-slider{
    display: inline-block;
}

.hero__header-gap{
    width: 95px;
}

@media (max-width: 1365px){
    .hero__header-gap{
        display: none;
    }
}

.apartment-list__content{
    display: grid;
    gap: 24px;
}

@media (min-width: 720px){
    .apartment-list__content{
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1366px){
    .apartment-list__content{
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (min-width: 1920px){
    .apartment-list__content{
        grid-template-columns: repeat(5, 1fr);
    }
}

@media (min-width: 720px){
    .apartment-list__content--commercial{
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (min-width: 1024px){
    .apartment-list__content--commercial{
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1366px){
    .apartment-list__content--commercial{
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1920px){
    .apartment-list__content--commercial{
        grid-template-columns: repeat(3, 1fr);
    }
}

.section__header-title + .cooperation__body{
    margin-top: 24px;
}

.section__header + .swiper--apartments{
    margin-top: 40px;
}

.section__tabs.menu .menu--about-object{
    background-color: #f2f3f6;
}

@media (max-width: 719px){
    .accordion-collapse .accordion-body{
        font-size: 14px;
    }
}

.modal.modal--buildin .modal-content{
    padding-bottom: 12px;
}

.rm-form.rm-form--callback .rm-form__success{
    padding-bottom: 36px;
}

@media (max-width: 1023px){
    .apartment-detail.apartment-detail--detail .apartment-detail__buttons{
        flex-direction: column;
        gap: 24px;
    }

    .apartment-detail.apartment-detail--detail .apartment-detail__btn + *{
        margin-left: 0;
    }

    .apartment-detail__btn .button--grey{
        display: none;
    }
}

@media (max-width: 1023px){
    .apartment-detail__tags + .apartment-detail__price{
        margin-top: 0;
    }
}

.partners-list__items{
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    row-gap: 40px;
}

.partners-list__item{
    width: 207px;
    height: 77px;
}

.partners-list__icon{
    width: 100%;
    height: 100%;
}

.partners-list__icon img{
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.way__item-title{
    margin-top: 40px;
    margin-bottom: 26px;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
}

.menu--bg-white.menu .menu__wrapper{
    background-color: unset;
}

.section--bottom-border{
    padding-bottom: 32px;
    border-bottom: 1px solid #d9e1ed;
}

.section + .section--bottom-border{
    margin-top: 32px;
}

.section--border + .section{
    margin-top: 72px;
}

.section--colored + .section--border-b{
    margin-top: 80px;
}

.modal-body::before{
    /*position: absolute;*/
    content: "";
    bottom: 0;
    left: 0;
    background-color: #f2f3f6;
    width: 100%;
    height: 125px;
}

#comm-request .modal-body{
    overflow: hidden;
}

.section--border-bottom{
    padding: 32px 0;
    border-bottom: 1px solid #d9e1ed;
}

@media (max-width: 719px){
    .section--border-bottom{
        padding: 0;
        border-bottom: none;
    }
}

.button.btn--small{
    padding: 6px 20px;
}

.mortgage-slider__container > .swiper-wrapper{
    overflow: hidden;
}

.mortgage-slider__container .swiper-slide{
    overflow: hidden;
    height: 77px;
}

@media (max-width: 1365px){
    .mortgage-slider__container .swiper-slide{
        height: 57px;
    }
}

@media (max-width: 1023px){
    .mortgage-slider__container .swiper-slide{
        height: 62px;
    }
}

@media (max-width: 719px){
    .mortgage-slider__container .swiper-slide{
        height: 55px;
    }
}

.icon__partners{
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.apartment-detail.apartment-detail--detail .tab--detail.tab .nav-pills{
    background-color: transparent;
}

.modal-header{
    position: relative;
}

.rm-form--career{
    color: #111111;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}

.rm-form--career > .typography{
    margin-top: 16px;
    padding-bottom: 32px;
}

.career-form{
    margin-top: 24px;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
}

.rm-form--career li{
    margin-top: 10px;
}

.rm-form--career ul{
    padding-left: 15px;
}

#career .modal-body{
    padding: 32px 40px;
    overflow: hidden;
}

#career .modal-dialog{
    top: 150px;
    transform: unset;
    padding-bottom: 150px;
}

#career .modal-body::before{
    height: 100px;
}

.modal-body{
    overflow: hidden;
}

@media (min-width: 0){
    .rm-form.rm-form--career-response .rm-form__policy{
        font-size: 12px;
        letter-spacing: 0em;
        line-height: 16px;
    }
}

@media (min-width: 720px){
    .rm-form.rm-form--career-response .rm-form__policy{
        font-size: 12px;
        letter-spacing: 0em;
        line-height: 16px;
    }
}

@media (min-width: 1024px){
    .rm-form.rm-form--career-response .rm-form__policy{
        font-size: 12px;
        letter-spacing: 0em;
        line-height: 16px;
    }
}

@media (min-width: 1366px){
    .rm-form.rm-form--career-response .rm-form__policy{
        font-size: 12px;
        letter-spacing: 0em;
        line-height: 16px;
    }
}

.rm-form.rm-form--career-response .rm-form__policy .link{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: normal;
}

@media (min-width: 0){
    .rm-form.rm-form--career-response .rm-form__policy .link{
        font-size: 12px;
        letter-spacing: 0em;
        line-height: 16px;
    }
}

@media (min-width: 720px){
    .rm-form.rm-form--career-response .rm-form__policy .link{
        font-size: 12px;
        letter-spacing: 0em;
        line-height: 16px;
    }
}

@media (min-width: 1024px){
    .rm-form.rm-form--career-response .rm-form__policy .link{
        font-size: 12px;
        letter-spacing: 0em;
        line-height: 16px;
    }
}

@media (min-width: 1366px){
    .rm-form.rm-form--career-response .rm-form__policy .link{
        font-size: 12px;
        letter-spacing: 0em;
        line-height: 16px;
    }
}

.rm-form.rm-form--career-response > .rm-form__policy{
    opacity: 0.7;
    font-weight: normal;
    margin-top: 8px;
}

.rm-form.rm-form--career-response .button{
    margin-top: 64px;
}

#career-response .modal-header{
    flex-direction: column;
    justify-content: unset;
    align-items: flex-start;
    gap: 16px;
}

#career-response .modal-header__descr{
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}

.file-input__wrapper{
    margin-top: 32px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 65px;
}

.file-input{
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.file-input__label{
    width: max-content;
    display: flex;
}

.file-input__label-btn{
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 32px;
    border-radius: 30px;
    background-color: #f2f3f6;
    transition: 0.3s ease-in-out;
    width: max-content;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.file-input__label-btn::before{
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(97.14deg, #005171 0.93%, #123579 45.23%, #16a6dd 87.72%);
    opacity: 0;
    transition: 0.3s ease-in-out;
}

.file-input__label-btn:hover::before{
    opacity: 1;
}

.file-input__label-image{
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.file-input__label-image svg{
    z-index: 2;
    fill: #123579;
    transition: 0.3s ease-in-out;
}

.file-input__label-btn:hover .file-input__label-image svg{
    fill: #ffffff;
}

.file-input__label-text{
    color: #123579;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    transition: 0.3s ease-in-out;
    z-index: 2;
}

.file-input__label-btn:hover .file-input__label-text{
    color: #ffffff;
}

.file-input__file{
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.file-input__file-name{
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #111111;
    border-bottom: 1px solid #123579;
}

.file-input__file-value{
    font-weight: 500;
    font-size: 10px;
    line-height: 14px;
    color: #51556a;
}

.file-input__file-close{
    position: absolute;
    top: 0;
    left: -26px;
    width: 18px;
    height: 18px;
    display: none;
    justify-content: center;
    align-items: center;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

.file-input__file-close:hover{
    transform: rotate(90deg);
}

.file-input__file-close--active{
    display: flex;
    z-index: 10;
}

.rm-form .rm-form__close{
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

.nav-arrow__prev.swiper-button-disabled{
    opacity: .65;
}

.nav-arrow__prev.swiper-button-disabled button:hover{
    background: var(--v-font-secondary);
    fill: #111111;
    cursor: default;
}

.nav-arrow__prev.swiper-button-disabled button:hover svg{
    fill: #111111;
}

.nav-arrow__next.swiper-button-disabled{
    opacity: .65;
}

.nav-arrow__next.swiper-button-disabled button:hover{
    background: var(--v-font-secondary);
    fill: #111111;
    cursor: default;
}

.nav-arrow__next.swiper-button-disabled button:hover svg{
    fill: #111111;
}

.hero__bg{
    width: 100%;
}

.parking__img.parking__img--height-full{
    width: 100%;
}

@media (max-width: 767px){
    .hero__visual-img{
        border-radius: 0;
        height: 224px;
    }

    .about-project__slide img{
        border-radius: 0;
    }

    .hero__body{
        height: 224px;
    }

    .hero__visual-desc{
        border-radius: 0;
    }

    .advantages__header-icon{
        width: 55px;
        height: 55px;
    }

    .advantages--cover > .advantages__header{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: row-reverse;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: unset;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: inherit;
        align-items: flex-start;
    }

    .section--map-contacts{
        margin-bottom: 30px;
    }
}

.apartments-card__price{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.open-filter{
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.apartment-list__result-throw svg circle,
.apartment-list__result-throw svg path{
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.apartment-list__result-throw:hover{
    color: #0a7ebf;
}

.apartment-list__result-throw:hover svg circle{
    fill: var(--v-blue);
}

.apartment-list__result-throw:hover svg path{
    fill: #ffffff;
}

.open-filter.active .icon__plus-l{
    display: none;
}

.open-filter.active .icon__minus{
    display: block;
}

.open-filter .icon__plus-l{
    display: block;
}

.open-filter .icon__minus{
    display: none;
}

.commercial-premises-list__icon.active svg circle{
    fill: #ffffff;
}

@media (max-width: 719px){
    .apartment-list__result{
        display: flex;
        flex-direction: column;
        /*gap: 30px;*/
    }
}

.pantries-card-mobile{
    display: flex;
    flex-direction: column;
}

.pantries-card-mobile__properties{
    display: flex;
}

.pantries-card-mobile__properties span{
    position: relative;
    color: #51556a;
}

.pantries-card-mobile__properties span a{
    color: #51556a;
}

.pantries-card__item-list span::before{
    content: " ";
    width: 4px;
    height: 4px;
    display: inline-block;
    border-radius: 50%;
    background: #d9e1ed;
    margin-right: 12px;
    position: absolute;
    top: 8px;
    left: 0;
}

.pantries-mobile-price{
    margin-bottom: 19px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: fit-content;
    align-items: center;
    justify-content: center;
}

.pantries-mobile-price .line-through{
    font-size: 12px;
    line-height: 16px;
    color: #51556a;
}

@media (max-width: 1023px){
    .header{
        display: flex;
        justify-content: center;
    }

    .header__content{
        max-width: 702px;
        width: 100%;
        /*padding-left: 15px;*/
        /*padding-right: 15px;*/
    }
}

@media (min-width: 768px){
    .mobile-count{
        display: none;
    }
}

.mobile-count{
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #111111;
    text-align: center;
}

@media (max-width: 767px){
    .mobile-count{
        color: #ffffff;
    }
}

.icon__modal-cross--mobile{
    display: none;
}

@media (max-width: 1919px){
    .pantries-card__item img{
        margin-right: 24px;
    }
}

@media (max-width: 1023px){
    .icon__modal-cross--mobile{
        display: block;
    }

    .icon__modal-cross{
        display: none;
    }

    .modal-close{
        position: absolute;
        right: 10px;
        top: 10px;
        width: 13px;
        height: 13px;
    }
}

@media (max-width: 767px){
    .rm-form__modal-title{
        font-size: 24px;
        line-height: 32px;
    }

    .mortgage__result{
        display: none;
    }

    .map--project{
        margin-left: -15px;
        margin-right: -15px;
        width: calc(100% + 30px);
    }

    .map--project .map{
        border-radius: 0;
    }

    .apartment-detail__btn{
        width: 100%;
    }

    .apartment-detail__btn a{
        width: 100%;
    }

    .mortgage__filter + *{
        margin-top: 0;
    }

    div#bank_itemz{
        margin: 16px -15px 0 -15px;
    }
}

@media (max-width: 1640px){
    .hero--about-project .hero__list .hero__list-item:nth-child(1){
        width: 250px;
    }

    .hero--about-project .hero__list .hero__list-item:nth-child(2){
        width: 140px;
    }

    .hero--about-project .hero__list .hero__list-item:nth-child(3){
        width: 160px;
    }
}

.section__header-title .dropdown__list--genplan{
    left: 0;
    top: 90px;
}

@media (max-width: 1023px){
    .apartment-detail__visual{
        height: unset;
    }
}

.rm-form__fields__footer{
    position: relative;
}

.rm-form__fields__footer:before{
    position: absolute;
    top: -25px;
    left: -100px;
    background: #f2f3f6;
    width: 200%;
    height: 200%;
    content: " ";
}

.building-progress__card .building-progress__img--video svg{
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
}

.icon__point + .way__text{
    margin-left: 30px;
}

@media (max-width: 767px){
    .icon__point + .way__text{
        margin-left: 0;
    }
}

@media (max-width: 1919px) and (min-width: 1366px){
    .fact{
        flex-direction: column;
        gap: 16px;
    }

    .fact__icon + *{
        margin-left: 0;
    }
}

@media (min-width: 1024px){
    .banner.banner--about-company .banner__image img{
        height: 420px;
    }
}

@media (max-width: 1023px){
    .cooperation__cards{
        margin-top: 32px;
    }

    .map__contacts{
        margin-bottom: 24px;
    }
}

@media (max-width: 719px){
    .banner.banner--about-company .banner__image img{
        min-height: 274px;
    }

    .banner__image{
        margin-left: -15px;
        margin-right: -15px;
    }

    .rm-form__field button{
        width: 100%;
    }

    .banner.banner--about-company .banner__image{
        border-radius: 0;
    }

    .section + .section--mobile{
        margin-top: 24px;
    }

    .cooperation__cards{
        margin-top: 24px;
    }

    .map__contacts{
        margin-bottom: 16px;
    }

    .way__item-title{
        margin-top: 32px;
    }
}

@media (max-width: 1023px){
    .section__header--chess .section__header-title{
        flex-direction: column-reverse;
        align-items: flex-start;
        gap: 48px;
    }

    .section__header--chess .chess-btn,
    .section__header--chess .chess-btn .button{
        width: 100%;
    }
}

.apartment-detail__picture .tab-content > .tab-pane{
    padding: 64px 20px;
}

.button--mobile{
    display: none;
}

@media (max-width: 719px){
    .button--mobile{
        display: flex;
        margin: 32px 0 24px 0;
    }
}

.genplan__buildings--item{
    position: absolute;
    background: #12b2db;
    color: #ffffff;
    z-index: 100;
    width: fit-content;
    padding: 5px 5px 5px 0;
    border-radius: 50px;
    font-size: 11px;
}

.genplan__buildings--item.n26423{
    top: 400px;
    right: 565px;
}

.genplan__buildings--item.n23035{
    top: 460px;
    right: 620px;
}

.genplan__buildings--item img{
    position: absolute;
    top: 0;
    left: -1px;
    border-radius: 50px;
    width: 27px;
    height: 27px;
    padding: 5px;
    background: #0a2353;
}

.buildings--item__text{
    margin-left: 35px;
}

section.section.section-commercial{
    margin-bottom: 64px;
}

@media (max-width: 1919px){
    section.section.section-commercial{
        margin-bottom: 56px;
    }
}

@media (max-width: 1365px){
    section.section.section-commercial{
        margin-bottom: 48px;
    }
}

@media (max-width: 1023px){
    section.section.section-commercial{
        margin-bottom: 40px;
    }
}

.commercial-premises-list__icon svg path{
    fill: #111111;
}

.commercial-premises-list__icon.active svg path{
    fill: #ffffff;
}

.pantries-card__item-list span{
    position: relative;
}

.apartment-list__result-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 719px) {
    .apartment-list__result{
        background: #ffffff;
    }

    .apartment-list__result-container{
        flex-direction: column;
    }

    #modef,#del_filter{
        color: black;
    }
}

.fact__icon img{
    width: 48px;
    height: 48px;
    object-fit: cover;
}


.remove {
  color: red;
  margin-right: 10px;
  cursor: pointer;
}
.compare__but{
max-width: 60%;
color: #FFFFFF;
}
.button--gradient.button::after {
    background: #3A4654;
}

@media(min-width: 1400px){

.comapre_item{
min-width: 24%;
}
}
@media(min-width: 1920px){
.comapre_item{
min-width: 20%;
}
}

.red{
color:red;
}
.green{
color:green;
}
.filter_compare-none{
padding-top: 3rem;
margin-bottom: 3rem;
min-width: 100%;
display: flex;
flex-direction: column;
gap: 2rem;
font-size: 18px;
line-height: 24px;
}
.filter_compare-none .compare__but{

min-width: 100%;

}
.filter_compare{
display: flex;
padding-top: 1rem;
margin-bottom: 3rem;
overflow-x:auto;
scrollbar-width: thin; 
scrollbar-color: #888 #f1f1f1; 
}

.filter_compare::-webkit-scrollbar {
height: 8px; 
}

.filter_compare::-webkit-scrollbar-track {
background: #f1f1f1; 
border-radius: 4px;
}

.filter_compare::-webkit-scrollbar-thumb {
background: #888; 
border-radius: 4px;
}

.filter_compare::-webkit-scrollbar-thumb:hover {
background: #555; 
}
.comapre_item{
min-width: 55%;
}
.header_text{
display: flex;
justify-content: space-between;
border-bottom: 1px solid black;
background-color: #F7FAFC;
align-items: center;
}
.item_text{
display: flex;
align-items: center;
min-height: 50px;
color:#4A739C;
}
.header_text{
color: black;
}
.scroll-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 55px;
    height: 55px;
    background-color: #12B2DB;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1000;
}

.scroll-to-top.show {
    opacity: 1;
    visibility: visible;
}

.scroll-to-top:hover {
    background-color: 0e8bab;
}

.scroll-to-top::before {
    content: "";
    width: 15px;
    height: 15px;
    border-top: 3px solid white;
    border-right: 3px solid white;
    transform: rotate(-45deg);
    margin-top: 8px;
}
.icon-compare-item{
    position: absolute;
    right: 10px;
    z-index: 100;
}
.icon-compare-detail{
/*    position: absolute;
    right: 10px;
    z-index: 100;*/
}
.icon-compare.active path{
  fill: #f90;           
}


.icon-compare:hover:not(.active) {
  color: #555;
}
.icon-compare:hover{
  cursor: pointer;
}
.message-com{
    position: absolute;
    background: white;
    border: 1px solid #00cbff;
     right: 0px;
    top: 10px;
    opacity: 0;
    transition: opacity 0.5s ease;
}
.header.message-com{
    right: 10px;
    bottom: -45px;
    top: unset;
}
.detail.message-com{
    left: 50px;
    right: unset;
    top: 20px;
    opacity: 0;
    height: 20px;
}
.header.message-com > a{
    color: #e3b17b;
}
.compare-count{
    color:red;
    margin-left: 10px;
}
.relative{
    position: relative;
}
.item-butt{
display: flex;
flex-direction: column;
justify-content: space-between;
}
ul.filter_list li.item_text{
color:black;
}
.comparison{
padding: 32px 0 32px 0;
}
@media(min-width: 768px){
.comapre_item{
min-width: 33%;
}
.filter_compare-none{
max-width: 60%;
min-width: 60%;
}
.filter_compare-none .compare__but{
max-width: 40%;
min-width: 40%;
}
}