*/*,
*::after,
*::before*/ {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    border: none;
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: "montserratRegular";
    scroll-behavior: smooth;

}

@font-face {
    font-family: "montserratRegular";
    src: url(../fonts/static/Montserrat-Regular.ttf);
}

@font-face {
    font-family: "montserratMedium";
    src: url(../fonts/static/Montserrat-Medium.ttf);
}

@font-face {
    font-family: "montserratSemiBold";
    src: url(../fonts/static/Montserrat-SemiBold.ttf);
}

@font-face {
    font-family: "montserratBlack";
    src: url(../fonts/static/Montserrat-Black.ttf);
}

h1 {
    font-family: "montserratSemiBold";
    font-size: 56px;
}

h2 {
    font-family: "montserratSemiBold";
    font-size: 40px;
}

h3 {
    font-family: "montserratSemiBold";
    font-size: 32px;
    color: #fff;
}

h4 {
    font-family: "montserratMedium";
    font-size: 20px;
}

.txt1 {
    font-family: "montserratRegular";
    font-size: 15px;
}

.txt2 {
    font-family: "montserratMedium";
    font-size: 20px;
}

/* header начало */
/* гамбургер начало */

header {
    padding: 30px 0 10px;
    display: flex;
    align-items: center;
    /*position: sticky;*/
    top: 0;
    z-index: 1000;
    transition: top 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.shadow {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

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

.header_btn {

    display: inline-block;
    padding: 10px 20px;
    background-color: #3F4997;
    color: white;
    text-decoration: none;
    border-radius: 80px;
    width: 100%;
}

.menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: -20px;
}

.menu-list li {
    display: inline-block;
    margin-right: 20px;
}

.menu-list a {
    color: #000;
    text-decoration: none;
}

.menu input,
label {
    display: none;
}

.offcanvas_text {
    display: none;
}

/* header конец */

/* banner начало */
.banner {
    display: flex;
    justify-content: space-between;
    padding-top: 60px;
}



.banner .block2 img {
    width: 100%;
}


.banner .bt a {
    width: 100%;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    padding: 16px 0;
    background-color: #3F4997;
    border-radius: 80px;
    white-space: nowrap;
}



.banner h1 span {
    color: #CD3539;
    font-family: 'montserratSemiBold';
}

.banner .btn_ar {
    display: flex;
    align-items: center;
    padding: 0;
    margin-top: 80px;
}

.btn_ar .help {
    color: #000;
    white-space: nowrap;
    font-size: 15px;
    width: 100%;
}

/* banner конец */
/* block1 начало */
.form {
    margin-top: 150px !important;    /* padding-top: 150px;*/
    padding-top: 0px !important;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.form .im2 {
    display: none;
}

.form .block1 {
    display: flex;
    gap: 15px;
    align-items: center;
    white-space: nowrap;
}

.form .block1 button {
    padding: 6px 15px;
    border-radius: 64px;
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
}

.form .block1 button:focus {
    /*background-color: #3F4997;
    border: 1px solid #3F4997;
    color: #fff;*/
}

.form .block2 img {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #3F4997;
}


/* block1 конец */

/* advantage начало */
.advantage {
    margin-top: 150px;

}

.advantage h2 {
    text-align: center;
    margin-bottom: 25px;
}

.advantage h2 span {
    color: #CD3539;
    font-family: 'montserratSemiBold';
}

.advantage .block2 {

    border-radius: 10px;
    border: 1px solid #3F4997;
    padding: 20px;

}





.advantage .block4 {
    border-radius: 10px;
    border: 1px solid #3F4997;
    padding: 20px 15px 15px 20px;
    height: 100%;
    display: flex;
    flex-direction: column;


}

/* advantage конец */

/* property начало */
.property .block {
    background-color: #3F4997;
    border-radius: 43px;
    margin-top: 150px;
    display: flex;
    gap: 103px;
    padding: 72px 170px 70px;
}



.property .block h3 {
    color: #fff;
}

/* property конец */

/* rate начало */
.rate .block {
    box-sizing: none;
    display: flex;
    justify-content: space-between;
}

.rate .block1 {
    border: #3F4997 1px solid;


    /* padding: 30px ; */
    border-radius: 10px;
}

.rate {
    margin: 150px 0 25px;
}
.rate .h2 {
    color: #000;
}


.rate .dos {
    text-decoration: line-through;
    color: #6A6A6A;
}

.rate .block1 h3 {
    color: #3F4997;
    margin-bottom: 20px;
}

.rate .txt_piece {
    display: flex;
    white-space: nowrap;


}

.rate .tz {
    margin: 9px 0 10px;
}

.rate .rate_txt h4 {
    font-family: 'montserratMedium';
    font-size: 20px;
}

.rate .rate_txt1 {
    padding: 20px 0;
}

.rate .rate_price h2 {
    color: #CD3539;
    padding-bottom: 5px;
}

.rate a {
    display: block;
    background-color: #3F4997;
    border-radius: 80px;
    color: #fff;
    padding: 16px 0px;
    text-decoration: none;
    font-size: 15px;
    text-align: center;
}

.rate .bt {
    margin-top: 20px;
}


/* rate конец */

/* consultation начало */
.consultation .block_fon {
    background-color: #3f499732;
    border-radius: 43px;
    padding: 40px 29px 22px 30px;
    margin-top: 150px;
}

/* .consultation .block {
    
    

} */

.consultation .reg {
    font-family: "montserratRegular";
    font-size: 20px;

    color: #000;
}

.consultation h2 span {
    color: #CD3539;
    font-family: 'montserratSemiBold';
}

.consultation .block {
    display: flex;
}


.consultation .bt a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-family: "montserratRegular";
    font-size: 15px;
    text-align: center;
    padding: 16px 0px;
    background-color: #3F4997;
    border-radius: 80px;
    text-align: center;
    width: auto;
    margin-top: 98px;
}



.consultation form input {
    border: 1px solid #3F4997;
    border-radius: 5px;
    background-color: transparent;
    width: 100%;
    padding: 14px 15px 13px 15px;
}

.consultation form .form_div {
    display: flex;

}

/* consultation конец */


/* FAQ начало */
.faq {
    margin: 150px 0 25px;
}


.faq .faq_txt {
    padding: 11px 0 0 26px;
}

.summary {
    font-family: 'montserratMedium';
    font-size: 20px;
}

.sum {
    color: #3F4997;
    font-size: 20px;
    font-family: 'montserratMedium';
    margin: 0;
}

.fc {
    display: flex;
}

details {
    border-bottom: 1px solid #D9D9D9;


}

.accordion-button::after {
    display: none;
}

.custom-image {
    width: 20px;
    /* Ширина изображения */
    height: 20px;
    /* Высота изображения */
    margin-left: 10px;
    /* Отступ слева */
    transition: transform 0.5s ease-in-out;
    /* Анимация вращения */
}

.rotate-image {
    transform: rotate(180deg);
    /* Вращение на 360 градусов */
}

.accordion-button:not(.collapsed) {
    color: #000 !important;
    background-color: transparent !important;
    box-shadow: none !important;

}

.accordion-button:not(.disabled) {
    box-shadow: none !important;
}

/* FAQ конец */

/* footer начало */
footer {
    background-color: #3F4997;
    color: #fff;
    padding: 45px 0 50px;
    margin: 100px 0 0;

}

.footer nav {
    display: flex;
    flex-direction: column;
    gap: 10px;

    text-align: left;
}

.footer nav a {
    color: #000;
    text-decoration: none;
    font-family: "montserratRegular";
    font-size: 15px;
    color: #fff;
}

.footer .footer_image .img1 {
    display: flex;
    justify-content: right;

}

.footer .footer_image img {
    width: 100%;
}

.footer .footer_image .img2 {
    display: flex;
    gap: 1em;
    margin-top: 26px;
    justify-content: right;


}

.footerimg {
    height: 45px;
}

/* footer конец */

#advantage, #price, #help, #form {
    scroll-margin-top: 100px;
}

