@font-face {
    font-family: 'Abel';
    src: url("../fonts/Abel-Regular.ttf");
}

@font-face {
    font-family: "Lexend Exa";
    src: url("../fonts/LexendExa-Regular.ttf");
}

.modal_form {
    display: none; 
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed; 
    z-index: 10000; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 

}
.modal_form__content {
    position: relative;
    top: 0%;
    border-radius: 10px;
    background: linear-gradient(270deg, #F0F0F0 0%, #CDCDCD 100%);
    padding: 32px;
    max-width: 614px;
    width: 100%;
    display: flex;
}

.modal_form__title{
    color: #1A291C;
    text-align: center;
    font-family: "Lexend Exa";
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}

.modal_form__left{
    width: 100%;
}

.modal_form__subtitle{
    color:  #FFF;
    font-size: 14px;
    font-family: 'Abel';
    font-weight: 400;
    line-height: 23px; 
    margin-bottom: 30px;
}

.modal_form__inner{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
}

.modal_form__links{
    color: #1A291C;
    font-family: 'Abel';
    font-size: 12px;
    font-weight: 400;
    line-height: 150%; 
    margin-bottom: 32px;
}

.modal_form__label{
    color: #FFD800;
    font-family: 'Abel';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 5px;
}

.modal_form__bold{
    color: #4D4D4D;
    text-align: center;
    font-family: "Lexend Exa";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 14.4px */
    text-transform: uppercase;
}

.modal_form__input{
    border-radius: 10px;
    border: 1px solid #E6E6E6;
    background: #FFF;
    padding: 14px 16px;
    font-family: 'Abel';
    width: 100%;
    margin-bottom: 16px;
    color: #999;
    font-size: 16px;
    font-weight: 400;
}

.modal_form__input::placeholder{
    color: #999;
}

.modal_form__btn{
    padding: 14px 24px;
    width: 200px;
    border-radius: 10px;
    background: linear-gradient(180deg, #0A5926 0%, #1A291C 100%);
    text-transform: uppercase;
    color: #FFF;
    font-family: "Lexend Exa";
    font-size: 16px;
    font-weight: 400;
    line-height: 100%; /* 14px */
    letter-spacing: -0.14px;
    border: none;
    cursor: pointer;
    margin-bottom: 10px;
    text-transform: uppercase;
    transition: 0.4s;
}



.modal_form__btn:hover{
    background: #FF8235;
    color: #fff;
    transition: 0.4s
}

.modal_form__wrappper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.modal__text{
    color: #FFF;
    text-align: center;
    font-family: 'Abel';
    font-size: 14px;
    font-weight: 400;
    line-height: normal; 
    margin-bottom: 15px;
}

.modal_form__close{
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    color: #000
}


.modal_form__close1{
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    color: #000
}

.modal_form__pass{
    color: #808080;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    text-align: right;
    width: 100%;
    margin-bottom: 24px;
}

.active__block {
    display: flex !important;
}

#confirmButton {
    border-radius: 30px;
    background: #1C2065;
    border: none;
    color: #fff;
    font-size: 18px;
    padding: 10px;
    width: 200px;
    cursor: pointer;
    transition: 0.4s;
}


#confirmButton:hover {
    background-color: #7F3FA7;
    color: #fff;
    transition: 0.4s;
}

.modal {
    display: none; 
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed; 
    z-index: 10000; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 

}

.modal__title{
    margin: 0;
    margin-bottom: 10px;
    color: #1A291C;
    text-align: center;
    font-family: "Lexend Exa";
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.modal__subtitle{
    margin: 0;
    margin-bottom: 10px;
    color: #F1F1F1;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.2px;
    margin-bottom: 10px;
}

.modal__btn{
    display: flex;
    width: 120px;
    padding: 10px 50px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border:none;
    border-radius: 10px;
    background: linear-gradient(180deg, #0A5926 0%, #1A291C 100%);
    color: #FFF;
    font-family: "Lexend Exa";
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    cursor: pointer;
    transition: 0.4s;
    margin: 0 auto;
    margin-bottom: 10px;
}

.modal__btn:hover{
    background: #FF8235;
    color: #fff;
    transition: 0.4s;
}


.modal {
    display: none; 
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed; 
    z-index: 10000; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 

}

.modal__title{
    margin: 0;
    margin-bottom: 10px;
    color: #1A291C;
    text-align: center;
    font-family: "Lexend Exa";
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.modal__subtitle{
    margin: 0;
    margin-bottom: 10px;
    color: #F1F1F1;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.2px;
    margin-bottom: 10px;
}

.modal__btn{
    display: flex;
    width: 120px;
    padding: 10px 50px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border:none;
    border-radius: 10px;
    background: linear-gradient(180deg, #0A5926 0%, #1A291C 100%);
    color: #FFF;
    font-family: "Lexend Exa";
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    cursor: pointer;
    transition: 0.4s;
    margin: 0 auto;
    margin-bottom: 10px;
}

.modal__btn:hover{
    background: #FF8235;
    color: #fff;
    transition: 0.4s;
}


.btn{
    background: transparent;
    border: 1px solid #FFF;
    color: #FFF;
}

.modal__content {
    position: relative;
    top: 0%;
    border-radius: 10px;
    background: linear-gradient(270deg, #F0F0F0 0%, #CDCDCD 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 24px;
    width: 100%;
    max-width: 700px;
}

.modal__close {
    position: absolute;
    top: 0;
    right: 10px;
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
}

.modal__img{
    margin-bottom: 20px;
}


.modal__close:hover,
.modal__close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}



@media (max-width: 575px) {
    .modal_form__content{
        padding: 16px;
    }

    .modal_form__title{
        font-size: 20px;
    }

    .modal_form__bold{
        font-size: 10px;
    }
}