/* Customer fixes for the main/Omsk home pages, 2026-08-02. */

.banner-form {
    max-width: 760px;
}

.banner__title {
    max-width: 780px;
    font-weight: 700 !important;
}

.banner__title span {
    display: block;
}

.banner__description {
    max-width: 690px !important;
}

@media screen and (min-width: 1024px) {
    .banner__title {
        margin-top: 0 !important;
    }

    .banner__description {
        width: 100% !important;
        line-height: 1.45 !important;
    }
}

@media screen and (min-width: 1920px) {
    .banner__title {
        font-size: 46px !important;
        line-height: 58px !important;
        margin-top: 72px !important;
    }

    .banner__description {
        font-size: 22px !important;
        line-height: 32px !important;
    }
}

.saikt-media-card_embed {
    cursor: default;
}

.saikt-media-card_embed:hover {
    transform: none;
}

.saikt-media-card_embed .saikt-media-card__preview {
    overflow: hidden;
    background: #f1f8fc;
}

.saikt-media-card__iframe {
    display: block;
    width: 100%;
    height: 100%;
    min-height: inherit;
    border: 0;
}

.saikt-media-card__video {
    display: block;
    width: 100%;
    height: 100%;
    min-height: inherit;
    object-fit: cover;
    background: #000;
    border: 0;
}

.saikt-media-card_embed .saikt-media-card__button {
    pointer-events: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 210px;
    padding: 12px 22px;
    border: 0;
    font: inherit;
    line-height: 1.2;
    white-space: nowrap;
    cursor: pointer;
}

.saikt-media-card_embed .saikt-media-card__content {
    cursor: pointer;
}

html body .main-checkbox-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

html body .main-checkbox-wrapper input[type="checkbox"] {
    flex: 0 0 auto;
    margin-top: 3px;
}

html body .main-checkbox-wrapper span.checkbox_element {
    margin-left: 0 !important;
}

html body .main-checkbox-wrapper + .main-checkbox-wrapper,
html body .form-checkbox__item + .form-checkbox__item {
    margin-top: 0 !important;
}

html body .form-checkbox {
    display: grid !important;
    row-gap: 18px !important;
    margin-top: 20px !important;
}

html body .form-checkbox__item {
    display: grid !important;
    grid-template-columns: 16px minmax(0, 1fr) !important;
    column-gap: 12px !important;
    align-items: start !important;
}

html body .form-checkbox__item input.checkbox_element {
    grid-column: 1 !important;
    justify-self: start !important;
    margin: 4px 0 0 !important;
}

html body .form-checkbox__label {
    grid-column: 2 !important;
    display: block !important;
    line-height: 1.28 !important;
}

html body .form-checkbox__label:empty {
    display: none !important;
}

html body .consultation-popup .main-checkbox-wrapper {
    display: grid !important;
    grid-template-columns: 16px minmax(0, 1fr) !important;
    column-gap: 12px !important;
    align-items: start !important;
}

html body .consultation-popup .main-checkbox-wrapper input.checkbox_element {
    grid-column: 1 !important;
    justify-self: start !important;
    margin: 4px 0 0 !important;
}

html body .consultation-popup .main-checkbox-wrapper span.checkbox_element {
    grid-column: 2 !important;
    display: block !important;
    line-height: 1.28 !important;
}

#SEO {
    margin-top: 60px;
}

#SEO .container-page__content p,
#SEO .container-page__content li {
    font-size: 18px;
    line-height: 1.6;
}

#courses .saikt-course-filters {
    display: grid !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 14px 0 30px !important;
    row-gap: 10px !important;
    justify-content: start !important;
    justify-items: start !important;
}

#courses .saikt-course-filters > div,
#courses .our-courses > .saikt-course-filters:first-child > div[style*="align-items: center"] {
    display: grid !important;
    grid-template-columns: 160px 250px !important;
    column-gap: 12px !important;
    align-items: center !important;
    width: auto !important;
    margin-bottom: 0 !important;
}

#courses .saikt-course-filters span {
    margin-right: 0 !important;
    text-align: left !important;
    white-space: nowrap !important;
}

#courses .our-courses > .saikt-course-filters:first-child > div[style*="align-items: center"] span {
    display: block !important;
    text-align: left !important;
}

html body #root #courses .our-courses > .saikt-course-filters:first-child > div[style*="align-items: center"] span {
    display: block !important;
    text-align: left !important;
}

#courses .saikt-course-filters select {
    width: 250px !important;
    max-width: 250px !important;
    box-sizing: border-box !important;
}

#courses .container-page__title {
    scroll-margin-top: 96px;
}

.master-block__head {
    max-width: 100% !important;
}

.master-block__subtitle,
#aboutUs .why-we-are__lead,
.student-achievements__intro p {
    max-width: 100% !important;
}

html body #root #aboutUs .why-we-are {
    background: transparent !important;
}

.review .text p {
    margin: 0 0 10px;
}

.review .text p:last-child {
    margin-bottom: 0;
}

@media screen and (min-width: 1024px) {
    html body #root .master-block {
        padding-left: 13.3% !important;
        padding-right: 13.3% !important;
    }

    html body #root .master-block__inner {
        max-width: none !important;
    }
}

