/* =====================================================
   CONTACTS — LONDON EXPRESS ОНЛАЙН
   Без :root и CSS-переменных
   ===================================================== */

.ct-page,
.ct-page * {
    box-sizing: border-box;
}

.ct-page {
    width: 100%;
    min-height: 100vh;
    background: #fff;
    color: #252238;
}

.ct-page a {
    text-decoration: none;
}

.ct-shell {
    width: min(1380px, calc(100% - 68px));
    margin: 20px auto;
    padding: 106px 0 90px;
}


/* =====================================================
   ОБЩЕЕ
   ===================================================== */

.ct-eyebrow {
    display: inline-block;
    margin-bottom: 9px;
    color: #805deb;
    font-size: 13px;
    font-weight: 850;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.ct-section-head {
    max-width: 820px;
    margin-bottom: 32px;
}

.ct-section-head h2,
.ct-about h2,
.ct-legal h2,
.ct-direct h2,
.ct-final h2 {
    margin: 0 0 12px;
    color: #252238;
    font-size: clamp(30px, 3.2vw, 44px);
    font-weight: 860;
    line-height: 1.14;
    letter-spacing: -.03em;
}

.ct-section-head p,
.ct-about p,
.ct-legal p,
.ct-direct p {
    margin: 0;
    color: #625e70;
    font-size: 15px;
    line-height: 1.72;
}

.ct-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 225px;
    min-height: 52px;
    padding: 13px 22px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 820;
    text-align: center;
    transition:
        transform .2s ease,
        box-shadow .2s ease,
        background .2s ease,
        color .2s ease,
        border-color .2s ease;
}

.ct-button:hover {
    transform: translateY(-2px);
}

.ct-button--primary {
    background: #805deb;
    color: #fff;
}

.ct-button--primary:hover {
    background: #6844d1;
    color: #fff;
    box-shadow: 0 11px 25px rgba(128, 93, 235, .20);
}

.ct-button--secondary {
    border: 1px solid rgba(37, 34, 56, .14);
    background: #fff;
    color: #252238;
}

.ct-button--secondary:hover {
    border-color: rgba(250, 92, 92, .38);
    color: #fa5c5c;
}


/* =====================================================
   HERO
   ===================================================== */

.ct-hero {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, .72fr);
    min-height: 520px;
    align-items: stretch;
    margin-bottom: 82px;
    border-radius: 36px 36px 80px 36px;
    background:
        linear-gradient(
            130deg,
            #f2fbff 0%,
            #f7f4ff 64%,
            #fff7de 100%
        );
}

.ct-hero::after {
    content: "";
    position: absolute;
    left: 47%;
    bottom: -130px;
    width: 300px;
    height: 300px;
    border: 42px solid rgba(79, 201, 227, .08);
    border-radius: 50%;
}

.ct-hero__content {
    position: relative;
    z-index: 2;
    padding: 56px 30px 55px 56px;
}

.ct-hero__title {
    max-width: 770px;
    margin: 0 0 18px;
    color: #252238;
    font-size: clamp(43px, 5vw, 68px);
    font-weight: 900;
    line-height: 1.01;
    letter-spacing: -.045em;
}

.ct-hero__text {
    max-width: 720px;
    margin: 0 0 27px;
    color: #625e70;
    font-size: 17px;
    line-height: 1.7;
}

.ct-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 33px;
}

.ct-hero__actions .ct-button {
    width: 245px;
}

.ct-hero__quick {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
}

.ct-hero__quick-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.ct-hero__quick-item span {
    color: #817c8d;
    font-size: 13px;
    font-weight: 700;
}

.ct-hero__quick-item a,
.ct-hero__quick-item strong {
    color: #252238;
    font-size: 15px;
    font-weight: 800;
}

.ct-hero__quick-item a:hover {
    color: #805deb;
}

.ct-hero__visual {
    position: relative;
    overflow: hidden;
    min-height: 100%;
    background:
        linear-gradient(
            145deg,
            rgba(128, 93, 235, .93),
            rgba(104, 68, 209, .96)
        );
}