@media (max-width: 1199.98px) {

    .menu-list {
        white-space: nowrap;
        list-style: none;
        display: flex;
        gap: -5px;
        padding: 0 0 0 5px;
        margin-top: -20px;
    }

    /* banner начало */
    .banner .btn_ar {
        margin-top: 40px;
    }

    .banner .help {
        font-size: 13px;
    }

    /* advantage начало */
    .advantage {
        margin-top: 150px;

    }

    .advantage h2 {
        text-align: center;
        margin-bottom: 25px;
    }

    .advantage h2 span {
        color: #CD3539;
        font-family: 'montserratSemiBold';
    }

    .advantage .block2 {

        border-radius: 10px;
        border: 1px solid #3F4997;
        padding: 20px;

    }



    .advantage .block {
        display: flex;
        flex-direction: column;

    }

    .advantage .block1 {
        display: flex;


    }

    .advantage .block4 {
        border-radius: 10px;
        border: 1px solid #3F4997;
        padding: 20px 15px 15px 20px;

    }

    .advantage .block4 {
        display: flex;
        flex-direction: column;

    }

    .advantage .block3 {
        display: flex;


    }

    /* advantage конец */
    .rate .block {
        overflow: scroll;
    }

    .rate .rate_txt h4 {
        font-size: 18px;
    }

    /* consultation начало */
    .consultation .block_fon {
        background-color: #3f499732;
        border-radius: 43px;
        padding: 40px 29px 22px 30px;
        margin-top: 150px;
    }

    /* .consultation .block {
    
    

} */

    .consultation .reg {
        font-family: "montserratRegular";
        font-size: 20px;

        color: #000;
    }

    .consultation h2 span {
        color: #CD3539;
        font-family: 'montserratSemiBold';
    }

    .consultation .block {
        display: flex;
    }


    .consultation .bt a {
        display: block;
        color: #fff;
        text-decoration: none;
        font-family: "montserratRegular";
        font-size: 15px;
        text-align: center;
        width: 100%;
        padding: 16px 0px;
        background-color: #3F4997;
        border-radius: 80px;
        text-align: center;
        width: auto;
        margin-top: 60px;
    }



    .consultation form input {
        border: 1px solid #3F4997;
        border-radius: 5px;
        background-color: transparent;
        width: 100%;
        padding: 14px 15px 13px 15px;
    }

    .consultation form .form_div {
        display: flex;

    }

    /* consultation конец */

}

