.content_width_full > h1.center {
    display: none;
}

/*
 * The shared ecosystem include loads its own stylesheet after this file. That
 * stylesheet contains a global `.section > .container` rule intended for its
 * original page and otherwise removes the Bitrix template container here.
 * This stylesheet is connected only on the current page, so restoring the
 * template selector itself is safer than relying on the exact Bitrix nesting.
 * `!important` is required because the include stylesheet is loaded later.
 */
.section > .container {
    width: 100% !important;
    max-width: 100% !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    overflow-x: visible !important;
}

@media (min-width: 576px) {
    .section > .container {
        max-width: 540px !important;
    }
}

@media (min-width: 768px) {
    .section > .container {
        max-width: 720px !important;
    }
}

.embed-responsive {
    border-radius: 10px;
    margin-top: 36px;
}

@media (min-width: 992px) {
    .section > .container {
        max-width: 960px !important;
    }
}

@media (min-width: 1200px) {
    .section > .container {
        max-width: 1140px !important;
    }
}

/*
 * Hero deliberately uses the viewport width while the page itself lives inside
 * the template container. Viewport units include the scrollbar gutter, so the
 * resulting few surplus pixels must not create document-level scrolling.
 */
html,
body {
    overflow-x: hidden;
}

@supports (overflow: clip) {
    html,
    body {
        overflow-x: clip;
    }
}

.site-jkh {
    color: #263238;
    font-family: Roboto, Arial, sans-serif;
}

.site-jkh-hero {
    position: relative;
    width: 100vw;
    height: 521px;
    margin-left: calc(50% - 50vw);
    overflow: hidden;
    border-radius: 10px;
    background: url('./img/hero-background.png') center center / cover no-repeat;
}

.site-jkh-hero__container {
    position: relative;
    height: 100%;
}

.site-jkh-hero__content {
    position: relative;
    z-index: 3;
    width: 814px;
    padding-top: 126px;
    padding-left: 47px;
}

.site-jkh-hero__title {
    position: relative;
    z-index: 5;
    display: block !important;
    min-height: 90px;
    width: 100%;
    margin: 0;
    color: #263238;
    font-size: 36px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0;
    text-align: left;
}

.site-jkh-hero__title span {
    color: #009c4d;
}

.site-jkh-hero__description {
    width: 661px;
    margin: 23px 0 0;
    color: #263238;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.55;
}

.site-jkh-hero__actions {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 24px;
}

.site-jkh-hero__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    padding: 0 30px;
    border-radius: 10px;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    white-space: nowrap;
    cursor: pointer;
    transition: background-color .2s ease;
}

.site-jkh-hero__button:hover,
.site-jkh-hero__button:focus {
    color: #fff;
}

.site-jkh-hero__button_primary {
    gap: 10px;
    background: #009c4d;
}

.site-jkh-hero__button_primary:hover,
.site-jkh-hero__button_primary:focus {
    background: #007f3f;
}

.site-jkh-hero__button_primary img {
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
}

.site-jkh-hero__button_secondary {
    background: #3c6b9b;
}

.site-jkh-hero__button_secondary:hover,
.site-jkh-hero__button_secondary:focus {
    background: #31587f;
}

.site-jkh-hero__laptop {
    position: absolute;
    z-index: 2;
    top: 50px;
    left: 524px;
    width: 624px;
    height: 440px;
    overflow: hidden;
    pointer-events: none;
}

.site-jkh-hero__laptop img {
    position: absolute;
    top: 0;
    left: -34px;
    width: 783px;
    max-width: none;
    height: 440px;
}

.site-jkh-hero__badge {
    position: absolute;
    z-index: 4;
    top: 396px;
    left: 858px;
    display: flex;
    align-items: center;
    gap: 16px;
    width: 312px;
    min-height: 92px;
    padding: 20px;
    border: 2px solid rgba(255, 255, 255, .5);
    border-radius: 10px;
    background: linear-gradient(169deg, rgba(255, 255, 255, .315) 6%, rgba(255, 255, 255, .035) 90%);
    box-shadow: 0 1px 15px rgba(0, 122, 255, .1);
    backdrop-filter: blur(25px);
}

