* {
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
}

body {
    font-family: 'Manrope';
    font-style: normal;
    color: #40464D;
    background: #EBE9DD;
    font-weight: 400;
}

body.openned_popup,
html.openned_popup {
    overflow: hidden;
}

main {
    overflow: hidden;
    width: 100vw;
}

a {
    cursor: pointer;
    text-decoration: none;
    font-family: 'Manrope';
    font-style: normal;
}

/*
::-webkit-scrollbar {
    width: 0;
}

::-webkit-scrollbar {
    height: 0;
}

* {
    scrollbar-width: none;
}*/

p {
    margin: 0;
}

h1,
h2 {
    font-family: 'BazaART';
    color: #634D28;
    font-size: 125px;
    font-weight: 400;
    line-height: 102px;
    font-style: normal;
    margin: 0;
}

.section,
footer {
    padding: 120px calc((100% - 1520px) / 2);
}

/*Header*/

header {
    position: relative;
}

.header_top {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    height: fit-content;
    width: 100%;
    padding-top: 20px;
    padding-left: calc((100% - 1540px) / 2);
    padding-right: calc((100% - 1540px) / 2);
    z-index: 15;
}

.header_main {
    position: absolute;
    top: 0;
    height: 0;
    overflow: hidden;
    width: 100vw;
    background-color: #FFFFFF;
    z-index: 10;
    padding: 0px calc((100% - 1540px) / 2);
    padding-left: calc((100% - 1560px) / 2);
    transition: all linear .3s;
    opacity: 0;
    min-height: 0;
    display: none;
}

.header_top.active {
    padding-left: calc((100% - 1565px) / 2);
}

.header_main.active {
    height: 100vh;
    min-height: 100vh;
    opacity: 1;
    transition: opacity linear .3s;
    display: block;
}

.menu_btn div.active {
    display: flex;
}

.menu_btn div {
    display: none;
    flex-direction: row;
    gap: 15px;
    align-items: center;
    cursor: pointer;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    text-transform: uppercase;
}

.menu_bg_img {
    position: absolute;
    right: calc((100% - 1570px) / 2);
    top: 210px;
}

.header_menu {
    display: flex;
    flex-direction: column;
    gap: 60px;
    flex-wrap: wrap;
    max-height: 600px;
    max-width: 55%;
    margin-top: 230px;
    margin-bottom: 230px;
}

.header_menu a {
    text-transform: uppercase;
    font-size: 24px;
    line-height: 36px;
    font-weight: 800;
    width: fit-content;
    color: #40464D;
}

.close_menu {
    gap: 10px;
}

.header_top_left,
.header_contacts {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
}

.header_logo img {
    width: 280px;
    height: auto;
}

.header_contacts {
    gap: 35px;
}

.header_phone_row {
    margin-left: 3px;
}

.header_phone_row,
.header_address,
.header_phone_row a {
    display: flex;
    flex-direction: row;
    gap: 13px;
    align-items: center;
    color: #FDFDFD;
    font-size: 20px;
    line-height: 36px;
    font-weight: 500;
    letter-spacing: -.5px;
}

.header_top.active .header_phone_row,
.header_top.active .header_address,
.header_top.active .header_phone_row a {
    color: #40464D;
}

.header_top.active .header_address svg path:first-child,
.header_top.active .header_phone_row svg path:last-child {
    stroke: #A7A8A4;
}

.header_top.active .header_address svg path:last-child,
.header_top.active .header_phone_row svg path:first-child {
    fill: #40464D;
}

.header_phones {
    display: flex;
    flex-direction: column;
}

.btn {
    width: 233px;
    height: 60px;
    cursor: pointer;
    background-color: #F5564E;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    font-weight: 800;
    font-family: 'Manrope';
    font-size: 18px;
    text-transform: uppercase;
    line-height: 18px;
    align-items: center;
    border: none;
}

/*Top banner*/

.top_banner {
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    padding-left: calc((100% - 1540px) / 2);
}

.top_banner_content {
    display: flex;
    flex-direction: row;
    align-items: center;
    min-height: 100vh;
    max-height: 100vh;
    justify-content: space-between;
    overflow: hidden;
    gap: 50px;
}

.top_banner_img {
    max-width: 55.3vw;
    min-width: 55.3vw;
    overflow: hidden;
    position: relative;
    height: 100vh;
    transform: translateX(0);
    transform: translateX(100%);
    transition: all linear 1s;
}

.top_banner_img img {
    width: 100%;
    height: auto;
    position: absolute;
    top: -4.2%;
    left: 0;
}

.top_baner_info {
    padding-top: 100px;
    transform: translateX(0);
    transform: translateX(-100%);
    transition: all linear 1s;
}

.header_top {
    transform: translateY(-100%);
    transition: all linear .5s;
}

.header_top.anim {
    transform: translateY(0%);
}

.top_baner_info.anim,
.top_banner_img.anim {
    transform: translateX(0%);
}

.top_baner_info p {
    font-weight: 500;
    font-size: 20px;
    line-height: 36px;
    letter-spacing: -.5px;
    margin-top: 40px;
}

.top_banner_btn {
    margin-top: 30px;
    width: 241px;
}

/*О проекте*/

.about_project {
    background-color: #F3F3EE;
    min-height: 100%;
}

.section_name {
    text-align: center;
    color: #554534;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: 8px;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.section h2 {
    text-align: center;
}

.about_project_row1 p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    max-width: 41%;
}
.about_project_row1 div p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    max-width: 100%;
}

.about_project_item_num {
    color: #F5574E;
    font-family: 'BazaART';
    font-size: 125px;
    font-weight: 400;
    line-height: 102px;
}

.about_project_info1_item span {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
}

.about_project_item_desc {
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    max-width: fit-content;
}

.about_project_item_desc span {
    color: #F5574E;
}

.about_project_row1 {
    display: flex;
    flex-direction: row;
    gap: 40px;
    justify-content: space-between;
    margin-top: 90px;
    align-items: center;
}

.about_project_info1 {
    display: flex;
    flex-direction: row;
    gap: 60px;
}

.about_project_info1_item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
}

.about_project_info2 {
    display: flex;
    flex-direction: row;
    gap: 100px;
}

.about_project_row2 {
    display: flex;
    flex-direction: row;
    gap: 75px;
    justify-content: space-between;
    margin-top: 120px;
}

.about_project_info2_item {
    display: flex;
    flex-direction: row;
    gap: 30px;
    align-items: center;
}

/*Блок с изображениями*/
.img_block {
    background-color: #F3F3EE;
    padding: 109px 0px !important;
    padding-bottom: 120px;
}

.img_block_content {
    position: relative;
}

.img_word {
    width: 1518px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    display: flex;
}

.img_block_row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2;
    top: -6.45vw;
    margin-bottom: -6.45vw;
}

.img_block_row img {
    height: 25vw;
    width: auto;
}

.img_block_row img:nth-child(2) {
    height: 37.5vw;
}

/*Расположение*/
.map_info p {
    font-size: 20px;
    line-height: 36px;
    font-weight: 500;
    letter-spacing: -.5px;
    color: #394148;
    max-width: fit-content;
}

.btn_to_map {
    width: 209px;
    min-width: 209px;
    margin-left: auto;
    height: 61px;
}

