/* Generated by src/build_css_bundle.py. Edit the source CSS files, not this bundle. */

/* Source: reset.css */
/* Reset and base styles  */
* {
    padding: 0px;
    margin: 0px;
    border: none;
}

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


/* Links */

a,
a:link,
a:visited {
    /* color: inherit; */
    text-decoration: none;
    /* display: inline-block; */
}

a:hover {
    /* color: inherit; */
    text-decoration: none;
}

/* Common */

aside,
nav,
footer,
header,
section,
main {
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-size: inherit;
    font-weight: inherit;
}

ul,
ul li {
    list-style: none;
}

img {
    vertical-align: top;
}

img,
svg {
    max-width: 100%;
    height: auto;
}

address {
    font-style: normal;
}

/* Form */

input,
textarea,
button,
select {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
}

input::-ms-clear {
    display: none;
}

button,
input[type="submit"] {
    display: inline-block;
    box-shadow: none;
    background-color: transparent;
    background: none;
    cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
    outline: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

label {
    cursor: pointer;
}

legend {
    display: block;
}

/* Source: variables.css */
:root {
    --primary: #7A93FF;
    --secondary: #F5F7FA;
    --text-color-dark: #4D4D4D;
    --body-fg: #333;
    --body-bg: #fff;
    --border-color: #4D4D4D;
    --border-color-light: #D9D9D9;
}

/* Source: index/style.css */
:root {
    --primary-color: #7A93FF;
    --secondary-color: #F5F7FA;
    --text-color: #4D4D4D;
    --border-color: #4D4D4D;
    --border-color-light: #D9D9D9;
}

body {
    color: var(--text-color);
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

#header,
#directions,
#teachers,
#form {
    background-color: #fff;
}

#cover,
#advantages,
#formats,
#calculator {
    background-color: var(--secondary-color);
}

.cover__container__cta__heading {
    font-size: 4rem;
    line-height: 1.2;
    margin-bottom: 1rem;
}

.cover__container__cta__heading__years {
    color: var(--primary-color);
}

.cover__container__cta__desc {
    font-size: 1.25rem;
    line-height: 1.5;
}

.cover__cta__button {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    padding: 1rem 4rem;
    font-size: 1.5rem;
    color: #fff;
    width: 50%;
    transition: all 0.3s ease;
}

.cover__cta__button:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.cover__container__image {
    margin-top: 2rem;
    width: 80%;
}

.directions__cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    margin: -1rem;
}

.directions__direction-card,
.teachers__teacher-card {
    background-color: var(--secondary-color);
    padding: 2rem;
    border-radius: 1.6rem;
    flex: 1 1 300px;
    max-width: calc(33.333% - 2rem);
    margin: 1rem;
    box-sizing: border-box;
    font-size: 1.5rem;

    width: 100%;
    max-width: 400px;
    transition: transform 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border: 3px solid var(--border-color);
}

.directions__direction-card:hover {
    transform: translateY(-5px);
}

.directions__heading,
.advantages__heading,
.formats__heading,
.teachers__heading {
    font-size: 4rem;
    margin-bottom: 5rem;
    text-align: center;
}

.directions__direction-card__heading {
    margin-bottom: 3rem;
    color: #333;
}

.directions__direction-card__courses__course__description {
    font-size: 1rem;
    margin-left: 1rem;
    width: 70%;
}

.directions__direction-card__courses__course__course-img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.directions__direction-card__heading.small-margin {
    margin-bottom: 1rem;
}

#directions {
    width: 100%;
    overflow: hidden;
}

.directions__direction-card__courses__course {
    margin: 1rem 0;
    padding: 0.5rem 0.5rem;
    border-radius: 1.6rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    border: 3px solid var(--border-color-light);
    background-color: var(--border-color-light);
}