@media screen and (min-width: 1025px) {
    html body .header.h2 {
        display: grid !important;
        grid-template-columns: 230px minmax(250px, 360px) minmax(170px, 210px) minmax(430px, 560px);
        column-gap: clamp(14px, 2vw, 30px);
        align-items: center !important;
        justify-content: center !important;
        min-height: 124px !important;
        padding: 58px clamp(20px, 4vw, 68px) 12px !important;
    }

    html body .header.h2 .mth {
        margin-top: 0 !important;
    }

    html body .header.h2 .topheader {
        position: absolute !important;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
    }

    html body .header.h2 .back_to_top-image {
        justify-self: start;
    }

    html body .header.h2 .header-block-logo {
        width: 214px;
    }

    html body .header.h2 .header-block {
        display: block !important;
        width: auto !important;
        margin-left: 0 !important;
        justify-self: center;
    }

    html body .header.h2 .header-block-text {
        font-size: 15px;
        line-height: 20px;
    }

    html body .header.h2 .header-block-city-select {
        width: auto !important;
        margin-left: 0 !important;
        justify-self: center;
    }

    html body .header.h2 .custom-select {
        min-width: 165px;
    }

    html body .header.h2 .header-block-city-list {
        display: grid !important;
        grid-template-columns: minmax(210px, auto) minmax(220px, 1fr);
        column-gap: 18px;
        align-items: center;
        justify-self: end;
        width: auto !important;
        margin-left: 0 !important;
    }

    html body .header.h2 .header-block-city-list .phone {
        margin-right: 0 !important;
        margin-top: 0 !important;
    }

    html body .header.h2 .header-block-city-list .phone .top,
    html body .header.h2 .header-block-city-list .phone .bottom {
        justify-content: flex-start;
    }

    html body .header.h2 .header-cities {
        min-width: 0 !important;
        max-width: 310px;
        text-align: right;
        font-size: 13px;
        line-height: 17px;
    }

    html body .header.h2 .header-block-address {
        font-size: 13px !important;
        line-height: 17px !important;
        margin: 0 !important;
    }

    html body .header.h2 .phone .top .number {
        margin-left: 12px !important;
    }

    html body .header.h2 .phone .bottom {
        height: auto !important;
        margin-top: 4px !important;
    }

    html body .header.h2 .phone button {
        width: 220px;
        min-width: 220px;
        height: 40px !important;
        padding: 0 12px !important;
        box-sizing: border-box;
        border-radius: 8px;
        font-size: 14px;
        line-height: 18px;
        white-space: nowrap !important;
    }

    html body .navbar.mth {
        top: 155px !important;
        margin-top: 0 !important;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1320px) {
    html body .header.h2 {
        grid-template-columns: 190px minmax(210px, 270px) minmax(150px, 180px) minmax(350px, 460px);
        column-gap: 14px;
        padding-left: 18px !important;
        padding-right: 18px !important;
    }

    html body .header.h2 .header-block-logo {
        width: 190px;
    }

    html body .header.h2 .header-block-text {
        font-size: 13px;
        line-height: 18px;
    }

    html body .header.h2 .phone button {
        width: 220px;
        min-width: 220px;
        padding-left: 10px !important;
        padding-right: 10px !important;
        font-size: 13px;
        white-space: nowrap !important;
    }

    html body .header.h2 .header-cities {
        max-width: 235px;
        font-size: 13px;
        line-height: 18px;
    }
}

@media screen and (max-width: 700px) {
    .banner__title {
        max-width: 100%;
    }

    .banner__description {
        max-width: 100% !important;
    }

    #courses .saikt-course-filters {
        margin-top: 12px !important;
        margin-bottom: 24px !important;
    }

    #courses .saikt-course-filters > div,
    #courses .our-courses > .saikt-course-filters:first-child > div[style*="align-items: center"] {
        grid-template-columns: 1fr !important;
        gap: 8px !important;
        width: 100% !important;
    }

    #courses .saikt-course-filters select {
        width: 100% !important;
        max-width: 100% !important;
    }
}

