@font-face {
    font-family: MovieLettersCyrillic;
    font-display: swap;
    src: url('./font/Movie Letters Cyrillic.ttf');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: SFTSchriftedSerifTRIALVar;
    font-display: swap;
    src: url('./font/SFT_Schrifted_Serif/SFT Schrifted Serif TRIAL Subhead ExtraLight.ttf');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: Onest;
    font-display: swap;
    src: url('./font/Onest/static/Onest-Regular.ttf');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: Onest;
    font-display: swap;
    src: url('./font/Onest/static/Onest-Bold.ttf');
    font-weight: 500;
    font-style: normal;
}
body {
    margin: 0;
}
.header {
    position: absolute;
    width: calc(100% - 80px);
    z-index: 2;
    padding: 40px 0;
    margin: auto;
    left: 40px;
}
.menu {
    display: none;
}
.header__social {
    display: flex;
    gap: 15px;
    width: 198px;
}
.header__social-href img {
    width: 38px;
    height: 38px;
}
.header__social-href img:hover{
    filter: brightness(0) saturate(100%) invert(53%) sepia(31%) saturate(571%) hue-rotate(358deg) brightness(94%) contrast(87%);
}
.header__body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.header__logo {
    width: 300px;
}
.header__social-href {
    height: 38px;
}
.header__content {
    display: none;
}
.header__button--top {
    font-family: onest;
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    background: rgb(255 255 255 / 33%);
    padding: 10px 13px;
    border-radius: 10px;
    border: 1px solid;
    margin: 0;
    letter-spacing: 3px;
    text-decoration: none;
    transition: all 0.15s ease-out 0.15s;
    animation: banner__button-pulse 1.6s ease-in-out infinite;
    will-change: transform;
}
.header__button--top:hover{
    background: rgb(163 132 81 / 50%);
}
.header__button--top:hover{
    background: rgb(255 255 255 / 75%);
}
.banner__slide{
    background-size: cover;
    min-height: 100dvh!important;
}
.banner__slide--1{
    background-image: url("../img/bg.png");

}
.banner__slide:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
}
.banner__slide--1:before {
    background: rgb(60 60 59 / 90%);
}
.banner__slide--2{
    background-image: url("../img/bg-2.png");
}
.banner__slide--2:before {
    background: rgb(163 132 81 / 90%);
}
.banner__slide--3{
     background-image: url("../img/bg-3.png");
 }
.banner__slide--3:before {
    background: rgb(60 60 59 / 90%);
}
.banner__slide--4{
    background-image: url("../img/bg-4.png");
}
.banner__slide--4:before, .banner__slide--6:before {
    background: rgb(163 132 81 / 90%);
}
.banner__slide--5{
    background-image: url("../img/bg-5.png");
}
.banner__slide--5:before {
    background: rgb(60 60 59 / 90%);
}
.banner__slide--6{
    background-image: url("../img/bg-6.png");
}
.banner__information{
    z-index: 1;
    position: relative;
}
.banner__button--top{
    z-index: 1;
    position: relative;
}
.banner__button--top {
    font-family: onest;
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    background: rgb(255 255 255 / 33%);
    padding: 10px 20px;
    border-radius: 10px;
    border: 1px solid;
    margin: 0;
    position: absolute;
    right: 40px;
    top: 41px;
    text-decoration: none;
}
.banner__name {
    font-family: SFTSchriftedSerifTRIALVar;
    font-size: 23px;
    color: #ffffff;
    letter-spacing: 6px;
}
.banner__title {
    font-family: MovieLettersCyrillic;
    font-size: 100px;
    color: #A38451;
    letter-spacing: -1px;
}
p{
    margin: 0;
}
.banner__text {
    font-family: onest;
    color: #ffffff;
    font-size: 24px;
    text-align: center;
    margin-top: -32px;
}
.banner__button {
    font-family: onest;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    background: rgb(163 132 81 / 50%);
    padding: 10px 20px;
    border-radius: 10px;
    border: 1px solid;
    letter-spacing: 4px;
    display: inline-block;
    animation: banner__button-pulse 1.6s ease-in-out infinite;
    will-change: transform;
}
@keyframes banner__button-pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.08); }
}
.banner__button:hover {
    background: rgb(255 255 255 / 75%)!important;
}
@media (prefers-reduced-motion: reduce) {
    .banner__button, .header__button--top { animation: none; }
}
.banner__slide--2 .banner__button{
    background: rgb(255 255 255 / 33%);
}
.banner__intro {
    font-family: onest;
    font-size: 20px;
    color: #A38451;
    text-align: center;
    max-width: 668px;
    padding-bottom: 40px;
}
 .block{
    display: block;
}
.banner__slide--6 .banner__intro .block {
    font-size: 15px;
}
@media screen and (max-width: 767px) {
    .banner__slide--6 .banner__intro .block {
        font-size: 13px;
    }
}
.banner__disclaimer {
    display: block;
    font-size: 11px;
    line-height: 1.4;
    max-width: 668px;
    margin: 14px auto 4px;
    opacity: 0.8;
}
@media screen and (max-width: 767px) {
    .banner__disclaimer {
        font-size: 8px;
    }
}