.directions__direction-card__courses {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.directions__direction-card__courses__course__heading {
    margin-left: 1rem;
    width: 65%;
}

.teachers__teacher-card {
    width: 24%;
}

.advantages__advantage__value {
    font-size: 6rem;
    font-weight: bold;
}

.teachers__teacher-card__name {
    margin-top: 1rem;
    font-weight: bold;
}

.zig-zag-wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.formats__format-card {
    display: flex;
    background-color: #fff;
    padding: 2rem;
    border-radius: 1.6rem;
    font-size: 1.5rem;
    border: 3px solid var(--border-color);
    margin: 10px;
    width: 60%;
}

.formats__format-card:nth-child(even) {
    transform: translatex(60%);
}

.formats__format-card__list__heading {
    font-size: 2rem;
    font-weight: bold;
}

.formats__format-card__list__desc {
    margin-top: 2rem;
}

.formats__format-card__list__desc__item {
    list-style-type: disc;
}

.calculator__text__heading,
.contact__form__heading,
.contact__desc__heading {
    font-size: 4rem;
    margin-bottom: 2rem;
    margin-top: -1.5rem;
}

.calculator__form__slider-container {
    width: 100%;
}

.calculator__form__slider-container__slider {
    appearance: none;
    -webkit-appearance: none;
    width: 100%;
    height: 15px;
    border-radius: 5px;
    background-color: var(--primary-color);
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.calculator__form__slider-container__slider:hover {
    opacity: 1;
}

.calculator__form__slider-container__slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background-color: #3A3B7B;
    cursor: pointer;
}

.calculator__form__slider-container__slider::-moz-range-thumb {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background-color: #3A3B7B;
    cursor: pointer;
}

.calculator__form__input,
.contact__form__input {
    border: 3px solid var(--border-color);
    border-radius: 0.7rem;
    padding: 1rem 2rem;
    font-size: 1.5rem;
    background-color: #fff;
    margin-bottom: 1rem;
    width: 100%;
}

.calculator__form__slider-container__value,
.calculator__form__slider-container__value-pay {
    font-weight: bold;
    font-size: 5rem;
}

.calculator__form__slider-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.calculator__form__button,
.contact__form__button {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    padding: 0.5rem 3rem;
    font-size: 2rem;
    color: white;
    margin-top: 1rem;
}

.contact__form__heading__span {
    font-weight: bold;
}

.message-popup {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 50%;
    top: 20px;
    transform: translateX(-50%);
    background-color: #f8f8f8;
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    transition: opacity 0.5s;
    opacity: 0;
    max-width: 300px;
}

.message-popup.show {
    display: block;
    opacity: 1;
}

.message-popup-content {
    position: relative;
    padding-right: 20px;
}

.close-popup {
    position: absolute;
    top: -10px;
    right: -10px;
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    line-height: 20px;
    width: 20px;
    height: 20px;
    text-align: center;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.close-popup:hover,
.close-popup:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

#popup-message {
    margin: 0;
    padding-right: 20px;
}

.message-popup.success {
    background-color: #d4edda;
    border-color: #c3e6cb;
    color: #155724;
}

.message-popup.error {
    background-color: #f8d7da;
    border-color: #f5c6cb;
    color: #721c24;
}

.message-popup.warning {
    background-color: #fff3cd;
    border-color: #ffeeba;
    color: #856404;
}

.message-popup.info {
    background-color: #d1ecf1;
    border-color: #bee5eb;
    color: #0c5460;
}

html {
    scroll-behavior: smooth;
}

.container {
    width: 100%;
}

.landing-hero,
.landing-section {
    color: #172033;
}

.landing-hero {
    padding: 5rem 0 4rem;
    background: #f7f9fc;
}

.landing-section {
    padding: 5rem 0;
}

.landing-section--white {
    background: #ffffff;
}

.landing-section--soft {
    background: #f7f9fc;
}

.landing-section--dark {
    background: #172033;
    color: #ffffff;
}

.landing-section--cta {
    background: #eef3ff;
}

.landing-hero__grid,
.landing-system,
.landing-innocamp,
.landing-contact {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
    gap: 3rem;
    align-items: center;
}

.landing-eyebrow {
    margin: 0 0 0.85rem;
    color: #335cff;
    font-size: 0.9rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.landing-section--dark .landing-eyebrow {
    color: #8fd8b4;
}

.landing-hero__title,
.landing-section__head h2,
.landing-proof__intro h2,
.landing-system__content h2,
.landing-innocamp__content h2,
.landing-contact__content h2 {
    margin: 0;
    color: inherit;
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: 0;
}

.landing-hero__title {
    max-width: 760px;
    font-size: 3.65rem;
}

.landing-hero__desc,
.landing-section__head p,
.landing-proof__intro p,
.landing-system__content > p,
.landing-innocamp__content > p,
.landing-contact__content > p {
    margin: 1.25rem 0 0;
    color: #536074;
    font-size: 1.12rem;
    line-height: 1.65;
}

.landing-section--dark .landing-innocamp__content > p {
    color: #d9e0ec;
}

.landing-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 2rem;
}

.landing-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3.25rem;
    padding: 0.8rem 1.35rem;
    border: 2px solid transparent;
    border-radius: 8px;
    font-weight: 800;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.landing-button:hover {
    transform: translateY(-2px);
    text-decoration: none;
}

.landing-button--primary {
    background: #335cff;
    color: #ffffff;
    box-shadow: 0 12px 28px rgba(51, 92, 255, 0.2);
}

.landing-button--ghost {
    background: #ffffff;
    color: #172033;
    border-color: #d5deee;
}

.landing-button--light {
    background: #ffffff;
    color: #172033;
}

.landing-hero__trust {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-top: 1.7rem;
}

.landing-hero__trust span,
.landing-tag,
.landing-innocamp__points span,
.landing-contact__bullets span {
    display: inline-flex;
    align-items: center;
    min-height: 2rem;
    padding: 0.35rem 0.7rem;
    border: 1px solid #dbe3ef;
    border-radius: 999px;
    background: #ffffff;
    color: #24314a;
    font-size: 0.9rem;
    font-weight: 700;
}

.landing-tag {
    background: #e8fff2;
    color: #17613b;
    border-color: #bcebd0;
}

.landing-hero__visual {
    position: relative;
    min-height: 460px;
}

.landing-photo-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 220px;
    width: 100%;
    padding: 1.25rem;
    border: 2px dashed #9fb0c8;
    border-radius: 8px;
    color: #536074;
    background:
        repeating-linear-gradient(45deg, rgba(51, 92, 255, 0.06) 0, rgba(51, 92, 255, 0.06) 10px, rgba(37, 169, 107, 0.06) 10px, rgba(37, 169, 107, 0.06) 20px),
        #ffffff;
    text-align: center;
    font-weight: 800;
    line-height: 1.35;
}

.landing-photo-placeholder--hero {
    min-height: 460px;
    box-shadow: 0 24px 60px rgba(23, 32, 51, 0.12);
}

.landing-photo-placeholder--small {
    min-height: 120px;
    margin-top: 1rem;
}

.landing-image {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 220px;
    object-fit: cover;
}

.landing-image--hero {
    min-height: 460px;
    border-radius: 8px;
    box-shadow: 0 24px 60px rgba(23, 32, 51, 0.12);
}

.landing-image--system {
    min-height: 260px;
    margin-bottom: 1rem;
    border-radius: 8px;
}

.landing-hero__floating-card {
    position: absolute;
    left: -2rem;
    bottom: 2rem;
    max-width: 310px;
    padding: 1.1rem;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 18px 45px rgba(23, 32, 51, 0.16);
}

.landing-hero__floating-card strong,
.landing-hero__floating-card span {
    display: block;
}