.site-jkh-hero__badge img {
    flex: 0 0 98px;
    width: 98px;
    height: 44px;
    object-fit: cover;
}

.site-jkh-hero__badge span {
    display: block;
    flex: 0 0 154px;
    width: 154px;
    color: #232323;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    white-space: nowrap;
}

.site-jkh-hero__decoration {
    position: absolute;
    z-index: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
}

.site-jkh-hero__decoration_center {
    top: 222px;
    left: 53.3%;
    width: 101px;
    height: 95px;
    background-image: url('./img/hero-object-center.png');
}

.site-jkh-hero__decoration_top {
    top: -33px;
    left: 66.5%;
    width: 109px;
    height: 102px;
    background-image: url('./img/hero-object-top.png');
    opacity: .8;
}

.site-jkh-hero__decoration_right {
    top: 122px;
    left: 82.9%;
    width: 80px;
    height: 72px;
    background-image: url('./img/hero-object-right.png');
}

.site-jkh-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 360px));
    gap: 40px;
    width: 100%;
    margin-top: 100px;
}

.site-jkh-stats__card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    height: 184px;
    padding: 30px 40px;
    border-radius: 10px;
    background: #f1f7ff;
}

.site-jkh-stats__value {
    display: block;
    margin: 0;
    color: #262626;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.55;
    white-space: nowrap;
}

.site-jkh-stats__description {
    width: 268px;
    margin: 6px 0 0;
    color: #263238;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.55;
}

.site-jkh-stats__card:nth-child(2) .site-jkh-stats__description {
    width: 245px;
}

.site-jkh-section {
    margin-top: 100px;
}

.site-jkh-heading {
    margin: 0;
    padding: 0 40px;
    color: #262626;
    font-size: 36px;
    font-weight: 500;
    line-height: 1.35;
}

.site-jkh-heading .green, .green {
    color: #009c4d;
}

.site-jkh-heading .blue, .blue {
    color: #3c6b9b;
}

.ecosystem .services-section {
    padding: 0;
}

.site-jkh-actions {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 36px;
}

.site-jkh-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 56px;
    padding: 10px 30px;
    border-radius: 10px;
    color: #fff;
    font-size: 22px;
    line-height: 30px;
    cursor: pointer;
}

.site-jkh-button:hover {
    color: #fff;
}

.site-jkh-button img {
    width: 24px;
    height: 24px;
}

.site-jkh-button_green {
    background: #009c4d;
}

.site-jkh-button_blue {
    background: #3c6b9b;
}

.site-jkh-demo__image {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 40px;
    border-radius: 10px;
}

.site-jkh-audience__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-top: 40px;
}

.site-jkh-audience__card {
    min-height: 198px;
    padding: 40px;
    border-radius: 10px;
    background: #f1f7ff;
}

.site-jkh-audience__card p {
    margin: 16px 0 0;
    color: #262626;
    font-size: 18px;
    line-height: 1.55;
}

.site-jkh-audience__icon, .site-jkh-module__icon {
    display: block;
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    object-fit: contain;
}

.site-jkh-icon {
    display: block;
    object-fit: contain;
}

.site-jkh-section-title-row {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.site-jkh-text-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: max-content;
    margin-left: 40px;
    color: #3c6b9b;
    font-size: 16px;
}

.site-jkh-features__list {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 40px;
}

.site-jkh-feature {
    min-height: 313px;
    padding: 50px;
    overflow: hidden;
    border: 1px solid #f0efeb;
    border-radius: 10px;
    background: #fff;
}

.site-jkh-feature_blue {
    background: #f1f7ff;
    border-color: transparent;
}

.site-jkh-feature_yellow {
    background: rgba(254, 242, 199, .2);
}

.site-jkh-feature h3, .site-jkh-module h3 {
    margin: 0 0 36px;
    color: #263238;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.35;
    text-wrap: nowrap;
}

