/*
Theme Name: UTB
Version: 1.0
Author: Lonch
Author URI: https://lonch.digital
*/


/* @import url('https://fonts.googleapis.com/css2?family=Fira+Sans+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap'); */

@font-face {
    font-family: 'Montserrat';
    src: url('./fonts/Montserrat/Montserrat-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('./fonts/Montserrat/Montserrat-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('./fonts/Montserrat/Montserrat-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('./fonts/Montserrat/Montserrat-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Australia Belmonte';
    src: url('./fonts/Australia-Belmonte.otf') format('opentype');
	font-display: swap;
}


:active,
:hover,
:focus {
    outline: 0;
    outline-offset: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 19.5px;
    overflow-x: hidden;
    color: #fff;
    background: #272727;
}

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

*:before,
*:after {
    box-sizing: border-box;
}

*:not(.rc-tabs, .construction-progress-line-wrapper)::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #4C3227;
}

*:not(.rc-tabs, .construction-progress-line-wrapper)::-webkit-scrollbar {
    width: 8px;
    background-color: #4C3227;
}

*:not(.rc-tabs, .construction-progress-line-wrapper)::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #E25C27;
}

@-moz-document url-prefix() {
    * {
        scrollbar-width: thin;
        scrollbar-color: #E25C27 #4C3227;
    }

    *::-moz-scrollbar-thumb {
        background-color: #E25C27;
        border-radius: 10px;
    }
}

img {
    max-width: 100%;
    height: auto;
}

button {
    cursor: pointer;
}

ins {
    text-decoration: none;
    font-weight: normal;
}

button,
input,
input::placeholder,
select,
textarea,
textarea::placeholder {
    outline: none;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    opacity: 1;
    color: #fff;
    background: none;
    border: none;
}

input {
    border-radius: 0;
    -webkit-border-radius: 0;
}

button,
input,
select,
textarea {
    outline: none;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
}

a {
    text-decoration: none;
    outline: none;
    color: #fff;
}

ul,
ol {
    list-style-position: outside;
    margin-left: 0;
    list-style: none;
}

.container {
    width: 100%;
    max-width: 1270px;
    margin: 0 auto;
}

.aligncenter {
    display: block;
    margin: 0 auto;
}

.alignleft {
    float: left;
    padding-right: 35px;
}

.alignright {
    float: right;
    padding-left: 15px;
}

html.has-lightbox body {
    overflow: hidden;
}

.half-container {
    width: calc(100vw - ((100vw - 1270px) / 2));
    margin-left: auto;
    margin-right: 0;
}

.site-main-header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    padding: 25px 0;
    z-index: 9;
}

.admin-bar .site-main-header {
    top: 32px;
}

.site-main-header a {
    color: #FFFEF8;
}

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

.header-menu ul,
.header-contacts ul,
.header-contacts {
    display: flex;
    align-items: center;
    gap: 25px;
}

.header-menu ul .current-menu-item a,
.tel-menu-head ul .current-menu-item a {
    color: #E25C27;
}

.header-contacts ul.ark-icons,
.ark-icons {
    display: flex;
    align-items: center;
    gap: 10px;
}

.front-sect {
    padding-top: 210px;
    overflow: hidden;
}

.h1 {
    font-size: 84px;
    line-height: 102.4px;
    font-weight: 400;
    letter-spacing: -0.08em;
    text-align: right;
    margin-bottom: 100px;
    color: #FFFEF8;
    word-break: break-word;
    overflow-wrap: break-word;
}

.h1 span {
    margin-right: 315px;
    display: block;
}

.home .front-section .h1 {
    font-size: 78px;
    line-height: 95.08px;
}

.home .front-section .h1 span {
    margin-right: 225px;
    display: block;
}

.front-section {
	position: relative;
	z-index: 1;
}

.flex-end {
    display: flex;
    justify-content: flex-end;
}

.flex-center {
    display: flex;
    justify-content: center;
}

.round-btn {
    position: relative;
}

.round-btn a,
.round-btn button,
.round-btn>span {
    padding: 20px;
    border: 1px solid #fff;
    border-radius: 100%;
    font-weight: 500;
    letter-spacing: 0.1em;
    width: 300px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all .3s ease-in-out;
}

.round-btn a:hover,
.round-btn button:hover,
.round-btn>span:hover {
    transform: scale(1.5);
}

.round-btn.round-btn-260 a,
.round-btn.round-btn-260 button,
.round-btn.round-btn-260>span {
    width: 260px;
    height: 260px;
}

.round-btn.round-btn-160 a,
.round-btn.round-btn-160 button,
.round-btn.round-btn-160>span {
    width: 160px;
    height: 160px;
}

.round-btn.round-btn-140 a,
.round-btn.round-btn-140 button,
.round-btn.round-btn-140>span {
    width: 140px;
    height: 140px;
}

.round-btn.round-btn-dark a,
.round-btn.round-btn-dark button,
.round-btn.round-btn-dark>span {
    border: 1px solid #272727;
    color: #272727;
}

.front-sect .round-btn a {
    margin-bottom: -50px;
}

.about-sect {
    padding: 270px 0;
}

.about-txt-media {
    display: grid;
    grid-template-columns: 40.5% 51.5%;
    gap: 8%;
}

.about-txt-media.block {
    display: block;
}

.about-txt-media-left img,
.about-txt-media-right img {
    display: block;
    width: 100%;
}

.ark-content-block {
    letter-spacing: 0.1em;
}

.ark-content-block *:not(li, button, label, input, span, em, b, strong, i, a, svg) {
    margin-bottom: 25px;
}

.ark-content-block>*:last-child {
    margin-bottom: 0;
}

.ark-content-block h1 {
    font-size: 75px;
    font-weight: 400;
    line-height: 85px;
    letter-spacing: -0.10em;
}

.ark-content-block h2 {
    font-size: 62px;
    font-weight: 400;
    line-height: 72px;
    letter-spacing: -0.08em;
}

.ark-content-block h3 {
    font-size: 49px;
    font-weight: 400;
    line-height: 60px;
    letter-spacing: -0.05em;
}

.ark-content-block h4 {
    font-size: 36px;
    font-weight: 400;
    line-height: 46px;
    letter-spacing: -0.03em;
}

.ark-content-block h5 {
    font-size: 23px;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: -0.01em;
}

.ark-content-block h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 24.38px;
    letter-spacing: 0.1em;
}

.ark-content-block a {
    font-size: 14px;
    line-height: 17.07px;
    letter-spacing: 0.1em;
    color: #E25C27;
    text-decoration: underline;
}

.sign {
    font-family: 'Australia Belmonte', sans-serif;
    font-size: 72px;
    font-weight: 400;
    line-height: 104.47px;
    color: #FFFFFF80;
    transform: rotate(-10deg);
}

.about-sign {
    text-align: right;
    margin-top: 80px;
}

.about-sign img {
    margin-bottom: 0;
}

.about-numbers {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin-top: 150px;
}

.about-numbers div {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 10px;
    padding-left: 30px;
}

.about-numbers div span {
    font-size: 96px;
    position: relative;
}

.about-numbers div span::after {
    content: '';
    display: block;
    width: 120px;
    height: 120px;
    border-radius: 100%;
    border: 1px solid #fff;
    position: absolute;
    left: -70px;
    bottom: -20px;
}

.about-numbers div p {
    flex-shrink: 0;
    margin-bottom: -45px;
	font-size: 18px;
}

