

/* Start:/bitrix/components/bitrix/form.result.new/templates/.default/style.css?1781444932666*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/bitrix/components/bitrix/form.result.new/templates/.default/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/bitrix/components/bitrix/form.result.new/templates/.default/images/icon_warn.gif);
}
/* End */


/* Start:/bitrix/templates/eotacademy/styles.css?178171356320299*/
/* ============== ПЕРЕМЕННЫЕ ============== */
:root {
    --color-cobalt: #222036;
    --color-dark-blue: #3394bf;
    --color-midnight: #1d4877;
    --color-orange: #ff7a3c;
    --color-orange-hover: #ff8e5a;
    --color-purple-dark: #181833;
    --color-text: #1a1a1a;
    --color-text-muted: #555;
    --color-bg-light: #f8f9fa;
    --color-border-soft: rgba(0, 0, 0, 0.06);

    --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.07);
    --shadow-md: 0 6px 16px rgba(0, 0, 0, 0.1);
    --shadow-lg: 0 10px 22px rgba(0, 0, 0, 0.12);

    --radius-sm: 6px;
    --radius-md: 8px;
    --radius-lg: 12px;
    --transition-fast: 0.18s ease;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    height: 100%;
}

body {
    margin: 0;
    min-height: 100vh;
    background: #fff;
    color: var(--color-text);
    line-height: 1.6;
    font-family:
        "Inter",
        "Segoe UI",
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Noto Color Emoji",
        system-ui,
        -apple-system,
        sans-serif;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

main {
    background-color: #ffffff;
}

a,
button {
    transition:
        color var(--transition-fast),
        background-color var(--transition-fast),
        border-color var(--transition-fast),
        transform var(--transition-fast),
        box-shadow var(--transition-fast);
}

/* ============== НАВИГАЦИЯ ============== */
.navbar-custom {
    background: var(--color-cobalt);
    border-bottom: 1px solid rgba(51, 148, 191, 0.16);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.navbar-custom .container-fluid {
    gap: 0.5rem;
}

.navbar-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin-right: 0.5rem;
    color: #fff !important;
    font-size: 1.1rem;
    font-weight: 700;
    text-decoration: none;
    min-width: 0;
}

.navbar-brand img {
    width: auto;
    height: 32px;
    flex-shrink: 0;
}

.navbar-brand span {
    line-height: 1;
    white-space: nowrap;
}

.navbar-brand:hover {
    color: var(--color-dark-blue) !important;
}

.navbar-toggler {
    border: 1px solid rgba(255, 255, 255, 0.16);
    padding: 0.45rem 0.65rem;
    box-shadow: none !important;
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 122, 60, 0.22) !important;
}

.navbar-collapse {
    background: transparent;
}

.navbar-nav {
    gap: 0.15rem;
}

.nav-item {
    width: 100%;
}

.nav-link {
    color: #c5c7d0 !important;
    font-weight: 500;
    font-size: 0.95rem;
    border-radius: var(--radius-sm);
    padding: 0.7rem 0.85rem !important;
}

.nav-link:hover,
.nav-link:focus {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.06);
}

.login-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 44px;
    background: var(--color-orange);
    border: none;
    color: #fff;
    padding: 0.7rem 1.2rem;
    border-radius: var(--radius-sm);
    font-weight: 700;
    font-size: 0.95rem;
    white-space: nowrap;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(255, 122, 60, 0.18);
}

.login-btn:hover {
    background: var(--color-orange-hover);
    color: #fff;
    transform: translateY(-1px);
}

/* ============== СОЦКНОПКИ ============== */
.header-socials {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    flex-wrap: nowrap;
    margin-left: auto;
    min-width: 0;
}

.header-social {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    border-radius: 50%;
    background: #f0f0f0;
    color: #555;
    text-decoration: none;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.08);
}

.header-social svg {
    width: 18px;
    height: 18px;
}