.site-jkh-feature ul, .site-jkh-module ul {
    margin: 0;
    padding-left: 24px;
    color: #4d4d4d;
    font-size: 18px;
    line-height: 1.55;
}

.site-jkh-feature li + li {
    margin-top: 16px;
}

.site-jkh-feature__columns {

}

.site-jkh-feature_visual {
    display: flex;
    gap: 30px;
    align-items: start;
    padding-right: 20px;
    padding-bottom: 50px;
    position: relative;
}

.site-jkh-feature_visual img {
    display: block;
    width: auto;
    max-height: 450px;
    object-fit: contain;
    object-position: center bottom;
    position: relative;
    flex-shrink: 0;
}

.jkh-map {
    top: 34px;
    left: 4px;
}

.jkh-api {
    top: 82px;
    left: -20px;
}

.add-ticket {
    top: 53px;
    left: 20px;
    border: 1px solid #EDF1F6;
    border-radius: 10px 0px 0px 0px;
}

.site-jkh-feature_design {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 510px;
    gap: 20px;
    min-height: 457px;
    padding-right: 0;
}

.site-jkh-feature__design-image {
    align-self: end;
    display: block;
    height: 100%;
    width: auto;
    object-fit: contain;
    object-position: right bottom;
    position: absolute;
    top: 0;
    right: 0;
}

img.site-jkh-icon_arrow-blue {
    width: 16px;
    height: 14px;
    padding: 2px 0;
    flex-shrink: 0;
}

.site-jkh-features__cta {
    display: flex;
    align-items: center;
    gap: 16px;
    width: calc(100% - 6px);
    min-height: 112px;
    margin-top: 40px;
    padding: 28px 42px;
    border-radius: 10px;
    background: #009c4d;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
    color: #fff;
    font-size: 26px;
    font-weight: 400;
}

.site-jkh-features__cta:hover {
    color: #fff;
}

.site-jkh-features__cta img {
    width: 36px;
    height: 36px;
}

.site-jkh-modules__large {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-top: 40px;
}

.site-jkh-module {
    min-height: 330px;
    padding: 30px 40px;
    border: 1px solid #f0efeb;
    border-radius: 10px;
    background: #fdfdfd;
}

.site-jkh-module_blue {
    background: #f1f7ff;
    border-color: transparent;
}

.site-jkh-module__icon {
    margin-bottom: 20px;
}

.site-jkh-module h3 {
    margin-bottom: 16px;
}

.site-jkh-module ul {
    font-size: 16px;
}

.site-jkh-module > a {
    display: inline-block;
    margin-top: 20px;
    color: #3c6b9b;
    font-size: 26px;
    font-weight: 500;
    text-decoration: underline dotted;
}

.site-jkh-modules__small {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin-top: 40px;
}

.site-jkh-modules__small a {
    display: flex;
    flex-direction: column;
    gap: 20px;
    min-height: 170px;
    padding: 40px;
    border: 1px solid #f0efeb;
    border-radius: 10px;
    color: #3c6b9b;
}

.site-jkh-modules__small article:nth-child(3) {
    background: #f1f7ff;
}

.site-jkh-modules__small strong {
    color: #262626;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.55;
}

.site-jkh-pricing__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 40px;
}

.site-jkh-plan {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 881px;
    padding: 45px 40px;
    border: 1px solid rgba(60, 107, 155, .12);
    border-radius: 10px;
    position: relative;
}

.site-jkh-plan h3 {
    margin: 0;
    font-size: 36px;
    font-weight: 400;
    line-height: 1.55;
}

.site-jkh-plan_featured h3 {
    color: #009c4d;
    font-weight: 600;
}

.site-jkh-plan_featured {
    border: 1px solid rgba(227, 6, 19, 0.12);
}

.ecosystem {
    margin: 100px 0 0 0;
}

.ecosystem .feedback_text_bottom {
    display: none;
}

