

/* Start:/bitrix/templates/main/components/bitrix/menu/products/style.min.css?1787247608490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/bitrix/templates/main/components/bitrix/menu/products/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/bitrix/templates/main/components/bitrix/menu/products-arch-menu/style.min.css?1787247608737*/
div.menu-sitemap-tree{font-size:100%}div.menu-sitemap-tree ul{list-style-type:none;margin:0;padding:0 1em 0 0}div.menu-sitemap-tree ul ul{width:auto;margin:-0.75em 0 0 0;padding:0 0 0 .75em}div.menu-sitemap-tree li{margin:0 0 -0.85em 0;padding:0}div.menu-sitemap-tree li li{margin:0 0 -0.85em .5em;padding:0}div.menu-sitemap-tree li.close ul{display:none}div.menu-sitemap-tree div.item-text{position:relative;top:-19px;left:19px}div.folder,div.page{background-repeat:no-repeat;width:17px;height:17px;vertical-align:top}div.folder{cursor:pointer;cursor:hand;background-image:url(/bitrix/templates/main/components/bitrix/menu/products-arch-menu/images/folder_open.gif)}div.menu-sitemap-tree li.close div.folder{background-image:url(/bitrix/templates/main/components/bitrix/menu/products-arch-menu/images/folder_close.gif)}div.page{background-image:url(/bitrix/templates/main/components/bitrix/menu/products-arch-menu/images/page.gif)}
/* End */


/* Start:/bitrix/templates/main/components/bitrix/menu/products-arch-menu-adaptive/style.min.css?1787247608737*/
div.menu-sitemap-tree{font-size:100%}div.menu-sitemap-tree ul{list-style-type:none;margin:0;padding:0 1em 0 0}div.menu-sitemap-tree ul ul{width:auto;margin:-0.75em 0 0 0;padding:0 0 0 .75em}div.menu-sitemap-tree li{margin:0 0 -0.85em 0;padding:0}div.menu-sitemap-tree li li{margin:0 0 -0.85em .5em;padding:0}div.menu-sitemap-tree li.close ul{display:none}div.menu-sitemap-tree div.item-text{position:relative;top:-19px;left:19px}div.folder,div.page{background-repeat:no-repeat;width:17px;height:17px;vertical-align:top}div.folder{cursor:pointer;cursor:hand;background-image:url(/bitrix/templates/main/components/bitrix/menu/products-arch-menu-adaptive/images/folder_open.gif)}div.menu-sitemap-tree li.close div.folder{background-image:url(/bitrix/templates/main/components/bitrix/menu/products-arch-menu-adaptive/images/folder_close.gif)}div.page{background-image:url(/bitrix/templates/main/components/bitrix/menu/products-arch-menu-adaptive/images/page.gif)}
/* End */


/* Start:/local/components/tatprof/modern-form/templates/.default/style.css?17882861117901*/
/* ========================================
   TATPROF Modern Form — 2026 Design System
   ======================================== */