.ct-hero__visual::before {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    top: -95px;
    right: -85px;
    border: 38px solid rgba(255, 255, 255, .07);
    border-radius: 50%;
}

.ct-hero__bubble {
    position: absolute;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, .12);
    color: #fff;
    font-weight: 900;
}

.ct-hero__bubble--1 {
    width: 92px;
    height: 92px;
    top: 70px;
    left: 54px;
    font-size: 36px;
}

.ct-hero__bubble--2 {
    width: 72px;
    height: 72px;
    top: 156px;
    right: 54px;
    background: #ffb803;
    font-size: 25px;
}

.ct-hero__bubble--3 {
    width: 54px;
    height: 54px;
    top: 245px;
    left: 42%;
    background: #4fc9e3;
    font-size: 20px;
}

.ct-hero__visual-text {
    position: absolute;
    left: 45px;
    right: 45px;
    bottom: 54px;
    color: #fff;
}

.ct-hero__visual-text strong {
    display: block;
    margin-bottom: 8px;
    font-size: 27px;
    font-weight: 850;
}

.ct-hero__visual-text span {
    display: block;
    max-width: 330px;
    color: rgba(255, 255, 255, .78);
    font-size: 14px;
    line-height: 1.6;
}



/* =====================================================
   ГРАФИК РАБОТЫ
   ===================================================== */

.ct-hours {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(520px, 1.1fr);
    gap: 54px;
    align-items: center;
    margin-bottom: 92px;
    padding: 0 4px;
}

.ct-hours__intro h2 {
    margin: 0 0 12px;
    color: #252238;
    font-size: clamp(30px, 3.2vw, 44px);
    font-weight: 860;
    line-height: 1.14;
    letter-spacing: -.03em;
}

.ct-hours__intro p {
    margin: 0;
    color: #625e70;
    font-size: 15px;
    line-height: 1.72;
}

.ct-hours__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.ct-hours__card {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 16px;
    min-height: 172px;
    align-items: start;
    padding: 25px 23px;
    border: 1px solid #ebe9f1;
    border-radius: 25px;
}

.ct-hours__card--support {
    background:
        linear-gradient(
            135deg,
            #f4fcff,
            #eaf9fd
        );
}

.ct-hours__card--lessons {
    background:
        linear-gradient(
            135deg,
            #faf8ff,
            #f3efff
        );
}

.ct-hours__icon {
    display: grid;
    width: 52px;
    height: 52px;
    place-items: center;
    border-radius: 17px;
    background: #4fc9e3;
    color: #fff;
    font-size: 17px;
    font-weight: 900;
}

.ct-hours__card--lessons .ct-hours__icon {
    background: #805deb;
}

.ct-hours__label {
    display: block;
    margin-bottom: 10px;
    color: #817c8d;
    font-size: 13px;
    font-weight: 750;
    line-height: 1.45;
}

.ct-hours__card strong {
    display: block;
    color: #252238;
    font-size: 18px;
    font-weight: 830;
    line-height: 1.4;
}

.ct-hours__card strong + strong {
    margin-top: 3px;
}

.ct-hours__card p {
    margin: 8px 0 0;
    color: #625e70;
    font-size: 13px;
    line-height: 1.55;
}


/* =====================================================
   ROUTING
   ===================================================== */

.ct-routing {
    margin-bottom: 92px;
}

.ct-routing__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.ct-route {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    grid-template-rows: 1fr auto;
    gap: 8px 18px;
    min-height: 245px;
    padding: 30px;
    border: 1px solid #ebe9f1;
    border-radius: 28px;
    background: #fff;
}

.ct-route__number {
    grid-row: 1 / 3;
    color: rgba(128, 93, 235, .25);
    font-size: 37px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -.05em;
}

.ct-route h3 {
    margin: 0 0 10px;
    color: #252238;
    font-size: 24px;
    font-weight: 830;
}

.ct-route p {
    margin: 0;
    color: #625e70;
    font-size: 14px;
    line-height: 1.66;
}

