body {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

body.modal-open {
    overflow: hidden;
}

.red {
    border: 1px solid red;
}

.headImg {
    width: 24px;
    height: 24px;
}

a {
    text-decoration: none;
    color: white !important;
    font-family: Tilda Sans;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: uppercase;
}

@font-face {
    font-family: 'Tilda Sans';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/TildaSans-Regular.woff2') format('woff2'),
        url('/fonts/TildaSans-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Tilda Sans';
    font-style: normal;
    font-weight: 500;
    src: url('/fonts/TildaSans-Medium.woff2') format('woff2'),
        url('/fonts/TildaSans-Medium.woff') format('woff');
}

@font-face {
    font-family: 'Tilda Sans';
    font-style: normal;
    font-weight: 600;
    src: url('/fonts/TildaSans-Semibold.woff2') format('woff2'),
        url('/fonts/TildaSans-Semibold.woff') format('woff');
}

@font-face {
    font-family: 'Tilda Sans';
    font-style: normal;
    font-weight: 700;
    src: url('/fonts/TildaSans-Bold.woff2') format('woff2'),
        url('/fonts/TildaSans-Bold.woff') format('woff');
}


/* ========================header=========================== */

.navbar {
    background: none !important;
    position: absolute;
    width: 100%;
    padding: 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.navbar-nav {
    width: 60%;
}

.navbar-brand {
    height: 100% !important;
    padding: 50px 20px 40px 0px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.containerHeader {
    width: 90%;
    margin: 0 auto;
}

.btnShowModal {
    font-family: Tilda Sans;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 1);
    background: none;
    border: 1px solid rgba(255, 255, 255, 1);
    padding-right: 0px;
}


.navbar-toggler {
    border-color: rgba(255, 255, 255, 0.5);
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%28255, 255, 255, 1%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}


/* ==================containerSection1========================= */

.containerSection1 {
    background:
        linear-gradient(to right, rgb(34, 37, 44), rgba(34, 37, 44, 0.967), rgba(34, 37, 44, 0.6)),
        100% 100% / 100% 100% no-repeat url(../images/item.webp);
    background-size: cover;
    width: 100%;

    padding: 250px 0px 200px 0px;

}

.contentSection1 {
    width: 90%;
    margin: 0 auto;
}

.contentSection1 h1 {
    font-family: Tilda Sans;
    font-weight: 600;
    font-size: 80px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 30px;
}

.contentSection1 h3 {
    font-family: Tilda Sans;
    font-weight: 400;
    font-size: 50px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 1);
}

.contentSection1 span {
    font-family: Tilda Sans;
    font-weight: 400;
    font-size: 50px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(117, 131, 165, 1);
}

.contentSection1 p {
    font-family: Tilda Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 1);
}

.contentSection1 input {
    padding: 10px 12px;
    background: none;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
    color: white;
}

.btnForm {
    font-family: Tilda Sans;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 1);
    padding: 10px 16px;
    background: white;
}

.blockStep {
    border: 1px solid rgba(255, 255, 255, 1);
    align-items: center;
    padding: 24px;
    display: flex;
    justify-content: center;
}

.blockStep h3 {
    font-family: Tilda Sans;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: uppercase;
    text-align: start;
    color: rgba(255, 255, 255, 1);
    margin: 0px;
}

.blockStep p {
    font-family: Tilda Sans;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    text-align: center;
    color: rgba(255, 255, 255, 1);
}

.blockStep span {
    font-family: Tilda Sans;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: rgba(117, 131, 165, 1);
}

/* ====================================iti========================== */

.iti {
    /* width: 100%; */
    position: relative;
    color: white;
}

.contentForm .iti {
    /* width: 100%; */
    position: relative;
    color: white;
    display: block;
    margin-bottom: 20px;
}

/* Стили флага (слева) */
.iti__selected-flag {
    background-color: transparent !important;
    border-radius: 1rem 0 0 1rem;
    padding: 0 12px;
}

/* Сам input */
.iti input,
.iti__tel-input {
    background: none;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
    padding: 10px 12px;
    /* отступ слева чтобы не наезжать на флаг */
    width: 100%;
    color: white;
    font-size: 1rem;
}

