@font-face {
    font-family: 'Bahnschrift';
    src: url('/assets/fonts/Bahnschrift.woff2');
    font-style: normal;
    font-weight: 700;
}
@font-face {
    font-family: 'Euclid Square';
    src: url('/assets/fonts/EuclidSquare-Medium.woff2');
    font-style: normal;
    font-weight: 500;
}
@font-face {
    font-family: 'Euclid Square';
    src: url('/assets/fonts/EuclidSquare-Regular.woff2');
    font-style: normal;
    font-weight: 400;
}
:root {
    --lvh: 1vh;
}


*{ 
	margin: 0;
	padding: 0;
	box-sizing: border-box;
    color: var(--regular-text, #DAE4DF);
    transition: .25s ease-in-out;
    font-family: 'Euclid Square', sans-serif;
}
*:hover{
    transition: .25s ease-in-out;
}

h1, h2, h3, h4, h5, h6{
    padding: 0;
    margin: 0;
    font-size: inherit;
}
img{
    padding: 0;
    margin: 0;
}

ul, ol{
    list-style: none;
    margin: 0;
    padding: 0;
}
ul li{
    list-style: none;
}
a:visited,
a:focus{
    color: inherit;
}
a{
    cursor: pointer;
    font-size: inherit;
    color: var(--Dark-D100, #35383F);
    text-decoration: none;
    transition: .3s linear;
}
a:hover{
    color: inherit;
    /* transition: .3s linear; */
}
html, body{
    box-sizing: border-box;
	height: 100%;
    width: 100%;
    background:#1F1F1E;
    font-weight: 400;
    scroll-behavior: smooth;    
    font-family: 'Euclid Square', sans-serif;
    box-sizing: border-box;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px; /* 175% */
    letter-spacing: 0.36px;
    text-transform: uppercase;
    background: #D6D7D6;

}
p{
    font-family: inherit;
    font-weight: inherit;
}
span{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;    
}
p, .header__link{
    transition: .25s ease-in-out;
}
input{
    background: transparent;
    border: none;
    outline: none;
    font-family: 'Euclid Square', sans-serif;
    font-weight: inherit;
    cursor: pointer;
}

button{
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
}
/**/
.header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}
.headerContent{
    position: absolute;
    top: 0;
    left: 0;
    padding: 40px 48px 0 48px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
}
.headerLogo{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}
.headerLogo > div{
    display: flex;
    width: 420px;
    height: 47px;
    justify-content: center;
    align-items: center;
}
.headerLogo> p{
    color: var(--Light-L100, #EBE5DB);
    font-size: 10px;
    font-style: normal;
    line-height: 16px; /* 160% */
    letter-spacing: 0.3px;
    text-transform: uppercase;
    align-self: stretch;
}
.mainSectionHeader.scrolled{
    filter: blur(10px);
}
.mainSectionHeader.hide{
    opacity: 0;
    z-index: -10;
}
.headerControls{
    display: flex;
    align-items: center;
    gap: 40px;
    flex: 1 0 0;
}
.flatsBtn{
    display: flex;
    height: 36px;
    padding: 12px 20px;
    align-items: center;
    gap: 12px;
    border-radius: 120px;
    background: var(--Gold-G100, #C89B4C);
}
.flatsBtn > div{
    display: flex;
    align-items: center;
    gap: 8px;
}
.flatsBtn > div > p{
    color: var(--Light-L100, #EBE5DB);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px; /* 175% */
    letter-spacing: 0.24px;
    text-transform: uppercase;
}
.flatsBtn > div > svg{
    width: 8px;
    height: 6px;
}
.appHeader{
    opacity: 0;
    z-index: -1000;
}
.appHeader.show{
    opacity: 1;
    z-index: 10;
}
.appHeader > svg{
    width: 32px;
    height: 64px;
    flex-shrink: 0;
}
.appHeaderRight{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 40px;
    flex: 1 0 0;
}
.appHeaderRight > div{
    display: flex;
    align-items: center;
    gap: 48px;
}
.menuBtn.appMenuBtn{
    background: var(--Dark-D100, rgba(53, 56, 63, 1));
}
.menuBtn.appMenuBtn:hover{
    background: var(--Dark-D100, rgb(23, 25, 28));
}
a.mainNavLink{
    color: var(--Dark-D100, #35383F);
    font-size: 12px;
    font-weight: 500;
    line-height: 21px; /* 175% */
    letter-spacing: 0.24px;
    text-transform: uppercase;
}
.mainNavLink:hover{
    color: var(--Dark-D100, #35383F);
}
.mainNav{
    display: flex;
    align-items: center;
    gap: 40px;
}
.mainMenu{
    display: flex;
    align-items: center;
    gap: 48px;
}
.mainMenu > li{
    list-style: none;
}
.mainMenu > li > a{
    color: var(--Light-L100, #EBE5DB);
}
.flatsLink{
    display: flex;
    align-items: center;
    gap: 8px;
}
.flatsLink  > p{
    color: var(--Light-L100, #EBE5DB);

    font-size: 12px;
    letter-spacing: 0.24px;
    text-transform: uppercase;
}
.menuBtn{
    display: flex;
    height: 36px;
    padding: 12px 20px;
    align-items: center;
    gap: 12px;
    border-radius: 120px;
    background: var(--Alpha-AL12, rgba(235, 229, 219, 0.12));
}
.menuBtn:hover{
    background: var(--Alpha-AL24, rgba(235, 229, 219, 0.24));
}
.menuBtn > div{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
}
/**/
.mainSection{
    width: 100%;
    height: 100dvh;
    position: relative;
    background: #222429;
    overflow: hidden;
}
.mainSection.scrolled{
    position: fixed;
    top: 0;
    left: 0;
    filter: blur(10px);
    z-index: -10;
}
.mainBg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.mainBg > img{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
}
.noiseBg{
    filter: url(#grain);
    mix-blend-mode: overlay;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.mainSectionContent{
    position: relative;
    z-index: 4;
    width: 100%;
    height: 100%;
    padding: 120px 48px 40px 48px;
    display: flex;
    align-items: flex-end;
}
.mainSectionContent  > h1{
    width: 520px;
    color: var(--Light-L100, #EBE5DB);
    font-family: 'Bahnschrift', sans-serif;
    font-size: 70px;
    font-style: normal;
    font-weight: 900;
    line-height: 86px; /* 107.5% */
    letter-spacing: -0.8px;
    text-transform: uppercase;
}
.mainSectionContent  > h1 > span{
    color: var(--Gold-G100, #C89B4C);
}
.mainPictureWrapper{
    position: relative;
    z-index: 4;
    display: flex;
    height: 100%;
    flex: 1 0 0;
}
.mainPictureWrapper > .left{
    display: flex;
    padding-right: 21px;
    align-items: center;
    flex: 1 0 0;
    align-self: stretch;
}
.mainPictureWrapper > .left > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mainPictureWrapper > .right{
    display: flex;
    width: 252px;
    flex-direction: column;
    align-items: flex-start;
    gap: 21px;
    flex-shrink: 0;
    align-self: stretch;
}
.mainPictureWrapper > .right > div:nth-child(1){
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 270px;
    flex: 1 0 0;
    align-self: stretch;
}
.mainPictureWrapper > .right > div:nth-child(1) > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mainPictureWrapper > .right > div:nth-child(2){
    display: flex;
    width: 100%;
    height: 360px;
    padding: 21px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background: var(--Gold-G100, #C89B4C);
}
.mainPictureWrapper > .right > div:nth-child(2) > h2{
    align-self: stretch;
    color: var(--Light-L100, #EBE5DB);
    font-family: 'Bahnschrift', sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 115.385% */
    letter-spacing: -0.26px;
    text-transform: uppercase;
}
.mainBtn{
    display: flex;
    padding: 12px 20px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-radius: 64px;
    border: 1px solid var(--Alpha-AL24, rgba(235, 229, 219, 0.24));
}
.mainBtn:hover{
    background: transparent!important;
    border: 1px solid var(--Alpha-AL24, rgba(235, 229, 219, 0.48));
}
.mainBtn > p{
    text-transform: uppercase;
    color: var(--Light-L100, #EBE5DB);
    font-family: "Euclid Square", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px; /* 161.538% */
    letter-spacing: 0.26px;
    text-transform: uppercase;
}
.gradient{    
    height: calc(var(--lvh) * 300);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(0deg, hsla(0, 0%, 100%, 0), #222429 50%, hsla(0, 0%, 100%, 0));
    background-size: 100% 12.5%;
}
.animation {
    animation: gradient 6s linear 0s infinite forwards;
    height: calc(var(--lvh) * 250);
}

@keyframes gradient {
    0% {
        transform: translateY(calc(var(--lvh) * 0));
    }
    to {
        transform: translateY(calc(var(--lvh) * -100));
    }
}

.app{
    margin-top: 100dvh;
    position: relative;
    width: 100%;
    height: auto;
    /* height: 100%; */
    /* margin: 0 auto; */
    /* Начало важного кода*/
    /* background: gray; */
    /* filter: url(#grain); */
    z-index: 5;

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

/**/
section{
    background: #D6D7D6;
}

.startSection{
    height: 1220px;
    width: 100%;
}
.startSectionContent{
    padding-top: 108px;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.startSectionContentMobile{
    display: none;
}
.showMobileInfoText{
    display: none;
}
.textWrapper{
    margin-top: 44px;
    display: flex;
    flex-direction: column;
    padding: 0 48px;
    position: relative;
    z-index: 4;

}
.textRow{
    justify-content: center;
    display: inline-flex;
    align-items: center;
    gap: 16px;
}
.textRow > p{
    color: var(--Dark-D100, #35383F);
    font-family: 'Bahnschrift', sans-serif;
    font-size: 88px;
    font-style: normal;
    font-weight: 700;
    line-height: 92px; /* 104.545% */
    letter-spacing: -0.88px;
    text-transform: uppercase;
}
.textRow > p.coloredText{
    color: var(--Gold-G100, #C89B4C);
}
.firstTextRow{
    margin-left: -200px;
}
.thirdTextRow{
    margin-left: 250px;
}
.startSectionImgWrapper{
    position: absolute;
}
.startSectionImgWrapper > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.firstStartImgWrapper{
    top: 285px;
    left: -20px;
    width: 240px;
    height: 412px;
    flex-shrink: 0;
}
.secondStartImgWrapper{
    width: 189px;
    height: 248px;
    flex-shrink: 0;
    left: 195px;
    bottom: 210px;
}
.thirdStartImgWrapper{
    bottom: 0;
    left: 50%;
    margin-left: -273px;
    width: 546px;
    height: 880px;
    flex-shrink: 0;
}
.fourthStartImgWrapper{
    top: 492px;
    right: 216px;
    width: 168px;
    height: 248px;
    flex-shrink: 0;
}
.fifthStartImgWrapper{
    top: 108px;
    right: -88px;
    width: 220px;
    height: 420px;
    flex-shrink: 0;
}
.startSectionText{
    width: 252px;
    color: var(--Dark-D100, #35383F);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px; /* 175% */
    letter-spacing: 0.36px;
    text-transform: uppercase;
    position: absolute;
}
.startSectionFirstText{
    left: 48px;
    bottom: 0;
}
.startSectionSecondText{
    bottom: 231px;
    right: 132px;
}
/**/
.informationContent{
    padding: 96px 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 168px;
    position: relative;
}
.informationContent > .left{
    display: flex;
    width: 840px;
    flex-direction: column;
    align-items: flex-start;
}
.informationTextItem{
    display: flex;
    padding: 56px 0px;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
    border-bottom: 1px solid var(--Alpha-AD12, rgba(53, 56, 63, 0.12));
}
.informationTextItem > p:nth-child(1){
    color: var(--Dark-D100, #35383F);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px; /* 175% */
    letter-spacing: 0.36px;
    text-transform: uppercase;
}
.informationTextItem > p:nth-child(2), .showMobileInfoText{
    color: var(--Dark-D100, #35383F);
    text-align: right;
    font-family: 'Bahnschrift', sans-serif;
    font-size: 104px;
    font-style: normal;
    font-weight: 483;
    line-height: 80px; /* 76.923% */
    letter-spacing: 2.08px;
    text-transform: uppercase;
}
.informationContent > .right{
    margin-right: 84px;
    position: relative;
    display: flex;
    width: 252px;
    flex-direction: column;
    align-items: flex-start;
    gap: 48px;
}
.informationContent > .right> p:nth-child(1){
    align-self: stretch;
    color: var(--Dark-D100, #35383F);
    font-family: 'Bahnschrift', sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; /* 123.077% */
    letter-spacing: -0.26px;
    text-transform: uppercase;
}
.informationContent > .right> p:nth-child(2){
    color: var(--Dark-D100, #35383F);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px; /* 175% */
    letter-spacing: 0.36px;
    text-transform: uppercase;
    align-items: stretch;
}
.informationRightImg{
    position: absolute;
    right: 0;
    top: 48px;
    width: 321px;
    height: 232px;
    flex-shrink: 0;
}
.informationRightImg > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.informationLeftImg{
    position: absolute;
    left: 252px;
    bottom: 350px;
    width: 168px;
    height: 208px;
    flex-shrink: 0;
}
.informationLeftImg > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/**/
.sectionBg{
    position: relative;
    width: 100%;
    height: 100vh;
}
.sectionBg > img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/**/
.locationContent{
    display: flex;
    width: 100%;
    padding: 112px 48px 96px 48px;
    flex-direction: column;
    align-items: flex-start;
    gap: 64px;
}
.locationTitleBlock{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.locationTitleBlock > h2{
    color: var(--Dark-D100, #35383F);
    font-family: 'Bahnschrift', sans-serif;
    font-size: 88px;
    font-style: normal;
    font-weight: 700;
    line-height: 92px; /* 104.545% */
    letter-spacing: -0.88px;
    text-transform: uppercase;
}
.locationTitleBlock > h2 span{
    color: #C89B4C;
}
.locationDesc{
    width: 96px;
    height: 32px;
    display: flex;
    padding: 6px 17px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 320px;
    border: 1px solid var(--Dark-D100, #35383F);
}
.locationDesc > p{
    color: var(--Dark-D100, #35383F);
    font-family: 'Bahnschrift', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
    letter-spacing: 1.12px;
    text-transform: uppercase;
}
.locationMapBlock{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
}
.locationMapText{
    display: flex;
    width: 588px;
    flex-direction: column;
    align-items: flex-start;
    gap: 64px;
}
.locationMapText > div:nth-child(1){
    display: flex;
    width: 336px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}
.locationMapText > div:nth-child(1) > p{
    align-self: stretch;
    color: var(--Dark-D100, #35383F);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px; /* 175% */
    letter-spacing: 0.36px;
    text-transform: uppercase;
}
.locationMapText > div:nth-child(2){
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 64px;
    align-self: stretch;
}
.locationMapTextRow{
    display: flex;
    align-items: flex-start;
    gap: 84px;
    align-self: stretch;
}
.locationMapTextItem{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    flex: 1 0 0;
}
.locationMapTextItem > div:nth-child(1){
    display: flex;
    align-items: center;
    gap: 8px;
}
.locationMapTextItem > div:nth-child(1) > p{
    color: var(--Dark-D100, #35383F);
    font-family: 'Bahnschrift', sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; /* 123.077% */
    letter-spacing: -0.26px;
    text-transform: uppercase;
}
.locationMapTextItem > div:nth-child(2){
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    opacity: .5;
}
.locationMapTextItem > div:nth-child(2) > p{
    color: var(--Dark-D100, #35383F);
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 160% */
    letter-spacing: 0.2px;
    text-transform: uppercase;
    align-self: stretch;
}
.showMapBtn{
    width: 242px;
    cursor: pointer;
    display: flex;
    padding: 12px 20px;
    align-items: center;
    gap: 20px;
    align-self: stretch;
    border-radius: 64px;
    background: var(--Dark-D100, #35383F);
}
.showMapBtn:hover,
.bookOnlineBtn:hover,
.developerLink:hover
{
    background: #2D3037;
}
.showMapBtn > p{
    color: var(--Light-L100, #EBE5DB);
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px; /* 161.538% */
    letter-spacing: 0.26px;
    text-transform: uppercase;
}
.locationMap{
    position: relative;
    width: 650.154px;
    height: 664.999px;
    flex-shrink: 0;
}
.locationMap > img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.interactiveMapWrapper{
    display: none;
    transition: .5s linear;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    background: var(--Alpha-AD56, rgba(19, 20, 24, 0.56));
    backdrop-filter: blur(14px);
    z-index: -2000;
    padding-top: 60px;
}
.interactiveMapWrapper.--active{
    display: block;
    z-index: 1000;
    transition: .5s linear;
}
.interactiveMapContent{
    overflow: hidden;
    width: 100%;
    height: 100%;
    border-radius: 28px 28px 0px 0px;
    background: #E3E3E3;
    position: relative;
}
.mapBtn{
    position: absolute;
    background: #35383F;
}
.eyeBrowBtn{
    top: 24px;
    left: 24px;
    display: inline-flex;
    padding: 4px 8px;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.eyeBrowBtn > p{
    color: #F5F5F5;
    font-family: 'Bahnschrift', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 120% */
    letter-spacing: -0.2px;
    text-transform: uppercase;
}
.gisBtn{
    bottom: 24px;
    left: 24px;
    display: inline-flex;
    padding: 12px 20px;
    align-items: center;
    gap: 20px;
    border-radius: 64px;
}
.gisBtn > p{
    color: var(--Light-L100, #EBE5DB);
    font-size: 13px;
    font-weight: 500;
    line-height: 21px; /* 161.538% */
    letter-spacing: 0.26px;
    text-transform: uppercase;
}
.closeMapBtn{
    border-radius: 48px;
    display: flex;
    width: 44px;
    height: 44px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    top:24px;
    right: 24px;
}
.interActiveZoomBtns{
    position: absolute;
    bottom: 24px;
    right: 24px;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    z-index: 3;
}
.mapZoomBtn{
    display: flex;
    width: 44px;
    height: 44px;
    justify-content: center;
    align-items: center;
    border-radius: 48px;
    background: var(--Dark-D100, #35383F);
}
.styledMap{
    width: 100%;
    height: 100%;
}
.gm-style-mtc, .gm-svpc, .gm-fullscreen-control,.gmnoprint{
    display: none;
}
/**/
.arch{
    width: 100%;
    height: 100dvh;
}
.archContent{
    width: 100%;
    height: 100%;
    position: relative;
}
.archContentTitleBlock{
    z-index: 3;
    top: 80px;
    left: 48px;
    right: 48px;
    position: absolute;
    display: flex;
    width: calc(100% - 96px);
    justify-content: space-between;
}
.archContentTitle{
    color: var(--Light-L100, #EBE5DB);
    font-family: 'Bahnschrift', sans-serif;
    font-size: 88px;
    font-style: normal;
    font-weight: 700;
    line-height: 92px; /* 104.545% */
    letter-spacing: -0.88px;
    text-transform: uppercase;
}
.archContentTitle > span{
    padding-left: 80px;
}
.archContentDesc{
    display: flex;
    width: 124px;
    height: 32px;
    padding: 6px 17px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 320px;
    border: 1px solid var(--Light-L100, #EBE5DB);
}
.archContentDesc > p{
    color: var(--Light-L100, #EBE5DB);
    font-family: 'Bahnschrift', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
    letter-spacing: 1.12px;
    text-transform: uppercase;
}
.archContentSliders{
    width: 100%;
    height: 100%;
}
.archContentSlidersItem{
    width: 100%;
    height: 100%;
}
.archContentSlidersItem > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.archContentTextBlock{
    display: flex;
    width: 420px;
    height: 256px;
    background: var(--Gold-G100, #C89B4C);
    position: absolute;
    bottom: 96px;
    right: 132px;
    z-index: 3;
}
.archContentTextBlockSlider{
    /* padding: 21px; */
    position: relative;
}
.archContentTextBlockSliderItem > p{
    /* width: 315px; */
    padding: 21px;
    width: 100%;
    color: var(--Light-L100, #EBE5DB);
    font-family: 'Bahnschrift', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px; /* 138.889% */
    letter-spacing: 0.18px;
    text-transform: uppercase;
}
.archContentTextBlockSliderNav{
    display: flex;
    gap: 6px;
    position: absolute;
    bottom: 21px;
    right: 21px;
    z-index: 3;
}
.archContentTextBlockSliderNavBtn{
    display: flex;
    width: 48px;
    height: 48px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 56px;
    border: 1px solid var(--Alpha-AL24, rgba(235, 229, 219, 0.24));
}
/**/
.advantagesContent{
    display: flex;
    flex-direction: column;
    gap: 64px;
    align-items: flex-start;
}
.advantagesTitleBlock{
    width: 100%;
    padding: 112px 48px 0 48px;
    display: flex;
    justify-content: space-between;
}
.titleBlockDesc{
    width: 127px;
    height: 32px;
    display: flex;
    padding: 6px 17px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 320px;
    border: 1px solid var(--Dark-D100, #35383F);
}
.titleBlockDesc > p{
    color: var(--Dark-D100, #35383F);
    font-family: 'Bahnschrift', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
    letter-spacing: 1.12px;
    text-transform: uppercase;
}
.advantagesTitleBlock > h2{
    color: var(--Dark-D100, #35383F);
    text-align: right;
    font-family: 'Bahnschrift', sans-serif;
    font-size: 88px;
    font-style: normal;
    font-weight: 700;
    line-height: 92px; /* 104.545% */
    letter-spacing: -0.88px;
    text-transform: uppercase;
}
.advantagesTitleBlock > h2 span{
    color: #C89B4C;
}
.advantagesSlides{
    width: 100%;
    padding-left: 48px;
    height: 656px;
}
.advantagesInfoSlide{
    display: flex!important;
    flex-direction: column;
    gap: 21px;
    width: 336px!important;
}
.advantagesInfoSlideText{
    display: flex;
    padding: 21px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    flex: 1 0 0;
    align-self: stretch;
    background: #35383F;
}
.advantagesInfoSlideText>  h3{
    align-self: stretch;
    color: var(--Light-L100, #EBE5DB);
    font-family: 'Bahnschrift', sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; /* 123.077% */
    letter-spacing: -0.26px;
    text-transform: uppercase;
}
.advantagesInfoSlideText > p{
    color: var(--Light-L100, #EBE5DB);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px; /* 175% */
    letter-spacing: 0.36px;
    text-transform: uppercase;
    align-self: stretch;
}
.advantagesInfoSlideImg{
    height: 224px;
    flex-shrink: 0;
    align-self: stretch;
}
.advantagesInfoSlideImg > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.advantagesInfoItem{
    display: flex;
    width: 336px!important;
    padding: 21px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    align-self: stretch;
    background:  #C89B4C;
}
.advantagesInfoItem > div{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 48px;
    align-self: stretch;
}
.advantagesInfoItem > div > p:nth-child(1){
    align-self: stretch;
    color: var(--Light-L100, #EBE5DB);
    font-family: 'Bahnschrift', sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; /* 123.077% */
    letter-spacing: -0.26px;
    text-transform: uppercase;
}
.advantagesInfoItem > div > p:nth-child(2){
    color: var(--Light-L100, #EBE5DB);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px; /* 175% */
    letter-spacing: 0.36px;
    text-transform: uppercase;
    align-self: stretch;
}
.advantagesSlideFullImg > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.advantagesMobileBlock{
    display: none;
}
/**/
.flats{
    position: relative;
}
.flatsContent{
    display: flex;
    padding: 112px 0px 96px 0px;
    flex-direction: column;
    align-items: center;
    gap: 64px;
}
.flatsTitleBlock{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 48px;
}
.flatsTitleBlock > h3{
    color: var(--Dark-D100, #35383F);
    font-family: 'Bahnschrift', sans-serif;
    font-size: 88px;
    font-style: normal;
    font-weight: 700;
    line-height: 92px; /* 104.545% */
    letter-spacing: -0.88px;
    text-transform: uppercase;
}
.flatsTitleBlock > h3 span{
    color: #C89B4C;
}
.flatsTitleBlock > .right{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    align-self: stretch;
}
.flatsDescBtn{
    display: flex;
    padding: 6px 17px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 320px;
    border: 1px solid var(--Dark-D100, #35383F);
}
.flatsDescBtn > p{
    color: var(--Dark-D100, #35383F);
    font-family: 'Bahnschrift', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
    letter-spacing: 1.12px;
    text-transform: uppercase;
}
.bookOnlineBtn{
    display: flex;
    padding: 12px 20px;
    align-items: center;
    gap: 20px;
    border-radius: 64px;
    background: var(--Dark-D100, #35383F);
}
.bookOnlineBtn > p{
    color: var(--Light-L100, #EBE5DB);
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px; /* 161.538% */
    letter-spacing: 0.26px;
    text-transform: uppercase;
}
.allFlats{
    display: flex;
    padding: 0px 48px;
    align-items: flex-start;
    gap: 84px;
    align-self: stretch;
}
.flitersBlock{
    display: flex;
    width: 252px;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
}
.filterButtons{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
}
.filterButtons > p{
    color: var(--Dark-D100, #35383F);
    font-family: 'Bahnschrift', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px; /* 150% */
    letter-spacing: 0.48px;
    text-transform: uppercase;
}
.filterButtons > div{
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    gap: 8px;
    align-self: stretch;
    flex-wrap: wrap;
}
.filterButtons > div > button{
    display: flex;
    width: 44px;
    height: 44px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 32px;
    border: 1px solid var(--Dark-D100, #35383F);
}
.filterButtons > div > button:hover{
    border-radius: 32px;
    border: 1px solid var(--Dark-D100, #35383F);
    background: rgba(53, 56, 63, 0.08);
}
.filterButtons > div > button > p{
    color: var(--Dark-D100, #35383F);
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px; /* 161.538% */
    letter-spacing: 0.26px;
    text-transform: uppercase;
}
.filterButtons > div > button.--active{
    border-radius: 32px;
    background: var(--Dark-D100, #35383F);
}
.filterButtons > div > button.--active > p{
    color: var(--Light-L100, #EBE5DB);
}
.filterSlider{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
}
.filterSlider > div:nth-child(1){
    display: flex;
    align-items: center;
    gap: 12px;
    align-self: stretch;
}
.filterSlider > div:nth-child(1) > p{
    color: var(--Dark-D100, #35383F);
    font-family: 'Bahnschrift', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px; /* 150% */
    letter-spacing: 0.48px;
    text-transform: uppercase;
    flex: 1 0 0;
}
.filterSlider > div:nth-child(1) > p > span{
    color: inherit;
    font-family: 'Bahnschrift', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px; /* 150% */
    letter-spacing: 0.48px;
    text-transform: uppercase;
}
.filterSlider > div:nth-child(1) > p:nth-child(2){
    text-align: right;
}
.filtersResult{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    flex: 1 0 0;
}
.rangeItem{
    position: relative;
    width: 100%;
}
.rangeItem > input[type=range]{
    width: 100%;
    position: absolute;
    border: none;
    outline: none;
    background: transparent;
    appearance: none;
}
.rangeItem > input[type=range]::-webkit-slider-thumb{
    position: relative;
    z-index: 1;
    width: 20px;
    height: 20px;
    z-index: 2;
    border-radius: 50%;
    border: 7px solid #35383F;
    background: #D6D7D6; 
    -webkit-appearance: none;
}
.rangeItem > .line{
    margin-top: 9px;
    width: 100%;
    height: 1px;
    background: var(--Dark-D100, #35383F);
}
.filterReset{
    display: flex;
    padding: 16px 0px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}
.filterResetBtn{
    display: flex;
    height: 45px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    border-radius: 32px;
    border: 1px solid var(--Dark-D100, #35383F);
}
.filterResetBtn > div{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.filterResetBtn > div > p{
    color: var(--Dark-D100, #35383F);
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px; /* 161.538% */
    letter-spacing: 0.26px;
    text-transform: uppercase;
}
.filtersResult{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    flex: 1 0 0;
}
.filterResultTop{
    display: flex;
    padding: 12px 16px;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
    border-top: 1px solid var(--Alpha-AD12, rgba(53, 56, 63, 0.12));
    border-bottom: 1px solid var(--Alpha-AD12, rgba(53, 56, 63, 0.12));
}
.filterResultTop > div:nth-child(1){
    display: flex;
    width: 504.5px;
    align-items: flex-start;
    gap: 4px;
}
.filterResultTop > div:nth-child(1) > p{
    color: var(--Dark-D100, #35383F);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px; /* 175% */
    letter-spacing: 0.36px;
    text-transform: uppercase;
}
.sortBtn{
    display: flex;
    align-items: center;
    gap: 8px;
}
.sortBtn > p{
    color: var(--Dark-D100, #35383F);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px; /* 175% */
    letter-spacing: 0.36px;
    text-transform: uppercase;
}
.filterResultItems{
    display: flex;
    width: 100%;
    flex-direction: column;
    cursor: pointer;
}
.filterResultItem{
    display: flex;
    padding: 12px 16px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-bottom: 1px solid rgba(99, 97, 73, 0.12);
}

.planImgWrapper{
    display: flex;
    width: 164px;
    height: 104px;
    padding: 0px 15px;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.planImgWrapper > img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.planSquareValue{
    width: 124px;
    color: var(--Dark-D100, #35383F);
    font-family: 'Bahnschrift', sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; /* 123.077% */
    letter-spacing: -0.26px;
    text-transform: uppercase;
}
.flatInfoBlock{
    display: flex;
    width: 320px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}
.flatInfoRoomCount{
    color: var(--Dark-D100, #35383F);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px; /* 175% */
    letter-spacing: 0.36px;
    text-transform: uppercase;
}
.flatInfoBlock > div{
    display: flex;
    align-items: center;
    gap: 12px;
    align-self: stretch;
}
.flatInfoBlock > div > p{
    color: var(--Dark-D100, #35383F);
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 160% */
    letter-spacing: 0.2px;
    text-transform: uppercase;
}
.filterResultItemBtn{
    display: flex;
    width: 44px;
    height: 44px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border-radius: 24px;
    background: var(--Gold-G100, #C89B4C);
}
.filterResultItemBtn:hover{
    background: #B98F47;
}
.showMoreBlock{
    display: flex;
    padding-top: 32px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
}
.showMoreBtn{
    display: flex;
    height: 45px;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 32px;
    border: 1px solid var(--Dark-D100, #35383F);
}
.showMoreBtn:hover, .filterResetBtn:hover{
    background: rgba(53, 56, 63, 0.08);
    
}
.showMoreBtn > p{
    color: var(--Dark-D100, #35383F);
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px; /* 161.538% */
    letter-spacing: 0.26px;
    text-transform: uppercase;
}
/**/
.consultationContent{
    display: flex;
    align-items: center;
}
.consultationForm{
    display: flex;
    padding: 80px 48px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    align-self: stretch;
    gap: 88px;
    flex: 1 0 0;
    background: #222429;
    position: relative;
    overflow: hidden;
}
.consultationFormBg{
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}
.consultationFormTitleBlock{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    position: relative;
    z-index: 2;
}
.consultationFormTitleBlock > h2{
    color: var(--Light-L100, #EBE5DB);
    font-family: 'Bahnschrift', sans-serif;
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: 80px;
    letter-spacing: -0.8px;
    text-transform: uppercase;
}
.consultationFormTitleBlock > h2 span{
    color: #C89B4C;
}
.consultationFormTitleBlock > p{
    color: var(--Light-L100, #EBE5DB);
    width: 623px;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px; /* 175% */
    letter-spacing: 0.24px;
    text-transform: uppercase;
}
.consultationInputsBlock{
    display: flex;
    width: 672px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    position: relative;
    z-index: 2;
}
.consultationInputsBlock > div:nth-child(1){
    display: flex;
    align-items: flex-end;
    gap: 21px;
    align-self: stretch;
}
.consultationInputsBlock > div:nth-child(1) > input{
    flex: 1 0 0;
    background: transparent;
    display: flex;
    padding: 10px 0px;
    align-items: center;
    gap: 8px;
    border-bottom: 1px solid var(--Alpha-AL24, rgba(235, 229, 219, 0.24));
}
.consultationInputsBlock > div:nth-child(1) > input::placeholder{
    color: var(--Light-L100, #EBE5DB);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px; /* 175% */
    letter-spacing: 0.24px;
    text-transform: uppercase;
    opacity: .4;
}
.consultationInputsBlock > div:nth-child(2){
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    align-self: stretch;
}
.formSubmitBtn{
    display: flex;
    padding: 12px 48px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 32px;
    background: var(--Gold-G100, #C89B4C);
}
.formSubmitBtn > p{
    color: var(--Light-L100, #EBE5DB);
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px; /* 161.538% */
    letter-spacing: 0.26px;
    text-transform: uppercase;
}
.consultationInputsBlock > div:nth-child(2) > p{
    flex: 1 0 0;
    color: var(--Light-L100, #EBE5DB);
    font-size: 8px;
    font-style: normal;
    font-weight: 500;
    line-height: 12px; /* 150% */
    letter-spacing: 0.16px;
    text-transform: uppercase;
    opacity: .4;
}
.consultationContacts{
    display: flex;
    width: 384px;
    padding: 80px 78px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    align-self: stretch;
    background: #C89B4C;
    background-blend-mode: overlay, normal;
}
.consultationContactsText{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
}
.consultationContactsText > p{
    text-align: center;
    align-self: stretch;
    color: var(--Light-L100, #EBE5DB);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px; /* 175% */
    letter-spacing: 0.24px;
    text-transform: uppercase;
}
.consultationContactsText > p:nth-child(1){
    opacity: .5;
}
.consultationContactsText > div{
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}
.consultationContactsText > div > a{
    align-self: stretch;
    color: var(--Light-L100, #EBE5DB);
    text-align: center;
    font-family: 'Bahnschrift', sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 115.385% */
    letter-spacing: -0.26px;
    text-transform: uppercase;
}
.consultationContactsText > div > p{
    align-self: stretch;
    color: var(--Light-L100, #EBE5DB);
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 160% */
    letter-spacing: 0.2px;
    text-transform: uppercase;
}
.goToMapBtn{
    display: flex;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    border-radius: 64px;
    border: 1px solid var(--Alpha-AL24, rgba(235, 229, 219, 0.24));
}
.goToMapBtn > p{
    color: var(--Light-L100, #EBE5DB);
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px; /* 161.538% */
    letter-spacing: 0.26px;
    text-transform: uppercase;
}
.gradientForm{
    height: calc(var(--lvh) * 300);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(0deg, hsla(0, 0%, 100%, 0), #222429 50%, hsla(0, 0%, 100%, 0));
    background-size: 100% 12.5%;
}
/**/
.mobileDeveloperDesc{
    display: none;
}
.developerContent{
    display: flex;
    padding: 112px 48px 80px 720px;
    justify-content: end;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.developerContent > img{
    position: absolute;
    bottom: 0;
    width: 1348px;
    height: 670px;
    aspect-ratio: 674/335;
    left: -708px;

}
.developerContent >div{
    display: flex;
    gap: 64px;
    justify-content: space-between;
}
.developerContent > div > .left{
    display: flex;
    width: 336px;
    height: 547px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    flex-shrink: 0;
}
.developerContent > div  > .left > div{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 80px;
    align-self: stretch;
}
.developerContent  > div  > .left > div > P{
    color: var(--Dark-D100, #35383F);
    font-family: 'Bahnschrift', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px; /* 138.889% */
    letter-spacing: 0.18px;
    text-transform: uppercase;
    align-self: stretch;
}
.developerContent > div  > .right{
    display: flex;
    width: 252px;
    height: 547px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    flex-shrink: 0;
}
.developerDesc{
    display: flex;
    padding: 6px 17px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 320px;
    border: 1px solid var(--Dark-D100, #35383F);
}
.developerDesc > p{
    color: var(--Dark-D100, #35383F);
    font-family: 'Bahnschrift', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
    letter-spacing: 1.12px;
    text-transform: uppercase;
}
.developerLink{
    display: flex;
    padding: 12px 20px;
    align-items: center;
    gap: 20px;
    align-self: stretch;
    border-radius: 64px;
    background: var(--Dark-D100, #35383F);
}
.developerLink > p{
    color: var(--Light-L100, #EBE5DB);
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px; /* 161.538% */
    letter-spacing: 0.26px;
    text-transform: uppercase;
}
/**/
.infoContent{
    display: flex;
    padding: 104px 0px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 56px;
    align-self: stretch;
    border-top: 1px solid var(--Alpha-AD12, rgba(53, 56, 63, 0.12));
    border-bottom: 1px solid var(--Alpha-AD12, rgba(53, 56, 63, 0.12));
    
}
.infoContentTop{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}
.infoContentDesc{
    display: flex;
    padding: 6px 17px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 320px;
    border: 1px solid var(--Dark-D100, #35383F);
}
.infoContentDesc > p{
    color: var(--Dark-D100, #35383F);
    font-family: 'Bahnschrift', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
    letter-spacing: 1.12px;
    text-transform: uppercase;
}
.infoContentTop > h2{
    color: var(--Dark-D100, #35383F);
    font-family: 'Bahnschrift', sans-serif;
    font-size: 88px;
    font-style: normal;
    font-weight: 700;
    line-height: 92px; /* 104.545% */
    letter-spacing: -0.88px;
    text-transform: uppercase;
}
.infoContent > p{
    width: 504px;
    color: var(--Dark-D100, #35383F);
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px; /* 175% */
    letter-spacing: 0.36px;
    text-transform: uppercase;
}
.infoContentForm{
    display: flex;
    width: 672px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}
.infoContentForm > .top{
    display: flex;
    align-items: flex-end;
    gap: 21px;
    align-self: stretch;
}
.infoContentForm > .top > input{
    color: var(--Dark-D100, #35383F);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px; /* 175% */
    letter-spacing: 0.24px;
    text-transform: uppercase;
    border-bottom: 1px solid var(--Alpha-AD12, rgba(53, 56, 63, 0.12));
    display: flex;
    padding: 10px 0px;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;    
}
.infoContentForm > .top > input::placeholder{
    color: var(--Dark-D100, #35383F);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px; /* 175% */
    letter-spacing: 0.24px;
    text-transform: uppercase;
    opacity: .4;
}
.infoContentFormBtn{
    display: flex;
    padding: 12px 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 32px;
    background: var(--Gold-G100, #C89B4C);
}
.infoContentFormBtn > p{
    color: var(--Light-L100, #EBE5DB);
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px; /* 161.538% */
    letter-spacing: 0.26px;
    text-transform: uppercase;
}
.infoContentForm > .bottom{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    align-self: stretch;
}
.infoContentForm > .bottom > p{
    flex: 1 0 0;
    color: var(--Dark-D100, #35383F);
    text-align: center;
    font-size: 8px;
    font-style: normal;
    font-weight: 500;
    line-height: 12px; /* 150% */
    letter-spacing: 0.16px;
    text-transform: uppercase;
    opacity: .4;
}
/**/
.footer{
    background: #D6D7D6;
}
.footerContent{
    display: flex;
    flex-direction: column;
}
.footerPattern{
    display: flex;
    width: 100%;
    height: 160px;
    margin: 32px 0;
}
.footerInner{
    display: flex;
    padding: 32px 48px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-top: 1px solid var(--Alpha-AD12, rgba(53, 56, 63, 0.12));
}
.footerInner > .left{
    display: flex;
    width: 252px;
    flex-direction: column;
    align-items: flex-start;
    gap: 73px;
}
.footerInner > .left > .top{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    align-self: stretch;
}
.footerInner > .left > .top > div{
    display: flex;
    height: 80px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10.372px;
}
.footerInner > .left > .top > p{
    color: var(--Dark-D100, #35383F);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px; /* 175% */
    letter-spacing: 0.24px;
    text-transform: uppercase;
}
.footerCallBtn{
    display: flex;
    padding: 12px 20px;
    align-items: center;
    gap: 20px;
    border-radius: 64px;
    background: var(--Dark-D100, #35383F);
}
.footerCallBtn > p{
    color: var(--Light-L100, #EBE5DB);
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px; /* 161.538% */
    letter-spacing: 0.26px;
    text-transform: uppercase;
}
.footerInner > .left> .bottom{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}
.footerInner > .left> .bottom > a{
    color: var(--Dark-D100, #35383F);
    font-family: 'Bahnschrift', sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 115.385% */
    letter-spacing: -0.26px;
    text-transform: uppercase;
}
.footerInner > .left> .bottom > p{
    color: var(--Dark-D100, #35383F);
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 160% */
    letter-spacing: 0.2px;
    text-transform: uppercase;
    align-self: stretch;
}
.footerInner > .right{
    display: flex;
    width: 756px;
    padding-left: 42px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
    border-left: 1px solid var(--Alpha-AD12, rgba(53, 56, 63, 0.12));
}
.footerInner > .right > p{
    align-self: stretch;
    color: var(--Dark-D100, #35383F);
    font-size: 8px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 200% */
    letter-spacing: 0.16px;
    text-transform: uppercase;
}
.footerInner > .right > div{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    align-self: stretch;
}
.copyright{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.copyright > p{
    width: 268px;
    color: var(--Dark-D100, #35383F);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px; /* 175% */
    letter-spacing: 0.36px;
    text-transform: uppercase;
}
.instaBtn{
    display: flex;
    height: 45px;
    padding: 12px 20px;
    align-items: center;
    gap: 20px;
    border-radius: 64px;
    background: var(--Dark-D100, #35383F);
}
.instaBtn > p{
    color: var(--Light-L100, #EBE5DB);
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px; /* 161.538% */
    letter-spacing: 0.26px;
    text-transform: uppercase;
}

/**/
.mobileMenuBottom{
    display: none;
}
.mainMenuWrapper{
    opacity: 0;
    z-index: -10000;
    width: 100%;
    height: 100dvh;
    position: fixed;
    top: 0;
    left: 0;
    background: #222429;
}
.mainMenuWrapper.--active{
    opacity: 1;
    z-index: 10000;
}
.mainMenuContent{
    padding: 40px 48px;
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
}
.menuLogo{
    position: relative;
    height: 100%;
    width: 364px;
}
.menuLogo > img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.desktopMainMenu{
    margin-left: 140px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 112px;
    align-self: flex-end;
}
.desktopMainMenu > .top{
    display: flex;
    width: 420px;
    flex-direction: column;
    align-items: flex-start;
    gap: 21px;
}
.desktopMainMenu > .top > li{
    list-style: none;
}
.desktopMainMenu > .top > li > A{
    color: var(--Light-L100, #EBE5DB);
    font-family: 'Bahnschrift', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 100% */
    letter-spacing: 0.8px;
    text-transform: uppercase;
}
.desktopMainMenu > .bottom{
    display: flex;
    width: 252px;
    flex-direction: column;
    align-items: flex-start;
    gap: 48px;    
}
.desktopMainMenu > .bottom > div:nth-child(1){
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;    
}
.desktopMainMenu > .bottom > div:nth-child(1) > a{
    color: var(--Light-L100, #EBE5DB);
    font-family: 'Bahnschrift', sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 115.385% */
    letter-spacing: -0.26px;
    text-transform: uppercase;
}
.desktopMainMenu > .bottom > div:nth-child(1) > p{
    color: var(--Light-L100, #EBE5DB);
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 160% */
    letter-spacing: 0.2px;
    text-transform: uppercase;
    align-self: stretch;
}
.desktopMainMenu > .bottom > div:nth-child(2){
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    align-self: stretch;
}
.desktopMainMenu > .bottom > div:nth-child(2) > p{
    align-self: stretch;
    color: var(--Light-L100, #EBE5DB);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px; /* 175% */
    letter-spacing: 0.24px;
    text-transform: uppercase;
}
.mainMenuCallBtn{
    display: flex;
    padding: 12px 20px;
    align-items: center;
    gap: 20px;
    border-radius: 64px;
    background: var(--Gold-G100, #C89B4C);
}
.mainMenuCallBtn > p{
    color: var(--Light-L100, #EBE5DB);
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px; /* 161.538% */
    letter-spacing: 0.26px;
    text-transform: uppercase;
}
.desktopMainMenuRight{
    align-self: flex-end;
    justify-self: end;
    position: relative;
    display: flex;
    width: 336px;
    height: 657px;
    flex-direction: column;
    align-items: flex-start;
    gap: 21px;
    flex-shrink: 0;
}
.desktopMainMenuRight > a{
    display: flex;
    padding: 21px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    flex: 1 0 0;
    align-self: stretch;
}
.desktopMainMenuRight > a:nth-child(1){
    background: rgba(235, 229, 219, 0.12);
    backdrop-filter: blur(12px);
}
.desktopMainMenuRight > a:nth-child(1) > p{
    color: var(--Light-L100, #EBE5DB);
}
.desktopMainMenuRight > a:nth-child(1) >button{
    background: var(--Gold-G100, #C89B4C);
}
.desktopMainMenuRight > a > p{
    font-family: 'Bahnschrift', sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 115.385% */
    letter-spacing: -0.26px;
    text-transform: uppercase;
    align-self: stretch;    
}
.desktopMainMenuRight > a > button{
    display: flex;
    padding: 15px;
    align-items: center;
    gap: 12px;
    border-radius: 64px;
}
.desktopMainMenuRight > a:nth-child(2){
    background: var(--Gold-G100, #C89B4C);
}
.desktopMainMenuRight > a:nth-child(2) > p{
    color: var(--Dark-D100, #35383F);
}
.desktopMainMenuRight > a:nth-child(2) > button{
    background: var(--Dark-D100, #35383F);
}
.mainMenuWrapperCloseBtn{
    display: flex;
    width: 52px;
    height: 52px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 48px;
    background: var(--Alpha-AL12, rgba(235, 229, 219, 0.12));
    position: absolute;
    top: 40px;
    right: 48px;
}
/**/
.modalWrapper.--active{
    opacity: 1;
    z-index: 100000;
}
.modalWrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    background: var(--Alpha-AD56, rgba(19, 20, 24, 0.56));
    backdrop-filter: blur(14px);
    opacity: 0;
    z-index: -100000;
}
.modalContent{
    display: flex;
    width: 400px;
    padding: 24px 24px 48px 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    border-radius: 20px;
    background:  #D8D9D8;
}
.modalContent > div:nth-child(1){
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    align-self: stretch;
}
.closeModalBtn{
    display: flex;
    width: 44px;
    height: 44px;
    justify-content: center;
    align-items: center;
    border-radius: 48px;
    background: var(--Dark-D100, #35383F);
}
.modalContent > div:nth-child(2){
    display: flex;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}
.modalMainForm{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    flex: 1 0 0;
}
.modalMainForm > h3{
    color: var(--Dark-D100, #35383F);
    text-align: center;
    font-family: 'Bahnschrift', sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px; /* 100% */
    text-transform: uppercase;
    align-self: stretch;
}
.modalMainForm > p{
    color: var(--Dark-D100, #35383F);
    text-align: center;
    font-family: "Euclid Square";
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 160% */
    letter-spacing: 0.2px;
    text-transform: uppercase;
    align-self: stretch;
}
.formInfoData{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    align-self: stretch;
}
.formInfoData > div{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    align-self: stretch;
}
.formInfoDataTop {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 32px;
    align-self: stretch;
}
.formInfoDataTop > input{
    display: flex;
    padding: 10px 0px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-bottom: 1px solid var(--Alpha-AD12, rgba(53, 56, 63, 0.12));
}
.formInfoDataTop > input::placeholder{
    color: var(--Dark-D100, #35383F);
    font-family: "Euclid Square";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px; /* 175% */
    letter-spacing: 0.24px;
    text-transform: uppercase;
    opacity: .4;
}
.formInfoDataTop > input{
    color: var(--Dark-D100, #35383F);
    font-family: "Euclid Square";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px; /* 175% */
    letter-spacing: 0.24px;
    text-transform: uppercase;
}
.mainModalSubmitBtn{
    display: flex;
    padding: 12px 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 32px;
    background: var(--Gold-G100, #C89B4C);
}
.mainModalSubmitBtn > p{
    color: var(--Light-L100, #EBE5DB);
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px; /* 161.538% */
    letter-spacing: 0.26px;
    text-transform: uppercase;
}
/**/
.flatModalWrapper.--active{
    opacity: 1;
    z-index: 100;    
}
.flatModalWrapper{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--Alpha-AD56, rgba(19, 20, 24, 0.56));
    backdrop-filter: blur(14px);
    opacity: 0;
    z-index: -100;
}
.flatModalContent{
    display: flex;
    width: 1280px;
    padding: 24px 32px 48px 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 48px;
    border-radius: 20px;
    background:  #D8D9D8 ;
}
.flatModalTop{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.flatModalCloseBtn{
    display: flex;
    width: 44px;
    height: 44px;
    justify-content: center;
    align-items: center;
    border-radius: 48px;
    background: var(--Dark-D100, #35383F);
}
.flatModalRoomCount{
    color: var(--Dark-D100, #35383F);
    font-family: 'Bahnschrift', sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px; /* 116.667% */
    letter-spacing: -0.48px;
    text-transform: uppercase;
}
.flatModalBottom{
    display: flex;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}
.flatModalInformation{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 0 0;
}
.flatModalInformation > .top{
    display: flex;
    padding-bottom: 16px;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
    border-bottom: 1px solid var(--Alpha-AD12, rgba(53, 56, 63, 0.12));
}
.flatModalInfoItem:nth-child(1){
    width: 128px;
}
.flatModalInfoItem:nth-child(2),
.flatModalInfoItem:nth-child(3){
    flex: 1 0 0;
}
.flatModalInfoItem{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}
.flatModalInfoItem > p:nth-child(1){
    opacity: .5;
}
.flatModalInfoItem > p{
    color: var(--Dark-D100, #35383F);
    font-family: 'Bahnschrift', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px; /* 150% */
    letter-spacing: 0.48px;
    text-transform: uppercase;
}
.flatModalInfoItem > p:nth-child(2){
    color: var(--Dark-D100, #35383F);
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 111.111% */
    letter-spacing: -0.36px;    
}
.flatModalInformation > .bottom{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}
.flatModalInformation > .bottom > div{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}
.flatModalSquareInfo{
    width: 100%;
}
.flatModalSquareInfo > .top{
    display: flex;
    width: 100%;
    padding: 8px 0px;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
    border-bottom: 1px solid var(--Alpha-AD12, rgba(53, 56, 63, 0.12));
}
.flatModalSquareInfo  >.top> p{
    color: var(--Dark-D100, #35383F);
    font-family: 'Bahnschrift', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px; /* 150% */
    letter-spacing: 0.48px;
    text-transform: uppercase;
    opacity: .5;
}
.flatModalSquareInfoItem{
    display: flex;
    padding: 4px 0px;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
}
.flatModalSquareInfoItem > p{
    color: var(--Dark-D100, #35383F);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px; /* 175% */
    letter-spacing: 0.36px;
    text-transform: uppercase;
}
.flatModalSquareInfoItem > p:nth-child(1){
    width: 203px;
}
.flatModalTotalSquare{
    display: flex;
    padding: 8px 0px;
    justify-content: flex-end;
    align-items: center;
    align-self: stretch;
    border-top: 1px solid var(--Alpha-AD12, rgba(53, 56, 63, 0.12));
}
.flatModalTotalSquare > p{
    color: var(--Dark-D100, #35383F);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px; /* 175% */
    letter-spacing: 0.36px;
    text-transform: uppercase;
}
.onlineBookingBtn{
    display: flex;
    padding: 12px 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 32px;
    background: var(--Dark-D100, #35383F);
}
.onlineBookingBtn > p{
    color: var(--Light-L100, #EBE5DB);
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px; /* 161.538% */
    letter-spacing: 0.26px;
    text-transform: uppercase;
}

.flatModalPlanWrapper{
    display: flex;
    width: 640px;
    height: 408px;
    justify-content: center;
    align-items: center;
}
.flatModalPlanWrapper > img{
    width: 298px;
    height: 408px;
    object-fit: contain;
}

.flatModalFormWrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    flex: 1 0 0;
    align-self: stretch;
}
.flatModalFormWrapper > h3{
    color: var(--Dark-D100, #35383F);
    font-family: 'Bahnschrift',sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 116.667% */
    letter-spacing: 0.24px;
    text-transform: uppercase;
    align-self: stretch;
}
.flatModalForm{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    align-self: stretch;
}
.flatModalForm > div:nth-child(1){
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 32px;
    align-self: stretch;
}
.flatModalForm > div:nth-child(1) > input{
    width: 100%;
    display: flex;
    padding: 10px 0px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-bottom: 1px solid var(--Alpha-AD12, rgba(53, 56, 63, 0.12));
}
.flatModalForm > div:nth-child(1) > input {
    color: var(--Dark-D100, #35383F);
    font-family: "Euclid Square", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px; /* 175% */
    letter-spacing: 0.24px;
    text-transform: uppercase;
}
.flatModalForm > div:nth-child(1) > input::placeholder{
    opacity: .5;
}
.flatModalForm > div:nth-child(1) > input:focus{
    border-bottom: 1px solid var(--Dark-D100, #35383F);
}
.flatModalFormSubmitBtn{
    display: flex;
    padding: 12px 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 32px;
    background: var(--Gold-G100, #C89B4C);
}
.flatModalFormSubmitBtn > p{
    color: var(--Light-L100, #EBE5DB);
    font-family: "Euclid Square", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px; /* 161.538% */
    letter-spacing: 0.26px;
    text-transform: uppercase;
}
.flatModalForm > p{
    width: 272px;
    color: var(--Dark-D100, #35383F);
    text-align: center;
    font-family: "Euclid Square", sans-serif;
    font-size: 8px;
    font-style: normal;
    font-weight: 500;
    line-height: 12px; /* 150% */
    letter-spacing: 0.16px;
    text-transform: uppercase;
    opacity: .4;
}
/**/
button[type=submit]:hover{
    background: #B98F47;
}
.footerCallBtn:hover, .instaBtn:hover{
    background: #2D3037;

}

.mobileFiltersBts{
    display: none;
}
/**/

.mobileCallBtn, .mainMobileContent{
    display: none;
}
/**/
.filterMobileTopBlock, .mobileSubmitFiltersBtn{
    display: none;
}

.backdrop{
    display: none;
}
.noResultText{
    display: none;
    justify-content: center;
    color: var(--Dark-D100, #35383F);
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0.26px;
    text-transform: uppercase;
    width: 100%;
    padding :20px;
}
.consultationInputsBlock > div:nth-child(1) > input:focus{
    border-bottom: 1px solid var(--Light-L100, #EBE5DB);
}
.infoContentForm > .top > input:focus, .formInfoDataTop > input:focus{
    border-bottom: 1px solid var(--Dark-D100, #35383F);
}
/**/
.testSection{
    width: 100%;
    height: 100dvh;
    background: #D6D7D6;
}


/**/
.flatPickerWrapper{
    position: fixed;
    display: none;
    top: 104px;
    left: 48px;
}
.flatPickerWrapper.--active{
    display: block;
    z-index: 10;
}
.flatPickerContent{
    display: flex;
    position: relative;
}
.flatPickerContent > svg{
    width: 12px;
    height: 6px;
    left: 74px;    
    position: absolute;
    top:-4px;
}
.flatPickerItem{
    position: relative;
    display: flex;
    width: 240px;
    height: 200px;
    padding: 24px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    border-right: 1px solid var(--Alpha-AL12, rgba(235, 229, 219, 0.12));
    background: var(--Dark-D100, #35383F);
    overflow: hidden;
}
.flatPickerItem:hover{
    background: #3E4147;

    
}
.flatPickerItem > p{
    color: var(--Light-L100, #EBE5DB);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 150% */
    letter-spacing: 0.36px;
    text-transform: uppercase;
}
.flatPickerItem > button{
    display: flex;
    width: 44px;
    height: 44px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
    border-radius: 24px;
    background: var(--Gold-G100, #C89B4C);
}
.flatPickerItem > img {
    position: absolute;
    right: -55px;
    bottom: -11px;
    width: 168px;
    height: 139px;
    opacity: 0.95;
    object-fit: cover;
}
.consultationFormSuccess{
    display: flex;
    flex-direction: column;
    gap: 45px;
}
.consultationFormSuccess > h2, .consultationFormSuccess > h2 span{
    color: var(--Light-L100, #EBE5DB);
    font-family: 'Bahnschrift', sans-serif;
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: 80px;
    letter-spacing: -0.8px;
    text-transform: uppercase;
    text-align: center;
}
.consultationFormSuccess > h2 span{
    color: var(--Gold-G100, #C89B4C);
}
.consultationFormSuccess > p{
    text-align: center;
    color: var(--Light-L100, #EBE5DB);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px; /* 175% */
    letter-spacing: 0.24px;
    text-transform: uppercase;
}


.loaderSpin{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    z-index: 999999999;
}
.loaderCircle{
    position: absolute;
    top: 50%;
    margin-top: -25px;
    left: 50%;
    margin-left: -25px;    
    border: 5px solid rgb(31, 31, 30, .35);
    border-top: 5px solid #C89B4C;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transition: all 2.5s linear;
    animation: spinAnimation 2s  infinite;  
}
@keyframes spinAnimation {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


.resultBLock{
    display: none;
    margin: 0 auto;
}
.resultBLock > h2{
    margin-bottom: 45px;
}

.whiteResultBlock > h2, .whiteResultBlock > p{
    color: var(--Dark-D100, #35383F);
}
.modalResultBlock > h2, .modalResultBlock > h2 span{
    font-size: 35px;
    line-height: 40px;
}
.modalResultBlock > h2{
    margin-bottom: 20px;
}

/**/
.preloader{
    transition: 1s linear;
    background: #222429;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100vh;
}
.preloaderContent{
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
}
.loadingLineWrapper{
    position: relative;
    align-self: flex-end;
    padding: 0 20px 32px 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}
.loadingLineWrapper > div:nth-child(2){
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.loadingLineWrapper > div:nth-child(2) > p{
    color: var(--Light-L100, #EBE5DB);
    text-align: right;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px; /* 175% */
    letter-spacing: 0.24px;
    text-transform: uppercase;
}
.progressLine{
    width: 100%;
    height: 1px;
    background: var(--Alpha-AL12, rgba(235, 229, 219, 0.12));
    position: relative;
}
.progressCurrent {
    position: absolute;
    /* width: 30%; */
    height: 1px;
    background: #C89B4C;
}