.about .about_info {
    width: 100%;
    max-width: 643px;
    margin-right: 20px
}

.about .about_info .p2 {
    color: var(--Text-color);
    max-width: 643px;
    margin: 40px 0 0
}

.about_info_box {
    width: 360px;
    min-width: 360px
}

.about_info_box_ul {
    list-style: none;
    padding: 20px;
    border-radius: 8px;
    background: var(--BG2-color);
    width: 100%
}

.about_info_box_ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid var(--Line-color)
}

.about_info_box_ul li:last-child {
    border: none
}

.about_info_box_ul li p {
    color: var(--Text-color)
}

.about_info_box_ul li p:nth-child(1) {
    color: #6d6e70
}

.about_info_box button {
    width: 100%;
    margin-top: 10px
}

.section_full_img {
    padding: 0;
    width: 100%;
    height: 800px
}

.full_img {
    height: 100%;
    width: 100%
}

.full_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.section_apartment {
    background-color: var(--BG2-color)
}

.apartment_title .title {
    width: calc(100% - 30px);
    margin-right: 20px
}

.apartment_title p {
    color: var(--Text-color);
    width: 100%
}

.apartment_content {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 50px;
    margin-bottom: 20px
}

.apartment_block {
    overflow: hidden;
    width: 100%;
    margin-bottom: 30px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(50% - 20px);
    flex: 1 1 calc(50% - 20px);
    -webkit-box-shadow: 0 2px 15px 0 rgba(104, 70, 47, .1);
    box-shadow: 0 2px 15px 0 rgba(104, 70, 47, .1)
}

.apartment_block:nth-child(even) {
    margin-left: 20px
}

.section_apartment .swiper {
    width: 100%;
    height: 330px;
    overflow: hidden
}

.section_apartment .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    background: #f5f5f5
}

.section_apartment .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.apartment_info p {
    color: var(--Text-color)
}

.section_apartment .swiper-button-prev {
    left: 30px
}

.section_apartment .swiper-button-next {
    right: 30px
}

.apartment_info {
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.appartment_detal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 20px
}

.appartment_detal p {
    margin-bottom: 10px
}

.appartment_detal p:last-child {
    margin: 0
}

.apartment_btn {
    color: #fff;
    padding: 15px 24px;
    gap: 10px;
    background: var(--brown);
    gap: 12px
}

.section_advantages .title {
    max-width: 820px;
    margin: 0 auto;
    margin-bottom: 40px
}

.section_advantages .title p {
    color: var(--Text-color);
    margin-top: 20px
}

.advantages_line {
    margin-bottom: 32px
}

.advantages_line:last-child {
    margin: 0
}

.advantages_box {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(33.333% - 20px);
    flex: 1 1 calc(33.333% - 20px);
    margin-right: 20px;
    border-radius: 5px;
    background: var(--BG2-color);
    padding: 24px
}

.advantages_box:last-child {
    margin-right: 0
}