.map_links a {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    color: #40464D;
    line-height: 30px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.map_links a.active,
.map_links a:hover {
    color: #F5574E;
}

.header_menu a:hover,
.footer_menu a:hover {
    color: #F5574E;
}

.arrow:hover svg rect,
.btn_to_top:hover rect {
    fill: #F5574E;
    stroke: #F5574E;
}

.arrow:hover svg path,
.btn_to_top:hover path {
    fill: #FFFFFF;
}

.map_links a.active svg rect,
.map_links a:hover svg rect {
    fill: #F5574E;
}

.map_links a svg rect,
.map_links a {
    transition: all linear .3s;
}

.map_links {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 50px;
    margin-bottom: 40px;
}

.map_full {
    width: 100vw;
    min-width: 100vw;
    left: calc((-100vw + 1520px) / 2);
    position: relative;
}

.map_img {
    width: 100%;
    overflow-x: scroll;
    position: relative;
}

.map_with_icons.active {
    display: block;
}

.map_img img {
    max-width: 100vw;
    width: 100vw;
}

.map_with_icons {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.map_img::-webkit-scrollbar {
    width: 0;
}

.map_img::-webkit-scrollbar {
    height: 0;
}

.map_img img {
    max-width: 100vw;
}

.near_slider .slick-track {
    display: flex;
    flex-direction: row;
    gap: 40px;
}

.near_slider_content {
    position: relative;
    width: 100vw;
    left: calc((-100vw + 1520px) / 2);
    margin-top: 80px;
}

.near_slider .slick-list {
    width: calc((-100vw + 1520px) / -2 + 1520px);
    margin-left: auto;
    overflow: visible;
}

.map_info {
    display: flex;
    flex-direction: row;
    gap: 60px;
    margin: 80px 0px;
}

.map_info div {
    display: flex;
    flex-direction: row;
    gap: 60px;
}

.map_info p:nth-child(1) {
    max-width: 42%;
}

.map_info p:nth-child(2) {
    max-width: 30%;
}

.near_slide {
    display: flex !important;
    flex-direction: column;
    gap: 30px
}

.near_slide_title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
}

.near_slider_arrows {
    width: 100vw;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 3.7vw;
    padding-right: 2vw;
}

.near_slider_arrows .arrow:not(.slick-disabled) svg rect {
    fill: #F5574E;
    stroke: #F5574E;
}

.near_slider_arrows .arrow:not(.slick-disabled) svg path {
    fill: #FFFFFF;
}

/*Благоустройство*/

.landscaping_content h2 {
    line-height: 120px;
}

.landscaping_content_row {
    margin-top: 80px;
    display: flex;
    flex-direction: row;
    gap: 45px;
    justify-content: space-between;
    align-items: center;
}

.landscaping_item {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 31.3%;
    max-width: 31.3%;
}

.landscaping_content_col .landscaping_item {
    width: 100%;
    max-width: 100%;
}

.landscaping_content_col {
    display: flex;
    flex-direction: column;
    gap: 45px;
    width: 31.3%;
    max-width: 31.3%;
}

.landscaping_item_title {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: -.5px;
}

.landscaping_item img {
    width: 100%;
    height: auto;
}

/* Выбор квартиры*/
.choose_flat {
    background-color: #F3F3EE;
}

.choose_flat h2 {
    line-height: 130px;
}

.choose_flat_content {
    margin-top: 80px;
    display: flex;
    gap: 80px;
}

.choose_flat_tabs {
    display: flex;
    flex-direction: column;
    gap: 50px;
    /*max-width: 22.45%;
    min-width: 22.45%;*/
}

.choose_flat_tabs_row,
.choose_flat_tabs_variants {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 19px;
}

.choose_flat_tabs_title {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
}

.choose_flat_tabs_variants a {
    height: 60px;
    min-width: 60px;
    padding: 0 22.5px;
    border: 1px solid #A7A8A4;
    border-radius: 100px;
    color: #554534;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: -.5px;
    transition: all linear .2s;
}

.choose_flat_tabs_variants a.active,
.choose_flat_tabs_variants a:hover {
    background-color: #F5574E;
    border: 1px solid #F5574E;
    color: #FDFDFD;
}

.choose_flat_tabs_variants a.default,
.choose_flat_tabs_variants a.default:hover {
    opacity: 0.5;
    cursor: default;
    border: 1px solid #A7A8A4;
    color: #554534;
    background-color: transparent;
}

.fancybox-content {
    background-color: #FDFDFD !important;
}

.choose_flat_block {
    display: flex;
    justify-content: space-between;
    gap: 80px;
}

.choose_flat_block_left {
    background-color: #FDFDFD;
    min-width: 38.8vw;
    max-width: 38.8vw;
    padding: 50px 80px;
    padding-bottom: 30px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.flat_title {
    text-align: center;
    font-weight: 800;
    font-size: 30px;
    line-height: 34px;
    letter-spacing: -.5px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.flat_slider_arrows {
    position: absolute;
    min-width: 100%;
    display: flex;
    justify-content: space-between;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    padding-right: 30px;
    padding-left: 30px;
}

.flat_slider_arrows.mobile{
    display: none;
}

.fullscreen_button {
    position: absolute;
    right: 30px;
    bottom: 30px;
    cursor: pointer;
}

.flat_slider .slick-slide,
.flat_slider_content {
    width: calc(38.8vw - 180px) !important;
}

.flat_slide {
    display: flex !important;
    width: 100%;
    height: auto;
    cursor: pointer;
}

.flat_slide img {
    width: 100%;
    height: auto;
}

.flat_title span{
    display: none;
}

.rose_vetrov_block .rose_vetrov.active, .flat_title span.active{
    display: block;
}

.rose_vetrov {
    margin-bottom: 60px;
    width: 240px;
    height: auto;
    display: none;
}

.choose_flat_btn {
    width: 240px;
    margin-bottom: 60px;
}

.socilal_links_col {
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
}

.socilal_links {
    display: flex;
    gap: 20px;
}

.socilal_links a {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    border: 1px solid #A7A8A4;
}

/*Блок с формой*/

.form_block {
    background-color: #554534;
}

.form_block_content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.form_title {
    text-transform: uppercase;
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    color: #EBE9DD;
    margin-bottom: 40px;
}

.form_block_content h2 {
    color: #F3F3EE;
    text-align: left;
}

.form_content {
    display: flex;
    flex-direction: column;
    margin-right: calc((100vw - 1520px) / 4);
    max-width: 33.5%;
    margin-top: -5px;
}

.form {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.form input[type='text'],
.form input[type='phone'] {
    width: 100%;
    background-color: transparent;
    height: 55px;
    border: none;
    border-bottom: 1px solid #A7A8A4;
    display: flex;
    align-items: center;
    font-family: 'Manrope';
    font-weight: 500;
    font-size: 20px;
    line-height: 36px;
    color: #EBE9DD;
}

.form input[type='submit'] {
    width: 100%;
    height: 61px;
}

.form input[type='text']::placeholder,
.form input[type='phone']::placeholder {
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
    color: #EBE9DD;
    font-family: 'Manrope';
}

.form-checkbox {
    margin-top: 10px;
}

.form input[type='text']:focus::placeholder,
.form input[type='text']:hover::placeholder,
.form input[type='phone']:focus::placeholder,
.form input[type='phone']:hover::placeholder {
    font-weight: 500;
}

.form-checkbox {
    display: flex;
    flex-direction: row;
    gap: 45px;
    position: relative;
}

.form-checkbox {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 45px;
    margin-top: 17px;
}

.custom-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
    width: 20px !important;
    max-height: 20px;
}

.custom-checkbox+label {
    display: inline-flex;
    align-items: start;
    user-select: none;
}

.custom-checkbox+label::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 15px;
    flex-shrink: 0;
    flex-grow: 0;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    cursor: pointer;
    border: none;
    background-color: #FDFDFD;
    border-radius: 0;
    transition: all linear .3s;
    align-items: center;
    display: flex;
    justify-content: center;
    margin-right: 15px;
    position: absolute;
    padding: 2px;
    padding-top: 3px;
    border-radius: 3px;
    margin-top: 7px;
}

.custom-checkbox:checked+label::before {
    background: url(../img/check.svg) center / auto no-repeat, #554534;
    color: #554534;
    text-align: center;
    vertical-align: middle;
    height: 15px;
}

.form_popup .custom-checkbox:checked+label::before{
    background: url(../img/check1.svg) center / auto no-repeat, #F3F3EE;
    color: #F3F3EE;
}

.form-checkbox label p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-left: 35px;
    font-family: 'Manrope';
    margin-top: -5px;
    color: #FDFDFD;
}

.form-checkbox label p a {
    color: #F5574E;
    text-decoration: underline;
}

/*Варианты отделки*/
.finishing_apart {
    background-color: #F3F3EE;
    padding-bottom: 130px;
}

.finishing_content h2 {
    display: flex;
    flex-direction: column;
    line-height: 130px;
    width: 83%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.finishing_content h2 b {
    margin-left: auto;
    font-weight: 400;
}

.finising_block {
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.finishing_block_row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 130px;
}

.finishing_block_info_row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
}

.finishin_block_title {
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    text-transform: uppercase;
}

.finishing_block_info {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.finishing_block_desc {
    color: #40464D;
    font-family: 'Manrope';
    font-weight: 500;
    font-size: 20px;
    line-height: 36px;
    letter-spacing: -.5px;
}

.finishing_block_desc li::marker {
    font-size: 15px;
}

.finishing_block_desc ul {
    padding-left: 25px;
}

.finishing_block_img,
.finishing_block_images {
    width: 737px;
    max-width: 737px;
    height: auto;
}

.finishing_block_images img {
    width: 100%;
    height: auto;
    display: none;
}

.finishing_block_img_change {
    position: relative;
}

.finishing_block_images img.active {
    display: block;
}

.finishing_block_tabs {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    bottom: 0px;
    width: 100%;
    padding: 40px;
    left: 0;
    position: absolute;
}

.finishing_block_tabs a {
    color: #FDFDFD;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -.5px;
    text-transform: uppercase;
    padding: 0px 32px;
    font-weight: 700;
    height: 60px;
    display: flex;
    align-items: center;
    border: 1px solid #FDFDFD;
    transition: all linear .3s;
}

.finishing_block_tabs a.active,
.finishing_block_tabs a:hover {
    background-color: #F5574E;
    border: 1px solid #F5574E;
}

/*Коммерческая недижимость*/
.commercial {
    background-color: #554534;
}

.commercial_content h2 {
    color: #FFFFFF;
    text-align: left;
    display: flex;
    flex-direction: column;
    line-height: 130px;
}

.commercial_content h2 b {
    font-weight: 400;
    margin-left: auto;
}

.commercial_content .section_name {
    color: #EBE9DD;
}

.commercial_list {
    margin-top: 80px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 40px;
}
.commercial_list [id^="bx_incl_area_"] {
    display: flex;
    flex-direction: row;
}


.commercial_item {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    width: 31.3%;
    height: fit-content;
    gap: 30px
}

.commercial_item_num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    letter-spacing: -.5px;
    color: #FFFFFF;
    background-color: #64574A;
}

.commercial_item_desc {
    color: #FFFFFF;
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
}

.commercial_row {
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    gap: 75px;
    align-items: center;
}

.commercial_row img {
    width: 70%;
    max-width: 70%;
}

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

.commercial_info_row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
}

.commercial_num_stages {
    font-size: 125px;
    line-height: 102px;
    font-family: 'BazaART';
    font-weight: 400;
    color: #F5574E;
}

.commercial_info_title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #FFFFFF;
}

.commercial_info_desc {
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: -.5px;
    color: #FDFDFD;
}

.commercial_btn {
    width: 313px;
}

/*Кладовые*/
.storeroom_content h2 {
    line-height: 130px;
}

.storeroom_row {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: end;
    margin-top: 80px;
}

.storeroom_row img {
    width: 55.3%;
    max-width: 55.3%;
    height: auto;
}

.storeroom_info {
    background-color: #F3F3EE;
    width: 53.5%;
    max-width: 53.5%;
    padding: 57px;
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 0;
    bottom: -1px;
    gap: 20px;
}

.storeroom_info_row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
}

.storeroom_num {
    font-family: 'BazaART';
    font-weight: 400;
    font-size: 70px;
    line-height: 54px;
    color: #F5574E;
}

