

/* Start:/local/components/spll/state_support/templates/.default/style.css?178492796518848*/
.support__btn {
    width: fit-content;
    width: -moz-fit-content;
    padding-left: 40px;
    padding-right: 40px;
}

/* Общие стили */
.state-support {
    max-width: 1200px;
    margin: 0 auto;
    color: #123670;
}

.support-section {
    margin-bottom: 40px;
}

.state-support :where(
    .t3-description,
    .t8-description,
    .t9-description,
    .t9-receivers-value,
    .t10-description,
    .t12-description,
    .t12-item-description
) :where(p, span, div, ul, ol, li, b, strong, em, i, h1, h2, h3, h4, h5, h6) {
    color: #123670 !important;
}

/* Тип T1 */
.t1-container {
    position: relative;
    width: 100%;
    /* height: 370px; */
    aspect-ratio: 2.575 / 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 20px;
    overflow: hidden;
}

.t1-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 36px;
    max-width: 583px;
}

.t1-title {
    color: white;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 24px;
    line-height: 1.3;
}

.t1-button {
    width: 409px;
    height: 48px;
    background: white;
    color: #2F8EED;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.t1-button:hover {
    background: #f0f0f0;
    transform: translateY(-2px);
}

/* Тип T2 */
.t2-container {
    background: rgba(255, 175, 100, 0.1);
    border-radius: 12px;
    padding: 22px 36px;
}

.t2-content {
    display: flex;
    align-items: center;
    gap: 8px;
}

.t2-icon {
    flex-shrink: 0;
}

.t2-text {
    color: #FFAF64;
    font-size: 16px;
    line-height: 1.5;

    a {
        color: #FFAF64;
        text-decoration: none;
        font-weight: 800;
    }

    a:hover {
        text-decoration: underline;
    }
}

/* Тип T3 */
.t3-container {
    background: white;
    border-radius: 20px;
    padding: 22px 36px;
}

.t3-container ul {
    padding-left: 1rem;
}

.t3-title {
    color: #123670;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 24px;
}

.t3-description {
    color: #123670;
    font-size: 16px;
    line-height: 1.5;
}

.t3-description a {
    color: #2F8EED;
    text-decoration: none;
}

.t3-description a:hover {
    text-decoration: underline;
}