html body .lecturer-portal .global-portal__container.lecturer-profile-portal,
html body .global-portal__container.lecturer-profile-portal {
    width: min(1160px, calc(100vw - 32px)) !important;
    max-width: min(1160px, calc(100vw - 32px)) !important;
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

html body .lecturer-portal {
    z-index: 2147483647 !important;
}

html body.lecturer-profile-open .cookieNotify,
html body.lecturer-profile-open jdiv,
html body.lecturer-profile-open [id^="jivo"],
html body.lecturer-profile-open [class*="jivo"] {
    z-index: 10 !important;
}

html body.lecturer-profile-open iframe[src*="jivo"],
html body.lecturer-profile-open iframe[id*="jivo"],
html body.lecturer-profile-open iframe[class*="jivo"],
html body.lecturer-profile-open jdiv,
html body.lecturer-profile-open [id^="jivo"],
html body.lecturer-profile-open [class*="jivo"] {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

html body .lecturer-profile.lecturer-profile_v2 {
    display: grid !important;
    grid-template-columns: 300px minmax(0, 1fr) !important;
    gap: 34px !important;
    width: min(1160px, calc(100vw - 32px)) !important;
    max-height: calc(100vh - 32px);
    overflow-y: auto;
    padding: 30px 42px 28px 30px !important;
    border-radius: 10px !important;
    background: #fff !important;
    color: #10213f;
    box-shadow: 0 18px 50px rgba(11, 46, 87, .18) !important;
}

html body .lecturer-profile_v2 .lecturer-profile__close {
    top: 18px !important;
    right: 18px !important;
    width: 42px !important;
    height: 42px !important;
    border-radius: 8px !important;
    background: #eef6ff !important;
    color: #6c86b2 !important;
    transition: background .18s ease, color .18s ease;
}

html body .lecturer-profile_v2 .lecturer-profile__close:hover {
    background: #dff0ff !important;
    color: #008bd2 !important;
}

html body .lecturer-profile_v2 .lecturer-profile__close i {
    font-size: 28px !important;
}

html body .lecturer-profile_v2 .lecturer-profile__photo-side {
    align-items: center !important;
    padding: 0 30px 0 0 !important;
    border-right: 1px solid #d9ecfb !important;
    border-bottom: 0 !important;
}

html body .lecturer-profile_v2 .lecturer-profile__photo-wrap {
    width: 210px !important;
    height: 210px !important;
    padding: 8px !important;
    border-radius: 50% !important;
    background: #f5fbff !important;
    box-shadow: inset 0 0 0 1px #cce8fb !important;
}

html body .lecturer-profile_v2 .lecturer-profile__photo {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    border-radius: 50% !important;
    object-fit: cover !important;
}

html body .lecturer-profile_v2 .lecturer-profile__photo-caption {
    width: 100%;
    margin-top: 22px !important;
    color: #10213f !important;
    font-family: "Montserrat", sans-serif !important;
    text-align: center !important;
}

html body .lecturer-profile_v2 .lecturer-profile__caption-title {
    margin: 0 0 12px;
    color: #10213f;
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
}

html body .lecturer-profile_v2 .lecturer-profile__side-courses {
    display: grid;
    gap: 12px;
    justify-items: center;
}

html body .lecturer-profile_v2 .lecturer-profile__side-courses .lecturer-course {
    display: block !important;
    width: auto !important;
    max-width: 240px;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #10213f !important;
    font-size: 17px !important;
    line-height: 25px !important;
    font-weight: 500 !important;
    text-align: center !important;
    word-break: normal !important;
    overflow-wrap: break-word;
}

html body .lecturer-profile_v2 .lecturer-profile__vk-card {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    width: 100%;
    margin-top: auto;
    padding: 18px 22px;
    border: 1px solid #d2e9fb;
    border-radius: 8px;
    background: linear-gradient(180deg, #f7fbff 0%, #eff8ff 100%);
    color: #10213f;
    text-decoration: none;
    box-sizing: border-box;
}

html body .lecturer-profile_v2 .lecturer-profile__vk-card:hover {
    border-color: #008bd2;
    text-decoration: none;
}

html body .lecturer-profile_v2 .lecturer-profile__vk-icon {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 8px;
    background: #e9f5ff;
    color: #008bd2;
}

html body .lecturer-profile_v2 .lecturer-profile__vk-icon i {
    font-size: 28px;
}

html body .lecturer-profile_v2 .lecturer-profile__vk-text {
    display: grid;
    gap: 4px;
    min-width: 0;
}

html body .lecturer-profile_v2 .lecturer-profile__vk-label {
    color: #3b4a66;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
}

html body .lecturer-profile_v2 .lecturer-profile__vk-url {
    min-width: 0;
    color: #008bd2;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

html body .lecturer-profile_v2 .lecturer-profile__content {
    min-width: 0;
    padding-right: 28px;
}

html body .lecturer-profile_v2 .lecturer-profile__name {
    margin: 0 52px 14px 0 !important;
    color: #10213f !important;
    font-size: 44px !important;
    line-height: 52px !important;
    font-weight: 800 !important;
}

html body .lecturer-profile_v2 .lecturer-profile__facts {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px 12px !important;
    margin: 0 0 22px !important;
}

html body .lecturer-profile_v2.lecturer-profile_v2_facts-stacked .lecturer-profile__facts {
    display: grid !important;
    grid-template-columns: max-content !important;
    justify-items: start;
}

html body .lecturer-profile_v2 .lecturer-profile__fact {
    display: inline-flex !important;
    align-items: center !important;
    max-width: 100% !important;
    gap: 10px !important;
    min-height: 38px;
    padding: 8px 16px !important;
    border-radius: 999px !important;
    background: #eef6ff !important;
    color: #2e3d58 !important;
    font-size: 15px !important;
    line-height: 20px !important;
    font-weight: 500 !important;
    box-sizing: border-box;
}

html body .lecturer-profile_v2 .lecturer-profile__fact i {
    flex: 0 0 auto;
    color: #008bd2 !important;
    font-size: 20px !important;
}

html body .lecturer-profile_v2 .lecturer-profile__fact span {
    min-width: 0;
    overflow-wrap: anywhere;
}

html body .lecturer-profile_v2 .lecturer-profile__section {
    margin-top: 20px !important;
}

html body .lecturer-profile_v2 .lecturer-profile__section h4 {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    margin: 0 0 10px !important;
    color: #10213f !important;
    font-size: 22px !important;
    line-height: 28px !important;
    font-weight: 800 !important;
}

html body .lecturer-profile_v2 .lecturer-profile__section h4 i {
    color: #008bd2 !important;
    font-size: 28px !important;
}

html body .lecturer-profile_v2 .lecturer-profile__section p {
    margin: 0 0 14px !important;
    color: #33435d !important;
    font-size: 16px !important;
    line-height: 26px !important;
    font-weight: 500 !important;
}

html body .lecturer-profile_v2 .lecturer-profile__section p:last-child {
    margin-bottom: 0 !important;
}

html body .lecturer-profile_v2 .lecturer-profile__list {
    display: grid !important;
    gap: 8px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

html body .lecturer-profile_v2 .lecturer-profile__list li {
    position: relative !important;
    display: grid !important;
    grid-template-columns: 20px minmax(0, 1fr);
    column-gap: 12px;
    align-items: start;
    min-height: 22px;
    padding-left: 0 !important;
    color: #33435d !important;
    font-size: 15px !important;
    line-height: 24px !important;
    font-weight: 500 !important;
}

html body .lecturer-profile_v2 .lecturer-profile__list li:before {
    content: none !important;
}

html body .lecturer-profile_v2 .lecturer-profile__list:not(.lecturer-profile__list_check) li:before {
    content: "" !important;
    display: block;
    grid-column: 1;
    width: 5px;
    height: 5px;
    margin-top: 10px;
    border-radius: 50%;
    background: #008bd2;
}

html body .lecturer-profile_v2 .lecturer-profile__list:not(.lecturer-profile__list_check) li span {
    grid-column: 2;
}

html body .lecturer-profile_v2 .lecturer-profile__check-icon {
    margin-top: 2px;
    color: #008bd2 !important;
    font-size: 20px !important;
}

html body .lecturer-profile_v2 .lecturer-profile__courses {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px 12px !important;
    margin-top: 20px !important;
}

html body .lecturer-profile_v2 .lecturer-profile__courses .lecturer-course {
    width: auto !important;
    max-width: 100%;
    margin: 0 !important;
    padding: 8px 18px !important;
    border-radius: 999px !important;
    background: #eef6ff !important;
    color: #008bd2 !important;
    font-size: 15px !important;
    line-height: 20px !important;
    font-weight: 700 !important;
    text-align: center !important;
    word-break: normal !important;
    overflow-wrap: anywhere;
}

html body .lecturer-profile_v2 .lecturer-course__label {
    color: #008bd2;
    font-weight: 800;
}

html body .lecturer-profile_v2 .lecturer-profile__button {
    width: min(380px, 100%);
    min-height: 54px;
    margin-top: 22px !important;
    padding: 0 26px !important;
    border-radius: 28px !important;
    background: #ff3f46 !important;
    color: #fff !important;
    font-size: 19px !important;
    line-height: 24px !important;
    font-weight: 500 !important;
    white-space: normal;
}

@media screen and (max-width: 980px) {
    html body .lecturer-profile.lecturer-profile_v2 {
        grid-template-columns: 250px minmax(0, 1fr) !important;
        gap: 26px !important;
        padding: 28px 34px 26px 26px !important;
    }

    html body .lecturer-profile_v2 .lecturer-profile__photo-side {
        padding-right: 24px !important;
    }

    html body .lecturer-profile_v2 .lecturer-profile__photo-wrap {
        width: 178px !important;
        height: 178px !important;
    }

    html body .lecturer-profile_v2 .lecturer-profile__name {
        font-size: 36px !important;
        line-height: 44px !important;
    }
}

@media screen and (max-width: 760px) {
    html body .lecturer-profile.lecturer-profile_v2 {
        grid-template-columns: 1fr !important;
        width: calc(100vw - 24px) !important;
        max-height: calc(100vh - 24px);
        padding: 24px 18px 24px !important;
    }

    html body .lecturer-profile_v2 .lecturer-profile__photo-side {
        padding: 0 0 22px !important;
        border-right: 0 !important;
        border-bottom: 1px solid #d9ecfb !important;
    }

    html body .lecturer-profile_v2 .lecturer-profile__content {
        padding-right: 0;
    }

    html body .lecturer-profile_v2 .lecturer-profile__photo-wrap {
        width: 172px !important;
        height: 172px !important;
    }

    html body .lecturer-profile_v2 .lecturer-profile__vk-card {
        width: min(320px, 100%);
        margin-top: 20px;
    }

    html body .lecturer-profile_v2 .lecturer-profile__name {
        margin-right: 46px !important;
        font-size: 30px !important;
        line-height: 37px !important;
    }

    html body .lecturer-profile_v2 .lecturer-profile__facts {
        display: grid !important;
        grid-template-columns: 1fr !important;
    }

    html body .lecturer-profile_v2.lecturer-profile_v2_facts-stacked .lecturer-profile__facts {
        grid-template-columns: 1fr !important;
    }

    html body .lecturer-profile_v2 .lecturer-profile__fact {
        justify-content: flex-start !important;
    }

    html body .lecturer-profile_v2 .lecturer-profile__section h4 {
        font-size: 20px !important;
        line-height: 26px !important;
    }
}

@media screen and (max-width: 430px) {
    html body .lecturer-profile_v2 .lecturer-profile__name {
        font-size: 27px !important;
        line-height: 33px !important;
    }

    html body .lecturer-profile_v2 .lecturer-profile__section p,
    html body .lecturer-profile_v2 .lecturer-profile__list li {
        font-size: 14px !important;
        line-height: 22px !important;
    }
}

/* Customer request, 2026-08-07: pricing, FAQ, reviews and CTA refresh. */
html,
body {
    overflow-x: hidden;
}

html body #SEO {
    width: min(1260px, calc(100% - 32px));
    margin: 44px auto 0 !important;
    padding: 0 !important;
}

html body #SEO .container-page__title {
    margin: 0 0 12px !important;
    padding: 0 !important;
    color: #004789;
    font-size: 32px !important;
    line-height: 1.2 !important;
    letter-spacing: 0 !important;
}

html body #SEO .container-page__content {
    width: 100% !important;
    margin: 0 !important;
    color: #28282b;
}

html body #SEO .container-page__content p,
html body #SEO .container-page__content li {
    margin: 0 0 12px;
    font-size: 15px !important;
    line-height: 1.52 !important;
}

html body #SEO .container-page__content ul,
html body #SEO .container-page__content ol {
    margin: 0 0 16px 20px;
    padding: 0;
}