.advantages_box_img {
    min-width: 40px;
    min-height: 40px;
    max-width: 40px;
    max-height: 40px;
    border: 1px solid var(--Line-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 20px
}

.advantages_box_content p {
    color: var(--Text-color)
}

.advantages_box_content p:nth-child(1) {
    margin-bottom: 10px
}

.advantages_box_content p:nth-child(2) {
    opacity: .7
}

.section_gallery_swipper {
    background: var(--BG2-color)
}

.section_gallery_swipper .title {
    max-width: 820px;
    margin: 0 auto;
    margin-bottom: 40px
}

.section_gallery_swipper .title p {
    color: var(--Text-color);
    margin-top: 20px
}

.section_gallery_swipper .swiper {
    width: 100%;
    overflow: unset;
    margin-bottom: 40px
}

.section_gallery_swipper .swiper .swiper-slide {
    height: 600px;
    width: 71.53%;
    overflow: hidden;
    border-radius: 5px
}

.section_gallery_swipper .swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.section_gallery_swipper .swipper_container {
    width: 71.53%;
    position: absolute;
    left: 50%;
    z-index: 999;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.section_gallery_swipper .swipper_container .swiper-button-next {
    right: 25px
}

.section_gallery_swipper .swipper_container .swiper-button-prev {
    left: 25px
}

.section_gallery_swipper .swiper-pagination {
    bottom: -40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.section_gallery_swipper .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: var(--Line-color);
    opacity: .8
}

.section_gallery_swipper .swiper-pagination .swiper-pagination-bullet-active {
    background: var(--Text-color);
    width: 14px;
    opacity: 1;
    height: 14px
}

.section_gallery_two_swipper {
    background: var(--Text-color)
}

.section_gallery_two_swipper .title h2 {
    color: var(--BG1_text-color);
    max-width: 610px;
    margin: 0 auto
}

.section_gallery_two_swipper .title p {
    color: var(--BG1_text-color)
}

.section_gallery_two_swipper .swiper-pagination .swiper-pagination-bullet {
    background: var(--Additional-text-color)
}

.section_gallery_two_swipper .swiper-pagination .swiper-pagination-bullet-active {
    background: var(--BG1_text-color)
}

.section_banner_form {
    background: var(--BG2-color)
}

.banner_form {
    padding: 60px 40px;
    background: var(--BG1_text-color);
    background-image: url(../img/star_form.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right
}

.banner_form h3 {
    color: var(--Text-color)
}

.banner_form p {
    color: var(--Text-color);
    max-width: 610px;
    margin-top: 16px
}

.banner_form form {
    margin-top: 40px
}

.banner_form form .application__form-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.banner_form .application__form-wrapper .submit-wrap,
.banner_form .application__form-wrapper input {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(33.333% - 20px);
    flex: 1 1 calc(33.333% - 20px)
}

.banner_form form .application__form-wrapper .wpcf7-spinner {
    display: none
}

.banner_form form .application__form-wrapper label {
    margin: 0
}

.banner_form form .application__form-wrapper .application_margin {
    margin: 0 20px
}

.section_master_plan_two {
    background-color: var(--Text-color);
    padding-bottom: 30px
}

.section_master_plan_two .title h2 {
    color: var(--BG1_text-color)
}

.section_master_plan_two .title p {
    max-width: 1030px;
    margin: 0 auto;
    margin-top: 30px
}

.master_plan_img {
    width: 100%;
    height: 580px;
    display: block;
    overflow: hidden;
    margin: 40px 0 30px
}

.master_plan_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.master_plan_content {
    width: 100%;
    padding: 0 30px;
    max-width: 1440px;
    margin: 0 auto
}

.master_plan_box {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(33.333% - 20px);
    flex: 1 1 calc(33.333% - 20px);
    margin-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.master_plan_box_img {
    width: 145px;
    min-width: 145px;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 20px
}

.master_plan_box_content p {
    width: 100%
}

.master_plan_box_content p.p3 {
    color: var(--BG1_text-color);
    opacity: .8;
    margin-top: 10px;
    line-height: 140%;
    letter-spacing: .16px;
    font-size: 16px
}

.master_plan_box_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.master_plan_box:last-child {
    margin-right: 0
}

.plan_title {
    margin-bottom: 50px
}

.plan_title p {
    max-width: 884px;
    margin-top: 30px;
    color: var(--Text-color)
}

.plan_content li:last-child {
    margin-bottom: 0
}

.plan {
    width: 100%
}

.plan_img {
    width: 100%
}

.plan_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.plan_content {
    min-width: 320px;
    padding: 50px 20px 50px 50px;
    background: var(--BG2-color);
    margin-left: 20px
}

.plan_content p {
    color: var(--Text-color)
}

.plan_content ul {
    list-style: none;
    padding-left: 0;
    counter-reset: item
}

.plan_content li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 24px;
    counter-increment: item
}

.plan_content li::before {
    content: counter(item);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background-color: var(--Accent-color);
    color: var(--BG1_text-color);
    border-radius: 50%;
    margin-right: 10px;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%
}

.plan_content li p {
    color: var(--Text-color)
}

.section_balance_plan {
    padding: 100px 0 60px
}

.section_balance_plan .plan_img {
    width: 50%
}

.section_balance_plan .plan_content {
    width: 50%;
    padding: 60px 40px 60px 60px;
    background: var(--BG2-color);
    margin-right: 20px;
    margin-left: 0
}

.plan_content .plan_p {
    margin-bottom: 30px
}

.conditions_title {
    margin-bottom: 40px
}

.conditions_title p {
    max-width: 820px;
    color: var(--Text-color);
    margin: 0 auto;
    margin-top: 30px
}

.conditions .conditions_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 20px;
    background-color: var(--BG1_text-color);
    -webkit-box-shadow: 0 2px 15px 0 rgba(104, 70, 47, .1);
    box-shadow: 0 2px 15px 0 rgba(104, 70, 47, .1);
    border-radius: 2px;
    margin-right: 20px;
    width: 33.333%
}

.conditions .conditions_box:last-child {
    margin-right: 0
}

.conditions .conditions_box h3 {
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: -.8px;
    color: var(--Accent-color);
    margin-bottom: 10px
}

.conditions .conditions_box .p2 {
    color: var(--Accent-color);
    opacity: .8
}

.conditions_full {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 40px;
    background-color: var(--BG1_text-color);
    -webkit-box-shadow: 0 2px 15px 0 rgba(104, 70, 47, .1);
    box-shadow: 0 2px 15px 0 rgba(104, 70, 47, .1);
    border-radius: 2px;
    width: 100%;
    margin-top: 20px
}

.conditions_full_cont p {
    color: var(--Accent-color)
}

.conditions_full_cont p.p3 {
    margin-top: 20px;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    opacity: .6;
    line-height: 120%;
    color: var(--Text-color)
}

.section_conditions {
    background: var(--BG2-color)
}

.section_investment {
    padding: 60px 0
}

.investment {
    margin-top: 50px
}

.investment h3,
.investment p {
    color: var(--Text-color)
}

.investment_left,
.investment_right {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(50% - 20px);
    flex: 1 1 calc(50% - 20px)
}

.investment_left {
    margin-right: 20px;
    padding-right: 30px
}

.investment_left .conditions {
    margin-top: 30px;
    max-width: 376px
}

.investment_left .conditions .conditions_box {
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    margin-top: 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 5px;
    background: var(--BG2-color, #f5f5f7)
}

.investment_left .conditions .conditions_box h3 {
    font-size: 28px;
    margin-bottom: 16px
}

.investment_box {
    margin-bottom: 20px;
    padding: 24px;
    border-radius: 5px;
    position: relative;
    background: var(--BG1_text-color);
    -webkit-box-shadow: 0 2px 15px 0 rgba(104, 70, 47, .1);
    box-shadow: 0 2px 15px 0 rgba(104, 70, 47, .1)
}

.investment_box h3 {
    margin-bottom: 16px;
    font-size: 28px;
    position: relative;
    z-index: 1
}

.investment_box p {
    position: relative;
    z-index: 1
}

.investment_right .investment_box:last-child {
    margin-bottom: 0
}

.investment_right .investment_box:last-child::after {
    content: url(../img/icon/pasport.svg);
    position: absolute;
    right: 37px;
    top: -25px;
    z-index: 0
}

footer {
    background: var(--Accent-color);
    padding: 60px 0 120px
}

.footer {
    display: flex;
    justify-content: space-between;
}

.footer p.p2 {
    color: var(--BG1_text-color);
    margin-bottom: 4px;
}

.left_footer p.p3 {
    margin-top: 20px;
    color: var(--BG1_text-color);
    opacity: 0.7;
}

.right_footer {
    display: flex;
    gap: 60px;
}

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

.footer_box a {
    margin-top: 20px;
    display: flex;
    align-items: center;
    font-family: 'Lato';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 25.2px */
    font-variant-numeric: lining-nums proportional-nums;
    color: var(--BG1_text-color);
}

.footer_box:nth-child(1) a {
    text-decoration: underline;
}

.footer_box:nth-child(2) a svg {
    margin-right: 12px;
}

.footer_box:nth-child(2) a svg path {
    fill: var(--BG1_text-color);
}

.footer_box:nth-child(3) a svg path {
    fill: var(--BG1_text-color);
}

.footer_box:nth-child(3) a {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 522.875px;
    border: 1px solid var(--BG1_text-color);
    background: rgba(255, 255, 255, 0.00);
}

.footer_box:nth-child(3) .flex_a {
    gap: 24px;
}

.section_faq {
    padding-top: 60px
}

.accordion {
    width: 100%;
    margin: 0 auto;
    margin-top: 50px
}

.accordion-item {
    border-bottom: 1px solid var(--Line-color);
    overflow: hidden
}

.accordion-button {
    width: 100%;
    padding: 32px 20px;
    text-align: left;
    background: 0 0;
    border: none;
    height: auto;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s
}

.accordion-button p {
    color: var(--Text-color)
}

.accordion-button:after {
    content: url(../img/icon/plus.svg);
    position: relative;
    opacity: 1;
    background: 0 0;
    width: auto;
    height: auto;
    top: unset;
    left: unset;
    float: right;
    font-weight: 700;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

.accordion-button.active:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .3s ease-out;
    -o-transition: max-height .3s ease-out;
    transition: max-height .3s ease-out;
    padding: 0 20px 0 20px;
    background-color: #fff
}

.accordion-content p {
    padding: 15px 0;
    color: var(--Text-color);
    max-width: 600px
}

.section_form {
    padding: 60px 0
}

.section_form .form form input,
.section_form .form form textarea {
    margin-bottom: 20px
}

.section_form form h2 {
    margin-bottom: 10px
}

.section_form .form form {
    margin: 20px 0
}

.form_bottom_content p a {
    color: #2db742
}

.form_bottom_content p a img {
    margin: 0 3px
}

.garant_img {
    width: 32px;
    height: 32px;
    margin-right: 2px
}

.garant_img img {
    width: 100%
}

.garant_info p {
    max-width: 270px;
    text-align: center
}

.garant_info {
    margin-top: 20px
}

.form {
    padding: 50px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: var(--BG2-color)
}

.content_form {
    max-width: 390px
}

.form {
    margin-right: 20px;
    width: calc(100% - 20px)
}

.form_img {
    width: 100%
}

.form_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 1000;
    overflow-y: auto;
    padding: 40px 20px
}

.modal-content {
    background: #f8f7f3;
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    max-height: 90vh;
    overflow-y: auto
}

body.modal-open {
    overflow: hidden;
    position: fixed;
    width: 100%
}

.modal_one_box .modal-content {
    max-width: 480px
}

.iti__selected-country {
    min-width: unset;
    max-width: unset
}

.iti input.iti__tel-input[type=tel] {
    width: 100%;
    padding-left: 50px
}

.iti {
    width: 100%
}

.modal .close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    color: #333;
    cursor: pointer;
    font-weight: 700
}

.mob_pdf_cont {
    display: none
}

.modal-left,
.modal-right {
    padding: 40px 50px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%
}

.modal-left {
    background: #fefefe
}

.modal-content h3,
.modal-content p {
    color: var(--Text-color)
}

.modal-content h3 {
    margin-bottom: 10px
}

.modal-left form {
    margin: 20px 0
}

.modal-left form textarea {
    margin-bottom: 20px
}

.mob_pdf_cont .images,
.modal-right .images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 20px 0 15px
}