.t3-button {
    margin-top: 36px;
    background: #2F8EED;
    color: white;
    border: none;
    border-radius: 8px;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.t3-button:hover {
    background: #1e7bda;
    transform: translateY(-2px);
}

/* Тип T4 */
.t4-container {
    background: #D9EFFF;
    border-radius: 20px;
    padding: 22px 36px;
}

.t4-content {
    display: flex;
    align-items: center;
    gap: 16px;
}

.t4-icon {
    flex-shrink: 0;
}

.t4-text {
    color: #2F8EED;
    font-size: 16px;
    line-height: 1.5;
}

/* Тип T5 */
.t5-container {
    display: flex;
    gap: 8px;
    background: transparent;
}

.t5-card {
    flex: 1;
    background: white;
    border-radius: 20px;
    padding: 36px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.t5-label {
    color: #919191;
    font-size: 16px;
}

.t5-value {
    color: #2F8EED;
    font-size: 56px;
    font-weight: bold;
    line-height: 1.2;
}

.t5-name {
    color: #123670;
    font-size: 16px;
    font-weight: 500;
}

/* Тип T6/T7 */
.t6-container {
    background: white;
    border-radius: 20px;
    padding: 36px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 36px;
    border: 1px solid #e0e0e0;
}

/* Заголовок с картинкой в ряд */
.t6-header {
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: center;
    margin-bottom: 0;
}

/* Блок с картинкой */
.t6-picture {
    flex-shrink: 0;
}

.t6-picture img {
    max-width: 100px;
    width: auto;
    height: auto;
    display: block;
    border-radius: 12px;
    object-fit: cover;
}

/* Ссылка на картинке */
.t6-picture a {
    display: block;
    line-height: 0;
}

.t6-picture a:hover img {
    opacity: 0.9;
    transition: opacity 0.3s ease;
}

/* Заголовок */
.t6-title {
    color: #123670;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 1.3;
    flex: 1;
}

/* Ссылка на заголовке */
.t6-title a {
    color: #123670;
    text-decoration: none;
    transition: opacity 0.3s ease;
    display: inline-block;
}

.t6-title a:hover {
    opacity: 0.8;
    text-decoration: underline;
}

/* Контакты */
.t6-contacts {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: center;
}

/* По умолчанию — прижимаем влево */
.t6-contacts:has(:only-child) {
    justify-content: flex-start;
}

/* Для двух элементов — расстояние 120px, без растягивания по углам */
.t6-contacts:has(:nth-child(2):last-child) {
    justify-content: flex-start;
    gap: 120px;
}

/* Для трёх и более — равномерное распределение */
.t6-contacts:has(:nth-child(3):last-child),
.t6-contacts:has(:nth-child(4)) {
    justify-content: space-between;
}

.t6-contact-group {
    flex: 1;
    min-width: 200px;
    flex-direction: row;
    display: flex;
    gap: 2.5rem clamp(2.5rem, 2.1rem + 4.5vw, 7.5rem);
    flex-wrap: wrap;
}

.t6-contact-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.t6-contact-label {
    color: #919191;
    font-size: 16px;
}

.t6-contact-value {
    color: #123670;
    font-size: 22px;
    text-decoration: none;
    transition: opacity 0.3s ease;
    word-break: break-all;
}

.t6-contact-value:hover {
    opacity: 0.8;
    text-decoration: underline;
}

/* Стили для ссылки в контактах (если есть отдельная кнопка/ссылка) */
.t6-contact-value[target="_blank"]::after {
    content: "↗";
    display: inline-block;
    margin-left: 6px;
    font-size: 16px;
    transition: transform 0.3s ease;
}

.t6-contact-value[target="_blank"]:hover::after {
    transform: translate(2px, -2px);
}

/* Адаптивность для T7 */
@media (max-width: 768px) {
    .t6-container {
        padding: 24px;
    }

    /* На мобилках картинка сверху, заголовок снизу */
    .t6-header {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }

    .t6-picture img {
        max-width: 80px;
        margin: 0 auto;
    }

    .t6-title {
        text-align: center;
        font-size: 20px;
    }

    .t6-contacts {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }

    .t6-contact-value {
        font-size: 18px;
    }

    .t6-contact-group {
        min-width: 100%;
    }
}

/* Дополнительно: для планшетов */
@media (min-width: 769px) and (max-width: 1024px) {
    .t6-container {
        padding: 28px;
    }

    .t6-picture img {
        max-width: 80px;
    }

    .t6-title {
        font-size: 20px;
    }

    .t6-contact-value {
        font-size: 20px;
    }
}

/* Анимация при загрузке (опционально) */
.t6-container {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.t6-container:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

/* Модальное окно */
.form-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.form-modal-content {
    background-color: white;
    margin: 5% auto;
    padding: 20px;
    border-radius: 20px;
    width: 90%;
    max-width: 600px;
    position: relative;
}

.form-modal-close {
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    color: #919191;
}

.form-modal-close:hover {
    color: #2F8EED;
}

/* Адаптивность */
@media (max-width: 768px) {
    .t1-container {
        /* height: 300px; */
        aspect-ratio: 1.6 / 1;
    }

    .t1-content {
        padding: 20px;
        max-width: 100%;
    }

    .t1-title {
        font-size: 22px;
    }

    .t1-button {
        width: 100%;
        max-width: 409px;
    }

    .t5-container {
        flex-direction: column;
    }

    .t5-value {
        font-size: 40px;
    }

    .t6-contacts {
        flex-direction: column;
    }

    .t6-header {
        flex-direction: column;
        text-align: center;
    }

    .t3-container,
    .t4-container,
    .t2-container {
        padding: 20px;
    }
}

/* Тип T9 */
.t9-container {
    background: #ffffff;
    border-radius: 20px;
    padding: 22px 36px;
}

.t9-title {
    color: #123670;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3;
}

.t9-description {
    margin-top: 24px;
    color: #123670;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
}

.t9-items {
    margin-top: 34px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.t9-item {
    flex: 1 1 360px;
}

.t9-item-value {
    color: #2F8EED;
    font-size: 72px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
}

.t9-item-name {
    margin-top: 10px;
    color: #123670;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
}

.t9-receivers {
    margin-top: 43px;
}

.t9-receivers-title {
    color: #123670;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
}

.t9-receivers-value {
    margin-top: 8px;
    color: #123670;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
}

.t9-files {
    margin-top: 34px;
}

@media (max-width: 768px) {
    .t9-container {
        padding: 20px;
    }

    .t9-item {
        flex-basis: 100%;
    }

    .t9-item-value {
        font-size: 48px;
    }
}

/* Тип T11 */
.t11-slider {
    position: relative;
    width: 100%;
    max-height: 370px;
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
}

.t11-track {
    width: 100%;
}

.t11-slide {
    display: none;
    width: 100%;
    height: 370px;
}

.t11-slide.is-active {
    display: block;
}

.t11-slide img {
    width: 100%;
    height: 370px;
    object-fit: cover;
    display: block;
    border-radius: 20px;
}

.t11-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    border: 0;
    border-radius: 4px;
    background: #ffffff;
    color: #123670;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
}

.t11-arrow--prev {
    left: 12px;
}

.t11-arrow--next {
    right: 12px;
}

.t11-arrow svg {
    width: 16.8px;
    height: 16.8px;
}

/* Тип T10 */
.t10-container {
    display: flex;
    flex-direction: column;
    gap: 24px;

    a {
        text-decoration: none;
        color: #123670;
        font-weight: 600;
    }

    a:hover {
        text-decoration: underline;
    }
}

.t10-title {
    color: #123670;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 0;
}

.t10-description-block {
    background: #D9EFFF;
    border-radius: 20px;
    padding: 22px 36px;

    a.t10-file {
        background-color: white !important;
    }
}

.t10-description-block ul {
    padding-left: 1rem;
}

.t10-description {
    color: #123670;
    font-size: 16px;
    line-height: 1.5;
}

.t10-description p {
    margin: 0 0 12px 0;
}

.t10-description p:last-child {
    margin-bottom: 0;
}

.t10-files {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 36px;
}

.t10-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 30px;
}

.t10-button {
    appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    width: 100% !important;
    padding: 12px 24px;
    border-radius: 12px;
    border: 1px solid #2F8EED;
    background: #2F8EED;
    color: #FFFFFF !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none !important;
    cursor: pointer;
    transition: transform 0.2s ease, opacity 0.2s ease, background-color 0.2s ease;
}

.t10-button:hover {
    opacity: 0.92;
    transform: translateY(-1px);
    text-decoration: none !important;
}

.t10-button.btn-secondary {
    background: #FFFFFF;
    color: #2F8EED !important;
}

.no-margin {
    margin: 0;
}

.t10-file {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #D9EFFF;
    border-radius: 16px;
    padding: 16px;
    text-decoration: none;
    transition: opacity 0.3s ease, transform 0.2s ease;
}

.t10-file:hover {
    opacity: 0.8;
    transform: translateY(-2px);
}

.t10-file-icon {
    flex-shrink: 0;
}

.t10-file-name {
    color: #2977DA;
    font-size: 14px;
    font-weight: 500;
    word-break: break-word;
}

/* Адаптивность для T10 */
@media (max-width: 768px) {
    .t10-container {
        gap: 20px;
    }

    .t10-title {
        font-size: 20px;
    }

    .t10-description-block {
        padding: 18px 16px;

        a.t10-file {
            background-color: white !important;
        }
    }

    .t10-description {
        font-size: 14px;
    }

    .t10-files {
        flex-direction: column;
        gap: 12px;
    }

    .t10-buttons {
        flex-direction: column;
    }

    .t10-file {
        padding: 14px;
        width: 100%;
    }

    .t10-button {
        width: 100%;
    }

    .t10-file-name {
        font-size: 13px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .t10-description-block {
        padding: 20px 28px;

        a.t10-file {
            background-color: white !important;
        }
    }
}

.t8-description {
    margin-bottom: 36px;
}

.t8-links-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.t8-links-list__item {
    margin-bottom: 8px;
}

.t8-links-list__item:last-child {
    margin-bottom: 0;
}

.t8-links-list__item-link {
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.cards-links-simple-module {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
    gap: 8px;
}

@media screen and (max-width: 920px) {
    .cards-links-simple-module {
        grid-template-columns: repeat(auto-fill, minmax(45%, 1fr));
    }
}

@media screen and (max-width: 480px) {
    .cards-links-simple-module {
        grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    }
}

.cards-links-simple-module__item {
    display: flex;
    align-items: stretch;
}

.cards-links-simple-module a {
    text-decoration: none;
    color: inherit;
    padding: 20px;
    border-radius: 12px;
    border: 1px solid rgba(47, 142, 237, .5);
    background: #d9efff1a;
    min-height: 86px;
    transition: all 0.3s ease;
}

@media screen and (max-width: 920px) {
    .cards-links-simple-module a {
        min-height: auto;
    }
}

/* Стили при наведении на ссылку */
.cards-links-simple-module__item:hover {
    .cards-links-simple-module__item-icon {
        transform: rotate(45deg);
    }
}

.cards-links-simple-module__item-icon {
    width: 24px;
    height: 24px;
    background-color: #d9efff;
    border-radius: 100px;
    padding: 4px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
    /* Добавляем плавный переход */
}

/* Тип T12 */
.t12-items {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 1rem 0;
}

.t12-item {
    flex: 0 0 calc(50% - 4px);
    max-width: calc(50% - 4px);
    min-width: 300px;
}

.t12-item-link {
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 12px;
    border: 1px solid rgba(47, 142, 237, 0.5);
    background: rgba(217, 239, 255, 0.1);
    padding: 36px;
    color: inherit;
    text-decoration: none;
}

.t12-item-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

.t12-item-title {
    color: #123670;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
}

.t12-item-icon {
    width: 24px;
    height: 24px;
    border-radius: 100px;
    background-color: #d9efff;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.t12-item .big-card-link:hover .t12-item-icon {
    transform: rotate(45deg);
}

/* Тип T14 */
.t14-items {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.t14-item {
    display: block;
    width: 240px;
    height: 336px;
    border-radius: 16px;
    overflow: hidden;
    text-decoration: none;
}

.t14-item img {
    width: 240px;
    height: 336px;
    display: block;
    object-fit: cover;
    border-radius: 16px;
}

/* Тип T15 */
.t15-divider {
    width: 100%;
    height: 1px;
    background: #d9e1ee;
}

.t12-item-value {
    margin-top: 25px;
    color: #2F8EED;
    font-size: 56px;
    font-weight: 600;
    line-height: 1.1;
}

.t12-item-percent {
    margin-top: 10px;
    color: #123670;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
}

.t12-item-description {
    margin-top: 24px;
    color: #123670;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
}

.t12-item-value,
.t12-item-percent,
.t12-item-description {
    margin-bottom: 0;
}

.t12-item-description p {
    margin: 0;
}

@media (max-width: 768px) {
    .t12-item {
        min-width: 100%;
    }

    .t12-item-link {
        padding: 16px;
    }

    .t12-item-value {
        font-size: 40px;
    }
}
/* T16 - Видео-баннер 950x370 */
.t16-container {
    margin-bottom: 30px;
    max-width: 950px;
    width: 100%;
    height: 370px;
    border-radius: 12px;
    overflow: hidden;
    background: #000;
    position: relative;
}

.t16-video-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

.t16-video-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Адаптивность */
@media (max-width: 1024px) {
    .t16-container {
        max-width: 100%;
        height: auto;
        aspect-ratio: 950 / 370; /* Сохраняем пропорции 950:370 */
        border-radius: 10px;
    }
}

@media (max-width: 768px) {
    .t16-container {
        border-radius: 8px;
        margin-bottom: 20px;
        aspect-ratio: 950 / 370;
    }
}

@media (max-width: 480px) {
    .t16-container {
        border-radius: 6px;
        margin-bottom: 15px;
    }
}
.t14-items {
    justify-content: space-around;
}
/* End */


/* Start:/local/components/spll/training_request_popup/templates/.default/style.css?17768485294040*/
.form-button-100 {
    width: 100%;
    display: flex;
    justify-content: center;
}
/* ===== Training request modal ===== */
.training-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .5);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    padding: 16px;
    box-sizing: border-box;
}
.training-modal-overlay.is-open { display: flex; }
.training-modal {
    background: #fff;
    border-radius: 16px;
    width: 100%;
    max-width: 580px;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .15);
}
.training-modal__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 24px 24px 16px;
    flex-shrink: 0;
}
.training-modal__title {
    font-size: 22px;
    font-weight: 700;
    color: #0A1A3E;
    line-height: 1.3;
    margin: 0;
}
.training-modal__close {
    width: 32px;
    height: 32px;
    background: transparent;
    border: none;
    cursor: pointer;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6B7280;
    font-size: 36px;
    line-height: 1;
    border-radius: 6px;
    transition: background .2s, color .2s;
    padding: 0;
    font-family: inherit;
}
.training-modal__close:hover { background: #F3F4F6; color: #0A1A3E; }
.training-modal__body {
    overflow-y: auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
}
.training-modal__subtitle {
    font-size: 14px;
    color: #939393;
    margin: 0;
}
.training-modal__download-btn { width: 100%; }
.training-modal__download-btn .b2b-btn { width: 100%; justify-content: center; }
.training-modal__file-upload-wrap { position: relative; }
.training-modal__file-upload-wrap input[type="file"] {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.training-modal__file-upload-wrap .b2b-btn {
    width: 100%;
    justify-content: center;
    pointer-events: none;
}
.training-modal__file-name {
		display: none;
    font-size: 13px;
    color: #6B7280;
    margin-top: 4px;
    min-height: 18px;
}
.training-modal__notice {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 13px;
    color: #939393;
    line-height: 1.5;
    background: #F9FAFB;
    border-radius: 8px;
    padding: 8px 0;
}
.training-modal__notice svg { flex-shrink: 0; margin-top: 1px; }
.training-modal__agree {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    color: #374151;
    line-height: 1.5;
    cursor: pointer;
}
.training-modal__agree input[type="checkbox"] {
    margin-top: 3px;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    accent-color: var(--b2b-primary);
    cursor: pointer;
}
.training-modal__agree a { color: var(--b2b-primary); text-decoration: underline; }
.training-modal__footer {
    padding: 16px 24px 24px;
    flex-shrink: 0;
}
.training-modal__footer .b2b-btn { width: 100%; justify-content: center; }
.training-modal__error {
    color: #dc2626;
    font-size: 13px;
    display: none;
    background: #FEF2F2;
    border-radius: 8px;
    padding: 10px 12px;
}
.training-modal__error.is-visible { display: block; }
.training-field-error {
    font-size: 12px;
    color: #dc2626;
    margin-top: 4px;
    min-height: 16px;
    display: none;
    padding-left: 2px;
}
.training-field-error.is-visible { display: block; }
.training-agree-error {
    font-size: 12px;
    color: #dc2626;
    margin-top: 4px;
    display: none;
}
.training-agree-error.is-visible { display: block; }
[data-input-wrapper].is-error .q-field__control {
    border-color: #dc2626 !important;
}
.training-modal__success {
    color: #15803d;
    font-size: 15px;
    text-align: center;
    padding: 12px 0 4px;
    display: none;
    font-weight: 500;
    margin-bottom: 4px;
}
.training-modal__success.is-visible { display: block; }

/* End */


/* Start:/local/js/captcha-modal/captcha-modal.css?17800478544921*/
.captcha-modal-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.22s ease, visibility 0.22s ease;
}

.captcha-modal-overlay.is-open {
	opacity: 1;
	visibility: visible;
}

.captcha-modal {
	background: #ffffff;
	border-radius: 14px;
	padding: 28px 28px 24px;
	width: 360px;
	max-width: calc(100vw - 32px);
	box-shadow: 0 12px 48px rgba(0, 0, 0, 0.18);
	position: relative;
	transform: translateY(12px) scale(0.98);
	transition: transform 0.22s ease;
}

.captcha-modal-overlay.is-open .captcha-modal {
	transform: translateY(0) scale(1);
}

/* Закрыть */
.captcha-modal__close {
	position: absolute;
	top: 14px;
	right: 14px;
	width: 32px;
	height: 32px;
	border: none;
	background: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #9ca3af;
	border-radius: 6px;
	padding: 0;
	transition: color 0.15s, background 0.15s;
}

.captcha-modal__close:hover {
	color: var(--b2b-accent, #0a1a3e);
	background: #f3f4f6;
}

/* Заголовки */
.captcha-modal__title {
	font-size: 32px;
	font-weight: 600;
	color: var(--b2b-accent, #0a1a3e);
	margin: 0 0 4px;
	padding-right: 36px;
	line-height: 1.3;
}

.captcha-modal__subtitle {
	font-size: 14px;
	color: #6b7280;
	margin: 0 0 18px;
	line-height: 1.4;
}

/* Картинка + обновить */
.captcha-modal__image-row {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 10px;
}

.captcha-modal__img {
	display: block;
	height: 44px;
	width: auto;
	border-radius: 8px;
	border: 1px solid #e5e7eb;
	cursor: pointer;
	transition: opacity 0.2s;
	flex-shrink: 0;
}

.captcha-modal__img.is-loading {
	opacity: 0.35;
}

.captcha-modal__img:hover {
	opacity: 0.8;
}

.captcha-modal__refresh {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	flex-shrink: 0;
	padding: 0;
	background: #ffffff;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	color: #6b7280;
	cursor: pointer;
	transition: color 0.15s, border-color 0.15s, background 0.15s, transform 0.3s;
}

.captcha-modal__refresh:hover {
	color: #111827;
	border-color: #d1d5db;
	background: #f9fafb;
}

.captcha-modal__refresh:active svg {
	transform: rotate(180deg);
}

.captcha-modal__refresh:disabled {
	opacity: 0.4;
	cursor: not-allowed;
}

/* Ошибка */
.captcha-modal__error {
	font-size: 13px;
	color: #dc2626;
	margin: 0 0 8px;
	min-height: 18px;
	line-height: 1.4;
}

/* Поле ввода */
.captcha-modal__input {
	width: 100%;
	height: 46px;
	border: 1.5px solid #d1d5db;
	border-radius: 8px;
	padding: 0 14px;
	font-size: 16px;
	color: var(--b2b-accent, #0a1a3e);
	outline: none;
	box-sizing: border-box;
	transition: border-color 0.15s, box-shadow 0.15s;
	background: #FFFFFF;
	letter-spacing: 3px;
}

.captcha-modal__input::placeholder {
	letter-spacing: normal;
	color: #9ca3af;
	font-size: 14px;
}

.captcha-modal__input:focus {
	border-color: var(--b2b-primary, #2f8eed);
}

.captcha-modal__input.has-error {
	border-color: #dc2626;
}

/* Кнопки */
.captcha-modal__footer {
	display: flex;
	gap: 10px;
	margin-top: 20px;
}

.captcha-modal__footer .b2b-btn,
.captcha-modal__btn {
	flex: 1;
}

.captcha-modal__btn {
	appearance: none;
	-webkit-appearance: none;
	align-items: center;
	border: 1px solid transparent;
	border-radius: 10px;
	cursor: pointer;
	display: inline-flex;
	font-family: inherit;
	font-size: 16px;
	font-weight: 500;
	justify-content: center;
	line-height: 1.3;
	min-height: 48px;
	padding: 8px 20px;
	position: relative;
	text-align: center;
	text-decoration: none;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
	white-space: nowrap;
}

.captcha-modal__btn-label {
	color: inherit !important;
	display: inline-block;
	font: inherit;
	opacity: 1 !important;
	visibility: visible !important;
}

.captcha-modal__btn--confirm {
	background: var(--b2b-primary, #2f8eed);
	border-color: var(--b2b-primary, #2f8eed);
	color: var(--t-color-5, #ffffff);
}

.captcha-modal__btn--confirm:hover,
.captcha-modal__btn--confirm:focus-visible {
	background: var(--b2b-accent, #0a1a3e);
	border-color: var(--b2b-accent, #0a1a3e);
	color: var(--t-color-5, #ffffff);
}

.captcha-modal__btn--cancel {
	background: #f9fcff;
	border-color: #2f8eed;
	color: #2f8eed;
}

.captcha-modal__btn--cancel:hover,
.captcha-modal__btn--cancel:focus-visible {
	background: var(--b2b-primary, #2f8eed);
	border-color: var(--b2b-primary, #2f8eed);
	color: var(--t-color-5, #ffffff);
}

.captcha-modal__btn--cancel:hover .captcha-modal__btn-label,
.captcha-modal__btn--cancel:focus-visible .captcha-modal__btn-label,
.captcha-modal__btn--confirm:hover .captcha-modal__btn-label,
.captcha-modal__btn--confirm:focus-visible .captcha-modal__btn-label {
	color: inherit !important;
}

/* End */


/* Start:/local/components/b2b/form.input/templates/.default/style.css?17848083487888*/
/* Контейнер поля */
.input-wrapper {
    width: 100%;
}

/* Внутренний контейнер поля.
   ВАЖНО: все правила ниже заскоплены под .input-wrapper. Разметка компонента
   переиспользует Quasar-классы (q-field__control, q-field__native и т.д.),
   которые встречаются и в других местах сайта — например, в формах подписки и
   обратной связи в футере. Без .input-wrapper эти стили протекали в футер:
   контрол получал белую заливку и чужую рамку/высоту, из-за чего на страницах
   ЛК текст в полях становился нечитаемым, а вёрстка блока ломалась. */
.input-wrapper .q-field__inner {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
}

/* Базовые стили для всех контейнеров полей */
.input-wrapper .q-field__control,
.input-wrapper .q-field__control-container {
    width: 100%;
    min-height: 48px;
    border-width: 1px;
}

.input-wrapper .q-field__control {
    border-radius: 10px;
    position: relative;
    display: flex;
    align-items: center;
    background-color: #fff;
    transition: border-color 0.3s ease;
}

.input-wrapper .q-field__control:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1.5px solid transparent;
    border-radius: 10px;
    pointer-events: none;
    transition: border-color 0.3s;
    min-height: 48px;
}

/* Стили для обводки */
.input-wrapper .q-field__control:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #0a1a3e;
    border-radius: 10px;
    pointer-events: none;
}

/* Стили для инпутов */
.input-wrapper .q-field__native {
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    width: 100%;
    padding: 12px 14px !important;
    background: transparent;
    border: none;
    outline: none;
    color: inherit;
    min-height: 50px;
    box-sizing: border-box;
}

/* Плейсхолдер */
.input-wrapper .q-field__native::placeholder {
    color: #939393;
    transition: opacity 0.3s;
}

/* Состояние focused */
.input-wrapper .q-field__control:focus-within:after,
.input-wrapper .q-field--highlighted .q-field__control:after {
    border-width: 1.5px;
    border-color: #0a1a3e;
}

/* Модификаторы цвета - базовые */
.input-wrapper--grey-light .q-field__control:before {
    border-color: #d0d5dd;
}

.input-wrapper--grey-light .q-field__native::placeholder {
    color: #919191;
}

/* Самый высокий приоритет - через комбинацию классов */
.input-wrapper--grey-light .q-field--error.q-field__control:before,
.input-wrapper--grey-light .q-field--error .q-field__control:before,
.input-wrapper .q-field--error.q-field__control:before,
.input-wrapper .q-field--error .q-field__control:before {
    border-color: #ff3535 !important;
}

.input-wrapper--grey-light .q-field--error.q-field__control:after,
.input-wrapper--grey-light .q-field--error .q-field__control:after,
.input-wrapper .q-field--error.q-field__control:after,
.input-wrapper .q-field--error .q-field__control:after {
    border-color: #ff3535 !important;
}

/* Также для самого контрола */
.input-wrapper--grey-light .q-field--error.q-field__control,
.input-wrapper .q-field--error.q-field__control {
    border-color: #ff3535 !important;
}

.input-wrapper--blue-light .q-field__control:before {
    border-color: var(--b2b-primary);
}

.input-wrapper--blue-light .q-field__native::placeholder {
    color: #919191;
}

/* Для всех цветовых схем */
.input-wrapper--grey-light .q-field--error .q-field__control,
.input-wrapper--blue-light .q-field--error .q-field__control,
.input-wrapper--white .q-field--error .q-field__control,
.input-wrapper--grey .q-field--error .q-field__control {
    border-color: #ff3535 !important;
}

.input-wrapper--grey-light .q-field--error .q-field__control:before,
.input-wrapper--blue-light .q-field--error .q-field__control:before,
.input-wrapper--white .q-field--error .q-field__control:before,
.input-wrapper--grey .q-field--error .q-field__control:before {
    border-color: #ff3535 !important;
}

/* Disabled */
.input-wrapper .q-field--disabled .q-field__control:before,
.input-wrapper .q-field--disabled .q-field__control:after {
    border-color: #d2d2d2 !important;
    background-color: #f5f5f5;
}

/* Readonly */
.input-wrapper .q-field__native[readonly] {
    cursor: default;
    background-color: #f9f9f9;
}

/* Лейбл */
.input-wrapper__label {
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
}

/* Звёздочка обязательного поля — иконка из макета (голубая «искра» 6x6),
   а не текстовый «*». Сам символ в разметке остаётся для скринридеров и
   прячется через font-size: 0. Правило намеренно без .input-wrapper впереди:
   этим же классом пользуются select и поля, которые рисует JS. */
.input-wrapper__label-required {
    display: inline-block;
    flex: 0 0 auto;
    align-self: flex-start;
    width: 6px;
    height: 6px;
    margin-left: 2px;
    vertical-align: top;
    font-size: 0;
    line-height: 0;
    color: transparent;
    background: url(/local/templates/main_b2b/assets/icons/asterisk.svg) no-repeat center center;
    background-size: 6px 6px;
}

/* Кнопка показа/скрытия пароля */
.input-wrapper--password .q-field__control {
    position: relative;
}

.input-wrapper--password .q-field__native {
    padding-right: 44px !important;
    letter-spacing: normal;
}

/* Точки пароля как в макете: глиф браузерный, но с разрядкой.
   :not(:placeholder-shown) — чтобы разрядка не растягивала плейсхолдер,
   а при переключении на type="text" селектор просто перестаёт совпадать. */
.input-wrapper--password .q-field__native[type="password"]:not(:placeholder-shown) {
    letter-spacing: 2px;
}

.input-wrapper__password-toggle {
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    padding: 0;
    border: none;
    background: url(/local/components/b2b/form.input/templates/.default/images/eye-off.svg) no-repeat center center;
    background-size: 20px 20px;
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.2s ease;
}

.input-wrapper__password-toggle:hover {
    opacity: 0.7;
}

.input-wrapper__password-toggle.is-visible {
    background-image: url(/local/components/b2b/form.input/templates/.default/images/eye.svg);
}

/* Ошибки */
.input-wrapper__error {
    margin-top: 4px;
    font-size: 12px;
    color: #ff3535;
}

.input-wrapper--textarea .q-field__control {
    height: auto;
    min-height: 40px;
}

.input-wrapper--textarea textarea {
    width: 100%;
    min-height: 120px;
    max-height: 300px;
    padding: 12px 16px;
    border: none;
    background: none;
    font-family: inherit;
    font-size: 16px;
    line-height: 1.5;
    color: #1F2937;
    resize: vertical;
    overflow-y: auto;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.input-wrapper--textarea textarea:focus {
    outline: none;
}

.input-wrapper--textarea textarea::placeholder {
    color: #9CA3AF;
}

/* End */
/* /local/components/spll/state_support/templates/.default/style.css?178492796518848 */
/* /local/components/spll/training_request_popup/templates/.default/style.css?17768485294040 */
/* /local/js/captcha-modal/captcha-modal.css?17800478544921 */
/* /local/components/b2b/form.input/templates/.default/style.css?17848083487888 */