.site-jkh-plan__price {
    margin: 5px 0 40px;
    color: #3c6b9b;
    font-size: 28px;
    font-weight: 500;
    text-decoration: underline dotted;
}

.site-jkh-plan .site-jkh-button {
    width: 200px;
}

.site-jkh-plan ul {
    width: 100%;
    margin: 40px 0 0;
    padding: 40px 0 0;
    border-top: 1px solid #edf1f6;
    list-style: none;
}

.site-jkh-plan li {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 7px 0;
    color: #1f1f1f;
    font-size: 16px;
    line-height: 1.4;
}

.site-jkh-plan__check {
    display: block;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.site-jkh-pricing__links {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 40px;
    font-size: 16px;
}

.site-jkh-pricing__links a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: max-content;
}

.site-jkh-ecosystem__map {
    position: relative;
    height: 721px;
    margin-top: 40px;
}

.site-jkh-ecosystem__core {
    position: absolute;
    top: 132px;
    left: 288px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 373px;
    height: 373px;
    padding: 70px;
    border: 2px dashed #3c6b9b;
    border-radius: 50%;
    background: #f1f7ff;
}

.site-jkh-ecosystem__core strong, .site-jkh-ecosystem article strong {
    color: #3c6b9b;
    font-size: 36px;
    font-weight: 400;
    line-height: 1.2;
}

.site-jkh-ecosystem__core span, .site-jkh-ecosystem article span {
    margin-top: 10px;
    font-size: 20px;
    line-height: 1.55;
}

.site-jkh-ecosystem article {
    position: absolute;
    display: flex;
    flex-direction: column;
    max-width: 450px;
}

.site-jkh-ecosystem__icon {
    display: block;
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
    margin-bottom: 16px;
    object-fit: contain;
}

.site-jkh-ecosystem article:nth-of-type(1) {
    top: 20px;
    left: 0;
    width: 423px;
}

.site-jkh-ecosystem article:nth-of-type(2) {
    top: 0;
    left: 568px;
}

.site-jkh-ecosystem article:nth-of-type(3) {
    top: 252px;
    left: 687px;
}

.site-jkh-ecosystem article:nth-of-type(4) {
    top: 435px;
    left: 9px;
}

.site-jkh-ecosystem article:nth-of-type(5) {
    top: 497px;
    left: 575px;
}

.site-jkh-reviews {
    overflow: visible;
}

.site-jkh-reviews .site-jkh-heading {
    max-width: 790px;
}

.site-jkh-reviews__track {
    --reviews-shadow-space: 14px;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 564px;
    gap: 40px;
    width: calc(50vw + 50% + var(--reviews-shadow-space));
    margin: calc(40px - var(--reviews-shadow-space)) calc(var(--reviews-shadow-space) * -1) calc(var(--reviews-shadow-space) * -1);
    padding: var(--reviews-shadow-space);
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-inline: contain;
    scroll-padding-inline: var(--reviews-shadow-space);
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    touch-action: pan-x pan-y;
    cursor: grab;
    -webkit-overflow-scrolling: touch;
}

.site-jkh-reviews__track::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}

.site-jkh-reviews__track.is-dragging {
    cursor: grabbing;
    scroll-snap-type: none;
    user-select: none;
}

.site-jkh-reviews__track img {
    pointer-events: none;
    -webkit-user-drag: none;
}

.site-jkh-reviews blockquote {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 30px;
    min-height: 432px;
    margin: 0;
    padding: 38px 40px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 4px 12.5px rgba(0, 0, 0, .1);
    font-size: 20px;
    line-height: 1.55;
    scroll-snap-align: start;
    scroll-snap-stop: always;
}

.site-jkh-review__quote {
    display: block;
    flex: 0 0 19px;
    width: 23px;
    height: 19px;
    object-fit: contain;
}

.site-jkh-reviews cite {
    display: block;
    margin-top: auto;
    padding-top: 30px;
    color: #009c4d;
    font-size: 22px;
    line-height: 1.35;
}

.site-jkh-start__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 126px;
    gap: 40px;
    margin-top: 45px;
}