.ct-route__link {
    justify-self: start;
    margin-top: 16px;
    color: #805deb;
    font-size: 14px;
    font-weight: 820;
}

.ct-route__link:hover {
    color: #fa5c5c;
}

.ct-route--learning {
    background:
        linear-gradient(
            135deg,
            #faf8ff,
            #f3efff
        );
}

.ct-route--schedule {
    background:
        linear-gradient(
            135deg,
            #f4fcff,
            #eaf9fd
        );
}

.ct-route--support {
    background:
        linear-gradient(
            135deg,
            #fffdf5,
            #fff8dc
        );
}

.ct-route--cooperation {
    background:
        linear-gradient(
            135deg,
            #fff8f8,
            #fff1f1
        );
}


/* =====================================================
   ABOUT
   ===================================================== */

.ct-about {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr);
    gap: 60px;
    align-items: center;
    margin-bottom: 94px;
    padding: 48px 50px;
    border-radius: 32px;
    background: #f6f3ff;
}

.ct-about__content {
    max-width: 760px;
}

.ct-about__links {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 23px;
}

.ct-about__links a {
    padding: 9px 13px;
    border-radius: 999px;
    background: #fff;
    color: #6844d1;
    font-size: 13px;
    font-weight: 760;
}

.ct-about__links a:hover {
    background: #805deb;
    color: #fff;
}

.ct-about__steps {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.ct-about__step {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
    padding: 17px 18px;
    border-radius: 20px;
    background: rgba(255, 255, 255, .75);
}

.ct-about__step span {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border-radius: 50%;
    background: #805deb;
    color: #fff;
    font-size: 15px;
    font-weight: 850;
}

.ct-about__step:nth-child(2) span {
    background: #4fc9e3;
}

.ct-about__step:nth-child(3) span {
    background: #ffb803;
}

.ct-about__step:nth-child(4) span {
    width: 58px;
    height: 48px;
    border-radius: 18px;
    background: #fa5c5c;
    font-size: 13px;
}

.ct-about__step p {
    color: #252238;
    font-size: 14px;
    font-weight: 720;
    line-height: 1.48;
}



/* =====================================================
   СОТРУДНИЧЕСТВО
   ===================================================== */

.ct-partners {
    margin-bottom: 94px;
}

.ct-partners__intro {
    max-width: 910px;
    margin-bottom: 32px;
}

.ct-partners__intro h2 {
    margin: 0 0 13px;
    color: #252238;
    font-size: clamp(30px, 3.2vw, 44px);
    font-weight: 860;
    line-height: 1.14;
    letter-spacing: -.03em;
}

.ct-partners__intro p {
    margin: 0;
    color: #625e70;
    font-size: 15px;
    line-height: 1.72;
}

.ct-partners__intro .ct-partners__lead {
    margin-bottom: 8px;
    color: #252238;
    font-size: 19px;
    font-weight: 780;
}

.ct-partners__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.ct-partner-card {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 345px;
    padding: 29px 27px 26px;
    border: 1px solid #ebe9f1;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 9px 28px rgba(45, 38, 74, .045);
}

.ct-partner-card:nth-child(1) {
    background:
        linear-gradient(
            135deg,
            #fff8f8,
            #fff1f1
        );
}

.ct-partner-card:nth-child(2) {
    background:
        linear-gradient(
            135deg,
            #faf8ff,
            #f3efff
        );
}

.ct-partner-card:nth-child(3) {
    background:
        linear-gradient(
            135deg,
            #fffdf5,
            #fff8dc
        );
}

.ct-partner-card__type {
    display: inline-flex;
    align-self: flex-start;
    margin-bottom: 18px;
    padding: 7px 11px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .74);
    color: #805deb;
    font-size: 13px;
    font-weight: 820;
}

.ct-partner-card h3 {
    margin: 0 0 11px;
    color: #252238;
    font-size: 23px;
    font-weight: 840;
    line-height: 1.28;
}