/* Цвет текста placeholder */
.iti input::placeholder {
    color: white;
    opacity: 0.6;
}

/* Стили выпадающего списка */
.iti__country-list {
    width: max-content;
    background: black;
    color: white;
    z-index: 9999;
    border-radius: 1rem;
    max-height: 200px;
    overflow-y: auto;
}

/* Стрелочка вниз */
.iti__arrow {
    border-top-color: white;
}

/* ====================================ContainerSection2================================== */

.containerSection2 {
    position: relative;
    overflow: hidden;
    height: 100%;
    /* или auto, или по контенту, или min-height */
    z-index: 0;
    background: linear-gradient(180deg, rgba(34, 37, 44, 0.8) 0%, #22252C 100%);
}

.containerSection2 .video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    z-index: -1;
}

.containerSection2 video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.containerSection2 .contentSection2 {
    position: relative;
    z-index: 1;
    color: white;
    padding: 40px;
    text-align: center;
    padding: 200px;
    background: linear-gradient(180deg, rgba(34, 37, 44, 0.8) 0%, #22252C 100%);
}

.contentSection2 h1 {
    font-family: Tilda Sans;
    font-weight: 900;
    font-size: 50px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: rgba(255, 255, 255, 1);
}

.contentSection2 span {
    text-transform: uppercase;
    color: rgba(117, 131, 165, 1);
}

.contentSection2 p {
    font-family: Tilda Sans;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0%;
    text-align: center;
    color: rgba(255, 255, 255, 1);
}

/* =====================================containerSection3=========================== */

.containerSection3 {
    background: rgba(232, 239, 255, 1);
}

.contentSection3 {
    padding: 120px 0px;
    width: 90%;
    margin: 0 auto;
}

.headerSection3 h1 {
    font-family: Tilda Sans;
    font-weight: 600;
    font-size: 50px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    color: rgba(34, 37, 44, 1);
}

.mainSection3 {
    border-top-left-radius: 80px;
    border-bottom-right-radius: 80px;
    overflow: hidden;
}

.mainSection3 h1 {
    font-family: Tilda Sans;
    font-weight: 600;
    font-size: 70px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 1);
    border-bottom: 1px solid rgba(255, 255, 255, 1);
    padding-bottom: 24px;
    margin-bottom: 24px;
}

.mainSection3 p {
    font-family: Tilda Sans;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: rgba(255, 255, 255, 1);
}

.blockLeftCection3,
.blockRightCection3 {
    background: rgba(34, 37, 44, 1);
    padding: 92px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.blockCenterCection3 {
    text-align: center;
    height: 100%;
    padding: 50px;
    position: relative;
    overflow: hidden;
    z-index: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


/* ====================== */

.blockCenterCection3 .video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    z-index: -2;
}

.blockCenterCection3 video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.blockCenterCection3 .contentBlockSection3 {
    position: relative;
    z-index: 1;
    color: white;
    text-align: center;
    padding: 92px 40px;
}

/* ==========================containerCarusel============================= */

.containerSection4 {
    background: rgba(34, 37, 44, 1);

}

.contentSection4 {
    width: 90%;
    margin: 0 auto;
    color: white;
    padding: 120px 0px;
}

.headerSection4 {
    text-align: center;
}

.headerSection4 h1 {
    text-transform: uppercase;
    font-family: Tilda Sans;
    font-weight: 600;
    font-size: 50px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
}

/* .btnCarusel {} */

.carousel-control-prev {
    background: none;
    width: 80px;
    height: 80px;
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 70px;
}

.carousel-control-next {
    background: none;
    width: 80px;
    height: 80px;
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 70px;
}

.static-indicators {
    position: static !important;
    /* убираем absolute из bootstrap */
    display: flex;
    justify-content: center;
    gap: 10px;
}

.custom-carousel-nav .carousel-control-prev,
.custom-carousel-nav .carousel-control-next {
    position: static;
}

.containerCardSection4 {
    border-bottom-left-radius: 80px;

}

.blockCard1 {
    background: no-repeat url(../images/card1.webp);
    background-size: cover;
    height: 100%;
}

.blockCard2 {
    background: no-repeat url(../images/card2.webp);
    background-size: cover;
    height: 100%;
}

.blockCard3 {
    background: no-repeat url(../images/forex.webp);
    background-size: cover;
    height: 100%;
}

.carousel-item {
    position: relative;
    height: 400px;
}

.carousel-item-section4 {
    height: 360px;
    width: 722px;
    border-bottom-left-radius: 80px;
    overflow: hidden;
    background: rgba(22, 24, 29, 1);
}

.carousel-item .row {
    height: 100%;
}

.contentBlockSection4 {
    padding: 20px;
    background: rgba(22, 24, 29, 1);
}

.contentBlockSection4 .btnShowModal {
    font-family: Tilda Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: uppercase;
}


.carousel-indicators [data-bs-target] {
    flex: 1;
    margin: 0px;
}

.carousel-indicators {
    margin: 0px;
}

.blockImgSection4 {
    border-bottom-left-radius: 180px;
}

/* ==================================ContainerSection5============================= */

.containerSection5 {
    height: 500px;
    position: relative;
}

.contentSection5 {
    border: 1px solid rgba(255, 255, 255, 1);
    padding: 40px;
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    z-index: 1;
}

.textSection5 {
    background: rgba(117, 131, 165, 1);
    width: 600px;
    height: 360px;
    padding: 68px 40px 60px 40px;
    text-align: center;
}

.textSection5 h3 {
    font-family: Tilda Sans;
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 1);
}