.about-numbers div i {
    margin-top: 20px;
    display: inline-block;
    vertical-align: top;
    font-style: normal;
}

.about-numbers div i i {
    margin-left: -25px;
	margin-left: -15%;
}

.about-numbers div i i i {
    margin-left: -40px;
	margin-left: -40%;
}

.about-numbers div i {
	margin-top: 0;
	display: block;
}

.about-numbers div i:nth-child(2) {
	margin-left: 35px;
}

.about-numbers div i:nth-child(3) {
	margin-left: 45px;
}

.residential-complexes-sect {
    background: #fff;
    padding: 60px 0;
}

.section-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    position: relative;
}

.section-title h2 {
    font-size: 72px;
    font-weight: 400;
    line-height: 87.77px;
    letter-spacing: -0.08em;
    text-transform: uppercase;
    word-break: break-word;
    overflow-wrap: break-word;
}

.section-title h2 span {
    display: block;
    margin-left: 130px;
}

.section-title.dark h2 {
    color: #272727;
}

.limit-width h2 {
    width: 60%;
}

.section-title a,
.orange-link,
.orange-link a {
    color: #E25C27;
    font-size: 20px;
    font-weight: 500;
    text-decoration: underline;
}

    .residential-complexes-grid {
        display: grid;
        gap: 45px 25px;
        justify-content: center;
        container-type: inline-size;
        width: 100%;
        margin: 0 auto;
    }

    .complex-card {
        display: flex;
        flex-direction: column;
        text-decoration: none;
        color: inherit;
        grid-row-end: span 3; 
    }

    @container (min-width: 890px) {
        .complex-card:nth-child(2) {
            grid-area: 2 / 2 / span 3;
        }
    }

    .card-img-wrapper {
        width: 100%;
        margin-bottom: 15px;
        border-bottom: 1px solid #D4D4D4;
        padding-bottom: 15px;
    }

    .card-img-wrapper img {
        object-fit: cover;
        display: block;
    }

    .card-content {
        display: flex;
        justify-content: space-between;
        gap: 15px;
    }

    .card-row-top, 
    .card-row-bottom {
        display: flex;
		flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        gap: 15px;
    }

    .card-row-bottom {
        justify-content: flex-end;
        flex-direction: column;
        align-items: flex-end;
    }

    .card-title {
        display: block;
        color: #272727;
        font-size: 20px;
        line-height: 1.2;
        letter-spacing: 0.1em;
        text-align: left;
    }

    .card-distance {
        color: #272727;
        letter-spacing: 0.1em;
        margin: 0;
        text-align: left;
        font-size: 16px;
    }

    .card-meta, 
    .card-price {
        display: block;
        color: #A6A6A6;
        letter-spacing: 0.1em;
        font-size: 16px;
        text-align: right;
        text-decoration: none;
    }
    
    .desktop-link {
        display: none;
    }

.half-slider-sect {
    padding: 60px 0 40px 0;
}

.half-slider .section-title {
    margin-bottom: 5px;
}

.half-slider-wrapper {
    display: grid;
    grid-template-columns: 26% 68%;
    gap: 6%;
    border-top: 1px solid #FFFFFF80
}

.half-slider-left {
    margin-top: 270px;
}

.news-sign {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.news-sign i {
    font-style: normal;
}

.half-slider-right a {
    width: 570px;
}

.half-slider-right a img {
    display: block;
    margin-bottom: 10px;
    width: 100%;
    height: 410px;
    object-fit: cover;
}

.single-zhytlovi-kompleksy .half-slider-right a img {
    border: 1px solid #FFFFFF80;
}

.half-slider-right a p {
    font-size: 20px;
    line-height: 24.38px;
    letter-spacing: 0.1em;
    color: #FFFEF8;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.half-slider-right .ark-swiper-nav {
    margin-top: 60px;
}

.ark-swiper-nav {
    display: flex;
    align-items: center;
}

.ark-swiper-nav>span {
    cursor: pointer;
}

.ark-swiper-nav .swiper-pagination-fraction {
    display: flex;
    align-items: center;
    width: auto;
    margin: 0 17px;
}

.ark-swiper-nav .swiper-pagination-fraction i {
    width: 75px;
    height: 2px;
    background: #D9D9D9;
    display: block;
    margin: 0 12px;
}

.half-slider .ark-swiper-nav {
    margin-right: calc((100vw - 1270px) / 2);
}

.ark-swiper-fraction span {
    font-family: "Fira Sans Condensed", sans-serif;
}

.consult-form-sect {
    padding: 130px 0 90px 0;
    position: relative;
}

.consult-form .section-title {
    margin-bottom: 60px;
}

.consult-form form {
    width: 100%;
    max-width: 500px;
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin: 0 0 0 auto;
}

.consult-form form>input {
    padding-bottom: 10px;
    border-bottom: 1px solid #FFFFFF;
    display: block;
    width: 100%;
}

.consult-form form input::placeholder {
    letter-spacing: 0.1em;
}

input[type="checkbox"] {
    appearance: none;
    position: relative;
    width: 24px;
    height: 24px;
    display: inline-block !important;
}

input[type="checkbox"]::before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    border: 1px solid #fff;
    border-radius: 4px;
    cursor: pointer;
}

input[type="checkbox"]:checked::before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    border: 1px solid #fff;
    border: 1px solid #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23fff'%3E%3Cpath d='M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z'/%3E%3C/svg%3E");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.form-acceptance {
    display: flex;
    align-items: center;
    gap: 10px;
}

.consult-form-thank {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    text-align: center;
    background: #272727;
    padding: 180px 100px;
    display: none;
}

.consult-form-thank-close {
    position: absolute;
    top: 65px;
    right: 45px;
}

.consult-form-thank span,
.consult-form-thank p {
    font-size: 24px;
    font-weight: 500;
    line-height: 39.34px;
    letter-spacing: 0.1em;
}

.consult-form-thank span {
    color: #E25C27;
}

.faq-sect {
    padding-bottom: 100px;
}

.mt-minus-80 {
    margin-top: -80px;
}

.faq .section-title {
    margin-bottom: 90px;
}

.faq-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px 20%;
}

.faq-column {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.faq-items-even {
	order: 2;
}

.consult-form .form-acceptance {
    margin-bottom: 25px;
}

.faq-item {
    border-top: 1px solid #FFFFFF;
    padding-top: 25px;
	position: relative;
	height: max-content;
}

.faq-item.active {
    border-top: 1px solid #FFFFFF80;
}

.tab-btn-dwn {
    font-size: 24px;
    line-height: 29px;
    position: relative;
    cursor: pointer;
    padding-right: 20px;
}

.tab-btn-dwn::after {
    content: url("data:image/svg+xml,%3Csvg width='14' height='9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1 1.5 6 6 6-6' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    position: absolute;
    right: 0;
    top: 0;
    transition: all .27s ease-in-out;
    transform: rotate(0deg);
}

.faq-item.active .tab-btn-dwn::after {
    transform: rotate(180deg);
}

.tab-content {
    display: none;
    padding-top: 50px;
}

footer {
    border-top: 2px solid #E25C27;
}

.footer-top {
    padding: 40px 0 30px 0;
    border-bottom: 2px solid #D8D8D8;
}

.footer-top-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 5%;
}

.footer-logo {
    max-width: 250px;
}

.footer-logo a {
    display: block;
    margin-bottom: 30px;
}

.footer-menu-column span {
    color: #FFFEF8;
    display: block;
    font-size: 20px;
    font-weight: 500;
    line-height: 24.38px;
    letter-spacing: 0.1em;
    margin-bottom: 15px;
}

.footer-menu-column ul,
.footer-contacts-column {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.footer-menu-column ul a,
.footer-contacts-column a {
    display: block;
    color: #FFFEF8;
}

.footer-contacts-column a {
    font-weight: 500;
	word-break: break-word;
    overflow-wrap: break-word;
}

.footer-bottom {
    padding: 15px 0;
}

.footer-bottom-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
}

.footer-bottom-wrapper span {
    font-size: 14px;
    line-height: 17.07px;
    letter-spacing: 0.1em;
    color: #FFFEF8;
}

.footer-bottom-wrapper a {
    line-height: 17.07px;
    letter-spacing: 0.1em;
    color: #E25C27;
    text-decoration: underline;
}

.ark-bc {
    margin-top: 65px;
}

.ark-breadcrumbs-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 0;
}

