.header_new {
    background: #F5F7FA;
}
.header_new .content.spacer {
    display: flex;
    align-items: center;
}
.header_new_logo {
    margin-right: 10px;
}
.header_new_left {
    display: flex;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0px 4px 9.8px 6px #E3E3E357;
    border-radius: 42px;
    padding: 0px 14px;
    height: 75px;
}
.header_new_menu .nav__col {
    display: flex;
}
.header_new_menu a {
    font-size: 15px;    
}
.header_new_menu li {
	margin: 0 10px 0 10px;
}
.header_new_menu .nav__link {
    font-size: 15px; 
	font-family: inherit;
	color: #3C2F32;
    font-weight: 400;
}
.header_new_logo img {
    height: 61px;
    width: auto;
}
.header_new_telegramm {
    margin-left: 10px;
}


.header_new_lang #language-chooser {
    position: relative;
    display: inline-block;
    cursor: pointer;
    z-index: 9999;
	background: #EAE9FF;
	padding: 5px 7px;
    border-radius: 50px;
}
.header_new_lang .languages:after {
	display: none;
}

.header_new_lang #language-chooser li {
	margin: 2px 0 !important;
}
.header_new_lang #language-chooser li a {
    color: #0c142a !important;   
	margin: 0 0;
}
.header_new_lang #language-chooser li .active {
    
}

.header_new_lang .languages {    
    padding-left: 0 !important;
    margin-left: 0 !important;
}

/* Активный язык всегда виден */
.header_new_lang #language-chooser li a.active {
    display: block;
}

/* Все неактивные по умолчанию скрыты */
.header_new_lang #language-chooser li:not(:has(a.active)) {
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    transition: all 0.25s ease;
}

/* При наведении — показываем неактивные, вертикально */
.header_new_lang #language-chooser:not(.lang-collapsed) li:not(:has(a.active)) {
    opacity: 1;
    visibility: visible;
    height: auto;
    margin-top: 5px; /* расстояние между языками */
}

/* Чтобы список не влиял на шапку */
.header_new_lang #language-chooser li:not(:has(a.active)) {
    position: relative;
}

