/* Стили для модального окна успешной регистрации ЛК */
.lk-success-modal {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 64px;
    gap: 40px;
    width: 752px;
    max-width: 100%;
    background: #FFFFFF;
    border-radius: 12px;
    text-align: center;
    margin: 0 auto;
}

.breadcrumbs__back-btn {
    top: 0;
    transform: none;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #1A79FF;
}

.section-request .breadcrumbs__back-btn {
    margin-bottom: 40px;
    }

.lk-success-modal__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.lk-success-modal__icon {
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.lk-success-modal__logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.lk-success-modal__title {
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
    color: #1A79FF;
    opacity: 0.8;
    margin: 0;
    width: 100%;
    margin: 4px 0 22px 0; 
}

.lk-success-modal__text-main {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #243143;
    opacity: 0.8;
    margin: 0;
    width: 100%;
        letter-spacing: normal;
}

.lk-success-modal__text-sub {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #243143;
    opacity: 0.8;
    margin: 0;
    width: 100%;
    letter-spacing: normal;
    margin: 12px 0px 0 0;
}

.lk-success-modal__actions {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    width: 100%;
}

.lk-success-modal__resend-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 24px;
    width: 100%;
    height: 56px;
    min-height: 40px;
    background: #EBF3FF;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #1A79FF;
    transition: all 0.3s ease;
}

.lk-success-modal__resend-btn:hover {
    background: #D8E7FF;
}

.lk-success-modal__resend-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.lk-success-modal__timer {
    margin-top: 15px;
    color: #666;
    font-size: 14px;
    display: none;
    cursor: auto;
    background: #F5F9FF;
    height: auto;
}

.lk-success-modal__timer:hover {
    background: #F5F9FF;
}

.lk-success-modal__footer {
    display: flex;
    justify-content: center;
    width: 100%;
}