.ark-bc-divider {
    margin: 0 15px;
}

.ark-breadcrumbs-list a,
.ark-breadcrumbs-list span {
    color: #FFFEF899;
}

.ark-breadcrumbs-list .active span {
    color: #E25C27;
}

.reviews-sect {
    padding: 170px 0;
}

.reviews .ark-swiper-nav {
    margin-top: 25px;
}

.reviews .swiper-slide {
    border: 1px solid #FFFFFF80;
    padding: 25px 80px 35px 40px;
	height: auto;
}

.review-item-wrapper {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 12px;
}

.review-item-right {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.review-item-right span {
    font-size: 20px;
    line-height: 24.38px;
    letter-spacing: 0.1em;
}

.review-item-right u {
    font-weight: 500;
    letter-spacing: 0.1em;
    text-decoration: none;
}

.reviews .swiper-slide p {
    letter-spacing: 0.1em;
}

.documents-sect,
.txt-block-sect,
.seo-block-sect {
    padding: 40px 0 60px 0;
}

.documents-list {
    display: flex;
    flex-direction: column;
    gap: 60px;
    max-height: 390px;
    overflow: auto;
    padding-right: 20px;
}

.documents-list a {
    display: flex;
    align-items: center;
    gap: 130px;
}

.documents-list a img {
    flex-shrink: 0;
    width: 32px;
}

.doc-item-txt span {
    font-size: 14px;
    line-height: 17.07px;
    letter-spacing: 0.1em;
    display: block;
    margin-bottom: 10px;
    color: #E25C27;
}

.doc-item-txt p {
    font-size: 20px;
    line-height: 24.38px;
    letter-spacing: 0.1em;
}

.pt-180 {
    padding-top: 180px;
}

.txt-page-sect {
    padding-bottom: 60px;
}

.txt-page-sect .h1 {
    margin-bottom: 140px;
}

.residential-complexes-page-sect {
    margin-bottom: 130px;
    overflow: hidden;
}

.rc-tabs-wrapper {
    position: relative;
}

.rc-tabs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    margin-bottom: 60px;
    padding-bottom: 20px;

}

.single-zhytlovi-kompleksy .rc-tabs {
    overflow-x: auto;
    scrollbar-width: auto;
    scrollbar-color: auto;
}

.single-zhytlovi-kompleksy #ark-marker {
	display: none;
}

.single-zhytlovi-kompleksy .rc-tabs ul li._active {
	position: relative;
}

.single-zhytlovi-kompleksy .rc-tabs ul li._active::after {
	content: '';
	display: block;
	width: 100%;
	height: 4px;
	background: #E25C27;
  border-radius: 100px;
	position: absolute;
  bottom: -20px;
  z-index: 1;
  transition: .5s;
}

.single-zhytlovi-kompleksy .rc-tabs::-webkit-scrollbar-track {
    border-radius: 10px;
	height: 4px;
    background-color: #272727;
}

.single-zhytlovi-kompleksy .rc-tabs::-webkit-scrollbar {
    width: 100%;
	height: 4px;
    background-color: #272727;
}

.single-zhytlovi-kompleksy .rc-tabs::-webkit-scrollbar-thumb {
    border-radius: 10px;
	height: 4px;
    background-color: #eee;
}

.post-type-archive-zhytlovi-kompleksy .rc-tabs {
    position: relative;
}

.post-type-archive-zhytlovi-kompleksy .rc-tabs-wrapper {
    margin-bottom: 60px;
}

.rc-tabs::after {
    content: '';
    display: block;
    background: #D8D8D8;
    width: 10000px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: -1000px;
}

.rc-tabs ul {
    display: flex;
    align-items: center;
    gap: 50px;
}

.single-rc-anchors .rc-tabs ul {
    gap: 45px;
}

.rc-tabs ul li {
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #FFFEF8;
    cursor: pointer;
    flex-shrink: 0;
}

.rc-tabs ul li._active,
.rc-tabs ul li._active a {
    color: #E25C27;
}

#ark-marker {
    position: absolute;
    height: 4px;
    width: 100px;
    left: 0;
    background: #E25C27;
    border-radius: 100px;
    bottom: -3px;
    z-index: 1;
    transition: .5s;
}

.rc-tab-contents .ark-tab-content {
    display: none;
}

.rc-tab-contents .ark-tab-content._current {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.rc-item {
    padding: 85px 105px 65px 85px;
    display: grid;
    grid-template-columns: 40% 45%;
    gap: 15%;
    min-height: 490px;
    position: relative;
}

.rc-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #000000a3;
    z-index: 1;
}

.rc-item-left {
    display: flex;
    flex-direction: column;
    gap: 25px;
    position: relative;
    z-index: 2;
}

.rc-item-left span {
    font-size: 20px;
    line-height: 24.38px;
    color: #FFFEF8;
    display: block;
}

.rc-item-left p {
    color: #FFFEF8;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.rc-item-left div {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px 10px;
}

.rc-item-left div u {
    text-decoration: none;
    display: block;
    padding: 10px 8px;
    letter-spacing: 0.1em;
    border: 1px solid #FFFFFF80
}

.rc-item-right {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.rc-item-right .round-btn-160 {
    display: flex;
    align-items: flex-end;
}

.seo-block .ark-content-block {
    max-height: 330px;
    overflow: auto;
    padding-right: 20px;
}

.single-rc-front-sect {
    position: relative;
    overflow: hidden;
}

.single-rc-front-title {
    position: absolute;
    z-index: 9;
    width: 100%;
    top: 210px;
    left: 0;
}

.single-rc-front-sect .swiper-slide img {
    width: 100%;
}

.single-rc-front-sect .swiper.toner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #000000a3;
    z-index: 1;
}

.single-rc-front-bottom {
    position: absolute;
    left: 0;
    bottom: 40px;
    z-index: 9;
    width: 100%;
}