@media (max-width: 991px) {

    h1 {
        font-family: "montserratSemiBold";
        font-size: 12px;
    }

    h2 {
        font-family: "montserratSemiBold";
        font-size: 40px;
    }

    h3 {
        font-family: "montserratSemiBold";
        font-size: 32px;
        color: #fff;
    }

    h4 {
        font-family: "montserratMedium";
        font-size: 20px;
    }

    .txt1 {
        font-family: "montserratRegular";
        font-size: 15px;
    }

    .txt2 {
        font-family: "montserratMedium";
        font-size: 18px;
    }

    /* header начало */
    .header_logo img {
        width: 100%;
        height: auto;
    }

    .header_btn {
        font-size: 0.8em;
        display: inline-block;
        padding: 10px 20px;
        background-color: #3F4997;
        color: white;
        text-decoration: none;
        border-radius: 80px;
        width: 100%;
    }

    .menu-list {
        white-space: nowrap;
        list-style: none;
        display: flex;
        gap: -5px;
        padding: 0 0 0 5px;
        margin-top: -20px;
    }

    .offcanvas-body .menu-list li {
        font-size: 16px;
    }

    .menu-list li {

        margin-right: 20px;
        font-size: 0.8em;
    }

    .menu-list a {
        color: #000;
        text-decoration: none;
    }

    /* header конец */


    /* banner начало */
    .banner {
        display: flex;
        justify-content: space-between;
        padding-top: 50px;
    }



    .banner .block2 img {
        width: 100%;
    }


    .banner .bt a {

        color: #fff;
        text-decoration: none;
        font-size: 13px;
        padding: 10px 0;
        background-color: #3F4997;
        border-radius: 80px;
        white-space: nowrap;
    }



    .banner h1 span {
        color: #CD3539;
        font-family: 'montserratSemiBold';
    }

    .banner .btn_ar {
        display: flex;

        margin-top: 30px;
    }

    .btn_ar .help {
        color: #000;
        white-space: nowrap;
        font-size: 13px;

    }

    /* banner конец */
    /* block1 начало */
    .form {
        padding-top: 150px;
        display: flex;
        flex-direction: column;
        gap: 25px;
    }

    .form .im2 {
        display: none;
    }

    .form .block1 {
        display: flex;
        gap: 15px;
        align-items: center;
        white-space: nowrap;
    }

    .form .block1 button {
        padding: 6px 15px;
        border-radius: 64px;
        background-color: #fff;
        border: 1px solid #000;
        color: #000;
    }

    .form .block1 button:focus {
        /*background-color: #3F4997;
        border: 1px solid #3F4997;
        color: #fff;*/
    }

    .form .block2 img {
        width: 100%;
    }




    .container {
        position: relative;

    }

    .rate {
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .big.row {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;

    }


    .col-md-6,
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33%;
        /* Установите ширину в зависимости от ваших нужд */
    }

    .card {
        height: 100%;
    }


    /* block1 конец */

    .property .block {
        background-color: #3F4997;
        border-radius: 43px;
        margin-top: 150px;
        display: flex;
        gap: 103px;
        padding: 72px 70px;
    }

    /* advantage начало */
    .advantage {
        margin-top: 100px;

    }

    .advantage h2 {
        text-align: center;
        margin-bottom: 25px;
    }

    .advantage h2 span {
        color: #CD3539;
        font-family: 'montserratSemiBold';
    }

    .advantage .block2 {

        border-radius: 10px;
        border: 1px solid #3F4997;
        padding: 20px;

    }

    .advantage h4 {
        font-size: 20px;
    }





    .advantage .block4 {
        border-radius: 10px;
        border: 1px solid #3F4997;
        padding: 20px 15px 15px 20px;
        height: 100%;
        display: flex;
        flex-direction: column;


    }

    /* advantage конец */

    .footer .footer_image .img2 {
        display: flex;
        gap: 1em;
        margin-top: 26px;


    }

    .footer .footer_image {
        padding-top: 15px;
    }

    .footer .footer_image .img2 {
        display: flex;
        justify-content: left;
    }
}



