@charset "UTF-8";
/* CSS Document */
/*
Theme Name:HouseVita
Version:1.0
Description: Застройщик ВИТА
Author:Laika
Author URI:http://laikaweb.ru/
*/
@font-face {
    font-family:'Avenir Next Cyr';
    src:url('fonts/AvenirNextCyr-Medium.eot');
    src:local('Avenir Next Cyr Medium'), local('AvenirNextCyr-Medium'),
        url('fonts/AvenirNextCyr-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/AvenirNextCyr-Medium.woff') format('woff'),
        url('fonts/AvenirNextCyr-Medium.ttf') format('truetype');
    font-weight:500;
    font-style:normal;
    font-display:swap;
}
@font-face {
    font-family:'Avenir Next Cyr';
    src:url('fonts/AvenirNextCyr-Regular.eot');
    src:local('Avenir Next Cyr Regular'), local('AvenirNextCyr-Regular'),
        url('fonts/AvenirNextCyr-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/AvenirNextCyr-Regular.woff') format('woff'),
        url('fonts/AvenirNextCyr-Regular.ttf') format('truetype');
    font-weight:400;
    font-style:normal;
    font-display:swap;
}
body {
    font-family:'Avenir Next Cyr';
    font-style:normal;
    font-weight:400;
    font-size:20px;
    line-height:120%;
    background:  #F7F7F7;
    font-feature-settings:'pnum' on, 'lnum' on;
    color:#000;
    overflow-x:hidden;
}
/* header start */
header {
    width:100%;
    position:relative;
    padding:10px 0;
}
.pos-fix {
    position:fixed;
    z-index:1000;
    background:#fff;
}
.pos-abs {
    position:absolute;
}
.pos-rel {
    position:relative;
}
.header-box {
    max-width:max-content;
    max-height:max-content;
}
.logo-link {
    max-width:fit-content;
}
.head-bg {
    background:#fff;
}
.burger-wrapper {
    cursor:pointer;
}
#meny {
    background:#fff;
    color:#000;
    width:100%;
    height:100vh;
    position:fixed;
    right:0;
    transition-timing-function:cubic-bezier(10,2,3,1);
    transform:translatey(-100rem);
    top:0;
    z-index:1030;
    transition:.8s ease;
}
.admin-bar #meny {
    padding-top:32px;
}
#menyAvPaa {
    display:none;
}
.menu-text{
    padding:0;
    padding-top:20px;
    overflow-y:scroll;
}
.menu-text::-webkit-scrollbar {
    width:0;
}
#menyAvPaa:checked ~ #meny {
    transform:translateX(0rem);
}
#burger {
    cursor:pointer;
    width:24px;
    height:1.1rem;
    right:0rem;
    top:0rem;
    display:flex;
    justify-content:space-between;
    flex-direction:column;
}
#burger > div {
    height:2px;
    background-color:#000;
    transition:.5s;
    z-index:1059;
}
#menyAvPaa:checked ~ #burger > div {
    background-color: #000;
}
#menyAvPaa:checked ~ #burger > div:nth-child(1) {
    transform:translateY(7.5px) rotate(45deg);
    width:30px;
}
#menyAvPaa:checked ~ #burger > div:nth-child(2) {
    opacity:0;
}
#menyAvPaa:checked ~ #burger > div:nth-child(3) {
    transform:translateY(-7.5px) rotate(-45deg);
    width:30px;
}
.header-text {
    max-width:max-content;
    color:#000;
    transition:.2s ease;
}
.header-items {
    display:flex;
    list-style:none;
    padding:0;
    margin:0;
}
.header-item {
    margin-right:50px;
}
.header-item:last-child {
    margin-right:0px;
}

.header-link {
    font-weight:450;
    font-size:20px;
    line-height:150%;
    text-decoration:none;
    color:#000;
    transition:.3s ease;
}
.active {
    color:#64C689;
}
.header-link:hover {
    color:#64C689;
}
.phone-link {
    font-weight:500;
    font-size:24px;
    line-height:120%;
    font-feature-settings:'pnum' on, 'lnum' on;
    color:#000000;
    text-decoration:none;
}
.header-item:last-child {
    margin:none;
}
.header-pos {
    border-bottom:2px solid #fff;
}
.head-sm-none {
    display:block;
}
.head-md-flex {
    display:none;
}
.disp-lg-none {
    display:none;
}
.header-menu-item a{
    color:#000;
}
.header-menu-items {
    list-style:none;
    padding-left:0;
}
.header-menu-item {
    padding:0px 0 15px 0px;
    text-align:center;
}
.header-menu-item:first-child {
    padding-top:30px;
}
.menu-header-item:first-child {
    margin-top:11px;
}
.head-info-box {
    padding:0 40px 40px 40px;
    display:flex;
    flex-wrap:wrap;
}
.header-menu-text {
    margin-bottom:5px;
}
.header-menu-link:hover {
    color:#64C689;
}
.header-item:last-child {
    margin-right:0px;
}
.head-test {
    padding-left:15px;
}
.head-img-p {
    padding-left:15px;
}
.header-pos-light {
    border-bottom:2px solid #d8d8d8;
}
.header-adress {
    margin:15px 0;
}
.media-box {
    margin-bottom:15px;
}
.disp-md-none {
    display:flex;
}
.disp-xl-none {
    display:flex;
}
.disp-xl-flex {
    display:none;
}
.head-box {
    display:flex;
    flex-wrap:wrap;
}
.phone-link {
    transition:.3s ease;
}
.phone-link:hover {
    color:#64C689;
}
.menu-phone-link {
    font-weight:500;
    font-size:24px;
    line-height:120%;
    font-feature-settings:'pnum' on, 'lnum' on;
    color:#000000;
    text-decoration:none;
    transition:.3s ease;
}
.menu-phone-link:hover {
    color:#64C689;
}
.img-size {
    height:100vh;
    width:50%;
    object-fit:cover;
}
.main-img {
    width:100%;
    height:100%;
    object-fit:cover;
}
.h-100vh {
    min-height:100vh;
    display:flex;
    align-items:center;
}
.text {
    font-weight:400;
    font-size:20px;
    line-height:120%;
    font-feature-settings:'pnum' on, 'lnum' on;
    color:#000;
    margin:0;
}
.text-box {
    display:flex;
    flex-direction:row;
    align-items:center;
    margin-bottom:22px;
}
.text-box .text {
    padding-left:10px;
}
.media-link svg rect {
    transition:.3s;
}
.media-link:hover svg rect{
    fill:#2BA85A;
}
.media-link {
    margin-right:15px;
}
.media-link:last-child {
    margin:0;
}
.info-text {
    text-decoration:none;
    transition:.3s ease;
    color:#000;
    text-align:center;
}
a.info-text:hover{
    color:rgb(43, 168, 90);
}
/* header end */
/* main start */
main {
    padding-top:124px;
}
.intro-box {
    position:relative;
    padding-right:0;
}
.intro-pic {
    position:relative;
    border-radius:40px;
    min-height:220px;
    max-height:90vh;
    filter:brightness(0.9);
    margin:12px;
    width:calc(100% - 24px);
    height:auto;
}
.intro-slider__info {
    position: absolute;
    z-index: 1;
    top: 80px;
    left: 12px;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    width: fit-content;
    padding: 12px 32px 14px;
    border: 1px solid #fff;
    border-left: none;
    backdrop-filter: blur(52.2px);
    border-radius: 0px 1rem 1rem 0px;
}