.single-rc-front-bottom-wrapper {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.single-rc-front-bottom-wrapper .round-btn {
    margin-bottom: -80px;
}

.single-rc-anchors {
    margin-top: 80px;
    overflow: hidden;
}

.single-rc-numbers {
    padding-bottom: 125px;
}

.about-company-sect .about-txt-media-left .ark-content-block {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.about-company-sect {
    padding: 60px 0 100px 0;
    overflow: hidden;
}

.about-company .section-title em {
    font-family: 'Australia Belmonte', sans-serif;
    font-size: 383px;
    line-height: normal;
    color: #FFFFFF0D;
    position: absolute;
    top: 50%;
    right: 8%;
    margin-right: 0;
    transform: translate(0, -50%);
    z-index: -1;
}

.about-txt-media-reverse-sect {
    padding: 60px 0 100px 0;
}

.about-txt-media-reverse {
    display: grid;
    grid-template-columns: 51.5% 40.5%;
    gap: 8%;
    padding-top: 125px;
}

.single-rc-about-popup-btn {
    margin-top: 25px;
    display: block;
    font-size: 14px;
}

.about-txt-media-reverse.block {
    display: block;
}

.locations-sect {
    padding: 80px 0 60px 0;
    overflow: hidden;
}

.locations .section-title {
    margin-bottom: 5px;
}

.locations-wrapper {
    position: relative;
}

.locations-wrapper::after {
    content: '';
    display: block;
    width: 1000%;
    height: 1px;
    background: #FFFFFF80;
    position: absolute;
    top: 0;
    left: 0;
}

.locations .swiper-slide {
    display: grid;
    grid-template-columns: 40% 50%;
    gap: 10%;
}

.locations-slider-item-left {
    margin-top: 50px;
}

.locations-slider-item-left span {
    font-size: 20px;
    line-height: 24.38px;
    letter-spacing: 0.1em;
    color: #FFFEF8;
    display: block;
    margin-bottom: 30px;
}

.locations-slider-item-left p {
    letter-spacing: 0.1em;
    color: #FFFEF8;
    display: -webkit-box;
    -webkit-line-clamp: 11;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.locations-slider-item-right img {
    display: block;
    width: 100%;
}

.locations .ark-swiper-nav {
    position: absolute;
    left: 0;
    bottom: 100px;
    z-index: 9;
}

.genplan-sect {
    padding: 60px 0 30px 0;
}

.genplan-img img {
    display: block;
    width: 100%;
}

.construction-progress-sect {
    padding: 60px 0 150px 0;
}

.construction-progress-wrapper {
    margin-bottom: 80px;
}

.construction-progress-percent-active {
    display: flex;
    justify-content: flex-end;
    width: max-content;
    margin: 0 0 0 auto;
    position: relative;
}

.construction-progress-percent-active-img img {
    display: block;
}

.construction-progress-percent-active-img.toner,
.front-sect.front-bg-toner {
    position: relative;
}

.construction-progress-percent-active-img.toner::after,
.front-sect.front-bg-toner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #000000a3;
}

.construction-progress-percent-active p {
    position: absolute;
    left: -400px;
    top: 50px;
    max-width: 500px;
    width: max-content;
    letter-spacing: 0.1em;
    text-align: right;
}

.construction-progress-line-wrapper {
    overflow-x: auto;
    scrollbar-color: auto;
}

.construction-progress-line-subwrapper {
    overflow: hidden;
    padding-bottom: 60px;
}

.construction-progress-line {
    display: flex;
    justify-content: space-between;
    gap: 25px;
    width: 100%;
}

.construction-progress-line-item.current-percent {
    width: 100%;
    max-width: 190px;
    max-width: fit-content;
    position: relative;
}

.construction-progress-line-item span {
    display: block;
    font-size: 20px;
    line-height: 24.38px;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
    color: #FFFFFF80;
}

.construction-progress-line-item.current-percent span {
    color: #FFFFFF;
}

.construction-progress-line-item p {
    display: none;
    letter-spacing: 0.1em;
}

.construction-progress-line-item.current-percent p {
    display: block;
    /* display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 40px; */
}

.construction-progress-line-item.current-percent div {
    width: 60px;
    height: 60px;
    background: #E25C27;
    border-radius: 100%;
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
}

.construction-progress-line-item:last-child.current-percent div {
    left: auto;
    right: 0;
}

.construction-progress-line {
    position: relative;
    padding-bottom: 10px;
}

.construction-progress-line::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    top: calc(100% + 30px);
    background: #E25C27;
}

.flats-sign {
    position: absolute;
    right: 15px;
    bottom: 20px;
    transform: none;
    z-index: -1;
}

.flats-sign i {
    font-size: 60px;
    line-height: 40px;
    display: block;
    text-align: right;
}

.flats-sign i span {
    display: block;
    margin-right: 50px;
}

.flats-design-title {
    margin-bottom: 100px;
}

.flats-design-title .section-title {
    margin-bottom: 0;
}

.flats-design-sect {
    padding: 120px 0 80px 0;
}

.flats-design-sliders .swiper-wrapper {
    align-items: center;
}

.flats-design-sliders .swiper-slide {
    text-align: center;
}

.flats-design-sliders .swiper-slide div {
    position: relative;
    width: fit-content;
    margin: 0 auto;
}

.flats-design-sliders .swiper-slide div img {
    display: block;
}

.flats-design-sliders .swiper-slide div::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #000000a3;
}

.flats-design-sliders .swiper-slide.swiper-slide-active div::after {
    display: none;
}

.flats-slider-arrows span {
    display: block;
    width: 84px;
    height: 84px;
    border-radius: 100%;
    border: 1px solid #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.flats-design-swiper-prev,
.flats-design-swiper-next {
    margin: 0;
    position: absolute;
    top: 50%;
    left: calc((100vw - 1270px) / 2);
    margin-right: 0;
    transform: translate(0, -50%);
    z-index: 9;
}

.flats-design-swiper-next {
    left: auto;
    right: calc((100vw - 1270px) / 2);
}

#flats-design-expensive {
    display: none;
}

.flats-design-btns-wrapper {
    display: flex;
    gap: 55px;
    align-content: flex-end;
    justify-content: center;
    position: relative;
    z-index: 9;
    margin-top: -30px;
}

.flats-design-btns-wrapper .round-btn {
    opacity: .5;
}

.flats-design-btns-wrapper .round-btn.round-btn-active {
    opacity: 1;
}

.flats-design-btns-wrapper .round-btn:nth-child(2) {
    margin-top: 150px;
}

.single-rc-map-sect {
    padding: 60px 0 40px 0;
}

.map-wrapper {
    height: 600px;
}

.map-wrapper #map {
    height: 100%;
}

.room-types-sect {
    padding: 130px 0 80px 0;
}

.room-types-descr {
    letter-spacing: 0.1em;
    color: #FFFEF8;
    max-width: 515px;
    margin-bottom: 80px;
}

.room-types-wrapper .swiper-wrapper {
	gap: 20px;
	justify-content: center;
}

.room-types-wrapper .swiper-slide {
    text-align: center;
}

.room-types-wrapper .swiper-slide img {
    display: block;
    border-radius: 100%;
    margin: 0 auto;
    margin-bottom: 25px;
}

.room-types-wrapper .swiper-slide span {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    font-size: 20px;
    line-height: 24.38px;
    letter-spacing: 0.1em;
    color: #FFFEF8;
    margin-bottom: 25px;
}

.room-types-wrapper .swiper-slide a {
    font-size: 24px;
    line-height: 29.26px;
    letter-spacing: 0.1em;
    color: #E25C27;
    text-decoration: underline;
}

.room-types-wrapper .ark-swiper-nav {
    margin-top: 80px;
}

.single-rc-parking-place-sect {
    padding: 60px 0 80px 0;
}

.single-rc-parking-place .section-title {
    align-items: flex-end;
}