.landing-hero__floating-card strong {
    margin-bottom: 0.35rem;
    color: #172033;
}

.landing-hero__floating-card span {
    color: #536074;
    line-height: 1.45;
}

.landing-hero__floating-card .landing-parent-note {
    color: #172033;
    font-weight: 800;
}

.landing-hero__floating-card ul {
    display: grid;
    gap: 0.25rem;
    margin: 0.5rem 0 0;
    padding: 0;
    color: #536074;
    list-style: none;
}

.landing-hero__floating-card li {
    position: relative;
    padding-left: 1rem;
    line-height: 1.35;
}

.landing-hero__floating-card li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    background: #25a96b;
}

.landing-section__head {
    max-width: 820px;
    margin-bottom: 2.2rem;
}

.landing-section__head--split {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.7fr);
    gap: 2rem;
    align-items: end;
    max-width: none;
}

.landing-section__head h2,
.landing-proof__intro h2,
.landing-system__content h2,
.landing-innocamp__content h2,
.landing-contact__content h2 {
    font-size: 2.7rem;
}

.landing-directions-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
}

.landing-direction-card,
.landing-feature-card,
.landing-format-card,
.landing-teacher-card {
    overflow: hidden;
    border: 1px solid #dfe6f2;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 10px 28px rgba(23, 32, 51, 0.07);
}

.landing-direction-card {
    display: grid;
    grid-template-columns: minmax(0, 0.75fr) minmax(0, 1fr);
}

.landing-direction-card:not(.landing-direction-card--accent) {
    display: block;
}

.landing-direction-card__body,
.landing-format-card__body,
.landing-teacher-card__body {
    padding: 1.35rem;
}

.landing-direction-card__media,
.landing-format-card__visual {
    min-height: 260px;
}

.landing-direction-card:not(.landing-direction-card--accent) .landing-direction-card__media {
    height: 210px;
}

.landing-direction-card h3,
.landing-feature-card h3,
.landing-format-card h3,
.landing-teacher-card h3 {
    margin: 0.85rem 0 0.65rem;
    color: #172033;
    font-size: 1.45rem;
    font-weight: 800;
    line-height: 1.2;
}

.landing-direction-card p,
.landing-feature-card p,
.landing-format-card p,
.landing-teacher-card p {
    color: #536074;
    line-height: 1.55;
}

.landing-direction-card ul,
.landing-format-card ul {
    margin: 1rem 0 0;
    padding-left: 0;
    color: #24314a;
    list-style: none;
}

.landing-direction-card li,
.landing-format-card li {
    position: relative;
    margin-bottom: 0.45rem;
    padding-left: 1.35rem;
}

.landing-direction-card li::before,
.landing-format-card li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 0.48rem;
    height: 0.48rem;
    border-radius: 50%;
    background: #335cff;
    box-shadow: 0 0 0 0.18rem rgba(51, 92, 255, 0.12);
}

.landing-proof {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
    gap: 2rem;
    align-items: start;
}

.landing-proof__stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.85rem;
}

.landing-proof__stats article {
    min-height: 170px;
    padding: 1.25rem;
    border: 1px solid #dfe6f2;
    border-radius: 8px;
    background: #ffffff;
}

.landing-proof__stats strong {
    display: block;
    color: #335cff;
    font-size: 2.8rem;
    line-height: 1;
}

.landing-proof__stats span {
    display: block;
    margin-top: 0.9rem;
    color: #536074;
    line-height: 1.45;
}

.landing-feature-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 2rem;
}

.landing-feature-card {
    padding: 1.25rem;
}

.landing-feature-card:nth-child(2) {
    border-top: 4px solid #25a96b;
}

.landing-feature-card:nth-child(3) {
    border-top: 4px solid #ffb84d;
}

.landing-feature-card:nth-child(4) {
    border-top: 4px solid #335cff;
}

.landing-format-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
}

.landing-format-card--wide {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.8fr);
    align-items: stretch;
}

.landing-format-card--wide .landing-format-card__visual {
    min-height: 280px;
}

.landing-system__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
    margin-top: 1.6rem;
}

.landing-system__list article {
    padding: 1rem;
    border-left: 4px solid #25a96b;
    border-radius: 8px;
    background: #ffffff;
}

.landing-system__list strong,
.landing-system__list span {
    display: block;
}

.landing-system__list span {
    margin-top: 0.35rem;
    color: #536074;
}

.landing-system__panel {
    padding: 1.25rem;
    border: 1px solid #dfe6f2;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 18px 46px rgba(23, 32, 51, 0.08);
}

.landing-dashboard-mock {
    padding: 1rem;
    border-radius: 8px;
    background: #172033;
    color: #ffffff;
}

.landing-dashboard-mock__top {
    display: flex;
    gap: 0.4rem;
    margin-bottom: 1rem;
}

.landing-dashboard-mock__top span {
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 50%;
    background: #8fd8b4;
}

.landing-dashboard-mock__row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(120px, 0.7fr) auto;
    gap: 0.8rem;
    align-items: center;
    padding: 0.8rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.landing-dashboard-mock__row strong {
    font-size: 0.95rem;
}

.landing-dashboard-mock__row div {
    height: 0.55rem;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
}

.landing-dashboard-mock__row div span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: #8fd8b4;
}

.landing-dashboard-mock__row em {
    color: #ffdf8a;
    font-style: normal;
}

.landing-dashboard-mock__note {
    margin-top: 0.8rem;
    padding: 0.9rem;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    color: #d9e0ec;
    line-height: 1.45;
}

.landing-innocamp__points,
.landing-contact__bullets {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin: 1.35rem 0 1.6rem;
}

.landing-innocamp__points span {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.22);
}