@media(max-width:768px) {
    .intro-slider__info {
        font-size: 12px;
        left: unset;
        right: 12px;
        padding: 7px 14px 7px;
        border: 1px solid #fff;
        border-left: 1px solid #fff;
        border-right: none;
        border-radius: 0.5rem 0rem 0rem 0.5rem;
    }
}
.card-img-overlay {
    /*     background:linear-gradient(270deg, rgba(46, 46, 46, 0.05) 38.51%, rgba(46, 46, 46, 0.4) 100%); */
    border-radius:40px;
    padding-left:30px;
}
.intro-title {
    font-weight:450;
    font-size:64px;
    line-height:120%;
    text-transform:uppercase;
    color:#FFFFFF;
    margin-bottom:10px;
}
.intro-text {
    font-weight:450;
    font-size:20px;
    line-height:120%;
    font-feature-settings:'pnum' on, 'lnum' on;
    color:#FFFFFF;
    margin-bottom:40px;
}
.btn {
    display:flex;
    flex-direction:row;
    justify-content:center;
    align-items:center;
    padding:12px 32px 14px;
    gap:10px;
    border-radius:50px;
    max-width:fit-content;
    border:0px solid;
}
.btn-main {
    background:#64C689;
    color:#fff;
}
.btn-main:hover{
    color:#fff;
    background:#2BA85A;
}
.btn-main:active, .btn-main:focus {
    background:#008050;
    color:#fff;
}
.btn-main.cons{
    font-weight: 450;
    color: #2BA85A;
    background: #fff;
}