html body #SEO .saikt-seo-heading {
    margin: 24px 0 10px;
    color: #004789;
    font-size: 22px;
    line-height: 1.25;
    font-weight: 700;
    letter-spacing: 0;
}

.saikt-seo-more[hidden] {
    display: none !important;
}

.saikt-seo-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 170px;
    height: 44px;
    margin-top: 4px;
    padding: 0 24px;
    border: 1px solid rgba(255, 94, 94, .45);
    border-radius: 8px;
    background: #fff;
    color: #ff4f4f;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    line-height: 1;
    font-weight: 600;
    cursor: pointer;
    transition: background .18s ease, border-color .18s ease, color .18s ease;
}

.saikt-seo-toggle:hover {
    border-color: #ff5e5e;
    background: #fff5f5;
    color: #e83f3f;
}

html body .saikt-pricing-strip {
    width: min(1260px, calc(100% - 32px));
    margin: 54px auto 0 !important;
    padding: 0 !important;
}

.saikt-pricing-strip__card {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(300px, .9fr);
    gap: 34px;
    align-items: center;
    padding: 34px 48px;
    border-radius: 8px;
    background:
        radial-gradient(circle at 82% 18%, rgba(44, 187, 255, .26), transparent 28%),
        linear-gradient(135deg, #004789 0%, #006ec9 56%, #003a73 100%);
    color: #fff;
    box-shadow: 0 16px 34px rgba(0, 71, 137, .22);
}

.saikt-pricing-strip__eyebrow {
    position: relative;
    display: inline-block;
    margin: 0 0 20px;
    color: #73c9ff;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
}

.saikt-pricing-strip__eyebrow::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 54px;
    height: 4px;
    border-bottom: 2px solid #ff5e5e;
    border-radius: 50%;
}