.iconSection5 {
    width: 80px;
    height: 80px;
}

.rightBlockSection5 {
    position: relative;
    /* overflow: hidden; */
}

.rightBlockSection5 .video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 680px;
    overflow: hidden;
    z-index: 0;
}

.rightBlockSection5 video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ===============================containerSection6============================== */

.containerSection6 {
    background: rgba(232, 239, 255, 1);
}

.contentSection6 {
    width: 90%;
    margin: 0 auto;
    padding: 120px 0px;
}

.headerSection6 {
    text-align: center;
}

.headerSection6 p {
    font-family: Tilda Sans;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 10%;
    vertical-align: middle;
    text-transform: uppercase;
    color: rgba(117, 131, 165, 1);
}

.headerSection6 h1 {
    font-family: Tilda Sans;
    font-weight: 600;
    font-size: 50px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    color: rgba(34, 37, 44, 1);
}

.blockSection6 {
    background: rgba(34, 37, 44, 1);
    height: 360px;
}

.blockSection6 .row {
    height: 100%;
}

.blockSection6 h1 {
    font-family: Tilda Sans;
    font-weight: 600;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 20px;
}

.blockSection6 p {
    font-family: Tilda Sans;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 1);
}

.textSection6 {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.blockImg1 {
    height: 100%;
    background: no-repeat url(../images/work1.webp);
    background-size: cover;
    background-position: center;
}

.blockImg2 {
    height: 100%;
    background: no-repeat url(../images/work2.webp);
    background-size: cover;
    background-position: center;
}

.blockImg3 {
    height: 100%;
    background: no-repeat url(../images/work3.webp);
    background-size: cover;
    background-position: center;
}

.blockImg4 {
    height: 100%;
    background: no-repeat url(../images/work4.webp);
    background-size: cover;
    background-position: center;
}

/* =====================containerSection7============================= */

.mainSection7Mobail {
    display: none;
}

.containerSection7 {
    background: rgba(34, 37, 44, 1);
}

.contentSection7 {
    width: 90%;
    margin: 0 auto;
    padding: 120px 0px;
}

/* .headerSection7 {

} */

.headerSection7 p {
    font-family: Tilda Sans;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 10%;
    vertical-align: middle;
    text-transform: uppercase;
    margin-bottom: 20px;

    color: rgba(117, 131, 165, 1);
}

.headerSection7 h1 {
    font-family: Tilda Sans;
    font-weight: 600;
    font-size: 50px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;

    color: rgba(255, 255, 255, 1);
}

.mainSection7 {
    width: 90%;
    margin: 0 auto;
}

.blockSection7 .row {
    height: 100%;
}


.blockImgSection7 {
    height: 100%;
}

.textSection7 {
    background: rgba(117, 131, 165, 1);
    height: 100%;
}

.textSection7 h1 {
    font-family: Tilda Sans;
    font-weight: 600;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 1);
}