.single-rc-parking-place .section-title p {
    width: 100%;
    max-width: 440px;
    line-height: 24.38px;
    letter-spacing: -0.08em;
    margin-bottom: -50px;
	text-align: right;
	font-size: 26px;
}

.single-rc-parking-place-wrapper {
    margin-top: 100px;
}

.single-rc-parking-place-wrapper>img {
    display: block;
    width: 100%;
    margin-bottom: 100px;
}

.single-rc-parking-place-rings {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    gap: 25px;
}

.single-rc-parking-place-rings div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 406px;
    height: 410px;
    border: 1px solid #FFFFFF;
    border-radius: 100%;
}

.single-rc-parking-place-rings div span {
    font-size: 96px;
    line-height: 117.02px;
}

.single-rc-parking-place-rings div u {
    text-decoration: none;
    font-size: 20px;
    line-height: 24.38px;
    letter-spacing: 0.1em;
    margin-top: 80px;
}

.single-rc-intercom-sect {
    padding: 80px 0 160px;
}

.single-rc-intercom-wrapper {
    display: grid;
    grid-template-columns: 47% 47%;
    gap: 6%;
}

.single-rc-intercom-wrapper.block {
    display: block;
}

.single-rc-intercom-left span {
    display: block;
    font-size: 20px;
    line-height: 24.38px;
    letter-spacing: 0.1em;
    color: #FFFEF8;
    margin-bottom: 30px;
}

.single-rc-intercom-left .ark-content-block {
    margin-bottom: 30px;
}

.single-rc-intercom-right {
    text-align: center;
}

.page-404-sect {
    padding: 220px 0 140px 0;
}

.page-404 {
    display: flex;
    align-content: center;
    justify-content: center;
    gap: 40px;
}

.page-404-left .h1 {
    text-align: left;
    margin-bottom: 30px;
}

.page-404-left p {
    font-size: 20px;
    line-height: 24.38px;
    color: #FFFEF8;
    margin-bottom: 30px;
}

.news-head-sect,
.flats-head-sect {
    padding: 170px 0 130px 0;
}

.news-head .h1,
.flats-head .h1 {
    margin-bottom: 0;
}

.news-list-sect {
    background: #FFFFFF;
    padding: 60px 0;
}

.news-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px 4%;
}

.news-list a img {
    display: block;
    width: 100%;
    height: 410px;
    margin-bottom: 10px;
    object-fit: cover;
}

.news-list a span {
    display: block;
    font-size: 20px;
    line-height: 24.38px;
    letter-spacing: 0.1em;
    color: #272727;
}

.single-blog-head-sect {
    padding: 170px 0 230px 0;
}

.single-blog-head-sect.toner {
    position: relative;
}

.single-blog-head-sect.toner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #000000a3;
    z-index: 1;
}

.single-blog-head {
    position: relative;
    z-index: 2;
}

.single-blog-head em {
    display: flex;
    align-items: center;
    gap: 10px;
    font-style: normal;
}

.single-blog-head em span {
    font-size: 20px;
    line-height: 24.38px;
    letter-spacing: 0.1em;
    color: #FFFEF8;
}

.single-blog-content-sect {
    padding: 80px 0 60px 0;
    overflow: hidden;
}

.single-blog-content.ark-content-block {
    line-height: 26px;
}

.single-blog-content.ark-content-block p {
    margin-bottom: 0;
}

.single-blog-content.ark-content-block img {
    margin: 15px 0 25px 0;
}

.single-blog-author {
    display: flex;
    align-items: center;
    gap: 25px;
    position: relative;
    margin-top: 25px;
    margin-bottom: 60px;
}

.single-blog-author-left {
    flex-shrink: 0;
}

.single-blog-author-right {
    max-width: 410px;
}

.single-blog-author-right span {
    font-size: 20px;
    line-height: 24.38px;
    letter-spacing: 0.1em;
    color: #E25C27;
    display: block;
    margin-bottom: 10px;
}

.single-blog-author-right p {
    letter-spacing: 0.1em;
}

.single-blog-author .sign {
    margin: 0;
    position: absolute;
    top: 100%;
    right: 50px;
    transform: translate(0, -50%) rotate(-10deg);
}

.single-blog-author .sign i {
    font-family: 'Australia Belmonte';
    font-size: 210.2px;
    line-height: 304.99px;
    color: #FFFFFF0D;
}

.single-blog-related {
    padding-top: 30px;
    border-top: 1px solid #FFFFFF80;
}

.single-blog-related>span {
    font-size: 20px;
    line-height: 24.38px;
    letter-spacing: 0.1em;
    color: #FFFEF8;
    display: block;
    margin-bottom: 30px;
}