.site-jkh-start__grid article > a, .site-jkh-start__grid article > div {
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.site-jkh-start__grid .blue > a, .site-jkh-start__grid .blue > div  {
    color: #3c6b9b;
}

.site-jkh-start__grid article {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 28px 30px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 4px 12.5px rgba(0, 0, 0, .1);
    font-size: 22px;
    line-height: 1.55;
}

.site-jkh-start__support {
    grid-row: span 2;
    align-items: flex-end !important;
    background: #3c6b9b !important;
    color: #fff;
    font-size: 26px !important;
}

.site-jkh-start__grid .site-jkh-start__support a {
    color: #fff;
}

.site-jkh-start__wide {
    grid-column: span 2;
    font-weight: 500;
}

.site-jkh-contact {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 37px;
    margin-top: 100px;
}

.site-jkh-contact p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 34px;
    line-height: 155%;
    color: #000000;
}

.site-jkh-modules__small strong.blue-strong {
    color: rgba(60, 107, 155, 1);
}

.top-icon {
    position: absolute;
    right: 21px;
    top: -8px;
}

.site-jkh-contact .site-jkh-button {
    width: 358px;
    flex: 0 0 358px;
}

@media (max-width: 1199px) {
    .site-jkh-hero__content {
        width: 60%;
        padding-left: 20px;
    }

    .site-jkh-hero__title {
        min-height: 0;
        font-size: 32px;
    }

    .site-jkh-hero__description {
        width: 90%;
        font-size: 18px;
    }

    .site-jkh-hero__laptop {
        left: 49%;
    }

    .site-jkh-hero__badge {
        right: 20px;
        left: auto;
    }

    .site-jkh-stats {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 24px;
    }

    .site-jkh-stats__card {
        padding-right: 28px;
        padding-left: 28px;
    }

    .site-jkh-stats__value {
        font-size: 34px;
    }

    .site-jkh-stats__description,
    .site-jkh-stats__card:nth-child(2) .site-jkh-stats__description {
        width: 100%;
    }

    .site-jkh-feature_visual {
        grid-template-columns: 1fr 42%;
    }

    .site-jkh-feature_design {
        grid-template-columns: 1fr 44%;
    }

    .site-jkh-feature__design-image {
        width: 100%;
    }

    .site-jkh-feature__columns {
        gap: 35px;
    }

    .site-jkh-modules__small {
        gap: 20px;
    }

    .site-jkh-modules__small article {
        padding: 28px;
    }

    .site-jkh-plan {
        padding-right: 24px;
        padding-left: 24px;
    }

    .site-jkh-ecosystem__map {
        transform-origin: top left;
        transform: scale(.78);
        margin-bottom: -155px;
    }

    .site-jkh-reviews__track {
        grid-auto-columns: minmax(420px, calc((100% - 40px) / 2));
    }
}