.landing-innocamp__gallery {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.landing-innocamp__gallery .landing-photo-placeholder {
    min-height: 360px;
    border-color: rgba(255, 255, 255, 0.28);
    background: #22304a;
    color: #e7edf7;
}

.landing-innocamp__gallery .landing-image {
    min-height: 360px;
    border-radius: 8px;
}

.landing-teachers-carousel {
    position: relative;
    display: flex;
    align-items: stretch;
    gap: 1rem;
    margin-top: 0.5rem;
    height: 650px;
    contain: layout;
}

.landing-teachers-carousel__viewport {
    flex: 1 1 auto;
    overflow: hidden;
    height: 650px;
    padding: 1.25rem 0;
}

.landing-teachers-track {
    display: flex;
    align-items: center;
    gap: 1rem;
    height: 100%;
    padding: 0 0.5rem;
    transition: transform 0.45s ease;
    will-change: transform;
}

.landing-teachers-carousel__button {
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    flex: 0 0 3.75rem;
    width: 3.75rem;
    height: 24rem;
    border: 1px solid #dbe3ef;
    border-radius: 8px;
    background: #ffffff;
    color: #172033;
    font-size: 3.4rem;
    line-height: 1;
    box-shadow: 0 10px 24px rgba(23, 32, 51, 0.12);
    cursor: pointer;
    transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.landing-teachers-carousel__button:hover {
    transform: translateY(-2px) scale(1.01);
    background: #335cff;
    color: #ffffff;
    box-shadow: 0 18px 36px rgba(51, 92, 255, 0.22);
}

.landing-teacher-card {
    flex: 0 0 260px;
    display: flex;
    flex-direction: column;
    height: 500px;
    opacity: 0.55;
    overflow: hidden;
    transform: scale(0.88);
    transition: flex-basis 0.35s ease, height 0.35s ease, opacity 0.35s ease, transform 0.35s ease, box-shadow 0.35s ease;
}

.landing-teacher-card.is-active {
    flex-basis: 380px;
    height: 610px;
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 22px 54px rgba(23, 32, 51, 0.16);
}

.landing-teacher-card__body {
    flex: 1 1 auto;
    overflow: hidden;
}

.landing-teacher-card.is-active .landing-teacher-card__body {
    padding: 1.55rem;
}

.landing-teacher-card.is-active h3 {
    font-size: 1.75rem;
}

.landing-teacher-card.is-active p {
    font-size: 1.02rem;
}

.landing-teacher-card__photo {
    display: block;
    width: 100%;
    height: 250px;
    flex: 0 0 250px;
    object-fit: cover;
    object-position: center center;
    background: #eef3ff;
    transition: height 0.35s ease, flex-basis 0.35s ease;
}

.landing-teacher-card__photo--aleliya,
.landing-teacher-card__photo--ivan,
.landing-teacher-card__photo--arina {
    object-position: center 18%;
}

.landing-teacher-card.is-active .landing-teacher-card__photo {
    height: 345px;
    flex-basis: 345px;
}

.landing-contact {
    align-items: start;
}

.landing-contact__content {
    padding-right: 1rem;
}

.landing-contact__form {
    padding: 1.5rem;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 20px 54px rgba(23, 32, 51, 0.12);
}

.landing-contact__form .contact__form__heading {
    margin: 0 0 1.1rem;
    color: #172033;
    font-size: 2rem;
    line-height: 1.15;
}

.landing-contact__privacy {
    margin-top: 0.9rem;
    color: #536074;
    font-size: 0.9rem;
    text-align: center;
}

.contact__desc__contacts {
    gap: 0.35rem;
    margin-top: 1.5rem;
}

.contact__desc__contacts__contact {
    color: #172033;
    text-decoration: none;
}

.contact__form__button {
    width: 100%;
    min-height: 3.2rem;
    border-radius: 8px;
    background: #335cff;
    border-color: #335cff;
    font-size: 1.2rem;
    font-weight: 800;
}

.contact__form__input {
    border: 1px solid #c9d5e8;
    border-radius: 8px;
    font-size: 1rem;
}

@media (max-width: 1199px) {
    .landing-hero__title {
        font-size: 3rem;
    }

    .landing-feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .landing-teachers-carousel,
    .landing-teachers-carousel__viewport {
        height: 610px;
    }

    .landing-teachers-carousel__button {
        flex-basis: 3.25rem;
        width: 3.25rem;
        height: 21rem;
        font-size: 3rem;
    }

    .landing-teacher-card.is-active {
        flex-basis: 340px;
        height: 580px;
    }

    .landing-teacher-card.is-active .landing-teacher-card__photo {
        height: 315px;
        flex-basis: 315px;
    }
}

@media (max-width: 991px) {
    .landing-hero__grid,
    .landing-system,
    .landing-innocamp,
    .landing-contact,
    .landing-proof,
    .landing-section__head--split,
    .landing-format-card--wide {
        grid-template-columns: 1fr;
    }

    .landing-hero__visual {
        min-height: auto;
    }

    .landing-hero__floating-card {
        position: static;
        max-width: none;
        margin-top: 1rem;
    }

    .landing-directions-grid,
    .landing-format-grid {
        grid-template-columns: 1fr;
    }

    .landing-direction-card {
        grid-template-columns: 1fr;
    }
}

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

    .landing-hero__title,
    .landing-section__head h2,
    .landing-proof__intro h2,
    .landing-system__content h2,
    .landing-innocamp__content h2,
    .landing-contact__content h2 {
        font-size: 2.1rem;
    }

    .landing-hero__desc,
    .landing-section__head p,
    .landing-proof__intro p,
    .landing-system__content > p,
    .landing-innocamp__content > p,
    .landing-contact__content > p {
        font-size: 1rem;
    }

    .landing-hero__actions,
    .landing-button {
        width: 100%;
    }

    .landing-proof__stats,
    .landing-feature-grid,
    .landing-system__list,
    .landing-innocamp__gallery {
        grid-template-columns: 1fr;
    }

    .landing-teachers-carousel {
        gap: 0.5rem;
        margin-inline: -0.5rem;
        height: 560px;
    }

    .landing-teachers-carousel__viewport {
        height: 560px;
        padding-block: 1rem;
    }

    .landing-teachers-carousel__button {
        flex-basis: 2.65rem;
        width: 2.65rem;
        height: 17rem;
        font-size: 1.7rem;
    }

    .landing-teacher-card {
        flex-basis: 210px;
        height: 455px;
    }

    .landing-teacher-card__photo {
        height: 215px;
        flex-basis: 215px;
    }

    .landing-teacher-card.is-active {
        flex-basis: min(68vw, 300px);
        height: 520px;
    }

    .landing-teacher-card.is-active .landing-teacher-card__photo {
        height: 280px;
        flex-basis: 280px;
    }

    .landing-dashboard-mock__row {
        grid-template-columns: 1fr;
        gap: 0.45rem;
    }
}

/* Source: index/adaptive.css */
/* Styles for mobile devices */
@media (max-width: 768px) {

    .container {
        overflow-x: hidden;
    }

    #cover,
    #advantages,
    #formats,
    #directions,
    #calculator,
    #teachers,
    #form,
    #footer {
        padding: 2rem 0 !important;
    }

    .directions__heading,
    .advantages__heading,
    .formats__heading,
    .teachers__heading,
    .formats__heading,
    .calculator__text__heading,
    .form__heading,
    .contact__desc__heading,
    .contact__form__heading {
        font-size: 2.5rem;
        margin: 2rem 0;
        text-align: left !important;
    }

    .cover__container__cta__desc {
        font-size: 1rem;
    }

    .advantages__advantage__value {
        font-size: 4rem;
    }

    .directions__direction-card,
    .teachers__teacher-card,
    .formats__format-card {
        width: 90%;
    }

    .zig-zag-wrapper {
        display: flex !important;
        justify-content: center;
    }

    .formats__format-card.second.show {
        transform: translateX(0%);
    }

    .cover__cta__button {
        width: 100%;
    }

    .calculator__form__button,
    .contact__form__button {
        font-size: 2rem;
    }

    .cover__container__cta__heading {
        font-size: 2rem;
    }

    .formats__format-card {
        display: flex;
        flex-direction: column;
    }

    .formats__format-card__list__desc {
        margin-top: 2rem;
    }

    .formats__format-card__list__desc__item {
        list-style-type: disc;
    }

    .calculator__text_desc {
        margin-bottom: 3rem;
    }

    #value,
    #value_pay {
        font-size: 3rem;
    }

    .formats__format-card.second {
        grid-row: 2;
    }

    .formats__format-card.third {
        grid-row: 3;
    }

    .directions__direction-card__courses__course__heading,
    .directions__direction-card__courses__course__description {
        width: 100%;
        margin-left: 0;
        margin-top: 0.5rem;
    }

    .directions__cards {
        flex-direction: column;
        align-items: center;
    }

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

    .calculator__form__slider-container__slider {
        width: 100%;
        margin: 1rem 0;
    }

    .contact__form__button {
        width: 100%;
        padding: 0.5rem 1rem;
        font-size: 1.5rem;
    }
}