.storeroom_info_title {
    line-height: 36px;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

.storeroom_info_desc {
    font-weight: 500;
    font-size: 20px;
    line-height: 36px;
    letter-spacing: -1.1px;
}


/*Спецпредложения*/
.promotions {
    background-color: #F3F3EE;
}

.promotions_content {
    position: relative;
}

.promotions_content .section_name {
    text-align: left;
    padding-top: 15px;
    margin-bottom: 60px;
}

.promotion_slide {
    min-width: 1520px;
    max-width: 1520px;
    margin-right: 2px;
    display: flex !important;
    flex-direction: row;
    gap: 80px;
}

.promotion_title {
    color: #554534;
    font-family: 'BazaART';
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 64px;
    line-height: 64px;

}

.promotion_desc {
    font-weight: 500;
    font-size: 20px;
    line-height: 36px;
    letter-spacing: -.5px;
}

.promotion_img {
    min-width: 48.5%;
    max-width: 48.5%;
}

.promotion_img img {
    width: 100%;
    height: auto;
}

.promotion_date_row {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}

.promotion_date {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #A7A8A4;
}

.promotion_slider_arrows {
    display: flex;
    flex-direction: row;
    gap: 20px;
    position: absolute;
    right: 0;
    top: 0;
}

.arrow {
    cursor: pointer;
}

/* Ипотека */
.uslovia {
    background-color: #F3F3EE;
}

.uslovia_content h2 {
    line-height: 130px;
}

.uslovia_tabs {
    display: flex;
    flex-direction: row;
    gap: 40px;
    justify-content: center;
    margin-top: 80px;

}

.uslovia_tabs div {
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    border-bottom: 3px solid #E1DECD;
    text-transform: uppercase;
    cursor: pointer;
    padding-bottom: 7px;
}

.uslovia_tabs div {
    transition: all linear .3s;
}

.uslovia_tabs div.active,
.uslovia_tabs div:hover {
    color: #F5574E;
    border-bottom: 3px solid #F5574E;
}

.uslovia_detail {
    margin-top: 45px;
}

.ipoteka_list,
.rassrochka_list {
    display: flex;
    flex-direction: row;
    gap: 30px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ipoteka_list [id^="bx_incl_area_"] {
    display: flex;
    flex-direction: row;
    gap: 30px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.rassrochka_list [id^="bx_incl_area_"] {
    display: flex;
    flex-direction: row;
    gap: 30px;
    justify-content: space-between;
    flex-wrap: wrap;
}


.ipoteka_item {
    width: 49%;
    height: 116px;
    padding: 0 40px;
    display: flex;
    align-items: center;
    background-color: #EBE9DD;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 36px;
    font-weight: 700;
}

.ipoteka_btn {
    margin-left: auto;
    margin-right: auto;
    width: 232px;
    margin-top: 45px;
}

.rassrochka_item {
    background-color: #EBE9DD;
    padding: 50px 24px 50px 50px;
    width: 31.5%;
    max-width: 31.5%;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

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

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

.rassrochka_uslovie span {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 30px;
}

@media (max-width: 900px){
    .rassrochka_uslovie span{
        margin-top: 20px;
    }
}

.rassrochka_uslovie b {
    color: #554534;
    line-height: 54px;
    font-size: 70px;
    font-weight: 400;
    font-family: 'BazaART';
}

.rassrochka_title {
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    text-transform: uppercase;
    height: 40px;
}

@media (max-width: 1270px){
    .rassrochka_title{
        height: 96px;
    }
}

.rassrochka_btn{
    margin-top: auto;
}

.uslovia_banks {
    margin-top: 80px;
}

.uslovia_banks .section_name {
    margin-bottom: 50px;
}

.uslovia_banks_list {
    display: flex;
    flex-direction: row;
    row-gap: 50px;
    column-gap: 128px;
    flex-wrap: wrap;
    justify-content: center;
}

.uslovia_banks_list [id^="bx_incl_area_"]{
    display: flex;
    flex-direction: row;
    row-gap: 50px;
    column-gap: 128px;
    flex-wrap: wrap;
    justify-content: center;
}

.uslovia_banks_list img {
    width: 100%;
    height: auto
}

.uslovia_block.active {
    opacity: 1;
    height: fit-content;
    transition: all linear .5s;
}

.uslovia_block {
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all linear .5s;
}

/*Ход строительства*/
.building_content h2 {
    line-height: 130px;
}

.building_main_content {
    display: flex;
    flex-direction: row;
    gap: 60px;
    margin-top: 40px;
}

.building_info {
    display: flex;
    flex-direction: column;
    height: auto;
    min-width: 27.25%;
    max-width: 27.25%;
}

.building_title {
    margin-bottom: 35px;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    text-transform: uppercase;
}

.building_desc {
    font-weight: 500;
    font-size: 20px;
    line-height: 36px;
    letter-spacing: -.5px;
}

.building_slider_arrows {
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-top: auto;
}

.building_slide {
    display: flex !important;
    flex-direction: column;
    gap: 30px;
    max-width: 830px;
}

.building_slide_img{
    height: 380px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.building_slide img {
    width: 100%;
    height: auto;
}

.building_slider .slick-track {
    display: flex;
    flex-direction: row;
    gap: 45px;
    align-items: end;
}

.building_date {
    text-transform: uppercase;
    line-height: 36px;
    font-size: 24px;
    font-weight: 700;
}

.building_block_nav {
    margin-top: 70px;
    display: flex;
    flex-direction: row;
    gap: 45px;
    margin-left: calc(27.25% + 60px);
}

.build_process_year,
.build_process_mounth {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
}

.build_process_mounth_select,
.build_process_year_select {
    position: relative;
}

.build_process_mounth_row,
.build_process_year_row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    font-size: 20px;
    line-height: 36px;
    font-weight: 500;
    letter-spacing: -.5px;
    padding: 0 20px;
    align-items: center;
    width: 200px;
    height: 60px;
    border: 1px solid #A7A8A4;
    cursor: pointer;
    transition: all linear .3s;
}

.build_process_mounth_list,
.build_process_year_list {
    display: flex;
    flex-direction: column;
    width: 200px;
    background-color: #EBE9DD;
    height: 0;
    overflow: hidden;
    transition: all linear .3s;
    position: absolute;
    left: 0;
    top: 59.5px;
    z-index: 5;
    border-left: 1px solid #A7A8A4;
    border-right: 1px solid #A7A8A4;
}

.build_process_mounth_list a,
.build_process_year_list a {
    padding: 0 20px;
    align-items: center;
    color: #40464D;
    letter-spacing: -.5px;
    font-size: 20px;
    line-height: 36px;
    font-weight: 500;
    display: flex;
    border-bottom: 1px solid #A7A8A4;
    height: 60px;
    min-height: 60px;
    max-height: 60px;
    transition: all linear .3s;
    cursor: pointer;
}

.build_process_mounth_list a:hover,
.build_process_year_list a:hover,
.build_process_mounth_row:hover,
.build_process_year_row.active,
.build_process_year_row:hover {
    background-color: #FDFDFD;
}

.build_process_mounth_list.active,
.build_process_year_list.active {
    height: 240px;
    overflow-y: scroll;
}

.build_process_year_list.active{
    height: fit-content !important;
}

.build_process_mounth_row.active svg,
.build_process_year_row.active svg {
    transform: rotate(180deg);
}

.build_process_mounth_list::-webkit-scrollbar,
.build_process_year_list::-webkit-scrollbar,
.popup_form_content::-webkit-scrollbar {
    width: 3px;
}

.build_process_mounth_list::-webkit-scrollbar-thumb,
.build_process_year_list::-webkit-scrollbar-thumb,
.popup_form_content::-webkit-scrollbar-thumb {
    background-color: #554534;
}

.build_process_mounth_list::-webkit-scrollbar-track,
.build_process_year_list::-webkit-scrollbar-track,
.popup_form_content::-webkit-scrollbar-track {
    background-color: transparent;
}

/*Футер*/
footer {
    background-color: #554534;
    color: #FFFFFF;
    position: relative;
    padding-bottom: 80px;
    padding-top: 80px;
}

.btn_to_top {
    position: fixed;
    right: 30px;
    bottom: 35px;
    z-index: 9;
}

.btn_to_top rect{
    fill: #F3F3EE;
}

.btn_to_top path{
    fill: #634D28;
}

footer a {
    color: #FFFFFF;
}

.footer_content {
    display: flex;
    flex-direction: row;
    gap: 60px;
    justify-content: space-between;
}

.footer_col1,
.footer_contacts,
.footer_menu {
    display: flex;
    flex-direction: column;
    max-width: 30%;
    min-width: 30%;
}

.footer_bottom {
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 30px;
    border-top: 1px solid rgba(235, 233, 221, 0.5);
}

.footer_col1 {
    gap: 50px;
}

.footer_logo {
    width: 272px;
}

.footer_logo img {
    width: 100%;
    height: auto;
}

.footer_phones a {
    font-family: 'BazaART';
    font-size: 48px;
    line-height: 54px;
    font-weight: 400;
    color: #EBE9DD;
}

.footer_phones {
    display: flex;
    flex-direction: column;
}

.footer_socilal_links {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.footer_socilal_links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 100px;
    border: 1px solid #A7A8A4
}

.footer_contacts {
    gap: 40px;
}

.footer_contact_title {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
}

.footer_contact_detail,
.footer_contacts_item.other {
    font-weight: 500;
    font-size: 20px;
    line-height: 36px;
    letter-spacing: -.5px;
}

.footer_contacts_item.other .footer_contact_detail {
    text-decoration: underline;
}

.footer_menu {
    gap: 25px;
    max-width: 25%;
    min-width: 25%;
}

.footer_menu a {
    color: #F3F3EE;
    font-size: 20px;
    font-weight: 800;
    line-height: 30px;
}

.bottom_col2 {
    max-width: 62.7%;
}

.bottom_links {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 65px;
}

.bottom_col1 {
    display: flex;
    flex-direction: column;
    height: auto;
}

.footer_info_text {
    color: #EBE9DD;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    opacity: .6;
    letter-spacing: -.5px;
}

.name_company,
.copyright,
.policy,
.dev {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #EBE9DD;
    letter-spacing: -.5px;
}

.copyright {
    margin-top: auto;
    line-height: 36px;
}

.policy {
    color: #FDFDFD;
    text-decoration: underline;
}

.dev {
    color: #FDFDFD;
}

.dev span {
    text-decoration: underline;
}

/*Попап*/

.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100vw;
    height: 100vh;
    background-color: rgba(100, 100, 100, .5);
}

.popup.active {
    display: block;
}

.popup_form_content,
.popup_successful_content {
    width: 606px;
    height: fit-content;
    top: 50%;
    left: 50%;
    position: relative;
    transform: translate(-50%, -50%);
    padding: 60px;
    background-color: #F3F3EE;
}

.popup_close {
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
}

.popup_form_title {
    color: #554534;
    font-size: 68px;
    line-height: 64px;
    font-weight: 400;
    font-family: 'BazaART';
    margin-bottom: 20px;
    text-transform: uppercase;
}

.popup_form_description {
    color: #40464D;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -.5px;
    font-weight: 500;
}

.form_popup {
    margin-top: 30px;
}

.form_popup .form-checkbox {
    margin-top: 0;
}

.form_popup input[type='text'],
.form_popup input[type='phone'],
.form_popup input[type='text']::placeholder,
.form_popup input[type='phone']::placeholder {
    color: #40464D;
}

.form_popup .form-checkbox label p {
    color: #40464D;
}

.form_popup .custom-checkbox+label::before {
    background-color: #554534;
}

.form_popup .custom-checkbox:checked+label::before {
    color: #F3F3EE;
}

.form_social_links_row {
    margin-top: 0px;
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: -.5px;
}

.form_social_links {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.form_social_links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 100px;
    border: 1px solid #A7A8A4;
}

.popup_successful_content {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.popup_successful_title {
    text-align: center;
    font-family: 'BazaART';
    font-size: 68px;
    line-height: 64px;
    font-weight: 400;
    color: #554534;
    margin-bottom: 10px;
}

.popup_successful_desc {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: -.5px;
    text-align: center;
}

.popup_successful_img {
    max-width: 80px;
    height: auto;
}

.flat_title{
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 2600px) {
    .section,
    footer,
    .header_top,
    .header_main,
    .header_top.active {
        padding-left: 120px;
        padding-right: 120px;
    }

    .header_top.active {
        padding-left: 120px;
    }

    h1,
    h2,
    .about_project_item_num{
        font-size: 140px;
        line-height: 115px;
    }

    .promotion_title{
        font-size: 80px;
        line-height: 80px;
    }

    .about_project_row1 {
        align-items: start;
    }

    .about_project_info2,
    .about_project_row2 {
        gap: 55px;
    }

    .about_project_info2 {
        min-width: 42%;
        justify-content: space-between;
    }

    .about_project_info1_item span {
        font-size: 32px;
        line-height: 38px;
    }

    .top_banner_img {
        max-width: 65vw;
        min-width: 65vw;
    }

    .header_btn {
        width: 210px;
        font-size: 18px;
        line-height: 17px;
        height: 58px;
    }

    .header_phone_row,
    .header_address,
    .header_phone_row a {
        font-size: 18px;
        line-height: 30px;
    }

    .menu_bg_img {
        right: 120px;
    }

    .map_full {
        left: -120px;
    }

    .near_slider .slick-list {
        width: calc(100vw - 100px);
    }

    .near_slider_content {
        left: -100px;
    }

    .near_slider_arrows {
        padding: 0 50px;
    }

    .form_content {
        margin-right: 60px;
    }

    .form_block_content {
        align-items: center;
    }

    .form_content {
        max-width: 37%;
    }

    .commercial_item_desc {
        font-size: 18px;
        line-height: 32px;
    }

    .finishing_block_img,
    .finishing_block_images {
        width: 9000px;
        max-width: 900px;
    }

    .btn_to_top {
        right: 70px;
        bottom: 25px;
    }

    .rose_vetrov {
        width: 200px;
    }

    .flat_slider .slick-slide,
    .flat_slider_content {
        width: calc(43vw - 180px) !important;
    }

    .choose_flat_block_left {
        min-width: 43vw;
        max-width: 43vw;
    }

    .flat_title {
        font-size: 25px;
    }

    .commercial_row img {
        width: 60%;
        max-width: 60%;
    }

    .promotion_img {
        min-width: 45%;
        max-width: 45%;
    }

    .promotion_slide {
        min-width: calc(100vw - 140px);
        max-width: calc(100vw - 140px);
    }

    .ipoteka_item {
        width: 48%;
    }

    .rassrochka_uslovie b {
        font-size: 65px;
        line-height: 65px;
    }

    .rassrochka_title {
        font-size: 22px;
        line-height: 32px;
    }

    .uslovia_banks_list {
        column-gap: 80px;
    }

    .footer_menu {
        max-width: 20%;
        min-width: 20%;
    }

    .footer_contacts {
        margin-left: -100px;
    }

    .img_word {
        width: 90vw;
    }

}

@media screen and (max-width: 2300px) {
    .section,
    footer,
    .header_top,
    .header_main,
    .header_top.active {
        padding-left: 100px;
        padding-right: 100px;
    }

    .header_top.active {
        padding-left: 100px;
    }

    h1,
    h2,
    .about_project_item_num{
        font-size: 125px;
        line-height: 105px;
    }

    .promotion_title{
        font-size: 70px;
        line-height: 70px;
    }

    .about_project_row1 {
        align-items: start;
    }

    .about_project_info2,
    .about_project_row2 {
        gap: 45px;
    }

    .about_project_info2 {
        min-width: 44%;
        justify-content: space-between;
    }

    .about_project_info1_item span {
        font-size: 23px;
        line-height: 36px;
    }

    .top_banner_img {
        max-width: 60vw;
        min-width: 60vw;
    }

    .header_btn {
        width: 210px;
        font-size: 18px;
        line-height: 17px;
        height: 58px;
    }

    .header_phone_row,
    .header_address,
    .header_phone_row a {
        font-size: 18px;
        line-height: 30px;
    }

    .menu_bg_img {
        right: 100px;
    }

    .map_full {
        left: -10px;
    }

    .near_slider .slick-list {
        width: calc(100vw - 100px);
    }

    .near_slider_content {
        left: -80px;
    }

    .near_slider_arrows {
        padding: 0 20px;
    }

    .form_content {
        margin-right: 60px;
    }

    .form_block_content {
        align-items: center;
    }

    .form_content {
        max-width: 37%;
    }

    .commercial_item_desc {
        font-size: 18px;
        line-height: 32px;
    }

    .finishing_block_img,
    .finishing_block_images {
        width: 700px;
        max-width: 700px;
    }

    .btn_to_top {
        right: 70px;
        bottom: 25px;
    }

    .rose_vetrov {
        width: 200px;
    }

    .flat_slider .slick-slide,
    .flat_slider_content {
        width: calc(43vw - 180px) !important;
    }

    .choose_flat_block_left {
        min-width: 43vw;
        max-width: 43vw;
    }

    .flat_title {
        font-size: 25px;
    }

    .commercial_row img {
        width: 60%;
        max-width: 60%;
    }

    .promotion_img {
        min-width: 45%;
        max-width: 45%;
    }

    .promotion_slide {
        min-width: calc(100vw - 140px);
        max-width: calc(100vw - 140px);
    }

    .ipoteka_item {
        width: 48%;
    }

    .rassrochka_uslovie b {
        font-size: 65px;
        line-height: 65px;
    }

    .rassrochka_title {
        font-size: 22px;
        line-height: 32px;
    }

    .uslovia_banks_list {
        column-gap: 80px;
    }

    .footer_menu {
        max-width: 20%;
        min-width: 20%;
    }

    .footer_contacts {
        margin-left: -100px;
    }

    .img_word {
        width: 90vw;
    }

}

/* Адаптиав */
@media screen and (max-width: 1800px) {
    .near_slider_arrows {
        padding-left: 2vw;
    }
}

@media screen and (max-width: 1600px) {

    .section,
    footer,
    .header_top,
    .header_main,
    .header_top.active {
        padding-left: 70px;
        padding-right: 70px;
    }

    .header_top.active {
        padding-left: 65px;
    }

    h1,
    h2,
    .about_project_item_num{
        font-size: 115px;
        line-height: 92px;
    }

    .promotion_title{
        font-size: 64px;
        line-height: 64px;
    }

    .about_project_row1 {
        align-items: start;
    }

    .about_project_info2,
    .about_project_row2 {
        gap: 45px;
    }

    .about_project_info2 {
        min-width: 47%;
        justify-content: space-between;
    }

    .about_project_info1_item span {
        font-size: 22px;
        line-height: 32px;
    }

    .top_banner_img {
        max-width: 56vw;
        min-width: 56vw;
    }

    .header_btn {
        width: 210px;
        font-size: 17px;
        line-height: 17px;
        height: 58px;
    }

    .header_phone_row,
    .header_address,
    .header_phone_row a {
        font-size: 18px;
        line-height: 30px;
    }

    .menu_bg_img {
        right: 70px;
    }

    .map_full {
        left: -70px;
    }

    .near_slider .slick-list {
        width: calc(100vw - 110px);
    }

    .near_slider_content {
        left: -70px;
    }

    .near_slider_arrows {
        padding: 0 20px;
    }

    .form_content {
        margin-right: 60px;
    }

    .form_block_content {
        align-items: center;
    }

    .form_content {
        max-width: 37%;
    }

    .commercial_item_desc {
        font-size: 18px;
        line-height: 32px;
    }

    .finishing_block_img,
    .finishing_block_images {
        width: 700px;
        max-width: 700px;
    }

    .btn_to_top {
        right: 20px;
        bottom: 25px;
    }

    .rose_vetrov {
        width: 200px;
    }

    .flat_slider .slick-slide,
    .flat_slider_content {
        width: calc(43vw - 180px) !important;
    }

    .choose_flat_block_left {
        min-width: 43vw;
        max-width: 43vw;
    }

    .flat_title {
        font-size: 25px;
    }

    .commercial_row img {
        width: 60%;
        max-width: 60%;
    }

    .promotion_img {
        min-width: 45%;
        max-width: 45%;
    }

    .promotion_slide {
        min-width: calc(100vw - 140px);
        max-width: calc(100vw - 140px);
    }

    .ipoteka_item {
        width: 48%;
    }

    .rassrochka_uslovie b {
        font-size: 65px;
        line-height: 65px;
    }

    .rassrochka_title {
        font-size: 22px;
        line-height: 32px;
    }

    .uslovia_banks_list {
        column-gap: 80px;
    }

    .footer_menu {
        max-width: 20%;
        min-width: 20%;
    }

    .footer_contacts {
        margin-left: -70px;
    }

    .img_word {
        width: 90vw;
    }

}

@media screen and (max-width: 1500px) {

    .header_phone_row svg,
    .header_address svg {
        width: 40px !important;
        height: 40px !important
    }

    .about_project_row1 {
        flex-direction: column;
        gap: 60px;
    }

    .about_project_row1 div {
        max-width: 100%;
    }

    .about_project_row1 p {
        max-width: 100%;
    }

    .about_project_info1 {
        gap: 80px;
    }

    .about_project_row2 {
        margin-top: 80px;
        flex-direction: column;
    }

    .about_project_info2_item {
        min-width: 50%;
    }

    .about_project_info2 {
        justify-content: start;
    }

    .about_project_item_desc {
        flex-direction: row;
        gap: 15px;
    }

    .map_links a {
        font-size: 17px;
    }

    .map_info {
        flex-wrap: wrap;
        gap: 20px;
    }

    .map_info div {
        flex-wrap: wrap;
        gap: 20px;
    }

    .map_info p br {
        display: none;
    }

    .map_info p:nth-child(1) {
        max-width: 100%;
    }

    .map_info p:nth-child(2) {
        max-width: 80%;
    }

    .map_links a {
        gap: 15px;
    }

    .near_slide img {
        width: 500px;
        height: auto
    }

    .near_slide {
        max-width: 500px;
    }

    .near_slider_arrows svg {
        width: 60px !important;
        height: 60px !important;
    }

    .near_slide_title {
        font-size: 22px;
        line-height: 30px;
    }

    .finishing_block_tabs a {
        padding: 0 25px;
    }

    .commercial_item {
        width: 48.5%;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .commercial_item:nth-child(3) {
        width: 100%;
    }

    .commercial_list {
        flex-wrap: wrap;
    }

    .commercial_list [id^="bx_incl_area_"] {
        flex-wrap: wrap;
    }

    .commercial_item_desc br {
        display: none;
    }

    .header_menu {
        max-height: 500px;
        max-width: 80%;
        margin-top: 200px;
    }

    .menu_bg_img {
        width: 20vw;
        top: 60%;
        transform: translateY(-50%);
    }
}

@media screen and (max-width: 1400px) {

    .top_banner {
        position: relative;
        z-index: 4;
    }

    .header_main.active .header_menu {
        display: flex;
    }

    .header_menu {
        display: none;
    }

    h1,
    h2,
    .about_project_item_num,
    .commercial_num_stages {
        font-size: 95px;
        line-height: 82px;
    }

    .promotion_title{
        font-size: 48px;
        line-height: 48px;
    }

    .section_name {
        font-size: 18px;
        line-height: 25px;
    }

    .landscaping_content h2,
    .choose_flat h2,
    .finishing_content h2,
    .commercial_content h2,
    .storeroom_content h2,
    .uslovia_content h2,
    .building_content h2 {
        line-height: 98px;
    }

    .img_word {
        width: 80vw;
    }

    .map_links svg {
        width: 50px !important;
        height: 50px !important;
    }

    .landscaping_item_title {
        font-size: 20px;
        line-height: 30px;
    }

    .header_phone_row,
    .header_address {
        display: none;
    }

    .menu_btn div {
        font-size: 20px;
        line-height: 30px;
    }

    .header_logo img {
        width: 250px;
    }

    .choose_flat_tabs_title {
        font-size: 20px;
        line-height: 30px;
    }

    .choose_flat_tabs_variants a {
        height: 50px;
        min-width: 50px;
        padding: 0 15px;
    }

    .choose_flat_tabs_variants a {
        font-size: 17px;
    }

    .flat_title {
        font-size: 20px;
    }

    .choose_flat_content{
        gap: 45px;
    }

    .socilal_links_col,
    .finishin_block_title {
        font-size: 20px;
        line-height: 30px;
    }

    .finishing_block_info_row img {
        width: 75px;
        height: 75px;
    }

    .about_project_info2_item img {
        width: 90px;
        height: 90px;
    }

    .finishing_block_desc {
        font-size: 18px;
        line-height: 32px;
    }

    .finishing_block_row {
        gap: 60px
    }

    .about_project_info2_item {
        gap: 20px;
    }

    .finishing_block_tabs a {
        font-size: 16px;
        line-height: 16px;
        height: 50px;
    }

    .finishing_block_img,
    .finishing_block_images {
        width: 630px;
        max-width: 630px;
    }

    .finishing_block_tabs {
        padding: 25px;
    }

    .commercial_item {
        width: 48%;
    }

    .commercial_info_desc {
        font-size: 18px;
        line-height: 32px;
    }

    .commercial_row {
        gap: 50px;
    }

    .commercial_item_num {
        width: 50px;
        height: 50px;
        font-size: 20px;
        line-height: 20px;
    }

    .storeroom_row {
        flex-direction: column;
        align-items: start;
    }

    .storeroom_info {
        width: 65%;
        max-width: 65%;
        margin-left: auto;
        top: -250px;
        margin-bottom: -250px;
        position: relative;
    }

    .storeroom_info_title {
        line-height: 32px;
        font-size: 20px;
    }

    .storeroom_info_desc,
    .promotion_desc,
    .promotion_date {
        font-size: 18px;
        line-height: 32px;
    }

    .storeroom_row img {
        width: 65%;
        max-width: 65%;
    }

    .promotion_img {
        min-width: 50%;
        max-width: 50%;
    }

    .ipoteka_item {
        font-size: 20px;
        line-height: 32px;
    }

    .ipoteka_item {
        height: 90px;
    }

    .uslovia_banks_list {
        column-gap: 100px;
    }

    .rassrochka_item {
        padding: 40px
    }

    .rassrochka_uslovie_row {
        margin-top: -10px;
    }

    .building_slide {
        max-width: 600px;
    }

    .top_baner_info {
        padding-top: 80px;
    }

    .rassrochka_uslovie b {
        font-size: 50px;
        line-height: 50px;
    }

    .rassrochka_uslovie span {
        font-size: 16px;
        line-height: 25px;
    }

    .rassrochka_title {
        font-size: 20px;
    }

    .building_date,
    .form_title {
        font-size: 20px;
        line-height: 30px;
    }

    .building_slider .slick-track {
        gap: 30px;
    }

    .building_desc {
        font-size: 18px;
        line-height: 32px;
    }

    .footer_contact_title,
    .about_project_item_desc {
        font-size: 20px;
        line-height: 28px;
    }

    .footer_contact_detail,
    .footer_contacts_item.other,
    .footer_menu a,
    .name_company,
    .copyright,
    .policy,
    .dev {
        font-size: 18px;
        line-height: 32px;
    }

    .footer_menu {
        gap: 20px;
    }

    .footer_phones a {
        font-size: 40px;
        line-height: 44px;
    }

    .footer_info_text {
        font-size: 14px;
        line-height: 20px;
    }

    .popup_form_content {
        max-height: 90vh;
        overflow-y: scroll;
    }

    .top_baner_info {
        padding-top: 140px;
        padding-bottom: 80px;
    }

    h1 {
        font-size: 75px;
        line-height: 65px;
    }

    .top_baner_info p {
        font-size: 18px;
        line-height: 32px;
        margin-top: 30px;
    }

    .header_main {
        display: none;
        flex-direction: column;
        justify-content: space-between;
        min-height: 100vh;
        max-height: 100vh;
    }

    .header_main.active {
        display: flex;
    }

    .header_contacts_menu {
        padding-bottom: 30px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        gap: 60px;
        flex-wrap: wrap;
    }

    .header_contacts_menu .header_phone_row,
    .header_contacts_menu .header_address {
        display: flex;
    }

    .header_menu {
        margin-top: 150px;
        margin-bottom: 40px;
    }

    .header_phone_row,
    .header_address,
    .header_phone_row a {
        color: #40464D;
        font-size: 20px;
        line-height: 30px;
    }

    .header_phone_row a {
        font-weight: 700;
    }

    .header_phone_row,
    .header_address {
        gap: 15px;
    }

    .header_phone_row svg,
    .header_address svg {
        width: 50px !important;
        height: 50px !important;
    }

    .header_address svg path:last-child,
    .header_phone_row svg path:first-child {
        fill: #40464D;
    }

    .header_address svg path:first-child,
    .header_phone_row svg path:last-child {
        stroke: #A7A8A4;
    }

    .header_menu {
        max-height: 57vh;
        position: relative;
        z-index: 3;
    }

    .menu_bg_img {
        width: 15vw;
        top: 50%;
        transform: translateY(-50%);
    }
}

@media screen and (max-width: 1250px) {
    .top_banner_img img {
        width: 120%;
        left: -10%;
        top: 0;
    }

    .top_banner_img {
        max-width: 50vw;
        min-width: 50vw;
    }

    .choose_flat_content {
        flex-direction: column;
    }

    .choose_flat_tabs {
        max-width: 100%;
        min-width: 100%;
        flex-wrap: wrap;
        column-gap: 100px;
        flex-direction: row;
        row-gap: 40px;
    }

    .choose_flat_content {
        gap: 60px;
    }

    .choose_flat_block {
        justify-content: start;
    }

    .choose_flat_block_left {
        min-width: 55vw;
        max-width: 55vw;
    }

    .flat_slider .slick-slide,
    .flat_slider_content {
        width: calc(55vw - 180px) !important;
    }

    .form_content {
        margin-right: 0;
    }

    .rassrochka_item {
        padding: 30px;
        max-width: 30.5%;
    }

    .header_menu {
        gap: 40px;
        overflow-y: scroll;
    }

}

.map_icon_tablet {
    display: none;
}

@media screen and (max-width: 1050px) {

    .section,
    footer,
    .header_top,
    .header_main,
    .header_top.active {
        padding-left: 24px;
        padding-right: 24px;
    }

    .section {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .map_full {
        left: -24px;
    }

    .about_project_item_desc {
        flex-direction: column;
        gap: 0;
    }

    .about_project_info2_item {
        min-width: 35%;
    }

    .img_block,
    .landscaping {
        padding-top: 0 !important;
    }

    .section_name {
        margin-bottom: 30px;
    }

    .about_project_row1,
    .map_info,
    .landscaping_content_row,
    .choose_flat_content {
        margin-top: 50px;
    }

    .map_info p:nth-child(2) {
        max-width: 65%;
    }

    .map_links {
        gap: 30px;
        row-gap: 20px;
        justify-content: space-evenly;
    }

    .img_block_row {
        width: 130%;
        margin-left: -15%;
        top: -4vw;
    }

    .img_block_row img {
        height: 32vw;
    }

    .img_block_row img:nth-child(2) {
        height: 52vw;
    }

    .near_slide img,
    .near_slide {
        width: 600px;
        max-width: 600px;
    }

    .near_slider .slick-list {
        width: calc(100vw - 24px);
    }

    .near_slider_content {
        left: -24px;
    }

    .map_img img {
        max-width: 120%;
        width: 120%;
    }

    .map_icon_tablet {
        display: flex;
        align-items: center;
        gap: 15px;
        text-transform: uppercase;
        font-size: 17px;
        line-height: 30px;
        letter-spacing: -.5px;
        font-weight: 700;
        justify-content: center;
        margin-bottom: 30px;
    }

    .map_icon_tablet svg {
        width: 40px !important;
        height: auto !important;
    }

    .near_slider_content {
        margin-top: 50px;
    }

    .near_slider .slick-track {
        gap: 30px;
    }

    .near_slider_arrows {
        padding-right: 24px;
        padding-left: 48px;
    }

    .near_slider_arrows .arrow.slick-disabled svg path {
        fill: #FDFDFD;
    }

    .landscaping_content_col {
        gap: 30px;
        flex-direction: row;
    }

    .landscaping_content_row {
        gap: 50px;
        flex-direction: column;
    }

    .landscaping_item {
        width: 40%;
        max-width: 40%;
    }

    .landscaping_content_col {
        width: 100%;
        max-width: 100%;
    }

    .choose_flat_content,
    .choose_flat_block {
        gap: 50px;
    }

    .choose_flat_tabs {
        column-gap: 50px;
        row-gap: 30px;
    }

    .choose_flat_block_left {
        min-width: 63vw;
        max-width: 63vw;
    }

    .flat_slider .slick-slide,
    .flat_slider_content {
        width: calc(63vw - 180px) !important;
    }

    .form_block_content {
        flex-direction: column;
        gap: 50px;
    }

    .form_block_content h2 br {
        display: none;
    }

    .form_block_content h2,
    .form_title {
        text-align: center;
    }

    .form_content {
        max-width: 100%;
    }

    .finishing_content h2,
    .commercial_content h2 {
        display: block;
        text-align: center;
    }

    .finishing_block_row,
    .commercial_info {
        flex-direction: column;
        gap: 30px;
    }

    .finising_block .finishing_block_row:last-child {
        flex-direction: column-reverse;
    }

    .finising_block,
    .uslovia_tabs {
        margin-top: 40px;
    }

    .finishing_block_info {
        min-width: 100%;
        gap: 20px;
    }

    .finishing_block_info_row,
    .commercial_list,
    .rassrochka_list,
    .building_slide {
        gap: 20px;
    }

    .commercial_item {
        width: 100%;
    }

    .finising_block,
    .commercial_row {
        gap: 40px;
    }

    .commercial_list {
        margin-top: 40px;
    }

    .commercial_row {
        margin-top: 30px;
        flex-direction: column;
    }

    .commercial_row img {
        width: 80%;
        max-width: 80%;
    }

    .storeroom_row {
        margin-top: 50px;
    }

    .storeroom_info {
        width: 100%;
        max-width: 100%;
        margin-bottom: 0;
        position: static;
        padding: 50px;
    }

    .storeroom_row img {
        width: 70%;
        max-width: 70%;
        margin-left: auto;
        margin-right: auto;
    }

    .promotion_slide {
        min-width: calc(100vw - 50px);
        max-width: calc(100vw - 50px);
    }

    .promotion_slide {
        flex-direction: column;
        gap: 30px;
    }

    .promotions_content .section_name,
    .uslovia_banks .section_name {
        margin-bottom: 40px;
    }

    .promotion_title br {
        display: none;
    }

    .promotion_title {
        margin-top: 15px;
        margin-bottom: 20px;
    }

    .promotion_img {
        min-width: 70%;
        max-width: 70%;
    }

    .promotions {
        padding-bottom: 0 !important;
    }

    .uslovia_detail,
    .ipoteka_btn {
        margin-top: 30px;
    }

    .uslovia_banks {
        margin-top: 60px;
    }

    .uslovia_banks_list {
        column-gap: 50px;
    }

    .rassrochka_list {
        flex-direction: column;
    }

    .rassrochka_item {
        padding: 40px;
        max-width: 100%;
        width: 100%;
    }
    .rassrochka_title{
        height: auto;
    }

    .rassrochka_uslovie_row {
        flex-direction: row;
        gap: 80px;
    }

    .building_block_nav {
        margin-top: 40px;
        justify-content: center;
        margin-left: 0;
        gap: 40px
    }

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

    .building_info {
        min-width: 100%;
        max-width: 100%;
        position: relative;
    }

    .building_slider_arrows {
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .building_desc {
        max-width: 50%;
    }

    .building_title {
        margin-bottom: 20px;
    }

    .footer_menu {
        max-width: 100%;
        min-width: 100%;
        flex-wrap: wrap;
        flex-direction: row;
    }

    .footer_content {
        flex-wrap: wrap;
    }

    .footer_contacts {
        min-width: 60%;
        max-width: 60%;
    }

    footer {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .footer_col,
    .bottom_col11 {
        gap: 40px;
    }

    .bottom_col1 {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .copyright {
        margin-top: 0;
    }

    .footer_contacts,
    .footer_bottom {
        gap: 30px;
    }

    .footer_contact_title {
        margin-bottom: 10px;
    }

    .footer_bottom {
        margin-top: 40px;
        padding-top: 40px;
    }

    .footer_bottom {
        flex-direction: column;
    }

    .bottom_col2 {
        max-width: 100%;
    }

    .bottom_links {
        margin-top: 30px;
    }

    .copyright,
    .dev {
        margin-right: 100px;
    }

    .top_banner_img img {
        width: 160%;
        left: -30%;
    }

    .header_menu {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
        flex-wrap: wrap;
        max-height: 100%;
        margin-top: 130px;
        gap: 30px;
    }

    .header_menu a {
        font-size: 20px;
        line-height: 32px;
    }

    .header_main {
        height: 100%;
        overflow-y: scroll;
    }

}

.top_banner_img .tablet_img {
    display: none;
}

@media screen and (max-width: 900px) {

    .header_top{
        transition: all linear 1s;
    }
    .top_baner_info, .top_banner_img{
        transition: all linear .7s;
    }

    .landscaping_item {
        width: 50%;
        max-width: 50%;
    }

    .ipoteka_item {
        width: 100%;
    }

    .top_banner_content {
        flex-direction: column;
    }

    .top_banner {
        padding-left: 0 !important;
    }

    .top_baner_info {
        padding-top: 140px;
        min-width: 100%;
        padding-left: 25px;
        padding-right: 25px;
        padding-bottom: 50px;
    }

    h1 {
        font-size: 95px;
        line-height: 82px;
    }

    .top_baner_info h1 br {
        display: none;
    }

    .top_banner_content {
        gap: 0
    }

    .top_banner_img img {
        display: none;
    }

    .top_banner_img .tablet_img {
        display: block;
        width: 100%;
        position: static;
        height: auto;
        margin-top: -10%;
    }

    .top_banner_img {
        min-width: 100vw;
        max-width: 100vw;
        height: auto;
    }

    .top_banner_content {
        max-height: 100%;
    }

    .top_banner_img {
        max-height: 700px;
    }
}

.flat_title.tablet {
    display: none;
}

@media screen and (max-width: 768px) {
    .footer_phones a {
        font-size: 35px;
        line-height: 40px;
    }

    .footer_phones{
        min-width: 110%;
    }
    .top_banner_btn {
        margin-top: 20px;
    }

    .map_img img {
        max-width: 150%;
        width: 150%;
    }

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

    .choose_flat_block_left {
        min-width: 100%;
        max-width: 100%;
    }

    .flat_slider .slick-slide,
    .flat_slider_content {
        width: calc(100vw - 250px) !important;
    }

    .flat_title {
        display: none;
    }

    .choose_flat_block_left {
        padding-top: 30px;
    }

    .choose_flat_tabs {
        column-gap: 30px
    }

    .flat_title.tablet {
        display: block;
        font-size: 25px;
        line-height: 32px;
        margin-bottom: 0;
        margin-bottom: -10px;
    }

    .finishing_block_tabs {
        gap: 0px;
        justify-content: space-between;
    }
    .finishing_block_tabs a {
        padding: 0 15px;
    }

    .choose_flat_btn {
        margin-bottom: 40px;
        margin-top: 10px;
        width: 232px;
    }

    .choose_flat_block_right {
        position: relative;
    }

    .rose_vetrov {
        position: absolute;
        right: 0;
        top: 0;
        width: 200px;
    }

    .socilal_links_col {
        flex-direction: row;
        align-items: center;
        max-width: 70%;
        flex-wrap: wrap;
    }

    .finishing_block_img,
    .finishing_block_img_change,
    .finishing_block_images,
    .commercial_row img,
    .storeroom_row img,
    .promotion_img {
        width: 100%;
        max-width: 100%;
    }

    .finishing_block_tabs {
        justify-content: center;
        gap: 30px;
    }

    .finishing_block_tabs a{
        font-size: 0;
        display: block;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        padding: 0;
        background: #FFFFFF;
        opacity: 0.5;
    }

    .finishing_block_tabs a.active,
    .finishing_block_tabs a:hover{
        background: #FFFFFF;
        opacity: 1;
        border:none;
    }

    .landscaping_content h2,
    .choose_flat h2,
    .finishing_content h2,
    .commercial_content h2,
    .storeroom_content h2,
    .uslovia_content h2,
    .building_content h2 {
        line-height: 90px;
    }

    .footer_contacts {
        min-width: 50%;
        max-width: 50%;
        margin-left: 0;
        margin-top: 10px;
    }

    .popup_form_title {
        font-size: 48px;
        line-height: 45px;
    }

    .popup_form_content,
    .popup_successful_content {
        padding: 40px;
    }

    .popup_form_description {
        line-height: 25px;
        font-size: 18px;
    }

    .form_popup {
        margin-top: 25px;
    }

    .form_popup input[type='text'],
    .form_popup input[type='phone'],
    .form_popup input[type='text']::placeholder,
    .form_popup input[type='phone']::placeholder {
        font-size: 18px;
        line-height: 32px;
    }

    .form_popup {
        gap: 25px;
    }

    .popup_form_title br,
    .menu_btn span {
        display: none;
    }

    .building_block_nav {
        flex-wrap: wrap;
    }

    .header_menu {
        flex-wrap: nowrap;
        margin-bottom: 20px;
        margin-top: 120px;
        gap: 20px;
    }

    .header_top.out {
        transform: translateY(-100%);
    }

    .header_top {
        position: fixed;
        top: 0;
        z-index: 50;
        transition: all linear .3s;
        padding-bottom: 20px;
        background: linear-gradient(to bottom, #EBE9DD 85%, transparent);
    }

    .header_top.active {
        background: transparent;
    }

    .header_main {
        position: fixed;
        top: 0;
    }

}

@media screen and (max-width: 600px) {
    .popup_form_content {
        width: 90vw;
    }



    .commercial_item_num {
        min-width: 50px;
    }

    .header_logo img {
        width: 175px;
    }

    .top_baner_info {
        padding-top: 120px;
    }

    .about_project_info1,
    .about_project_info2,
    .about_project_row2 {
        flex-direction: column;
        gap: 20px;
    }

    .landscaping_item {
        width: 70%;
        max-width: 70%;
    }

    .rose_vetrov {
        margin-bottom: 20px;
        position: static;
    }

    .storeroom_info {
        padding: 30px;
    }

    .storeroom_num {
        font-size: 60px;
    }

    .rassrochka_uslovie_row {
        flex-direction: column;
        gap: 30px;
    }

    .building_block_nav {
        justify-content: start;
    }

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

    .footer_col1,
    .footer_contacts,
    .footer_menu {
        max-width: 100%;
        min-width: 100%;
    }

    .footer_col1 {
        gap: 30px;
    }

    .copyright,
    .dev {
        margin-right: 0;
    }

    .bottom_links {
        flex-direction: column;
        gap: 20px;
    }

    .bottom_col1 {
        flex-wrap: wrap;
    }

    .popup_successful_content {
        width: 90vw;
    }
}

.img_block_row img:nth-child(3),
.map_links_main_row,
.header_btn_mob,
.footer_socilal_links.mob,
.copyright.mob,
.policy.mob,
.footer_menu_row,
.header_contacts_menu {
    display: none;
}

@media screen and (max-width: 450px) {

    .footer_phones{
        min-width: 100%;
    }
    .menu_bg_img {
        width: 60vw;
        top: 40%;
        transform: translateY(-40%);
        right: 20px;
    }

    .header_top {
        background: linear-gradient(to bottom, #EBE9DD 90%, transparent);
        padding-bottom: 15px;
        padding-top: 10px !important;
    }

    .header_contacts_menu {
        display: flex;
    }

    h1,
    h2 {
        font-size: 48px;
        line-height: 44px;
    }

    .header_btn {
        display: none;
    }

    .section,
    footer,
    .header_top,
    .header_main,
    .header_top.active {
        padding-left: 20px;
        padding-right: 20px;
    }

    .header_top {
        padding-top: 15px;
    }

    .menu_btn svg {
        width: 36px !important;
    }

    .header_top_left {
        gap: 20px;
    }

    .top_baner_info {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 30px;
        padding-top: 90px;
    }

    .top_baner_info p {
        font-size: 16px;
        line-height: 24px;
        margin-top: 15px;
    }

    .top_baner_info p br {
        display: none;
    }

    .btn {
        font-size: 16px;
        line-height: 24px;
        width: 100%;
        height: 60px;
    }

    .header_btn_mob {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50px;
        height: 50px;
        border: 1px solid rgba(167, 168, 164, .5);
        border-radius: 100px;
        background-color: transparent;
    }

    .top_banner_btn {
        margin-top: 15px;
    }

    .top_banner_img .tablet_img {
        margin-top: 0;
    }

    .section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .section_name {
        margin-bottom: 15px;
        font-size: 14px;
        line-height: 20px;
    }

    .about_project_row1 p {
        font-size: 16px;
        line-height: 26px;
    }

    .about_project_item_num {
        font-size: 60px;
        line-height: 54px;
    }

    .about_project_info1_item span {
        font-size: 18px;
        line-height: 26px;
    }

    .about_project_info1 .about_project_info1_item:last-child span br {
        display: none;
    }

    .about_project_info1 .about_project_info1_item:last-child span {
        max-width: 150px;
    }

    .about_project_info1_item {
        gap: 20px;
        align-items: center;
    }

    .about_project_row1,
    .map_info,
    .landscaping_content_row,
    .choose_flat_content {
        margin-top: 30px;
    }

    .about_project_row1,
    .about_project_info2_item {
        gap: 30px;
    }

    .about_project_row2 {
        margin-top: 35px;
    }

    .about_project_row2,
    .about_project_info2 {
        gap: 15px;
    }

    .about_project_info2_item img {
        width: 80px;
        height: 80px;
    }

    .footer_contact_title,
    .about_project_item_desc {
        font-size: 18px;
        line-height: 26px;
    }

    .img_word {
        width: 100vw;
    }

    .img_block_row {
        width: 100%;
        margin-left: 0;
        flex-direction: column;
        gap: 20px;
    }

    .img_block_row img:nth-child(3) {
        display: block;
    }

    .img_block_row img:nth-child(1) {
        display: none;
    }

    .img_block_row img {
        height: auto !important;
        width: 73%;
    }

    .img_block {
        padding-bottom: 70px !important;
    }

    .map_info p {
        max-width: 100% !important;
        font-size: 16px;
        line-height: 26px;
    }

    .btn_to_map {
        display: none;
    }

    .map_info {
        gap: 10px;
        margin-bottom: 20px;
    }

    .map_info [id^="bx_incl_area_"] {
        gap: 10px;
        margin-bottom: 20px;
    }


    .map_links_main_row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 90px;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        border: 1px solid #A7A8A4;
        cursor: pointer;
    }

    .map_links {
        justify-content: start;
        background-color: #F3F3EE;
        row-gap: 10px;
        height: 0;
        overflow: hidden;
        transition: height linear .3s;
        border-left: 1px solid #A7A8A4;
        border-right: 1px solid #A7A8A4;
        border-bottom: 1px solid #A7A8A4;
        position: absolute;
        z-index: 2;
        width: calc(100vw - 40px);
    }

    .map_links a {
        padding-left: 15px;
        padding-right: 15px;
    }

    .map_links a:last-child {
        padding-bottom: 15px;
    }

    .map_links_main_row.active {
        background-color: #F3F3EE;
        border-bottom: none;
    }

    .map_links_main_row.active .arrow {
        transform: rotate(180deg);
    }

    .map_links.active {
        height: 210px;
        overflow-y: scroll;
        transition: height linear .3s;
    }

    .map_links a {
        width: 100%;
    }

    .map_links_main_row .content {
        color: #F5574E;
        font-weight: 700;
        text-transform: uppercase;
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .map_links_main_row .content svg rect {
        fill: #F5574E;
    }

    .map_links a.active,
    .map_links a:hover {
        color: #40464D;
    }

    .map_links a.active svg rect,
    .map_links a:hover svg rect {
        fill: #554534;
    }

    .map_links_main_row .content,
    .map_links a {
        font-size: 18px;
        line-height: 24px;
    }

    .map_links a,
    .map_links_main_row .content {
        gap: 20px;
    }

    .map_links_main_row .content svg,
    .map_links svg {
        width: 60px !important;
        height: 60px !important;
    }

    .map_links::-webkit-scrollbar {
        width: 3px;
    }

    .map_links::-webkit-scrollbar-thumb {
        background-color: #554534;
    }

    .map_links::-webkit-scrollbar-track {
        background-color: transparent;
    }

    .map_icon_tablet {
        margin-top: 25px;
        margin-bottom: 15px;
    }

    .map_full {
        left: -20px;
    }

    .map_img img {
        max-width: 250%;
        width: 250%;
    }

    .near_slider_content {
        margin-top: 30px;
    }

    .near_slider_arrows,
    .flat_slider_arrows {
        position: static;
        gap: 20px;
        margin-bottom: 15px;
        justify-content: center;
        transform: translateY(0%);
        padding-left: 0;
        padding-right: 0;
    }

    .near_slider_arrows .arrow.slick-disabled svg,
    .flat_slider_arrows .arrow.slick-disabled svg,
    .promotion_slider_arrows .arrow.slick-disabled svg,
    .building_slider_arrows .arrow.slick-disabled svg {
        opacity: .5;
    }

    .near_slider_arrows .arrow.slick-disabled svg path,
    .flat_slider_arrows .arrow.slick-disabled svg path,
    .near_slider_arrows .arrow:not(.slick-disabled) svg path {
        fill: #554534;
    }

    .near_slider_arrows .arrow:not(.slick-disabled) svg rect {
        stroke: #A7A8A4;
        fill: transparent;
    }

    .near_slide img,
    .near_slide {
        width: calc(100vw - 40px);
        max-width: calc(100vw - 40px);
    }


    .near_slide_title {
        font-size: 18px;
        line-height: 24px;
    }

    .near_slide {
        gap: 15px;
    }

    .landscaping_content h2,
    .choose_flat h2,
    .finishing_content h2,
    .commercial_content h2,
    .storeroom_content h2,
    .uslovia_content h2,
    .building_content h2 {
        line-height: 46px;
    }

    .landscaping_item {
        width: 100%;
        max-width: 100%;
    }

    .landscaping_content_col {
        flex-direction: column;
    }

    .landscaping_item_title {
        font-size: 18px;
        line-height: 26px;
    }

    .landscaping_item {
        gap: 15px;
    }

    .landscaping_content_row,
    .landscaping_content_col {
        gap: 20px;
    }

    .choose_flat_tabs_title {
        font-size: 18px;
        line-height: 26px;
    }

    .choose_flat_tabs_variants a {
        padding: 0 19px;
    }

    .choose_flat_tabs,
    .choose_flat_tabs_variants {
        row-gap: 15px;
    }

    .choose_flat_tabs_row {
        gap: 10px;
    }

    .choose_flat_content,
    .choose_flat_block {
        gap: 30px;
    }

    .flat_title.tablet {
        font-size: 20px;
        line-height: 30px;
    }

    .flat_slider_arrows {
       opacity: 0;
       margin-bottom: 0;
    }

    .flat_slider_arrows .slick-arrow.slick-hidden{
        display: block;
        opacity: 1;
    }

    .flat_slider_arrows.mobile .slick-arrow.slick-hidden{
        margin-bottom: 0;
        display: none;
    }

    .flat_slider_arrows.mobile{
        opacity: 1;
        display: flex;
        margin-bottom: 0px !important;
    }

    .flat_slider_arrows.mobile .arrow{
        padding-bottom: 20px;
    }

    .choose_flat_block {
        margin-top: -20px;
    }

    .flat_slider .slick-slide,
    .flat_slider_content {
        width: calc(100vw - 80px) !important;
    }

    .flat_slider {
        margin-top: -70px;
    }

    .choose_flat_block_left {
        padding: 20px;
    }

    .fullscreen_button {
        width: 40px;
        right: 20px;
        bottom: 20px;
    }

    .rose_vetrov {
        margin-bottom: 0;
        position: absolute;
        width: 120px;
        left: 0;
        bottom: -10px;
        top: auto;
    }

    .choose_flat_btn {
        margin-top: -10px;
        margin-bottom: 35px;
    }

    .socilal_links a {
        width: 56px;
        height: 56px;
    }

    .socilal_links {
        gap: 12px;
    }

    .socilal_links_col {
        margin-left: 135px;
        font-size: 18px;
        line-height: 26px;
        gap: 15px;
    }

    .form_block_content {
        gap: 30px;
    }

    .form_title {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 30px;
        max-width: 60%;
        display: flex;
        margin-left: auto;
        margin-right: auto;
    }

    .form input[type='text'],
    .form input[type='phone'] {
        height: 50px;
        font-size: 16px;
        line-height: 26px;
    }

    .form input[type='text']::placeholder,
    .form input[type='phone']::placeholder {
        font-size: 16px;
        line-height: 26px;
    }

    .form-checkbox label p {
        font-size: 14px;
        line-height: 20px;
    }

    .form-checkbox {
        margin-top: -5px;
    }

    .finishing_content h2 {
        width: 100%;
    }

    .finishing_block_desc {
        font-size: 16px;
        line-height: 26px;
    }

    .finishin_block_title {
        font-size: 18px;
        line-height: 26px;
    }

    .finishing_block_tabs {
        display: none;
    }

    .finishing_block_info_row img {
        width: 80px;
        height: 80px;
    }

    .finising_block {
        gap: 30px;
    }

    .finishing_block_row,
    .finishing_block_info {
        gap: 15px;
    }

    .finising_block {
        margin-top: 30px;
    }

    .finishing_block_images img,
    .finishing_block_images {
        display: block;
        min-width: calc(100vw - 40px);
        max-width: calc(100vw - 40px);
    }

    .finising_block .slick-dots {
        bottom: 10px;
    }

    .finising_block .slick-dots li button {
        padding: 0;
        background-color: #ffffff;
        opacity: .5;
        border-radius: 100px;
        width: 12px;
        height: 12px;
    }

    .finising_block .slick-dots li.slick-active button {
        opacity: 1;
    }

    .finising_block .slick-dots li button:before {
        color: #ffffff !important;
    }

    .finising_block .slick-dotted.slick-slider {
        margin-bottom: 0;
    }

    .commercial_item {
        padding: 20px;
        gap: 20px;
    }

    .commercial_item_num {
        font-size: 18px;
        line-height: 36px;
        width: 60px;
        min-width: 60px;
        height: 60px;
    }

    .commercial_item_desc {
        font-size: 16px;
        line-height: 26px;
    }

    .commercial_info_title {
        font-size: 18px;
        line-height: 24px;
    }

    .commercial_num_stages {
        font-size: 60px;
        line-height: 54px;
    }

    .commercial_info_row,
    .commercial_list {
        gap: 15px;
    }

    .commercial_info_desc {
        font-size: 16px;
        line-height: 26px;
    }

    .commercial_row {
        overflow: hidden;
    }

    .commercial_row img {
        width: 170%;
        max-width: 170%;
        margin-left: -35%;
    }

    .commercial_list {
        margin-top: 30px;
    }

    .commercial_info {
        gap: 20px;
    }

    .commercial_row {
        gap: 30px;
    }

    .storeroom_info_desc {
        font-size: 16px;
        line-height: 26px;
    }

    .storeroom_info_title {
        font-size: 18px;
        line-height: 26px;
    }

    .storeroom_num {
        font-size: 60px;
        line-height: 54px;
    }

    .storeroom_info_row {
        flex-direction: column;
        gap: 10px;
        align-items: start;
    }

    .storeroom_info {
        padding: 20px;
        gap: 20px;
    }

    .storeroom_row {
        margin-top: 30px;
    }

    .promotion_title {
        font-size: 40px;
        line-height: 44px;
    }

    .promotion_desc {
        font-size: 16px;
        line-height: 26px;
    }

    .promotion_date {
        font-size: 16px;
        line-height: 24px;
    }

    .promotion_slider_arrows {
        position: static;
        justify-content: center;
        margin-bottom: 20px;
    }

    .promotion_slide {
        min-width: calc(100vw - 40px);
        max-width: calc(100vw - 40px);
    }

    .promotions_content .section_name {
        padding-top: 0;
        margin-bottom: 20px;
    }

    .promotion_slide {
        gap: 20px;
    }

    .uslovia_tabs div {
        font-size: 18px;
        line-height: 26px;
    }

    .uslovia_tabs {
        gap: 20px;
    }

    .ipoteka_item {
        font-size: 17px;
        line-height: 26px;
        padding-left: 20px;
        padding-right: 20px;
        height: 66px;
    }

    .uslovia_detail {
        margin-top: 20px;
    }

    .ipoteka_list,
    .rassrochka_list,
    .rassrochka_uslovie_row {
        gap: 15px;
    }

    .uslovia_tabs {
        margin-top: 30px;
    }

    .ipoteka_btn {
        margin-top: 15px;
    }

    .rassrochka_item {
        padding: 30px;
        gap: 20px;
    }

    .rassrochka_title {
        font-size: 18px;
        line-height: 26px;
    }

    .rassrochka_uslovie span {
        font-size: 16px;
        line-height: 24px;
    }

    .rassrochka_uslovie_row {
        margin-top: 0;
    }

    .rassrochka_uslovie b {
        font-size: 58px;
        line-height: 54px;
    }

    .rassrochka_uslovie {
        gap: 10px;
    }

    .uslovia_banks {
        margin-top: 40px;
    }

    .uslovia_banks .section_name {
        margin-bottom: 20px;
    }

    .uslovia_banks_list {
        justify-content: start;
        flex-wrap: nowrap;
        overflow-x: scroll;
        column-gap: 40px;
        align-items: center;
        height: 100%;
        overflow-y: hidden;
    }

    .uslovia_banks_list div {
        min-height: 30px;
        max-height: 30px;
        width: fit-content;
    }

    .uslovia_banks_list img {
        height: 100%;
        width: auto;
        max-height: 30px;
    }

    .build_process_year,
    .build_process_mounth {
        justify-content: space-between;
        width: 100%;
        font-size: 18px;
        line-height: 26px;
    }

    .build_process_mounth_row,
    .build_process_year_row {
        width: 229px;
        font-size: 16px;
        line-height: 26px;
    }

    .build_process_mounth_list,
    .build_process_year_list {
        width: 229px;
    }

    .build_process_mounth_list.active,
    .build_process_year_list.active {
        height: 180px;
    }

    .build_process_mounth_list a,
    .build_process_year_list a {
        font-size: 16px;
        line-height: 26px;
        width: 229px;
    }

    .building_title {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    .building_desc {
        max-width: 100%;
        font-size: 16px;
        line-height: 26px;
    }

    .building_slider_arrows {
        position: static;
        justify-content: center;
        margin-top: 20px;
        margin-bottom: 15px;
    }

    .building_slide {
        max-width: calc(100vw - 40px);
        gap: 15px;
    }

    .building_slide_img{
        height: 340px;
    }

    .building_date {
        font-size: 18px;
        line-height: 26px;
    }

    .building_main_content {
        gap: 0;
        margin-top: 30px;
    }

    .building_block_nav {
        gap: 15px;
        margin-top: 30px;
    }

    footer {
        padding-top: 40px;
    }

    .footer_logo {
        width: 175px;
    }

    .footer_phones a {
        font-size: 30px;
        line-height: 32px;
    }

    .footer_socilal_links a {
        width: 50px;
        height: 50px;
    }

    .footer_socilal_links a svg {
        width: 25px !important;
    }

    .footer_socilal_links {
        display: none;
    }

    .footer_socilal_links.mob {
        display: flex;
        margin-top: 0;
    }

    .footer_contact_title {
        font-size: 18px;
        line-height: 26px;
    }

    .footer_contact_detail {
        font-size: 16px;
        line-height: 24px;
    }

    .footer_contacts {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 20px;
        justify-content: space-between;
    }

    .footer_contacts .footer_contacts_item:first-child,
    .footer_contacts .footer_contacts_item:nth-child(2) {
        max-width: 45%;
    }

    .footer_info_text {
        line-height: 18px;
    }

    .name_company,
    .copyright,
    .policy,
    .dev {
        font-size: 16px;
        line-height: 24px;
    }

    .copyright,
    .policy {
        display: none;
    }

    .copyright.mob,
    .policy.mob {
        display: block;
    }

    .footer_menu a {
        font-size: 18px;
        line-height: 26px;
        padding-left: 20px;
        padding-right: 20px;
        border-bottom: 1px solid #A7A8A4;
        display: flex;
        align-items: center;
        height: 60px;
        letter-spacing: 1px;
        background-color: #554534;
        width: 100%;
    }

    .footer_menu {
        border-left: 1px solid #A7A8A4;
        border-right: 1px solid #A7A8A4;
        gap: 0;
    }

    .footer_menu {
        flex-direction: column;
        transition: height linear.3s;
        height: 0;
        overflow: hidden;
        margin-top: -20px;
    }

    .footer_menu.active {
        height: 600px;
        transition: height linear.3s;
    }

    .footer_menu_row {
        height: 60px;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-left: 20px;
        padding-right: 20px;
        border: 1px solid #A7A8A4;
        margin-top: 10px;
    }

    .footer_menu_row_left {
        display: flex;
        align-items: center;
        gap: 15px;
        font-size: 18px;
        line-height: 18px;
        color: #F3F3EE;
        font-weight: 800;
        text-transform: uppercase;
    }

    .footer_menu_row_left svg {
        margin-top: -3px;
    }

    .footer_menu_row.active .arrow {
        transform: rotate(180deg);
    }

    .footer_content {
        gap: 20px;
    }

    .footer_col1 {
        gap: 20px;
    }

    .footer_bottom {
        margin-top: 30px;
        padding-top: 20px;
    }

    .policy.mob,
    .bottom_links {
        margin-top: 20px;
    }

    .footer_bottom {
        gap: 20px;
    }

    .btn_to_top {
        width: 47px !important;
        right: 15px;
        bottom: 20px;
    }

    .popup_form_content,
    .popup_successful_content {
        width: calc(100vw - 40px);
        padding: 20px;
        padding-top: 40px;
        max-height: 90vh;
        top: 30%;
        transform: translate(-50%, -30%);
    }

    .popup_form_title {
        text-align: center;
        font-size: 40px;
        line-height: 36px;
        margin-bottom: 20px;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .popup_form_description {
        text-align: center;
        font-size: 15px;
        line-height: 24px;
    }

    .form_social_links_row {
        font-size: 16px;
        line-height: 26px;
    }

    .form_social_links a {
        width: 50px;
        height: 50px;
    }

    .form_social_links a svg {
        width: 25px !important;
    }

    .form_popup {
        gap: 20px;
        margin-top: 10px;
    }

    .form_popup .form-checkbox label p {
        font-size: 13px;
    }

    .popup_close {
        top: 15px;
        right: 15px;
    }

    .popup_successful_content {
        padding-left: 40px;
        padding-right: 40px;
        min-height: 323px;
    }

    .popup_successful_title {
        font-size: 40px;
        line-height: 36px;
        margin-bottom: 0;
    }

    .popup_successful_desc {
        font-size: 16px;
        line-height: 26px;
    }

    .popup_successful_desc br {
        display: none;
    }

    .header_menu {
        margin-top: 85px;
        margin-bottom: 10px;
        gap: 15px;
    }

    .header_menu a {
        font-size: 18px;
        line-height: 26px;
    }

    .header_phone_row,
    .header_address,
    .header_phone_row a {
        font-size: 16px;
        line-height: 26px;
    }

    .header_contacts_menu {
        flex-direction: column;
        gap: 15px;
    }

    .header_contacts_menu {
        padding-bottom: 65px;
        gap: 10px;
    }

    .header_phone_row {
        margin-left: 0;
    }

    .arrow:hover svg rect {
        fill: transparent;
        stroke: #A7A8A4;
    }

    .arrow:hover svg path {
        fill: #554534;
    }

    .top_banner_img {
        max-height: 55vh;
        min-height: 55vh;
    }

    .top_banner_img .tablet_img {
        height: 100%;
        width: auto;
        position: absolute;
        left: 50%;
        top: 45%;
        transform: translate(-50%, -50%);
        min-width: 100vw;
    }

    .top_baner_info{
        padding-top: 80px;
    }

    .top_banner_content {
        justify-content: space-evenly;
    }

}

.btn_to_top {
    cursor: pointer;
}

/*Анимация*/
.circle {
    width: 60px;
    height: 60px;
    border-radius: 100px;
    position: absolute;
    bottom: -60px;
    transition: all linear .3s;
}

.socilal_links a,
.footer_socilal_links a,
.form_social_links a {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
}

.socilal_links a svg,
.footer_socilal_links a svg,
.form_social_links a svg {
    position: relative;
    z-index: 2;
}

.socilal_links a:hover .circle,
.footer_socilal_links a:hover .circle,
.form_social_links a:hover .circle {
    bottom: 0;
    transition: all linear .3s;
}

.vk {
    background-color: #0077FF;
}

.telega {
    background-color: #0CABF3;
}

.whatsup {
    background-color: #4AB14D;
}

.btn,
.policy,
.dev a,
.footer_contacts_item.other a {
    transition: all linear .3s;
}

.btn:hover {
    transition: all linear .3s;
    background-color: #DB372E;
}

.policy:hover,
.dev:hover a,
.footer_contacts_item.other:hover a {
    color: #F5574E;
}

.header_btn_mob:hover svg path:last-child {
    fill: #ffffff !important;
}

.form_social_links a:hover svg path,
.socilal_links a:hover svg path {
    fill: #ffffff;
}

.section-static {
    position: relative;
}

.scroll-block {
    position: relative;
    z-index: 5;
}

.img_block {
    margin-top: -3px;
}

.img_block_row, .landscaping_content, .landscaping_content_row{
    overflow: hidden;
}

.img_block_row img{
    transform: translateY(300%);
    transition: all linear 2s;
}

.img_block_row img:nth-child(2), .landscaping_item:first-child{
    transform: translateY(100%);
    transition: all linear 1s;
}

.landscaping_item:last-child{
    transform: translateY(-150%);
    transition: all linear 1.5s;
}

.landscaping_content_col .landscaping_item{
    transform: translateY(0%);
}

[data-aos^=zoom][data-aos^=zoom].aos-animate img, [data-aos^=zoom][data-aos^=zoom].aos-animate .landscaping_item {
    transform: translateY(0%);
}

.slick-track{
    transition: all linear .6s !important;
}

@media screen and (max-width: 1050px) {
    .landscaping_item, .landscaping_item:first-child, .landscaping_item:last-child{
        transform: translateY(100%);
        transition: all linear 1s;
    }
}

@media screen and (max-width: 450px){
    .header_top{
        transition: all linear .6s;
    }

    .img_block_row, .landscaping_content_row{
        margin-top: -200px;
        padding-top: 200px;
    }

    .landscaping_content_row{
        padding-top: 230px;
    }

    .landscaping_item, .landscaping_item:first-child, .landscaping_item:last-child{
        transition: all linear 1.1s;
    }

    .footer_contacts{
        margin-top: 0;
    }

    .img_block_row img:last-child{
        transition: all linear 2.5s;
        transform: translateY(300%);
    }

    .img_block_row img:nth-child(3){
        ransition: all linear .5s;
        transform: translateY(50%);
    }

    .img_block_row img:nth-child(3){
        transition: all linear 1s;
        transform: translateY(100%);
    }

    .img_block_row img:last-child{
        transition: all linear 1.5s;
        transform: translateY(150%);
    }
}

.grecaptcha-badge{
    display: none !important;
}