@font-face {
    font-family: 'Radikal';
    src: url('../fonts/Radikal/Radikal-Light.woff2');
    font-style: normal; 
    font-weight: 300;
}
@font-face {
    font-family: 'TT Wellingtons Trial DemiBold';
    src: url('../fonts/TT_Wellingtons/TT_Wellingtons_Trial_DemiBold.woff2');
    font-style: bold; 
}
@font-face {
    font-family: 'TT Wellingtons Trial Medium';
    src: url('../fonts/TT_Wellingtons/TT_Wellingtons_Trial_Medium.ttf');
    font-style: normal; 
}
*{ 
	margin: 0;
	padding: 0;
	box-sizing: border-box;
    color: #CFBEAE;
}
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background: transparent;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
    border-radius: 5px;
}
::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #475B5C;
}  
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{
    font-size: inherit;
    color: inherit;
    text-decoration: none;
}
a:hover{
    color: inherit;
    transition: .3s ease all;
}
html, body{
	height: 100%;
    width: 100%;
    background: var(--green-g-150, #304040);
    scroll-behavior: smooth;    
    font-family: 'TT Wellingtons Trial Medium', sans-serif;
    box-sizing: border-box;
}
button{
    background: transparent;
    font-family: inherit;
    border: none;
    cursor: pointer;
    outline: none;
}
p, .header__link{
    font-family: 'TT Wellingtons Trial Medium', sans-serif;
    color: var(--Beige-BE20, #CFBEAE);
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 184.615% */
    text-transform: uppercase;
    transition: .25s ease-in-out;
}
input{
    border: none;
    font-family: 'TT Wellingtons Trial Medium', sans-serif;

}
.header__link:hover{
    color: #BA9875;
    transition: .25s ease-in-out;
}
/**/
.header{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #304040;
    z-index: 100;
}
.headerContent{
    display: flex;
    padding: 16px 32px 24px 32px;
    align-items: center;
    gap: 16px;
    width: 100%;    
}
.navLeft{
    display: flex;
    align-items: center;
    gap: 24px;
    flex: 1 0 0;    
}
.headerBtn{
    display: flex;
    height: 48px;
    padding: 0px 16px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border-radius: 24px;
    background: var(--Green-G100, #475B5C);    
    text-transform: uppercase;
}
.headerLink{
    color: var(--Beige-BE20, #CFBEAE);
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 184.615% */
    text-transform: uppercase;    
}
.callBtn{
    display: flex;
    width: 48px;
    height: 48px;
    justify-content: center;
    align-items: center;
    border-radius: 24px;
    background: var(--Green-G100, #475B5C);    
}
.navRight{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex: 1 0 0;
    gap: 8px;

}
.navRight > a{
    display: flex;
    height: 48px;
    padding: 10px 20px;
    align-items: center;
    gap: 12px;
    border-radius: 24px;
    background: var(--Beige-BE150, #A78366);    
    font-size: 13px;
    line-height: 24px; /* 184.615% */
    text-transform: uppercase;
}
/**/
.mainPage{
    width: 100%;
    height: 100vh;
}
.mainPageContent{
    padding-top: 88px;
    width: 100%;
    height:100%;
}
.mainPageContent{
    display: flex;
}
.mainPageLeft{
    width: 70%;
}
.mainPageRight{
    display: flex;
    flex: 1 0 0;
    flex-direction: column-reverse;
}
.mainPageRight > .top{
    flex: 1 0 0;

    padding: 30px;
    background: #475B5C;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.mainPageRight > .top > img{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -10;
}
.mainPageRight > .top > h2{
    font-family: 'Radikal', sans-serif;
    font-size: 30px;
    color: #475B5C;
    text-transform: uppercase;
}
.mainPageRight > .top > form{
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.mainPageRight > .top > form > p{
    font-size: 9px;
    line-height: 12px;
}
.mainPageRight > .top > form > .formInputValues{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.mainPageRight > .top > form > .formInputValues > input{
    width: 100%;
}
.mainPageRight > .top > form > .formInputValues > input::placeholder{
    opacity: 1;
}
.mainPageRight > .top > p{
    margin-top: 20px;
    color: #475B5C;
}
.mainPageRight > .bottom{
    padding: 30px;
    background: #475B5C;
}
.mainPageRight > .bottom > div{
    display: flex;
    flex-direction: column;
    gap:24px;
}
.mainPageRight > .bottom > div > h2{
    font-size: 30px;
    font-family: 'Radikal', sans-serif;
    text-transform: uppercase;
}
.mainPageLeft{
    position: relative;
}
.mainPageLeftSlider{
    height: 100%;
}
.mainPageLeftSliderItem {
    position: relative;
}
.mainPageLeftSliderItem > img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mainPageBottomBg{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 45%;
    background: linear-gradient(0deg, rgba(13, 27, 27, 0.90)0%, rgba(21, 37, 37, 0.00)100%);
}
.mainTitleBlock{
    z-index: 3;
    position: absolute;
    left: 24px;
    bottom: 24px;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;    
}
.mainTitleBlock > p:nth-child(1){
    color: var(--Beige-BE10, #DBCCBD);
    font-family: 'Radikal', sans-serif;
    font-size: 132px;
    font-style: normal;
    font-weight: 300;
    line-height: 120px; /* 90.909% */
    letter-spacing: -1.637px;
}
.mainTitleBlock > div{
    display: flex;
    align-items: center;
    gap: 24px;    
}
.mainTitleBlock > div > button{
    background: transparent;
    display: flex;
    width: 80px;
    height: 80px;
    transform: rotate(-90deg);
    justify-content: center;
    align-items: center;
    border-radius: 120px;
    border: 1px solid var(--Beige-BE100, #BA9875);    
}
.mainTitleBlock > div > button svg{
    transform: rotate(90deg);
}
/**/
.aboutContent{
    display: flex;
    flex-direction: column;
}
.aboutContent > .top{
    padding: 0 56px;
    position: relative;
}
.aboutTopLeft{
    padding-top: 112px;
}
.aboutTopLeft > p{
    color: var(--Beige-BE20, #CFBEAE);
    font-feature-settings: 'ss03' on;
    font-family: 'Radikal', sans-serif;
    font-size: 112px;
    font-style: normal;
    font-weight: 300;
    line-height: 124px; /* 110.714% */
    letter-spacing: -1.389px;
    text-transform: uppercase;    
}
.aboutTopLeft > p:nth-child(2){
    padding-left: 160px;
    color: var(--Beige-BE150, #A78366);
}
.aboutTopRight{
    position: absolute;
    width: 592px;
    height: 586px;
    right: 56px;
    top: 40px;
}
.aboutTopRight > div{
    width: 100%;
    height: 100%;
    position: relative;
}
.aboutTopRight > div > img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.aboutDescriptionTxt{
    position: absolute;
    top: 156px;
    left: 177px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 332px;
}
.aboutDescriptionTxt{
    font-style: normal;
    text-transform: uppercase;
}
.aboutDescriptionTxt > p:nth-child(1){
    font-size: 11px;
    font-weight: 500;
    line-height: 16px; /* 145.455% */
    letter-spacing: 0.22px;
    color: var(--Beige-BE100, #BA9875);
}
.aboutDescriptionTxt > p:nth-child(2){
    color: var(--Beige-BE20, #CFBEAE);    
}
.aboutImgWrapper{
    width: calc(100% - 48px);
    height: 100%;
    position: relative;
    margin: 0 24px;
}
.aboutImgWrapper > img:nth-child(1){
    width: 100%;
    height: 100%;
    left: 0;
    object-fit: cover;
}
.aboutPointer{
    position: absolute;
    z-index: 5;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: -10px;    
    cursor: pointer;
}
.aboutPointer > div:nth-child(1){
    display: flex;
    padding: var(--Spacing-s, 8px) 16px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    border-radius: 32px;
    background: var(--Beige-B5, #EDEAE6);    
}
.aboutPointer > div:nth-child(1) > p{
    color: var(--Brown-BR150, #5C554B);
    text-transform: uppercase;
}

.aboutPointer > div:nth-child(1) > p:nth-child(1){
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 133.333% */
}
.aboutPointer > div:nth-child(1) > p:nth-child(2){
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px; /* 140% */
}
.aboutPointer > div:nth-child(2){
    display: flex;
    margin-top: -1px;
    padding-left: 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--Spacing-s, 8px);
    align-self: stretch;    
}
.hotelPointer{
    top: 16.46vw;
    left: 20.01vw;
}
.rest1Pointer{
    top: 35.46vw;
    left: 15.01vw;
}
.rest2Pointer{
    top: 25.46vw;
    left: 30.01vw;
}
.fitPointer{
    top: 23.46vw;
    left: 50.01vw;

}
.imgMask{
    opacity: 0;
    transition: .35s ease-in-out;
    height: 0;
    z-index: 3;
    position: absolute;
    width: 48%;
}
.imgHotelMask{
    top: 10.5vw;
    left: 7.5vw;
}
.complexPointer{
    top: 3.594vw;
    right: 19.688vw;
}
.imgComplexMask{
    width: 52%;
    top: 1px;
    right: 15vw;
}
.--showMask{
    opacity: 1;
    height: auto;
    transition: .35s ease-in-out;
}
.aboutBlockText{
    max-width: 581px;
    position: absolute;
    right: 56px;
    bottom: 16px;
    display: flex;
    flex-direction: column;
    gap: 56px;
}
.aboutBlockText > p{
    color: var(--Beige-BE20, #CFBEAE);
    font-feature-settings: 'ss03' on;
    /* Desktop/Title/H6 */
    font-family: 'Radikal', sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 300;
    line-height: 36px;
    letter-spacing: 0.56px;
    text-transform: uppercase;    
}
.aboutBlockText > p > span{
    color: var(--Beige-BE150, #A78366);
}
.aboutBlockTextBottom{
    display: flex;
    gap: 88px;
    align-items: flex-start;    
}
.aboutBlockTextBottom > div{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;    
}
.aboutBlockTextBottom > div > p:nth-child(1){
    color: var(--Beige-BE150, #A78366);
    font-family: 'Radikal', sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 300;
    line-height: 52px; /* 108.333% */
    letter-spacing: 0.96px;
    text-transform: uppercase;
}
.aboutBlockTextBottom > div > p:nth-child(2){
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 145.455% */
    letter-spacing: 0.22px;
    text-transform: uppercase;
}
.aboutBlockTextBottom > div:nth-child(3){
    display: none;
}
/**/
.archContent{
    display: flex;
    flex-direction: column;
    gap: 56px;
}
.archContent > .top{
    padding: 0 56px;
    display: flex;
    flex-direction: column;
    gap: 48px;
}
.archContent > .top > .titleBlock{
    padding-top: 96px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.mainSubtitle{
    color: var(--Beige-BE20, #CFBEAE);
    font-family: "TT Wellingtons Trial", sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 145.455% */
    letter-spacing: 0.33px;
    text-transform: uppercase;    
}
.mainSectiontitle{
    color: var(--Beige-BE20, #CFBEAE);
    font-feature-settings: 'ss03' on;
    /* Desktop/Title/H2 */
    font-family: 'Radikal', sans-serif;
    font-size: 112px;
    font-style: normal;
    font-weight: 300;
    line-height: 124px; /* 110.714% */
    letter-spacing: -1.389px;
    text-transform: uppercase;    
}
.mainSectiontitle > span{
    color: var(--Beige-BE150, #A78366);
}
.t-right{
    text-align: right;
}
.archContentInfoBottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.archContentInfoBottom > div{
    display: flex;
    align-items: center;
    gap: 83px;
}
.archContentInfoBottom > div > p {
        width: 332px;
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px; /* 184.615% */
        text-transform: uppercase;        
}
.materialBtn{
    display: none;
    width: 176px;
    height: 176px;
    padding: 10px 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
    border-radius: 96px;
    border: 1px solid var(--Beige-BE100, #BA9875);
    background: var(--Green-G100, #475B5C);
}
.materialBtn > p{
    font-size: 11px;
}
.archContentBottom{
    width: 100%;
    height: 654px;
    cursor: url('../img/button-draggable.webp'), auto;
}
.archContentBottomSliderItem{
    position: relative;
    cursor: url('../img/button-draggable.webp'), auto;
}

.archContentBottomSliderItem > img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/**/
.lobby{
    background:  #475B5C;
}
.lobbyContent{
    padding: 0 56px;
    height: 1024px;
    position: relative;
    background:  #475B5C;
    margin-top: -64px;
}
.lobbyTitleBlock{
    padding-top: 168px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    position: relative;
    z-index: 4;
}
.lobbySliderContent{
    display: flex;
    width: 776px;
    height: 792px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 400px 400px 0px 0px;
    position: absolute;
    bottom: 0; 
    right: 193px;
    overflow: hidden;
}
.lobbySliderContent > div{
    position: relative;
    width: 100%;
    height: 100%;
}
.lobbySliderItem{
    position: relative;
}
.lobbySliderItem > img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}
.lobbyDescText, .hotelDescText{
    width: 249px;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 184.615% */
    text-transform: uppercase;
    margin: 80px 0 196px 0;
}
.hotelDescText{
    margin: 40px 0 0 0;
}
.lobbySliderControlBlock{
    display: flex;
    width: 355px;
    justify-content: space-between;
    align-items: end;    
}
.lobbySliderButtons{
    display: flex; 
    align-items: center;
    gap: 4px;
}
.lobbySliderBtn{
    display: flex;
    width: 72px;
    height: 52px;
    justify-content: center;
    align-items: center;
    gap: var(--Spacing-s, 8px);   
    border-radius: 36px;
    background: var(--Brown-BR150, #5C554B);
    transition: .25s ease-in-out;     
}
.lobbySliderBtn:hover{
    transition: .25s ease-in-out;
    background: var(--Beige-BE150, #A78366);
}
.lobbyLinesImgWrapper{
    position: absolute;
    top :48px;
    right: 16px;
    width: 720px;
    height: 680px;
}
.lobbyLinesImgWrapper > div{
    position: relative;
    width: 100%;
    height: 100%;    
}
.lobbyLinesImgWrapper > div > img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.lobbyBottomText{
    width: 304px;
    color: var(--Beige-BE10, #DBCCBD);
    text-align: right;
    position: absolute;
    right: 56px;
    bottom: 64px;    
    z-index: 3;
}
/**/
.mapSectionContent{
    display: flex;
    flex-direction: column;
    position: relative;
}
.mapSectionContent > .top{
    background: var(--Beige-B5, #EDEAE6);
    padding: 104px 56px;
    display: flex;
    justify-content: space-between;
}
.mapSectionContent > .top > .left{
    display: flex;
    width: 511px;
    flex-direction: column;
    gap: 48px;
}
.mapSectionContent > .top > .left > div:nth-child(1){
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.mapSectionContent > .top > .left > div:nth-child(1) > p:nth-child(1){
    color: var(--Beige-BE150, #A78366);
}
.mapSectionContent > .top > .left > div:nth-child(1) > p:nth-child(2){
    color: var(--Green-G100, #475B5C);
    font-feature-settings: 'ss03' on;
    /* Desktop/Title/H6 */
    font-family: 'Radikal', sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 300;
    line-height: 36px; /* 128.571% */
    letter-spacing: 0.56px;
    text-transform: uppercase;
}
.mapSectionContent > .top > .left > div:nth-child(2){
    display: flex;
    gap: 83px;
}
.mapSectionContent > .top > .left > div:nth-child(2) > p:nth-child(1) {
    color: var(--Green-G100, #475B5C);
    /* Desktop/Body/Default */
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 184.615% */
    text-transform: uppercase;
    width: 249px;
}
.locationBtn{
    display: flex!important;
    width: 176px;
    height: 176px;
    padding: 10px 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
    border-radius: 96px;
    border: 1px solid var(--Alpha-AG12, rgba(99, 97, 73, 0.12));
    background: var(--Beige-B3, #F5F1ED);
    cursor: pointer;        
}
.locationBtn > p{
    color: var(--Green-G100, #475B5C);
    text-align: center;
}
.locationBtn:hover{
    border: 1px solid var(--Brown-BR100, #BEA078);
    transition: .25s linear;    
}
.locationBtn:hover p{
    color: var(--Beige-BE100, #BA9875);
    transition: .25s linear;    
}
.mapSectionContent > .top > div:nth-child(2) > p{
    color: var(--Green-G100, #475B5C);
    text-align: right;
}
.mapSectionContent > .top > div:nth-child(2) > p:nth-child(2){
    color: var(--Beige-BE150, #A78366);
}
.mapContent{
    height: 768px;
    position: relative;
}
.gm-svpc, .gmnoprint{
    display: none;
}
.mapControl{
    position: absolute;
    bottom: 32px;
    right: 56px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    z-index: 3;
}
.mapControl > button{
    display: flex;
    width: 52px;
    height: 52px;
    justify-content: center;
    align-items: center;
    border-radius: 48px;
    background: var(--Green-G100, #475B5C);    
}
/**/
.placesSectionContent{
    height: 592px;
    flex-shrink: 0;
    background: var(--Green-G100, #475B5C);
    width: 100%;    
    display: flex;
    gap: 40px;
    justify-content: space-between;
}
.placesSectionContent > .left{
    width: 554px;
    height: 100%;
}
.placesSectionContent > .right{
    flex: 1 0 0;
    position: relative;
}
.placesTabs{
    cursor: pointer;
    display: flex;
    width: 774px;
    padding-top: 48px;
    align-items: flex-start;
    gap: 24px;
    border-bottom: 1px solid rgba(214, 198, 182, 0.16);
}
.tabItem{
    display: flex;
    padding: 0px 4px 20px 4px;
    justify-content: center;
    align-items: center;
    gap: var(--Spacing-s, 8px);    
}
.tabItem > p{
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 184.615% */
    letter-spacing: 0.26px;
    text-transform: uppercase;
    opacity: .5;    
    color: var(--Beige-BE10, #DBCCBD);
}
.tabItem.--active > p{
    opacity: 1;
}
.tabItem.--active{
    border-bottom: 2px solid var(--Beige-BE100, #BA9875);
}
.tabContent{
    height: 500px;
}
.tabContentItem{
    width: 100%;
    height: 100%;
    display: none;
    position: relative;
}
.tabContentItem.--active{
    display: block;
}
.infoDescText{
    display: inline-flex;
    padding: 56px 56px 58px 32px;
    align-items: center;
    background: var(--Brown-BR50, #7A7062);
    position: absolute;
    right: 0;
    bottom: 0;    
}
.infoDescText > p{
    width: 300px;
    color: var(--Beige-BE20, #CFBEAE);
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 184.615% */
    text-transform: uppercase;
}
.placesPicMask{
    right: 40px;
    position: absolute;
    width: 286.989px;
    height: 217.914px;
    transform: rotate(-6deg);
    flex-shrink: 0;
    z-index: 2;
}
.placesPicMask > div{
    position: relative;
    width: 100%;
    height: 100%;
}
.placesPicMask > div > img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}
.cultureMask{
    width: 223px;
    height: 304px;    
    bottom: 233px;
    right: 38px;
}
.shoppingPicMask{
    width: 346px;
    height: 263px;    
    bottom: 281px;
}
.educationPicMask{
    width: 315px;
    height: 155px;    
    bottom: 286px;
}
.sportPicMask{
    right: 62.66px;
    width: 198.187px;
    height: 324.202px;
    transform: rotate(-15deg);
    flex-shrink: 0;    
}
.placesSlider{
    width: 100%;
    height: 100%;
    display: none;
}
.placesSlider.--active{
    display: block;
}
.placesSliderItem, .cultureSliderItem, .shoppingSliderItem, .educationSliderItem, .sportSliderItem{
    position: relative;
}
.placesSliderItem > img, .cultureSliderItem > img, .shoppingSliderItem > img, .educationSliderItem > img, .sportSliderItem > img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.placesSliderInformation{
    width: 378px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.siderControlButtons{
    display: flex;
    align-items: flex-start;
    gap: 4px;    
}
.siderControlButtons > button{
    display: flex;
    background: transparent;
    width: 72px;
    height: 52px;
    justify-content: center;
    align-items: center;
    gap: var(--Spacing-s, 8px);    
    border-radius: 36px;
    border: 1px solid var(--Beige-BE100, #BA9875);    
}
.siderControlButtons > button:hover{
    transition: .25s ease-in-out;
    background: var(--Beige-BE100, #BA9875);
}
.siderControlButtons > button:nth-child(2) svg path{
    stroke: #CFBEAE;
}

.siderControlButtons > button:hover svg path{
    stroke: #3B4D4D;
}
.placesSliderInformation{
    position: absolute;
    bottom: 32px;
}
.counterInfoSlider{
    position: absolute;
    top: 66px;
    left: 0;
    display: inline-flex;
    align-items: flex-end;
    gap: 10px;    
}
.counterInfoSlider > div:nth-child(2){
    display: flex;
    padding-bottom: 24px;
    align-items: flex-end;
    gap: var(--Spacing-s, 8px);    
    align-self: stretch;    
}
.counterInfoSlider > div:nth-child(2) > p{
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 145.455% */
    letter-spacing: 0.22px;
    text-transform: uppercase;    
}
.counterInfoSlider > div:nth-child(1){
    width: 121px;
    height: 124px;
}
.counterSliderContentItem{
    position: relative;
}
.counterSliderContentItem > p{
    color: var(--Beige-BE20, #CFBEAE);
    font-feature-settings: 'ss03' on;
    /* Desktop/Title/H2 */
    font-family: 'Radikal', sans-serif;
    font-size: 112px;
    font-style: normal;
    font-weight: 300;
    line-height: 124px; /* 110.714% */
    letter-spacing: -1.389px;
    text-transform: uppercase;
    
}
.counterSliderContent, .counterCultureSlider, .counterShoppingSlider, .counterEducationSlider, .counterSportSlider{
    width: 100px;
    height: 124px;
}
.placeSliderTitle{
    position: absolute;
    width: 378px;
    height: 72px;
    bottom: 124px;
    left: 0;
}
.placesSliderTitleItem{
    width: 378px;
    height: 72px;
    position: relative;
}
.placesSliderTitleItem > p{
    color: var(--Beige-BE10, #DBCCBD);
    font-feature-settings: 'ss03' on;
    /* Desktop/Title/H6 */
    font-family: 'Radikal', sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 300;
    line-height: 36px; /* 128.571% */
    letter-spacing: 0.56px;
    text-transform: uppercase;   
}
.placesSliderTitleContent, .cultureSliderTitle, .shoppingSliderTitle, .educationSliderTitle, .sportSliderTitle{
    height:140px;
    position: relative;
    z-index: 0;
}
.placesSliderPagination, .cultureSliderPagination, .shoppingPagination, .educationPagination, .sportPagination{
    font-size: 11px;
    color: var(--Beige-BE100, #BA9875);
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 145.455% */
    letter-spacing: 0.22px;
    text-transform: uppercase;
}
/**/
.infraContent{
    padding: 112px 0;
    display: flex;
    flex-direction: column;
    gap: 80px;
}
.infraContent > .top{
    padding: 0 56px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.infraContent > .top > .left{
    display: flex;
    flex-direction: column;
    gap: 32px;
    max-width: 415px;
}
.infraContent > .top > .left > p:nth-child(1){
    color: #A78366;
}
.infraContent > .top > .left > p:nth-child(2){
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 184.615% */
    text-transform: uppercase;    
}
.infraContent > .top > .right{
    margin-top: 16px;
}
.infraContent > .top > .right > p:nth-child(1){
    margin-right: 209px;
}
.infraContent > .top > .right > p:nth-child(2){
    text-align: right;
    color: var(--Beige-BE150, #A78366);
}

.infraContent > .bottom{
    padding-left: 56px;
}

.infraSliderItem{
    display: flex;
    flex-direction: column;
    cursor: pointer;
    gap: 24px;
}
.infraSliderItem > .bottom{
    display: flex;
    align-items: center;
    gap: 16px;
    align-self: stretch;    
}
.infraSliderItem > .bottom > p{
    flex: 1 0 0;
    color: var(--Beige-BE20, #CFBEAE);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 133.333% */
    letter-spacing: 0.18px;
    text-transform: uppercase;
}
.infraItemBtn{
    display: flex;
    width: 52px;
    height: 52px;
    justify-content: center;
    align-items: center;
    border-radius: 48px;
    background: var(--Green-G100, #475B5C);    
}
.infraSliderItemImg {
    position: relative;
}
.infraSliderItemImg > img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-fit: cover;
}
.itemDescWrapper{
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 0%;
    background: rgba(35, 44, 44, 0.94);
    top: 0;
    left: 0;
    padding: 32px;
    transition: .5 ease-in-out;
}

.itemDescHidden:hover .itemDescWrapper{
    opacity: 1;
    transition: .5s ease-in-out;
    height: 100%;
}
.itemDescHidden:hover .infraItemBtn{
    transform: rotate(45deg);
    transition: .5s ease-in-out;
}
.h628 {
    height: 628px;
}
.h304{
    height: 304px;
}
.itemWithText{
    display:flex;
    gap: 32px;
    flex-direction: column;
}
.itemWithText > .bottom{
    display: flex;
    padding-right: 83px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;    
}
.itemWithText > .bottom > p:nth-child(1){
    color: var(--Beige-BE20, #CFBEAE);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 133.333% */
    letter-spacing: 0.18px;
    text-transform: uppercase;
}
.itemWithText > .bottom > p:nth-child(2){
    color: var(--Beige-BE20, #CFBEAE);
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 163.636% */
    letter-spacing: 0.22px;
    text-transform: uppercase;
    opacity: 0.6;
}
.h424{
    height: 424px;
}
.h584{
    height: 584px;
}
/**/
.callbackSectionContent{
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 500px;
}
.callbackSectionContent > .left{
    flex: 1 0 0;
    background: var(--Green-G100, #475B5C);
}

.callbackSectionContent > .right{
    width: 471px;
    padding: 64px 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: var(--Green-G130, #3B4D4D);
    position: relative;
    overflow: hidden;
}
.callbackSectionContent > .right > .top{
    display: flex;
    flex-direction: column;
    gap: 11px;
}
.callbackSectionContent > .right > .top> p{
    font-size: 11px;
    line-height: 16px; /* 145.455% */
    letter-spacing: 0.22px;    
}
.mainTelLink{
    color: var(--Beige-BE10, #DBCCBD);
    font-feature-settings: 'ss03' on;
    /* Desktop/Title/H6 */
    font-family: 'Radikal', sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 300;
    line-height: 36px; /* 128.571% */
    letter-spacing: 0.56px;
    text-transform: uppercase;   
}
.callbackSectionContent > .right > .bottom{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.callbackSectionContent > .right > .bottom > p{
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 184.615% */
    text-transform: uppercase;    
}
.callbackSectionContent > .right > .bottom > button{
    display: flex;
    width: 72px;
    height: 52px;
    transform: rotate(90deg);
    justify-content: center;
    align-items: center;
    gap: var(--Spacing-s, 8px);    
    flex-shrink: 0;
    border-radius: 36px;
    border: 1px solid var(--Beige-BE150, #A78366);    
}
.callbackSectionContent > .right > .bottom > button svg{
    transform: rotate(-90deg);
}
.callbackSectionContent > .right > img{
    position: absolute;
    top: -50px;
    right: 0;
}
.callbackSectionContent > .left{
    display: flex;
    padding: 64px 48px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 40px;
}
.callbackTitle{
    color: var(--Beige-BE10, #DBCCBD);
    font-feature-settings: 'ss03' on;
    /* Desktop/Title/H3 */
    font-family: 'Radikal', sans-serif;
    font-size: 76px;
    font-style: normal;
    font-weight: 300;
    line-height: 84px; /* 110.526% */
    text-transform: uppercase;
}
.callbackTitle > span{
    color: var(--Beige-BE100, #BA9875);
}
.callbackSectionDescription{
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 184.615% */
    text-transform: uppercase;    
}
.callbackformWrapper{
    display: flex;
    width: 755px;
    align-items: flex-end;
    gap: 40px;    
}
.callbackformWrapper > form{
    display: flex;
    padding-top: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    flex: 1 0 0;    
}
.formInputValues {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
}
.inputValue{
    background: transparent;
    outline: none;
    border: none;
    display: flex;
    padding: 12px 0px;
    align-items: center;
    gap: var(--Spacing-s, 8px);    
    flex: 1 0 0;
    border-bottom: 1px solid var(--Alpha-AL16, rgba(245, 240, 235, 0.16));    
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 184.615% */
    text-transform: uppercase;        
}
.inputValue::placeholder{
    font-family: inherit;
    opacity: 0.4;
}
.formSubmitBtn{
    display: flex;
    height: 48px;
    padding: 10px 40px;
    align-items: center;
    gap: 12px;
    border-radius: 24px;
    background: var(--Beige-BE100, #BA9875);
    color: var(--Green-G130, #3B4D4D);
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 184.615% */
    text-transform: uppercase;  
}
.formSubmitBtn:hover{
    transition: .25s linear;
    background: var(--Beige-BE150, #A78366);
}
.callbackformWrapper > form > p{
    font-size: 9px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 177.778% */
    letter-spacing: 0.18px;
    text-transform: uppercase;    
}
/**/
.territorySectionContent{
    background: var(--Brown-BR150, #5C554B);
    display: flex;
    flex-direction: column;
    gap: 72px;
}
.territorySectionContent > .top{
    padding-left: 56px;
    padding-right: 56px;
    padding-top: 104px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.territoryTitleBlock > p:nth-child(2){
    color: var(--Brown-BR100, #BEA078);
    margin-left: 83px;
}
.territoryTitleBlock > p:nth-child(3){
    text-align: right;
    margin-right: 15px;
}
.territorySectionContent > .bottom{
    display: flex;
    align-items: start;
    height: 720px;
}
.terrtitoryTabsDesktopWrapper{
    flex: 1 0 0;
    display: flex;
    padding: 0 56px;
    gap: 64px;
    padding-bottom: 76px;
    flex-direction: column;
}
.territoryTabs{
    cursor: pointer;
    display: flex;
    width: 608px;
    align-items: flex-start;
    gap: 36px;
    border-bottom: 1px solid rgba(214, 198, 182, 0.16); 
}
.territoryTabItem{
    display: flex;
    padding: 0px 4px 20px 4px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: var(--Spacing-s, 8px);    
}
.territoryTabItem.--active{
    border-bottom: 2px solid var(--Brown-BR100, #BEA078);
}
.territoryTabItem.--active > p{
    opacity: 1;
}
.territoryTabItem > p{
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 184.615% */
    letter-spacing: 0.26px;
    text-transform: uppercase;
    opacity: 0.4;    
}
.territoryTabItemImg{
    display: flex;
    width: 48px;
    height: 48px;
    justify-content: center;
    align-items: center;
    gap: var(--Spacing-s, 8px);    
    border-radius: 32px;
    border: 1px rgba(142, 128, 115, 0.16);    
}
.territoryTabItem.--active > .territoryTabItemImg{
    border: 1px solid var(--Brown-BR100, #BEA078);
    background: var(--Brown-BR100, #BEA078);
}
.territoryTabItem.--active > .territoryTabItemImg > svg path{
    stroke: #5C554B;
}
.territoryTabItem.--active > .territoryTabItemImg > svg g{
    opacity: 1;
}
.territoryTabItem:nth-child(3).--active > .territoryTabItemImg > svg path{
    fill: #374151;
}
.territoryTabTitle{
    max-width: 543px;
}
.territoryTabTitleItem{
    height: 0;
    color: var(--Beige-BE20, #CFBEAE);
    font-feature-settings: 'ss03' on;
    font-family: 'Radikal', sans-serif;
    font-size: 52px;
    font-style: normal;
    font-weight: 300;
    line-height: 60px; /* 115.385% */
    text-transform: uppercase;
    opacity: 0;    
    transition: .25s ease-in-out;
}
.territoryTabTitleItem.--active{
    height: auto;
    opacity: 1;
    transition: .25s ease-in-out;
}
.territorySectionContent > .bottom > .left{
    display: flex;
    flex-direction: column;
    flex: 1 0 0;
    height: 720px;
}
.territorySectionContent > .bottom > .left > div:nth-child(2){
    background: var(--Brown-BR50, #7A7062);
    height: 360px;
    padding: 104px 56px 64px 56px;
}
.territorySectionContent > .bottom > .left > div:nth-child(2) > p{
    max-width: 332px;
    color: var(--Beige-BE20, #CFBEAE);
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 184.615% */
    text-transform: uppercase;    
}
.territoryDesktopTextDesc{
    display: none;
}
.territoryDesktopTextDesc.--active{
    display: block;
}
.territorySectionContent > .bottom > .right{
    flex: 1 0 0;
    position: relative;
    width: 100%;
    height: 720px;
}
.territorySectionContent > .bottom > .right > img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: COVER;
}
.territoryTabContentImgItem{
    opacity: 0;
    z-index: -1;
    transition: .25s ease-in-out;
}
.territoryTabContentImgItem.--active{
    opacity: 1;
    z-index: 3;
    transition: .25s ease-in-out
}
/**/
.apartmentsSectionContent{
    padding-top: 104px;
    background: var(--Green-G100, #475B5C);
    display: flex;
    flex-direction: column;
    gap: 64px;
}
.apartmentsSectionContent > .top{
    padding: 0 56px;
    display: flex;
    justify-content: space-between;
    gap: 86px;
}
.apartmentsSectionContent > .top > div:nth-child(1){
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.apartmentsSectionContent > .top > div:nth-child(1)> p:nth-child(2){
    max-width: 830px;
    color: var(--Beige-BE20, #CFBEAE);
    font-family: 'Radikal', sans-serif;
    font-size: 76px;
    font-style: normal;
    font-weight: 300;
    line-height: 84px; /* 110.526% */
    text-transform: uppercase;    
}
.apartmentsSectionContent > .top > div:nth-child(1)> p:nth-child(2) > span{
    color: #BA9875;
}
.apartmentsSectionContent > .top > div:nth-child(2){
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 412px;
}
.apartmentsSectionContent > .top > div:nth-child(2) > p:nth-child(1){
    color: var(--Beige-BE10, #DBCCBD);
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 184.615% */
    text-transform: uppercase;    
}
.aparmentsCountersInfo{
    display: flex;
    padding-top: 32px;
    align-items: flex-start;
    gap: 80px;
    border-top: 1px solid var(--Alpha-AL16, rgba(245, 240, 235, 0.16));    
}
.apartmentsCounterItem{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;    
}
.apartmentsCounterItem > p:nth-child(1){
    color: var(--Beige-BE100, #BA9875);
    font-family: 'Radikal', sans-serif;
    font-size: 44px;
    font-style: normal;
    font-weight: 300;
    line-height: 48px; /* 109.091% */
    letter-spacing: 0.88px;
    text-transform: uppercase;    
}
.apartmentsCounterItem > p:nth-child(2){
    color: var(--Beige-BE20, #CFBEAE);
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 145.455% */
    letter-spacing: 0.22px;
    text-transform: uppercase;
}
.apartmentsSectionContent > .bottom{
    padding-left: 56px;
    height: 450px;
}
.apartmentsSlider{
    height: 450px;
}
.apartmentsSliderItem{
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: flex-end;
    position: relative;
    padding: 0 32px 24px 32px;
}
.apartmentsSliderItem > img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.backdropBottom{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 262px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00)0%, rgba(0, 0, 0, 0.40)100%);
}
.apartmentsInfoBlock{
    position: relative;
    z-index: 4;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.apartmentsInfoBtn{
    transition: .35s ease-in-out;
    display: flex;
    width: 52px;
    height: 52px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 48px;
    background: var(--Beige-BE150, #A78366);    
}
.apartmentsInfoBlock > p{
    color: var(--Beige-B5, #EDEAE6);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 133.333% */
    letter-spacing: 0.18px;
    text-transform: uppercase;
}
.apartmentsInfoWrapper{
    padding: 32px 16px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    opacity: 0;
    background: rgba(35, 44, 44, 0.84);
    transition: .35s ease-in-out;
}
.apartmentsInfoWrapper > p{
    opacity: 0;
    width: 320px;
    color: var(--Beige-BE10, #DBCCBD);
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 163.636% */
    letter-spacing: 0.22px;
    text-transform: uppercase;
    transition: .35s ease-in-out;
}
.apartmentsSliderItem:hover .apartmentsInfoWrapper{
    height: 100%;
    transition: .35s ease-in-out;
    opacity: 1;
}
.apartmentsSliderItem:hover .apartmentsInfoWrapper > p {
    opacity: 1;
    transition: .35s ease-in-out;
}
.apartmentsSliderItem:hover .apartmentsInfoBtn{
    transform: rotate(45deg);
    transition: .35s ease-in-out;
}
/**/
.plans{
    margin-top: -64px;
}
.plansContent{
    padding: 0 56px;
    /* background: #EDE8E4; */
    background: #fff;   
    display: flex;
    flex-direction: column;
}
.plansHead{
    width: 100%;
    height: 168px;
}
.plansContentInfoBlock{
    display: flex;
    flex-direction: column;
    gap: 64px;
    padding-bottom: 104px;
}
.plansContentTitleBlock{
    display: flex;
    flex-direction: column;
    gap: 32PX;
}
.plansContentTitleBlock > .mainSubtitle{
    color: var(--Beige-BE150, #A78366);
}
.plansContentTitleBlock > div > p:nth-child(1){
    color: var(--Green-G100, #475B5C);
}
.plansContentTitleBlock > div > p:nth-child(2){
    color: var(--Beige-BE150, #A78366);
}
.plansContentApartments{
    display: flex;
    gap: 56px;
}
.plansContentApartments > .filters{
    display: flex;
    width: 332px;
    position: sticky;
    top: 120px;
    height: 542px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    flex-shrink: 0;    
}
.filterRadio{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;    
}
.filterRangeValue{
    color: var(--Green-G100, #475B5C);
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 145.455% */
    letter-spacing: 0.22px;
    text-transform: uppercase;
}
.filterItem > div > div{
    display: flex;
    align-items: center;
}
.filterItem > div > div span{
    font-size: 11px;
    color: var(--Green-G100, #475B5C);
}
.filterRadioBtns{
    display: flex;
    width: 298px;
    align-items: flex-start;
    align-content: flex-start;
    gap: 8px var(--Spacing-s, 8px);
    flex-wrap: wrap;    
}
.filterRadioBtn:disabled,
.filterRadioBtn[disabled]{
    opacity: .5;
}

.filterRadioBtn, .filterRoomBtn{
    cursor: pointer;
    display: flex;
    width: 48px;
    height: 48px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
    border-radius: 32px;
    border: 1px solid var(--Alpha-AG12, rgba(99, 97, 73, 0.12));
    background: var(--Beige-B3, #F5F1ED);    
}
.filterRadioBtn > p, .filterRoomBtn > p{
    color: var(--Green-G100, #475B5C);
}
.filterRadioBtn.--active, .filterRoomBtn.--active{
    background: var(--Green-G100, #475B5C);
}
.filterRadioBtn.--active > p,
.filterRoomBtn.--active > p{
    color: var(--Beige-B5, #EDEAE6);
}
.filterRange{
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 12px;
}
.filterRange > div:nth-child(1){
    display: flex;
    justify-content: space-between;
}
.filterRange > div:nth-child(1) > p:nth-child(1){
    flex: 1 0 0;
    color: var(--Green-G100, #475B5C);
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 145.455% */
    letter-spacing: 0.22px;
    text-transform: uppercase;
    opacity: 0.5;    
}
.filterRange > div:nth-child(1) > p:nth-child(2){
    color: var(--Green-G100, #475B5C);
}

.filterRange > div:nth-child(2){
    display: flex;
    width: 100%;
    height: 20px;
    float: left;
    text-align: center;
    position: relative;  
    /* border-bottom: 1px solid #475B5C; */
 
}
.filterRange > div:nth-child(2) > input[type="range"] {
    pointer-events: none;
    position: absolute;
    /* -webkit-appearance: none; */
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    /* border: 1px solid red; */
    border-radius: 14px;
    background: #213030;
    left: 0;
    top: 12px;
    width: 100%;
    outline: none;
    height: 1px;
    margin: 0;
    padding: 0;
    -webkit-appearance: none;

}

.filterRange > div:nth-child(2) >input[type=range]::-webkit-slider-thumb {
    cursor: pointer;
    pointer-events: all;
    position: relative;
    z-index: 1;
    width: 20px;
    height: 20px;
    background-image: url('/assets/img/rangeThumb.svg');
    -webkit-appearance: none;
}
/**
.filterRange > div:nth-child(2) > input[type="range"]::-moz-range-thumb {
    pointer-events: all;
    position: relative;
    z-index: 10;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid red;
    background: red;

    /* background-image: linear-gradient(to bottom, #dad8da 0, #413f41 100%); */
    /* W3C/
}
.filterRange > div:nth-child(2) > input[type="range"]::-ms-thumb {
    pointer-events: all;
    position: relative;
    z-index: 10;
    -ms-appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid red;
    background: red;
    border: 0;
    /* background-image: linear-gradient(to bottom, #dad8da 0, #413f41 100%); */
    /* W3C 
} */
.filterRange > div:nth-child(2) > input[type=range]::-moz-range-track {
    position: relative;
    z-index: -1;background: var(--Green-G100, #475B5C);
    border: 1px solid  #475B5C;
}
.filterRange > div:nth-child(2) > input[type=range]:last-of-type::-moz-range-track {
    -moz-appearance: none;
    background:  #475B5C;
    border: 0;
}
.filterRange > div:nth-child(2) > input[type=range]::-moz-focus-outer {
   border: 0;
}
.resetBtnWrapper{
    display: flex;
    padding: 16px 0px;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--Spacing-s, 8px);
    align-self: stretch;    
}
.filterResetBtn{
    cursor: pointer;
    display: flex;
    height: 52px;
    padding: 0px 16px;
    justify-content: center;
    align-items: center;
    gap: var(--Spacing-s, 8px);    
    align-self: stretch;
    border-radius: 32px;
    border: 1px solid var(--Alpha-AG12, rgba(99, 97, 73, 0.12));
    background: var(--Beige-B3, #F5F1ED);
}
.filterResetBtn:hover{
    border: 1px solid var(--Green-G100, #475B5C);
    transition: .25s linear;
}
.filterResetBtn > p{
    color: var(--Green-G100, #475B5C);
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 184.615% */
    text-transform: uppercase;    
}
.plansResultWrapper{
    display: flex;
    flex-direction: column;
    flex: 1 0 0;
    align-items: flex-end;
}
.plansResultWrapperTop{
    display: flex;
    padding: 12px;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
    background: var(--Alpha-AL44, rgba(245, 241, 235, 0.44));
}
.plansResultWrapperTop > .left{
    display: flex;
    width: 504.5px;
    align-items: flex-start;
    gap: 4px;    
}
.plansResultWrapperTop > .left > p{
    color: var(--Green-G100, #475B5C);
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 145.455% */
    letter-spacing: 0.22px;
    text-transform: uppercase;
}
.plansResultWrapperTop > .left > p:nth-child(1){
    opacity: .5;
}
.plansResultWrapperTop > .left > p:nth-child(2){
    opacity: 1;
}
.plansResultWrapperTop > .right{
    display: flex;
    align-items: center;
    gap: var(--Spacing-s, 8px);    
}
.plansResultWrapperTop > .right  > p{
    color: var(--Beige-BE150, #A78366);
    text-align: right;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 145.455% */
    letter-spacing: 0.22px;
    text-transform: uppercase;
}
.plansResultApartments{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.planResultItem{
    display: flex;
    padding: 12px 16px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-bottom: 1px solid var(--Alpha-AG12, rgba(99, 97, 73, 0.12));
}
.planBox{
    display: flex;
    width: 156.852px;
    height: 104px;
    padding: 0px 15.125px 0px 15.685px;
    justify-content: center;
    align-items: center;    
}
.planBox > div{
    position: relative;
    width: 126.042px;
    height: 105.035px;    
}
.planBox > div > img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.planResultSquare{
    width: 124px;
    color: var(--Green-G150, #304040);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 133.333% */
    text-transform: uppercase;
}
.planResultInfoBlock{
    display: flex;
    width: 320px;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--Spacing-s, 8px);    
}
.planResultInfoRoom{
    color: var(--Green-G150, #304040);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 133.333% */
    text-transform: uppercase;    
}
.dot{
    width: 1px;
    height: 1px;
    border-radius: 50%;
    background: #475B5C;
}
.planResultInfoBlock > div{
    display: flex;
    align-items: center;
    gap: var(--Spacing-s, 8px);
    align-self: stretch;    
}
.planResultInfoBlock > div > p{
    color: var(--Green-G100, #475B5C);
}
.planResultShowBtn{
    display: flex;
    height: 44px;
    padding: 10px 24px;
    align-items: center;
    gap: 12px;
    border-radius: 24px;
    background: var(--Green-G100, #475B5C);
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 184.615% */
    text-transform: uppercase;
    color: #EDE8E4;
}
.plansResultShowMoreWrapper{
    display: none;
    padding-top: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: var(--Spacing-s, 8px);
    align-self: stretch;
}
.plansResultShowMoreBtn{
    display: flex;
    height: 52px;
    padding: 0px 32px;
    justify-content: center;
    align-items: center;
    gap: var(--Spacing-s, 8px);
    border-radius: 32px;
    border: 1px solid var(--Alpha-AG12, rgba(99, 97, 73, 0.12));
    background: var(--Beige-B3, #F5F1ED);
    color: var(--Green-G100, #475B5C);
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 184.615% */
    text-transform: uppercase;
}
.planItemModal{
    position: fixed;
    z-index: 110;
    top: 0;
    left: 0;
    width: 100%;
    height: 100VH;
    background: rgba(33, 41, 41, 0.72);
    display: none;
    align-items: flex-end;
    justify-content: flex-end;
}
.planItemModal.--active{
    display: flex;
}
.planItemModalContent{
    position: relative;
    display: flex;
    width: 614px;
    height: 100%;
    padding-top: 40px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    flex-shrink: 0;
    background: var(--Beige-B5, #EDEAE6);   
}
.planItemModalContent > .resultTextContent > .callbackTitle{
    color: #304040;
}
.planModalBox{
    display: flex;
    padding: 0px 54.773px 0px 56.799px;
    justify-content: center;
    align-items: center;    
}
.planModalBox > a{
    width: 456.429px;
    display: block;
    height: 380.357px;  
    position: relative;    
}
.planModalBox > a > img{
    position: absolute;
    top: 0;
    left: 0;
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.planModalSquare{
    width: 124px;
    color: var(--Green-G150, #304040);
    text-align: right;
    font-feature-settings: 'ss03' on;
    font-family: 'Radikal', sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 300;
    line-height: 36px; /* 128.571% */
    letter-spacing: 0.56px;
    text-transform: uppercase;
}
.planModalInfoText{
    display: flex;
    width: 320px;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--Spacing-s, 8px);
}
.planModalRoom{
    color: var(--Green-G150, #304040);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 133.333% */
    letter-spacing: 0.18px;
    text-transform: uppercase;
}
.planModalInfo{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    padding: 0px 24px;

}
.planModalForm{
    display: flex;
    flex-direction: column;
    padding: 16px 24px 32px 24px;
    justify-content: space-between;
    align-items: flex-end;
    flex: 1 0 0;
    align-self: stretch;
    border: 1px solid var(--Alpha-AG12, rgba(99, 97, 73, 0.12));
    background: var(--Beige-B3, #F5F1ED);    
}
.planModalForm > div{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;   
    width: 100%; 
}
.planModalForm > div > input{
    display: flex;
    padding: 12px 0px;
    align-items: center;
    gap: var(--Spacing-s, 8px);
    align-self: stretch;
    border-bottom: 1px solid var(--Alpha-AG12, rgba(99, 97, 73, 0.12))!important;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 184.615% */
    text-transform: uppercase;
    color: var(--Green-G100, #475B5C);
    width: 100%;
    background: transparent;
}
.planModalForm > div > input::placeholder{
    color: var(--Green-G100, #475B5C);
    /* Desktop/Body/Default */
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 184.615% */
    text-transform: uppercase;
    opacity: 0.4;    
}
.planModalForm > div > button{
    width: 100%;
    display: flex;
    height: 48px;
    padding: 10px 40px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    align-self: stretch;
    border-radius: 24px;
    background: var(--Beige-BE150, #A78366);
    color: var(--Beige-BE10, #DBCCBD);
    /* Desktop/Body/Default */
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 184.615% */
    text-transform: uppercase;    
}
.agreementText{
    align-self: stretch;
    color: var(--Green-G100, #475B5C);
    font-size: 9px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 177.778% */
    letter-spacing: 0.18px;
    text-transform: uppercase;
    opacity: 0.4;
}
.planModalCloseBtn{
    position: absolute;
    top: 24px;
    right: 24px;
    display: flex;
    width: 44px;
    height: 44px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border-radius: 32px;
    background: var(--Beige-B3, #F5F1ED);    
}
.d-none{
    display: none;
}
.d-show{display: flex}
.sort--active svg{
    transition: .35s ease-in-out;
    transform: rotate(180deg);
}
.planModalResult{
    margin-top: auto;
    margin-bottom: auto;
    padding: 0 24px;
    flex-direction: column;
    gap: 24px;
}
.planModalResult > p{
    color: #304040;
}
/**/
.callbackFormSectionContent{
    background: var(--Green-G100, #475B5C);
    display: flex;
    width: 100%;
    padding: 104px 48px 80px 48px;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;    
    position: relative;
    overflow: hidden;
}
.callbackFormSectionTitleBlock > p{
    font-size: 76px;
    font-style: normal;
    font-weight: 300;
    line-height: 84px; /* 110.526% */
    color: var(--Beige-BE10, #DBCCBD);
}
.callbackFormSectionTitleBlock > p > span{
    color: var(--Beige-BE100, #BA9875);
}
.callbackFormSectionContent > form{
    display: flex;
    width: 589px;
    align-items: flex-end;
    gap: 40px;    
}
.callbackFormSectionContent > form > .left{
    display: flex;
    padding-top: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    flex: 1 0 0;
}
.callbackFormSectionContent > form > .left > input{
    width: 100%;
}
.callbackFormSectionSubmitBtn{
    display: flex;
    width: 176px;
    height: 176px;
    padding: 10px 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
    border-radius: 96px;
    border: 1px solid var(--Beige-BE100, #BA9875);
    background: var(--Green-G80, #55706E);    
}
.callbackFormSectionSubmitBtn > p{
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 145.455% */
    letter-spacing: 0.22px;    
}
.callbackFormSectionSubmitBtn:hover{
    border: 1px solid var(--Beige-BE150, #A78366);
    background: var(--Beige-BE100, #BA9875);
    transition: .25s linear;    
}
.callbackFormSectionSubmitBtn:hover p{
    color: var(--Beige-BE10, #DBCCBD);
    transition: .25s linear;
}
.callbackFormSectionSubmitBtn:hover svg path{
    stroke: #DBCCBD;
    transition: .25s linear;
}
.keysImgWrapper{
    position: absolute;
    width: 425px;
    height: 439px;
    right: 155px;
    z-index: 3;
    top: 93px;
}
.keysImgWrapper > div{
    position: relative;
    width: 100%;
    height: 100%;
}
.keysImgWrapper > div > img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sectionFormLineImgWrapper{
    width: 708px;
    height: 670px;
    position: absolute;
    right: 44px;
    bottom: -13px;
}
.sectionFormLineImgWrapper > div{
    position: relative;
    width: 100%;
    height: 100%;
}
.sectionFormLineImgWrapper > div > img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/**/
.developerContent{
    padding: 112px 56px;
    display: flex;
    gap: 150px;
    background: var(--Green-G150, #304040);
    position: relative;
    overflow: hidden;
}
.developerContent > .left{
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 145.455% */
    letter-spacing: 0.22px;
    color: var(--Beige-BE20, #CFBEAE);
    width: 120px;
    position: relative;
    z-index: 3;
}
.developerContent > .right{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 56px;
}
.developerContent > .right > img{
    max-height: 220px;
}
.developerContent > .right > div{
    display: flex;
    align-items: flex-start;
    gap: 83px;
    align-self: stretch;    
}
.developerSiteLink{
    display: flex;
    height: 52px;
    padding: 0px 20px;
    justify-content: center;
    align-items: center;
    gap: 20px;
    border-radius: 28px;
    background: var(--Green-G100, #475B5C);
    color: var(--Beige-BE20, #CFBEAE);
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 184.615% */
    text-transform: uppercase;
}
.developerContent > .right > div > p:nth-child(1){
    width: 333px;
}
.developerContent > .right > div > p:nth-child(2){
    width: 249px;
}
.developerLinesImgWrapper{
    position: absolute;
    top: -64px;
    left: -168px;
    width: 652.337px;
    height: 784.593px;
    flex-shrink: 0;    
    z-index: 1;
}
.developerLinesImgWrapper> div{
    position: relative;
    width: 100%;
    height: 100%;
}
.developerLinesImgWrapper> div > img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/**/
.developerProjectsContent{
    background: var(--Green-G130, #3B4D4D);
    height: 715px;
    display: flex;
    width: 100%;
}
.developerProjectsContent > .left{
    display: flex;
    flex-direction: column;
    padding-left: 56px;
    padding-bottom: 40px;    
    padding-top: 88px;
    justify-content: space-between;
    width: 40%;
}
.developerProjectsContent > .left > div:nth-child(1){
    display: flex;
    flex-direction: column;
    gap: 56px;
}
.developerProjectsContent > .left > div > .top{
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 414px;
}
.developerProjectsContent > .left > div > .top > p:nth-child(1){
    font-size: 11px;
    color: var(--Beige-BE20, #CFBEAE);
    line-height: 16px;
}
.developerProjectsTitleItem{
    color: var(--Beige-BE20, #CFBEAE);
    font-feature-settings: 'ss03' on;
    font-family: 'Radikal', sans-serif;
    font-size: 76px;
    font-style: normal;
    font-weight: 300;
    line-height: 84px; /* 110.526% */
    text-transform: uppercase;    
}

.developerProjectsTitleItem span{
    color: var(--Beige-BE150, #A78366);
}
.developerProjectsContent > .right{
    flex: 1 0 0;
    width: 60%;
}
.developerProjectsContent > .left > div >  p{
    max-width: 332px;
}
.developerProjectsSliderControl{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-right: 56px;
    align-items: end;
}
.developerProjectsSliderControl > div{
    display: flex;
    align-items: center;
    gap: 4px;    
}
.developerProjectsSliderControl > div > button{
    display: flex;
    width: 72px;
    height: 52px;
    justify-content: center;
    align-items: center;
    gap: var(--Spacing-s, 8px);
    border-radius: 36px;
    background: var(--Green-G150, #304040);    
}
.developerProjectsSlider {
    width: 100%;
    height: 100%;
}
.developerProjectsSliderItem{
    position: relative;
}
.developerProjectsSliderItem > img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.developerProjectsTitleWrapper{
    width: 600px;
    height: 168px;
}
.handImgWRapper{
    width: 683px;
    height: 725px;
    position: absolute;
    right: -93px;
    bottom: -94px;    
}
/**/
footer{
    padding: 0 56px;
    background: var(--Green-G150, #304040);

}
.footerContent{
    display: flex;
    height: 408px;
    padding: 80px 0px 32px 0px;
    align-items: flex-start;
    gap: 83px;
    align-self: stretch;
}
.footerContent > .left{
    display: flex;
    flex: 1 0 0;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;    
}
.footerContactsInfo{ 
    display: flex;
    flex-direction: column;
    gaP: 12px;
}
.footerContactsInfo > a{
    color: var(--Beige-BE100, #BA9875);
    font-feature-settings: 'ss03' on;
    /* Desktop/Title/H6 */
    font-family: 'Radikal', sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 300;
    line-height: 36px; /* 128.571% */
    letter-spacing: 0.56px;
    text-transform: uppercase;    
}
.footerContactsInfo > p{
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 133.333% */
    letter-spacing: 0.18px;  
    width: 328px;
}

.footerContent > .left > .bottom{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.footerContent > .left > .bottom > p{
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 145.455% */
    letter-spacing: 0.22px;
    color: var(--Beige-BE20, #CFBEAE);
    width: 268px;
}
.footerContent > .left > .bottom > div{
    display: flex;
    align-items: center;
    gap: var(--Spacing-s, 8px);    
}
.footerContent > .left > .bottom > div > a:nth-child(1){
    display: flex;
    height: 48px;
    padding: 0px 16px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border-radius: 24px;
    background: var(--Green-G100, #475B5C);    
    color: var(--Beige-BE20, #CFBEAE);
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 184.615% */
    text-transform: uppercase;
}
.footerContent > .left > .bottom > div > a:nth-child(2){
    display: flex;
    height: 48px;
    padding: 0px 16px;
    justify-content: center;
    align-items: center;
    gap: var(--Spacing-s, 8px);
    border-radius: 24px;
    background: var(--Beige-BE150, #A78366);
    
}
.footerContent > .right{
    flex: 1 0 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.footerContent > .right > p:nth-child(1){
    font-size: 9px;
    font-weight: 500;
    line-height: 16px; /* 177.778% */
    letter-spacing: 0.18px;
    text-transform: uppercase;
    opacity: .4;    
}
.footerContent > .right > div{
    display: flex;
    justify-content: space-between;
    height: 100%;
    align-items: flex-end;
    align-self: stretch;    
}
.footerContent > .right > div > DIV{
    display: flex;
    flex-direction: column;
    align-items: flex-start;    
}
.footerContent > .right > div > DIV  >p{
    width: auto;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 184.615% */
    text-transform: uppercase;
}
.footerContent > .right > div > DIV  >p:nth-child(1){
    color: var(--Gold-G10, #D6CBB4);
}
.footerContent > .right > div > DIV  >p:nth-child(2),
.footerContent > .right > div > DIV  >p:nth-child(3){
    opacity: .4;
}
.aboutImgMobileWrapper{
    display: none;
}
.menuBtnMobile, .apartmentsMobileBtn, .aboutMobileDescText, .leftBottomMobile, .aboutBlockTextMobile, a.apartmentsMobileBtn{
    display: none;
}
.archMobilePagination, .lobbySliderPaginationMobile, .placesTabsMobile, .mainMobileInfraTitle {
    display: none;
}
.itemWithText > .infraSliderItemImg > .itemDescWrapper{
    display: none;
}
.itemWithText > .bottom > button{
    display: none;
}
.territoryMobileTitleBlock{
    display: none;
}
.territoryTabsMobileWrapper{
    display: none;
}
.territoryBottomMobile{
    display: none;
}
.filtersMobileBtn, .filterOnlyMobileSubmit{
    display: none;
}
/**/
.mainMenuBtn:hover{
    background: var(--Green-G130, #3B4D4D);
    transition: .25s linear;
    color: var(--Beige-BE100, #BA9875);
}
.mainMenuBtn:hover svg path{
    fill: #BA9875;
}
.headerLink:hover{
    color: #BA9875;
    transition: .25s linear;
}
.callBtn:hover{
    background: var(--Green-G130, #3B4D4D);
    transition: .25s linear;
}
.apartmentsdesktopBtn:hover{
    background: var(--Beige-BE100, #BA9875);
    transition: .25s linear;
}
.mainMenu.--active{
    opacity: 1;
    height: 100vh;
    transition: .25s linear;
    z-index: 110;
}
.mainMenu{
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: var(--Green-G130, #3B4D4D);
    z-index: -1;
    transition: .25s linear;
}
.mainMenuContent{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding-bottom: 32px;
    position: relative;
}
.mainMenuHeader{
    width: 100%;
    padding: 16px 32px 24px 32px;
    align-items: center;
    gap: 16px;
    display: flex;    
}
.mainMenuHeader > .left{
    display: flex;
    align-items: center;
    gap: 24px;
    flex: 1 0 0;    
}
.mainMenuHeaderCloseBtn{
    display: flex;
    height: 60px;
    padding: 0px 16px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border-radius: 32px;
    background: var(--Green-G150, #304040);    
}
.mainMenuHeaderLink{
    color: var(--Beige-BE20, #CFBEAE);
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 184.615% */
    text-transform: uppercase;    
}
.mainMenuHeader > .right{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 32px;
    flex: 1 0 0;    
}
.mainMenuHeaderBtn{
    display: flex;
    height: 48px;
    padding: 0px 20px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border-radius: 24px;
    background: var(--Green-G100, #475B5C);    
}
.mainMenuHeaderBtn > p{
    color: var(--Beige-BE20, #CFBEAE);
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 184.615% */
    text-transform: uppercase;
}
.mainMenuHeaderApartmentsBtn{
    color: var(--Beige-BE10, #DBCCBD);
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 184.615% */
    text-transform: uppercase;
    display: flex;
    height: 48px;
    padding: 10px 20px;
    align-items: center;
    gap: 12px;
    border-radius: 24px;
    background: var(--Beige-BE150, #A78366);    
}
.mainMenuHeader > .right > div{
    display: flex;
    gap: 8px;
}
.mainMenuLinks{
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;    
}
.mainMenuLinks > .row{
    display: flex;
    align-items: flex-start;
    gap: 80px;    
}
.mainMenuLinkItem{
    display: flex;
    flex-direction: column;
    align-items: flex-end;    
}
.mainMenuLinkItem > p:nth-child(1){
    color: var(--Beige-BE100, #BA9875);
    text-align: right;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 184.615% */
    text-transform: uppercase;
}
.mainMenuLinkItem > p{
    cursor: pointer;
}
.mainMenuLinkItem > p:nth-child(2){
    color: var(--Beige-BE10, #DBCCBD);
    text-align: right;
    font-feature-settings: 'ss03' on;
    font-family: 'Radikal', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    line-height: 36px; /* 112.5% */
    letter-spacing: -0.397px;
    text-transform: uppercase;
}
.mainMenuLinkItem:hover p:nth-child(2){
    color: var(--Beige-BE100, #BA9875);
}
.mainMenuBottom{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 32px;
}
.mainMenuBottom > div{
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    gap: 32px;
    flex-wrap: wrap;    
}
.mainMenuBottom > div > a{
    color: var(--Beige-BE20, #CFBEAE);
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 184.615% */
    text-transform: uppercase;
}
.mainMenuBottom > p{
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 145.455% */
    letter-spacing: 0.22px;
    color: var(--Beige-BE20, #CFBEAE);
    opacity: .5;
}
.mainMenuImgWrapper{
    width: 592px;
    height: 586px;
    position: absolute;
    top: 50%;
    margin-top: -293px;
    left: 50%;
    margin-left: -296px;
    z-index: -1;
}
.mainMenuImgWrapper > div{
    position: relative;
    width: 100%;
    height: 100%;
}
.mainMenuImgWrapper > div > img{
    position: absolute;
    width: 100%;
    height: 100%;
    TOP: 0;
    left: 0;
    object-fit: cover;
}
.mainMenuHeaderMobile{
    display: none;
}
.mainMenuImgWrapper > div> img:nth-child(2){
    display: none;
}
.mobileMenuBottomBtn{
    display: none;
}
/**/
.modalCall.--active{
    z-index: 120;
    opacity: 1;
    width: 100%;
    transition: .25s linear;
}
.modalCall{
    opacity:0;
    z-index: -1000;
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 100vh;
    display: flex;
    justify-content: flex-end;
    background: rgba(33, 41, 41, 0.72);
    transition: .25s linear;
}
.modalCallContent{
    width: 520px;
    height: 100%;
    background: var(--Beige-B5, #EDEAE6);
    display:flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 10;
}
.modalCallContent > div:nth-child(2){
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.modalCallContent > div:nth-child(2) > .top{
    display: flex;
    padding: 0px 24px;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    align-self: stretch;    
}
.mainModalTitle{
    color: var(--Green-G100, #475B5C);
    font-feature-settings: 'ss03' on;
    font-family: 'Radikal', sans-serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 300;
    line-height: 68px;
    text-transform: uppercase;
}
.mainModalTitle > span{
    color: var(--Beige-BE150, #A78366);
}
.modalCallContent > div:nth-child(2) > .top > p{
    align-self: stretch;
    color: var(--Green-G100, #475B5C);
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 184.615% */
    text-transform: uppercase;
}
.modalCallContent > div:nth-child(2) > .bottom{
    display: flex;
    padding: 0px 24px 32px 24px;
    justify-content: space-between;
    align-items: flex-end;
    align-self: stretch;    
}
.modalCallContent > div:nth-child(2) > .bottom > div{
    display: flex;
    align-items: flex-end;
    gap: 40px;
    flex: 1 0 0;    
}
.modalCallContent > div:nth-child(2) > .bottom > div > div{
    display: flex;
    padding-top: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    flex: 1 0 0;    
}
.modalCallContent > div:nth-child(2) > .bottom > div > div > form{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;    
}
.modalCallContent > div:nth-child(2) > .bottom > div > div > form >input{
    display: flex;
    padding: 12px 0px;
    align-items: center;
    gap: var(--Spacing-s, 8px);
    align-self: stretch;
    border-bottom: 1px solid var(--Alpha-AG12, rgba(99, 97, 73, 0.12));   
    width: 100%;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 184.615% */
    text-transform: uppercase;
    color: var(--Green-G100, #475B5C);
    opacity: 1;
    
}
.modalCallContent > div:nth-child(2) > .bottom > div > div > form >input::placeholder{
    opacity: .5;
}
.modalCallContent > div:nth-child(2) > .bottom > div > div > form >button{
    width: 100%;
    display: flex;
    height: 48px;
    padding: 10px 40px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    align-self: stretch;
    border-radius: 24px;
    background: var(--Beige-BE150, #A78366);   
    color: var(--Beige-BE10, #DBCCBD);
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 184.615% */
    text-transform: uppercase;
}
.modalCallContent > div:nth-child(2) > .bottom > div > div > p{
    color: var(--Green-G100, #475B5C);
    font-family: "TT Wellingtons Trial", sans-serif;
    font-size: 9px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 177.778% */
    letter-spacing: 0.18px;
    text-transform: uppercase;
    opacity: 0.4;
    align-self: stretch;
}
.modalCallCloseBtn{
    display: flex;
    width: 44px;
    height: 44px;
    /* padding: 0px 16px; */
    justify-content: center;
    align-items: center;
    gap: 12px;
    position: absolute;
    right: 24px;    
    top: 24px;
    border-radius: 32px;
    background: var(--Beige-B3, #F5F1ED);
    
}
.resultTextModal{
    display: flex;
    flex-direction: column;
    padding: 0 24px;
    gap: 32px;
}
.resultTextModal  > p{
    color: var(--Green-G100, #475B5C);
}
.resultTextContent{
    display: none;
}
.resultTextContent.--show{
    display: flex;
}
.resultCallbackContent{
    /* display: flex; */
    flex-direction: column;
    gap: 24px;
}
.--hideElem{
    display: none!important;
}
.resultCallbackFormSection{
    flex-direction: column;
    gap: 24px;
}
.inpNameValue:focus,
.inpPhoneValue:focus{
    transition: .25s linear;
    border-bottom: 1px solid var(--Beige-BE100, #BA9875);
}
.footerInstagramBtn:hover{
    transition: .25s linear;
    background: var(--Beige-BE100, #BA9875);
}
a.mapRouteBtn:hover{
    transition: .25s linear;
    background: var(--Green-G130, #3B4D4D);
}

.timeLine{
    background: #5C554B;
}
.timeLineContent{
    padding: 104px 0;
    display: flex;
    flex-direction: column;
    gap: 48px;
}
.timeLineTitleBlock{
    padding: 0 56px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.timeLineTitleBlock > p{
    font-size: 11px;
    line-height: 16px;
    opacity: .5;
    color: #BEA078;
}
.timeLineTitleBlock > h2, .timeLineTitleBlock > h2 span{
    font-family: 'Radikal', sans-serif;
    font-size: 76px;
    line-height: 84px;
    font-weight: 300;
    text-transform: uppercase;
}
.timeLineTitleBlock > h2{
    color: #CFBEAE;
}
.timeLineTitleBlock > h2 span{
    color: #BEA078;
}
.timeLineMoreInformation{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
}
.timeLineInformationTop{
    display: flex;
    padding: 0px 56px;
    justify-content: space-between;
    align-items: flex-end;
    align-self: stretch;
}
.timeLineInformationBlockBtnsWrapper{
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.timeLineInformationBlockBtnsWrapper > p{
    color: var(--Beige-BE20, #CFBEAE);
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 145.455% */
    letter-spacing: 0.22px;
    text-transform: uppercase;
    opacity: .5;
}
.timeLineInformationBlockBtns{
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    gap: 8px;
    flex-wrap: wrap;
    
}
.timeLineInformationBlockBtns > p{
    color: var(--Beige-BE20, #CFBEAE);
    /* Desktop/Body/Default */
    font-family: "Cera Pro", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 184.615% */
    text-transform: uppercase;
}
.timeLineBlockBtn{
    cursor: pointer;
    display: flex;
    width: 48px;
    height: 48px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 32px;
    border: 1px solid var(--Alpha-AL44, rgba(245, 241, 235, 0.44));
    
}
.timeLineBlockBtn.--active{
    background: var(--Brown-BR100, #BEA078);
}
.timeLineBlockBtn.--active > p{
    color: var(--Beige-BE10, #DBCCBD);

}
.timeLineBlockInfoTextWrapper > p span{
    font-size: inherit;
}
.timeLineBlockInfoTextWrapper > p{
    color: var(--Beige-BE20, #CFBEAE);
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 145.455% */
    letter-spacing: 0.22px;
    text-transform: uppercase;
    opacity: .5;
}
.timeLineBlockInfoTextContent{
    margin-top: 8px;
    max-width: 400px;
}
.timeLineBlockInfoTextContent{
    display: none;
}
.timeLineBlockInfoTextContent.--active{
    display: block;
}
.timeLineInformationBottom{
    padding-left: 56px;;
}
.timeLineSliderItem{
    position: relative;
    display: flex!important;
    flex-direction: column;
    justify-content: space-between;
    height: 460px;
    cursor: pointer;
}
.timeLineInformationBottom{
    width: 100%;
}
.timeLineSliderItem > img{
    position: absolute;
    width: 100%;
    height: 376px;
    object-fit: cover;
    top: 0;
    left: 0;
}
.timeLineSliderItemMonthBlock{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
.timeLineSliderItemMonthBlock > div{
    display: flex;
    flex-direction: column;
}
.timeLineSliderItemMonthBlock > div > p:nth-child(1){
    color: var(--Beige-BE20, #CFBEAE);
    font-family: 'TT Wellingtons Trial Medium', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 133.333% */
    letter-spacing: 0.18px;
    text-transform: uppercase;
}
.timeLineSliderItemMonthBlock > div > p:nth-child(2){
    color: var(--Beige-BE20, #CFBEAE);
    font-family: "Cera Pro", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 184.615% */
    text-transform: uppercase;
    opacity: .5;
}
.timeLineSliderItemBtn{
    display: flex;
    width: 52px;
    height: 52px;
    justify-content: center;
    align-items: center;
    border-radius: 48px;
    background: var(--Brown-BR100, #BEA078);
}
.timeLineModalItemWrapper{
    opacity: 0;
    z-index: -1000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    background: rgba(0, 0, 0, .85);
    transition: .5s linear;
}
.timeLineModalItemWrapper.--active{
    opacity: 1;
    z-index: 1000;
    transition: .5s linear;
}
.timeLineModalSliderItem{
    display: flex!important;
    justify-content: center;
    align-items: center;
}
.timeLineModalSliderItem > img{
    width: 90%;
    height: 80%;
    object-fit: cover;
}
.timeLineModalSlider{
    width: 100%;
    height: 100%;
}
.timeLineModalSliderCloseBtn{
    position: absolute;
    top: 32px;
    right: 56px;
    z-index: 10000;
    border: 1px solid var(--Beige-BE100, #BA9875);    
    background: transparent;
    width: 56px;
    height: 56px;
    border-radius: 50%;
}
.timeLineModalSliderCloseBtn > svg path{
    stroke: #BA9875;
}

.timeLineSliderPrev, .timeLineSliderNext{
        display: flex;
        background: transparent;
        width: 72px;
        height: 52px;
        justify-content: center;
        align-items: center;
        gap: var(--Spacing-s, 8px);    
        border-radius: 36px;
        border: 1px solid var(--Beige-BE100, #BA9875);    
        position: absolute;
        top: 50%;
        margin-top: -26px;    
        z-index: 1040;
        cursor: pointer;
}
.timeLineSliderNext > svg path{
    stroke: #CFBEAE;
}
.timeLineSliderPrev{
    left: 56px;
}
.timeLineSliderNext{
    right: 56px;
}