@media (min-width: 768px) and (max-width: 991px) {

    #cover,
    #advantages,
    #formats,
    #directions,
    #calculator,
    #teachers,
    #form,
    #footer {
        padding: 3rem 0;
    }

    .cover__cta__button {
        width: 100%;
    }

    .cover__container__cta__heading {
        font-size: 2.25rem;
    }


    .advantages__advantage__value {
        font-size: 5rem;
    }

    .formats__format-card {
        width: 100%;
        margin-bottom: 1rem;
    }

    .teachers__teacher-card {
        width: 48%;
    }
}

@media (max-width: 768px) {
    #cover.landing-hero,
    #advantages.landing-section,
    #formats.landing-section,
    #directions.landing-section,
    #teachers.landing-section,
    #form.landing-section,
    #tracking.landing-section,
    #innocamp.landing-section {
        padding: 3rem 0 !important;
    }

    .landing-section__head,
    .landing-proof__intro {
        margin-bottom: 1.5rem;
    }

    .landing-contact__form {
        padding: 1rem;
    }

    .landing-photo-placeholder--hero {
        min-height: 320px;
    }
}

/* Source: index/cover-animation.css */
@keyframes typing {
	from {
		width: 0
	}

	to {
		width: 100%
	}
}

@keyframes blink-caret {

	from,
	to {
		border-color: transparent
	}

	50% {
		border-color: black;
	}
}

.typing-animation-wrapper {
	display: inline-block;
	width: auto;
	max-width: 100%;
}

.typing-animation {
	display: inline-block;
	overflow: hidden;
	border-right: .05em solid black;
	white-space: nowrap;
	margin: 0 auto;
	letter-spacing: .05em;
	animation:
		typing 1.5s steps(16, end),
		blink-caret .5s step-end infinite;
}

@keyframes slideUp {
	from {
		transform: translateY(20px);
		opacity: 0;
	}

	to {
		transform: translateY(0);
		opacity: 1;
	}
}

.slide-up {
	animation: slideUp 0.8s ease-out;
	animation-delay: 1.5s;
	opacity: 0;
	animation-fill-mode: forwards;
}

.cover__container__cta__heading__years {
	display: block;
	font-size: 1.1em;
	margin-top: 0.25rem;
	font-weight: bold;
}

@keyframes slideInLeft {
	from {
		transform: translateX(-100%);
		opacity: 0;
	}

	to {
		transform: translateX(0);
		opacity: 1;
	}
}