.header-social:hover {
    transform: translateY(-1px);
}

.header-social--wa:hover   { background: #25d366; color: #fff; }
.header-social--tg:hover   { background: #2ca5e0; color: #fff; }
.header-social--vk:hover   { background: #4a76a8; color: #fff; }
.header-social--max:hover  { background: #005ff9; color: #fff; }
.header-social--mail:hover { background: #ff9800; color: #fff; }

.header-right {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.header-phones {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.15rem;
}

.header-phone {
    color: #222;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    text-decoration: none;
}

.header-phone:hover {
    color: #f5a623;
}

.header-address {
    font-size: 12px;
    color: #888;
}

/* ============== HERO ============== */
.hero-section {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: var(--color-midnight);
    padding: 2rem 0 2.25rem;
}

.bg-orange {
    display: inline-block;
    background: var(--color-orange) !important;
    color: #fff !important;
    padding: 0.7rem 1rem !important;
    border-radius: var(--radius-sm) !important;
    font-weight: 700;
    letter-spacing: 0.08em;
    box-shadow: 0 2px 6px rgba(255, 122, 60, 0.2);
    font-size: 0.8rem;
    line-height: 1.35;
}

.hero-assistant-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    border-radius: var(--radius-sm);
    padding: 0.7rem 1rem !important;
    white-space: nowrap;
    box-shadow: 0 2px 6px rgba(255, 122, 60, 0.16);
}

.hero-assistant-tag:hover {
    background-color: var(--color-orange-hover);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
    transform: translateY(-1px);
}

.hero-subtitle {
    font-size: 1rem;
    font-weight: 700;
    color: var(--color-dark-blue);
    margin-bottom: 0.85rem;
}

.hero-text {
    font-size: 0.98rem;
    line-height: 1.7;
    color: var(--color-text-muted);
    max-width: 100%;
    margin-bottom: 1.5rem;
}

.section-label .badge {
    background: var(--color-dark-blue) !important;
    color: #fff !important;
    padding: 0.4rem 0.8rem !important;
    border-radius: 9999px !important;
    font-size: 0.72rem !important;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.hero-link {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    min-height: 48px;
    padding: 0.8rem 0.95rem;
    border-radius: var(--radius-md);
    border: 1px solid rgba(51, 148, 191, 0.45);
    background: var(--color-midnight);
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    line-height: 1.4;
    box-shadow: 0 2px 8px rgba(29, 72, 119, 0.12);
}

.hero-link:hover {
    background: var(--color-dark-blue);
    border-color: rgba(51, 148, 191, 0.8);
    color: #fff;
    transform: translateY(-1px);
}

.link-icon {
    flex-shrink: 0;
    font-weight: 700;
}

/* ============== КНОПКИ ============== */
.btn-orange-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    border-radius: var(--radius-md);
    border: 1px solid var(--color-orange);
    color: var(--color-orange);
    background-color: transparent;
    font-weight: 700;
    padding: 0.75rem 1.4rem;
    text-decoration: none;
}

.btn-orange-outline:hover {
    background-color: var(--color-orange);
    color: #fff;
    box-shadow: 0 4px 12px rgba(255, 122, 60, 0.22);
    transform: translateY(-1px);
}

.btn-orange-outline:active {
    transform: translateY(0);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.14);
}

/* ============== ДЕКОРАТИВНЫЕ ФИГУРЫ ============== */
.shape {
    position: absolute;
    border-radius: var(--radius-lg);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    z-index: 0;
}

.shape img {
    max-width: 80%;
    max-height: 80%;
    object-fit: contain;
    filter: brightness(1.05);
    transition: transform 0.25s ease, filter 0.25s ease;
}

.shape:hover img {
    transform: scale(1.04);
    filter: brightness(1.1);
}

.shape-blue {
    width: 260px;
    height: 260px;
    background: var(--color-midnight);
    top: -180px;
    right: 10px;
    animation: float-up-down 5s ease-in-out infinite;
    box-shadow: 0 10px 24px rgba(51, 148, 191, 0.22);
}

.shape-violet {
    width: 210px;
    height: 210px;
    background: var(--color-dark-blue);
    top: 25px;
    right: 110px;
    animation: float-down-up 6s ease-in-out infinite;
    box-shadow: 0 10px 24px rgba(51, 148, 191, 0.24);
}

.shape-colorful {
    width: 180px;
    height: 180px;
    background: #ff3f4a;
    top: -30px;
    right: -10px;
    animation: float-rotate 7s ease-in-out infinite;
    box-shadow: 0 10px 24px rgba(255, 63, 74, 0.24);
}

@keyframes float-up-down {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

@keyframes float-down-up {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(10px); }
}

@keyframes float-rotate {
    0%   { transform: translateY(0) rotate(0deg); }
    50%  { transform: translateY(-8px) rotate(2deg); }
    100% { transform: translateY(0) rotate(0deg); }
}

/* ============== НОВОСТИ ============== */
.news-section {
    background: var(--color-bg-light);
    padding: 2.25rem 0;
}

.news-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--color-text);
}

.title-underline {
    width: 3.5rem;
    height: 3px;
    background: var(--color-orange);
    border-radius: 2px;
}

.news-card {
    overflow: hidden;
    border-radius: var(--radius-md);
    transition: transform var(--transition-fast), box-shadow var(--transition-fast);
    box-shadow: var(--shadow-sm);
}

.news-card:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

.news-card-title {
    font-size: 1.1rem;
    line-height: 1.35;
}

.news-card .card-body {
    padding: 1rem;
}

.news-card .card-text {
    color: var(--color-text-muted);
    line-height: 1.65;
}

/* ============== СТАТИСТИКА ============== */
.stats-section {
    background: var(--color-purple-dark);
    border-top: 1px solid rgba(51, 148, 191, 0.16);
    padding: 2.5rem 0;
}

.stats-section h2 {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 2rem;
}

.stat-number {
    font-size: 2rem;
    font-weight: 700;
    color: var(--color-orange);
    margin-bottom: 0.35rem;
}

.stat-label {
    color: #d0d0e6;
    font-size: 0.92rem;
    font-weight: 500;
    line-height: 1.5;
}

/* ============== ФУТЕР ============== */
footer {
    background-color: var(--color-cobalt);
    color: #999;
    border-top: 1px solid rgba(51, 148, 191, 0.16);
}

footer a {
    color: var(--color-dark-blue);
    text-decoration: none;
}

footer a:hover {
    color: #fff;
    text-decoration: underline;
}

footer h5 {
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
}

footer .text-muted {
    color: #888 !important;
    font-size: 0.9rem;
}

footer .small {
    font-size: 0.85rem;
    line-height: 1.6;
}

footer ul li {
    margin-bottom: 0.5rem;
}

/* ============== ПРАВОВЫЕ СТРАНИЦЫ ============== */
.legal-section {
    background-color: #fff;
    min-height: calc(100vh - 200px);
    padding: 42px 0;
}

.legal-section h1 {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--color-text);
    margin-bottom: 1.2rem;
}

.legal-content {
    background-color: var(--color-bg-light);
    padding: 1.25rem;
    border-radius: var(--radius-md);
    color: var(--color-text);
    border: 1px solid var(--color-border-soft);
}

.legal-content h2 {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--color-midnight);
    border-left: 4px solid var(--color-orange);
    padding-left: 0.8rem;
    margin-top: 1.2rem;
    margin-bottom: 0.7rem;
}