.textSection7 {
    font-family: Tilda Sans;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 1);
}

.sectionImg1 {
    background: linear-gradient(180deg, rgba(34, 37, 44, 0.5) 30.23%, rgba(34, 37, 44, 0.95) 90.01%),
        no-repeat url(../images/sectionImg1.webp);
    background-size: cover;
    background-position: center;
}

.sectionImg2 {
    background: linear-gradient(180deg, rgba(34, 37, 44, 0.5) 30.23%, rgba(34, 37, 44, 0.95) 90.01%),
        no-repeat url(../images/sectionImg2.webp);
    background-size: cover;
    background-position: center;
}

.sectionImg3 {
    background: linear-gradient(180deg, rgba(34, 37, 44, 0.5) 30.23%, rgba(34, 37, 44, 0.95) 90.01%),
        no-repeat url(../images/sectionImg3.webp);
    background-size: cover;
    background-position: center;
}

.sectionImg4 {
    background: linear-gradient(180deg, rgba(34, 37, 44, 0.5) 30.23%, rgba(34, 37, 44, 0.95) 90.01%),
        no-repeat url(../images/sectionImg4.webp);
    background-size: cover;
    background-position: center;
}

.sectionImg5 {
    background: linear-gradient(180deg, rgba(34, 37, 44, 0.5) 30.23%, rgba(34, 37, 44, 0.95) 90.01%),
        no-repeat url(../images/sectionImg5.webp);
    background-size: cover;
    background-position: center;
}

.sectionImg6 {
    background: linear-gradient(180deg, rgba(34, 37, 44, 0.5) 30.23%, rgba(34, 37, 44, 0.95) 90.01%),
        no-repeat url(../images/sectionImg6.webp);
    background-size: cover;
    background-position: center;
}

/* ================================containerSection8=============================== */

.containerSection8 {
    background: rgba(232, 239, 255, 1);
}

.contentSection8 {
    width: 90%;
    margin: 0 auto;
    padding: 120px 0px;
}



.carouselControlReviews {
    border: 1px solid rgba(34, 37, 44, 1);
}

.carousel-control-prev-icon-reviews {
    background-image: url(../images/carousel-control-prev-icon.png);
    width: 17px;
    height: 32px;
}

.carousel-control-next-icon-reviews {
    background-image: url(../images/carousel-control-next-icon.png);
    width: 17px;
    height: 32px;
}

.card-container {
  display: flex;
  justify-content: center;
  font-family: 'Arial', sans-serif;
  background: #fff;
  padding: 30px;
}

.headerCard {
    display: flex;
    align-items: end;
}

.card {
  width: 600px;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  padding: 15px 20px;
  text-align: start;
}

.user-photo {
  width: 120px;
  height: 120px;
  border-radius: 5px;
  object-fit: cover;
  margin-right: 20px;
}

.stars {
  color: #5f6a92;
  font-size: 22px;
  margin: 10px 0;
  letter-spacing: 5px;
}

.name {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0;
}

.label {
  color: #7b86b6;
  font-weight: 500;
  margin-right: 6px;
}

hr {
  border: none;
  border-top: 1px solid #ccc;
  margin: 15px 0;
}

.info-list {
  list-style: none;
  padding: 0;
  text-align: left;
}

.info-list li {
  margin: 8px 0;
  font-size: 15px;
}

/* ==================ContainerFormFooter=============== */

.containerForm {
    background: rgba(34, 37, 44, 1);
}

.contentForm {
    width: 95%;
    margin: 0 auto;
}

.contentFormLeft {
    padding: 80px 40px;
}

.headerForm p {
    font-family: Tilda Sans;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 10%;
    vertical-align: middle;
    text-transform: uppercase;
    color: rgba(117, 131, 165, 1);
}

.headerForm h1 {
    font-family: Tilda Sans;
    font-weight: 600;
    font-size: 50px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 1);
}

.headerForm h3 {
    font-family: Tilda Sans;
    font-weight: 600;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 1);
}

.formFooter {
    display: flex;
    flex-direction: column;
}

.formFooter input {
    border: 1px solid rgba(255, 255, 255, 1);
    background: none;
    padding: 24px 12px;
    font-family: Tilda Sans;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgb(255, 255, 255);
}