@media (max-width: 767.98px) {
    .banner .block2 img {
        display: none;
    }

    .banner .bt a {
        padding: 10px 0;
    }

    /* header начало */



    .header_btn {
        display: none;
    }

    header {
        padding: 20px 0 10px;
    }

    /* вфывывывывывывывы */
    /* Стили для кнопки бургера */
    .offcanvas_text {
        display: block;
    }

    .btn-close {
        box-shadow: none !important;
    }
    .item-text{
        font-size: 16px;
    }
    .menu {
        display: none;
    }

    .burger-button {
        position: relative;
        width: 30px;
        height: 20px;
        background: transparent;
        border: none;
        cursor: pointer;

    }

    .burger-button::before,
    .burger-button::after,
    .burger-button span {
        content: '';
        position: absolute;
        left: -7px;
        width: 100%;
        height: 4px;

        background: #3F4997;
        transition: transform 0.3s ease;
        border-radius: 2px;
    }

    .offcanvas {
        width: auto !important;
        padding-left: 10px !important;
    }

    .menu-list_flex {
        display: flex;
        flex-direction: column;
        gap: 15px;
        text-align: left;
    }

    .burger-button::before {
        top: 0;
    }

    .burger-button::after {
        bottom: 0;
    }

    .burger-button span {
        top: 50%;
        transform: translateY(-50%);
    }

    /* header конец */


    /* banner начало */
    .banner {
        display: flex;
        justify-content: space-between;
        padding-top: 20px;
    }



    .banner .block2 img {
        width: 100%;
    }


    .banner .bt a {

        color: #fff;
        text-decoration: none;
        font-size: 15px;
        padding: 10px 30px;
        background-color: #3F4997;
        border-radius: 80px;
        white-space: nowrap;
    }



    .banner h1 span {
        color: #CD3539;
        font-family: 'montserratSemiBold';
    }

    .banner .btn_ar {
        display: flex;

        margin-top: 20px;
    }

    .btn_ar .help {
        color: #000;
        white-space: nowrap;
    }

    /* banner конец */
    /* block1 начало */
    .form {
        margin-top: 50px !important;    /* padding-top: 50px;*/
        padding-top: 0px !important;
        display: flex;
        flex-direction: column;
        gap: 25px;
    }

    .form .im2 {
        display: none;
    }

    .form .block1 {
        display: flex;
        gap: 15px;
        align-items: center;
        white-space: nowrap;
        overflow: scroll;
        scrollbar-width: none;
    }

    .form .block1 button {
        padding: 6px 15px;
        border-radius: 64px;
        background-color: #fff;
        border: 1px solid #000;
        color: #000;
    }

    .form .block1 button:focus {
        /*background-color: #3F4997;
        border: 1px solid #3F4997;
        color: #fff;*/
    }

    .form .block2 {
        display: flex;
        gap: 1em;
        overflow: scroll;
        scrollbar-width: none;
    }



    .form .im1 {
        display: none;
    }

    .form .im2 {

        width: 90%;
        display: block;
        display: flex;

        /* flex-direction: column-reverse; */
    }




    .rate .rate_txt h4 {
        font-family: 'montserratRegular';
        font-size: 15px;
    }

    .txt1 {
        font-family: 'montserratRegular';
        font-size: 14px;
    }

    .rate {
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .big.row {
        display: flex;
        flex-wrap: nowrap;



    }


    .col-md-6,
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33%;
        /* Установите ширину в зависимости от ваших нужд */
    }

    .card {
        height: 100%;
    }






    /* block1 конец */

    /* advantage начало */
    .advantage {
        margin-top: 70px;

    }

    .advantage h2 {
        text-align: center;
        margin-bottom: 25px;
    }

    .advantage h2 span {
        color: #CD3539;
        font-family: 'montserratSemiBold';
    }

    .advantage .block2 {

        border-radius: 10px;
        border: 1px solid #3F4997;
        padding: 20px;

    }





    .advantage .block4 {
        border-radius: 10px;
        border: 1px solid #3F4997;
        padding: 20px 15px 15px 20px;
        height: 100%;
        display: flex;
        flex-direction: column;


    }

    /* advantage конец */


    /* consultation начало */
    .consultation .block_fon {
        background-color: #3f499732;
        border-radius: 43px;
        padding: 40px 29px 22px 30px;
        margin-top: 50px;
    }

    /* .consultation .block {
    
    

} */

    .consultation .reg {
        font-family: "montserratRegular";
        font-size: 20px;

        color: #000;
    }

    .consultation h2 span {
        color: #CD3539;
        font-family: 'montserratSemiBold';
    }

    .consultation .block {
        display: flex;
        flex-direction: column;
    }


    .consultation .bt a {
        display: block;
        color: #fff;
        text-decoration: none;
        font-family: "montserratRegular";
        font-size: 15px;
        text-align: center;
        padding: 16px 0px;
        background-color: #3F4997;
        border-radius: 80px;
        white-space: nowrap;
        text-align: center;
        width: auto;
        margin-top: 40px;
    }



    .consultation form input {
        border: 1px solid #3F4997;
        border-radius: 5px;
        background-color: transparent;
        width: 100%;
        padding: 14px 15px 13px 15px;
    }

    .consultation form .form_div {
        display: flex;

    }

    /* consultation конец */


    /* property начало */
    .property .block {
        background-color: #3F4997;
        border-radius: 43px;
        margin-top: 50px;
        display: flex;


        text-align: center;
        gap: 50px;
        padding: 72px;
    }



    .property .block h3 {
        color: #fff;
    }

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

    /* property конец */
    .faq {
        margin-top: 50px;
    }

    .footer .footer_image .img2 {
        display: flex;
        gap: 1em;
        margin-top: 26px;


    }

    .footer .img1 {
        display: flex;
    }

    footer {
        margin: 50px 0 0;
    }

    #form {
        scroll-margin-top: 70px;
    }

}

@media (max-width: 575.98px) {
    .banner .btn_ar {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

}