@media (min-width: 0px) and (max-width: 932px) {
    .btnSend {
        border-radius: 29px;
        padding: 6px 39px;
        border: none;
        background: rgba(236, 183, 115, 1);

        color: rgba(0, 0, 0, 1);

        font-family: Gilroy;
        font-weight: 700;
        font-style: Bold;
        font-size: 13px;
        line-height: 19px;
        letter-spacing: 0%;
        text-align: center;
        text-transform: uppercase;


    }

    /* =============================================Form */

    .headerForm h2 {
        font-family: Gilroy;
        font-weight: 700;
        font-style: Bold;
        font-size: 16px;
        line-height: 34px;
        letter-spacing: 0%;
        text-align: center;
        text-transform: uppercase;


        color: rgba(0, 0, 0, 1);

    }

    .form {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;

        background: rgba(255, 255, 255, 1);
        padding: 30px 39px;
        border-radius: 20px;
    }

    .form input {

        padding: 8px 26px;
        border-radius: 23px;
        background: rgba(217, 217, 217, 1);

        font-family: Mulish;
        font-weight: 400;
        font-style: Regular;
        font-size: 8px;
        line-height: 16px;
        letter-spacing: 0%;


        color: rgba(0, 0, 0, 1);

    }

    .mainForm {
        display: flex;
        flex-direction: column;
    }

    .mainForm label {
        font-family: Mulish;
        font-weight: 400;
        font-style: Regular;
        font-size: 10px;
        line-height: 18px;
        letter-spacing: 0%;

        color: rgba(0, 0, 0, 1);
    }

    .btnForm {
        width: 100%;
        border-radius: 29px;
        border: none;

        padding: 12px 0px;

        color: rgba(236, 183, 115, 1);
        font-family: Gilroy;
        font-weight: 700;
        font-style: Bold;
        font-size: 10px;
        line-height: 19px;
        letter-spacing: 0%;
        text-align: center;
        text-transform: uppercase;


        background: rgba(27, 44, 63, 1);
    }

    /* ==========================================End-form */

    .navBar {
        display: none;
    }

    .navBar.active {
        top: 100%;
        display: flex;

        position: absolute;
        flex-direction: column;

        background: rgba(37, 65, 97, 0.671);
        backdrop-filter: blur(5px);
        padding: 20px;

        border-radius: 50px;

    }

    .navBar a {
        font-family: Gilroy;
        font-weight: 500;
        font-style: Medium;
        font-size: 14px;
        line-height: 100%;
        letter-spacing: 0%;

        margin-bottom: 20px;


        color: rgba(236, 183, 115, 1);

    }

    .logoHeaderMobail {
        display: block;
        margin: 0px;
        padding: 0px;
        width: 137px;
        height: 51px;
    }

    .btnBurger {
        display: block;
        background: none;
        border: none;
    }

    .imgBurger {
        width: 24px;
        height: 19px;
    }

    .containerHeader {
        width: 100%;
        position: fixed;

        z-index: 1000;

        top: 2%;
    }

    .contentHeader {

        display: flex;
        align-items: center;
        justify-content: space-between;

        width: 90%;
        margin: 0 auto;
        padding: 20px;

        border-radius: 50px;

        background: rgba(27, 44, 63, 1);

    }

    .logoHeader {
        display: none;
    }

    /* ===================containerSection1============== */

    .containerSection1 {
        width: 100%;
        padding: 160px 0px 72px 0px;

        background: 100% 100% / 100% 100% no-repeat url(../images/banerSection1.png);
        border-bottom-left-radius: 150px;
        border-bottom-right-radius: 150px;
    }

    .contentSection1 {
        width: 90%;
        margin: 0 auto;
    }

    .headerSection1 h1 {
        font-family: Gilroy;
        font-weight: 900;
        font-style: Black;
        font-size: 23px;
        line-height: 28px;
        letter-spacing: 0%;
        text-align: center;
        text-transform: uppercase;


        color: rgba(0, 0, 0, 1);

    }

    .headerSection1 p {
        font-family: Mulish;
        font-weight: 400;
        font-style: Regular;
        font-size: 10px;
        line-height: 12px;
        letter-spacing: 0%;
        text-align: center;


        color: rgba(0, 0, 0, 1);

    }

    /* =======================================containerSection2 */

    .contentSection2 {
        width: 90%;
        margin: 0 auto;
    }

    .imgSection2 {
        height: 100%;
        width: 100%;
        border-radius: 20px;

        position: relative;
    }

    .imgTeam {
        width: 100%;
        height: 100%;

        border-radius: 20px;
    }

    .textImgSection2 {
        padding: 12px;

        position: absolute;
        bottom: 10%;
        left: 50%;
        width: 80%;
        transform: translateX(-50%);
        background: rgba(0, 0, 0, 1);
        border-radius: 29px;
    }

    .textImgSection2 h4 {
        font-family: Gilroy;
        font-weight: 700;
        font-style: Bold;
        font-size: 10px;
        line-height: 19px;
        letter-spacing: 0%;
        text-align: center;
        text-transform: uppercase;


        color: rgba(255, 255, 255, 1);
    }

    .blockSection2 {
        background: rgba(255, 255, 255, 0.079);
        backdrop-filter: blur(10px);
        padding: 17px;
        width: 100%;
        border-radius: 100px;

        border: 2px solid rgba(255, 255, 255, 0.333);
    }

    .blockSection2 h2 {
        font-family: Gilroy;
        font-weight: 700;
        font-style: Bold;
        font-size: 23px;
        line-height: 34px;
        letter-spacing: 0%;
        text-align: center;
        text-transform: uppercase;


        color: rgba(255, 255, 255, 1);

    }

    .blockSection2 p {
        font-family: Mulish;
        font-weight: 400;
        font-style: Regular;
        font-size: 12px;
        line-height: 12px;
        letter-spacing: 0%;
        text-align: center;


        color: rgba(255, 255, 255, 1);

    }

    /* =====================================containerSection3============================= */

    .containerSection3 {
        padding: 78px 0px;
        background: rgba(255, 255, 255, 1);

        border-bottom-left-radius: 150px;
        border-bottom-right-radius: 150px;
    }

    .contentSection3 {
        width: 90%;
        margin: 0 auto;
    }

    .headerSection3 h1 {
        font-family: Gilroy;
        font-weight: 900;
        font-style: Black;
        font-size: 23px;
        line-height: 28px;
        letter-spacing: 0%;
        text-align: center;
        text-transform: uppercase;


        color: rgba(0, 0, 0, 1);
    }

    .blockTextSection3 {
        border-radius: 70px;
        padding: 33px 64px;
        background: linear-gradient(rgba(0, 0, 0, 1), rgba(27, 44, 63, 1));
        text-align: center;
    }

    .blockTextSection3 p {
        margin: 0px;
        font-family: Mulish;
        font-weight: 400;
        font-style: Regular;
        font-size: 10px;
        line-height: 12px;
        letter-spacing: 0%;
        text-align: center;



        color: rgba(255, 255, 255, 1);

    }

    .bolckSection3 {
        padding: 10px;
    }

    .bolckSection3 p {
        font-family: Mulish;
        font-weight: 400;
        font-style: Regular;
        font-size: 10px;
        line-height: 12px;
        letter-spacing: 0%;
        text-align: center;

        color: rgba(0, 0, 0, 1);

    }

    .imgSection3 {
        width: 84px;
        height: 84px;
        margin-bottom: 20px;
    }

    /* =====================================containerSection4============================= */

    .contentSection4 {
        width: 90%;
        margin: 0 auto;
    }

    .textSection4 {
        height: 100%;
        padding: 46px 67px;

        border: 1px solid rgba(236, 183, 115, 0.425);
        border-radius: 20px;

        background: rgba(236, 183, 115, 0.082);


    }

    .textSection4 h2 {
        font-family: Gilroy;
        font-weight: 900;
        font-style: Black;
        font-size: 20px;
        line-height: 24px;
        letter-spacing: 0%;
        text-align: center;
        text-transform: uppercase;


        color: rgba(255, 255, 255, 1);

        backdrop-filter: blur(10px);
        border-bottom: 4px solid rgba(255, 255, 255, 1);
    }

    .textSection4 .goldText {

        font-family: Gilroy;
        font-weight: 900;
        font-style: Black;
        font-size: 20px;
        line-height: 24px;
        letter-spacing: 0%;
        text-align: center;
        text-transform: uppercase;


        color: rgba(236, 183, 115, 1);
    }

    .textSection4 p {
        font-family: Mulish;
        font-weight: 400;
        font-style: Regular;
        font-size: 10px;
        line-height: 12px;
        letter-spacing: 0%;
        text-align: center;


        color: rgba(255, 255, 255, 1);
    }

    .imgSection4Top {
        height: 249px;
        width: 100%;
        border-radius: 20px;

        margin-bottom: 50px;

        background: no-repeat url(../images/team2.jpg);
        background-size: 120%;
        background-position: center;
    }

    .imgSection4Bottom {
        height: 249px;
        width: 100%;
        border-radius: 20px;

        margin-bottom: 50px;

        background: no-repeat url(../images/team3.jpg);
        background-size: 150%;
        background-position: center;
    }

    .blockSetepSection4 {
        width: 100%;
        display: flex;
        align-items: center;

    }

    .blockSetepSection4 img {
        display: block;
        margin-right: 20px;

        width: 21px;
        height: 20px;
    }

    .blockSetepSection4 p {
        display: block;
        margin: 0px;

        font-family: Mulish;
        font-weight: 400;
        font-style: Regular;
        font-size: 10px;
        line-height: 12px;
        letter-spacing: 0%;

        color: rgba(255, 255, 255, 1);
    }

    .blockSetepSection4White {
        background: none;
        border-radius: 70px;
        border: 1px solid rgba(255, 255, 255, 1);
        padding: 16px;
    }

    .blockSetepSection4Black {
        background: rgba(0, 0, 0, 1);
        border-radius: 70px;
        border: 1px solid rgba(255, 255, 255, 1);
        padding: 16px;
    }

    /* =====================================containerSection6============================= */

    .contentSection6 {
        width: 90%;
        margin: 0 auto;
    }

    .textSection6 {
        height: 100%;
        padding: 46px 67px;

        border: 1px solid rgba(236, 183, 115, 0.425);
        border-radius: 20px;

        background: rgba(236, 183, 115, 0.082);


    }

    .imgSection6 {
        height: 290px;
        width: 100%;
        border-radius: 20px;

        background: no-repeat url(../images/tanya.jpg);
        background-size: 100%;
        background-position: center;
    }

    .textSection6 h2 {
        font-family: Gilroy;
        font-weight: 900;
        font-style: Black;
        font-size: 20px;
        line-height: 24px;
        letter-spacing: 0%;
        text-align: center;
        text-transform: uppercase;


        padding-bottom: 21px;
        margin-bottom: 21px;

        color: rgba(255, 255, 255, 1);

        backdrop-filter: blur(10px);
        border-bottom: 4px solid rgba(255, 255, 255, 1);
    }

    .textSection6 .goldText {

        font-family: Gilroy;
        font-weight: 900;
        font-style: Black;
        font-size: 20px;
        line-height: 24px;
        letter-spacing: 0%;
        text-align: center;
        text-transform: uppercase;


        color: rgba(236, 183, 115, 1);
    }

    .textSection6 p {
        font-family: Mulish;
        font-weight: 400;
        font-style: Regular;
        font-size: 10px;
        line-height: 13px;
        letter-spacing: 0%;
        text-align: center;


        color: rgba(255, 255, 255, 1);
    }

    /* ==========================================containerSection9 */

    .contentSection9 {
        width: 90%;
        margin: 0 auto;
    }

    .contentSection9 p {
        font-family: Mulish;
        font-weight: 400;
        font-style: Regular;
        font-size: 10px;
        line-height: 13px;
        letter-spacing: 0%;
        text-align: center;


        color: rgba(217, 217, 217, 1);

    }



    .textSection9 {
        height: 100%;
        padding: 46px 67px;

        border: 1px solid rgba(236, 183, 115, 0.425);
        border-radius: 20px;

        background: rgba(236, 183, 115, 0.082);


    }

    .textSection9 h2 {
        font-family: Gilroy;
        font-weight: 900;
        font-style: Black;
        font-size: 20px;
        line-height: 24px;
        letter-spacing: 0%;
        text-align: center;
        text-transform: uppercase;


        padding-bottom: 21px;
        margin-bottom: 21px;

        color: rgba(255, 255, 255, 1);

        backdrop-filter: blur(10px);
        border-bottom: 4px solid rgba(255, 255, 255, 1);
    }

    .textSection9 .goldText {

        font-family: Gilroy;
        font-weight: 900;
        font-style: Black;
        font-size: 20px;
        line-height: 24px;
        letter-spacing: 0%;
        text-align: center;
        text-transform: uppercase;


        color: rgba(236, 183, 115, 1);
    }

    .textSection9 p {
        font-family: Mulish;
        font-weight: 400;
        font-style: Regular;
        font-size: 10px;
        line-height: 13px;
        letter-spacing: 0%;
        text-align: center;


        color: rgba(255, 255, 255, 1);
    }

    /* ========================================================ContainerFooter */

    .contentFooter {
        width: 90%;
        margin: 0 auto;
    }

    .imgLogoFooter {
        width: 250px;
        height: 94px;
    }

    .btnFooter {
        width: 100%;
        border-radius: 29px;
        border: 1px solid rgba(236, 183, 115, 1);
        background: none;

        padding: 17px;

        font-family: Gilroy;
        font-weight: 700;
        font-style: Bold;
        font-size: 16px;
        line-height: 19px;
        letter-spacing: 0%;
        text-align: center;
        text-transform: uppercase;

        color: rgba(236, 183, 115, 1);

    }

    .contentFooter a {
        font-family: Mulish;
        font-weight: 400;
        font-style: Regular;
        font-size: 10px;
        line-height: 16px;
        letter-spacing: 0%;


        color: rgba(255, 255, 255, 1);

        text-decoration: none;

    }

    .contentFooter p {
        font-family: Mulish;
        font-weight: 400;
        font-style: Regular;
        font-size: 10px;
        line-height: 16px;
        letter-spacing: 0%;
        text-align: center;


        color: rgba(217, 217, 217, 1);

    }

    .imgContact {
        margin-right: 10px;
    }


    /* =======================containerModal================== */

    .containerModal {
        display: none;
        width: 100%;
        height: 100vh;
        position: fixed;
        top: 0px;
        left: 0px;
        background: rgba(0, 0, 0, 0.559);
    }

    .containerModal.active {
        display: block;
        z-index: 1000;
    }


    .closedBloc {
        width: 10%;
    }

    .contentModal {
        width: 90%;
        margin: 30% auto;
        height: 70%;
        display: flex;
        padding: 0px;
        justify-content: space-between;
    }

    .mainModal {
        width: 90%;
    }

    .closedModal {
        background: none;
        border: none;
        margin: 0px;
    }

    .imgClosed {
        width: 27px;
        height: 27px;
    }

    .imgModal {
        width: 100%;
        height: 100%;
    }


}