.ct-partner-card p {
    margin: 0 0 22px;
    color: #625e70;
    font-size: 14px;
    line-height: 1.65;
    height: 90px;
}

.ct-partner-card__contacts {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 23px;
}

.ct-partner-card__contacts a {
    color: #252238;
    font-size: 14px;
    font-weight: 760;
    overflow-wrap: anywhere;
}

.ct-partner-card__contacts a:hover {
    color: #805deb;
}

.ct-partner-card__action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    margin-top: auto;
    padding: 11px 17px;
    border-radius: 999px;
    background: #805deb;
    color: #fff;
    font-size: 13px;
    font-weight: 820;
    text-align: center;
}

.ct-partner-card__action:hover {
    background: #6844d1;
    color: #fff;
}

.ct-partner-card__actions {
    display: flex;
    flex-direction: column;
    gap: 9px;
    margin-top: auto;
}

.ct-partner-card__actions .ct-partner-card__action {
    margin-top: 0;
}

.ct-partner-card__subaction {
    display: inline-flex;
    justify-content: center;
    color: #805deb;
    font-size: 13px;
    font-weight: 780;
}

.ct-partner-card__subaction:hover {
    color: #fa5c5c;
}


/* =====================================================
   ОТДЕЛ ЗАБОТЫ
   ===================================================== */

.ct-care {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
    gap: 50px;
    align-items: center;
    margin-bottom: 94px;
    padding: 46px 48px;
    border: 1px solid rgba(79, 201, 227, .18);
    border-radius: 32px;
    background:
        linear-gradient(
            135deg,
            rgba(242, 251, 255, .88),
            rgba(247, 244, 255, .78)
        );
}

.ct-care__content h2 {
    margin: 0 0 12px;
    color: #252238;
    font-size: clamp(30px, 3.2vw, 44px);
    font-weight: 860;
    line-height: 1.14;
    letter-spacing: -.03em;
}

.ct-care__content p,
.ct-care__aside p {
    margin: 0;
    color: #625e70;
    font-size: 14px;
    line-height: 1.7;
}

.ct-care__email {
    display: inline-block;
    margin-top: 21px;
    color: #805deb;
    font-size: 20px;
    font-weight: 830;
}

.ct-care__email:hover {
    color: #6844d1;
}

.ct-care__aside {
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, .85);
    border-radius: 25px;
    background: rgba(255, 255, 255, .62);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .96),
        0 12px 30px rgba(65, 54, 105, .055);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.ct-care__mark {
    display: grid;
    width: 52px;
    height: 52px;
    margin-bottom: 18px;
    place-items: center;
    border-radius: 17px;
    background: #fa5c5c;
    color: #fff;
    font-size: 20px;
}

.ct-care__aside strong {
    display: block;
    margin-bottom: 10px;
    color: #252238;
    font-size: 20px;
    font-weight: 830;
    line-height: 1.35;
}

.ct-button--care {
    min-width: 0;
    margin-top: 21px;
    background: #fff;
    color: #6844d1;
    box-shadow: 0 8px 22px rgba(65, 54, 105, .06);
}

.ct-button--care:hover {
    background: #805deb;
    color: #fff;
}




/* =====================================================
   ОТЗЫВЫ
   ===================================================== */

.ct-reviews {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(520px, 1.1fr);
    gap: 54px;
    align-items: center;
    margin-bottom: 94px;
    padding: 46px 48px;
    border-radius: 32px;
    background:
        linear-gradient(
            135deg,
            #fffaf0,
            #f8f5ff
        );
    border: 1px solid rgba(128, 93, 235, .10);
}

.ct-reviews__intro h2 {
    margin: 0 0 12px;
    color: #252238;
    font-size: clamp(30px, 3.2vw, 44px);
    font-weight: 860;
    line-height: 1.14;
    letter-spacing: -.03em;
}

.ct-reviews__intro p {
    margin: 0;
    color: #625e70;
    font-size: 15px;
    line-height: 1.72;
}

.ct-reviews__cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