.saikt-pricing-strip__copy,
.saikt-pricing-strip__action {
    position: relative;
    z-index: 2;
}

.saikt-pricing-strip__card-circle-1 {
    position: absolute;
    right: -80px;
    bottom: -80px;
    width: 320px;
    height: 320px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 50%;
    pointer-events: none;
    z-index: 1;
}

.saikt-pricing-strip__card-circle-2 {
    position: absolute;
    right: 20px;
    bottom: -10px;
    width: 220px;
    height: 220px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    pointer-events: none;
    z-index: 1;
}

.saikt-pricing-strip__card-dots {
    position: absolute;
    top: 30px;
    right: 60px;
    width: 80px;
    height: 48px;
    background-image: radial-gradient(rgba(255, 255, 255, 0.22) 1.5px, transparent 1.5px);
    background-size: 16px 16px;
    opacity: 0.8;
    pointer-events: none;
    z-index: 1;
}

.saikt-pricing-strip__card h2 {
    margin: 0 0 24px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 36px;
    line-height: 1.12;
    font-weight: 800;
    letter-spacing: 0;
}

.saikt-pricing-strip__plans {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.saikt-pricing-plan {
    min-width: 0;
    padding: 18px 18px 16px;
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 8px;
    background: rgba(0, 32, 69, .2);
}

.saikt-pricing-plan__head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
    color: #fff;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 700;
}

.saikt-pricing-plan__head i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(255, 94, 94, .55);
    border-radius: 50%;
    color: #ff6969;
    font-size: 20px;
}