.btn-main.cons:hover{
    color: #fff;
    background: #2BA85A;
}
.title {
    font-weight:450;
    font-size:36px;
    text-transform:uppercase;
    margin-bottom:35px;
}
.pr-box {
    max-width:fit-content;
    margin-right:5rem;
}
.pr-box:last-child {
    margin:0;
}
.pr-title {
    font-weight:450;
    font-size:86px;
    line-height:100%;
    font-feature-settings:'pnum' on, 'lnum' on;
    color:#64C689;
}
.about-slider {
    direction:rtl;
}
.about-slider .slick-slide img {
    height:500px;
    width:500px;
    border-radius:40px;
    object-fit:cover;
    object-position:center;
    overflow:hidden;
}
.slick-slide img {
    height:100%;
    width:100%;
    border-radius:40px;
}
.slick-list {
    margin:0 -20px;
}
.slider-item {
    margin:0 20px;
}
.slider-info-item {
    display:flex;
    flex-direction:row;
    justify-content:flex-end;
    align-items:flex-start;
    padding:40px 40px 60px;
    margin:0 10px;
    min-height:320px;
    max-height:470px;
    gap:30px;
    background:#fff;
    box-shadow:0px 2px 12px rgba(40, 25, 4, 0.04);
    border-radius:25px;
}
.about-info-slider .slick-list,
.about-slider .slick-list {
    margin:0;
}
.slide-num {
    font-weight:450;
    font-size:32px;
    line-height:120%;
    font-feature-settings:'pnum' on, 'lnum' on;
    color:#64C689;
}
.slide-title {
    font-weight:400;
    font-size:30px;
    line-height:120%;
}
.slide-text {
    font-weight:300;
    font-size:16px;
    line-height:150%;
    letter-spacing:0.02em;
    margin-bottom:0;
}
.slider-btns {
    display:flex;
    flex-direction:row;
    justify-content:end;
    margin-top:30px;
}
.next, .prev, .prev-two, .next-two, .prev-three, .next-three {
    border:none;
    background:none;
    transition:.3s ease;
}
.next rect, .prev rect {
    transition:.3s ease;
}
.next:hover rect, .prev:hover rect {
    fill:#2BA85A;
}
.inf-card {
    display:flex;
    flex-direction:row;
    align-items:center;
}
.inf-card img {
    border-radius:30px;
    width:243px;
    height:243px;
    max-width:initial;
}
.inf-box {
    padding-left:30px;
}
.inf-title {
    font-weight:450;
    font-size:20px;
    line-height:120%;
    margin-bottom:15px;
}
.inf-text {
    font-weight:300;
    font-size:16px;
    line-height:150%;
    letter-spacing:0.02em;
    font-feature-settings:'pnum' on, 'lnum' on;
}
.mw-fc {
    max-width:max-content;
}
.text-link {
    color:#000;
    transition:.3s ease;
    text-decoration:none;
}
.text-link:hover {
    color:#64C689;
}
.galary-slider-item {
    transition:all .3s ease;
    padding:40px;
}
.galary-slider-item img{
    object-fit:cover;
    max-height:478px;
    min-height:200px;
    height:100%;
    width:auto;
}
.slick-center {
    transition:.3s ease;
    filter:drop-shadow(0px 0px 1px rgba(40, 25, 4, 0.16)) drop-shadow(0px 2px 12px rgba(40, 25, 4, 0.04)) drop-shadow(0px 2px 16px rgba(40, 25, 4, 0.12));
}
.geo-tabs {
    justify-content:center;
    width:fit-content;
    background:#BAEBCC;
    border-radius:20px;
}
.geo-card {
    border:1px solid #fff;
    padding:0;
    border-radius:none;
}
.geo-nav-link {
    display:flex;
    flex-direction:column;
    align-items:center;
    padding:16px 20px 20px;
    gap:20px;
    border-radius:10px;
    font-size:16px;
    line-height:150%;
    color:#000000;
    transition:.3s ease;
    border:none!important;
    height:100%;
    outline:none;
}
.geo-nav-link svg path{
    transition:.3s ease;
}
.geo-nav-link:hover {
    color:#FFFFFF;
    background:#64C689;
    border-radius:20px;
    border:none;
    height:100%;
}
.geo-nav-link:hover svg path{
    fill:#fff;
    stroke:#fff;
}
.geo-tabs .nav-item.show .nav-link, .geo-tabs .nav-link.active {
    color:#FFFFFF;
    background:#64C689;
    border-radius:20px;
    border-color:transparent;
    height:100%;
}
.geo-tabs .nav-item.show .nav-link svg path, .geo-tabs .nav-link.active svg path{
    fill:#fff;
    stroke:#fff;
}
.card-overlay {
    position:absolute;
    bottom:25px;
    width:100%;
}
.plan-nav-text {
    margin:0;
    font-weight:450;
    font-size:16px;
    line-height:150%;
    color:#000000;
}
.plan-item {
    font-weight:450;
    font-size:16px;
    line-height:150%;
    color:#000000;
}
.plan-item .active {
    display:flex;
    flex-direction:row;
    justify-content:center;
    align-items:center;
    padding:11px 14px 13px;
    gap:10px;
    background:#64C689;
    border-radius:10px;
}
.prog .nav-tabs .plan-item {
    margin-right:20px;
    display:flex;
    flex-direction:row;
    justify-content:center;
    align-items:center;
    padding:11px 14px 13px;
    gap:10px;
    background:#BAEBCC;
    border-radius:10px;
    color:#000;
    border:none!important;
    outline:none!important;
}
.prog .nav-tabs .plan-item:not(.active):hover {
    border:none!important;
    background:#BAEBCC;
    border-radius:10px;
    color:#000;
    outline:none!important;
}
.nav-tabs .plan-item.show .nav-link, .nav-tabs .plan-item.active {
    display:flex;
    flex-direction:row;
    justify-content:center;
    align-items:center;
    padding:11px 14px 13px;
    gap:10px;
    background:#64C689;
    border-radius:10px;
    color:#fff;
    outline:none!important
}
.nav-tabs .plan-item.disabled, .nav-tabs .plan-item:disabled {
    display:flex;
    flex-direction:row;
    justify-content:center;
    align-items:center;
    padding:11px 14px 13px;
    gap:10px;
    background:#BAEBCC;
    border-radius:10px;
    color:#000;
}
.prog .nav-tabs .plan-item:last-child {
    margin-right:0px;
}
.prog-nav {
    overflow-x:auto;
    flex-wrap:nowrap;
    white-space:nowrap;
    padding:0 12px 10px 12px;
}
.prog-nav-wrapper {
    position:relative;
}
.prog-nav-wrapper::after {
    display:block;
    content:'';
    width:80px;
    height:100%;
    background:linear-gradient(90deg, rgba(250, 250, 250, 0) 0%, rgba(250, 250, 250, 0.2) 19.27%, rgba(250, 250, 250, 0.7) 44.79%, #FAFAFA 88.54%);
    position:absolute;
    right:0;
    top:0;
    bottom:0;
}
@media(max-width:768px) {
    .prog-nav-wrapper .prog-nav {
        padding-right:80px;
    }
    .prog-nav-wrapper::before {
        display:block;
        content:'';
        width:22px;
        height:22px;
        position:absolute;
        right:10px;
        top:10px;
        opacity:.5;
        background-image:url("img/finger.png");
        background-position:center;
        background-size:contain;
        background-repeat:no-repeat;
        z-index:10;
    }
}
.prog-pic {
    min-height:200px;
    width:100%;
    object-fit:cover;
    border-radius:20px;
}
.footer-text {
    font-weight:400;
    font-size:14px;
    line-height:150%;
}
.doc-item {
    box-shadow:0px 2px 12px rgba(40, 25, 4, 0.04);
    border-radius:20px;
    display:flex;
    flex-direction:row;
    align-items:flex-start;
    padding:6px;
    background:#fff;
}
.part-item {
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    padding:25px 20px;
    gap:10px;
    background:#fff;
    box-shadow:0px 2px 12px rgba(40, 25, 4, 0.04);
    border-radius:15px;
    margin:5px 20px;
}
.feed-box {
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    padding:60px 100px;
    gap:30px;
    background:#fff;
    box-shadow:0px 2px 12px rgba(40, 25, 4, 0.04);
    border-radius:40px;
}
.form-control {
    display:flex;
    flex-direction:row;
    align-items:flex-start;
    padding:15px 20px;
    gap:10px;
    background:#F7F7F7;
    border-radius:40px;
    font-size:16px;
    line-height:150%;
    font-feature-settings:'pnum' on, 'lnum' on;
    color:#9F9F9F;
    border:none;
}
.form-control:focus {
    color:#212529;
    background-color:#fff;
    border-color:#64C689;
    outline:0;
    box-shadow:0 0 0 0.25rem rgb(100 198 137 / 25%);
}
.form-check-input:checked {
    background-color:#64C689;
    border-color:#64C689;
}
.form-check-input:focus {
    border-color:#64C689;
    outline:0;
    box-shadow:0 0 0 0.25rem rgb(100 198 137 / 25%);
}
.c-label {
    font-weight:400;
    font-size:14px;
    line-height:150%;
    font-feature-settings:'pnum' on, 'lnum' on;
    color:#9F9F9F;
}
/* main end */
@media (max-width:1200px) {
    .disp-xl-none {
        display:none;
    }
    .disp-xl-flex {
        display:flex;
    }
    .pos-fix {
        position:fixed;
        z-index:1059;
        background:#fff;
    }
    .header-link {
        font-size:16px;
    }
    .header-item {
        margin-right:20px;
    }
    .pr-box {
        margin-right:2rem;
        margin-bottom:2rem;
    }
    .pr-title {
        font-size:64px;
    }
    .inf-card {
        display:flex;
        flex-direction:column;
        align-items:flex-start;
        margin-bottom:32px;
    }
    .inf-card img {
        width:100%;
        height:auto;
    }
    .inf-box {
        padding-left:0px;
        padding-top:18px;
    }
    .galary-slider-item {
        transition:all .3s ease;
        padding:30px;
    }
}
@media(max-width:992px) {
    .head-sm-none {
        width:0;
    }
    .disp-md-none {
        display:none;
    }
    .head-sm-none {
        display:none;
    }
    .disp-lg-none {
        display:flex;
    }
    .head-md-flex {
        display:flex;
    }
}
@media (max-width:769px) {
    main {
        padding-top:90px;
    }
    .head-sm-none {
        width:0;
    }
    .disp-md-none {
        display:none;
    }
    .head-sm-none {
        display:none;
    }
    .disp-lg-none {
        display:flex;
    }
    .head-md-flex {
        display:flex;
    }
    .logo-link img {
        height:60px;
        width:auto;
    }
    .header-link {
        font-size:20px;
    }
    .card-img-overlay {
        margin-left:-10px;
    }
    .info-block .logo path {
        fill:#fff;
    }
    .info-block {
        color:#fff;
    }
    #phone path{
        stroke:#fff;
    }
    #mail path {
        fill:#fff;
    }
    #galary path:nth-child(1), #galary path:nth-child(2) {
        fill:#fff;
    }
    #galary {
        width:21px;
        height:22px;
        overflow:visible;
        margin-top:4px;
    }
    .text-box {
        padding:0;
        align-items:flex-start;
    }
    .text-box .text {
        padding-left:15px;
    }
    .intro-title {
        font-size:32px;
        line-height:120%;
    }
    .intro-text {
        font-weight:400;
        font-size:18px;
        line-height:140%;
    }
    .btn-main {
        padding:7px 24px 9px;
        font-size:14px;
        line-height:150%;
    }
    .pr-title {
        font-size:40px;
        line-height:100%;
    }
    .pr-box:nth-child(2) {
        margin-right:0rem;
        padding:0 10px;
    }
    .inf-title {
        font-size:16px;
    }

    .inf-text {
        font-size:14px;
    }
    .container-left {
        padding-left:36px;
    }
    .slider-item, .slider-item img{
        height:310px;
        object-fit:cover;
    }
    .slider-item {
        margin-left:0px;
    }
    .about-slider {
        direction:ltr;
    }
    .slider-info-item {
        margin:15px 0px;
    }
    .galary-slider-item {
        transition:all .3s ease;
        padding:20px;
    }
    .card-overlay {
        position:relative;
        width:100%;
        overflow-y:scroll;
        bottom:0;
    }
    .geo-tabs {
        justify-content:start;
        width:fit-content;
        height:fit-content;
        background:#BAEBCC;
        border-radius:20px;
        flex-direction:row;
        flex-wrap:nowrap;
        white-space:nowrap;
    }
    .geo-card {
        overflow-y:scroll;
    }
    .title {
        font-weight:450;
        font-size:22px;
        line-height:120%;
    }
    .about-slider .slick-list {
        margin:0;
    }
    .about-info-slider .slick-list {
        margin:0px;
    }
    .about-slider .slider-item {
        margin:0;
    }
    .galary-slider .slick-list {
        margin:0;
    }
    .docs-slider .slick-list {
        margin:0 -10px;
    }
    .docs-slider .slick-slide {
        margin:0 10px;
    }
    .slider-two {
        overflow:hidden;
    }
    .slider-two .slick-list {
        padding:0 0px 0 0!important;
    }
}
@media (max-width:576px) {
    #burger {
        right:0rem;
        top:0rem;
        margin-right:20px;
    }
    .intro-text {
        margin-bottom:15px;
    }
    .container-left {
        padding-left:12px;
    }
    .slider-info-item {
        margin:15px 0px;
        padding:20px 30px 30px;
    }
    .slide-title {
        font-size:20px;
    }
    .slide-text {
        font-size:14px;
    }
    .galary-slider-item {
        transition:all .3s ease;
        padding:12px;
    }
    .doc-item {
        width:159px;
        height:fit-content;
    }
    .feed-box {
        padding:30px 20px 40px;
    }

}
/* header end */
/* custom padding & margin start*/
.pb-130 {
    padding-bottom:130px;
}
.py-130 {
    padding:130px 0;
}
.pt-130 {
    padding-top:130px;
}
.pb-100 {
    padding-bottom:100px;
}
.py-100 {
    padding:100px 0;
}
.pt-100 {
    padding-top:100px;
}
.pt-50 {
    padding-top:50px;
}
.pb-50 {
    padding-bottom:50px;
}
.pe-40 {
    padding-right:45px;
}
.px-12 {
    padding:0 12px;
}
.ps-12 {
    padding:0 0 0 12px;
}
.pe-12 {
    padding:0 12px 0 0;
}
.mb-50 {
    margin-bottom:50px;
}
.mb-40 {
    margin-bottom:40px;
}
.mb-30 {
    margin-bottom:30px;
}
.mb-20 {
    margin-bottom:20px;
}
.mt-30 {
    margin-top:30px;
}
.mt-20 {
    margin-top:20px;
}
.mx-12 {
    margin:0 12px;
}
@media (max-width:769px) {
    .pb-100 {
        padding-bottom:75px;
    }
    .py-100 {
        padding:75px 0;
    }
    .pt-100 {
        padding-top:75px;
    }
    .px-100 {
        padding:0 75px;
    }
    .pt-50 {
        padding-top:35px;
    }
    .pb-50 {
        padding-bottom:35px;
    }
    .mb-50 {
        margin-bottom:35px;
    }
    .mx-sm-auto {
        margin-right:auto!important;
        margin-left:auto!important;
    }
    .pb-130 {
        padding-bottom:64px;
    }
    .py-130 {
        padding:64px 0;
    }
    .pt-130 {
        padding-top:64px;
    }
}
@media (max-width:576px) {
    .pb-100 {
        padding-bottom:50px;
    }
    .py-100 {
        padding:50px 0;
    }
    .pt-100 {
        padding-top:50px;
    }
    .px-100 {
        padding:0 50px;
    }
    .pt-50 {
        padding-top:25px;
    }
    .pb-50 {
        padding-bottom:25px;
    }
    .mb-50 {
        margin-bottom:25px;
    }
    .m-sm-12 {
        margin:0 12px;
    }
}
/* custom padding & margin end */
@media(min-width:576px){
    .container-left {
        padding-right:calc((100% - 540px) / 2 + 12px);
    }
}
@media(min-width:768px){
    .container-left {
        padding-right:calc((100% - 720px) / 2 + 12px);
    }
}
@media(min-width:992px){
    .container-left {
        padding-right:calc((100% - 960px) / 2 + 12px);
    }
}
@media(min-width:1200px){
    .container-left {
        padding-right:calc((100% - 1140px) / 2 + 12px);
    }
}
@media(min-width:1400px){
    .container-left{
        padding-right:calc((100% - 1320px) / 2 + 12px);
        padding-left:0;
    }
}
.plan-nav {
    padding-bottom:40px;
    padding-left:12px;
}
.plan-nav .nav-link:not(.plan-dop-section) {
    display:flex;
    flex-direction:row;
    justify-content:center;
    align-items:center;
    padding:11px 18px 13px;
    background:#BAEBCC;
    border-radius:10px;
    font-weight:450;
    font-size:16px;
    line-height:150%;
    color:#000000;
    margin-right:10px;
    border:none;
}
.plan-nav .nav-link:not(.plan-dop-section):hover {
    outline:none;
    box-shadow:none;
    border-color:transparent;
}
.plan-nav .nav-link:not(.plan-dop-section).active {
    border:none;
    border-radius:10px;
    font-weight:450;
    font-size:16px;
    line-height:150%;
    color:#FFFFFF;
    background-color:#64C689;
}
.plan-nav .nav-link.plan-dop-section {
    border:none;
    background-color:transparent;
    display:flex;
    flex-direction:row;
    justify-content:center;
    align-items:center;
    outline:none;
}
.plan-nav .nav-link.plan-dop-section.active svg {
    width:100%;
    height:100%;
}
.plan-nav .nav-link.plan-dop-section.active svg path {
    fill:#64C689;
}
.plan-nav .nav-link.plan-dop-section.active svg path.number {
    fill:white;
}
.plan .plan-pic {
    width:100%;
    height:auto;
    padding:30px 30px;
    background:#FFFFFF;
    box-shadow:0px 2px 12px rgba(40, 25, 4, 0.04);
    border-radius:40px;
}
.plan .tab-content {
    position:relative;
}
.plan .tab-content .plan-nav {
    position:absolute;
    top:-83px;
    left:630px;
    padding:0;
}
@media(max-width:1200px) {
    .plan .tab-content .plan-nav {
        position:unset;
        padding-bottom:40px;
    }
}
@media(max-width:992px) {
    .plan .tab-content .plan-nav {
        position:unset;
        top:-83px;
        left:630px;
        padding-bottom:40px;
    }
    .geo-card .tab-content>.tab-pane {
        margin:0 25px;
    }
}
@media(max-width:768px) {
    .plan-nav .nav-link:not(.plan-dop-section) {
        margin:0 0 10px 0;
        width:100%;
    }
    .plan .plan-pic {
        width:992px;
        max-width:992px;
    }
    .plan .tab-content .tab-content .tab-pane {
        width:100%;
        overflow:auto;
        position:relative;
    }
    .plan .tab-content .tab-content .tab-pane::after {
        display:block;
        content:'';
        width:22px;
        height:22px;
        position:absolute;
        left:50px;
        top:16px;
        opacity:.8;
        background-image:url(img/finger.png);
        background-position:center;
        background-size:contain;
        background-repeat:no-repeat;
        z-index:10;
    }
}
.wpcf7-spinner {
    display:none;
}
.wpcf7-not-valid-tip {
    display:none;
}
.acceptance-wrapper {
    display:flex;
    flex-direction:row;
    align-items:flex-start;
    margin-bottom:24px;
}
.acceptance-wrapper .accept {
    width:auto;
    margin:0 7px;
    display:block;
}
.acceptance-wrapper .wpcf7-acceptance {
    width:15px;
    height:15px;
    background:#fff;
    border:1px solid #64C689;
    border-radius:5px;
    cursor:pointer;
    display:block;
    position:relative;
    transition:0.3s;
    overflow:hidden;
    margin-right:8px;
}
.acceptance-wrapper .wpcf7-acceptance > span {
    display:none;
}
.acceptance-wrapper .wpcf7-acceptance::after {
    content:"";
    display:block;
    width:10px;
    height:10px;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    background-image:url("data:image/svg+xml,%3Csvg width='11' height='8' viewBox='0 0 11 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.71967 3.91024C0.598118 4.01553 0.584346 4.19919 0.688837 4.32143L3.13331 7.18108C3.5112 7.62315 4.18518 7.65073 4.59793 7.24101L10.2937 1.587C10.4051 1.4765 10.3989 1.29467 10.2803 1.19198C10.1555 1.08382 9.96824 1.0906 9.85153 1.2075L4.61277 6.45478C4.19523 6.873 3.50802 6.83985 3.13268 6.38337L1.12753 3.94475C1.02546 3.82062 0.841143 3.80502 0.71967 3.91024Z' fill='white' stroke='white' stroke-width='0.6'/%3E%3C/svg%3E%0A");
    background-position:center;
    background-repeat:no-repeat;
    background-size:contain;
    visibility:hidden;
    opacity:0;
    transition:0.3s;
}
.acceptance-wrapper > span:not(.wpcf7-form-control-wrap),
.acceptance-wrapper > span:not(.wpcf7-form-control-wrap) a {
    width:calc(100% - 22px);
    font-weight:normal;
    font-size:14px;
    line-height:150%;
    color:#9F9F9F;
}
.acceptance-wrapper > span:not(.wpcf7-form-control-wrap) a {
	font-style:italic;
	font-weight:bold;
	text-decoration:underline;
	text-decoration-color:#9F9F9F;
	transition:.3s;
}
.acceptance-wrapper > span:not(.wpcf7-form-control-wrap) a:hover {
	text-decoration-color:transparent;
}
.acceptance-wrapper .wpcf7-acceptance.checked {
    background:#64C689;
    border:1px solid #64C689;
}
.acceptance-wrapper .wpcf7-acceptance.checked::after {
    visibility:visible;
    opacity:1;
}
.wpcf7 .wpcf7-submit:disabled {
    background:#64C689;
    opacity:.8!important;
    color:#fff;
}
.wpcf7-form.sent > *:not(.wpcf7-response-output) {
    display:none!important;
}
.wpcf7-form.sent .wpcf7-response-output {
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:space-between;
    font-weight:450;
    font-size:20px;
    line-height:120%;
    text-align:center;
    font-feature-settings:'pnum' on, 'lnum' on;
    color:#000000;
    border:none;
    padding:0;
    margin:0;
}
/* .wpcf7-form.sent .wpcf7-response-output::before {
    content:"РЎРїР°СЃРёР±Рѕ!";
    display:block;
    font-weight:450;
    font-size:36px;
    line-height:120%;
    text-align:center;
    text-transform:uppercase;
    color:#000000;
    margin-bottom:18px;
}
.wpcf7-form.sent .wpcf7-response-output::after {
    content:'РњС‹ СЃРІСЏР¶РµРјСЃСЏ СЃ РІР°РјРё РІ С‚РµС‡РµРЅРёРё 15 РјРёРЅСѓС‚';
    display:block;
    font-weight:300;
    font-size:16px;
    line-height:150%;
    letter-spacing:0.02em;
    font-feature-settings:'pnum' on, 'lnum' on;
    color:#000000;
    text-align:center;
    margin-top:8px;
} */
.wpcf7 {
    margin:auto;
}
.modal-content {
    background:#FFFFFF;
    padding:60px;
    box-shadow:0px 2px 12px rgba(40, 25, 4, 0.04);
    border-radius:40px;
}
.modal-content .btn-close {
    position:absolute;
    top:33px;
    right:33px;
    opacity:1;
}
.modal-content .wpcf7-form input:not([type="submit"]) {
    margin-bottom:20px;
    width:100%;
}
.modal-content .wpcf7-form input[type="submit"] {
    margin:auto;
}
.slick-track {
    margin-left:0;
}
#policyModal .modal-dialog {
    max-width:700px;
    width:calc(100% - 30px);
}
.modal-dialog-scrollable .modal-content {
    overflow:auto!important;
}
#policyModal .title {
    font-weight:800;
    font-size:28px;
}
#policyModal h2 {
    font-weight:700;
    font-size:24px;
    margin-bottom:20px;
    margin-top:34px;
}
#policyModal a {
    white-space:normal;
}
.modal {
    z-index:9999;
}
@media(max-width:768px) {
    .about-slider .slick-slide img {
        height:100%;
        width:100%;
        border-radius:40px 40px 0 0;
    }
    .about-info-slider .slider-info-item {
        margin-top:0;
        border-radius:0px 0px 40px 40px;
        min-height:auto;
        max-height:auto;
    }
    .intro-pic {
        margin:0px;
        padding:12px;
        width:100%;
    }
}
@media(max-width:576px) {
    .galary-slider-item img {
        object-fit:cover;
        max-height:478px;
        min-height:200px;
        height:auto;
        width:100%;
    }
    #policyModal .title {
        font-weight:800;
        font-size:18px;
        margin-bottom:10px;
    }
    #policyModal h2 {
        font-size:16px;
        margin-top:10px;
    }
    .modal-content {
        padding: 30px;
    }
    #policyModal p {
        font-size:16px;
    }
}
.tab-pane .slick-track{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.modal-content .wp-block-heading:nth-child(1){
    display: none;
}

.modal-content .wp-block-heading:nth-child(2){
    display: none;
}

.rub{
    font-family: Arial,sans-serif;
}

.flat-box{
    padding: 40px 40px 60px;
    background: #fff;
    box-shadow: 0px 2px 12px rgb(40 25 4 / 4%);
    border-radius: 25px;
}

.flat-status{
    display: inline-block;
    font-size: 17px;
    line-height: 38px;
    font-weight: bold;
    position: relative;
    top: -8px;
    font-family: Arial,sans-serif;
    letter-spacing: .02em;
    padding: 0px 12px;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    border-radius: 6px;
    margin-right: 10px;
}

.flat-status--0{
    color: #0f2310;
    background: #b9f6ba;

}
.flat-status--1{
    color: #17191c;
    background: #babec4;
}
.flat-status--2{
    background-color:  #ABCDEF;
    color: #17191c;
}





.flats-body{

}

.floor-line{
    margin: 20px 0px;
    white-space: nowrap;
    min-height: 78px;

    padding-left: 40px;
}

.flat-link{
    position: absolute;
    z-index:1;
    height:100%;
    width:100%;
    top:0px;
    left:0px;
}

.floor-line-number{
    margin-left: -60px;
    position: absolute;
    z-index: 2;
    height: 98px;
    padding-top: 20px;
    width: 48px;
    text-align: center;
    background-color: white;
    border-right: 1px solid #eee;


}

.floor-line-number span{
    position: absolute;
    font-size: 12px;
    top: 50px;
    left: 6px;
    color: #aaa;
    text-transform: uppercase;
}

.floor-line-number--top{
    z-index: 1;
    margin-top: -94px;
}

.floor-line-number--bottom{
    z-index: 1;
    margin-top: 74px;
}

.floor-line-number--bottom span{
    top: 25px;
}



.podezd-panel{

    padding: 20px;
    padding-left: 87px;
    position: fixed;
    background: #fff;
    width: 100%;
    margin-top: -1px;
    z-index: 3;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;

}
.podezd-korpusa {
    display: flex;
    width: 100%;
    margin-bottom: 24px;
    gap:10px;
}
.podezd-korpusa-item {
    display: flex;
    align-items: center;
    gap:8px;
    text-decoration: none;
    outline: none;
    border-radius: 10px;
    border: 0;
    padding:14px 24px;
    background-color: #BAEBCC;
    color:#000;
    text-align: center;
    font-size: 16px;
    line-height: 150%;
    font-weight: 450;
    transition: .3s;
}
.podezd-korpusa-item.active {
    background-color: #198754;
    color:#fff;
}
a.podezd-korpusa-item::before {
    content: '';
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg width='29' height='15' viewBox='0 0 29 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_494_1176)'%3E%3Cpath d='M0 0H11V15H7V4H0V0Z' fill='%23ffffff66'/%3E%3Crect x='15' width='5' height='15' fill='%23ffffff66'/%3E%3Crect x='24' width='5' height='15' fill='%23ffffff66'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_494_1176'%3E%3Crect width='29' height='15' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    width: 29px;
    height: 11px;
}
a.podezd-korpusa-item:nth-child(1).active::before {
    background-image: url("data:image/svg+xml,%3Csvg width='29' height='15' viewBox='0 0 29 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_494_1182)'%3E%3Cpath d='M0 0H11V15H7V4H0V0Z' fill='%23ffffff'/%3E%3Crect x='15' width='5' height='15' fill='%23ffffff66'/%3E%3Crect x='24' width='5' height='15' fill='%23ffffff66'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_494_1182'%3E%3Crect width='29' height='15' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
a.podezd-korpusa-item:nth-child(2).active::before {
    background-image: url("data:image/svg+xml,%3Csvg width='29' height='15' viewBox='0 0 29 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_495_1187)'%3E%3Cpath d='M0 0H11V15H7V4H0V0Z' fill='%23ffffff66'/%3E%3Crect x='15' width='5' height='15' fill='%23ffffff'/%3E%3Crect x='24' width='5' height='15' fill='%23ffffff66'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_495_1187'%3E%3Crect width='29' height='15' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
a.podezd-korpusa-item:nth-child(3).active::before {
    background-image: url("data:image/svg+xml,%3Csvg width='29' height='15' viewBox='0 0 29 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_495_1192)'%3E%3Cpath d='M0 0H11V15H7V4H0V0Z' fill='%23ffffff66'/%3E%3Crect x='15' width='5' height='15' fill='%23ffffff66'/%3E%3Crect x='24' width='5' height='15' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_495_1192'%3E%3Crect width='29' height='15' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

@media(max-width:576px) {
    .podezd-korpusa {
        justify-content: center;
        align-items: center;
    }
    .podezd-korpusa-item {
        display: flex;
        flex-direction: column;
    }
}

.podezd-panel .btn{
    display: inline-block;
}

.podezd-wrap{
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
    cursor: grab;
    overflow-x: auto;
    width: 100%;
    white-space: nowrap;
    font-family: Arial;
    position: relative;
}



.podezd{
    display: inline-block;
    min-height: 78px;
    white-space: nowrap;
    margin-right: 40px;
    /* margin-top: 104px; */
    margin-top: 200px;
}



.podezd-name{
    padding-left: 40px;

}

.podezd-flats-counter{
    opacity: 0;
    display: inline-block;
    margin-left: 10px;
    position: relative;
    top: -4px;
    font-size: 11px;
    line-height: 16px;
    font-weight: 600;
    background: #30323a;
    padding: 2px 8px;
    border-radius: 4px;
    color: #fff;
}

.floor-line-podezd-apartment{
    position:relative;
    white-space: nowrap;
    display: inline-block;
    width: 152px;
    height: 70px;
    margin-right: 8px;
    position: relative;
    margin-bottom: 8px;
    border-radius: 4px;
    background-color: #f1f2f3;
    color: #7b828f;
    padding: 6px 7px 8px 10px;
    cursor: pointer;
    outline: 1px solid rgba(0,0,0,.1);
    outline-offset: -1px;
    line-height: 16px;
    font-size: 12px;

}

.floor-line-podezd-apartment--0{
    background-color: #b9f6ba;
    color: #282a2f;

}

.floor-line-podezd-apartment--0:hover{


    box-shadow: 0 0 0 2px #4caf50;
    outline-color: #4caf50;
}

.floor-line-podezd-apartment--1{

}

.floor-line-podezd-apartment--1:hover{
    box-shadow: 0 0 0 2px #aaa;
    outline-color: #aaa;

}

.floor-line-podezd-apartment--2{
    background-color:  #ABCDEF;
    color: #282a2f;
}

.floor-line-podezd-apartment--2:hover{
    box-shadow: 0 0 0 2px #aaa;
    outline-color: #aaa;
}

.flat-room{
    position: absolute;
    right: 7px;
    top: 6px;
    border-radius: 2px;
    border: 1px solid #282a2f;

    padding: 0 2px;
    padding-right: 3px;
    font-weight: bold;
    text-align: center;
}

.flat-price{
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
}

.floor-line-podezd-apartment--0   .flat-price{
    color: #555;
}



.podezd-filter{
    position: fixed;
    width: 280px;
    padding: 50px 16px;
    padding-top: 20px;
    float:left;
    height: 100%;
    background: #fff;
    min-height: 500px;
    border-right: 1px solid #eee;

    display: none;
}




.podezd-filter .form-control{
    display: block;
    padding: 0.375rem 0.75rem;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;


}

.podezd-filter .form-label{
    font-size: 1rem;
}

.podezd-filter .form-check-label{
    font-size: 0.8rem;
}


.podezd-filter .btn-sm{
    padding: 0.25rem 0.5rem;
    font-size: .875rem;
    border-radius: 0.2rem;
}

.podezd--floor{
    margin-right: 0px;
    cursor: default;
}

.podezd--floor .floor-line{
    padding-left: 0px;
}

.podezd--floor .podezd-name {
    padding-left: 42px;
}

.podezd--floor .floor-line-number{
    margin-left: 0px;
}


.flats-body--filter .podezd-filter{

    display: block;

}

.flats-body--filter .podezd-panel{
    margin-left: 280px;
}

.flats-body--filter .podezd-wrap{
    margin-left: 280px;
    width: calc(100% - 280px);
}

.close-filter-svg{
    display: none;
    height: 24px;
    width: 24px;
    margin-right: 10px;
}
.open-filter-svg{
    height: 24px;
    width: 24px;
    margin-right: 10px;
}


.btn--close .open-filter-svg{
    display: none;
}

.btn--close .close-filter-svg{
    display: inline-block;
}

#show_result{
    display: none;
}

.visible-xs, .visible-xs-inline-block{
    display:none !important;
}

.header-price{
    margin-top: 0;
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--bs-heading-color);
}

.header-price .flat-status{
    display: none;
}


.flat-contact-phone{
    margin: auto;
}

.apart-otdelka-info {
    margin:48px 0 48px;
    padding: 19px 32px 20px;
    border-radius: 16px;
    border:1px solid #2BA85A;
    background-color: transparent;
    text-align: center;
    font-family: "Avenir Next Cyr", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    color:#000;
}
.apart-otdelka-info span {
    white-space: nowrap;
}
@media(max-width:576px) {
    .apart-otdelka-info {
        padding: 12px 12px 13px;
        font-size: 16px;
    }
}

.floor-line-number{

}

.flats-body--view-min .podezd{
    min-height: 55px;
}

.flats-body--view-min .floor-line{
    min-height: 55px;

}



.flats-body--view-min .floor-line-podezd-apartment{
    width: 38px;
    height: 50px;
    margin-bottom: 0px;
}

.flats-body--view-min .flat-number,
.flats-body--view-min .flat-price,
.flats-body--view-min .flat-area span{
    display: none;
}

.flats-body--view-min .flat-area{
    position: absolute;
    bottom: 5px;
    width: 38px;
    left: 0px;
    text-align: center;
    font-size: 11px;
    line-height: 15px;
    opacity: .5;
    white-space: nowrap;
}

.flats-body--view-min .flat-room{
    border: none;
    font-size: 13px;
    width: 38px;
    left: 0px;
    text-align: center;
    line-height: 20px;
    top: 7px;
}

.flats-body--view-min .floor-line-number{
    margin-top: -5px;
}

.flats-body--view-min .floor-line-number--top{
    margin-top: -94px;
}

.flats-body--view-min .floor-line-number--bottom{
    margin-top: 51px;
    z-index: 2;
}

.help-chess{
    position: fixed;
    top: 240px;
    right: 24px;
    color: #fff;
    border-radius: 4px;
    opacity: .9;
    background: #373a41;
    padding: 16px;
    z-index: 15;
    display: none;
}

.help-chess-ico{
    display: inline-block;
    position: relative;
    top: 0px;
}

.help-chess-ico svg{
    display: block;
}

.help-chess-close{
    display: inline-block;
    position: relative;
    top: -8px;

}

.help-chess-close .btn-close{
    background-color: white;
}



.help-chess-text{
    display: inline-block;
    width: 220px;
    font-size: 17px;
    padding-left: 14px;
    white-space: normal;
}

.podezd-scroll--floors{
    margin-top: 192px; /* 92px; */
    min-height: 700px;
}

.podezd-scroll--floors .podezd--floor{
    margin-top: -45px;
    float: left;
}

.floor-plan-svg {
    display: block;
    width: 90%;
    /* margin-left: 50px; */
    margin-left: 80px;
    /*transform: scale(0.3);*/
}

.page-template-flats-tpl_1-2 .floor-plan-svg,
.page-template-flats-tpl_1-3 .floor-plan-svg {
    /* transform: rotate(-90deg);
    margin-left: 150px; */
}
.page-template-flats-tpl_1-2 .podezd-scroll--floors,
.page-template-flats-tpl_1-3 .podezd-scroll--floors {
    /* margin-top: 0px; */
}

.floors-zoom{
    position: fixed;
    right: 20px;
    top: 300px;
    z-index: 1010;
}

.floors-zoom-btn{
    cursor: pointer;
    background: #f9fafa;
    color: #282a2f!important;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(0,0,0,.1);
    padding: 4px;
}

.floors-zoom-btn:hover{
    background: #d6d8dc;
}

.floors-zoom-btn--minus{
    border-radius: 0 0 8px 8px;
}

.floors-zoom-btn--plus{
    border-radius: 8px 8px 0 0;
    border-bottom: none;
}


.floors-zoom-btn svg{
    display: block;
}

.flat-status-def{
    fill: #ccc;
    stroke: #ccc;
    opacity: .7;
    stroke-width: 2px;
    cursor: pointer;
}



.flat-status-def--0{
    fill: #b9f6ba;
}

.flat-status-def--2{
    fill:  #ABCDEF;
}

.flat-status-def:hover{
    opacity: .9 !important;
}


.flat-status-def--hide{
    display: none;
}

.plan-floors{
    position: fixed;
    /* padding-top: 104px; */
    padding-top: 154px;
    cursor: default;
    width: 50px;
    top: 155px;
    bottom: 0px;
    background-color: white;

}

.plan-floors-item{
    padding: 10px 5px;
}

.plan-floors-item--title{
    font-weight: 500;
    font-size: 14px;
    line-height: normal;
    letter-spacing: .03em;
    color: #aaa;
    text-transform: uppercase;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin-top: 10px;
    margin-bottom: 20px;
}

.plan-floors-item-number{
    cursor: pointer;

    color: #282a2f;
    width: 40px;
    height: 40px;
    border: 1px solid transparent;
    padding: 4px;
    border-radius: 8px;
    text-align: center;
    line-height: 33px;

}

.plan-floors-item-number.active,
.plan-floors-item-number:hover
{
    background: #f9fafa;
    border-color: rgba(0,0,0,.1);
}

.plan-floors-item-number:hover
{
    background: #dedfdf;
    border-color: rgba(0,0,0,.2);
}

.plan-floors-item-number.disabled{
    background: transparent !important;
    border-color: transparent !important;
    opacity: 0.5;
    cursor: default;
}


.btn-view{
    border-radius: 0px;
    border-bottom: 5px solid #ffffff;
    margin-bottom: -5px;
}

.btn-view svg{
    margin-right: 10px;
}

.btn-view:hover{
    background-color: #f8f9fa;
    border-bottom: 5px solid #ffffff;
    margin-bottom: -5px;
}

.btn-view.active{
    border-bottom: 5px solid #e2e6ea;
    margin-bottom: -5px;

}


@media (max-width:769px) {

    .floor-plan-svg{
        width: 150%;
    }

    .podezd-scroll--floors{
        margin-top: 0px;
    }

    .plan-floors{
        top: 0px;
        padding-top: 10px;
        position: absolute;
    }

    .help-chess{
        transform: scale(0.8);
        top: 93px;
        right: -12px;
    }


    .hidden-xs{
        display:none !important;
    }


    .visible-xs{
        display:block !important;
    }

    .visible-xs-inline-block{
        display:inline-block !important;
    }


    .flats-body{
        padding-top: 81px;
        opacity: 0;
        padding-bottom: 58px;
    }

    .podezd-panel{
        z-index: 1100;
        position: fixed;
        bottom: 0px;
        padding: 0px;
        padding-bottom: 5px;
        border-top: none;
        border-bottom: none;

        left: 0px;
        right: 0px;
        width: auto;
        text-align: center;
        border-top: 1px solid #eee;
    }


    .podezd-panel .btn-success{
        padding: 0.5rem 1rem;
        font-size: 1rem;
        border-radius: 0.4rem;
        position: fixed;
        top: 20px;
        left: 150px;

    }


    .podezd-panel .btn.btn-view{
        max-width: none;
        width: 50%;
        display: block;
        float: left;
    }

    .podezd-panel .btn.btn-view.active {
        background-color: #f8f9fa;
    }

    .btn-view svg {
        margin-right: 0px;

    }



    .podezd-filter{
        z-index: 1200;
        left: 0px;
        right: 0px;
        bottom: 0px;
        top: 81px;
        position: fixed;
        width: 100%;
        border-right: none;
        border-top: 1px solid #eee;
    }

    #show_result{
        display: inline-block;
    }



    .podezd {
        margin-top: 20px;
    }

    .header-price .flat-status{

        display: inline-block;
        position: absolute;
        left: 12px;
        top: 2px;
        line-height: 30px;
    }

    .header-text .flat-status,
    .header-flat-number,
    #clear_filter span{
        display: none;

    }


    .header-price{
        font-size: calc(1.375rem + 1.5vw);
        position: relative;
    }

    .flat-box {
        padding: 20px 20px 60px;
    }

    .flat-params{
        font-size: 16px;
    }

}




.header .btn-back {
    position: relative;
    display: flex;
    text-decoration: none;
    align-items: center;
    outline: none;
    transition: .3s;
    cursor: pointer;
    font-family: 'Avenir Next Cyr';
    font-size: 16px;
    font-weight: 450;
    line-height: 24px;
    text-align: left;    
    color:#000;
    padding:11px 18px;
    border: 2px solid #2BA85A;
    border-radius: 10px;
    background-color: #fff;
    padding-left: 48px;
}
.header .btn-back:hover {
    background-color: #2BA85A;
    color:#fff;
}
.header .btn-back::before {
    content:'';
    display: block;
    width: 12px;
    height: 24px;
    position: absolute;
    left:18px;
    top:11px;
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='18' viewBox='0 0 11 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.62757 17.0856C9.93623 16.9424 10.0762 16.5828 9.94577 16.2614C9.91077 16.1755 8.90844 15.1573 6.31192 12.5735L2.7226 9.00008L6.31192 5.42986C8.91162 2.83971 9.91077 1.82464 9.94577 1.73873C9.97123 1.67191 9.9935 1.56054 9.9935 1.49053C9.9935 1.03232 9.52893 0.723668 9.11845 0.914588C8.93708 1.0005 1.35116 8.55142 1.27161 8.72961C1.19524 8.8919 1.19524 9.10827 1.27161 9.27055C1.35116 9.44875 8.93708 16.9997 9.11845 17.0856C9.28073 17.1619 9.46529 17.1619 9.62757 17.0856Z' fill='%232BA85A' stroke='%232BA85A' stroke-width='0.6'/%3E%3C/svg%3E ");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: .3s;
}
.header .btn-back:hover::before {
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='18' viewBox='0 0 11 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.62757 17.0856C9.93623 16.9424 10.0762 16.5828 9.94577 16.2614C9.91077 16.1755 8.90844 15.1573 6.31192 12.5735L2.7226 9.00008L6.31192 5.42986C8.91162 2.83971 9.91077 1.82464 9.94577 1.73873C9.97123 1.67191 9.9935 1.56054 9.9935 1.49053C9.9935 1.03232 9.52893 0.723668 9.11845 0.914588C8.93708 1.0005 1.35116 8.55142 1.27161 8.72961C1.19524 8.8919 1.19524 9.10827 1.27161 9.27055C1.35116 9.44875 8.93708 16.9997 9.11845 17.0856C9.28073 17.1619 9.46529 17.1619 9.62757 17.0856Z' fill='%23FFFFFF' stroke='%23FFFFFF' stroke-width='0.6'/%3E%3C/svg%3E ");
    left:8px;
}

@media(max-width:992px) {
    .header .btn-back {
        margin-left: 24px;
        margin-right: auto;
    }
}
@media(max-width:420px) {
    .header .btn-back {
        margin-left: 12px; 
        font-size: 16px;
        line-height: 24px;
        padding: 5px 12px;
        padding-left: 28px;
    }
    .header .btn-back::before {
        content: '';
        display: block;
        width: 9px;
        height: 15px;
        position: absolute;
        left: 12px;
        top: 10px;
    }
}
.podezd--floor{
	position: sticky;
    top: 0;
    left: 0;
    z-index: 1;
}
.partners img{
	max-height: 38px;
}
/*  */
.prog .nav-tabs .plan-item{
    margin-bottom: 10px;
}
:root{
    --bs-link-color: #212529;
    --bs-link-hover-color: #212529;
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #198754;
    --bs-btn-border-color: #198754;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #157347;
    --bs-btn-hover-border-color: #146c43;
    --bs-btn-focus-shadow-rgb: 60,153,110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #146c43;
    --bs-btn-active-border-color: #13653f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #198754;
    --bs-btn-disabled-border-color: #198754;
}

.apart-otdelka-gallery .slick-arrow{
    z-index: 5;
}

.apart-otdelka-img.slick-slide{
    padding: 0px 15px;
}