.header_new_lang .languages {
    padding-left: 0;
    margin-left: 5px;
}
.header_new_contact {
    display: flex;
    align-items: center;
	background: #FFFFFF;
    box-shadow: 0px 4px 9.8px 6px #E3E3E357;
    border-radius: 42px;
    padding: 0 14px;
	height: 75px;
}
.header_contact_left {
    text-align: center;
    margin-right: 10px;
}
.header_contact_left p a {
    color: #0C142A;
    font-size: 16px;
    margin-bottom: 3px;
    display: block;
}
.header_contact_left p a span {
    font-size: 13px;
	margin-right: 10px;
}
.header_contact_right a {
    background: #EAE9FF;    
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    width: 40px;
    height: 40px;
}
.header_new_right {
    display: flex;
    align-items: center;
}
.header_new_telegramm a {
    font-family: inherit;
    background: #FF0037;
    border-radius: 50px;
    font-weight: 400;
    height: 75px;
    display: flex;
    align-items: center;
    width: 176px;
    line-height: 20px;
}
.header_new_telegramm a:hover {
    background: #FF0037;
}
.new_estate {
    background: #F5F7FA;
}
.new_estate_breadcrumbs ul {
    display: flex;
}
.new_estate_breadcrumbs ul li {
    color: #505871;
    font-size: 12px;
	position: relative;
}
.new_estate_breadcrumbs ul li a {
    color: #505871;
    font-size: 12px;
    margin-right: 30px;
    position: relative;
}
.new_estate_breadcrumbs {
    margin-bottom: 20px;
}
.new_estate_breadcrumbs ul li:after {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background: #C1C1C1;
    left: -17px;
    top: 4px;
    border-radius: 50px;
}
.new_estate_breadcrumbs ul li:first-child::after {
	display: none;
}
.header_new .header_mobile_button {
	display: none;
	margin-right: 14px;
}
.header_new .header_mobile_circle {
	width: 45px;
    height: 45px;
    background: #EAE9FF;
    border-radius: 50px;
    position: relative;
    display: flex;
    justify-content: center;
}
.header_new .header_mobile_circle span:nth-child(1) {
    display: block;
    height: 4px;
    background: #0c142ac7;
    width: 26px;
    text-align: center;
    margin: 0 auto 8px auto;
    border-radius: 10px;
    position: absolute;
    top: 13px;    
}
.header_new .header_mobile_circle span:nth-child(2) {
    display: block;
    height: 4px;
    background: #0c142ac7;
    width: 26px;
    text-align: center;
    margin: 0 auto 8px auto;
    border-radius: 10px;
    position: absolute;
    top: 22px;    
}
.header_new .header_mobile_circle span:nth-child(3) {
    display: block;
    height: 4px;
    background: #0c142ac7;
    width: 16px;
    margin: 0 auto 8px auto;
    border-radius: 10px;
    position: absolute;
    top: 30px;
    right: 10px;
}
.header_new .menu__close {
	position: absolute;
    width: 24px;
    height: 24px;
    right: 15px;
    top: 15px;
    cursor: pointer;
}
.header_new .menu__close:after, 
.header_new .menu__close:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #0c142ac7;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.header_new .menu__close:before {
    transform: rotate(-45deg);
}
.header_new .menu__close:after {
    transform: rotate(45deg);
}
.header_new .mobile_menu_block {
    width: 310px;
    height: 100%;
    position: fixed;
    top: 0;
    background: #FFFFFF;
    z-index: 3;
    left: -313px;
	transition: 0.4s;	
	border-right: 3px solid #FF0037;
}
.header_new .mobile_overlay {
    z-index: 2;
    top: 0;
    background: #eae9ffb5;
    width: 100%;
    height: 100%;
    position: fixed;
    display: none;
}
.header_new .mobile_menu_block.active {
    left: 0;
}
.header_new .mobile_overlay.active {
    display: block;
}
.header_new .mobile_menu_logo {
    padding: 20px;
}
.header_new .mobile_menu_logo img {
    height: 60px;
    width: auto;
}
.header_new .mobile_menu_list .mobile_menu_col {
	padding: 20px;
}
.header_new .mobile_menu_list .mobile_menu_col li a {
	font-family: inherit;
}
.header_new .mobile_menu_contact .header_new_contact {
    box-shadow: none;
	padding-top: 50px;
}
.header_new .mobile_menu_lang ul {
    display: flex;
    padding-left: 6px;
}
.header_new .mobile_menu_lang .languages a {
    font-size: 14px;
    margin-right: 10px;
}
.header_new .mobile_menu_lang .languages a:hover, .languages a.active {
    color: #FF0037;
}
.header_new .mobile_menu_lang .languages:after {
	display: none;
}
.header_new_telegramm .header__btn {
	display: block;
}
.footer_new {
	background: #13131C;
}
.footer_new_logo {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 130px;
}
.footer__content {
    display: flex;
    justify-content: space-between;
}
.footer_new_right {
    display: flex;
}
.footer_new_logo img {
	height: 77px;
    width: auto;
}
.footer_new_logo p {
    color: #737373;
    font-size: 14px;
}
.footer_mobile_copyright {
	display: none;
	margin-bottom: 20px;
}
.footer_mobile_copyright p {
	color: #737373;
    font-size: 14px;
}
.footer_new_menu {    
    width: 33%;
}
.footer_new_menu p {
    color: #FF0037;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.footer_new_right {
    width: 70%;
}
.footer_new_menu li {
    margin-bottom: 10px !important;
	margin-right: 10px;
}
.footer_new_menu ul a {
    color: #F5F7FA;
    font-family: inherit;
    font-size: 14px;
    margin-bottom: 0;
    display: block;
	font-weight: 400;
}
.footer_new_menu .drop__list a {
    color: #F5F7FA;
    font-family: inherit;
    font-size: 14px;
    margin-bottom: 2px;
    display: block;
    padding: 0;
    font-weight: 400;
    text-decoration: none;
    margin-bottom: 10px;
}
.footer_new_menu ul a:hover {
	color: #FF0037;
}
.footer_new_menu .drop__list a:hover {
	color: #FF0037;
}
.footer_new_menu .drop__list {
    margin-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.footer_new_contact p {
    margin-bottom: 23px;
}
.footer_new_contact p a {
	color: #F5F7FA;
	text-transform: none;
	font-size: 14px;
}
.footer_new_contact ul {
    display: flex;
    align-items: center;
}
.footer_new_contact ul li a {
    background: #fff;
    width: 29px;
    height: 29px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer_new_contact ul li a i {
	color: #0C1425;
	font-size: 14px;   
}
.geo_flag img {
    width: 200px !important;
    top: 100px !important;
    left: 30px !important;
}
.header_new .drop {
    color: #ffffff;
    border-left: 2px solid #FF0037;
    border-right: 2px solid #FF0037;
    background: #FFFFFF;
    box-shadow: 0px 4px 9.8px 6px #E3E3E357;
}
.header_new  .drop__list a {
    color: #3C2F32;
}
.mobile_menu_list .drop.active {
    display: block !important;
}
.new_text_block {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0px 4px 9.8px 6px #E3E3E357;
    display: flex;
}
.new_text_title {
    width: 36%;
    font-size: 36px;
    line-height: 39px;
}
.new_text_text {
    width: 55%;
}
.new_text_text p {
    margin-bottom: 20px;
    font-size: 24px;
}
.new_text_text p span {
    font-size: 16px;
}
.new_text_bottom {
    margin-top: 60px;
}
.scroll-block a {
    max-width: 316px;
    max-height: 76px;
    align-items: center;
    display: flex;
    justify-content: center;
    color: #FFF;
}
.context__info_link {    
    line-height: 27px;
}
.context__info_link .context__info_new br {
    display: block;
}
.context__info_link p {
    padding-right: 40px;
    padding-bottom: 40px;
}
.scroll-block .new_block_title {
    font-size: 54px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 40px;
}
.scroll-block-build .new_text_block {
    align-items: center;
    background-color: #EAE9FF;
    justify-content: space-between;
    margin-bottom: 20px;
}
.scroll-block-build .new_text_text {
    width: 100%;
    text-align: center;
}
.scroll-block-build .new_text_title {
    width: 45%;
    font-size: 28px;    
}
.benefit-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.benefit_item {
    width: 30%;
    text-align: center;
    margin-bottom: 20px;
}
.benefit_item_icon.advantage__icon {
    margin: 0 auto;
    margin-bottom: 20px;
    background: #ff0037;
}
.benefit_item_title {
    font-size: 22px;
    margin-bottom: 20px;
}
.benefit_item_text {
    height: 96px;
}
.new_text_link {    
    justify-content: center;
    display: flex;
}
@media all and (max-width: 1160px) {
	.header_new_menu .nav__col {
		display: none;
	}
	.header_new .header_mobile_button {
		display: block;
	}	
	.header_new_lang .languages {
		display: none;
	}
}
@media all and (max-width: 1024px) {
	.header_new_menu .nav__col {
		display: none;
	}
	.header_new .header_mobile_button {
		display: block;
	}	
	.header_new_lang .languages {
		display: none;
	}
	.header_new .mobile_menu_list .nav__col {
		display: block !important;
	}
	.footer_new_logo p {
		display: none;
	}
	.footer_new_logo {
		width: 100%;
		margin-bottom: 20px;
	}
	.footer_new_right {
		width: 100%;
	}
	.footer_mobile_copyright {
		display: block;		
	}
	.footer_new_logo {
		height: auto;
	}
    .benefit_item {
        width: 46%;
    }
}
@media all and (max-width: 851px) {
    .new_text_block {
        flex-direction: column;
    }
    .new_text_title {
        width: 100%;       
        margin-bottom: 20px;
    }
    .new_text_text {
        width: 100%;
    }
    .scroll-block-build .new_text_title {
        width: 100%;        
        text-align: center;
    }
    .scroll-block-build .new_text_text {
        width: 100%;
        text-align: center;
    }
}
@media all and (max-width: 710px) {
	.header_new_right .header_new_contact {
		display: none;
	}
	.footer_new_right {        
        flex-direction: column;
    }
	.footer_new_menu {
		width: 100%;
		margin-bottom: 20px;
	}
    .benefit_item {
        width: 100%;
    }
    .benefit_item_text {
        height: auto;
    }
    .scroll-block .new_block_title {
        font-size: 32px;
    }

}
@media all and (max-width: 490px) {
	.header_new_logo img {
		height: 44px;		
	}
	.header_new_left {
		height: auto;
		padding: 10px;
	}
	.header_new_telegramm a {
		height: auto;				
		width: 141px;
		line-height: 16px;
		padding: 14px;
		font-size: 13px;
	}
	.new_estate_breadcrumbs ul {	
		flex-wrap: wrap;
		line-height: 20px;
		margin-left: 17px;
	}
	.new_estate_breadcrumbs ul li:after {
		top: 8px;		
	}
}
@media all and (max-width: 390px) {
	.header_new .header_mobile_circle span:nth-child(1) {
		top: 10px;
	}
	.header_new .header_mobile_circle span:nth-child(2) {
		top: 19px;
	}
	.header_new .header_mobile_circle span:nth-child(3) {
		top: 27px;
		right: 8px;
	}
	.header_new .header_mobile_button {		
		margin-right: 6px;
	}
	.header_new_telegramm a {        
        width: 110px;
        line-height: 14px;
        padding: 12px;
        font-size: 11px;
    }
	.new_estate_breadcrumbs ul li:after {		
		width: 5px;
		height: 5px;
	}
	.header_new .header_mobile_circle {
		width: 40px;
		height: 40px;
	}
}