.ct-review-card {
    position: relative;
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr) 42px;
    gap: 16px;
    align-items: center;
    min-height: 148px;
    padding: 22px 20px;
    border: 1px solid rgba(255, 255, 255, .88);
    border-radius: 24px;
    background: rgba(255, 255, 255, .72);
    color: #252238;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .96),
        0 10px 28px rgba(65, 54, 105, .05);
    transition:
        transform .2s ease,
        box-shadow .2s ease,
        border-color .2s ease;
}

.ct-review-card:hover {
    transform: translateY(-2px);
    border-color: rgba(128, 93, 235, .18);
    box-shadow:
        0 14px 32px rgba(65, 54, 105, .08);
}

.ct-review-card__badge {
    display: grid;
    width: 54px;
    height: 54px;
    place-items: center;
    border-radius: 17px;
    color: #fff;
    font-size: 17px;
    font-weight: 900;
}

.ct-review-card--yandex .ct-review-card__badge {
    background: #fa5c5c;
}

.ct-review-card--2gis .ct-review-card__badge {
    background: #4fc9e3;
}

.ct-review-card__label {
    display: block;
    margin-bottom: 4px;
    color: #817c8d;
    font-size: 13px;
    font-weight: 720;
}

.ct-review-card strong {
    display: block;
    margin-bottom: 5px;
    color: #252238;
    font-size: 19px;
    font-weight: 830;
}

.ct-review-card p {
    margin: 0;
    color: #625e70;
    font-size: 13px;
    line-height: 1.55;
}

.ct-review-card__arrow {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    justify-self: end;
    border-radius: 50%;
    background: #f5f2ff;
    color: #805deb;
    font-size: 18px;
    font-weight: 850;
}

.ct-review-card:hover .ct-review-card__arrow {
    background: #805deb;
    color: #fff;
}


/* =====================================================
   СОЦИАЛЬНЫЕ СЕТИ
   ===================================================== */

.ct-community {
    display: grid;
    grid-template-columns: minmax(0, .85fr) minmax(560px, 1.15fr);
    gap: 54px;
    align-items: center;
    margin-bottom: 94px;
}

.ct-community__heading h2 {
    margin: 0 0 12px;
    color: #252238;
    font-size: clamp(30px, 3.2vw, 44px);
    font-weight: 860;
    line-height: 1.14;
    letter-spacing: -.03em;
}

.ct-community__heading p {
    margin: 0;
    color: #625e70;
    font-size: 15px;
    line-height: 1.72;
}

.ct-community__links {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
}

.ct-community__links a {
    display: flex;
    min-height: 118px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 16px 10px;
    border: 1px solid #ebe9f1;
    border-radius: 22px;
    background: #fff;
    color: #252238;
    transition:
        transform .2s ease,
        border-color .2s ease,
        box-shadow .2s ease;
}

.ct-community__links a:hover {
    transform: translateY(-2px);
    border-color: rgba(128, 93, 235, .22);
    box-shadow: 0 11px 26px rgba(45, 38, 74, .06);
}

.ct-community__links span {
    display: grid;
    min-width: 44px;
    height: 44px;
    padding: 0 8px;
    place-items: center;
    border-radius: 14px;
    background: #f5f2ff;
    color: #805deb;
    font-size: 13px;
    font-weight: 900;
}

.ct-community__links strong {
    color: #252238;
    font-size: 13px;
    font-weight: 780;
    text-align: center;
}


/* =====================================================
   LEGAL — LIGHT GLASS
   ===================================================== */

.ct-legal {
    position: relative;
    overflow: hidden;

    display: grid;
    grid-template-columns: minmax(320px, .78fr) minmax(0, 1.22fr);
    grid-template-areas:
        "head list"
        "bottom list";

    gap: 28px 54px;
    margin-bottom: 94px;
    padding: 46px 48px;

    border: 1px solid rgba(128, 93, 235, .12);
    border-radius: 32px;

    background:
        linear-gradient(
            135deg,
            rgba(247, 244, 255, .88) 0%,
            rgba(242, 251, 255, .82) 52%,
            rgba(255, 249, 231, .78) 100%
        );

    box-shadow:
        0 22px 60px rgba(68, 55, 110, .07);

    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.ct-legal::before {
    content: "";
    position: absolute;
    top: -120px;
    left: -100px;
    width: 330px;
    height: 330px;
    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(128, 93, 235, .13) 0%,
            rgba(128, 93, 235, 0) 70%
        );

    pointer-events: none;
}