.saikt-pricing-plan p {
    margin: 0 0 12px;
    color: rgba(255, 255, 255, .78);
    font-size: 13px;
    line-height: 1.35;
}

.saikt-pricing-plan strong {
    display: inline-block;
    margin-right: 8px;
    color: #ff6969;
    font-size: 34px;
    line-height: 1;
    font-weight: 800;
}

.saikt-pricing-plan > span {
    color: rgba(255, 255, 255, .88);
    font-size: 14px;
}

.saikt-pricing-strip__note {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    max-width: 760px;
    margin: 18px 0 0;
    color: rgba(255, 255, 255, .9);
    font-size: 15px;
    line-height: 1.45;
}

.saikt-pricing-strip__note i {
    flex: 0 0 auto;
    color: #73c9ff;
    font-size: 22px;
}

.saikt-pricing-strip__action {
    display: grid;
    gap: 22px;
    justify-items: stretch;
}

.saikt-pricing-strip__button {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 58px;
    border-radius: 30px !important;
    background: linear-gradient(180deg, #ff6969 0%, #ff5555 100%) !important;
    color: #fff !important;
    text-align: center;
    text-decoration: none !important;
    white-space: nowrap;
}

.saikt-pricing-strip__benefits {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.saikt-pricing-strip__benefits span {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    color: rgba(255, 255, 255, .84);
    font-size: 12px;
    line-height: 1.3;
}

.saikt-pricing-strip__benefits i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border: 1px solid rgba(115, 201, 255, 0.4);
    border-radius: 50%;
    color: #73c9ff;
    font-size: 14px;
    flex: 0 0 auto;
}

.saikt-pricing-benefit-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border: 1px solid rgba(115, 201, 255, 0.4);
    border-radius: 50%;
    color: #73c9ff;
    font-size: 13px;
    font-weight: 700;
    flex: 0 0 auto;
}

html body .course-help {
    position: static !important;
    overflow: visible !important;
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 40px 16px !important;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    min-height: 0 !important;
    height: auto !important;
}

html body .course-help:after {
    display: none !important;
    content: none !important;
}

html body .course-help__image {
    display: none !important;
}

html body .course-help-form {
    position: static !important;
    transform: none !important;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
    max-width: 700px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    background: none !important;
    box-shadow: none !important;
    border: none !important;
}

html body .course-help-form__title {
    width: 100% !important;
    max-width: 100% !important;
    text-align: center !important;
    font-size: 32px !important;
    line-height: 1.25 !important;
    font-weight: 800 !important;
    color: #10213f !important;
    margin: 0 !important;
    letter-spacing: 0 !important;
}

html body .course-help-form__description {
    width: 100% !important;
    max-width: 580px !important;
    text-align: center !important;
    font-size: 16px !important;
    line-height: 1.45 !important;
    color: #5b687f !important;
    margin: 12px auto 0 !important;
}

html body .course-help-form .main-button {
    margin-top: 0 !important;
    padding: 13px 24px !important;
    border-radius: 8px !important;
    white-space: nowrap;
    height: 48px !important;
    box-sizing: border-box !important;
}

.saikt-course-help__actions {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
    width: 100%;
}

.saikt-course-help__free-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 24px;
    border-radius: 8px;
    border: 1px solid rgba(0, 71, 137, 0.15);
    color: #5b687f;
    font-size: 16px;
    font-weight: 600;
    background: #ffffff;
    white-space: nowrap;
    height: 48px;
    box-sizing: border-box;
}

.saikt-course-help__chips i {
    color: #fff;
    font-size: 18px;
}

html body .consultation.dark {
    width: min(1260px, calc(100% - 32px)) !important;
    margin: 64px auto 32px !important;
    padding: 44px 74px !important;
    border-radius: 8px !important;
    background:
        radial-gradient(circle at 72% 18%, rgba(115, 201, 255, .18), transparent 26%),
        linear-gradient(135deg, #004789 0%, #005fac 58%, #003a73 100%) !important;
    box-shadow: 0 16px 34px rgba(0, 71, 137, .2);
}

html body .consultation.dark .consultation-desc {
    width: min(620px, 56%) !important;
}

html body .consultation.dark .consultation-desc__title {
    color: #fff;
    font-size: 36px !important;
    line-height: 1.14 !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
}

html body .consultation.dark .consultation-desc__title span {
    display: block;
}

html body .consultation.dark .consultation-desc__title-sub {
    margin-top: 0 !important;
    color: #ff6969 !important;
    font-size: 36px !important;
    line-height: 1.14 !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
}

.saikt-consultation-text {
    max-width: 520px;
    margin: 20px 0 0;
    color: rgba(255, 255, 255, .9);
    font-size: 15px;
    line-height: 1.45;
}

.saikt-consultation-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.saikt-consultation-badges span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 36px;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 18px;
    color: #fff;
    font-size: 12px;
    line-height: 1.25;
}

.saikt-consultation-badges i {
    color: #ff6969;
    font-size: 18px;
}

html body .consultation.dark .consultation-form {
    width: min(360px, 36%) !important;
}

html body .consultation.dark .main-input,
html body .consultation.dark input[type="text"],
html body .consultation.dark input[type="tel"] {
    min-height: 46px;
    border-radius: 24px !important;
}

