

/* 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 */
/* /local/components/spll/state_support/templates/.default/style.css?178492796518848 */