.mob_pdf_cont .images .modal_img,
.modal-right .images .modal_img {
    width: calc(33.333% - 5px);
    border-radius: 5px;
    height: 70px;
    height: auto;
    position: relative;
    overflow: hidden;
    margin-right: 5px;
    margin-bottom: 5px
}

.mob_pdf_cont .images .modal_img:last-child,
.modal-right .images .modal_img:last-child {
    margin-right: 0
}

.mob_pdf_cont .images .modal_img:nth-child(3),
.modal-right .images .modal_img:nth-child(3) {
    margin-right: 0
}

.modal-right .images .modal_img:last-child {
    margin-right: 0
}

.modal-right .images .modal_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.conditions_box_mob {
    display: none
}

.application__form label.application_surname {
    position: absolute;
    max-height: 0;
    max-width: 0;
    opacity: 0;
    visibility: hidden;
    z-index: -999999
}

.thank-you-page {
    position: relative
}

.thank-you-page .main_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.thank-you-page .main_img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.thank-you-page .container {
    text-align: center
}

.thank-you-page .container h2 {
    font-weight: 600;
    color: var(--BG1_text-color);
    margin-bottom: 10px
}

.bottom_line_svg {
    margin-right: 9px;
    margin-top: -2px;
    display: block
}

.modal_swiper .modal-content {
    max-width: 1240px;
}