.banner__info {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 16dvh;
    align-items: center;
}
.banner__information {
    z-index: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 688px;
    align-items: center;
    margin: auto;
    height: 100%;
    justify-content: space-between;
    min-height: 100dvh;
}
.banner__slide--2 .banner__title, .banner__slide--2 .banner__intro, .banner__slide--4 .banner__title, .banner__slide--4 .banner__intro,
.banner__slide--6 .banner__title, .banner__slide--6 .banner__intro, .banner__slide--5 banner__intro{
    color: #ffffff;
}
.banner__text-2{
    font-family: onest;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
}
.banner__text-2 .banner__button {
    background: rgb(255 255 255 / 33%);
}
    .banner__step-name {
        font-family: SFTSchriftedSerifTRIALVar;
        color: #A38451;
        font-size: 23px;
        text-transform: uppercase;
        border: 1px solid #A38451;
        border-radius: 10px;
        padding: 14px;
        min-width: 74px;
    }
    .banner__step-str {
        width: 191px;
        height: 1px;
        background: #A38451;
    }
.banner__steps {
    display: flex;
    align-items: center;
    padding-top: 40px;
}
.banner-step__text {
    font-family: onest;
    font-size: 21px;
    text-align: center;
    color: #B2B2B2;
}
.banner__row4 {
    gap: 10px;
    display: flex;
}
.banner__step-name--mobile {
    display: none;
}
.banner__slide--3 .banner__information {
    max-width: 1130px;
}
.banner__item:nth-child(2) {
    min-width: 287px;
}
.banner__item {
    width: 100%;
}
.banner__slide--3 .banner__intro {
    max-width: 698px;
    color: #ffffff;
}
.banner__slide--3 .banner__button {
    font-family: SFTSchriftedSerifTRIALVar;
    font-size: 27px;
    margin-top: 20px;
    background: rgb(163 132 81 / 26%);
}
.item3__title, .item3__text{
    font-family: onest;
    font-size: 27px;
    color: #ffffff;
    text-align: center;
}
.item3__title {
    font-weight: 500;
}
.banner__item3{
    display: flex;
    flex-direction: column;

}
.banner__slide--4 .banner__information{
    max-width: 1040px;
}
.item3__text {
    min-width: 320px;
}
.banner__row3 {
    display: flex;
    gap: 20px;
    margin-top: 5%;
}
.banner__slide--5 .banner__information {
    max-width: 900px;
}
.banner__row6 {
    display: flex;
    gap: 20px;
    margin-top: 5%;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 2%;
}
.banner__item6:nth-child(2), .banner__item6:nth-child(5){
width: 280px;
}
.banner__item6:nth-child(1), .banner__item6:nth-child(4){
width: 245px;
}
.banner__item6:nth-child(3), .banner__item6:nth-child(6){
width: 217px;
}
.banner__item6 p {
    font-family: onest;
    color: #B2B2B2;
    font-size: 20px;
    padding-left: 15px;
    position: relative;
}
.banner__item6 {
    position: relative;
}
.banner__item6 p:before {
    content: '';
    height: 89%;
    width: 1px;
    position: absolute;
    left: 0;
    background: #B2B2B2;
    top: 3px;
}
.banner__slide--5 .banner__button {
    background: rgb(255 255 255 / 33%);
}
.banner__slide--5 .banner__button:hover {
    background: rgb(255 255 255 / 75%);
}
.banner__contact, banner__contact a{
    font-family: onest;
    font-size: 17px;
    color: #ffffff;
    text-align: center;
}
.banner__tel {
    color: #ffffff;
    text-decoration: none;
}
.banner__href {
    font-family: onest;
    font-size: 15px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 10px;
}
.banner__contacts{
    display: flex;
    justify-content: space-between;
    width: 128%;
}
.banner__social {
    margin: auto;
    width: 100%;
    justify-content: center;
    margin-bottom: 20px;
    display: flex;
    gap: 15px;
}