.legal-content p {
    line-height: 1.75;
    color: #4a4a4a;
    margin-bottom: 0.8rem;
    font-size: 0.96rem;
}

.legal-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 1rem;
}

.legal-list li {
    position: relative;
    padding: 0.35rem 0 0.35rem 1.35rem;
    color: #4a4a4a;
    line-height: 1.6;
    font-size: 0.95rem;
}

.legal-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--color-dark-blue);
    font-weight: 700;
}

.legal-content a {
    color: var(--color-dark-blue);
}

.legal-content a:hover {
    color: var(--color-orange);
}

/* ============== ХОВЕР ДЛЯ КАРТОЧЕК ============== */
.hover-lift {
    transition: transform var(--transition-fast), box-shadow var(--transition-fast);
}

.hover-lift:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
}

/* ============== РЕПЕТИТОРЫ ============== */
.tutors-scroller {
    display: flex;
    gap: 0.9rem;
    padding-bottom: 0.5rem;
    scroll-behavior: smooth;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.tutor-card-slide {
    min-width: 220px;
    max-width: 260px;
    flex: 0 0 auto;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-sm);
}

.tutor-card-slide .card-img-top {
    width: 100%;
    max-width: 124px;
    aspect-ratio: 1 / 1;
    height: auto;
    object-fit: contain;
    margin: 12px auto 0;
    border-radius: var(--radius-md);
}