html body .consultation.dark .main-button {
    min-height: 48px;
    border-radius: 26px !important;
    white-space: nowrap;
}

html body .saikt-parent-faq {
    width: min(1260px, calc(100% - 32px));
    margin: 58px auto 0 !important;
    padding: 0 !important;
}

.saikt-parent-faq__shell {
    padding: 42px 52px;
    border-radius: 8px;
    background: linear-gradient(180deg, #f7fbff 0%, #fff 100%);
    border: 1px solid rgba(0, 139, 210, .14);
    box-shadow: 0 12px 28px rgba(0, 71, 137, .08);
}

.saikt-parent-faq__head {
    max-width: 780px;
    margin-bottom: 20px;
}

.saikt-parent-faq__eyebrow {
    margin: 0 0 10px;
    color: #008bd2;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
}

.saikt-parent-faq .container-page__title {
    margin: 0 0 12px !important;
    padding: 0 !important;
    color: #004789;
    font-size: 36px !important;
    line-height: 1.18 !important;
    letter-spacing: 0 !important;
}

.saikt-parent-faq__head p:last-child {
    margin: 0;
    color: #28282b;
    font-size: 16px;
    line-height: 1.5;
}

.saikt-parent-faq__list {
    display: grid;
    gap: 0;
}

.saikt-parent-faq__item {
    border-top: 1px solid rgba(0, 71, 137, .14);
}

.saikt-parent-faq__item:last-child {
    border-bottom: 1px solid rgba(0, 71, 137, .14);
}

.saikt-parent-faq__item summary {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 32px;
    gap: 18px;
    align-items: center;
    min-height: 74px;
    padding: 18px 0;
    color: #10213f;
    font-size: 21px;
    line-height: 1.28;
    font-weight: 800;
    cursor: pointer;
    list-style: none;
}

.saikt-parent-faq__item summary::before {
    content: none !important;
    display: none !important;
}

.saikt-parent-faq__item summary::-webkit-details-marker {
    display: none;
}

.saikt-parent-faq__item summary::marker {
    content: "";
    font-size: 0;
}

.saikt-parent-faq__item summary i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #eef8ff;
    color: #008bd2;
    font-size: 22px;
    transition: transform .18s ease, background .18s ease, color .18s ease;
}

.saikt-parent-faq__item[open] summary i {
    transform: rotate(45deg);
    background: #ff6969;
    color: #fff;
}

.saikt-parent-faq__item p {
    max-width: 900px;
    margin: -4px 52px 24px 0;
    color: #28282b;
    font-size: 16px;
    line-height: 1.55;
}

html body #reviews {
    width: min(1260px, calc(100% - 32px));
    margin: 64px auto 0 !important;
    padding: 0 !important;
}

html body #reviews .container-page__title {
    margin: 0 0 22px !important;
    padding: 0 !important;
    color: #10213f;
    font-size: 40px !important;
    line-height: 1.15 !important;
    letter-spacing: 0 !important;
}

html body #reviews .twoGis.saikt-reviews {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 18px;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.saikt-review-rating {
    justify-self: end;
    min-width: 150px;
    min-height: 50px;
    margin-top: -70px;
    padding: 12px 16px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(0, 71, 137, .12);
}

.saikt-review-rating iframe {
    display: block;
    width: 150px;
    height: 50px;
    border: 0;
}

.saikt-review-rating__badge,
.saikt-review-rating__badge img {
    display: block;
    width: 150px;
    height: 50px;
}

.saikt-review-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

html body #reviews .review.saikt-review-card {
    position: relative;
    display: grid !important;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 16px;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 100%;
    margin: 0 !important;
    padding: 22px !important;
    border: 1px solid rgba(0, 139, 210, .12);
    border-radius: 8px !important;
    background: #fff !important;
    color: #10213f !important;
    text-decoration: none !important;
    box-shadow: 0 10px 26px rgba(0, 71, 137, .08);
    box-sizing: border-box;
}

html body #reviews .review.saikt-review-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(0, 71, 137, .12);
}

.saikt-review-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #eef8ff;
    color: #008bd2;
}

.saikt-review-card__icon i {
    font-size: 26px;
}

