.btn-top.js-btn-top{display:none;}
#bingc-passive div.bingc-passive-overlay a.bingc-powered-by,#bingc-active a.bingc-powered-by{display:none;}#bingc-active{left:0px!important;}#bingc-phone-button{bottom: 25px!important;right:1%!important;}@media(max-width:1024px){#bingc-phone-button{bottom:20px!important;right:0%!important;transition:all 0.5s linear 0.0s;}}

.home_h1 {
	position: absolute;
    opacity: 0;
}

.news-list-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 80px;
}
.news-list-wrapper .news-card{ 
    flex-basis: calc(33% - 30px);
}

@media screen and (max-width:1024px){
    .news-list-wrapper { 
        gap: 10px;
    }
    .news-list-wrapper .news-card{  
        flex-basis: 100%;
    }
}


.news-card {
        text-decoration: none;
    border: 2px solid #ECEAE1;
}

.news-card__date {
    color: #8E837B;
    font-family: Arsenal;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;     margin-bottom: 20px;
}
.news-card__title {
    color: #2A3341;
font-family: Arsenal;
font-size: 26px;
font-style: normal;
font-weight: 400;
line-height: 100%; }

.news-card__img-wrapper {
    margin: -2px;
}
.news-card__img {
    position: relative;
    padding-bottom: 77%;
}

.news-card__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-card__text-wrapper {
    padding: 40px 50px;
}


.pagination-wrapper {
    margin-bottom: 200px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination-wrapper:empty {
    display: none;
}


.page-numbers {
    display: flex;
    align-items: center;
}
.page-numbers li {
    width: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-numbers .current {
    border-bottom: 1px solid #212f4a;
    color: var(--Black, #2A3341);
    font-family: Arsenal;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;     text-transform: uppercase;
    text-decoration: none;
    width: 100%;
    text-align: center;
    justify-content: center;
    padding-bottom: 3px;
}

.page-numbers a {
    color: var(--Black, #2A3341);
    font-family: Arsenal;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;     text-transform: uppercase;
    text-decoration: none;
    padding-bottom: 3px;
    opacity: 0.45;
}

.single-news-title {
    color: var(--Black, #2A3341);
    text-align: center;
        font-family: Gilroy;
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;     text-transform: uppercase;
    margin-bottom: 20px;
}

@media screen and (max-width:1024px){
    .single-news-title {
        font-size: 24px;
    }
}

.single-news-img-wrapper {
    margin-bottom: 20px;
}
.single-news-img  {
    position: relative;
    padding-bottom: 63%;
}
.single-news-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single-news-date {
    color: #2A3341;
    font-family: Arsenal;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;     margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.single-news-content {
    margin-bottom: 40px;
}

.single-news-button {
    margin-top: 40px;
    border: 1px solid #ECEAE1;
    background: #212f4a;
    color: #FFFFFF;
    padding-top: 23px;
    padding-bottom: 23px;
    border-radius: 100px;
}

.single-news-video {
    margin-top: 40px;
    position: relative;
    padding-bottom: 56.25%;
    margin-bottom: 120px;
}

.single-news-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.single-news-back-button {
    color: #2A3341;
    text-align: center;
    font-family: Gilroy;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;     letter-spacing: 1.4px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    text-decoration: none;
    position: absolute;
    left: 0;
    top: 0;
}

@media screen and (max-width: 1440px) {
    .single-news-back-button {
        position: static;
        display: none;
    }
}

.single-news-back-button span {
    margin-left: 18px;
}

.developer-flats {
    
}

.developer-flats-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 60px;
}

@media screen and (max-width:1024px){
    .developer-flats-table {
        margin-top: 30px;
    }
}

.developer-flats-table table {
    width: 100%;
}

@media screen and (max-width:600px){
    .developer-flats-table table {
        width: 150vw;
    }
    .developer-flats-table {
        overflow-x: auto;
    }
}

.developer-flats-table th, .developer-flats-table td {
    border: 1px solid #edebe3;
    padding: 12px 8px;
    font-size: 24px;
    line-height: 130%;
    text-align: center;
}

@media screen and (max-width:600px){
    .developer-flats-table th, .developer-flats-table td {
        font-size: 14px;
        padding: 8px 4px;
    }
    .developer-flats .complex__content {
        padding-bottom: 0 !important;
    }
}
.developer-flats-table th {
    background-color: #f2f2f2;
    font-weight: bold;
}

.developer-flats-link {
    color: #2A3341;
}

#index-page .developer-flats .complex__left {
    width: 100%;
    max-width: none;
}
#index-page .developer-flats .complex__right {
    width: 100%;
    max-width: none;
}

.reviews {
    position: relative;
    padding: 50px 0;
}

.reviews .big-title {
    margin-bottom: 50px;
}

@media screen and (max-width:600px){
    .revoews .big-title {
        margin-bottom: 30px;
    }
}

#index-page .reviews .building-info__decor {
    left: auto;
    right: 0;
    width: 30%;
    height: 100%;
    transform: rotate(-90deg) translateY(30%);
}
#index-page .reviews .building-info__decor img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.reviews__list {
}


.review-card {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    text-align: left;
}

.review-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.review-header img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin-right: 15px;
}

.review-header .reviewer-name {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}

.review-header .review-date {
    font-size: 12px;
    color: #8e837b;
}

.review-content {
    font-size: 16px;
    color: #2A3341;
    margin-bottom: 15px;
}

.review-rating {
    display: flex;
    align-items: center;
}
.review-stars-list {
    display: flex;
    align-items: center;
}

.review-rating span {
        display: block;
    color: #2A3341;
    height: 20px;
    width: 20px;
}

.review-rating .review-rating-text {
    margin-left: auto;
    line-height: 100%;
}

.star svg {
    width: 20px;
    height: 20px;
    fill: #212f4a;
}