@keyframes tutors-autoscroll {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.tutors-scroller.auto-scroll {
    animation: tutors-autoscroll 42s linear infinite;
}

.tutor-card-slide.hover-lift:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1);
}

/* ============== FAB ============== */
.fab-callback {
    position: fixed;
    right: 14px;
    bottom: 14px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: none;
    background: var(--color-orange);
    color: #212529;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.22);
    cursor: pointer;
    z-index: 999;
}

.fab-callback:hover {
    background: var(--color-orange-hover);
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.24);
}

.fab-callback:active {
    transform: translateY(0);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.18);
}

/* ============== ПЛАНШЕТЫ И ВЫШЕ ============== */
@media (min-width: 576px) {
    .navbar-brand {
        font-size: 1.2rem;
    }

    .header-social {
        width: 38px;
        height: 38px;
        flex-basis: 38px;
    }

    .hero-section {
        padding: 2.5rem 0;
    }

    .hero-subtitle {
        font-size: 1.08rem;
    }

    .news-card .card-body {
        padding: 1.25rem;
    }

    .legal-content {
        padding: 1.5rem;
    }

    .fab-callback {
        width: 52px;
        height: 52px;
        right: 18px;
        bottom: 18px;
    }
}

@media (min-width: 768px) {
    .hero-section {
        padding: 3rem 0;
    }

    .bg-orange,
    .hero-assistant-tag {
        padding: 0.8rem 1.25rem !important;
        font-size: 0.88rem;
    }

    .hero-subtitle {
        font-size: 1.125rem;
    }

    .hero-text {
        max-width: 30rem;
    }

    .news-section,
    .stats-section {
        padding: 3rem 0;
    }

    .news-title {
        font-size: 1.75rem;
    }

    .stats-section h2 {
        font-size: 2rem;
        margin-bottom: 3rem;
    }

    .stat-number {
        font-size: 2.3rem;
    }

    .legal-section {
        padding: 60px 0;
    }

    .legal-section h1 {
        font-size: 2.1rem;
    }

    .legal-content {
        padding: 2rem;
    }

    .legal-content h2 {
        font-size: 1.35rem;
    }

    .tutor-card-slide {
        min-width: 250px;
        max-width: 290px;
    }

    .tutor-card-slide .card-img-top {
        max-width: 140px;
    }

    .fab-callback {
        right: 20px;
        bottom: 20px;
        width: 54px;
        height: 54px;
    }
}