.slide-in-left {
	animation: slideInLeft 0.8s ease-out;
	animation-delay: 2s;
	opacity: 0;
	animation-fill-mode: forwards;
}

@keyframes pulse {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.05);
	}

	100% {
		transform: scale(1);
	}
}

.pulse {
	animation: pulse 2s infinite;
	animation-delay: 2.5s;
}

@keyframes float {
	0% {
		transform: translateY(0px);
	}

	50% {
		transform: translateY(-20px);
	}

	100% {
		transform: translateY(0px);
	}
}

.float-animation {
	animation: float 6s ease-in-out infinite;
}

@media (max-width: 768px) {
	.cover__container__cta__heading {
		font-size: 1.8rem;
		line-height: 1.2;
	}

	.cover__container__cta__heading__years {
		font-size: 2rem;
		margin-top: 0.3rem;
	}
}

/* Source: rating/style.css */
#rating {
    background-color: var(--secondary);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100vh;
}

.rating__heading {
    margin: 3rem 0;
    text-align: center;
    font-size: 5rem;
}

.rating__filter {
    margin-bottom: 3rem;
}

.rating__filter__dropdown select {
    background-color: #fff;
    --bs-form-select-bg-img: none;
    color: var(--primary);
    border: none;
    padding: 10px;
    border-radius: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0.5rem 2rem;
    font-size: 1.5rem;
}

.rating__filter__dropdown select::-ms-expand {
    display: none;
}

.rating__filter__dropdown select option {
    background-color: #fff;
    color: var(--primary);
}

.rating__filter__dropdown select option:hover {
    background-color: #f2f2f2;
}

.rating__filter__dropdown {
    position: relative;
    display: inline-block;
}

.rating__filter__dropdown::after {
    content: "\25BC";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    color: var(--primary);
}

.rating__filter__button__btn {
    margin-right: 2rem;
    background-color: var(--primary);
    border: none;
    color: white;
    padding: 0.5rem 2rem;
    font-size: 1.5rem;
}

tbody tr:hover {
    background-color: #7A92FF !important;
    opacity: 0.35;
}

.rating__table {
    overflow-x: auto;
    margin-top: 2rem;
}

.table {
    min-width: 600px;
}

.rating__filter__form {
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
}

.rating__table_border {
    border: 3px solid var(--border-color);
    border-collapse: collapse;
    vertical-align: middle;
}

td,
th {
    font-size: 1.5rem;
}

/* Source: rating/adaptive.css */
@media (max-width: 767px) {
    .rating__heading {
        font-size: 2.5rem;
        margin: 2rem 0;
    }

    .rating__filter__form {
        display: flex;
        flex-direction: column-reverse;
        align-items: stretch;

    }

    .rating__filter__button__btn {
        margin-top: 1rem;
        margin-right: 0;
    }

    .rating__filter__button,
    .rating__filter__dropdown {
        width: 100%;
    }
}

/* Source: contests/style.css */
#contests {
    background-color: #F5F7FA;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.contests__filter__form {
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
}

.contests__heading {
    margin: 3rem 0;
    text-align: center;
    font-size: 5rem;
}

.contests__filter {
    margin-bottom: 3rem;
}

.contests__filter__dropdown select {
    background-color: #fff;
    --bs-form-select-bg-img: none;
    color: var(--primary);
    border: none;
    padding: 10px;
    border-radius: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0.5rem 2rem;
    font-size: 1.5rem;
}

.contests__filter__dropdown select::-ms-expand {
    display: none;
}

.contests__filter__dropdown select option {
    background-color: #fff;
    color: var(--primary);
}

.contests__filter__dropdown select option:hover {
    background-color: #f2f2f2;
}

.contests__filter__dropdown {
    position: relative;
    display: inline-block;
}

.contests__filter__dropdown::after {
    content: "\25BC";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    color: var(--primary);
}

.contests__filter__button__btn {
    margin-right: 2rem;
    background-color: var(--primary);
    border: none;
    color: white;
    padding: 0.5rem 2rem;
    font-size: 1.5rem;
}


.contests_cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 2rem;
}

.contests__cards__card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 3rem;
    margin-bottom: 3rem;
    background-color: #fff;
    border-radius: 5px;
    border: 3px solid var(--border-color);
    font-size: 1.5rem;
    transition: transform 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 1.6rem;
    width: 100%;
    height: 100%
}

.contests__cards__card:hover {
    transform: translateY(-5px);
}

.contests__cards__card--empty {
    grid-column: 1 / -1;
    text-align: center;
    padding: 3rem;
    background-color: #f8f9fa;
}

.contests__cards_card__date-wrapper {
    margin-bottom: 1rem;
}

.contests__cards__card__date-wrapper__date {
    color: #000;
    font-weight: bold;
}

.contests__cards__card__info {
    display: flex;
}

.contests__cards__card__info__heading {
    font-weight: bold;
    margin-right: 1rem;
    color: #000;
    margin-bottom: 0.5rem;
}

.contests__cards__card__info__desc {
    width: 40%;
    color: #6c757d;
}

/* Source: contests/adaptive.css */
@media (max-width: 767px) {
    .contests__heading {
        font-size: 2.5rem;
        margin: 2rem 0;
    }

    .contests__filter {
        display: flex;
        justify-content: center;
    }

    .contests__filter__form {
        display: flex;
        flex-direction: column-reverse;
        align-items: stretch;
    }

    .contests__filter__button,
    .contests__filter__dropdown {
        width: 100%;
    }

    .contests__filter__button__btn {
        margin-top: 1rem;
        margin-right: 0;
    }

    .contests__cards__card__info {
        display: flex;
        flex-direction: column;
    }
}