.saikt-review-card__body {
    min-width: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.saikt-review-card h3 {
    margin: 0 0 10px;
    color: #0064d8;
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    line-height: 1.3;
    font-weight: 800;
    letter-spacing: 0;
}

.saikt-review-card__quote {
    position: relative;
    margin: 0 0 18px;
    color: #10213f;
    font-size: 14px;
    line-height: 1.52;
    flex-grow: 1;
}

.saikt-review-card__quote:before {
    content: "“";
    margin-right: 6px;
    color: #b8dffd;
    font-size: 34px;
    line-height: 0;
    vertical-align: -10px;
}

.saikt-review-card__person {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 14px;
    border-top: 1px solid rgba(0, 71, 137, .1);
}

.saikt-review-card__person img {
    flex: 0 0 auto;
    width: 54px;
    height: 54px;
    border: 2px solid #ff6969;
    border-radius: 50%;
    object-fit: cover;
    background: #eef8ff;
}

.saikt-review-card__initials {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border: 2px solid #ff6969;
    border-radius: 50%;
    background: #eef8ff;
    color: #008bd2;
    font-size: 16px;
    line-height: 1;
    font-weight: 800;
    text-transform: uppercase;
}

.saikt-review-card__person strong,
.saikt-review-card__person span {
    display: block;
}

.saikt-review-card__person strong {
    color: #10213f;
    font-size: 13px;
    line-height: 1.35;
    font-weight: 800;
}

.saikt-review-card__person span {
    margin-top: 3px;
    color: #7e8ba2;
    font-size: 12px;
    line-height: 1.3;
}

.saikt-reviews-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    justify-self: center;
    gap: 10px;
    min-width: 280px;
    min-height: 46px;
    padding: 0 26px;
    border: 1px solid #ff6969;
    border-radius: 8px;
    color: #ff4f4f !important;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    line-height: 1;
    font-weight: 700;
    text-decoration: none !important;
}

.saikt-reviews-more i {
    font-size: 20px;
}

html body #reviews .reviews-buttons {
    display: none !important;
}

@media screen and (max-width: 1100px) {
    .saikt-pricing-strip__card {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .saikt-pricing-strip__action {
        justify-items: start;
    }

    .saikt-pricing-strip__button {
        width: min(360px, 100%);
    }

    html body .course-help-form {
        width: min(500px, 70%) !important;
        left: 46% !important;
    }

    html body .consultation.dark {
        padding: 40px 42px !important;
    }
}

@media screen and (max-width: 900px) {
    .saikt-pricing-strip__plans,
    .saikt-review-grid {
        grid-template-columns: 1fr;
    }

    .saikt-review-rating {
        justify-self: start;
        margin-top: 0;
        margin-bottom: 4px;
    }

    html body .consultation.dark {
        flex-direction: column !important;
    }

    html body .consultation.dark .consultation-desc,
    html body .consultation.dark .consultation-form {
        width: 100% !important;
    }

    html body .consultation.dark .consultation-form {
        margin-top: 28px !important;
    }
}

@media screen and (max-width: 700px) {
    html body #SEO,
    html body .saikt-pricing-strip,
    html body .saikt-parent-faq,
    html body #reviews,
    html body .course-help,
    html body .consultation.dark {
        width: calc(100% - 24px) !important;
    }

    html body #SEO .container-page__title,
    .saikt-parent-faq .container-page__title,
    html body #reviews .container-page__title {
        font-size: 28px !important;
        line-height: 1.18 !important;
    }

    .saikt-pricing-strip__card,
    .saikt-parent-faq__shell {
        padding: 28px 18px;
    }

    .saikt-pricing-strip__card h2 {
        font-size: 27px;
        line-height: 1.16;
    }

    .saikt-pricing-plan strong {
        font-size: 29px;
    }

    .saikt-pricing-strip__benefits {
        grid-template-columns: 1fr;
    }

    .saikt-pricing-strip__button {
        min-height: 50px;
        white-space: normal;
    }

    html body .course-help {
        min-height: 0 !important;
        padding: 34px 12px !important;
        margin-top: 34px !important;
    }

    html body .course-help-form {
        width: 100% !important;
        max-width: 100% !important;
        align-items: center !important;
        text-align: center !important;
    }

    html body .course-help-form__title {
        max-width: 340px !important;
        font-size: 26px !important;
        line-height: 1.18 !important;
    }

    html body .course-help-form__description {
        max-width: 330px !important;
        font-size: 15px !important;
        line-height: 1.42 !important;
        margin-top: 12px !important;
    }

    .saikt-course-help__actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        width: min(330px, 100%);
        margin-top: 22px;
    }

    html body .course-help-form .main-button,
    .saikt-course-help__free-badge {
        width: 100% !important;
        min-width: 0 !important;
        justify-content: center;
        white-space: normal;
        text-align: center;
        font-size: 15px !important;
    }

    .saikt-consultation-badges {
        justify-content: center;
    }

    .saikt-consultation-badges span {
        max-width: 100%;
    }

    html body .consultation.dark {
        padding: 30px 18px !important;
    }

    html body .consultation.dark .consultation-desc {
        text-align: left !important;
    }

    html body .consultation.dark .consultation-desc__title,
    html body .consultation.dark .consultation-desc__title-sub {
        font-size: 29px !important;
        line-height: 1.16 !important;
    }

    .saikt-parent-faq__item summary {
        min-height: 64px;
        font-size: 17px;
        line-height: 1.32;
    }

    .saikt-parent-faq__item p {
        margin-right: 0;
        font-size: 15px;
    }

    html body #reviews .review.saikt-review-card {
        grid-template-columns: 44px minmax(0, 1fr);
        gap: 12px;
        padding: 18px !important;
    }

    .saikt-review-card__icon {
        width: 42px;
        height: 42px;
    }

    .saikt-reviews-more {
        width: 100%;
        min-width: 0;
    }

    .saikt-media-card_embed .saikt-media-card__button {
        width: 100%;
        min-width: 0;
    }
}