.custom-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #848CA3;
    font-size: 14px;
    line-height: 1.5;
    font-family: 'Segoe UI', sans-serif;
}

.custom-checkbox input[type="checkbox"] {
    accent-color: #5c6fa6;
    /* Цвет галочки, если браузер поддерживает */
    width: 16px;
    height: 16px;
    cursor: pointer;
    margin-top: 3px;
}

.custom-checkbox .text a {
    color: #848CA3;
    text-decoration: underline;
}

.custom-checkbox .text strong {
    color: #848CA3;
}

.containerVideoForm {
    height: 100%;
}

.containerVideoForm {
    position: relative;
    width: 100%;
    height: 100%;
    /* или любое нужное значение по высоте */
    overflow: hidden;
}

.containerVideoForm .video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
}

.containerVideoForm video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* =================================ContainerFaq================================ */

.contentFaq {
    padding: 120px 0px;
    width: 90%;
    margin: 0 auto;
}

.headerFaq p {
    font-family: Tilda Sans;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 10%;
    vertical-align: middle;
    text-transform: uppercase;
    color: rgba(117, 131, 165, 1);
}

.headerFaq h1 {
    font-family: Tilda Sans;
    font-weight: 600;
    font-size: 50px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    color: rgba(34, 37, 44, 1);
}

.accordion-item {
    color: rgba(34, 37, 44, 1) !important;
    background-color: none !important;
    border: none !important;
    border-top: 1px solid rgba(117, 131, 165, 1) !important;
    border-bottom: 1px solid rgba(117, 131, 165, 1) !important;
    border-radius: 0px !important;
}

.accordion-button {
    background: none !important;
    font-family: Tilda Sans;
    font-weight: 800;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(34, 37, 44, 1);
}

.accordion-button:focus {
    box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
    font-family: Tilda Sans;
    font-weight: 800;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(34, 37, 44, 1);

}

/* =====================ContainerFooter======================== */

.containerFooter {
    background:
        linear-gradient(rgba(34, 37, 44, 0.8)),
        no-repeat url(../images/item.webp);
    background-size: cover;
    background-position: center;
}

.contentFooter {
    width: 90%;
    margin: 0 auto;
}

.headerFooter h1 {
    font-family: Tilda Sans;
    font-weight: 600;
    font-size: 50px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 1);
}

.mainFooter {
    border-bottom: 1px solid rgba(255, 255, 255, 1);
}

.contentFooter {
    padding: 120px 0px;
}

.mainFooter p {
    font-family: Tilda Sans;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: rgba(255, 255, 255, 1);
}

.footerLink {
    font-family: Tilda Sans;
    font-weight: 300;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;

    color: rgba(255, 255, 255, 1);
}


.containerModal {
    display: none;
    position: fixed;
    /* чтобы перекрывало всё */
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100vw;
    height: 100vh;
    background: rgba(12, 12, 17, 0.7);
    /* или #0c0c119d */
    backdrop-filter: blur(10px);
    justify-content: center;
    align-items: center;
}

.containerModal.active {
    display: flex;
}

.contentModal {
    width: 90%;
    max-width: 600px;
    padding: 30px;
    border-radius: 40px;
    background: rgba(15, 17, 25, 1);
    color: #fff;
    z-index: 2000;
}

.btnClosed {
    background: none;
    color: white;
    border: none;
    font-weight: 400;
    font-size: 30px;
}

.contentModal .btnForm {
    font-family: Tilda Sans;
    font-weight: 600;
    font-size: 25px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.782);
    color: rgba(0, 0, 0, 0.748);
    background: white;
}

.contentModal input {
    width: 100%;
    margin-bottom: 20px;
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.558);
    padding: 12px 20px;
}

/* Задний фон навбара по умолчанию */
.navbar {
    background-color: transparent;
    transition: background-color 0.3s ease, backdrop-filter 0.3s ease;
}

/* Когда открыт бургер — блюр + затемнение */
.navbar.blur-bg-open .navbar-collapse {
    background-color: rgba(34, 37, 44, 0.6);
    /* полупрозрачный фон */
    backdrop-filter: blur(10px);
    border-radius: 10px;
    padding: 20px;
    margin-top: 10px;
    z-index: 999;
}