.modal_swiper .modal-content .swiper {
    width: 100%;
    max-height: 620px;
}

.modal_swiper .modal-content .swiper .swiper-slide {
    width: 100%;
    height: 100%;
}

.modal_swiper .modal-content .swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.modal_swiper .modal-content .modal-right {
    width: 100%;
    max-width: 315px;
    padding: 40px 20px;
}

.modal_swiper .modal-content .modal-right form .submit-wrap {
    margin-top: 20px;
}

.modal_swiper .modal-content .modal-right .wa_link_btn {
    border-radius: 5px;
    border: 1px solid #00A854;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-top: 12px;
    color: #00A854;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: 'Lato';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.modal_swiper .modal-content .modal-right .wa_link_btn svg {
    margin-right: 4px;
}

.modal_swiper .modal-content .modal-right .garant_info img {
    display: block;
    width: 32px;
    height: 32px;
}

.modal_swiper .modal-content .modal-right .garant_info p {
    text-align: start;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-left: 10px;
}

.custom-pagination {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 10;
    background: rgba(0, 0, 0, 0.5);
    font-family: 'Lato';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    padding: 5px 10px;
    border-radius: 20px;
    color: var(--BG1_text-color);
}

@media (max-width: 968px) {
    .modal_swiper .modal-content {
        height: 40vh;
    }
    .modal_swiper .modal-content .modal-right {
        display: none;
    }
    .modal_swiper .close-btn {
        z-index: 999;
        font-size: 30px;
        color: var(--BG1_text-color);
        background: rgba(0, 0, 0, 0.5);
        border-radius: 20px;
        width: 30px;
        height: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 5px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .modal_swiper .close-btn svg path {
        stroke: #fff;
    }
}

@media screen and (max-width:1360px) {
    .master_plan_box_content p {
        font-size: 20px;
        line-height: 120%
    }
    .master_plan_box_content p.p3 {
        margin-top: 8px;
        line-height: 120%
    }
}

@media screen and (max-width:1280px) {
    .section_full_img {
        height: 500px
    }
    .conditions_full_cont {
        margin-right: 20px
    }
    .section_balance_plan .plan_content {
        padding: 30px 20px
    }
    .section_gallery_swipper .swiper .swiper-slide {
        height: 450px
    }
    .master_plan_img {
        height: 450px
    }
    .master_plan_content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .master_plan_box {
        max-width: 460px;
        margin-bottom: 24px;
        min-width: 410px
    }
    .section_master_plan_two {
        padding-bottom: 0
    }
    .bottom_line p {
        font-size: 18px;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .bottom_line p svg {
        display: none
    }
    .advantages_box {
        padding: 16px
    }
    .advantages_box_img {
        margin-right: 12px
    }
    .advantages_line {
        margin-bottom: 20px
    }
    .advantages_box {
        margin-right: 15px
    }
}

@media screen and (max-width:968px) {
    .wrapper {
        padding: 0 20px
    }
    .about {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto
    }
    .about .about_info {
        max-width: 100%;
        margin: 0;
        margin-bottom: 30px;
        text-align: center
    }
    .about_info_box {
        margin: 0 auto;
        min-width: unset;
        max-width: 400px
    }
    .about_info p {
        text-align: start
    }
    .section_full_img {
        height: 300px
    }
    .section_bottom_line .bottom_line {
        display: none
    }
    .conditions_full {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .conditions_full_cont {
        margin-right: 0;
        margin-bottom: 20px;
        text-align: center
    }
    .conditions .conditions_box {
        text-align: center
    }
    .content_tab {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .content_tab_img {
        width: 100%;
        border-right: unset;
        border-bottom: 1px solid var(--Line-color)
    }
    .investment {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .investment_left {
        padding-right: 0;
        margin-right: 0;
        margin-bottom: 20px
    }
    .form {
        position: relative;
        z-index: 1;
        margin-right: 0;
        width: 100%
    }
    .form_img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0
    }
    .accordion-button p {
        padding-right: 30px
    }
    .modal-left,
    .modal-right {
        padding: 40px 30px
    }
    .modal-content h3 {
        font-size: 20px
    }
    .apartment_title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        text-align: center;
        margin-right: 0
    }
    .apartment_title p {
        text-align: start;
        margin-top: 30px
    }
    .section_apartment .swiper {
        height: 300px
    }
    .section_apartment .swiper-button-next {
        right: 16px
    }
    .section_apartment .swiper-button-prev {
        left: 16px
    }
    .apartment_info {
        padding: 20px 16px
    }
    .apartment_info p {
        font-size: 20px;
        line-height: 120%
    }
    .appartment_detal {
        margin-top: 16px
    }
    .appartment_detal p {
        font-size: 16px;
        line-height: 120%;
        margin-bottom: 8px
    }
    .apartment_content {
        margin-bottom: 0
    }
    .advantages {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .advantages_line {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 15px);
        flex: 1 1 calc(50% - 15px);
        margin-right: 15px;
        margin-bottom: 0
    }
    .advantages_line:last-child {
        margin-right: 0
    }
    .advantages_box {
        margin-bottom: 20px;
        margin-right: 0;
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset
    }
    .advantages_box:last-child {
        margin-bottom: 0
    }
    .advantages_box_content p {
        font-size: 16px
    }
    section {
        padding: 60px 0
    }
    .section_gallery_swipper .swiper .swiper-slide,
    .section_gallery_swipper .swipper_container {
        width: 90%
    }
    .section_banner_form .application__form-wrapper {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .section_banner_form label {
        width: calc(51% - 20px);
    }
    .banner_form form .application__form-wrapper .application_margin {
        margin-right: 0 !important;
    }
    .submit-wrap {
        margin-top: 16px;
    }
    .footer {
        flex-direction: column;
    }
    .right_footer {
        gap: 30px;
        margin-top: 30px;
        justify-content: space-between;
    }
}

@media screen and (max-width:900px) {
    .master_plan_content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .master_plan_box {
        width: 100%;
        max-width: 600px;
        margin-right: 0
    }
}

@media screen and (max-width:668px) {
    .section_banner_form .application__form-wrapper {
        flex-direction: column;
        justify-content: unset;
    }
    .section_banner_form label {
        width: 100%;
    }
    .banner_form form .application__form-wrapper .application_margin {
        margin: 0 !important;
        margin-top: 16px !important;
    }
    .plan {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .plan_content {
        margin-left: 0;
        margin-top: 20px;
        padding: 24px 16px
    }
    .plan_content ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .plan_content li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 20px);
        flex: 1 1 calc(50% - 20px)
    }
    .plan_content li:last-child,
    .plan_content li:nth-last-child(2) {
        margin-bottom: 0
    }
    .plan_content li:nth-child(even) {
        margin-left: 20px
    }
    .section_balance_plan .plan_content {
        width: 100%;
        margin: 0 0 20px
    }
    .section_balance_plan .plan_content ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .section_balance_plan .plan_img {
        width: 100%;
        height: 400px
    }
    .section_balance_plan ul li:nth-child(even) {
        margin-left: 0
    }
    .section_balance_plan ul li:nth-last-child(2) {
        margin-bottom: 20px
    }
    .about .about_info {
        text-align: center;
        width: 100%
    }
    .about .about_info p {
        text-align: start
    }
    .about_info button {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .about__slider .swiper-slide {
        min-height: 340px
    }
    .banner_form form .input_box {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px
    }
    .banner_form form .input_box:nth-child(2) {
        margin-bottom: 0
    }
    .banner_form form button {
        width: 100%
    }
    .banner_form form {
        text-align: start;
        margin-top: 30px
    }
    .plan_content li::before {
        font-size: 14px;
        min-width: 24px;
        min-height: 24px;
        max-width: 24px;
        max-height: 24px
    }
    .plan_content li p {
        font-size: 14px;
        line-height: 120%
    }
    .conditions_title p {
        text-align: start;
        margin: 30px 0 20px
    }
    .conditions_title {
        margin-bottom: 0
    }
    .conditions_full_cont p {
        font-weight: 500;
        font-family: Lato
    }
    .conditions {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .conditions .conditions_box {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        width: 100%;
        margin-bottom: 20px;
        padding: 20px
    }
    .conditions .conditions_box:last-child {
        margin-bottom: 0
    }
    .conditions .conditions_box h3 {
        margin-bottom: 0;
        margin-right: 10px;
        font-size: 24px
    }
    .conditions_full {
        padding: 20px;
        text-align: start
    }
    .conditions_full_cont {
        text-align: start
    }
    .conditions_full button {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .section_balance_plan ul li {
        margin-left: 0
    }
    .section_balance_plan ul li p {
        font-size: 16px;
        line-height: 140%
    }
    .section_balance_plan ul li:nth-child(even) {
        margin-left: 0
    }
    .section_balance_plan ul li:nth-last-child(2) {
        margin-bottom: 20px
    }
    .investment_left .conditions .conditions_box {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 0;
        margin-bottom: 0;
        margin-top: 16px
    }
    .garant_info p {
        text-align: start
    }
    .accordion-button {
        padding: 24px 16px
    }
    .investment_left .conditions {
        max-width: 100%
    }
    .dropdown_mobile {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 30px
    }
    .title_plan {
        position: relative
    }
    .about .about_info .p2.advantages_box {
        margin: 30px 0 20px
    }
    .about__slider {
        margin-top: 20px
    }
    .bottom_line_svg {
        margin-right: 9px;
        margin-top: -2px;
        display: block
    }
    .bottom_line_box .p3 {
        font-size: 16px
    }
    .section_investment {
        padding-top: 30px;
        padding-bottom: 60px
    }
    .investment {
        margin-top: 30px
    }
    .investment_left .conditions .conditions_box h3 {
        font-size: 24px;
        font-weight: 500;
        margin-bottom: 8px
    }
    .investment_left .conditions .conditions_box .p2 {
        color: var(--Text-color)
    }
    .investment_box h3 {
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 16px
    }
    .investment_box {
        padding: 20px
    }
    .content_form h2 {
        margin-bottom: 10px
    }
    .content_form p.p3 {
        font-size: 16px
    }
    .garant_img {
        margin-right: 6px
    }
    .form {
        border-radius: 5px;
        padding: 30px 20px
    }
    .modal-right {
        display: none
    }
    .modal {
        padding: 30px 20px
    }
    .modal-content {
        max-height: 100vh
    }
    .mob_pdf_cont {
        display: block
    }
    .mob_pdf_cont .images .modal_img {
        height: 70px
    }
    .mob_pdf_cont .images {
        margin: 12px 0 16px
    }
    .mob_pdf_cont .images .modal_img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
    form label {
        margin-top: 16px
    }
    .modal-left form textarea {
        margin-bottom: 16px
    }
    .modal-left form {
        margin-bottom: 16px
    }
    .garant_info {
        margin-top: 16px
    }
    .modal-left,
    .modal-right {
        padding: 40px 20px 30px
    }
    .about .about_info .p2 {
        margin: 30px 0 20px
    }
    .plan_title p {
        text-align: start
    }
    .plan_content li p .plan_title {
        margin-bottom: 20px
    }
    .plan_content {
        margin-top: 10px
    }
    .conditions_box_mob {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 20px
    }
    .conditions_box_pc {
        display: none
    }
    .section_balance_plan .plan_content {
        margin-bottom: 10px
    }
    .title_plan {
        margin-bottom: 30px
    }
    .accordion {
        margin-top: 30px
    }
    .accordion-button p {
        font-weight: 600;
        font-size: 16px;
        line-height: 140%
    }
    footer {
        padding: 80px 0 120px
    }
    .right_footer {
        flex-direction: column;
        margin-top: 40px;
        gap: 40px;
    }
    .footer_box a {
        margin-top: 14px;
        font-size: 16px;
        font-weight: 400;
    }
    .footer p.p2 {
        margin-bottom: 7px;
    }
    .plan_title {
        margin-bottom: 20px
    }
    .about_info_box {
        width: 100%;
        max-width: 500px
    }
    .section_about {
        padding-top: 80px
    }
    .about_info {
        margin-bottom: 30px
    }
    .about .about_info .p2 {
        margin-bottom: 0
    }
    .full_img {
        height: 300px
    }
    .apartment_content {
        margin-top: 24px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .apartment_block {
        margin-right: 0;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        margin-left: 0;
        margin-bottom: 24px
    }
    .apartment_block:nth-child(even) {
        margin-left: 0
    }
    .advantages {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .advantages_line {
        margin-right: 0;
        width: 100%;
        margin-bottom: 20px
    }
    .advantages_box_content p:nth-child(1) {
        margin-bottom: 6px
    }
    .title p {
        text-align: start
    }
    .section_gallery_swipper .title {
        margin-bottom: 24px
    }
    .section_gallery_swipper .swiper .swiper-slide,
    .section_gallery_swipper .swipper_container {
        width: 100%
    }
    .section_gallery_swipper .swiper-pagination {
        bottom: -30px
    }
    .section_banner_form {
        padding: 0
    }
    .section_banner_form .wrapper {
        padding: 0
    }
    .banner_form {
        padding: 60px 16px;
        background-size: contain;
        background-position: right bottom
    }
    .master_plan_img {
        height: 280px;
        margin: 24px 0
    }
    .master_plan_img img {
        -o-object-position: right;
        object-position: right
    }
    .master_plan_content {
        padding: 0 16px
    }
    .master_plan_box_img {
        width: 97px;
        max-width: 97px;
        min-width: 97px;
        max-height: 97px
    }
    .master_plan_box_content p {
        font-size: 16px
    }
    .master_plan_box_content p.p3 {
        font-size: 14px
    }
    .master_plan_box {
        margin-bottom: 24px
    }
    .section_balance_plan .plan_img {
        height: 280px
    }
    .section_balance_plan {
        padding-bottom: 30px;
        padding-top: 60px;
    }
    .accordion-content p {
        padding-top: 0
    }
    .master_plan_box {
        min-width: unset
    }
    .section_advantages .title {
        margin-bottom: 20px;
    }
}

@media screen and (max-width:448px) {
    .wrapper {
        padding: 0 16px
    }
    .footer_info {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        text-align: start;
        width: 100%
    }
    .footer_contact a:nth-child(1) {
        border: none;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start
    }
    .footer_contact {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        gap: 21px
    }
    .footer_contact a {
        padding: 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        text-align: start
    }
    .footer_info {
        gap: 21px
    }
    .footer_info .p2 br {
        display: none
    }
    .footer_info .p2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 10px
    }
}