* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

[v-cloak] {
    display: none;
}

.tabs__tab--hidden{
    display: none;
}

.available-positions-item.hidden {
    display: none !important;
}

.mapboxgl-ctrl-attrib-inner{
    display: none;
}

.errorInp{
    border: 1px solid red !important;
    opacity: 1;
}

.header-logo, .header-logo img{
    width: 127px;
    height: 23.41px;
}

.btnDisabled{
    pointer-events: none;
    background: #c7dfef !important;
}

.projects-link-dropdown{
    display: none;
}

.mobile-mortgage-text{
    display: none;
}

.success-form{
    height: 300px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    align-items: center;
    justify-content: center;
}

.career-item-form .success-form{
    width: 100%;
}

.success-form h3{
    color: #2C2929;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 42px; /* 131.25% */
}

@font-face {
    font-family: SF-Pro-Display;
    src: url('../fonts/SFProDisplay-Regular.woff2?v=1?v=2');
    font-weight: 400;
}

@font-face {
    font-family: SF-Pro-Display;
    src: url('../fonts/SFPRODISPLAYMEDIUM.OTF?v=2');
    font-weight: 500;
}

@font-face {
    font-family: SF-Pro-Display;
    src: url('../fonts/SFProDisplay-Semibold.woff2?v=2');
    font-weight: 600;
}

@font-face {
    font-family: SF-Pro-Display;
    src: url('../fonts/SFPRODISPLAYBOLD.OTF?v=2');
    font-weight: 700;
}


html,
body {
    overflow-x: hidden;
    /*font-family: SF-Pro-Display, serif;*/
    transition: all 0.2s linear;
}

body::before{
    content: "";
    width: 100%;
    height: 4.5rem;
    position: fixed;
    top: 0;
    z-index: 10;
    transition: all 0.2s linear;
    pointer-events: none;
}

body.scroll.call-popup-open:before{
    background:none;
    backdrop-filter : none
}

body.scroll:before{
    backdrop-filter: saturate(200%) blur(10px);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 44%, rgba(255, 255, 255, 0.43) 73%, rgba(255, 255, 255, 0));
    -webkit-mask: linear-gradient(#fff, #fff 18%, transparent 100%);
    mask: linear-gradient(#fff, #fff 18%, transparent 100%);
    transition: all 0.2s linear;
}

main{
    border-radius: 40px;
    background: #F6FAFF;
    padding-bottom: 45px;
}

.grecaptcha-badge{
    opacity: 0;
    pointer-events: none;
}

.calculate-form-height{
    position: relative;
}

.mortgage-calculator-right-img{
    width: 510px;
    height: 635px;
}

.no-apartments-text{
    color: #2C2929;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    margin-top: 30px;
}

.mortgage-calculator-right-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 0 20px 20px 0;
}

.disabled-custom{
    pointer-events: none;
    background-color: #f2f2f2 !important;
    cursor: not-allowed;
}


.disabled-custom  select{
    color: #b1b1b1 !important;
}

.disabled-custom  svg path{
    color: #b1b1b1 !important;
    stroke: #b1b1b1 !important;
}

.loading-overlay{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: rgba(255,255,255,0.8);
    transition: all 0.2s linear;
    opacity: 0;
    pointer-events: none;
}

.loading-overlay.active{
    opacity: 1;
    pointer-events: auto;
}

.loading-overlay-calculate{
    position: absolute;
    top: 0;
    width: 100%;
    height: 390px;
    z-index: 999;
    transition: all 0.02s linear;
    opacity: 0;
    pointer-events: none;
    background-color: rgba(255,255,255,1) !important;
}

.error-parent{
    height: 250px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    align-items: center;
    justify-content: center;
}

.error-parent h3{
    color: #2C2929;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 42px; /* 131.25% */
    margin-top: 10px;
}

.error-parent p{
    color: #2C2929;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 150% */
    opacity: 0.6;
}


.loading-overlay-calculate.active{
    opacity: 1;
    pointer-events: auto;
}

html.menu-open, .body.menu-open{
    overflow: hidden ;
}

.pointer-none{
    pointer-events: none !important;
}

.pointer{
    cursor: pointer;
}


:root {
    --blue_btn: #1F9DFF;
    --main_font: SF-Pro-Display;
    --main_font_bold: SF-Pro-Display-Bold;
    --main_font_500: SF-Pro-Display-Regular;
}


.container {
    max-width: 1350px;
    margin: auto;
    padding: 0;
}

a {
    text-decoration: none;
}

.header-bars-icon{
    display: none;
}

.section_title{
    color: #2C2929;
    font-size: 35px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    max-width: 800px;
}

.mt-8{
    margin-top: 8px;
}

.op-6{
    opacity: 0.6;
}

p{
    margin: 0;
    padding: 0;
}
ol, ul{
    padding-left: 0;
    margin: 0;
}

.right-btn{
    /*width: 253px;*/
    height: 60px;
    padding: 17px 30px;
    border-radius: 30px;
    background: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 48.5px;
    transition: 0.2s linear;
}