:root {
    --tf-color: #3b82f6;
    --tf-color-hover: #2563eb;
    --tf-color-light: #dbeafe;
    --tf-bg: #ffffff;
    --tf-bg-input: #f8fafc;
    --tf-border: #e2e8f0;
    --tf-border-focus: #3b82f6;
    --tf-text: #0f172a;
    --tf-text-muted: #64748b;
    --tf-error: #ef4444;
    --tf-success: #10b981;
    --tf-radius: 14px;
    --tf-radius-sm: 10px;
    --tf-shadow: 0 10px 40px rgba(15, 23, 42, 0.08), 0 2px 8px rgba(15, 23, 42, 0.04);
    --tf-shadow-hover: 0 20px 60px rgba(15, 23, 42, 0.12), 0 4px 12px rgba(15, 23, 42, 0.06);
    --tf-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* ============ Контейнер ============ */
.tf-modern-form {
    max-width: 520px;
    margin: 40px auto;
    font-family: var(--tf-font);
    -webkit-font-smoothing: antialiased;
}

.tf-form-inner {
    background: var(--tf-bg);
    border-radius: var(--tf-radius);
    padding: 36px 32px;
    box-shadow: var(--tf-shadow);
    transition: box-shadow 0.3s ease;
}

.tf-form-inner:hover {
    box-shadow: var(--tf-shadow-hover);
}

/* Стеклянная тема */
.tf-theme-glass .tf-form-inner {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

/* ============ Иконка и заголовки ============ */
.tf-form-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 18px;
    border-radius: 18px;
    background: linear-gradient(135deg, var(--tf-color-light), rgba(59, 130, 246, 0.15));
    color: var(--tf-color);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 16px rgba(59, 130, 246, 0.2);
}

.tf-form-title {
    text-align: center;
    color: var(--tf-text);
    margin: 0 0 6px;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.tf-form-subtitle {
    text-align: center;
    color: var(--tf-text-muted);
    margin: 0 0 26px;
    font-size: 14px;
    line-height: 1.5;
}

/* ============ Поля ============ */
.tf-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.tf-field {
    position: relative;
    margin-bottom: 14px;
}

.tf-input,
.tf-textarea {
    width: 100%;
    padding: 18px 14px 8px 14px;
    background: var(--tf-bg-input);
    border: 1.5px solid var(--tf-border);
    border-radius: var(--tf-radius-sm);
    font-size: 15px;
    color: var(--tf-text);
    font-family: inherit;
    transition: all 0.2s ease;
    box-sizing: border-box;
    outline: none;
}

.tf-textarea {
    resize: vertical;
    min-height: 90px;
    line-height: 1.5;
}

.tf-input:hover,
.tf-textarea:hover {
    border-color: #cbd5e1;
}

.tf-input:focus,
.tf-textarea:focus {
    border-color: var(--tf-border-focus);
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.08);
}

.tf-input:not(:placeholder-shown),
.tf-textarea:not(:placeholder-shown) {
    padding: 18px 14px 8px 14px;
}

/* ============ Floating labels ============ */
.tf-label {
    position: absolute;
    left: 14px;
    top: 14px;
    font-size: 15px;
    color: var(--tf-text-muted);
    pointer-events: none;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 6px;
    background: transparent;
}

.tf-label-icon {
    flex-shrink: 0;
    opacity: 0.7;
}

.tf-input:focus ~ .tf-label,
.tf-input:not(:placeholder-shown) ~ .tf-label,
.tf-textarea:focus ~ .tf-label,
.tf-textarea:not(:placeholder-shown) ~ .tf-label {
    top: 6px;
    font-size: 11px;
    font-weight: 600;
    color: var(--tf-color);
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.tf-input:focus ~ .tf-label .tf-label-icon,
.tf-input:not(:placeholder-shown) ~ .tf-label .tf-label-icon {
    opacity: 1;
}

/* ============ Ошибки ============ */
.tf-error {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    font-size: 11px;
    color: var(--tf-error);
    font-weight: 500;
}

.tf-field.is-invalid .tf-error {
    display: block;
}

.tf-field.is-invalid .tf-input,
.tf-field.is-invalid .tf-textarea {
    border-color: var(--tf-error);
    background: #fef2f2;
}

/* ============ Файлы ============ */
.tf-file-input {
    position: absolute;
    left: -9999px;
    opacity: 0;
}

.tf-file-label {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px;
    border: 2px dashed var(--tf-border);
    border-radius: var(--tf-radius-sm);
    background: var(--tf-bg-input);
    cursor: pointer;
    transition: all 0.2s ease;
}

.tf-file-label:hover {
    border-color: var(--tf-color);
    background: rgba(59, 130, 246, 0.04);
}

.tf-file-label.is-dragover {
    border-color: var(--tf-color);
    background: rgba(59, 130, 246, 0.08);
    transform: scale(1.01);
}

.tf-file-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: var(--tf-color-light);
    color: var(--tf-color);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.tf-file-text {
    flex: 1;
    min-width: 0;
}

.tf-file-text strong {
    display: block;
    color: var(--tf-text);
    font-size: 14px;
    margin-bottom: 2px;
}

.tf-file-text small {
    display: block;
    color: var(--tf-text-muted);
    font-size: 12px;
}

.tf-file-list {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tf-file-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    background: var(--tf-color-light);
    color: var(--tf-color-hover);
    border-radius: 8px;
    font-size: 12px;
    font-weight: 500;
}

.tf-file-remove {
    cursor: pointer;
    opacity: 0.6;
    transition: opacity 0.15s;
}

.tf-file-remove:hover {
    opacity: 1;
}

/* ============ Кнопка ============ */
.tf-submit {
    width: 100%;
    margin-top: 8px;
    padding: 16px 24px;
    background: var(--tf-color);
    color: #ffffff;
    border: none;
    border-radius: var(--tf-radius-sm);
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    font-family: inherit;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.25s ease;
    box-shadow: 0 4px 14px rgba(59, 130, 246, 0.35);
}

.tf-submit:hover:not(:disabled) {
    background: var(--tf-color-hover);
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(59, 130, 246, 0.45);
}

.tf-submit:active:not(:disabled) {
    transform: translateY(0);
}

.tf-submit:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.tf-submit-loader {
    display: none;
    animation: tf-spin 0.8s linear infinite;
}

.tf-submit.is-loading .tf-submit-text,
.tf-submit.is-loading .tf-submit-arrow {
    display: none;
}

.tf-submit.is-loading .tf-submit-loader {
    display: inline-flex;
}

@keyframes tf-spin {
    to { transform: rotate(360deg); }
}

/* ============ Сообщения ============ */
.tf-message {
    margin-top: 14px;
    padding: 0;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    min-height: 20px;
    transition: all 0.3s ease;
}

.tf-message.is-success {
    color: var(--tf-success);
}

.tf-message.is-error {
    color: var(--tf-error);
}

/* ============ Адаптив ============ */
@media (max-width: 600px) {
    .tf-modern-form {
        margin: 20px auto;
    }
    
    .tf-form-inner {
        padding: 28px 20px;
    }
    
    .tf-row {
        grid-template-columns: 1fr;
        gap: 0;
    }
    
    .tf-form-title {
        font-size: 19px;
    }
    
    .tf-file-label {
        flex-direction: column;
        text-align: center;
        padding: 20px 16px;
    }
}
/* End */
/* /bitrix/templates/main/components/bitrix/menu/products/style.min.css?1787247608490 */
/* /bitrix/templates/main/components/bitrix/menu/products-arch-menu/style.min.css?1787247608737 */
/* /bitrix/templates/main/components/bitrix/menu/products-arch-menu-adaptive/style.min.css?1787247608737 */
/* /local/components/tatprof/modern-form/templates/.default/style.css?17882861117901 */