.ct-legal::after {
    content: "";
    position: absolute;
    right: -100px;
    bottom: -150px;
    width: 360px;
    height: 360px;
    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(79, 201, 227, .15) 0%,
            rgba(79, 201, 227, 0) 70%
        );

    pointer-events: none;
}

.ct-legal__head,
.ct-legal__list,
.ct-legal__bottom {
    position: relative;
    z-index: 1;
}

.ct-legal__head {
    grid-area: head;
}

.ct-legal .ct-eyebrow {
    color: #805deb;
}

.ct-legal h2 {
    color: #252238;
}

.ct-legal__head p {
    color: #625e70;
}


/* =====================================================
   GLASS-КАРТОЧКА С РЕКВИЗИТАМИ
   ===================================================== */

.ct-legal__list {
    grid-area: list;
    margin: 0;
    overflow: hidden;

    border: 1px solid rgba(255, 255, 255, .82);
    border-radius: 24px;

    background:
        linear-gradient(
            135deg,
            rgba(255, 255, 255, .70),
            rgba(255, 255, 255, .48)
        );

    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .95),
        0 14px 35px rgba(65, 54, 105, .06);

    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.ct-legal__row {
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr);
    gap: 20px;
    padding: 17px 20px;

    border-bottom:
        1px solid rgba(128, 93, 235, .10);
}

.ct-legal__row:last-child {
    border-bottom: 0;
}

.ct-legal dt {
    color: #817c8d;
    font-size: 13px;
    font-weight: 700;
}

.ct-legal dd {
    margin: 0;
    color: #252238;
    font-size: 14px;
    font-weight: 680;
    line-height: 1.5;
}


/* =====================================================
   НИЖНЯЯ ЧАСТЬ
   ===================================================== */

.ct-legal__bottom {
    grid-area: bottom;
    align-self: end;
}

.ct-legal__bottom p {
    margin-bottom: 18px;
    color: #625e70;
    font-size: 13px;
}


/* =====================================================
   КНОПКА
   ===================================================== */