@media (max-width: 767px) {

    .site-jkh-feature_visual img {
        display: none;
    }
    .site-jkh-hero {
        height: auto;
        min-height: 720px;
        border-radius: 8px;
        background-position: 58% center;
    }

    .site-jkh-hero__container {
        display: flex;
        flex-direction: column;
        padding-top: 48px;
        padding-bottom: 30px;
    }

    .site-jkh-hero__content {
        width: 100%;
        padding: 0 15px;
    }

    .site-jkh-hero__title {
        font-size: 28px;
        line-height: 1.25;
    }

    .site-jkh-hero__description {
        width: 100%;
        margin-top: 20px;
        font-size: 17px;
    }

    .site-jkh-hero__actions {
        align-items: stretch;
        flex-direction: column;
        margin-top: 24px;
    }

    .site-jkh-hero__button {
        width: 100%;
        padding: 0 18px;
        font-size: 17px;
    }

    .site-jkh-hero__laptop {
        position: relative;
        top: auto;
        left: 50%;
        width: 640px;
        height: 360px;
        margin-top: 24px;
        transform: translateX(-43%);
    }

    .site-jkh-hero__laptop img {
        left: -28px;
        width: 640px;
        height: auto;
    }

    .site-jkh-hero__badge {
        right: 15px;
        bottom: 28px;
        top: auto;
        left: auto;
        width: 278px;
        height: auto;
        min-height: 80px;
        padding: 16px;
    }

    .site-jkh-hero__badge img {
        flex-basis: 88px;
        width: 88px;
        height: auto;
    }

    .site-jkh-hero__badge span {
        flex-basis: auto;
        width: auto;
        font-size: 16px;
        line-height: 22px;
    }

    .site-jkh-stats {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-top: 60px;
    }

    .site-jkh-stats__card {
        height: auto;
        min-height: 160px;
        padding: 26px 30px;
    }

    .site-jkh-stats__value {
        font-size: 32px;
    }

    .site-jkh-stats__description {
        font-size: 17px;
    }

    .site-jkh-section {
        margin-top: 60px;
    }

    .site-jkh-heading {
        padding: 0;
        font-size: 28px;
    }

    .site-jkh-actions, .site-jkh-modules__large, .site-jkh-feature__columns, .site-jkh-feature_visual, .site-jkh-contact {
        grid-template-columns: 1fr;
        flex-direction: column;
    }

    .site-jkh-actions .site-jkh-button {
        width: 100%;
        font-size: 18px;
    }

    .site-jkh-audience__grid, .site-jkh-modules__small, .site-jkh-pricing__grid, .site-jkh-start__grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .site-jkh-audience__card {
        min-height: 0;
        padding: 28px;
    }

    .site-jkh-feature {
        min-height: 0;
        padding: 30px 24px;
    }

    .site-jkh-feature_visual {
        display: grid;
    }

    .site-jkh-feature_design {
        display: grid;
        grid-template-columns: 1fr;
    }

    .site-jkh-feature__design-image {
        display: none;
    }

    .site-jkh-feature_visual img {
        width: calc(100% + 24px);
        margin-left: auto;
    }

    .site-jkh-feature h3 {
        font-size: 23px;
        text-wrap: wrap;
    }

    .site-jkh-feature ul {
        font-size: 17px;
    }

    .site-jkh-feature__columns {
        display: grid;
        gap: 16px;
    }

    .site-jkh-features__cta {
        min-height: 80px;
        padding: 20px 24px;
        font-size: 20px;
    }

    .site-jkh-modules__large {
        display: grid;
    }

    .site-jkh-plan {
        min-height: 0;
    }

    .site-jkh-ecosystem__map {
        display: grid;
        height: auto;
        gap: 16px;
        margin-top: 30px;
        transform: none;
    }

    .site-jkh-ecosystem__core, .site-jkh-ecosystem article {
        position: static;
        width: 100% !important;
        max-width: none;
        height: auto;
        padding: 28px;
        border: 1px solid #edf1f6;
        border-radius: 10px;
    }

    .site-jkh-ecosystem__core strong, .site-jkh-ecosystem article strong {
        font-size: 25px;
    }

    .site-jkh-reviews__track {
        grid-auto-columns: 290px;
        gap: 16px;
    }

    .site-jkh-reviews blockquote {
        min-height: 500px;
        padding: 30px 25px;
        font-size: 17px;
    }

    .site-jkh-start__support, .site-jkh-start__wide {
        grid-row: auto;
        grid-column: auto;
    }

    .site-jkh-start__grid {
        grid-auto-rows: auto;
    }

    .site-jkh-start__grid article {
        min-height: 126px;
    }

    .site-jkh-contact {
        display: flex;
        align-items: stretch;
    }

    .site-jkh-contact p, .site-jkh-contact .site-jkh-button {
        width: 100%;
        flex-basis: auto;
    }

    .site-jkh-contact p {
        font-size: 28px;
    }
}

@media (max-width: 420px) {
    .site-jkh-hero {
        min-height: 750px;
    }

    .site-jkh-hero__title {
        font-size: 25px;
    }
}