/* Source: header/style.css */
#header.site-header {
    position: relative;
    z-index: 20;
    background: #ffffff;
    border-bottom: 1px solid rgba(13, 24, 48, 0.08);
}

.site-header__nav {
    width: 100%;
    padding: 0.85rem 0;
    transition: all 0.3s ease;
}

.site-header__container {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.site-header__brand {
    flex: 0 0 auto;
    margin-right: 0;
}

.navbar-brand img {
    max-height: 44px;
}

.header__logo__img {
    display: block;
    width: auto;
    max-width: 190px;
    height: auto;
}

.site-header__toggler {
    margin-left: auto;
    border-color: rgba(13, 24, 48, 0.14);
}

.site-header__collapse {
    align-items: center;
    gap: 1rem;
    min-width: 0;
}

.site-header__menu {
    flex: 1 1 auto;
    align-items: center;
    justify-content: center;
    gap: 0.1rem;
    min-width: 0;
}

.nav-link {
    color: var(--text-color-dark);
}

.nav__menu__link {
    position: relative;
    padding: 0.5rem 0.62rem !important;
    font-size: 1rem;
    white-space: nowrap;
    transition: color 0.3s ease;
}

.nav__menu__link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 50%;
    background-color: currentColor;
    transition: all 0.3s ease;
}

.nav__menu__link:hover::after {
    width: 100%;
    left: 0;
}

.site-header__actions {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 0.5rem;
    margin-left: auto;
}

.btn-primary {
    background-color: var(--primary);
    border-color: var(--primary);
}

.nav__login__button {
    background-color: #7A93FF;
    border-color: #7A93FF;
    color: white;
    padding: 0.5rem 1.35rem;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.nav__login__button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Source: header/adaptive.css */
@media (max-width: 1199px) {
    .header__logo__img {
        max-width: 160px;
    }

    .nav__menu__link {
        padding-right: 0.45rem !important;
        padding-left: 0.45rem !important;
        font-size: 0.94rem;
    }

    .nav__login__button {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

@media (max-width: 991px) {
    .site-header__container {
        flex-wrap: wrap;
    }

    .site-header__brand {
        max-width: calc(100% - 4rem);
    }

    .site-header__collapse {
        flex-basis: 100%;
        width: 100%;
        margin-top: 0.75rem;
        padding: 0.9rem;
        border: 1px solid rgba(13, 24, 48, 0.08);
        border-radius: 8px;
        background: #ffffff;
        box-shadow: 0 14px 32px rgba(13, 24, 48, 0.08);
    }

    .site-header__menu {
        align-items: stretch;
        justify-content: flex-start;
        gap: 0.15rem;
        margin-top: 0;
    }

    .nav__menu__link {
        padding: 0.6rem 0.2rem !important;
        font-size: 1rem;
    }

    .nav__menu__link::after {
        display: none;
    }

    .site-header__actions {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
        margin-top: 0.75rem;
        margin-left: 0;
    }

    .nav__login__button {
        width: 100%;
        margin-left: 0 !important;
        text-align: center;
    }
}

/* Source: footer/style.css */
#footer {
    background-color: #263238;
    color: #fff;
    padding-bottom: 2rem;
}

#footer a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

#footer a:hover {
    color: #007bff;
}

.footer__logo-credits__logo__img {
    max-width: 100%;
    height: auto;
}

.footer__logo-credits__credits p {
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}

.footer__docs a,
.footer__contacts a {
    margin-bottom: 0.5rem;
    display: inline-block;
}

.footer__docs .h4 {
    margin-top: 1rem;
}

#footer p {
    color: #fff;
}

/* Source: footer/adaptive.css */
@media (max-width: 767px) {

	.footer__logo-credits,
	.footer__docs,
	.footer__contacts {
		text-align: center;
		align-items: center !important;
	}

	.footer__contacts {
		margin-top: 1rem;
	}
}

@media (min-width: 768px) {
	.footer__logo-credits__credits {
		margin-top: 1rem;
	}

	.footer__docs,
	.footer__contacts {
		padding-top: 1rem;
	}
}

/* Source: auth/style.css */
.login {
	background-color: var(--secondary-color);
}

.login__container {
	max-width: 400px;
	width: 100%;
	padding: 2rem;
	background-color: var(--white);
	border-radius: 8px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	margin: 1.5rem 0;
}

.login__container__form__heading {
	color: var(--primary-color);
	margin-bottom: 1rem;
}

.login__container__form__desc {
	margin-bottom: 2rem;
	color: var(--text-color);
}

.login__form .form-group {
	margin-bottom: 1.5rem;
}

.login__form .form-control {
	height: 50px;
	font-size: 1rem;
}

.login__form__button {
	width: 100%;
	padding: 0.75rem;
	font-size: 1.2rem;
	background-color: var(--primary-color);
	border-color: var(--primary-color);
}

.register {
	background-color: var(--secondary-color);
}

.register__container {
	max-width: 400px;
	width: 100%;
	padding: 2rem;
	background-color: var(--white);
	border-radius: 8px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	margin: 1.5rem 0;
}

.register__container__form__heading {
	color: var(--primary-color);
	margin-bottom: 1rem;
}

.register__container__form__desc {
	margin-bottom: 2rem;
	color: var(--text-color);
}

.register__form .form-group {
	margin-bottom: 1.5rem;
}

.register__form input {
	height: 50px;
	font-size: 1rem;
	width: 100%;
	padding: 0.375rem 0.75rem;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
}

.register__form__button {
	width: 100%;
	padding: 0.75rem;
	font-size: 1.2rem;
	background-color: var(--primary-color);
	border-color: var(--primary-color);
}

/* Source: auth/adaptive.css */
@media (max-width: 768px) {
	.login__container {
		max-width: 90%;
	}

	.register__container {
		max-width: 90%;
	}
}