.banner__social-href-href {
    height: 69px;
}
.banner__social-href img {
    width: 50px;
    height: 50px;
}
.banner__social-href img:hover{
    filter: brightness(0) saturate(100%) invert(53%) sepia(31%) saturate(571%) hue-rotate(358deg) brightness(94%) contrast(87%);
}

.banner__swiper-pagination.swiper-pagination {
    font-family: onest;
    font-size: 22px;
    color: #ffffff;
    transform: rotate(90deg) translate(0px, 50%);
    width: 80px;
    height: 30px;
    margin-top: 32px;
    top: calc(50% - 25px);
    right: 0;
    left: auto;
    bottom: 0;
}
@media screen and (max-height: 900px) {
    .banner-step__text {
        font-size: 18px;
    }
    .banner__steps {
        padding-top: 20px;
    }
    .banner__slide--3 .banner__button {
        font-family: SFTSchriftedSerifTRIALVar;
        font-size: 20px;
        margin-top: 16px;
    }
    .banner__step-name {
        font-size: 20px;
        padding: 12px;
        min-width: 68px;
    }
    .banner__item6 p {
        font-size: 18px;
    }
    .banner__text {
        font-size: 22px;
    }
    .item3__title, .item3__text {
        font-size: 23px;
    }
    .banner__row6 {
        margin-top: 2%;
    }
    .banner__intro {
        font-size: 18px;
    }
}
@media screen and (max-width: 800px) {
.header__button--top{
    display: none;
}
}
@media screen and (max-width: 767px) {
    .header__socials {
        order: 3;
    }
    .header__socials a.header__social-href:last-child {
        display: none;
    }
    .header__content {
        order: 1;
    }
    .header__social-href img {
        width: 28px;
        height: 28px;
    }
    .header__social-href {
        height: 28px;
    }
    .header__social {
        width: auto;
    }
   .header__contacts-contact {
        padding-left: 20px;
        padding-bottom: 15px;
        display: block;
    }
    .header__logo {
        width: 200px;
        margin: auto;
        order: 2;
    }
    .banner__name {
        font-size: 14px;
        letter-spacing: 2px;
    }
    .banner__title {
        font-size: 50px;
    }
    .banner__text {
        font-size: 14px;
        margin-top: -15px;
    }
    .banner__slide--3 .banner__text, .banner__slide--3 .banner__intro {
        font-size: 14px;
    }
    .banner__button {
        font-size: 13px;
    }
    .banner__intro {
        font-size: 13px;
        text-align: center;
        padding-bottom: 20px;
    }
    .banner__slide--1  .banner__intro .block, .banner__slide--5  .banner__intro .block{
        display: inline;
    }
    .banner__information {
        padding: 0 20px;
    }
    .banner__swiper-pagination.swiper-pagination {
        top: auto;
        bottom: 33px;
        left: auto;
        right: -32px;
        font-size: 18px;
    }
    .banner__text-2 {
        font-size: 14px;
        margin-top: -10px;
    }
    .banner__steps {
        display: none;
    }
    .banner__step-name--mobile {
        display: block;
    }
    .banner__row4 {
        flex-wrap: wrap;
        max-width: 335px;
    }
    .banner__step-name {
        font-size: 12px;
        max-width: 39px;
        min-width: auto;
        margin: auto;
        margin-bottom: 11px;
        padding: 10px;
    }
    .banner-step__text {
        font-size: 12px;
    }
    .banner__item {
        width: calc(50% - 10px);
        position: relative;
    }
    .banner__item:first-child:before{
        content: '';
        position: absolute;
        height: 1px;
        background: #A38451;
        top: 18px;
        width: 97px;
        left: 114px;
    }
    .banner__item:nth-child(2) {
        min-width: auto;
    }
    .banner__item:nth-child(2):before{
        content: '';
        position: absolute;
        height: 1px;
        background: #A38451;
        top: 18px;
        width: calc(100% + 20px);
        left: 114px;
    }
    .banner__item:nth-child(3):before{
        content: '';
        position: absolute;
        height: 1px;
        background: #A38451;
        top: 18px;
        width: calc(100% + 20px);
        left: -134px;
    }
    .banner__item:nth-child(4):before{
        content: '';
        position: absolute;
        height: 1px;
        background: #A38451;
        top: 18px;
        width: 97px;
        left: -53px;
    }
    .banner__slide--3 .banner__button {
        font-family: SFTSchriftedSerifTRIALVar;
        font-size: 12px;
        margin-top: 10px;
    }
    .banner__slide--4 .banner__name {
        font-size: 15px;
        letter-spacing: 1px;
    }
    .banner__slide--4 .p.banner__text {
        display: none;
    }
    .item3__title, .item3__text {
        font-size: 18px;
        max-width: 229px;
        min-width: auto;
    }
    .banner__row3 {
        flex-direction: column;
    }
    .banner__row6 .banner__item6 {
        width: 47%;
    }
    .banner__item6 p {
        font-size: 12px;
    }
    .banner__row6 {
        gap: 10px;
    }
    .banner__information {
        gap: 0;
    }
    .banner__contact, banner__contact a, .banner__href {
        font-size: 13px;
    }
    .banner__contacts {
        width: 100%;
        flex-direction: column;
        gap: 10px;
    }
    .banner__social-href img {
        width: 40px;
        height: 40px;
    }
    .banner__copy {
        width: 100%;
    }
    .header {
        width: calc(100% - 40px);
        padding: 20px 0;
        left: 20px;
    }
    .header__menu-button {
        cursor: pointer;
        width: 18px;
        height: 18px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
        flex: 0 0 18px;
        position: relative;
        background: #ffffff00;
        border: none;
    }
    .header__menu-button:before {
        top: 0;
    }
    .header__menu-button:after, .header__menu-button:before {
        content: "";
    }
    .header__menu-button span, .header__menu-button:before, .header__menu-button:after {
        height: 2px;
        width: 100%;
        left: 0;
        display: block;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        position: absolute;
        border-radius: 5px;
        background-color: #ffffff;
    }
    .header__menu-button span {
        -webkit-transform: scale(1) translate(0px, -50%);
        -ms-transform: scale(1) translate(0px, -50%);
        transform: scale(1) translate(0px, -50%);
    }
    .header__menu-button:after {
        bottom: 0;
    }
    .header__content {
        display: block;
    }
    .menu {
        padding: 60px 0px 20px 0px;
        display: flex;
        list-style: none;
        padding: 0;
        margin: 0;
        flex-direction: column;
        gap: 18px;
        position: fixed;
        top: 0;
        right: 0;
        background-color: #3C3C3B;
        width: 100%;
        height: 100%;
        z-index: 10;
        overflow: auto;
        padding: 130px 0 30px 0;
        -webkit-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        clip-path: inset(-30vh 10.01vw 0rem 10vw round 10vw);
        transform: translate3d(-100%, 0, 0);
        flex-direction: column;
        row-gap: 20px;
        width: 100%;
        padding: 0;
    }
    .menu._active {
        clip-path: inset(0vh 0rem 0rem round 0rem);
        transform: translate(0px, 0px);
    }
    #menu.header__menu._active {
        width: 100%;
        justify-content: space-between;
        height: calc(100dvh - 60px);
        padding-bottom: 20px;
    }
    .menu-item a {
        font-family: SFTSchriftedSerifTRIALVar;
        color: #ffffff;
        font-size: 18px;
        text-decoration: none;
        text-transform: uppercase;
    }
    .header__menu{
        list-style: none;
        padding-top: 38px;
        display: flex;
        flex-direction: column;
        gap: 14px;
        padding-inline-start: 20px;
    }
    li.menu-item.swiper-slide {
        width: 100% !important;
    }
    .header__content._active {
        z-index: 11;
        position: absolute;
        right: 0;
    }
    ._active .header{
        z-index: 11;
    }
    li.menu-item.swiper-slide.swiper-slide-visible.swiper-slide-thumb-active:after {
        content: '';
        width: 100%;
        height: 1px;
        background: #A38451;
    }
    li.menu-item.swiper-slide.swiper-slide-visible.swiper-slide-thumb-active {
        display: flex;
        align-items: center;
        gap: 20px;
    }
    li.menu-item.swiper-slide.swiper-slide-visible.swiper-slide-thumb-active a{
        color: #A38451;
        width: 100%;
    }
    .header__contacts .banner__contact {
        text-align: left;
        padding-left: 20px;
    }
    .header__menu-button._active:before {
        top: 50%;
        -webkit-transform: rotate(-45deg) translate(0px, -50%);
        -ms-transform: rotate(-45deg) translate(0px, -50%);
        transform: rotate(-45deg) translate(0px, -50%);
    }
    .header__menu-button._active span {
        -webkit-transform: scale(0) translate(0px, -50%);
        -ms-transform: scale(0) translate(0px, -50%);
        transform: scale(0) translate(0px, -50%);
        background-color: #292B32;
    }
    .header__menu-button._active:after {
        bottom: 50%;
        -webkit-transform: rotate(45deg) translate(0px, 50%);
        -ms-transform: rotate(45deg) translate(0px, 50%);
        transform: rotate(45deg) translate(0px, 50%);
    }
}
.popup {
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 20;
    background: rgba(48, 50, 58, 0.75);
}
.popup.open {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}
.popup__body {
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
}
.popup__content {
    background-color: #3C3C3B;
    max-width: 500px;
    padding: 30px 40px;
    position: relative;
    width: 100%;
    border-radius: 5px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    height: 100%;
    border-radius: 0;
    justify-content: center;
}
.close-popup {
    position: absolute;
    width: 23px;
    height: 23px;
    top: 15px;
    right: 15px;
    cursor: pointer;
    z-index: 1;
}
.kanal__title {
    font-family: Onest;
    font-size: 23px;
    color: #ffffff;
    letter-spacing: 6px;
    padding-bottom: 40px;
}
.feedback__text {
    background: #ffffff00;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #fff;
    padding-bottom: 6px;
    font-size: 18px;
    color: #ffffff;
    width: 100%;
    outline: none;
}
.feedback__form {
    display: flex;
    flex-direction: column;
    width: 100%;
    width: 100%;
    gap: 15px;
}
button.feedback__button.feedback__button-1.dont-click {
    font-family: onest;
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    background: rgb(255 255 255 / 33%);
    padding: 10px 13px;
    border-radius: 10px;
    border: 1px solid;
    margin: 0;
    letter-spacing: 3px;
    text-decoration: none;
    transition: all 0.15s ease-out 0.15s;
    display: block;
    margin: auto;
    margin-top: 20px;

}
.kanal__text{
    font-family: onest;
    font-size: 20px;
    color: #ffffff;
}
.kanal__content--secessfull{
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: rgb(255 255 255 / 33%);
    padding: 40px 30px 30px;
    border-radius: 10px;
    border: 1px solid;
    text-align: center;
    position: relative;
}
.kanal__cycrkle {
    width: 60px;
    height: 60px;
    background: #A38451;
    border-radius: 50%;
    font-family: onest;
    position: absolute;
    top: -30px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    left: calc(50% - 30px);
}
.kanal__cycrkle:before{
    content: '';
    width: 50px;
    height: 50px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    position: absolute;
}
.feedback__text::placeholder {
    color: #575756;
}
.file_label {
    border-bottom: 1px solid #fff;
    padding-bottom: 6px;
    font-size: 18px;
    color: #575756;
    font-family: onest;
    justify-content: space-between;
    display: flex;
    cursor: pointer;
    width: calc(100% + 4px);
}
.resume__img {
    width: 20px;
}
input#file_resume {
    display: none;
}
.feedback__agree {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 8px;
}
.feedback__agree-input {
    width: 16px;
    height: 16px;
    margin: 2px 0 0;
    flex-shrink: 0;
    cursor: pointer;
    accent-color: #A38451;
}
.feedback__agree-label {
    flex: 1;
    min-width: 0;
    font-family: onest;
    font-size: 14px;
    line-height: 1.3;
    color: #ffffff;
    font-weight: normal;
    cursor: pointer;
    margin: 0;
}
.feedback__agree-link {
    color: #ffffff;
    text-decoration: underline;
}
.feedback__agree .help-block {
    flex: 0 0 100%;
    margin: 0;
}
@media screen and (max-width: 767px) {
    button.feedback__button.feedback__button-1.dont-click {

        font-size: 13px;
    }
    .feedback__agree-label {
        font-size: 13px;
    }
    .popup.open {
        background-color: #3C3C3B;
    }
    .banner__slide--1 {
        background-image: url(../img/bg-m.png);
    }
    .banner__slide--2 {
        background-image: url(../img/bg-2-m.png);
    }
    .banner__slide--3 {
        background-image: url(../img/bg-3-m.png);
    }
    .banner__slide--4 {
        background-image: url(../img/bg-4-m.png);
    }
    .banner__slide--5 {
        background-image: url(../img/bg-5-m.png);
    }
    .banner__slide--6 {
        background-image: url(../img/bg-6-m.png);
    }
    .close-popup {
        top: 0;
    }
    .banner__info {
        padding-top: 11dvh;
        gap: 15px;
    }
    .banner__slide--4 .banner__text{
        display: none;
    }
    .swiper-vertical>.banner__wrapper {
        height: calc(100dvh);
    }

}

