body {
    background: rgba(0, 0, 0, 1);
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
}

.red {
    border: 1px solid red;
}

.marginbottom {
    margin-bottom: 100px;
}

.goldText {
    font-family: Gilroy;
    font-weight: 900;
    font-style: Black;
    font-size: 36px;
    line-height: 42px;
    letter-spacing: 0%;
    text-transform: uppercase;

    color: rgba(236, 183, 115, 1);
}

.btnSend {
    border-radius: 29px;
    padding: 12px 53px;
    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: 16px;
    line-height: 19px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;

}

/* =================================================contentHeader============================ */

.containerHeader {
    width: 100%;
    position: fixed;

    z-index: 1000;

    top: 5%;
}

.contentHeader {
    width: 70%;
    margin: 0 auto;
    padding: 20px;

    border-radius: 50px;

    background: rgba(27, 44, 63, 1);

}

.navBar {

    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto;
    padding: 0px;
}

.navBar a {
    text-decoration: none;
    font-family: Gilroy;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;

    color: rgba(236, 183, 115, 1);

}

.navBar a:hover {
    color: rgba(213, 213, 215, 1)
}

.logoHeader {
    margin: 0px;
    padding: 0px;
    width: 137px;
    height: 51px;
}



/* ===================================headerMobail======================== */

.logoHeaderMobail {
    display: none;
}

.btnBurger {
    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: 80%;
    margin: 0 auto;
}

.headerSection1 h1 {
    font-family: Gilroy;
    font-weight: 900;
    font-style: Black;
    font-size: 36px;
    line-height: 42px;
    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: 16px;
    line-height: 18px;
    letter-spacing: 0%;
    text-align: center;

    color: rgba(0, 0, 0, 1);

}



/* =======================================containerSection2 */

.contentSection2 {
    width: 70%;
    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 {
    margin: 0px;
    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(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: 32px;
    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: 16px;
    line-height: 18px;
    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: 70%;
    margin: 0 auto;
}

.headerSection3 h1 {
    font-family: Gilroy;
    font-weight: 900;
    font-style: Black;
    font-size: 36px;
    line-height: 42px;
    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: 16px;
    line-height: 18px;
    letter-spacing: 0%;
    text-align: center;

    color: rgba(255, 255, 255, 1);

}

.bolckSection3 {
    padding: 10px;
}

/* =====================================containerSection4============================= */

.contentSection4 {
    width: 60%;
    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: 36px;
    line-height: 42px;
    letter-spacing: 0%;
    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);
}

.textSection4 .goldText {

    font-family: Gilroy;
    font-weight: 900;
    font-style: Black;
    font-size: 36px;
    line-height: 42px;
    letter-spacing: 0%;
    text-transform: uppercase;

    color: rgba(236, 183, 115, 1);
}

.textSection4 p {
    font-family: Mulish;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0%;

    color: rgba(255, 255, 255, 1);
}

.imgSection4Top {
    height: 100%;
    width: 100%;
    border-radius: 20px;

    background: no-repeat url(../images/team2.jpg);
    background-size: 120%;
    background-position: center;
}

.imgSection4Bottom {
    height: 100%;
    width: 100%;
    border-radius: 20px;

    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;
}

.blockSetepSection4 p {
    display: block;
    margin: 0px;

    font-family: Mulish;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 18px;
    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;
}

/* =====================================containerSection5========================= */

.containerSection5 {
    width: 100%;
}

.contentSection5 {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 36px 0px;
    background: rgba(255, 255, 255, 1);

    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blockSection5 {
    position: absolute;
}

.blockCircle {
    width: 20px;
    height: 20px;
    border-radius: 50px;
    background: rgba(236, 183, 115, 1);
}

/* =====================================containerSection6============================= */

.contentSection6 {
    width: 70%;
    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: 100%;
    width: 100%;
    border-radius: 20px;

    background: no-repeat url(../images/tanya.jpg);
    background-size: 150%;
    background-position: center;
}

.textSection6 h2 {
    font-family: Gilroy;
    font-weight: 900;
    font-style: Black;
    font-size: 36px;
    line-height: 42px;
    letter-spacing: 0%;
    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: 36px;
    line-height: 42px;
    letter-spacing: 0%;
    text-transform: uppercase;

    color: rgba(236, 183, 115, 1);
}

.textSection6 p {
    font-family: Mulish;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0%;

    color: rgba(255, 255, 255, 1);
}



/* =====================================containerSection7============================= */
.containerSection7 {
    background: white;

    border-top-left-radius: 200px;
    border-top-right-radius: 200px;
}

.contentSection7 {
    width: 90%;
    margin: 0 auto;
    padding: 100px 0px 145px 0px;
}

.headerSection7 {
    margin-bottom: 90px;
}

.mainSection7 {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.caruselSection7 {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: space-around;

    padding: 20px 0px;
    overflow: hidden;
}

.track {
    display: flex;
    transition: transform 0.5s ease;
    position: relative;
}

.contentCarusel {
    display: flex;
    position: relative;
    width: 100%;

}

.cardCarusel {
    width: 210px;
    height: 280px;
    overflow: hidden;
    transition: transform 0.3s ease, left 0.5s ease;
    position: absolute;
    border-radius: 20px;
}

.cardCarusel:hover {
    transform: scale(1.1);
    cursor: pointer;
}

.contentCard {
    position: relative;
    width: 100%;
    height: 100%;

}

.imgCard {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.textCard {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    /* чёрный полупрозрачный фон */
    color: white;
    display: flex;
    justify-content: center;
    align-items: end;
    padding: 20px;
    text-align: start;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.cardCarusel:hover .textCard {
    opacity: 0;
}

.btnNext {
    background: rgba(0, 0, 0, 1);
    border: none;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

/* =====================================containerSection8============================= */

.containerSection8 {
    width: 100%;
}

.contentSection8 {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 36px 0px;
    background: black;

    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blockSection8 {
    position: absolute;
    color: white;
}

.blockCircle8 {
    width: 20px;
    height: 20px;
    border-radius: 50px;
    background: rgba(236, 183, 115, 1);
}


/* ==========================================containerSection9 */

.contentSection9 {
    width: 70%;
    margin: 0 auto;
}

.contentSection9 p {
    font-family: Mulish;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 16px;
    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: 36px;
    line-height: 42px;
    letter-spacing: 0%;
    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: 36px;
    line-height: 42px;
    letter-spacing: 0%;
    text-transform: uppercase;

    color: rgba(236, 183, 115, 1);
}

.textSection9 p {
    font-family: Mulish;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0%;

    color: rgba(255, 255, 255, 1);
}

.headerForm h2 {
    font-family: Gilroy;
    font-weight: 700;
    font-style: Bold;
    font-size: 26px;
    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: 1px solid rgba(217, 217, 217, 1);
    border-radius: 23px;
    background: rgba(217, 217, 217, 1);

    font-family: Mulish;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    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: 16px;
    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: 16px;
    line-height: 19px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;

    background: rgba(27, 44, 63, 1);
}

/* ========================================================ContainerFooter */

.contentFooter {
    width: 70%;
    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: 14px;
    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: 14px;
    line-height: 16px;
    letter-spacing: 0%;

    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: 30%;
    margin: 3% auto;
    height: 80%;
    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%;
}