/* IT support page */

.it-support-hero h1 {
    max-width: 1120px;
}

.it-support-intro {
    align-items: stretch;
}

.it-support-intro .intro-copy {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.it-support-side {
    min-height: 430px;
    position: relative;
    overflow: hidden;
    padding: 40px;
    color: #fff;
    background:
        radial-gradient(circle at 82% 16%, rgba(253, 91, 3, 0.62), transparent 27%),
        radial-gradient(circle at 96% 76%, rgba(40, 223, 255, 0.34), transparent 25%),
        linear-gradient(135deg, #390894 0%, #18091d 100%);
    border-radius: 32px;
}

.it-support-side__content {
    position: relative;
    z-index: 3;
}

.it-support-side small,
.it-support-guarantee small {
    display: block;
    margin-bottom: 16px;
    color: var(--orange);
    font-size: 16px;
    font-weight: 800;
}

.it-support-process small {
    display: block;
    margin-bottom: 16px;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
}

.it-support-side p {
    width: min(520px, 76%);
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 16px;
    line-height: 1.4;
}

.it-support-orbit {
    position: absolute;
    right: 28px;
    bottom: 34px;
    z-index: 1;
    width: 170px;
    height: 170px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 50%;
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.22);
}

.it-support-orbit::before,
.it-support-orbit::after {
    position: absolute;
    inset: 24px;
    content: "";
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50%;
}

.it-support-orbit::after {
    inset: 54px;
}

.it-support-orbit span {
    position: relative;
    z-index: 2;
    width: 66px;
    height: 66px;
    display: grid;
    place-items: center;
    color: #fff;
    background: var(--orange);
    border-radius: 22px;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -0.05em;
}

.it-support-orbit i {
    position: absolute;
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 50%;
}

.it-support-orbit i:nth-child(2) {
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
}

.it-support-orbit i:nth-child(3) {
    right: 10%;
    top: 50%;
    background: var(--cyan);
    transform: translateY(-50%);
}

.it-support-orbit i:nth-child(4) {
    bottom: 10%;
    left: 50%;
    background: var(--violet);
    transform: translateX(-50%);
}

.it-support-orbit i:nth-child(5) {
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
}

.it-support-benefits {
    width: var(--container);
    margin: 88px auto 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.it-support-benefits article {
    min-height: 300px;
    display: flex;
    flex-direction: column;
    padding: 28px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 22px;
    transition: color .25s ease, background .25s ease, border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.it-support-benefits article:hover {
    color: #fff;
    background:
        radial-gradient(circle at 72% 18%, rgba(253, 91, 3, 0.72), transparent 28%),
        linear-gradient(135deg, #390894 0%, #18091d 100%);
    border-color: transparent;
    box-shadow: 0 24px 48px rgba(127, 10, 173, .18);
    transform: translateY(-2px);
}

.it-support-benefits small {
    color: var(--orange);
    font-size: 16px;
    font-weight: 800;
}

.it-support-benefits h2 {
    margin: auto 0 16px;
    font-size: 28px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -0.04em;
}

.it-support-benefits p {
    margin: 0;
    color: var(--grey);
    font-size: 17px;
    line-height: 1.35;
}

.it-support-benefits article:hover small,
.it-support-benefits article:hover p {
    color: rgba(255, 255, 255, 0.82);
}

.it-support-services {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 92px;
}

.it-support-service-card {
    min-height: 460px;
    display: flex;
    flex-direction: column;
    padding: 32px;
    color: var(--black);
    background: #fff;
    border: 1px solid #F0ECF2;
    border-radius: 32px;
    transition: color .25s ease, background .25s ease, border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.it-support-service-card.is-featured,
.it-support-service-card:hover {
    color: #fff;
    background:
        radial-gradient(circle at 82% 12%, rgba(253, 91, 3, 0.78), transparent 28%),
        linear-gradient(135deg, #390894 0%, #18091d 100%);
    border-color: transparent;
    box-shadow: 0 24px 48px rgba(127, 10, 173, .18);
    transform: translateY(-2px);
}

.it-support-service-card small {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--grey);
    font-size: 14px;
    font-weight: 500;
}

.it-support-service-card small::before {
    width: 6px;
    height: 6px;
    content: "";
    background: var(--orange);
    border-radius: 50%;
}

.it-support-service-card h3 {
    margin: 44px 0 16px;
    font-size: 32px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.05em;
}

.it-support-service-card p {
    margin: 0 0 24px;
    color: var(--grey);
    font-size: 16px;
    line-height: 1.4;
}

.it-support-service-card ul {
    display: grid;
    gap: 10px;
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
}

.it-support-service-card li {
    position: relative;
    padding-left: 18px;
    color: var(--grey);
    font-size: 15px;
    line-height: 1.35;
}

.it-support-service-card li::before {
    position: absolute;
    top: 9px;
    left: 0;
    width: 6px;
    height: 6px;
    content: "";
    background: var(--orange);
    border-radius: 50%;
}

.it-support-service-card.is-featured small,
.it-support-service-card.is-featured p,
.it-support-service-card.is-featured li,
.it-support-service-card:hover small,
.it-support-service-card:hover p,
.it-support-service-card:hover li {
    color: rgba(255, 255, 255, 0.82);
}

.it-support-process {
    width: var(--wide);
    margin: 112px auto 0;
    padding: 80px;
    color: #fff;
    background: var(--brand-gradient-panel);
    border-radius: 32px;
    display: grid;
    grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
    gap: 80px;
}

.it-support-process__left h2 {
    max-width: 620px;
    margin: 0;
    color: #fff;
    font-size: 54px;
    line-height: 0.96;
    font-weight: 700;
    letter-spacing: -0.06em;
}

.it-support-process__left p {
    max-width: 580px;
    margin: 28px 0 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 20px;
    line-height: 1.35;
}

.it-support-process__list {
    display: grid;
    gap: 12px;
}

.it-support-process__list article {
    display: grid;
    grid-template-columns: 56px 1fr;
    column-gap: 20px;
    row-gap: 8px;
    padding: 24px;
    background: rgba(24, 9, 29, 0.42);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 22px;
}

.it-support-process__list span {
    grid-row: 1 / 3;
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    color: #fff;
    background: linear-gradient(135deg, #7411a8, #fd5b03);
    border-radius: 14px;
    font-size: 14px;
    font-weight: 800;
}

.it-support-process__list h3 {
    margin: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
}

.it-support-process__list p {
    margin: 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: 18px;
    line-height: 1.4;
}

.it-support-price-section {
    width: var(--wide);
    margin: 92px auto 0;
    padding: 72px 80px 80px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 32px;
    background: var(--brand-gradient-panel);
    box-shadow: 0 28px 70px rgba(57, 8, 148, 0.18);
    overflow: hidden;
}

.it-support-price-section__head {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 64px;
    align-items: end;
}

.it-support-price-section__head h2 {
    max-width: 650px;
    margin: 0;
    color: #fff;
    font-size: 54px;
    font-weight: 700;
    line-height: 0.96;
    letter-spacing: -0.06em;
}

.it-support-price-section__head p {
    max-width: 680px;
    margin: 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: 20px;
    line-height: 1.4;
}

.it-support-price-table {
    margin-top: 44px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: #fff;
    box-shadow: 0 24px 56px rgba(24, 9, 29, 0.2);
    overflow-x: auto;
}

.it-support-price-table table {
    width: 100%;
    min-width: 960px;
    border-collapse: collapse;
}

.it-support-price-table th,
.it-support-price-table td {
    padding: 20px;
    border-right: 1px solid rgba(127, 117, 130, 0.14);
    border-bottom: 1px solid rgba(127, 117, 130, 0.14);
    color: var(--black);
    background: #fff;
    text-align: left;
    vertical-align: top;
    font-size: 17px;
    line-height: 1.4;
}

.it-support-price-table th {
    color: #390894;
    background: #f7f2ff;
    font-size: 18px;
    font-weight: 800;
}

.it-support-price-table th:first-child,
.it-support-price-table td:first-child {
    width: 50%;
}

.it-support-price-table th:last-child,
.it-support-price-table td:last-child {
    border-right: 0;
}

.it-support-price-table tr:last-child td {
    border-bottom: 0;
}

.it-support-price-table tbody tr:hover td {
    background: #fcfaff;
}

.it-support-price-table td:nth-child(3) {
    color: var(--violet);
    font-weight: 800;
    white-space: nowrap;
}

.it-support-guarantee {
    width: var(--wide);
    margin: 92px auto 0;
    padding: 80px;
    border-radius: 32px;
    background: #fff;
    display: grid;
    grid-template-columns: 500px 1fr;
    gap: 96px;
    align-items: start;
}

.it-support-guarantee h2 {
    margin: 0;
    color: var(--black);
    font-size: 54px;
    line-height: 0.96;
    font-weight: 700;
    letter-spacing: -0.06em;
}

.it-support-guarantee__list {
    display: grid;
    gap: 12px;
}

.it-support-guarantee__list p {
    position: relative;
    margin: 0;
    padding: 24px 28px 24px 58px;
    color: var(--black);
    background: #f7f7f7;
    border: 1px solid var(--line);
    border-radius: 18px;
    font-size: 18px;
    line-height: 1.35;
}

.it-support-guarantee__list p::before {
    position: absolute;
    left: 28px;
    top: 30px;
    width: 8px;
    height: 8px;
    content: "";
    background: var(--orange);
    border-radius: 50%;
}

@media (max-width: 1279px) {
    .it-support-side {
        min-height: 360px;
    }

    .it-support-side p {
        width: 72%;
    }

    .it-support-benefits {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: 64px;
    }

    .it-support-services {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .it-support-process,
    .it-support-guarantee {
        width: var(--container);
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 48px;
    }

    .it-support-process__left h2,
    .it-support-guarantee h2 {
        font-size: 42px;
    }

    .it-support-process__left p {
        font-size: 19px;
    }

    .it-support-price-section {
        width: var(--container);
        padding: 48px;
    }

    .it-support-price-section__head {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .it-support-price-section__head h2 {
        font-size: 42px;
    }
}

@media (max-width: 767px) {
    .it-support-side {
        min-height: 430px;
        padding: 26px 22px;
        border-radius: 24px;
    }

    .it-support-side p {
        width: 100%;
    }

    .it-support-orbit {
        right: 18px;
        bottom: 22px;
        width: 124px;
        height: 124px;
    }

    .it-support-orbit::before {
        inset: 18px;
    }

    .it-support-orbit::after {
        inset: 40px;
    }

    .it-support-orbit span {
        width: 48px;
        height: 48px;
        border-radius: 16px;
        font-size: 18px;
    }

    .it-support-orbit i {
        width: 10px;
        height: 10px;
    }

    .it-support-benefits {
        width: var(--container);
        grid-template-columns: 1fr;
        gap: 12px;
        margin-top: 56px;
    }

    .it-support-benefits article {
        min-height: 220px;
        padding: 22px;
        border-radius: 18px;
    }

    .it-support-benefits h2 {
        font-size: 24px;
    }

    .it-support-benefits p {
        font-size: 15px;
    }

    .it-support-services {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-top: 36px;
    }

    .it-support-service-card {
        min-height: 0;
        padding: 22px;
        border-radius: 18px;
    }

    .it-support-service-card h3 {
        margin-top: 62px;
        font-size: 26px;
    }

    .it-support-service-card li {
        font-size: 16px;
    }

    .it-support-process,
    .it-support-guarantee {
        width: var(--container);
        margin-top: 56px;
        padding: 28px 20px;
        border-radius: 22px;
    }

    .it-support-process__left h2,
    .it-support-guarantee h2 {
        font-size: 32px;
    }

    .it-support-process__left p {
        font-size: 16px;
    }

    .it-support-process__list article {
        grid-template-columns: 44px 1fr;
        gap: 10px 14px;
        padding: 20px;
        border-radius: 18px;
    }

    .it-support-process__list span {
        width: 36px;
        height: 36px;
        border-radius: 12px;
        font-size: 12px;
    }

    .it-support-process__list h3 {
        font-size: 20px;
    }

    .it-support-process__list p {
        font-size: 14px;
    }

    .it-support-price-section {
        width: var(--container);
        margin-top: 56px;
        padding: 28px 20px 32px;
        border-radius: 22px;
    }

    .it-support-price-section__head h2 {
        font-size: 32px;
    }

    .it-support-price-section__head p {
        font-size: 16px;
    }

    .it-support-price-table {
        margin: 28px -8px 0;
        border-radius: 18px;
    }

    .it-support-price-table table {
        min-width: 760px;
    }

    .it-support-price-table th,
    .it-support-price-table td {
        padding: 20px;
        font-size: 16px;
    }

    .it-support-guarantee__list p {
        padding: 20px 20px 20px 44px;
        font-size: 15px;
    }

    .it-support-guarantee__list p::before {
        left: 22px;
        top: 26px;
    }

}