/* Source: checker/style.css */
.check-tasks {
	padding: 60px 0;
	background-color: #f8f9fa;
}

.check-tasks__section-title {
	margin: 3rem 0;
	text-align: center;
	font-size: 5rem;
}

.task-checker {
	max-width: 800px;
	margin: 0 auto;
	background-color: #ffffff;
	border-radius: 8px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	padding: 30px;
}

.form-group {
	margin-bottom: 20px;
}

.form-label {
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
	color: #333;
}

.form-control {
	width: 100%;
	padding: 10px;
	border: 1px solid #ced4da;
	border-radius: 4px;
	font-size: 16px;
}

.check-tasks__container__form__button {
	background-color: var(--primary-color);
	border-color: var(--primary-color);
	padding: 0.5rem 2rem;
	font-size: 1.5rem;
	color: #fff;
	width: 50%;
	transition: all 0.3s ease;
}

.check-tasks__container__form__button:hover {
	transform: translateY(-3px);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* .btn-primary {
	background-color: #007bff;
	color: #fff;
	border: none;
	padding: 10px 20px;
	border-radius: 4px;
	cursor: pointer;
	transition: background-color 0.3s ease;
} */
/*
.btn-primary:hover {
	background-color: #0056b3;
} */

.result-container {
	margin-top: 20px;
	padding: 15px;
	border-radius: 4px;
	font-weight: bold;
}

.success {
	background-color: #d4edda;
	color: #155724;
	border: 1px solid #c3e6cb;
}

.error {
	background-color: #f8d7da;
	color: #721c24;
	border: 1px solid #f5c6cb;
}

.form-control {
	width: 100%;
	padding: 10px;
	border: 1px solid #ced4da;
	border-radius: 4px;
	font-size: 16px;
	margin-bottom: 15px;
}

select.form-control {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23333' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 10px center;
	padding-right: 30px;
}

select.form-control:focus {
	outline: none;
	border-color: #80bdff;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.about-checker {
	padding: 60px 0;
	background-color: #f8f9fa;
}

.about-checker-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 30px;
}

.about-checker-text {
	flex: 1;
	padding-right: 30px;
}

.about-checker-text p {
	margin-bottom: 20px;
	line-height: 1.6;
}

.about-checker-text ol {
	padding-left: 20px;
	margin-bottom: 20px;
}

.about-checker-text li {
	margin-bottom: 10px;
}

.about-checker-image {
	flex: 1;
	text-align: center;
}

.about-checker-image img {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Source: checker/adaptive.css */
@media (max-width: 768px) {
	.about-checker-content {
		flex-direction: column;
	}

	.check-tasks__section-title {
		font-size: 2.5rem;
		margin: 2rem 0;
	}

	.check-tasks__container__form__button {
		width: 100%;
	}

	.about-checker-text {
		padding-right: 0;
		margin-bottom: 30px;
	}
}

/* Source: base.css */
body {
    color: var(--text-color-dark);
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.container {
    width: 100%;
}

a {
    color: var(--text-color-dark);
}

.purple-heading,
.purple-text {
    color: var(--primary);
}

#cover,
#advantages,
#formats,
#directions,
#calculator,
#teachers,
#form,
#footer {
    padding: 5rem 0;
}

form label {
    position: absolute;

    width: 1px;
    height: 1px;
    padding: 0;

    overflow: hidden;

    white-space: nowrap;

    border: 0;
}

form label[for$="pd_consent"],
form label[for$="marketing_consent"] {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    overflow: visible;
    white-space: normal;
    border: 0;
    display: inline;
    color: var(--text-color-dark);
    font-size: 0.9rem;
    line-height: 1.35;
}

input.legal-consent__checkbox {
    width: 1rem;
    height: 1rem;
    min-width: 1rem;
    margin: 0 0.5rem 0 0;
    accent-color: var(--primary);
}

form div:has(> input.legal-consent__checkbox) {
    display: flex;
    align-items: flex-start;
    gap: 0.25rem;
    text-align: left;
    margin: 0.4rem 0;
}

form .legal-consent {
    display: flex;
    align-items: flex-start;
    gap: 0.25rem;
    text-align: left;
    margin: 0.4rem 0;
}

form .helptext {
    display: block;
    font-size: 0.85rem;
    color: #6c757d;
}

.cookie-banner {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    z-index: 1050;
    width: min(92vw, 520px);
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    color: #1f2430;
    background: #ffffff;
    border: 1px solid rgba(31, 36, 48, 0.14);
    border-radius: 8px;
    box-shadow: 0 16px 40px rgba(31, 36, 48, 0.16);
}

.cookie-banner[hidden] {
    display: none;
}

.cookie-banner__text {
    font-size: 0.9rem;
    line-height: 1.4;
}

.cookie-banner__actions {
    display: flex;
    gap: 0.5rem;
    flex-shrink: 0;
}

.cookie-banner__button {
    border: 1px solid var(--primary);
    background: var(--primary);
    color: #ffffff;
    border-radius: 6px;
    padding: 0.55rem 0.8rem;
    font-weight: 600;
    cursor: pointer;
}

.cookie-banner__button--secondary {
    background: #ffffff;
    color: var(--text-color-dark);
    border-color: rgba(31, 36, 48, 0.28);
}

.legal-document {
    max-width: 920px;
    margin: 0 auto;
    font-size: 1rem;
    line-height: 1.65;
}

.legal-document h2 {
    margin-top: 2rem;
    font-size: 1.35rem;
}

.legal-document p {
    margin-bottom: 1rem;
}

@media (max-width: 640px) {
    .cookie-banner {
        left: 1rem;
        right: 1rem;
        width: auto;
        flex-direction: column;
        align-items: stretch;
    }

    .cookie-banner__actions {
        justify-content: flex-end;
    }
}