.lk-success-modal__new-request {
    background: #666;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

.lk-success-modal__new-request:hover {
    background: #555;
}

.lk-success-modal_link {
    color: #1A79FF;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.lk-success-modal_link:hover {
    color: #0056cc;
    text-decoration: underline;
}


.smar-info {
    letter-spacing: 0px;
}
.login-prompt {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.login-text,
.login-link {
font-weight: 400;
font-size: 16px;
line-height: 24px;
display: flex;
align-items: center;
color: #00204D;
margin: 8px 0px 22px 0px;
letter-spacing: 0px;
}

.login-link {
    color: #1A79FF;
    text-decoration: none;
    transition: color 0.2s ease;
}

.login-link:hover {
    color: #0056cc;
    text-decoration: underline;
}
.form-forgot{
font-weight: 400; 
font-size: 16px; 
line-height: 24px; 
display: flex; 
align-items: center;
justify-content: center;
color: #80B4FF;
margin-top: 30px;
letter-spacing: 0px;
}
.form-tab-content {
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: opacity 1.5s ease, height 2.5s ease;
    pointer-events: none;
}

.form-tab-content.active {
    opacity: 1;
    height: auto;
    overflow: visible;
    pointer-events: all;
}
.password-container {
    position: relative;
}
.password-container .input-box__input.password-input {
    padding-right: 50px !important;
}

.toggle-password {
    position: absolute;
    right: 12px;
    top: 28px;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    padding: 6px;
    z-index: 2;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: background-color 0.2s ease;
}

.password-icon {
    width: 16px;
    height: 16px;
    opacity: 0.6;
    transition: opacity 0.2s ease;
}

.toggle-password:hover .password-icon {
    opacity: 0.8;
}


.hide-icon {
    display: none;
}

/*стили формы*/

.h6, h6 {
    width: 100%;
    text-align: center;
    font-weight: 500;
font-size: 26px;
line-height: 31px;
color: #243143;
margin-top: 2px;
}
.novelty-text span:nth-of-type(1) {
    margin-bottom: 8px;
    font-size: 24px;
    font-family: "loos-normal", sans-serif;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0;
}

.novelty-text span:nth-of-type(2) {
    font-family: "loos-normal", sans-serif;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.005em;
    line-height: 24px;
}

.novelty-img {
    width: 74px;
    height: 74px;
    margin-top: -4px;
}
.section-request__title .title-logo {
  margin-top: 20px;
    height: 41px;
    max-width: 345px;
}
.novelty-case {
    display: flex;
    margin-top: 26px;
    flex-direction: column;
    row-gap: 32px;
}
.novelty-info {
    display: flex;
    column-gap: 24px;
}

.error:not(input):not(.input-box__input) {
    font-size: 12px;
    line-height: 16px;
}
.login-link-form {
     color: #1A79FF;   
}
.novelty-info {
   padding-right: 32px;
}

.title-logo-full {
    height: auto !important;
    max-width: 100% !important;
}


@media (max-width: 1441px) {
    .h6, h6 {
    font-size: 24px;
    line-height: 28px;
    margin-top: 3px;
 }   
 .novelty-img {
    width: 64px;
    height: 64px;
}
.section-request__title .title-logo {
    margin-top: 24px;
    height: 41px;
    max-width: 100%;
}
.title-novelty {
  margin-bottom: 0px;
}

.novelty-text span:nth-of-type(1) {
font-size: 22px; 
line-height: 26px;
}
.novelty-text span:nth-of-type(2) {
    font-size: 16px;
    line-height: 21px;
}
.login-text, .login-link {
    margin: 8px 0px 22px 0px;
}
.novelty-info {
    padding-right: 32px;
}
    .novelty-case {
    margin-top: 49px;
}
.lk-success-modal__title {
    font-size: 30px;
    line-height: 36px;
}
.lk-success-modal__text-main {
    font-size: 16px;
    line-height: 21px;
    }
.lk-success-modal__text-sub {
  font-size: 16px;
    line-height: 21px;
}
    .section-request__cont {
        width: 444px;
    }
}
@media (max-width: 1025px) {
        .section-request__title .title-logo {
        height: 37px;
    }
     .novelty-img {
    width: 54px;
    height: 54px;
}
    .h6, h6 {
    font-size: 22px;
    line-height: 26px;
    margin-top: 3px;
 } 
 .novelty-text span:nth-of-type(1) {
font-size: 20px; 
line-height: 23px;
}
    .novelty-text span:nth-of-type(2) {
        font-size: 16px;
        line-height: 19px;
    }

    .novelty-info {
        padding-right: 24px;
    }
    .checkbox-box__checkbox-label, .checkbox-box__checkbox-label a {
    font-weight: 300;
    font-size: 10px;
    line-height: 12px; 
    letter-spacing: normal;
}
    .checkbox-box__checkbox-label {
        padding-left: 32px;
    }
    .document__form-info .text8 {
    line-height: 12px;
}
    .lk-success-modal__title {
        font-size: 24px;
        line-height: 31px;
    }
    .lk-success-modal__content {
        margin: -32px;
    }
        .lk-success-modal__text-main {
        font-size: 16px;
        line-height: 19px;
    }
    .lk-success-modal__content {
            width: 108%;
}
    .lk-success-modal__text-sub {
        font-size: 16px;
        line-height: 19px;
    }
        .section-request__cont {
        width: auto;
    }
    
    .section-request {
        /*padding: 75px 0;*/
        min-height: 855px;
    }
    
    .form-pp__form .select__placeholder {
        width: 100%;
    }
    .select-country {
        width: 82px!important;
        flex: none!important;
    }

    .section-request__form .form-pp__form-footer {
        margin-top: 24px;
    }

    .section-request__form .form-pp__form-policy {
        margin-left: 25px;
    }

    .form-row + .form-row.form-row__check {
        margin-top: 42px;
    }
        .section-request__title .title-logo {
        margin-top: 25px;
    }
        .novelty-case {
    margin-top: 34px;
}
}

@media (max-width: 1023px) {
        .novelty-case {
    margin-top: 34px;
}

    .lendforum_title h2 {
        max-width: none !important;
    }
    
    .section-request .grid__content {
        flex-direction: column;
    }  
        .section-request__form-box {
        margin-top: 38px;
        padding: 25px 33px 40px;
    }
        .section-request__form-box {
        width: 100%;    
    }
            .section-request__title .title-logo {
        margin-top: 24px;
    }
}

@media (max-width: 376px) {
    
    .novelty-img {
        width: 48px;
        height: 48px;
    }
    .novelty-info {
    column-gap: 16px;
}
.title_main-form {
    display: none;
}
       .novelty-case {
        margin-top: 18px;
    }
        .novelty-text span:nth-of-type(2) {
        font-size: 16px;
        line-height: 22px;
    }
    .novelty-info {
        padding-right: 0px;
    }
    .section-request__form-box.baseForm {
        padding: 24px 24px;
    }
        .h6, h6 {
        margin-top: 2px;
    }
    .checkbox-box__checkbox-label, .checkbox-box__checkbox-label a {
        font-size: 12px;
        line-height: 15px;
    }
        .document__form-info .text8 {
    line-height: 15px;
}
    .login-text, .login-link {
        margin: 7px 0px 22px 0px;
    }

.lk-success-modal__icon {
    width: 86px;
    height: 86px;
    margin-bottom: 32px;
}
    .lk-success-modal__title {
        font-size: 24px;
        line-height: 31px;
    }
        .lk-success-modal__text-main {
        font-size: 16px;
        line-height: 22px;
    }
        .lk-success-modal__text-sub {
        font-size: 16px;
        line-height: 22px;
    }
    .lk-success-modal__title {
    margin: 4px 0 16px 0;
}
.lk-success-modal__content {
    width: 103%;
}
#resend-email-btn {
      margin-top: 32px;  
}
    .lk-success-modal__content {
    margin: 0px;
    }
}