.right-btn span{
    color: #1F9DFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}


.map-content-svg{
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.basic-page-slider img{
    width: 100%;
    height: 600px;
    object-fit: cover;
    object-position: top;
}

.building-select{
    border-radius: 10px;
    background: #F6FAFF;
    border: none;
    outline: none;
    appearance: none;
    color: #1F9DFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    position: relative;
    padding-right: 20px;
}

.building-select select{
    display: inline-flex;
    padding: 12px 20px 12px 16px;
    justify-content: flex-end;
    align-items: center;
    gap: 6px;
    border-radius: 10px;
    background: #F6FAFF;
    border: none;
    outline: none;
    appearance: none;
    color: #1F9DFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    cursor: pointer;
}

.building-select .select-icon{
    position: absolute;
    right: 16px;
    top: 49%;
    transform: translateY(-50%);
    pointer-events: none;
}


/*header css start*/

header {
    padding-top: 35px;
}

.header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-top-left {
    display: flex;
    align-items: center;
}


.header-change-lang {
    width: 47px;
    height: 31px;
    position: relative;
    margin-left: 13.79px;
    background: #fff;
    border-radius: 9px;
}

.header-change-lang select {
    appearance: none;
    width: 47px;
    height: 31px;
    border-radius: 9px;
    border: 1px solid #EAEAEA;
    outline: none;
    color: #000;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 6.5px 8.24px 7px 9px;
    background-color: #fff;
}

.header-change-lang .icon-arrow-bottom {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 7px;
    pointer-events: none;
}


.header-projects-btn {
    width: 162px;
    height: 50px;
    border-radius: 25px;
    border: 1px solid #EAEAEA;
    color: #101238;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 15px;
    cursor: pointer;
    margin-left: 20px;
    transition: 0.2s linear;
}

.header-projects-btn svg{
    transition: 0.2s linear;
}

.header-projects-btn.open{
    background: #F6FAFF;
}

.header-projects-btn:hover{
    background: #F6FAFF;
}

.header-projects-btn.open svg{
    transform: rotate(180deg);
}

.header-links ul {
    padding: 10px 0 0 0;
    margin: 0 0 0 25px;
}

.header-links ul li {
    display: inline;
    margin-right: 20px;
}

.header-links ul li a {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

/*.header-nav.open{*/
/*    backdrop-filter: blur(15px);*/
/*    transition: backdrop-filter 0.3s ease;*/
/*}*/

.header-nav.sticky.open .header-links ul li a{
    color: #000;
}

.header-nav.open .header-links ul li a{
    color: #000;
}
.header-nav.dropdown .header-links ul li a{
    color: #000;
}

.header-nav.sticky.open .header-change-lang select{
    color: #000;
    border: 1px solid #EAEAEA;
}

.header-nav.dropdown .header-change-lang select{
    color: #000;
    border: 1px solid #EAEAEA;
}

.header-nav.open .header-change-lang select{
    color: #000;
    border: 1px solid #EAEAEA;
}


.header-nav.open .header-phone svg path, .header-nav.sticky.open .search-icon svg path , .header-nav.sticky.open .search-icon svg circle, .header-nav.sticky.open .compare-icon svg path,.header-nav.sticky.open .favorite-icon svg path{
    stroke: #1F9DFF;
}

.header-nav.dropdown .header-phone svg path, .header-nav.dropdown .search-icon svg path , .header-nav.dropdown .search-icon svg circle, .header-nav.dropdown .compare-icon svg path,.header-nav.dropdown .favorite-icon svg path{
    stroke: #1F9DFF;
}

.header-nav.open .header-phone svg circle, .header-nav.open .search-icon svg path , .header-nav.open .search-icon svg circle, .header-nav.open .compare-icon svg path,.header-nav.open .favorite-icon svg path{
    stroke: #1F9DFF;
}
.header-nav.sticky.open .header-phone, .header-nav.sticky.open .search-icon , .header-nav.sticky.open .search-icon , .header-nav.sticky.open .compare-icon,.header-nav.sticky.open .favorite-icon {
    background: #F6FAFF;
}

.header-nav.sticky.open .header-links ul li a::after, .header-nav.open .header-links ul li a::after{
    background-color: #1F9DFF !important;
}

.header-nav.dropdown .header-phone, .header-nav.dropdown .search-icon , .header-nav.dropdown .search-icon , .header-nav.dropdown .compare-icon,.header-nav.dropdown .favorite-icon {
    background: #F6FAFF;
}

.header-nav.open .header-phone, .header-nav.open .search-icon , .header-nav.open .search-icon , .header-nav.open .compare-icon,.header-nav.open .favorite-icon {
    background: #F6FAFF;
}

.header-nav.open .header-phone:hover, .header-nav.open .header-icon:hover{
    background: #DDECFF;
}

.header-nav.dropdown .header-phone, .header-nav.dropdown .search-icon , .header-nav.dropdown .search-icon , .header-nav.dropdown .compare-icon,.header-nav.dropdown .favorite-icon {
    background: #F6FAFF;
}
.header-nav.sticky.open .header-change-lang .icon-arrow-bottom{
    stroke: #000;
}

.header-nav.dropdown .header-change-lang .icon-arrow-bottom{
    stroke: #000;
}
.header-nav.open .header-change-lang .icon-arrow-bottom{
    stroke: #000;
}

.header-nav.sticky.open .header-projects-btn{
    color: #000;
    border: 1px solid #EAEAEA;
}

.header-nav.dropdown .header-projects-btn{
    color: #000;
    border: 1px solid #EAEAEA;
}

.header-nav.open .header-projects-btn{
    color: #000;
    border: 1px solid #EAEAEA;
}

.header-nav.sticky.open .header-phone-text{
    color: #5B8FFF;
}

.header-nav.dropdown .header-phone-text{
    color: #5B8FFF;
}

.header-nav.open .header-phone-text{
    color: #5B8FFF;
}

.header-nav.open .header-projects-btn .btn_icon path {
    fill: #1F9DFF;
    stroke: none !important;
}

.header-nav.dropdown .header-projects-btn .btn_icon path {
    fill: #1F9DFF;
    stroke: none !important;
}

.header-nav.open .header-projects-btn svg path {
    stroke: #000;
}

.header-nav.dropdown .header-projects-btn svg path {
    stroke: #000;
}

.header-nav.sticky.open .header-change-lang svg path{
    stroke: #000;
}

.header-nav.dropdown .header-change-lang svg path{
    stroke: #000;
}

.header-nav.open .header-change-lang svg path{
    stroke: #000;
}



.header-top-right {
    display: flex;
}

.header-right-icons {
    display: flex;
    column-gap: 10px;
}

.header-phone {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 6.92px;
    width: 112px;
    height: 50px;
    border-radius: 25px;
    background: #F6FAFF;
    color: #5B8FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    transition: 0.2s linear;
}

.header-phone:hover{
    background: #DDECFF;
}

.header-icon {
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #F6FAFF;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s linear;
}

.header-icon:hover{
    background-color: #DDECFF;
}

.header-mortgage-btn {
    margin-left: 13px;
}


.header-mortgage-btn a {
    /*width: 202px;*/
    padding:  0 22px;
    height: 50px;
    border-radius: 25px;
    background: #1F9DFF;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 8px;
    transition: 0.2s linear;
}

.header-mortgage-btn a:hover{
    background: #1390ef;
}

.header-mortgage-btn-text {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.mobile-footer-bar {
    display: none;
}

/*header css end*/


/*search block start*/
.search-overlay {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    z-index: 10;
    background: #000;
    opacity: 0.8;
}

.search-block {
    overflow-y:scroll ;
    top: 25px;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    z-index: 20;
    transition: 0.2s linear;
    opacity: 0;
    pointer-events: none;
    height: 0;
}

.search-block.open {
    opacity: 1;
    pointer-events: auto;
    height: auto;
}

.search-body {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    right: 25px;
    z-index: 15;
    height: 91px;
    width: 1390px;
    border-radius: 46px;
    background: #FFF;
    box-shadow: 0px 4px 8px 0px rgba(92, 95, 255, 0.08);
    padding: 22px 35px 22px 48px;
}

.search-form {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.search-icons-buttons{
    border: none;
    outline: none;
    background: transparent;
}

.search-icons {
    display: flex;
    align-items: center;
    column-gap: 27px;
}

.search-icons .icon {
    cursor: pointer;
}

.search-form {
    flex-grow: 1;
}

.search-form input {
    color: #000;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: none;
    outline: none;
    width: 100%;
    padding-right: 10px;
}

.search-result{
    margin-top: 40px;
}

.search-result-text{
    color: #FFF;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.search-result .projects-cards{
    margin-top: 24px;
}


/*search  block end*/

/*dropdown start*/
.dropdown-overlay {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    z-index: 10;
    background: #000;
    opacity: 0;
    pointer-events: none;
    transition: 0.2s linear;
}

.dropdown-overlay.open {
    opacity: 0.3;
    pointer-events: auto;
}


.header-nav {
    border-radius: 20px 20px 0 0;
    position: relative;
    left: 50%;
    top: 17px;
    transform: translateX(-50%);
    z-index: 12;
    transition: 0.2s linear;
    padding: 18px 20px;
    width: 1390px;
    /*background-color: #fff;*/
}

.footer-overlay{
    display: none;
}



.header-nav.open {
    background-color: #fff;
}


.custom-dropdown {
    border-top: 1px solid #EFEFEF;
    width: 1390px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 80px;
    z-index: 11;
    transform: translateX(-50%);
    border-radius: 0 0 20px 20px;
    padding: 26px 20px 20px 40px;
    transition: 0.2s ease-in-out;
    opacity: 0;
    height: 0;
    pointer-events: none;
}

.custom-dropdown.open {
    opacity: 1;
    pointer-events: auto;
    height: 490px;
}

.dropdown-projects-head h3 {
    color: #000;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.dropdown-projects-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dropdown-tab-buttons {
    display: flex;
    border-radius: 30px;
    background: #F6FAFF !important;
    padding: 6px;
}

.dropdown-tab-content {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
}

.dropdown-tab-content>div{
    flex-grow: 1;
}

.dropdown-tab-content-item {
    display: flex;
    align-items: center;
    column-gap: 25px;
}


.dropdown-tab-content-img {
    width: 91px;
    height: 91px;
    border-radius: 15px;
    background: #ECECEC;
    overflow: hidden;
}

.dropdown-tab-content-img img{
    width: 100%;
    height: 100px;
    object-fit: cover;
    /*object-position: 0 -8px;*/
}

.dropdown-tab-content-text{
    width: 200px;
    flex-grow: 1;
}

.dropdown-tab-content-text h3 {
    color: #2C2929;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 5px;
}



.dropdown-tab-content-text p {
    color: #2C2929;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.6;
}

.dropdown-svg-text{
    display: flex;
    column-gap: 10px;
}

.dropdown-svg-text img{
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.custom-dropdown-row {
    column-gap: 40px;
    justify-content: center;
}

.dropdown-slider {
    width: 450px;
}

.dropdown-slider .flickity-prev-next-button{
    display: none;
}


.dropdown-carousel .carousel-cell {
    /*width: 450px;*/
    /*height: 450px;*/
    border-radius: 10px;
}


.dropdown-carousel img {
    border-radius: 10px;
    width: 100%;
}

.dropdown-slider .banner-image:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 1;
    pointer-events: none;
}



.flickity-page-dots {
    bottom: 30px;
}

.flickity-page-dots .dot {
    width: 40px;
    height: 5px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
}

.flickity-page-dots .dot:focus {
    outline: none;
    box-shadow: 0 1px 5px 0 #ccc;
}

.flickity-page-dots .dot.is-selected {
    background: rgba(255, 255, 255, 1);
}

.flickity-viewport{
    border-radius: 10px;
}

.dropdown-carousel .banner-text {
    position: absolute;
    top: 35px;
    left: 35px;
    z-index: 2;
}

.dropdown-carousel .banner-title{
    width: 339px;
    color: #FFF;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px; /* 97.143% */
    letter-spacing: -0.9px;
}

.dropdown-slider .banner-desc{
    max-width: 340px;
    margin-top: 15px;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}


.tabs__tab-btn {
    border-radius: 24px;
    background: #1F9DFF;
    cursor: pointer;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 12px 21px;
    border: none;
    outline: none;
    /*transition: all 0.1s ;*/
}

.tabs__tab-btn--not-selected {
    border-radius: 0;
    background: none;
    color: #000;
}


.tabs__tab--hide {
    display: none;
}

.tabs__tab--show {
    display: block;
}

.tabs__tab {
    animation: tabApear 0.6s;
}

@keyframes tabApear {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
/*dropdown end*/

/*first-section*/
.first-section-items{
    display: grid;
    grid-template-columns: 476px 1fr;
    column-gap: 27.5px;
}
.first-section{
    padding-top: 60px;

}

.first-section-image img{
    border-radius: 20px;
    background: #D8D8D8;
    /*width: 100%;*/
}

.first-section-body{
    position: relative;
    height: 620px;
}

.first-section-card-mobile{
    display: none;
}

/*.first-section-slider img{*/
/*    object-fit: cover;*/
/*    object-position: 70%;*/
/*}*/

.first-section-text{
    position: absolute;
    left: 40px;
    top: 37px;
}

.first-section-btn{
    position: absolute;
    left: 40px;
    bottom: 100px;
    z-index: 2;
    width: 80%;
}

.first-section-text .banner-title{
    width: 339px;
    color: #FFF;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px; /* 97.143% */
    letter-spacing: -0.9px;
}

.first-section-text .banner-desc{
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.first-section-btn a{
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 13px;
    width: 100%;
    height: 50px;
    flex-shrink: 0;
    border-radius: 26px;
    background: rgba(141, 210, 255, 0.47);
    box-shadow: 0 12px 14px rgba(0,0,0,.1);
    -webkit-backdrop-filter: blur(13.591408729553223px);
    backdrop-filter: blur(13.591408729553223px);
    position: absolute;
    bottom: -60px;
    z-index: 15;
    transition: 0.2s linear;
}

.first-section-btn a:hover{
    background: rgba(123, 187, 229, 0.47);
}


.first-carousel .first-section-btn a{
    backdrop-filter: none;
}

.first-carousel .banner-text{
    position: absolute;
    top: 37px;
    left: 51px;
    z-index: 5;
}

.first-carousel .banner-title{
    width: 100%;
    color: #FFF;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px; /* 97.143% */
    letter-spacing: -0.9px;
}

.first-carousel .banner-desc{
    width: 100%;
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.first-carousel .carousel-cell {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

/*.flickity-page-dots li:first-child{*/
/*    display: none;*/
/*}*/

/*first-section*/


/*filter section*/
.filter-section{
    position: relative;
    top: -50%;
    z-index: 2;
    transform: translateY(-50%);
    margin-top: 220px;
}

.filter_projects{
    transform: translateY(0);
    margin-top: 50px !important;
}

.filter_projects .filter-block{
    margin-bottom: 0;
}

.valyuta-filter{
    display: inline-block;
    margin-right: 10px;
    color: #2C2929;
    opacity: 0.7;
}


.filter-block{
    border-radius: 20px;
    border: 1px solid #E7E7E7;
    background: #FFF;
    padding: 40px 35px;
    margin-bottom: 60px;
}

.no-filter{
    margin-bottom: 0;
}

.filter-block-head{
    display: flex;
    align-items: center;
    justify-content: space-between;
}


input[type="number"] {
    -moz-appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -webkit-appearance: none;
    margin: 0;
}



.irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single, .irs-min ,.irs-max {
    display: none !important;
}

.irs--round{
    height: 0;
}

.irs--round .irs-handle{
    background-color: #1F9DFF !important;
    border: none !important;
    width: 13px;
    height: 13px;
    top: -7px;
    cursor: pointer;
}

.irs--round .irs-line, .irs--round .irs-bar{
    height: 1px !important;
    top: 0;
}

.irs--round .irs-line, .irs--round{
    background-color: transparent !important;
}

.irs-from, .irs-to, .irs-single{
    display: none;
}

.filter-block-body{
    margin-top: 35px;
}

.filter-icon{
    display: none;
}

.filter-content{
    display: flex;
    column-gap: 15px;
}

.filter-change-project{
    display: flex;
    column-gap: 15px;
    flex-grow: 1;
}

.filter-block-label{
    color: #2C2929;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.7;
}

.filter-select{
    width: 270px;
    height: 60px;
    border-radius: 10px;
    background: #F6FAFF;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.select-arrow-icon{
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}


/*.first-carousel .carousel-cell:first-child {*/
/*    display: none;*/
/*}*/

.first-carousel .carousel-cell:first-child {
    display: block;
}

.filter-select select{
    width: 100%;
    height: 60px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: SF-Pro-Display, serif;
    border: none;
    outline: none;
    background: transparent;
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transition: all 0.2s linear;
    padding: 0 21px;
    cursor: pointer;
}

#filter-for-ipotek .filter-room{
    width: 100%;
}

.filter-room{
    width: 270px;
    height: 60px;
    border-radius: 10px;
    background: #F6FAFF;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 0 6px;
}

.room-not-available{
    pointer-events: none;
    color: #b1b1b1 !important;
}

.filter-room button{
    color: #000;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background: none;
    border: none;
    outline: none;
    /*border-right: 1px solid #DDD;*/
    padding: 12px 15px;
    /*margin-left: 6px;*/
    /*border-radius: 6px;*/
}

#filter-room-buttons img, .filter-price img, #filter-room-buttons-ipotek img{
    height: 32px !important;
}

.filter-room button.active{
    border-radius: 6px;
    background: #1F9DFF;
    border-right: none;
    color: #FFF;
}

.filter-room button:last-child{
    border-right: none;
}

.filter-price{
    /*width: 318px;*/
    height: 60px;
    border-radius: 10px;
    background: #F6FAFF;
    /*padding: 0 20px;*/
    display: flex;
    align-items: center;
}

.filter-price input{
    background: transparent;
    border: none;
    outline: none;
    width: 100%;
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding:0 20px;
}

.filter-content-footer{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 30px;
}

.filter-footer-icon{
    color: #1F9DFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    column-gap: 13px;
}

.filter-footer-btn{
    width: 317px;
    height: 60px;
    border-radius: 30px;
    background: #1F9DFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 17px 33px;
    transition: 0.2s linear;
    cursor: pointer;
}

.filter-footer-btn:hover{
    background: #1390ef;
}

.filter-footer-btn a{
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    flex-grow: 1;
    justify-content: space-between;
    /*column-gap: 105px;*/
}

.filter-footer-btn a {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.filter-footer-btn a img {
    transition: transform 0.3s ease, content 0.3s ease;
    margin-left: 5px;
}

.filter-footer-btn:hover a img {
    transform: translateX(10px);
}



.pills-tab .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background: none;
    color: #000;
}

.pills-tab .nav-pills .nav-link{
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 0;
    position: relative;
    white-space: nowrap;
}

.map-list-tabs .nav-pills .nav-link{
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}


.pills-tab .nav-pills .nav-link::after{
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    border-radius: 1.5px;
    height: 3px;
    background-color: #1F9DFF;
    opacity: 0;
}

.map-list-tabs .nav-pills .nav-link::after{
    content: '';
    position: absolute;
    bottom: -8px !important;
    left: 0;
    right: 0;
    border-radius: 1.5px;
    height: 3px;
    background-color: #1F9DFF;
    opacity: 0;
}

.pills-tab .nav-pills .nav-link.active::after{
    opacity: 1;
}

.pills-tab .nav-pills{
    column-gap: 25px;
    border-bottom: 3px solid #FFF;
    border-radius: 2px;
    padding-bottom: 14px;
}

.map-list-tabs .nav-pills{
    column-gap: 25px;
    border-bottom: 3px solid #F6FAFF;
    border-radius: 2px;
    padding-bottom: 6px;
}

.filter-block-head .nav-pills{
    border-bottom: 3px solid #F6FAFF;
}
/*filter section*/

/* tabs line*/

.tabs-lines {
    display: flex;
    margin-bottom: 1rem;
}

.tab-line-btn {
    background: none;
    border: none;
    padding: 1rem 2rem;
    cursor: pointer;
    border-radius: 2px;
    border-bottom: solid 2px #1F9DFF;
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.tab-line-btn:first-child{
    padding-left: 0;
}

.tab-line-btn:last-child{
    padding-right: 0;
}


.tabs__tab-btn--not-selected {
    border-bottom-color: #F6FAFF;
}



.tabs__tab--hide {
    display: none;
}

.tabs__tab--show {
    display: block;
}

.tabs__tab {
    animation: tabApear 0.6s;
}

@keyframes tabApear {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


/*tabs line*/



/*stick-menu*/

.sticky-menu{
    border-top: 1px solid #EFEFEF;
    border-radius: 0 0 20px 20px;
    background: #FFF;
    box-shadow: 0 4px 8px 0 rgba(92, 95, 255, 0.08);
    /*backdrop-filter: blur(13.591408729553223px);*/
    position: fixed;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    width: 1390px;
    padding: 8px 20px 12px 40px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.2s linear;
    height: 0;
    /*padding: 20px 15px 12px 36px;*/
    /*display: none;*/
}

/*header{*/
/*    transition: top 2s;*/
/*}*/


.header-nav{
    transition:  0.2s linear;
    position: fixed;
    top: 0;
    /*background: #fff;*/
}

/*header{*/
/*    box-shadow: 0 4px 8px 0 rgba(92, 95, 255, 0.08);*/
/*    backdrop-filter: blur(13.591408729553223px);*/
/*}*/

.header-nav.open{
    position: fixed;
    top: 10px;
    z-index: 20;
    box-shadow: 0 4px 8px 0 rgba(92, 95, 255, 0.08);
    border-radius: 20px;

}


.header-nav.dropdown{
    border-radius: 20px 20px 0 0;
    background-color: #fff;
    /*top: 0;*/
}

.stick-menu-left{
    padding-left: 0;
}

.sticky-menu.sticky{
    /*display: block;*/
    position: fixed;
    /*top: 100px;*/
    width: 100%;
    z-index: 10;
    opacity: 1;
    pointer-events: auto;
    height: 71px;
}

.stick-menu-left-one a{
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.stick-menu-left-links ul{
    margin: 0 0 0 49px;
    padding: 0;
}

.stick-menu-left-links ul li {
    display: inline;
    margin-right: 33px;
}

.stick-menu-left-links ul li a{
    color: #2C2929;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.6;
    padding-bottom:5px;
}

.stick-menu-left-links ul li a.active{
    border-radius: 1px;
    border-bottom: 3px solid #1F9DFF;
    opacity: 1;
}

.header-links ul li a{
    padding-bottom: 10px;
    transition: 0.2s linear;
}

/*.header-links ul li a.active {*/
/*    border-radius: 2px;*/
/*    border-bottom: 3px solid #1F9DFF;*/
/*    opacity: 1;*/
/*}*/


.header-links ul li a {
    position: relative;
    display: inline-block;
}

.header-links ul li a::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: #1F9DFF;
    transition: transform 0.3s ease;
    transform-origin: left;
    transform: scaleX(0);
    border-radius: 2px;
}

.header-links ul li a:hover::after {
    transform: scaleX(1);
}

.header-links ul li a.active::after {
    transform: scaleX(1);
}

.stick-menu-right{
    padding: 0;
}

.stick-menu-btn {
    color: #1F9DFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 12px;
    padding: 0 20px;
    height: 50px;
    border-radius: 25px;
    border: 1px solid #1F9DFF;
    /*background: #F6FAFF;*/
}

/*stick-menu*/


/*our projects*/
.our-projects{
    margin-top: -120px;
}

.our-projects-head{
    display: flex;
    align-items: center;
    justify-content: space-between;
}



.our-projects .tabs__tab-btn--not-selected{
    border-bottom-color: #fff;
}

.our-projects-body{
    margin-top: 18px;
}

.projects-cards{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /*grid-template-rows: ;*/
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    /*justify-content: space-between;*/
    column-gap: 41px;
    row-gap: 25px;
}

.projects-cards .card-img-top{
    border-radius: 30px 30px 0 0;
}

/*.similar-projects .projects-cards-img{*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*    width: 100%;*/
/*    height: 321px;*/
/*    border-radius: 30px 30px 0 0;*/
/*}*/

/*.similar-projects .projects-cards .card-img-top{*/
/*position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    display: block;*/
/*}*/

.project-type-main{
    position: static !important;
}

.completed-desc{
    height: 50px !important;
}

#pills-compleated .projects-cards .card-img-top{
    height: 320px;
    /*object-fit: cover;*/
    /*object-position: center;*/
}

/*#pills-compleated .projects-cards-text{*/
/*    height: 209px;*/
/*}*/

.projects-cards-item-big .projects-cards-footer-area{
    flex-grow: 0;
}

.projects-cards-item-big{
    grid-column: span 2 !important;
}

.big-item-right .projects-cards-img img{
    height: 320px;
}

.project-type-similar .carousel-cell-big{
    grid-column: span 2 !important;
}

.projects-cards-item-big img{
    height: 321px;
}

.projects-cards-desc img{
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.projects-cards-text{
    /*height: 193px;*/
    border-radius: 0 0 30px 30px;
    background: #FFF;
    padding: 25px 35px 32px 35px;
}

.projects-cards-title{
    color: #2C2929;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.projects-cards-item-big .projects-cards-desc img{
    width: 25px;
    height: 25px;
    object-fit: contain;
}

.projects-cards-item-big .projects-cards-desc span{
    color: #2C2929;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


.projects-cards-item-big .projects-cards-desc{
    margin-top: 20px;
}

.projects-cards-item-big .big-items-icons{
    display: flex;
    align-items: center;
    column-gap: 6px;
}

.projects-cards-item-big .big-items-icons:nth-child(1){
    order: 3;
    margin-left: 25px;
}


.projects-cards-item-big .big-items-icons:nth-child(2){
    order: 2;
    border-right: 1px solid #DDD;
    padding-right: 30px;
}

.projects-cards-item-big .big-items-icons:nth-child(3){
    order: 1;
    margin-right: 30px;
}

/*.projects-cards-item-big .big-items-icons:nth-child(3) img{*/
/*    display: none;*/
/*}*/

.projects-cards-desc{
    display: flex;
    /*align-items: center;*/
    column-gap: 10px;
    color: #2C2929;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    height: 20px;
}



/*#pills-compleated .projects-cards-desc{*/
/*    height: auto;*/
/*}*/

.projects-cards-footer{
    display: flex;
    justify-content: space-between;
    margin-top: 28px;
    column-gap: 40px;
}

.projects-cards-footer-area{
    width: 132px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #1F9DFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 10px;
    background: #F6FAFF;
    padding: 0 10px;
    flex-grow: 1;
}

.projects-cards-footer-price span{
    display: block;
    color: #2C2929;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}



.projects-cards-footer .price{
    color: #2C2929;
    text-align: right;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: flex-end;
    column-gap: 3px;

}

.projects-cards-img{
    position: relative;
}

.projects-cards-live{
    width: 68px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 8px;
    color: #FFF;
    text-align: right;
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 26px;
    background: rgba(136, 136, 136, 0.47);
    backdrop-filter: blur(13.591408729553223px);
    position: absolute;
    top: 40px;
    right: 20px;
}

/*#pills-ongoing .projects-cards .projects-cards-item:last-child .card-img-top{*/
/*    height: 322px;*/
/*    object-fit: fill;*/
/*}*/

.our-projects-btn{
    border-radius: 30px;
    background: #FFF;
    /*width: 423px;*/
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 30px;
    padding-right: 30px;
    column-gap: 20px;
    color: #1F9DFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.available-positions-footer .our-projects-btn {
    border: none;
}

.our-projects-footer{
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.our-projects-btn-icon{
    column-gap: 27px;
}

.projects-cards-item-big-text{
    color: #2C2929;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px; /* 131.25% */
    opacity: 0.6;
}
/*our projects*/


/*hot offers*/
.hot-offers{
    margin-top: 90px;
}

.hot-offers-head{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hot-offers-body{
    margin-top: 25px;
    position: relative;
}

.hot-offers-overlay{
    position: absolute;
    right: 0;
    width: 150px;
    height: 454px;
    flex-shrink: 0;
    z-index: 2;
    background: linear-gradient(270deg, #F6FAFF 0%, rgba(246, 250, 255, 0.00) 98.94%);
}


.offer-img img{
    border-radius: 30px 30px 0px 0px;
    height: 300px;
    object-fit: cover;
    object-position: center;
}

.offer-text{
    padding: 27px 0 37px 35px;
    border-radius: 0 0 30px 30px;
    background: #fff;
    border-top: 1px solid #DDD;
}

.offer-text-price{
    color: #2C2929;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.offer-text-options{
    color: #2C2929;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    column-gap: 10px;
    margin-top: 14px;
}

.offer-text-options img{
    width: 20px;
    height: 22px;
    object-fit: contain;
}

.offer-text-desc{
    margin-top: 16px;
}

.offer-text-desc p{
    color: #2C2929;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.carousel-offer{
    width: 100%;
}

.carousel-offer .carousel-cell{
    margin-right: 40px;
}

.carousel-offer .carousel-cell {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.hot-offers-footer .right-btn{
    display: none;
}

/*hot offers*/


/*ads banner*/
.ads-banner-link{
    display: block !important;
    margin-top: 90px;
}

.banner-body{
    border-radius: 30px;
}

.banner-body .banner-text{
    position: absolute;
    top: 52px;
    left: 78px;
    z-index: 2;
    max-width: 587px;
}

.career-banner .banner-body .banner-text{
    max-width: 450px !important;
}

.banner-body .banner-title{
    width: 100%;
    color: #FFF;
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: 64px; /* 105.634% */
    letter-spacing: -0.913px;
}

.banner-body .banner-text p{
    width: 100%;
    color: #FFF;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 26px;
    margin-bottom: 68px;
}

.banner-body .banner-btn-one{
    color: #FFB81F;
    width: 202px;
    height: 50px;
    border-radius: 25px;
    background: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-body .banner-btn-two{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    align-items: center;
    column-gap: 15px;
    transition: 0.2s linear;
}

.banner-body .banner-btn-two:hover{
    column-gap: 20px;
}
.banner-body .banner-links{
    column-gap: 35px;
}

.banner-image-background{
    position: relative;
}

.career-banner .banner-image-background{
    height: 475px;
}

.banner-image-background .bg-img{
    width: 100%;
    height: 475px;
    object-fit: cover;
    object-position: right;
    border-radius: 30px;
}

.banner-body .banner-image{
    position: absolute;
    bottom: 0;
    right: 10px;
}
.ads-banner-link-home .banner-body .banner-image img{
    width: 580px;
}

.career-banner .banner-body .banner-image img{
    width: 650px;
}

.web-projects-banner .banner-image img{
    width: 530px;
}


.banner-links{
    position: absolute;
    bottom: 40px;
    left: 78px;
    z-index: 2;
}

.banner-overlay{
    display: none;
}



/*ads banner*/


/*news-head*/

.news-page .news-body{
    margin-top: 60px;
}

.news{
    margin-top: 85px;
}
.news-head{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.news-body{
    margin-top: 20px;
}

.news-cards{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 40px;
    row-gap: 35px;
}

.news-cards-img img{
    width: 100%;
    height: 380px;
    object-fit: cover;
    border-radius: 30px 30px 0 0;
}

.news-cards-text{
    padding: 30px 34px 37px 35px;
    border-radius:  0 0 30px 30px;
    background: #FFF;
}

.news-cards-title{
    color: #2C2929;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    /*height: 90px;*/
}

.news-page .news-cards-title{
    height: 90px;
}


.news-cards-desc{
    height: 52px;
}

.news-cards-desc p{
    color: #2C2929;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 144.444% */
    margin-top: 13px;
    opacity: 0.8 !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-cards-one .news-cards-desc{
    max-width: 586px;
}

.news-cards-footer{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 35px;
}

.news-cards-link{
    color: #1F9DFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    column-gap: 20.5px;
    transition: 0.2s linear;
}

.news-cards-link:hover{
    column-gap: 25.5px;
}

.news-cards-date{
    color: #2C2929;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 144.444% */
}

.right-cards{
    display: flex;
    width: 100%;
}

.news-cards-right-one{
    overflow: hidden;
}

.news-cards-right-text{
    background: #fff;
    padding: 30px 35px 31px 35px;
    border-radius: 0 30px 30px 0;
    height: 308px;
}

.news-cards-right-one .news-cards-title{
    max-width: 277px;
}

.right-cards .news-cards-link{
    position: absolute;
    bottom: 40px;
}

.right-cards .news-cards-date{
    margin-top: 12px;
}

.news-cards-right-two .news-cards-right-text{
    position: relative;
    border-radius: 30px 0 0 30px;
}
.news-cards-right-two .news-cards-right-img img{
    border-radius: 0 30px 30px 0;
}

.news-cards-right-one .news-cards-right-img img{
    border-radius: 30px 0 0 30px;
}

.news-cards-right-two{
    margin-top: 38px;
}

.news-cards-right-one .news-cards-right-text{
    transform: translateY(22px);
}

.right-cards .news-cards-right-img img {
    object-fit: cover;
    height: 308px;
}

.news-cards-one{
    display: flex;
    flex-direction: column;
}

.news-cards-right-one .news-cards-right-text{
    height: 308px;
}

.news-text-footer .news-footer-social:last-child{
    border-right: none !important;
    padding-right: 0;
}
/*news-head*/

/*our-partners*/

.our-partners{
    margin-top: 75px;
}

.our-partners-body{
    margin-top: 33px;
}

.our-partners-logo{
    width: 270px;
    height: 170px;
    border-radius: 30px;
    background: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.our-partners-logo img{
    width: 55%;
}

.our-partners .carousel-cell{
    margin-right: 25px;
}

.our-partners-carousels{
    position: relative;
    overflow: scroll;
    width: 100%;
}

.our-partners-carousels::-webkit-scrollbar{
    display: none;
}

.carousel-track {
    display: flex;
    column-gap: 25px;
    width: calc(200%);
    animation: slide 20s linear infinite;
}

.partners-logo {
    flex: 0 0 auto;
    /*width: calc(100% / <?= count($page->images) ?>);*/
}

@keyframes slide {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.our-partners-logo img {
    width: 55%;
    height: 80px;
    object-fit: contain;
}


/*our-partners*/


/*map*/

.map{
    margin-top: 75px;
}

#map{
    width: 100%;
    height: 595px;
    border-radius: 30px;
}

.map-body{
    position: relative;
}

.map-list{
    width: 440px;
    border-radius: 20px;
    background: #FFF;
    position: absolute;
    top: 32px;
    left: 35px;
    bottom: 2rem;
    z-index: 15;
    padding: 26px 0 0 25px;
    display: flex;
    flex-direction: column;
}

.map-list-img{
    width: 64px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;

}

.map-list-head{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 25px;
    padding-bottom: 21px;
}

.map-list-head form{
    width: 170px;
    height: 40px;
    border-radius: 10px;
    background: #F6FAFF;
    display: flex;
    align-items: center;
    position: relative;
    /*padding: 0 0 0 17px;*/
}

.map-list-head form input{
    background: transparent;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: none;
    outline: none;
    padding-left: 17px;
}

.map-list-head form .search-icon-map{
    position: absolute;
    top: 12px;
    right: 15px;
}

.accordion-button:focus{
    border-color: #fff !important;
    box-shadow: none;
}

.accordion-item{
    border: none;
    border-top: 2px solid #E0EBFA !important;
    border-radius: 0;
}

.accordion-item:first-of-type{
    border-radius: 0;
    /*border-top: none !important;*/
}


.accordion-button:not(.collapsed){
    background: transparent;
}

.map-list-head-text{
    column-gap: 20px;
}

.map-list-title{
    color: #2C2929;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.map-list-head-desc{
    color: #2C2929;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    white-space: nowrap;
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.map-list-body{
    overflow-y: auto;
    border-radius: 20px;
}

.map-list-body::-webkit-scrollbar {
    display: none;
}

.map-list-body .overlay-map-list{
    width: 440px;
    height: 80px;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 20px;
    z-index: 1;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
    pointer-events: none;
}

.mapboxgl-ctrl .mapboxgl-ctrl-group{
    position: relative !important;
    top: 100px !important;
}

.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon{
    background-image: url("../img/plus.png") !important;
    background-repeat: no-repeat;
}

.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon{
    background-image: url("../img/minus.png") !important;
}

.mapboxgl-ctrl button:not(:disabled):hover{
    background: #fff !important;
}

.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon{
    background-image: url("../img/compas.png") !important;
}

.mapboxgl-ctrl-top-right{
    top:50% !important;
    border-radius: 20px;
    /*transform: translateY(-50%);*/
}

.mapboxgl-ctrl-group:not(:empty){
    box-shadow: none !important;
}

.mapboxgl-ctrl-group{
    border-radius: 20px !important;
    padding: 10px 5px !important;
}

.mapboxgl-ctrl-compass{
    position: fixed;
    top: -350%;
    right: 4px !important;
    width: 40px !important;
    height: 40px !important;
    background-color: #fff !important;
    border-radius: 50% !important;
    border-top: none !important;
}

.accordion-body span{
    color: #2C2929;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.6;
}

.accordion-body p{
    color: #2C2929;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.map-list-body .accordion{
    --bs-accordion-border-color : none !important;
}

.map-back-center{
    position: absolute;
    z-index: 999;
    right: 10px;
    bottom: 60px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.map-back-center img{
    width: 20px;
    height: 20px;
}


.accordion-body-price{
    border-bottom: 1px solid #EFEFEF;
    padding: 0 0 16px 0;
}

.accordion-body-statistics{
    padding: 16px 0;
}

.body_progress{
    width: 140px;
}

.body_progress span{
    display: block;
    text-align: right;
    margin-bottom: 5px;
}

.body_progress .progress{
    border-radius: 4px;
}

/*map*/



/*footer start*/
footer{
    border-radius: 40px 40px 0 0;
    padding: 45px 0 0 45px !important;
    background: #fff url("../img/footer-bg.png") right bottom/contain no-repeat;
}

.footer-top{
    border-bottom: 1px solid #EFEFEF;
    padding-bottom: 47px;
}

.footer-link{
    column-gap: 10px;
}

.footer-link-title h2{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.footer-link li{
    list-style: none;
}

.footer-link li a{
    color: #2C2929;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; /* 178.571% */
    text-decoration: none;
    opacity: 0.5;
}

.footer-bottom{
    padding-top: 29px;
    padding-bottom: 29px;
}

.footer-bottom-left{
    column-gap: 13px;
}

.footer-bottom-right{
    column-gap: 10px;
}

.footer-bottom-left p, .footer-bottom-left a span{
    color: #2C2929;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.5;
}



.footer-social-link ul {
    display: flex;
    column-gap: 10px;
}

.footer-social-link ul li {
    list-style: none;
}

.footer-logo-mobile{
    display: none;
}

/*footer end*/



/*news page*/
.first-section-news{
    margin-top: 85px;
    margin-bottom: 120px;
}
.first-section-news-text{
    color: #2C2929;
    font-size: 55px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
}

.news-page{
    transform: translateY(-40px);
}

.news-page .news-footer{
    margin-top: 41px;
    display: flex;
    justify-content: center;
}

/*similar-projects*/
/*.interested-projects{*/
/*    margin-top: 70px;*/
/*}*/

.interested-projects-body{
    margin-top: 16px;
}
/*similar-projects*/

/*news inner*/
.news-inner .first-section-news-text{
    color: #2C2929;
    text-align: center;
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.news-inner-text{
    transform: translateY(-48px);
}

.news-inner .first-section-news-date{
    color: #2C2929;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 130% */
    text-align: center;
}

.basic-page-text{
    max-width: 1250px;
    margin: auto;
}

.news-inner-body{
    border-radius: 20px;
    border: 1px solid #E7E7E7;
    background: #FFF;
    padding: 40px 25px 48px 25px;
}

.news-inner-body p{
    opacity: 0.8;
    color: #2C2929;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 15px;
}

.news-inner-body h3{
    color: #2C2929;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px; /* 146.154% */
    opacity: 0.8;
}

.news-text{
    max-width: 1000px;
    margin: auto;
}

.news-text h3{
    color: #2C2929;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px; /* 146.154% */
}

.news-text p{
    opacity: 0.8;
    color: #2C2929;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.news-slider .banner-image img{
    border-radius: 30px;
}

.news-slider .inner-carousel{
    max-width: 1250px;
    margin: 60px auto auto auto;
    border-radius: 30px;
    border-radius: 30px;
}

.news-slider img{
    width: 100%;
    height: 600px;
}

.news-slider .flickity-viewport{
    border-radius: 30px;
}


.news-slider .inner-carousel .flickity-prev-next-button.next {
    right: 35px;
}

.news-slider .flickity-prev-next-button.previous {
    left: 35px;
    opacity: 1;
}

.news-slider .carousel-cell{
    width: 100%;
    border-radius: 30px;
}

.news-text-footer{
    max-width: 578px;
    height: 50px;
    border-radius: 30px;
    background: #F6FAFF;
    margin-top: 47px;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 17px;
    padding: 0 26px;
}

.news-text-footer a{
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    column-gap: 5px;
}

.news-text-footer .news-footer-social{
    border-right: 1px solid #DDD;
    padding-right: 18px;
}
/*news inner*/


/*career*/
.career-banner{
    transform: translateY(-60px);
    margin-top: 167px;
}


.career-banner .banner-body .banner-btn-one{
    color: #1F9DFF;
}

.career-discover-head{
    display: flex;
    justify-content: space-between;
}

.career-discover-head .section_title{
    width: 90%;
}

.career-discover-head-desc{
    max-width: 635px;
    color: #2C2929;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.career-discover-item{
    border-radius: 30px;
    background: #FFF;
    padding: 40px 40px 40px 50px;
    display: flex;
    align-items: center;
    column-gap: 50px;
}

.career-discover-item-text h5{
    color: #2C2929;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px; /* 121.429% */
}

.career-discover-item-text p{
    max-width: 475px;
    color: #2C2929;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 130% */
}

.career-discover-body{
    margin-top: 60px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    position: relative;
    z-index: 3;
}

.career-discover-image{
    background-image: url("../img/career.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 700px;
    transform: translateY(-80px);

}
/*career*/

/*available-positions*/
.available-positions{
    max-width: 1000px;
    margin: auto;
}

.available-positions-body{
    margin-top: 50px;
}

.available-positions-body .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background: #1F9DFF;
    color: #fff;
}

.available-positions-body .nav-pills .nav-link{
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px; /* 144.444% */
    padding: 10px 28px;
    border-radius: 101px;
    background: #fff;
}

.available-positions-body .nav-pills{
    /*overflow-x: scroll;*/
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 12px;
}

.available-positions-body .tab-content{
    margin-top: 50px;
}

.available-positions-item{
    border-radius: 30px;
    background: #FFF;
    padding: 40px 50px 40px 50px;
    display: flex !important;
    align-items: center;
    column-gap: 10px;
    justify-content: space-between;
    margin-bottom: 20px;
}

.available-positions-item-title{
    color: #2C2929;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px; /* 121.429% */
}

.available-positions-item-desc{
    color: #2C2929;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 130% */
}

.available-positions-footer{
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

/*available-positions*/
/*our-team*/
.our-team{
    margin-top: 100px;
}

.our-team-item{
    border-radius: 30px;
    background: #FFF;
    display: flex;
}

.our-team-body{
    margin-top: 50px;
}

.our-team-text{
    padding: 50px 70px;
}

.our-team-desc{
    color: #2C2929;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 139.13% */
    margin-top: 40px;
}

.our-team-text-name{
    margin-top: 120px;
}

.our-team-text-name p{
    color: #2C2929;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 140% */
}

.our-team-text-name span{
    color: #2C2929;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 140% */
}

.our-team  .flickity-prev-next-button.next {
    top: auto;
    right: 70px;
    bottom: 54px;
    background: #F6FAFF;
}

.flickity-prev-next-button.next{
    transition: 0.2s linear;
}

.flickity-prev-next-button.next:hover{
    background: #DDECFF;
}

.our-team .flickity-prev-next-button.previous {
    top: auto;
    left: auto;
    right: 145px;
    bottom: 54px;
    opacity: 1;
    background: #F6FAFF;
}

/*our-team*/


/*calculate*/

.mortgage-calculator{
    margin-top: 120px;
    transform: translateY(-60px);
}

.mortgage-calculator-inner{
    border-radius: 20px;
    border: 1px solid #E7E7E7;
    background: #FFF;
}

.mortgage-calculator-left{
    flex-basis: 60%;
    padding: 39px 25px 60px 55px;
}

.mortgage-calculator-title{
    color: #2C2929;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.mortgage-calculator-desc{
    max-width: 586px;
    color: #2C2929;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 150% */
}

.mortgage-calculator-inner{
    display: flex;
    justify-content: space-between;
}

.mortgage-calculator-form{
    margin-top: 35px;
}

.mortgage-calculator-form .filter-select{
    width: 100%;
    height: 60px;
    margin-bottom: 29px;
}

.mortgage-calculator-form .filter-room{
    width: 100%;
}

.mortgage-calculator-form .filter-room button{
    padding: 12px 30px;
}

.mortgage-calculator-footer-text{
    max-width: 323px;
    color: #2C2929;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.3;
}

.mortgage-calculator-right{
    background-image: url("../img/mortage-calculate.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    width: 512px;
}

.mortgage-calculator-right-text{
    padding: 45px 55px;
}

.right-bottom{
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 30px;
    width: 95%;
}

.mortgage-calculator-right-text h4{
    color: #FFF;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.mortgage-calculator-right-text span{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.7;
}

.mortgage-calculator-right-price{
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.initial-payment-percent{
    width: 48px;
    height: 35px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1F9DFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.6px;
    border-radius: 10px;
    background: #FFF;
}

.mortgage-calculator-right-opportunities{
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.53);
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(25.82367706298828px);
    padding: 18px 30px 25px 30px;
    margin-top: 38px;
}

.mortgage-calculator-right-opportunities-head h3{
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.mortgage-calculator-right-opportunities p{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.7;
    max-width: 410px;
}

.mortgage-calculator-right-footer{
    display: flex;
    column-gap: 10px;
    padding: 55px;
}

.mortgage-calculator-right-footer-grow{
    flex-grow: 1;
}

.right-footer-button{
    display: flex;
    padding: 0 20px;
    justify-content: space-between;
    align-items: center;
    /*column-gap: 112px;*/
    height: 60px;
    border-radius: 30px;
    background: #FFF;
    transition: 0.2s linear;
}

.right-footer-button small{
    flex-basis: 85%;
    color: #1F9DFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.pdf-button-calculate{
    border: none;
    outline: none;
}


.right-footer-link{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    border-radius: 50%;
    background: #fff;
}

/*calculate*/


/*faq*/

.faq{
    max-width: 1000px;
    margin: auto;
}
.faq-body .accordion-item{
    border-top: 0 !important;
    border-bottom: 1px solid #DDD;
    background: #F6FAFF !important;
}

.faq-body .accordion-button{
    background: #F6FAFF !important;
    color: #2C2929;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 32px 0;
}

.faq-body .accordion-body{
    padding: 16px 0;
    color: #2C2929;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 150% */
    opacity: 0.6;
}

.faq-body .accordion-button:not(.collapsed){
    box-shadow: none;
}

.faq-body .accordion-header, .faq-body .accordion-body{
    background: #F6FAFF !important;
}
/*faq*/


/*Features*/
.features{
    margin-top: 100px;
}

.features-head{
    display: flex;
    justify-content: space-between;
}
.features-body{
    margin-top: 40px;
    position: relative;
}

.features-overlay{
    display: none;
    position: absolute;
    right: 0;
    width: 150px;
    height: 623px;
    flex-shrink: 0;
    z-index: 3;
    background: linear-gradient(270deg, #F6FAFF 0%, rgba(246, 250, 255, 0.00) 98.94%);
}

.features-head-text{
    width: 805px;
    color: #2C2929;
    text-align: right;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 139.13% */
    opacity: 0.6;
}
.features-carousel-title{
    color: #2C2929;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 23px;
}

.features-carousel-img{
    width: 100%;
    height: 500px;
}


.features-carousel-img img{
    width: 100%;
    height: 100%;
    border-radius: 30px;
    object-fit: cover;
}


.features-carousel .carousel-cell {
    margin-right: 30px;
    width: calc(100% / 3 - 20px);
}

/*Features*/

/*marker*/
.marker-span{
    color: #2C2929;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.6;
}

.marker-price{
    color: #2C2929;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.marker{
    display: flex;
    align-items: center;
    width: 130px;
    height: 36px;
    border-radius:18px;
    background-color: #fff;
    padding: 3px 14px 3px 10px;
    column-gap: 5px;
}

.marker::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-style: solid;
    border-width: 10px 7px 0;
    border-color: #fff transparent transparent transparent;
}

.mapboxgl-marker{
    z-index:2;
}

.marker-text{
    display: flex;
    flex-direction: column;
}

.mapboxgl-popup{
    top: 32px !important;
    bottom: 20px !important;
    z-index: 999;
}

.mapboxgl-popup.remove{
    display: none;
}

.mapboxgl-popup.open{
    display: block;
}

.marker-img{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    object-fit: cover;
}


.mapboxgl-popup-close-button{
    display: none;
    font-size: 18px;
    top: -4px !important;
    right: 10px !important;
    background: transparent !important;
}
.mapboxgl-popup-content{
    width: 130px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 15px !important;
    border-radius: 0 0 18px 18px !important;
}

.map-popup-text{
    font-size: 12px;
    line-height: normal !important;
    /*margin-top: 5px;*/
}

.mapboxgl-popup-tip{
    border: none !important;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    outline: none;
}

/*learn-more-popup*/

.learn-more-add.open{
    display: block;
}

.learn-more-container{
    max-width: 1300px;
    margin:auto;
    padding: 0 30px;
}

.learn-more-overlay {
    transition: all 0.4s linear;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    z-index: 999;
    background: #000;
    opacity: 0;
    pointer-events: none;
}

.learn-more-overlay.open{
    opacity: 0.5;
    pointer-events: auto;
}

/*.learn-more-popup {*/
/*    position: relative !important;*/
/*    opacity: 0;*/
/*    pointer-events: none;*/
/*    transition: all 1s linear;*/
/*}*/

.learn-more-popup .pills-tab .nav-pills{
    margin: 0 !important;
}

.learn-more-popup::-webkit-scrollbar {
    display: none;
}

.learn-more-body::-webkit-scrollbar {
    display: none;
}


/*.learn-more-popup.open {*/
/*    opacity: 1;*/
/*    pointer-events: auto;*/
/*}*/

.learn-more-body {
    border-radius: 20px 20px 0 0px;
    background: #FFF;
    width: 100%;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: -100%;
    z-index: 999;
    display: none;
    animation-name: learn-more;
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
}

@keyframes learn-more {
    from{
        bottom: -100%;
    }
    to{
        bottom: 0;
    }
}

.learn-more-body.open{
    display: block;
    /*opacity: 1;*/
    /*pointer-events: auto;*/
    /*height: calc(100vh - 200px);*/
}

/*.learn-more-body.a*/

.learn-more-close{
    background-color: #F6FAFF !important;
    border-radius: 50%;
    cursor: pointer;
}

.learn-more-body .pills-tab{
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    padding: 10px 0;
}

.learn-more-head .nav-link{
    color: #2C2929;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.6;
}

.learn-more-head{
    border-bottom: 1px solid #EFEFEF;
}

.learn-more-content{
    padding-bottom: 20px;
    background-image: url("../img/lear-more-bg.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /*border-bottom: 1px solid #EFEFEF;*/
}

.learn-more-content-text{
    padding: 0 20px 0 0;
    /*margin-top: 45px;*/
    text-align: left;
}

.learn-more-content-text .section_title{
    max-width: 100%;
}

.learn-more-content-desc p{
    max-width: 100%;
    max-height: 500px;
    overflow-y: auto;
    margin: 0 0 0 0;
    color: #2C2929;
    text-align: left;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    opacity: 0.6;
}

.learn-more-content-desc::-webkit-scrollbar{
    display: none;
}

.learn-more-content-img{
    border-radius: 40px;
    /*margin-top: 40px;*/
    object-fit: cover;
    object-position: center;
    width: 500px;
    height: 350px;
}

.learn-more-body .pills-tab .nav-pills{
    row-gap: 30px;
}

/*.learn-more-head .pills-tab .nav-pills{*/
/*    padding-bottom: 0;*/
/*}*/

.learn-more-content-link{
    color: #1F9DFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.learn-more-content-link{
    display: flex;
    align-items: center;
    column-gap: 17px;
}

.learn-popup-btn{
    border: none;
    cursor: pointer;
}

/*.learn-more-body .pills-tab{*/
/*    position: relative;*/
/*}*/

/*.learn-more-close{*/
/*    position: absolute;*/
/*    top: 12px;*/
/*    right: 20px;*/
/*}*/

/*.learn-more-body .nav-pills{*/
/*    flex-wrap: nowrap;*/
/*    overflow-x: scroll;*/
/*}*/
/*learn-more-popup*/

.learn-more-body #pills-tab-more {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    width: 80%;
    padding: 20px 0;
}

.learn-more-body #pills-tab-more::-webkit-scrollbar {
    display: none;
}

.learn-more-body .pills-tab {
    position: relative;
}

.llearn-more-body .pills-tab-overlay {
    position: absolute;
    right: 55px;
    top: 25px;
    width: 106px;
    height: 73px;
    z-index: 2;
    pointer-events: none;
    flex-shrink: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0.27%, #FFF 100%);
}

/*video-card*/
#video-container {
    position: relative;
    width: 422px;
    height: 322px;
    border-radius: 30px 30px 0 0;
    overflow: hidden;
}

#live-video {
    width: 100%;
    height: 100%;
    border-radius: 30px 30px 0 0;
    object-fit: cover;
}
/*video-card*/

.favorite_icon, .compare_icon{
    width: 41px;
    height: 41px;
    border-radius: 41px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.2s linear;
    border: none;
}

.favorite_icon:hover, .compare_icon:hover{
    background: #5B8FFF;
}


.favorite_icon svg path, .compare_icon svg path{
    transition: 0.2s linear;
}


.favorite_icon:hover svg path, .compare_icon:hover svg path{
    stroke: #fff !important;
}

.favorite-icon-active{
    background: #5B8FFF;
}

.favorite-icon-active svg path{
    stroke: #fff !important;
}

.favorite-icon-active svg circle{
    stroke: #fff !important;
}

.favorite-icon, .compare-icon{
    position: relative;
}

.wishlist-count{
    display: inline-flex;
    padding: 0px 4px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    position: absolute;
    right: 0;
    top: 2px;
    border-radius: 4px;
    background: #5B8FFF;
    color:  #FFF;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 15px; /* 136.364% */
}

.mobile-menu{
    opacity: 0;
    pointer-events: none;
    height: 0;
    display: none;
}

.mobile-menu.active{
    opacity: 0;
    pointer-events: none;
    height: 0;
}

.w-215{
    width: 215px;
}

/*projects*/
.projects-filter-icons{
    width: 100px;
    height: 50px;
    border-radius: 25px;
    background: #F6FAFF;
    /*box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08), 0px -2px 4px 0px rgba(0, 0, 0, 0.08);*/
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 4px;
}

.project_icon, .filter_project_icon {
    width: 41px;
    height: 41px;
    border-radius: 41px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.2s linear;
}

.project_icon:hover, .filter_project_icon:hover{
    background: #5B8FFF;
}


.project_icon svg path, .filter_project_icon svg path{
    transition: 0.2s linear;
}

.project_icon svg rect{
    stroke: #5B8FFF;
}

.project_icon:hover svg rect, .filter_project_icon:hover svg path{
    stroke: #fff !important;
}

.projects-filter-section .filter-content-footer{
    column-gap: 26px;
}

.projects-filter-section .filter-room, .projects-filter-section .filter-select, .projects-filter-section .filter-price{
    width: 100%;
}


.projects-filter-section .filter-block{
    padding: 30px 25px 43px 25px
}

.projects-filter-section .filter-content-footer{
    margin-top: 0;
}

.projects-filter-section .section_title{
    display: none;
}


/*projects*/


#backToTop {
    width: 56px;
    height: 56px;
    background: rgba(31, 157, 255, 0.15);
    color: white;
    border: none;
    border-radius: 8px;
    outline: none;
    transition: all 0.2s linear;
    bottom: 50px;
    right: 50px;
    z-index: 99;
    cursor: pointer;
}

#backToTop:hover {
    background: rgba(31, 157, 255);
}

#backToTop:hover  svg path{
    fill: #fff;
}

.live_icon{
    height: 10px !important;
}

.disabled-ion .irs--round .irs-handle{
    pointer-events: none;
    background-color: #b1b1b1 !important;
}

.disabled-ion input{
    pointer-events: none;
}

.disabled-ion .irs--round .irs-bar{
    background-color: #b1b1b1 !important;
}

.filter-block-body-mobile{
    display: none;
}

.filter-block-mobile-modal{
    display: none;
}

/*#layouts .apartment-layout-head{*/
/*    padding-top: 50px;*/
/*}*/

#print-content{
    display: none;
}

.career-item-content{
    display: flex;
    column-gap: 65px;
    border-radius: 20px;
    border: 1px solid #E7E7E7;
    background: #FFF;
    padding: 60px 70px;
}

.career-file-text{
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px; /* 116.667% */
    opacity: 0.4;
    margin-top: 8px;
}

.career-item-form-block{
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.career-item-form-block .call-me-body{
    margin-top: 0;
    height: auto !important;
}

.career-item-form-select{
    width: 100%;
    height: 48px;
    position: relative;
}

.career-item-form .call-me-body{
    width: 350px;
}

.career-item-form-select select{
    appearance: none;
    display: flex;
    width: 100%;
    padding: 0 20px;
    height: 48px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-radius: 10px;
    background: #F6FAFF;
    border: none;
    outline: none;
    cursor: pointer;
    margin-top: 6px;
    color: #B0C3DA !important;
    font-size: 16px;
    text-align: left;
}



.career-item-form-select .select-icon{
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.career-file-input input{
    display: none;
}

.career-file-area{
    width: 100%;
    height: 58px;
    flex-shrink: 0;
    border-radius: 5px;
    border: 1px dashed #33373A;
    opacity: 0.2;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 8px;
    cursor: pointer;
    margin-top: 8px;
}

.career-file-area.errorInp{
    opacity: 1;
}
.career-file-area.errorInp span, .career-file-area.errorInp svg{
    opacity: 0.2;
}


.career-item-file-label{
    color: #2C2929;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.7;
}

.career-file-area span{
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.career-item-form .call-me-body label{
    font-size: 16px;
}

.career-item-form-block:first-child{
    margin-top: 0;
}

.career-item-form{
    display: flex;
    padding: 50px 70px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    border-radius: 20px;
    border: 1px solid #E7E7E7;
    background: #FFF;
    margin-top: 32px;
}

.career-item-form button{
    width: 100%;
    height: 60px;
    flex-shrink: 0;
    border-radius: 30px;
    background: #1F9DFF;
    border: none;
    outline: none;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 40px;
    transition: all 0.2s linear;
}

.career-item-form button:hover{
    background-color: #1390ef;
}



.career-item-form h2{
    color: #2C2929;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.career-item-button button{
    display: flex;
    width: 210px;
    height: 60px;
    padding: 18px 35px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 30px;
    background: #1F9DFF;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: none;
    outline: none;
    transition: all 0.2s linear;
}

.career-item-button button:hover{
    background-color: #1390ef;
}


.career-item h2{
    color: #000;
    font-feature-settings: 'liga' off;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; /* 133.333% */
    letter-spacing: -0.48px;
    margin-top: 50px;
}

.career-item h2:first-child{
    margin-top: 0;
}

.career-item ul{
    margin-left: 15px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    margin-top: 16px;
}

.career-item ul li strong{
    color: #000;
    font-feature-settings: 'liga' off;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px; /* 144.444% */
}
.career-item ul li{
    color: #000;
    font-feature-settings: 'liga' off;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.career-item-info{
    display: flex;
    width: 100%;
    padding: 24px 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    border-radius: 6px;
    background: #F6FAFF;
    margin-top: 50px;
}

.career-item-info h3{
    color: #242A0B;
    font-feature-settings: 'liga' off;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px; /* 144.444% */
}

.career-item-info p{
    color: #242A0B;
    font-feature-settings: 'liga' off;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 144.444% */
}

.career-item-apply-button {
    margin-top: 50px;
    width: 350px;
    height: 60px;
    padding: 18px 35px;
    flex-shrink: 0;
    border-radius: 30px;
    background: #1F9DFF;
    border: none;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.career-item-apply-button svg {
    transition: transform 0.3s ease, content 0.3s ease;
}

.career-item-apply-button:hover svg {
    transform: translateX(10px);
}



.call-me-overlay{
    transition: all 0.4s linear;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    z-index: 999;
    background: #000;
    opacity: 0;
    pointer-events: none;
}

.call-me-banner{
    position: fixed;
    right: -100%;
    top: 0;
    z-index: 999;
    width: 427px;
    height: 100vh;
    overflow-y: auto;
    border-radius: 20px 0px 0px 20px;
    background: #FFF;
    padding: 43px 45px 88px 32px;
    display: none;
    animation-name: call-banner;
    animation-duration: 0.8s;
    animation-fill-mode: forwards;
}


@keyframes call-banner {
    from{
        right: -100%;
    }
    to{
        right: 0;
    }
}

.call-me-banner::-webkit-scrollbar{
    display: none;
}

.call-me-banner.active{
    display: block;
}

.call-me-overlay.active{
    opacity: 0.3;
    pointer-events: auto;
}

.call-me-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.call-me-header h3{
    color: #2C2929;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px; /* 130.769% */
}

.call-me-header svg{
    cursor: pointer;
}

.call-me-button{
    background: transparent;
}

.call-me-body label{
    color: #2C2929;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.7;
}



.call-me-body{
    margin-top: 20px;
    height: calc(100vh - 50px);
    overflow-y: auto;
}

.call-me-body form{
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.call-me-body input{
    display: flex;
    width: 100%;
    height: 48px;
    padding: 17px 20px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    border-radius: 10px;
    background: #F6FAFF;
    color: #a9c6f8;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 125% */
    border: 1px solid transparent;
    outline: none;
    margin-top: 6px;
    transition: all 0.2s linear;
}

.call-me-body input::placeholder, .call-me-body textarea::placeholder{
    color: #B0C3DA;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 125% */
}

.call-me-body textarea{
    display: flex;
    width: 100%;
    height: 110px;
    padding: 17px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    border-radius: 10px;
    background: #F6FAFF;
    resize: none;
    border: 1px solid transparent;
    transition: all 0.2s linear;
    outline: none;
}

.call-me-send-btn{
    margin-top: 30px;
}

.call-me-send-btn button{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 30px;
    width: 100%;
    background: #1F9DFF;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 18px 35px;
    border: none;
    outline: none;
}

.call-me-send-btn button svg {
    transition: transform 0.3s ease, content 0.3s ease;
    margin-left: 5px;
}

.call-me-send-btn button:hover svg {
    transform: translateX(10px);
}

@media print {
    #print-content {
        display: block;
    }

    .print-content-projects{
        display: flex;
        justify-content: space-between;
        column-gap: 50px;
    }

    .print-projects-img img{
        width: 100%;
        height: 400px;
        object-fit: contain;
    }
}

.banner_image {
    display: block;
    width: 100%;
    height: auto;
    background-color: #e0e0e0;
}

.banner_image.lazy-loaded {
    opacity: 1;
}

.lazy-load-img {
    transition: opacity 0.3s ease;
    opacity: 0;
}

.lazy-load-img.loaded {
    opacity: 1 !important;
}

.projects-cards-img .lazy-load-img{
    height: 320px;
}

.news-cards-img .lazy-load-img{
    height: 380px;
}

.lazy-load-marker.loaded {
    opacity: 1 !important;
    transition: opacity 0.3s ease;
}

.apartment_list_rooms{
    height: 30px;
}

.badge_repair{
    display: inline-block;
    background: #1F9DFF;
    border-radius: 20px;
    padding: 5px 10px;
    font-size: 14px;
    color: #fff;
}