.ct-button--requisites {
    border: 1px solid rgba(128, 93, 235, .15);
    background: rgba(255, 255, 255, .78);
    color: #6844d1;

    box-shadow:
        0 9px 24px rgba(79, 59, 142, .07);

    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.ct-button--requisites:hover {
    border-color: #805deb;
    background: #805deb;
    color: #fff;

    box-shadow:
        0 12px 27px rgba(128, 93, 235, .20);
}


/* =====================================================
   DIRECT
   ===================================================== */

.ct-direct {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(400px, 1.1fr);
    gap: 60px;
    align-items: center;
    margin-bottom: 92px;
    padding: 0 4px;
}

.ct-direct__contacts {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

.ct-direct__contact {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 21px 24px;
    border: 1px solid #ebe9f1;
    border-radius: 22px;
    background: #fff;
    transition:
        transform .2s ease,
        border-color .2s ease,
        box-shadow .2s ease;
}

.ct-direct__contact:hover {
    transform: translateY(-2px);
    border-color: rgba(128, 93, 235, .24);
    box-shadow: 0 11px 26px rgba(45, 38, 74, .06);
}

.ct-direct__contact span {
    color: #817c8d;
    font-size: 13px;
    font-weight: 700;
}

.ct-direct__contact strong {
    color: #252238;
    font-size: 21px;
    font-weight: 820;
}


/* =====================================================
   FAQ
   ===================================================== */

.ct-faq {
    margin-bottom: 88px;
    padding: 48px 42px 38px;
    border: 1px solid #ebe9f1;
    border-radius: 30px;
    background: #fff;
}

.ct-faq__list {
    margin-top: 26px;
    border-top: 1px solid #e8e6ee;
}

.ct-faq__item {
    border-bottom: 1px solid #e8e6ee;
}

.ct-faq__item h3 {
    margin: 0;
}

.ct-faq__question {
    position: relative;
    width: 100%;
    padding: 21px 54px 21px 0;
    border: 0;
    background: transparent;
    color: #252238;
    font-family: inherit;
    text-align: left;
    font-size: 18px;
    font-weight: 770;
    line-height: 1.45;
    cursor: pointer;
}

.ct-faq__question::after {
    content: "+";
    position: absolute;
    top: 18px;
    right: 2px;
    color: #805deb;
    font-size: 29px;
    font-weight: 400;
    line-height: 1;
    transition: transform .2s ease;
}

.ct-faq__item.is-open
.ct-faq__question::after {
    transform: rotate(45deg);
}

.ct-faq__answer {
    display: none;
    max-width: 900px;
    padding: 0 44px 22px 0;
}

.ct-faq__answer p {
    margin: 0;
    color: #625e70;
    font-size: 14px;
    line-height: 1.72;
}

.ct-faq__item.is-open
.ct-faq__answer {
    display: block;
}


/* =====================================================
   FINAL
   ===================================================== */

.ct-final {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 35px;
    align-items: center;
    padding: 43px 47px;
    border-radius: 12px 48px 12px 48px;
    background:
        linear-gradient(
            125deg,
            #805deb,
            #a786f2
        );
}

.ct-final__label {
    display: block;
    margin-bottom: 7px;
    color: rgba(255, 255, 255, .72);
    font-size: 13px;
    font-weight: 820;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.ct-final h2 {
    margin: 0 0 8px;
    color: #fff;
}

.ct-final p {
    max-width: 760px;
    margin: 0;
    color: rgba(255, 255, 255, .78);
    font-size: 14px;
    line-height: 1.66;
}

.ct-button--final {
    background: #fff;
    color: #6844d1;
}

.ct-button--final:hover {
    background: #ffb803;
    color: #252238;
}


/* =====================================================
   RESPONSIVE
   ===================================================== */

@media (max-width: 1050px) {

    .ct-reviews,
    .ct-community {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .ct-community__links {
        grid-template-columns: repeat(5, minmax(110px, 1fr));
    }


    .ct-hours {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .ct-partners__grid {
        grid-template-columns: 1fr;
    }

    .ct-partner-card {
        min-height: 0;
    }

    .ct-care {
        grid-template-columns: 1fr;
        gap: 30px;
    }


    .ct-hero {
        grid-template-columns: 1fr;
    }

    .ct-hero__visual {
        min-height: 330px;
    }

    .ct-about {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .ct-legal {
        grid-template-columns: 1fr;
        grid-template-areas:
            "head"
            "list"
            "bottom";
    }

    .ct-direct {
        grid-template-columns: 1fr;
        gap: 28px;
    }

}


@media (max-width: 760px) {

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


    .ct-hours__grid {
        grid-template-columns: 1fr;
    }

    .ct-routing__grid {
        grid-template-columns: 1fr;
    }


    .ct-shell {
        width: min(100% - 40px, 1380px);
        padding-top: 90px;
    }

    .ct-final {
        grid-template-columns: 1fr;
    }

    .ct-final .ct-button {
        justify-self: start;
    }

}


@media (max-width: 620px) {

    .ct-reviews {
        margin-bottom: 68px;
        padding: 31px 21px;
        border-radius: 25px;
    }

    .ct-review-card {
        grid-template-columns: 50px minmax(0, 1fr);
        min-height: 0;
        padding: 20px 18px;
    }

    .ct-review-card__arrow {
        display: none;
    }

    .ct-community {
        margin-bottom: 68px;
    }

    .ct-community__links {
        grid-template-columns: 1fr 1fr;
    }

    .ct-community__links a {
        min-height: 105px;
    }


    .ct-hours {
        margin-bottom: 68px;
    }

    .ct-hours__card {
        grid-template-columns: 50px minmax(0, 1fr);
        min-height: 0;
        padding: 21px 19px;
    }

    .ct-hours__icon {
        width: 46px;
        height: 46px;
    }

    .ct-partners,
    .ct-care {
        margin-bottom: 68px;
    }

    .ct-partner-card {
        padding: 24px 20px;
        border-radius: 23px;
    }

    .ct-care {
        padding: 31px 21px;
        border-radius: 25px;
    }

    .ct-care__aside {
        padding: 23px 20px;
    }

    .ct-care__email {
        font-size: 17px;
        overflow-wrap: anywhere;
    }

    .ct-button--care {
        width: 100%;
    }


    .ct-shell {
        width: calc(100% - 30px);
        padding: 78px 0 64px;
    }

    .ct-hero {
        margin-bottom: 64px;
        border-radius: 24px 24px 48px 24px;
    }

    .ct-hero__content {
        padding: 32px 21px 28px;
    }

    .ct-hero__title {
        font-size: 38px;
    }

    .ct-hero__text {
        font-size: 15px;
    }

    .ct-hero__actions {
        width: 100%;
    }

    .ct-hero__actions .ct-button {
        width: 100%;
    }

    .ct-hero__quick {
        gap: 17px;
    }

    .ct-hero__visual {
        min-height: 290px;
    }

    .ct-route {
        grid-template-columns: 48px minmax(0, 1fr);
        min-height: 0;
        padding: 24px 20px;
    }

    .ct-route__number {
        font-size: 30px;
    }

    .ct-about {
        padding: 32px 22px;
        border-radius: 25px;
    }

    .ct-about__links {
        flex-direction: column;
    }

    .ct-about__links a {
        text-align: center;
    }

    .ct-legal {
        padding: 32px 22px;
        border-radius: 25px;
    }

    .ct-legal__row {
        grid-template-columns: 1fr;
        gap: 5px;
        padding: 15px 17px;
    }

    .ct-legal__bottom .ct-button {
        width: 100%;
    }

    .ct-direct__contact strong {
        font-size: 17px;
        overflow-wrap: anywhere;
    }

    .ct-faq {
        padding: 31px 20px 24px;
        border-radius: 24px;
    }

    .ct-faq__question {
        font-size: 16px;
    }

    .ct-final {
        padding: 34px 23px;
        border-radius: 10px 38px 10px 38px;
    }

    .ct-final .ct-button {
        width: 100%;
    }

}


/* Последние правки: карточки сотрудничества, соцсети и юридический блок */
.ct-partner-card__actions { margin-top: auto; }
.ct-partner-card__subaction { min-height: 24px; align-items: center; }
.ct-care { grid-template-rows: auto auto; }
.ct-care__socials { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1.15fr 1fr; gap: 24px; margin-top: 4px; padding-top: 28px; border-top: 1px solid rgba(128,93,235,.12); }
.ct-care__socials strong { display:block; margin-bottom:8px; color:#252238; font-size:17px; font-weight:830; }
.ct-care__socials p { margin:0; color:#625e70; font-size:13px; line-height:1.65; }
.ct-care__social-links { display:flex; flex-wrap:wrap; align-content:flex-start; gap:8px; }
.ct-care__social-links a { padding:9px 13px; border-radius:999px; background:rgba(255,255,255,.72); color:#6844d1; font-size:13px; font-weight:780; }
.ct-care__social-links a:hover { background:#805deb; color:#fff; }
.ct-legal__head p { max-width: 650px; }
@media (max-width: 900px) { .ct-care__socials { grid-template-columns:1fr; } }


/* Выравнивание нижней части PR-карточки с остальными карточками */
.ct-partner-card__subnote {
    display: inline-flex;
    min-height: 24px;
    align-items: center;
    justify-content: center;
    padding: 2px 8px;
    color: #817c8d;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
}