@media (min-width: 992px) {
    .navbar-custom {
        padding-top: 0.85rem;
        padding-bottom: 0.85rem;
    }

    .navbar-collapse {
        background: transparent;
    }

    .navbar-nav {
        gap: 0.2rem;
    }

    .nav-item {
        width: auto;
    }

    .hero-assistant-tag {
        font-size: 0.9rem;
        font-weight: 700;
        letter-spacing: 0.12em;
        text-transform: uppercase;
    }

    .shape-blue {
        width: 300px;
        height: 300px;
        top: -220px;
        right: 20px;
    }

    .shape-violet {
        width: 250px;
        height: 250px;
        top: 10px;
        right: 150px;
    }

    .shape-colorful {
        width: 220px;
        height: 220px;
        top: -60px;
        right: -40px;
    }

    .news-card-title {
        font-size: 1.25rem;
    }

    .header-social {
        width: 42px;
        height: 42px;
        flex-basis: 42px;
    }
}

@media (max-width: 991.98px) {
    .navbar-collapse {
        margin-top: 0.75rem;
        padding: 0.75rem;
        border-radius: 12px;
        background: rgba(20, 18, 35, 0.98);
        box-shadow: var(--shadow-md);
    }

    .navbar-nav {
        margin-bottom: 0.75rem !important;
    }

    .login-btn {
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    html {
        scroll-behavior: auto;
    }

    .shape,
    .shape-blue,
    .shape-violet,
    .shape-colorful {
        display: none !important;
    }

    .container.py-5 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .feedback-offcanvas {
        max-width: 100%;
        width: 100%;
    }

    .feedback-textarea,
    .feedback-input {
        font-size: 16px;
    }

    .feedback-floating-container {
        bottom: 20px;
        right: 20px;
        gap: 8px;
    }

    .feedback-floating-label {
        padding: 6px 10px;
        font-size: 12px;
    }

    .feedback-floating-container .feedback-floating-btn {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }

    .hero-link,
    .hover-lift,
    .news-card,
    .btn-orange-outline,
    .login-btn,
    .fab-callback,
    .header-social,
    .tutor-card-slide {
        transition: none !important;
    }

    .hero-link:hover,
    .hover-lift:hover,
    .news-card:hover,
    .btn-orange-outline:hover,
    .login-btn:hover,
    .fab-callback:hover,
    .header-social:hover,
    .tutor-card-slide.hover-lift:hover {
        transform: none !important;
        box-shadow: var(--shadow-sm) !important;
    }

    .tutors-scroller.auto-scroll {
        animation: none !important;
        transform: none !important;
    }

    .fab-callback {
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.18);
    }

    .news-card,
    .hover-lift,
    .tutor-card-slide,
    .header-social,
    .login-btn,
    .btn-orange-outline {
        box-shadow: var(--shadow-sm);
    }
}

@media (max-width: 575.98px) {
    .navbar-brand img {
        height: 28px;
    }

    .navbar-brand span {
        font-size: 1rem;
    }

    .header-socials {
        gap: 0.35rem;
    }

    .header-social {
        width: 32px;
        height: 32px;
        flex-basis: 32px;
    }

    .header-social svg {
        width: 16px;
        height: 16px;
    }

    .bg-orange,
    .hero-assistant-tag {
        width: 100%;
        justify-content: center;
        text-align: center;
        white-space: normal;
    }

    .news-title {
        font-size: 1.35rem;
    }

    .news-card .card-body {
        padding: 0.95rem;
    }

    .news-card-title {
        font-size: 1rem;
    }

    .stat-number {
        font-size: 1.7rem;
    }

    .stat-label {
        font-size: 0.88rem;
    }

    .legal-content {
        padding: 1rem;
    }

    .tutor-card-slide {
        min-width: 78vw;
        max-width: 78vw;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto !important;
    }

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }

    .shape,
    .shape-blue,
    .shape-violet,
    .shape-colorful {
        animation: none !important;
    }

    .tutors-scroller.auto-scroll {
        animation: none !important;
    }
}
/* End */
/* /bitrix/components/bitrix/form.result.new/templates/.default/style.css?1781444932666 */
/* /bitrix/templates/eotacademy/styles.css?178171356320299 */