.single-blog-related-wrapper.news-list a em {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.single-blog-related-wrapper.news-list a em span {
    font-size: 20px;
    line-height: 24.38px;
    letter-spacing: 0.1em;
    color: #E25C27;
    font-style: normal;
}

.single-blog-related-wrapper.news-list a span {
    color: #FFFEF8;
}

.flats-list-sect {
    background: #fff;
    padding: 60px 0 40px 0;
    color: #272727;
    letter-spacing: 0.1em;
}

.flats-list-filters {
    margin-bottom: 70px;
}

.flats-list-filters-top {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2%;
    align-items: center;
}

.flats-list-filters-top {
    margin-bottom: 120px;
}

.flats-list-filters-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flats-list-filters-bottom-wrapper {
    display: flex;
    align-items: center;
    gap: 150px;
}

.flats-reset-filters {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* .flats-reset-filters u {
    font-style: normal;
    font-size: 20px;
    font-weight: 500;
    line-height: 24.38px;
    letter-spacing: 0.1em;
    color: #E25C27;
} */

.new-select {
    position: relative;
    padding: 15px 25px 15px 0;
    border-bottom: 1px solid #272727;
    font-size: 20px;
    line-height: 24.38px;
}

.new-select.on {
    color: #E25C27;
}

.flats-list-filters-bottom-wrapper .new-select {
    border: none;
}

.new-select::after {
    content: url("data:image/svg+xml,%3Csvg width='14' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 1 7 7 1 1' stroke='%23272727' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    transition: all .27s ease-in-out;
    cursor: pointer;
    margin: 0;
    position: absolute;
    top: 50%;
    right: 0;
    transform: rotate(0deg) translate(0, -50%);
}

.new-select.on::after {
    content: url("data:image/svg+xml,%3Csvg width='14' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 1 7 7 1 1' stroke='%23E25C27' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    transform: rotate(180deg) translate(0, -50%);
    top: 5px;
}

.select {
    position: relative;
    cursor: pointer;
}

.new-select__list {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    background: #E25C27;
    z-index: 9;
    padding: 6px 20px;
    color: #FFFEF8;
}

.flats-list-filters-bottom-wrapper .new-select__list {
    width: max-content;
}

.new-select__item {
    padding: 6px;
}

.new-select__item span {
    font-size: 14px;
    line-height: normal;
}

.new-select__item:last-child {
    border: none;
}

.flats-list {
    display: flex;
    flex-direction: column;
    gap: 65px;
}

.flats-list>div {
    display: grid;
    grid-template-columns: 32% 33% 15%;
    gap: 10%;
}

.flat-list-item-left img {
    display: block;
    width: 100%;
}

.flat-list-item-center {
    display: flex;
    flex-direction: column;
    gap: 25px;
    font-size: 20px;
}

.flat-list-item-right {
    display: flex;
    flex-direction: column;
    gap: 80px;
    align-items: flex-end;
}

.flat-list-item-right b {
    font-size: 24px;
    font-weight: 500;
    line-height: 29.26px;
    letter-spacing: 0.1em;
}

.single-flat-sect {
    padding: 200px 0 80px 0;
    background: #fff;
}

.site-main-header.dark-header a img,
.site-main-header.dark-header .ark-bc-divider svg {
    filter: brightness(0%);
}

.site-main-header.dark-header a,
.site-main-header.dark-header a span {
    color: #272727;
}

.single-flat-sect {
    color: #272727;
}

.single-flat {
    display: flex;
    gap: 110px;
    margin-bottom: 80px;
}

.single-flat-left {
    margin-top: 120px;
	flex-shrink: 0;
}

.single-flat-left ul {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.single-flat-left ul li {
    font-weight: 500;
    cursor: pointer;
}

.single-flat-left ul li.ark-tab-btn._active {
    color: #E25C27;
}

.ark-tab-content {
    display: none;
}

.ark-tab-content._current {
    display: block;
}

.single-flat-tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px 20px;
    margin-bottom: 30px;
}

.single-flat-tags li {
    letter-spacing: 0.1em;
    border: 1px solid #272727;
    padding: 10px;
}

.single-flat-price-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 25px;
}

.single-flat-price-wrapper b {
    font-size: 24px;
    font-weight: 500;
    line-height: 29.26px;
    letter-spacing: 0.1em;
}

.single-flat-price-wrapper span {
    font-size: 20px;
    line-height: 24.38px;
    letter-spacing: 0.1em;
}

.contacts-page-sect .h1 {
    position: absolute;
    top: 190px;
    right: calc((100vw - 1270px) / 2);
    z-index: 9;
    margin-bottom: 0;
}

.contacts-page-sect img {
    display: block;
    width: 100%;
}

.contacts-page-info-sect {
    padding: 100px 0;
}

.contacts-page-info {
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 1.5%;
}

.contacts-page-info>a {
    font-size: 20px;
    line-height: 24.38px;
    letter-spacing: 0.1em;
    padding-bottom: 10px;
    border-bottom: 1px solid #FFFFFF80;
    font-style: normal;
    width: max-content;
}

.contacts-page-info .ark-icons {
    margin-left: 15px;
    justify-content: center;
}

.tel-menu-btn {
    display: none;
}

.tel-menu {
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    overflow: hidden;
    transform: translateY(-100%);
    transition: all 0.2s ease;
    background: #272727;
    padding: 50px 0;
}

.showNav {
    transform: translateX(0);
    top: 0;
    opacity: 1;
    z-index: 99999;
}

.admin-bar .showNav {
    top: 32px;
}

.tel-menu-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.tel-menu-wrapper {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.tel-menu-head nav ul,
.tel-menu-bottom-wrapper,
.tel-menu-bottom-wrapper ul.header-tels {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.pt-60 {
    padding-top: 60px;
}

.swiper-pagination-lock {
    display: none !important;
}

.ark-overlay-zk {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    z-index: 999;
    backdrop-filter: blur(4px);
}

.ark-overlay-zk .popup-zk {
    position: fixed;
    width: 100%;
    max-width: 920px;
    z-index: 4;
    margin: 0;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    background: #272727;
    padding: 40px 50px;
    border: 1px solid #FFFFFF
}

.popup-zk-head {
    position: absolute;
    right: 0;
    right: -150px;
    top: 0;
    cursor: pointer;
}

.popup-zk .ark-content-block {
    max-height: 75vh;
    overflow: auto;
    padding-right: 15px;
}

.no-scroll {
    overflow: hidden;
}

.single-residential-complex-parking-place-img-mob {
    display: none !important;
}

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

.pagination a,
.pagination span {
    font-family: "Fira Sans Condensed", sans-serif;
    color: #272727;
}

.utb-pagination-arrow {
    margin: 0 15px;
}

.pagination i {
    width: 75px;
    height: 2px;
    border-radius: 20px;
    background: #272727;
    margin: 0 12px;
}

.news-list-sect .no-posts {
    color: #000;
}

.about-media-mob,
.all-link-mob,
.rc-map-btn-mob {
    display: none;
}

.about-media-mob img {
    display: block;
}

.ark-animated-text {
  overflow: hidden;
}

.ark-animated-text {
  opacity: 0 !important;
}

.ark-animated-text.animated {
  opacity: 1 !important;
}

.ark-animated-text i {
  display: inline-block;
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0.5s, transform 0.5s;
  padding: 5px;
  font-style: normal;
}

.ark-animated-subtext {
	height: 200px;
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0.5s, transform 0.5s;
}

.ark-animated-subtext.sign {
	display: none;
}

.ark-animated-subtext.appeared {
  opacity: 1;
  transform: translateY(0);
  animation: fadeInUp 1s both;
	height: auto;
}

.ark-animated-subtext.appeared.sign {
	display: block;
}

/* Ark Media */

@media (max-width: 1350px) {
    .container {
        max-width: 942px;
    }

    .header-tels li {
        display: none;
    }

    .header-tels li:first-child {
        display: block;
    }

    .locations .ark-swiper-nav {
        bottom: 0;
    }

    .half-slider .ark-swiper-nav {
        margin-right: calc((100vw - 942px) / 2);
    }

    .half-container {
        width: calc(100vw - ((100vw - 942px) / 2));
    }

    .flats-design-swiper-prev {
        left: calc((100vw - 942px) / 2);
    }

    .flats-design-swiper-next,
    .contacts-page-sect .h1 {
        right: calc((100vw - 942px) / 2);
    }

    .popup-zk-head {
        right: -50px;
    }

    .faq-wrapper {
        gap: 40px 10%;
    }

    .single-blog-head .h1 {
        margin-bottom: 50px;
    }

    .single-blog-head-sect {
        padding-bottom: 170px;
    }

    .contacts-page-info {
        display: flex;
        justify-content: space-between;
    }

    .contacts-page-info>a {
        font-size: 18px;
    }

    .contacts-page-info .ark-icons {
        margin-left: 0;
    }
	
	.single-zhytlovi-kompleksy #ark-marker {
		display: none;
	}
	
	.single-zhytlovi-kompleksy .rc-tabs ul li._active, .single-zhytlovi-kompleksy .rc-tabs ul li._active a {
		color: #fff;
	}
}

@media (max-width: 992px) {
    .container {
        max-width: 718px;
    }

    .flats-design-swiper-prev {
        left: calc((100vw - 718px) / 2);
    }

    .flats-design-swiper-next,
    .contacts-page-sect .h1 {
        right: calc((100vw - 718px) / 2);
    }

    .header-wrapper .header-menu,
    .header-wrapper .header-contacts {
        display: none;
    }

    .tel-menu-btn {
        display: block;
    }

    .header-tels li {
        display: block;
    }

    .ark-bc {
        margin-top: 25px;
    }

    .single-rc-front-title {
        position: static;
    }

    .single-rc-front-sect {
        padding: 160px 0 60px 0;
    }

    .h1,
    .home .front-section .h1 {
        font-size: 62px;
        line-height: 77.77px;
        letter-spacing: -0.08em;
        margin-bottom: 50px;
    }

    .single-rc-anchors .rc-tabs ul {
        gap: 25px;
    }

    .rc-tabs {
        padding-bottom: 20px;
    }

    .about-numbers {
        grid-template-columns: repeat(2, 1fr);
        gap: 170px 40px;
    }

    .about-company .section-title em {
        font-size: 200px;
    }

    .section-title h2 span,
    .home .front-section .h1 span,
    .h1 span {
        margin-left: 0;
        margin-right: 0;
        display: inline;
    }

    .about-txt-media-reverse,
    .about-txt-media {
        display: flex;
        flex-direction: column-reverse;
        gap: 40px;
    }

    .locations .swiper-slide {
        display: flex;
        flex-direction: column-reverse;
        gap: 40px;
    }

    .locations .ark-swiper-nav {
        position: static;
        justify-content: center;
        margin-top: 25px;
    }

    .locations-slider-item-left {
        margin-top: 0;
    }

    .construction-progress-line-subwrapper {
        width: 100%;
    }

    .construction-progress-percent-active p {
        width: 100%;
        left: auto;
        right: 100px;
    }

    .half-slider-wrapper {
        display: flex;
        flex-direction: column-reverse;
        gap: 40px;
    }

    .half-slider-left {
        margin-top: 0;
    }

    .half-slider .ark-swiper-nav {
        margin-right: 0;
    }

    .half-slider .ark-swiper-nav.flex-end {
        justify-content: center;
    }

    .half-container {
        width: calc(100vw - ((100vw - 718px) / 2));
    }

    .single-rc-parking-place .section-title p {
        margin-bottom: 0;
    }

    .single-rc-parking-place .section-title {
        flex-direction: column;
        gap: 60px;
        align-items: flex-start;
    }

    .single-rc-intercom-wrapper {
        display: flex;
        flex-direction: column-reverse;
        gap: 60px;
    }

    .footer-logo {
        max-width: 150px;
    }

    .single-rc-front-sect .swiper.toner::after {
        display: none;
    }

    .popup-zk-head {
        right: 0;
        top: -50px;
    }

    .ark-overlay-zk .popup-zk {
        max-width: 90%;
    }

    .round-btn a:hover,
    .round-btn button:hover,
    .round-btn>span:hover {
        transform: none;
    }

    .front-sect {
        overflow: visible;
    }

    .about-media-mob {
        display: block;
        margin-bottom: 40px;
    }

    .section-title h2 br,
    .h1 br {
        display: none;
    }

    .about-sect {
        padding: 175px 0;
    }

    .section-title a {
        display: none;
    }

    .limit-width h2 {
        width: 100%;
    }

    .all-link-mob {
        display: block;
        text-align: right;
        margin-top: 30px;
    }

    .mt-minus-80 {
        margin-top: 0;
    }

    .documents-list a {
        gap: 70px;
    }

    .documents-list {
        gap: 50px;
    }

    .rc-item {
        padding: 40px;
        display: flex;
        flex-direction: column;
        min-height: 370px;
        margin-bottom: 270px;
    }

    .rc-item-right {
        position: absolute;
        bottom: 0;
        top: 85%;
        left: 0;
        min-height: 320px;
    }

    .news-list a img {
        height: 210px;
    }

    .flats-list-filters-bottom-wrapper {
        gap: 70px;
    }

    .contacts-page-info {
        flex-wrap: wrap;
        gap: 25px;
    }
}

@media (max-width: 768px) {
    .container {
        max-width: 526px;
    }

    .half-container {
        width: calc(100vw - ((100vw - 526px) / 2));
    }

    .flats-design-swiper-prev {
        left: calc((100vw - 526px) / 2);
    }

    .flats-design-swiper-next,
    .contacts-page-sect .h1 {
        right: calc((100vw - 526px) / 2);
    }

    .admin-bar .site-main-header,
    .admin-bar .showNav {
        top: 46px;
    }

    .single-rc-front-bottom {
        position: static;
    }

    .single-rc-front-bottom-wrapper {
        display: flex;
        flex-direction: column;
        align-items: inherit;
        margin-top: 25px;
        gap: 40px;
    }

    .single-rc-front-bottom-wrapper .round-btn {
        margin-bottom: 0;
    }

    .about-numbers {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding-left: 40px;
        padding-bottom: 90px;
    }

    .about-company .section-title em {
        top: 100%;
    }

    .rc-tabs-wrapper {
        margin-bottom: 20px;
    }

    .about-company-sect {
        padding: 30px 0 40px 0;
    }

    .about-txt-media-reverse {
        padding-top: 40px;
    }

    .locations-sect,
    .genplan-sect,
    .construction-progress-sect,
    .flats-design-sect,
    .room-types-sect,
    .single-rc-parking-place-sect,
    .single-rc-intercom-sect,
    .residential-complexes-sect,
    .documents-sect,
    .txt-block-sect,
    .single-blog-content-sect {
        padding: 40px 0;
    }

    .single-rc-parking-place-wrapper {
        margin-top: 50px;
    }

    .single-rc-parking-place-wrapper>img {
        margin-bottom: 50px;
    }

    .section-title h2 {
        font-size: 44px;
        line-height: 55.83px;
    }

    body>section:last-of-type::after {
        content: "";
        display: block;
        height: 40px;
        width: 100%;
    }

    .footer-logo p {
        display: none;
    }

    .footer-top-wrapper {
        display: grid;
        grid-template-rows: 1fr 1fr;
        gap: 40px 80px;
        grid-auto-flow: row;
        grid-template-areas:
            "footer-menu-2 footer-menu-1"
            "footer-logo footer-contacts-column";
    }

    .footer-menu-2 {
        grid-area: footer-menu-2;
    }

    .footer-menu-1 {
        grid-area: footer-menu-1;
    }

    .footer-logo {
        grid-area: footer-logo;
        display: flex;
        align-items: center;
    }

    .footer-contacts-column {
        grid-area: footer-contacts-column;
    }

    .front-sect {
        padding-top: 150px;
    }

    .home .front-section .h1 {
        margin-bottom: 40px;
    }

    .about-sign {
        margin-top: 0;
    }

    .about-sect {
        padding-bottom: 40px;
    }
	
	.residential-complexes-grid {
		gap: 30px;
	}

    .residential-complexes-list {
        display: flex;
        flex-direction: column;
    }

    .residential-complexes-list-wrapper>div:nth-child(2n+1) .residential-complexes-list-left {
        order: initial;
    }

    .residential-complexes-list-left,
    .residential-complexes-list-right {
        gap: 25px;
    }

    .consult-form-sect {
        padding: 60px 0 25px 0;
    }

    .consult-form form {
        max-width: 100%;
    }

    .consult-form .form-acceptance {
        margin-bottom: 0;
    }

    .faq-sect {
        padding: 60px 0 40px 0;
    }

    .faq .section-title {
        margin-bottom: 25px;
    }

    .faq-wrapper {
        display: flex;
        flex-direction: column;
        gap: 50px;
    }

    .faq-item {
        border-top: 1px solid #FFFFFF80;
    }

    .footer-logo a {
        margin-bottom: 0;
    }

    .reviews-sect {
        padding: 125px 0 40px 0;
    }

    .reviews .swiper-slide {
        padding: 20px;
    }

    .documents-list a {
        gap: 25px;
    }

    .ark-content-block :not(li, button, label, input, span, em, b, strong, i, a, svg) {
        margin-bottom: 15px;
    }

    .pt-180 {
        padding-top: 135px;
    }

    .txt-page-sect {
        padding-bottom: 40px;
    }

    .txt-page-sect .h1 {
        margin-bottom: 25px;
    }

    .rc-map-btn-mob {
        display: block;
        text-align: right;
        margin-bottom: 20px;
    }

    .rc-map-btn-desk {
        display: none;
    }

    .post-type-archive-zhytlovi-kompleksy .rc-tabs {
        margin-bottom: 30px;
    }

    .residential-complexes-page-sect {
        margin-bottom: 40px;
    }

    .page-404-sect {
        padding: 135px 0 40px 0;
    }

    .page-404-left .h1,
    .page-404-left p {
        margin-bottom: 25px;
    }

    .news-list {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .news-list a img {
        height: 310px;
    }

    .news-head-sect,
    .flats-head-sect {
        padding: 135px 0 80px 0;
    }

    .news-list-sect {
        padding: 30px 0 40px 0;
    }

    .single-blog-head-sect {
        padding-bottom: 80px;
    }

    .single-blog-head .h1 {
        margin-bottom: 25px;
    }

    .flats-list-filters-top {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .select {
        width: 100%;
    }

    .flats-list-filters-bottom-wrapper {
        width: 100%;
        gap: 20px;
        justify-content: space-between;
    }

    .flats-list-filters-top {
        margin-bottom: 40px;
    }

    .flats-list-filters-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 25px;
    }

    .flats-list-filters-bottom-wrapper .select {
        width: fit-content;
    }

    .flats-list-filters-bottom-wrapper>span {
        flex-shrink: 0;
    }

    .flats-reset-filters {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: flex-end;
    }

    .flats-list-filters {
        margin-bottom: 25px;
    }

    .flats-list>div {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 40px;
        grid-template-areas:
            "flat-list-item-left flat-list-item-left"
            "flat-list-item-center flat-list-item-right";
    }

    .flat-list-item-left {
        grid-area: flat-list-item-left;
    }

    .flat-list-item-center {
        grid-area: flat-list-item-center;
    }

    .flat-list-item-right {
        grid-area: flat-list-item-right;
        gap: 40px
    }

    .flats-list {
        gap: 40px;
    }

    .single-flat {
        flex-direction: column-reverse;
        gap: 25px;
        margin-bottom: 25px;
    }

    .single-flat-left {
        margin-top: 0;
        overflow-x: auto;
    }

    .single-flat-left ul {
        flex-direction: row;
        gap: 70px;
        width: max-content;
    }

    .single-flat-sect {
        padding: 150px 0 40px 0;
    }

    .single-flat-price-wrapper {
        justify-content: flex-start;
    }

    .single-flat-tags {
        margin-bottom: 40px;
        gap: 25px;
    }

    .contacts-page-info-sect {
        padding: 60px 0;
    }

}

@media (max-width: 576px) {

    .container,
    .half-container {
        width: 100%;
        max-width: 100%;
        padding: 0 15px;
    }

    .single-rc-front-sect {
        padding: 180px 0 60px 0;
    }

    .flats-design-swiper-prev {
        left: 15px;
    }

    .flats-design-swiper-next,
    .contacts-page-sect .h1 {
        right: 15px;
    }

    .tel-menu {
        padding: 30px 0;
    }

    .about-company .section-title em {
        font-size: 149px;
    }

    .locations-wrapper::after {
        left: -100%;
        top: -1px;
    }

    .locations .section-title {
        margin-bottom: 10px;
    }

    .construction-progress-percent-active p {
        right: 50px;
    }

    .construction-progress-percent-active-img img {
        max-width: 300px;
    }

    .flats-design-btns-wrapper {
        flex-direction: column;
        gap: 25px;
    }

    .flats-design-btns-wrapper .round-btn:nth-child(2) {
        margin-top: 0;
        display: flex;
        justify-content: flex-end;
    }

    .map-wrapper {
        height: 450px;
        margin: 0 -15px;
    }

    .room-types-wrapper .swiper-wrapper {
        flex-direction: column;
        gap: 40px;
    }

    .room-types-wrapper .ark-swiper-nav {
        display: none;
    }

    .room-types-descr {
        margin-bottom: 40px;
    }

    .single-rc-parking-place-rings {
        gap: 40px;
    }

    .footer-bottom-wrapper a {
        font-size: 14px;
    }

    .footer-top-wrapper {
        gap: 40px 20px;
    }

    .ark-overlay-zk .popup-zk {
        padding: 20px 25px;
    }

    .construction-progress-line-item {
        display: none;
    }

    .construction-progress-line-item.current-percent,
    .construction-progress-line-item.current-percent+.construction-progress-line-item,
    .construction-progress-line .past-percents:only-of-type,
    .construction-progress-line .past-percents:last-of-type {
        display: block !important;
    }

    .single-residential-complex-parking-place-img-mob {
        display: block !important;
        margin-left: 15px;
    }

    .single-residential-complex-parking-place-img-desk {
        display: none !important;
    }

    .residential-complexes-list a>img {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .half-slider-right .ark-swiper-nav {
        margin-top: 25px;
    }

    .sign.news-sign {
        font-size: 60px;
        line-height: 195px;
    }

    .tab-btn-dwn {
        font-size: 20px;
        line-height: 24.38px;
    }

    .documents-list {
        max-height: 360px;
    }

    .rc-item {
        min-height: 0;
        padding: 100px 15px;
        margin-left: -15px;
        margin-right: -15px;
    }

    .rc-item-right {
        left: 15px;
    }

    .seo-block .ark-content-block {
        max-height: 650px;
    }

    .page-404 {
        flex-direction: column;
        gap: 25px;
    }

    .page-404-right .round-btn a {
        margin: 0 0 0 auto;
    }

    .single-blog-author {
        margin-bottom: 40px;
    }

    .single-blog-author .sign {
        top: 50%;
        right: -40%;
    }

    .contacts-page-info {
        flex-direction: column;
    }

    .contacts-page-info>a {
        font-size: 20px;
        min-width: 80%;
    }

    .contacts-page-info .ark-icons {
        justify-content: flex-start;
    }

    .contacts-page-sect .map-wrapper {
        height: 700px;
        margin: 0;
    }
	
	.residential-complexes-list-item-left span,
	.residential-complexes-list-item-left p,
	.residential-complexes-list-item-right span,
	.residential-complexes-list-item-right u {
		font-size: 12px;
	}
	
	.residential-complexes-list-item-left span,
	.residential-complexes-list-item-right span {
		margin-bottom: 5px;
	}
}

@media (max-width: 420px) {
    .single-rc-parking-place-rings div {
        width: 310px;
        height: 310px;
    }

    .footer-bottom-wrapper {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .half-slider-right a img {
        height: 250px;
    }

    .rc-item-right .round-btn.round-btn-260 a {
        width: 180px;
        height: 180px;
    }

    .rc-item-right .round-btn.round-btn-160 a {
        width: 120px;
        height: 120px;
    }

    .rc-item-right {
        min-height: 220px;
    }

    .rc-item {
        margin-bottom: 145px;
    }

    .post-type-archive-zhytlovi-kompleksy .rc-tabs ul {
        gap: 30px;
    }

    .post-type-archive-zhytlovi-kompleksy .rc-tabs ul li {
        font-size: 14px;
    }

    .flats-list-filters-bottom-wrapper {
        flex-direction: column;
        gap: 25px;
        align-items: flex-start;
    }

    .flat-list-item-center {
        font-size: 16px;
    }
}