.visually-hidden {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.popup__content:has(.kanal__content--secessfull){
    padding: 0;
    gap: 0;
}

.banner__confidentiality {
    font-family: onest;
    font-size: 15px;
    color: #ffffff;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .banner__confidentiality {
        font-size: 13px;
    }
}

.help-block {
    font-family: Onest;
}

/* ===== Modal ===== */
.banner_legal-link {
    font-family: onest;
    font-size: 15px;
    color: #ffffff;
    transition: 0.3s ease;
    background: none;
    border: none;
    cursor: pointer;
    text-decoration: underline;
    padding-bottom: 15px;
}

@media screen and (max-width: 767px) {
    .banner_legal-link {
        font-size: 13px;
    }
}

.banner_legal-link:hover {
    color: #c6a86b;
    border-color: #fff;
}

.legal-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
}

.legal-modal.active {
    display: block;
}

.legal-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.7);
    backdrop-filter: blur(6px);
}

.legal-modal__content {
    position: relative;
    max-width: 500px;
    margin: 120px auto;
    padding: 22px 40px 30px 40px;
    background: #111;
    border: 1px solid rgba(198,168,107,0.3);
    border-radius: 12px;
    color: #fff;
    animation: fadeIn .3s ease;
}

.legal-modal__title {
    font-family: Onest;
    font-size: 22px;
    letter-spacing: 1px;
}

.legal-modal__list {
    list-style: none;
    padding: 0;
}

.legal-modal__list li {
    margin-bottom: 12px;
}

.legal-modal__list a {
    font-family: Onest;
    font-size: 16px;
    color: #c6a86b;
    text-decoration: none;
    transition: .3s;
}

.legal-modal__list a:hover {
    color: #fff;
}

.legal-modal__close {
    position: absolute;
    top: 15px;
    right: 20px;
    background: none;
    border: none;
    font-size: 22px;
    color: #fff;
    cursor: pointer;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}
