@charset "UTF-8";.comparison-versions {
    padding: clamp(1.875rem,.901rem + 4.33vw,4.688rem) 0
}

.comparison-versions__container {
    position: relative
}

.comparison-versions__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: clamp(1.875rem,1.151rem + 2.97vw,3.75rem);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.comparison-versions .table-card__title {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: clamp(1rem,.827rem + .77vw,1.5rem)
}

.comparison-versions table td,.comparison-versions table th {
    text-align: left
}

@media screen and (max-width: 1024px) {
    .comparison-versions .table-card:has(.width-1024) .tariff-name {
        display:block
    }
}

.specifics-transition {
    padding: clamp(1.875rem,.901rem + 4.33vw,4.688rem) 0
}

.specifics-transition__container {
    position: relative
}

.specifics-transition__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    row-gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1
}

.specifics-transition__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (max-width: 1279px) {
    .specifics-transition__wrapper {
        row-gap:40px
    }
}

@media (max-width: 767px) {
    .comparison-versions .table-card:has(.width-1024) .tariff-row {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .specifics-transition__wrapper {
        row-gap: 30px
    }
}

.specifics-transition__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 968px;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%
}

@media (max-width: 1279px) {
    .specifics-transition__heading {
        font-size:16px
    }
}

@media (max-width: 767px) {
    .specifics-transition__heading {
        font-size:14px
    }
}

.specifics-transition__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 130%
}

.specifics-transition__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2,1fr);
    gap: 24px
}

@media (max-width: 1279px) {
    .specifics-transition__title {
        font-size:18px
    }

    .specifics-transition__list {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 16px
    }
}

.specifics-transition__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 0 4px 25px 0 rgba(1,8,3,.08);
    box-shadow: 0 4px 25px 0 rgba(1,8,3,.08);
    border-radius: 20px;
    background: var(--color-light-blue);
    padding: 24px 34px 45px 24px;
    color: var(--color-deep-grey);
    font-weight: 400;
    font-size: 16px;
    line-height: 130%
}

@media (max-width: 1279px) {
    .specifics-transition__item {
        row-gap:16px;
        border-radius: 16px;
        padding: 20px;
        min-height: 82px
    }
}

@media (max-width: 767px) {
    .specifics-transition__title {
        font-size:16px
    }

    .specifics-transition__item {
        row-gap: 8px;
        border-radius: 10px;
        padding: 16px
    }
}

.specifics-transition__item:nth-child(5n+1),.specifics-transition__item:nth-child(6n+1) {
    background: var(--color-white)
}

.specifics-transition__item:nth-child(2n+2) {
    background: var(--color-light-grey)
}

.specifics-transition__item--title {
    font-weight: 600;
    font-size: 24px;
    line-height: 130%
}

.security-guarantees {
    padding: clamp(1.875rem,.901rem + 4.33vw,4.688rem) 0
}

.security-guarantees__container {
    position: relative
}

.security-guarantees__bg-gradient--green {
    top: -9%;
    left: 3%
}

@media (max-width: 1279px) {
    .specifics-transition__item--title {
        font-size:18px
    }

    .security-guarantees__bg-gradient--green {
        top: -5%;
        left: -21%
    }
}

@media (max-width: 767px) {
    .specifics-transition__item--title {
        font-size:16px
    }

    .specifics-transition__item--desc {
        font-size: 14px
    }

    .security-guarantees__bg-gradient--green {
        top: -5%;
        left: -81%
    }
}

.security-guarantees__bg-gradient--blue {
    top: 2%;
    left: 33%
}

.security-guarantees__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1
}

.security-guarantees__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2,1fr);
    gap: 24px
}

.security-guarantees__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-shadow: 0 4px 25px 0 rgba(1,8,3,.08);
    box-shadow: 0 4px 25px 0 rgba(1,8,3,.08);
    border-radius: 30px;
    background: var(--color-white);
    padding: 30px 40px 30px 30px;
    min-height: 199px
}

.security-guarantees__item--title {
    font-size: 24px
}

@media (max-width: 1279px) {
    .security-guarantees__bg-gradient--blue {
        top:2%;
        left: 14%
    }

    .security-guarantees__grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 16px
    }

    .security-guarantees__item {
        border-radius: 20px;
        padding: 20px;
        min-height: 120px
    }

    .security-guarantees__item--title {
        font-size: 18px
    }
}

@media (max-width: 767px) {
    .security-guarantees__bg-gradient--blue {
        top:2%;
        left: -2%
    }

    .security-guarantees__item {
        row-gap: 12px;
        border-radius: 10px;
        padding: 12px
    }

    .security-guarantees__item--title {
        font-size: 16px
    }
}

.wherefore {
    padding: clamp(1.875rem,.901rem + 4.33vw,4.688rem) 0
}

.wherefore__container {
    position: relative
}

.wherefore__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (max-width: 1279px) {
    .wherefore__inner {
        row-gap:40px
    }
}

@media (max-width: 767px) {
    .wherefore__inner {
        row-gap:30px
    }
}

.wherefore__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.wherefore__title {
    font-size: 24px
}

.wherefore__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3,1fr);
    gap: 24px
}

@media (max-width: 1279px) {
    .wherefore__title {
        font-size:18px
    }

    .wherefore__list {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 16px
    }
}

.wherefore__list[data-number-points="2"] {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2,1fr)
}

.wherefore__list[data-number-points="2"] .wherefore-item:last-child {
    background: var(--color-light-blue)
}

@media (max-width: 767px) {
    .wherefore__title {
        font-size:16px
    }

    .wherefore__list,.wherefore__list[data-number-points="2"] {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }
}

.wherefore__list[data-number-points="4"] {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4,1fr)
}

@media (max-width: 1279px) {
    .wherefore__list[data-number-points="4"] {
        -ms-grid-columns:(1fr)[2];
        grid-template-columns: repeat(2,1fr)
    }
}

@media (max-width: 767px) {
    .wherefore__list[data-number-points="4"] {
        -ms-grid-columns:1fr;
        grid-template-columns: 1fr
    }
}

.wherefore-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-shadow: 0 4px 25px 0 rgba(1,8,3,.08);
    box-shadow: 0 4px 25px 0 rgba(1,8,3,.08);
    background: var(--color-light-blue);
    padding: 24px 18px 24px 24px;
    min-height: 150px;
    font-size: 16px
}

@media (max-width: 1279px) {
    .wherefore-item {
        row-gap:12px;
        padding: 20px;
        min-height: 100px;
        font-size: 14px
    }
}

.wherefore-item:nth-child(2n+2) {
    background: var(--color-light-grey)
}

.wherefore-item:nth-child(5n+1),.wherefore-item:nth-child(6n+1) {
    background: var(--color-white)
}

.wherefore-item--title,.wherefore-item__title {
    font-size: 18px
}

.crm-related {
    padding: clamp(1.875rem,.901rem + 4.33vw,4.688rem) 0
}

.crm-related .crm-related__list {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(310px,1fr));
    gap: clamp(1rem,.25rem + 1.56vw,1.5rem);
    list-style: none
}

.crm-related .crm-related__list:not(:has(>li:nth-child(4))) {
    grid-template-columns: repeat(auto-fill,minmax(clamp(18.125rem,11.82rem + 9.85vw,20.625rem),1fr))
}

@media (max-width: 1023px) {
    .crm-related .crm-related__list:not(:has(>li:nth-child(4))) {
        -ms-grid-columns:1fr 1.7fr 1.7fr 1fr;
        grid-template-columns: 1fr 1.7fr 1.7fr 1fr;
        gap: 16px
    }

    .crm-related .crm-related__list:not(:has(>li:nth-child(4)))>li {
        -ms-grid-column-span: 2;
        grid-column: span 2
    }
}

@media (max-width: 1023px) and (max-width:640px) {
    .crm-related .crm-related__list:not(:has(>li:nth-child(4)))>li {
        grid-column:auto
    }
}

@media (max-width: 1023px) {
    .crm-related .crm-related__list:not(:has(>li:nth-child(4)))>li:nth-child(3) {
        -ms-grid-column:2;
        -ms-grid-column-span: 2;
        grid-column: 2/4
    }
}

@media (max-width: 1023px) and (max-width:640px) {
    .crm-related .crm-related__list:not(:has(>li:nth-child(4)))>li:nth-child(3) {
        grid-column:auto
    }
}

@media (max-width: 640px) {
    .crm-related .crm-related__list:not(:has(>li:nth-child(4))) {
        -ms-grid-columns:1fr;
        grid-template-columns: 1fr
    }
}

.crm-related .crm-related-card {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    row-gap: 24px;
    -webkit-transition: -webkit-transform var(--transition);
    transition: -webkit-transform var(--transition);
    transition: transform var(--transition);
    transition: transform var(--transition),-webkit-transform var(--transition);
    -webkit-box-shadow: 0 4px 25px 0 rgba(1,8,3,.08);
    box-shadow: 0 4px 25px 0 rgba(1,8,3,.08);
    border-radius: 16px;
    background: var(--color-white);
    padding: 23px 14px;
    height: 100%
}

.crm-related .crm-related-card:hover {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px)
}

.crm-related .crm-related-card__icon {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 90px;
    height: 90px
}

.crm-related .crm-related-card__name {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    color: var(--color-deep-grey);
    font-weight: 600;
    font-size: 16px;
    line-height: 130%
}

.crm-related .crm-related-card__link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    -webkit-transition: color var(--transition);
    transition: color var(--transition);
    color: var(--color-grey);
    font-weight: 600;
    font-size: 16px;
    line-height: 110%
}

.crm-related .crm-related-card__link:hover {
    color: var(--color-green)
}

.technical-support {
    padding: clamp(1.875rem,.901rem + 4.33vw,4.688rem) 0
}

.technical-support__container {
    position: relative
}

.technical-support__inner {
    position: relative;
    z-index: 1
}

.technical-support__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3,1fr);
    gap: 24px
}

@media (max-width: 1024px) {
    .technical-support__list {
        -ms-grid-columns:1fr;
        grid-template-columns: 1fr
    }
}

.technical-support__item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 12px
}

.technical-support__item--icon {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1
}

.technical-support__item--title {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row-align: center;
    align-self: center
}

.technical-support__item--desc {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3
}

.tariff-cost {
    padding: clamp(1.875rem,.901rem + 4.33vw,4.688rem) 0
}

.tariff-cost__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1;
    border-radius: 30px;
    background: var(--color-light-blue);
    padding: 40px;
    color: var(--color-deep-grey)
}

@media (max-width: 1279px) {
    .wherefore-item--title,.wherefore-item__title {
        font-size:16px
    }

    .crm-related .crm-related-card {
        row-gap: 12px
    }

    .crm-related .crm-related-card__link {
        color: var(--color-green)
    }

    .tariff-cost__wrapper {
        border-radius: 20px
    }
}

@media screen and (max-width: 1024px) {
    .tariff-cost__wrapper {
        padding:20px
    }
}

.tariff-cost__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr auto;
    grid-template-columns: 1fr auto;
    gap: clamp(1.5rem,.938rem + 1.17vw,1.875rem)
}

.tariff-cost .section-head {
    margin: 0
}

@media (max-width: 767px) {
    .crm-related .crm-related-card {
        border-radius:10px
    }

    .tariff-cost__wrapper {
        border-radius: 10px;
        padding-inline:10px}

    .tariff-cost__inner {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }

    .tariff-cost .section-head {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .tariff-cost .section-head__title {
        text-align: center
    }
}

.tariff-cost .monthly-fee {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row-align: end;
    align-self: end;
    border-radius: 30px;
    background: var(--color-white);
    padding: 12px 20px;
    font-weight: 600;
    font-size: clamp(1.125rem,.563rem + 1.17vw,1.5rem);
    line-height: 130%
}

@media (max-width: 767px) {
    .tariff-cost .monthly-fee {
        grid-row:auto;
        grid-column: auto;
        -ms-grid-row-align: center;
        align-self: center;
        -ms-grid-column-align: center;
        justify-self: center
    }
}

.tariff-cost__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-columns: unset;
    -moz-columns: unset;
    columns: unset;
    font-size: 16px
}

@media screen and (max-width: 1279px) {
    .tariff-cost__content {
        -ms-grid-column:1;
        -ms-grid-column-span: 2;
        grid-column: 1/3;
        font-size: 14px
    }
}

@media (max-width: 767px) {
    .tariff-cost__content {
        grid-column:auto
    }
}

.tariff-cost__content ul {
    padding-left: 1.2em;
    font-size: inherit
}

.tariff-cost__info {
    font-size: 16px
}

.tariff-cost__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    margin: 30px auto 0;
    font-weight: 600
}

@media (max-width: 767px) {
    .tariff-cost__actions {
        grid-column:auto;
        margin: 0
    }
}

.test-editorial {
    padding: clamp(1.875rem,.901rem + 4.33vw,4.688rem) 0
}

.test-editorial__container {
    position: relative
}

.test-editorial .section-head {
    margin-bottom: 40px
}

@media (max-width: 1279px) {
    .tariff-cost__info {
        font-size:14px
    }

    .test-editorial .section-head {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center
    }
}

.test-editorial__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1;
    border-radius: 30px;
    background: var(--color-light-blue);
    padding: 40px 0 40px 40px
}

@media screen and (max-width: 1279px) {
    .test-editorial__inner {
        -webkit-box-align:center;
        -ms-flex-align: center;
        align-items: center
    }
}

.test-editorial__inner:has(.test-editorial__decor) {
    padding-right: 290px
}

@media (max-width: 1279px) {
    .test-editorial__inner:has(.test-editorial__decor) {
        padding:clamp(1rem,.413rem + 2.61vw,2.5rem)
    }
}

.test-editorial__inner:has(.test-editorial__decor) .btn {
    padding-inline:20px;width: auto
}

.test-editorial__inner:has(.test-editorial__decor) .cta__consent {
    max-width: 600px
}

.test-editorial__decor {
    display: none
}

@media screen and (min-width: 1280px) {
    .test-editorial__inner:has(.test-editorial__decor) .test-editorial__form {
        -ms-grid-columns:(1fr)[3] auto;
        grid-template-columns: repeat(3,1fr) auto
    }

    .test-editorial__decor {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 268px;
        height: 268px
    }
}

.test-editorial__decor img {
    -o-object-fit: contain;
    object-fit: contain
}

.test-editorial__form {
    display: -ms-grid;
    display: grid;
    position: relative;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4,1fr);
    gap: 16px;
    z-index: 1;
    margin: 0;
    width: 100%
}

.test-editorial__form .btn {
    margin: 0;
    width: 100%
}

.test-editorial__form .cta__consent {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4
}

@media screen and (max-width: 1279px) {
    .test-editorial__form {
        -ms-grid-columns:(1fr)[2];
        grid-template-columns: repeat(2,1fr);
        gap: 16px;
        max-width: 612px
    }

    .test-editorial__form .cta__input {
        height: 50px
    }

    .test-editorial__form .cta__consent {
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1/3
    }
}

@media screen and (max-width: 767px) {
    .test-editorial__form {
        -ms-grid-columns:1fr;
        grid-template-columns: 1fr
    }

    .test-editorial__form .btn {
        -ms-grid-column-align: center;
        justify-self: center;
        margin-top: 14px;
        width: auto
    }

    .test-editorial__form .cta__consent {
        -ms-grid-column: 1;
        grid-column: 1
    }
}

.test-editorial__form .cta__consent .cta__consent-text {
    max-width: none
}

.test-editorial__form .cta__consent .cta__consent-text a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.advantages .container {
    position: relative;
    padding-block:75px}

.cases,.certificates,.cta {
    position: relative;
    z-index: 0;
    padding: clamp(1.875rem,.901rem + 4.33vw,4.688rem) 0
}

.certificates {
    -webkit-mask-image: none;
    mask-image: none
}

.certificates__bg-gradient--green {
    top: -7%;
    left: 8%;
    width: 700px;
    height: 700px
}

.certificates__bg-gradient--blue {
    top: -3%;
    left: 40%;
    width: 700px;
    height: 700px
}

.support-page--hero__bg-gradient--green {
    top: -23%;
    left: -14%
}

@media (max-width: 1279px) {
    .advantages .container {
        padding-block:50px
    }

    .support-page--hero__bg-gradient--green {
        top: 1%;
        left: -12%;
        width: 700px;
        height: 700px
    }
}

@media (max-width: 767px) {
    .advantages .container {
        padding-block:30px
    }

    .support-page--hero__bg-gradient--green {
        top: -12%;
        left: -42%;
        width: 500px;
        height: 500px
    }
}

.support-page--hero__bg-gradient--blue {
    top: 2%;
    left: 9%
}

.support-page--hero .hero__image-wrap {
    top: -6%;
    right: -4%;
    width: 900px;
    height: 900px
}

.support-page--hero .hero__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 24px;
    margin-bottom: 100px;
    text-align: left
}

@media (max-width: 1279px) {
    .support-page--hero__bg-gradient--blue {
        top:-8%;
        left: -11%;
        opacity: .7;
        width: 500px;
        height: 500px
    }

    .support-page--hero .hero__image-wrap {
        top: -4%;
        right: -90px;
        left: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: clamp(35rem,3.13rem + 66.41vw,56.25rem);
        height: clamp(35rem,3.13rem + 66.41vw,56.25rem)
    }

    .support-page--hero .hero__content {
        margin-bottom: 80px
    }

    .support-page--hero .hero__title {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        text-align: left
    }
}

@media (max-width: 767px) {
    .support-page--hero__bg-gradient--blue {
        top:3%;
        left: 9%;
        opacity: .7;
        width: 500px;
        height: 500px
    }

    .support-page--hero .hero__image-wrap {
        top: 56%;
        right: 0;
        left: 42%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 374px;
        height: 374px
    }

    .support-page--hero .hero__content {
        margin-bottom: 110px
    }
}

.support-page--hero .hero__title {
    width: 100%;
    max-width: 1005px
}

@media (max-width: 767px) {
    .support-page--hero .hero__title {
        -webkit-box-align:center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center
    }
}

.support-page--hero .hero__desc {
    width: 100%;
    max-width: 900px;
    font-size: 16px
}

@media (max-width: 1279px) {
    .support-page--hero .hero__desc {
        -webkit-box-align:start;
        -ms-flex-align: start;
        align-items: start;
        font-size: 16px;
        text-align: left
    }
}

.support-page--hero .hero__desc p {
    margin-bottom: 1em
}

.support-page--hero .hero__desc ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 6px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 1em;
    padding-left: 1.5em
}

.support-page--hero .hero__actions {
    margin-top: 60px
}

@media (max-width: 1279px) {
    .support-page--hero .hero__actions {
        margin-top:20px
    }
}

@media (max-width: 767px) {
    .support-page--hero .hero__desc {
        font-size:14px
    }

    .support-page--hero .hero__actions {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 20px auto 0
    }

    .support-page .comparsion-functionality:not(:has(.narrow)) .tariff-row {
        -ms-grid-columns: auto 1fr;
        grid-template-columns: auto 1fr
    }
}

.support-page--hero .hero__actions .btn--primary {
    min-width: 200px
}

.support-page .comparsion-functionality .comparison-versions__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: clamp(1.875rem,1.151rem + 2.97vw,3.75rem);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 768px) and (max-width:1199px) {
    .support-page .comparsion-functionality .table-card[data-table-id=table1] .accordion-arrow {
        display:none
    }

    .support-page .comparsion-functionality .table-card[data-table-id=table1] .accordion-body {
        max-height: none
    }
}

@media screen and (min-width: 1200px) {
    .support-page .comparsion-functionality .table-card:not([data-table-id=table1]) table thead {
        display:none
    }
}

.support-page .comparsion-functionality .table-card__title {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: clamp(1rem,.827rem + .77vw,1.5rem)
}

.support-page .comparsion-functionality table {
    table-layout: fixed
}

.support-page .comparsion-functionality table td:first-child,.support-page .comparsion-functionality table th:first-child {
    z-index: 2;
    width: 20%;
    color: var(--color-deep-grey);
    font-weight: 400;
    font-size: clamp(.875rem,.194rem + 1.06vw,1.125rem);
    line-height: 130%;
    text-align: left;
    text-wrap: balance
}

@media (min-width: 767px) and (max-width:1023px) {
    .support-page .comparsion-functionality table td:first-child,.support-page .comparsion-functionality table th:first-child {
        padding:0;
        width: 0;
        overflow: hidden
    }

    .support-page .comparsion-functionality table td:not(:first-of-type) {
        vertical-align: bottom;
        padding-top: 35px;
        padding-bottom: 5px
    }
}

.support-page .comparsion-functionality table th {
    border-bottom: 1px solid var(--color-ivory);
    color: var(--color-blue);
    font-weight: 600;
    font-size: clamp(.875rem,.194rem + 1.06vw,1.125rem);
    line-height: 110%;
    text-align: center
}

@media (max-width: 1279px) {
    .support-page .comparsion-functionality table th {
        border:0
    }

    .support-page .comparsion-functionality:not(:has(.narrow)) .accordion-body-inner {
        gap: 16px;
        padding-inline:0}
}

.support-page .comparsion-functionality table th .icon-check,.support-page .comparsion-functionality table th .icon-minus {
    border-radius: 4px;
    width: 60px;
    height: 30px
}

.support-page .comparsion-functionality table th .icon-check {
    background: var(--color-green)
}

.support-page .comparsion-functionality table th .icon-minus {
    background: var(--color-ivory)
}

.support-page .comparsion-functionality table td {
    color: var(--color-deep-grey);
    font-size: clamp(.875rem,.535rem + .53vw,1rem);
    line-height: 130%
}

@media (min-width: 767px) and (max-width:1023px) {
    .support-page .comparsion-functionality table td:first-child {
        padding:0;
        width: 0;
        overflow: hidden
    }

    .support-page .comparsion-functionality table tr {
        position: relative
    }

    .support-page .comparsion-functionality table .index {
        position: absolute;
        top: 10px;
        left: 0;
        font-weight: 600
    }
}

.support-page .comparsion-functionality table tbody td .text {
    display: block;
    text-align: center
}

.support-page .comparsion-functionality:not(:has(.narrow)) .accordion-header {
    border: 0
}

.support-page .comparsion-functionality:not(:has(.narrow)) .tariff-row {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start
}

.support-page .comparsion-functionality:not(:has(.narrow)) .tariff-name .icon-check,.support-page .comparsion-functionality:not(:has(.narrow)) .tariff-name .icon-minus {
    border-radius: 4px;
    width: 30px;
    height: 30px
}

.support-page .comparsion-functionality .tariff-name .icon-check {
    background: var(--color-green)
}

.support-page .comparsion-functionality .tariff-name .icon-minus {
    background: var(--color-ivory)
}

.support-page .technical-features {
    padding: clamp(1.875rem,.901rem + 4.33vw,4.688rem) 0
}

.support-page .technical-features__container {
    position: relative
}

.support-page .technical-features__bg-gradient--green {
    top: -23%;
    left: 2%
}

@media (max-width: 1279px) {
    .support-page .comparsion-functionality:not(:has(.narrow)) .tariff-value {
        -webkit-box-align:start;
        -ms-flex-align: start;
        align-items: flex-start;
        text-align: left
    }

    .support-page .comparsion-functionality:not(:has(.narrow)) .tariff-value ul {
        padding-left: 1.2em
    }

    .support-page .technical-features__bg-gradient--green {
        top: -11%;
        left: -23%
    }
}

@media (max-width: 767px) {
    .support-page .technical-features__bg-gradient--green {
        top:-1%;
        left: -47%
    }
}

.support-page .technical-features__bg-gradient--blue {
    top: -5%;
    left: 36%
}

.support-page .technical-features__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    z-index: 1
}

.support-page .technical-features__list {
    display: -ms-grid;
    display: grid;
    position: relative;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3,1fr);
    gap: 24px;
    z-index: 1
}

@media screen and (max-width: 1023px) {
    .support-page .technical-features__list {
        -ms-grid-columns:(1fr)[2];
        grid-template-columns: repeat(2,1fr);
        gap: 16px
    }
}

@media screen and (max-width: 767px) {
    .support-page .technical-features__list {
        -ms-grid-columns:1fr;
        grid-template-columns: 1fr
    }
}

.support-page .technical-features__item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    -ms-flex-line-pack: start;
    align-content: start;
    gap: clamp(.75rem,.529rem + .98vw,1rem);
    -webkit-box-shadow: 0 4px 25px 0 rgba(1,8,3,.08);
    box-shadow: 0 4px 25px 0 rgba(1,8,3,.08);
    border-radius: clamp(.625rem,-.053rem + 3.01vw,1.875rem);
    background: var(--color-white);
    padding: clamp(1rem,.864rem + .6vw,1.25rem);
    min-height: 184px;
    color: var(--color-deep-grey)
}

@media screen and (max-width: 1023px) {
    .support-page .technical-features__item {
        grid-column:auto;
        min-height: 168px
    }
}

.support-page .technical-features__item:not(:has(.technical-features__item--icon)) {
    -ms-flex-line-pack: center;
    align-content: center;
    background: var(--color-light-blue);
    padding: 40px 60px
}

@media (max-width: 1279px) {
    .support-page .technical-features__bg-gradient--blue {
        top:-5%;
        left: 20%
    }

    .support-page .technical-features__item:not(:has(.technical-features__item--icon)) {
        -ms-grid-column-span: 2;
        grid-column: span 2;
        padding: 16px 70px
    }
}

@media (max-width: 767px) {
    .support-page .technical-features__bg-gradient--blue {
        top:15%;
        left: -37%
    }

    .support-page .technical-features__item {
        min-height: 128px
    }

    .support-page .technical-features__item:not(:has(.technical-features__item--icon)) {
        grid-column: auto;
        padding: 16px 12px
    }
}

.support-page .technical-features__item--icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-row-align: center;
    align-self: center;
    width: auto;
    min-width: 40px;
    height: 40px
}

.support-page .technical-features__item--icon img {
    -o-object-fit: contain;
    object-fit: contain
}

.support-page .technical-features__item--title {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row-align: center;
    align-self: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 130%
}

.support-page .technical-features__item--desc {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    font-weight: 400;
    font-size: clamp(.875rem,.832rem + .19vw,1rem);
    line-height: 130%
}

.support-page .technical-features .system-requirements {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: clamp(1rem,.864rem + .6vw,1.25rem);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: clamp(.625rem,.286rem + 1.51vw,1.25rem)
}

.support-page .technical-features .system-requirements__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-left: 1.5em;
    font-size: clamp(1rem,.932rem + .3vw,1.125rem);
    line-height: 130%
}

.support-page .technical-features .system-requirements__list>li {
    font-weight: 400
}

.support-page .technical-features .system-requirements__list>li span {
    font-weight: 600
}

.support-page .technical-features .system-requirements__title {
    max-width: 1010px;
    color: var(--color-deep-grey);
    font-weight: 600;
    font-size: clamp(1rem,.729rem + 1.2vw,1.5rem);
    line-height: 130%
}

.support-page .administration-servers {
    padding: clamp(1.875rem,.901rem + 4.33vw,4.688rem) 0
}

.support-page .administration-servers__container {
    position: relative
}

.support-page .administration-servers__bg-gradient--green {
    top: -23%;
    left: 2%
}

@media (max-width: 1279px) {
    .support-page .administration-servers__bg-gradient--green {
        top:-11%;
        left: -23%
    }
}

@media (max-width: 767px) {
    .support-page .technical-features__item--icon {
        width:auto;
        min-width: 30px;
        height: 30px
    }

    .support-page .administration-servers__bg-gradient--green {
        top: -1%;
        left: -47%
    }
}

.support-page .administration-servers__bg-gradient--blue {
    top: -5%;
    left: 36%
}

.support-page .administration-servers__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    z-index: 1
}

.support-page .administration-servers__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 130%
}

@media (max-width: 1279px) {
    .support-page .administration-servers__bg-gradient--blue {
        top:-5%;
        left: 20%
    }

    .support-page .administration-servers__title {
        font-size: 18px
    }
}

@media (max-width: 767px) {
    .support-page .administration-servers__bg-gradient--blue {
        top:15%;
        left: -37%
    }

    .support-page .administration-servers__title {
        font-size: 16px
    }
}

.support-page .administration-servers__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2,1fr);
    gap: 24px
}

.support-page .administration-servers__item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 12px
}

.support-page .administration-servers__item--icon {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1;
    width: 60px;
    height: 60px
}

.support-page .administration-servers__item--title {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 1;
    grid-column: 1
}

.support-page .application-activation {
    padding: clamp(1.875rem,.901rem + 4.33vw,4.688rem) 0
}

.support-page .application-activation__container {
    position: relative
}

.support-page .application-activation__bg-gradient--green {
    top: -20%;
    left: 2%
}

@media (max-width: 1279px) {
    .support-page .administration-servers__grid {
        -ms-grid-columns:1fr;
        grid-template-columns: 1fr;
        gap: 16px
    }

    .support-page .administration-servers__item {
        -ms-grid-columns: auto 1fr;
        grid-template-columns: auto 1fr;
        -webkit-column-gap: 12px;
        -moz-column-gap: 12px;
        column-gap: 12px
    }

    .support-page .administration-servers__item--icon {
        width: 40px;
        height: 40px
    }

    .support-page .administration-servers__item--title {
        -ms-grid-row: 1;
        grid-row: 1;
        -ms-grid-column: 2;
        grid-column: 2;
        -ms-grid-row-align: center;
        align-self: center;
        font-size: 16px
    }

    .support-page .administration-servers__item--desc {
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1/3;
        font-size: 14px
    }

    .support-page .application-activation__bg-gradient--green {
        top: -3%;
        left: -17%;
        width: 700px;
        height: 700px
    }
}

@media (max-width: 767px) {
    .support-page .application-activation__bg-gradient--green {
        top:-4%;
        left: -86%
    }
}

.support-page .application-activation__bg-gradient--blue {
    top: -20%;
    left: 46%
}

.support-page .application-activation__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
    z-index: 1;
    max-width: 100vw
}

.support-page .application-activation__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr .5fr .5fr 1fr;
    grid-template-columns: 1fr .5fr .5fr 1fr;
    gap: 24px;
    list-style: none
}

@media (max-width: 1279px) {
    .support-page .application-activation__bg-gradient--blue {
        top:-2%;
        left: 27%;
        width: 700px;
        height: 700px
    }

    .support-page .application-activation__list {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2,1fr);
        gap: 16px
    }
}

@media (max-width: 767px) {
    .support-page .application-activation__bg-gradient--blue {
        top:28%;
        left: 1%
    }

    .support-page .application-activation__list {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }
}

.support-page .application-activation__item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr auto;
    grid-template-columns: 1fr auto;
    gap: 16px;
    -webkit-box-shadow: 0 4px 25px 0 rgba(1,8,3,.08);
    box-shadow: 0 4px 25px 0 rgba(1,8,3,.08);
    border-radius: 16px;
    background: var(--color-white);
    padding: 20px;
    color: var(--color-deep-grey)
}

.support-page .application-activation__item:nth-of-type(1),.support-page .application-activation__item:nth-of-type(2),.support-page .application-activation__item:nth-of-type(4) {
    -ms-grid-column-span: 2;
    grid-column: span 2
}

@media (max-width: 1279px) {
    .support-page .application-activation__item {
        padding:16px
    }

    .support-page .application-activation__item:nth-of-type(1),.support-page .application-activation__item:nth-of-type(2),.support-page .application-activation__item:nth-of-type(4) {
        grid-column: auto
    }

    .support-page .application-activation__item:nth-of-type(5) {
        -ms-grid-column-span: 2;
        grid-column: span 2
    }
}

@media (max-width: 767px) {
    .support-page .application-activation__item:nth-of-type(5) {
        grid-column:auto
    }
}

.support-page .application-activation__item::after {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 2;
    grid-column: 2;
    font-weight: 600;
    font-size: clamp(1rem,.804rem + .87vw,1.5rem);
    line-height: 130%
}

.support-page .application-activation__item--title {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row-align: center;
    align-self: center
}

.support-page .application-activation__item--desc {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3
}

.support-page .tariffplans-support {
    padding: clamp(1.875rem,.901rem + 4.33vw,4.688rem) 0
}

.support-page .tariffplans-support__container {
    position: relative
}

.support-page .tariffplans-support__subtitle {
    max-width: 985px;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%
}

.support-page .tariffplans-support__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.support-page .tariffplans-support .tariffplans-support-swiper {
    margin-bottom: -20px;
    margin-inline:-15px;padding-top: 6px;
    padding-bottom: 20px;
    padding-inline:15px;width: calc(100% + 30px);
    max-width: calc(100% + 30px)
}

@media (max-width: 1279px) {
    .support-page .tariffplans-support__subtitle {
        font-size:16px
    }

    .support-page .tariffplans-support .tariffplans-support-swiper {
        -webkit-mask-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),color-stop(7%,#000),color-stop(93%,#000),to(rgba(0,0,0,0)));
        -webkit-mask-image: linear-gradient(to right,rgba(0,0,0,0) 0,#000 7%,#000 93%,rgba(0,0,0,0) 100%);
        mask-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),color-stop(7%,#000),color-stop(93%,#000),to(rgba(0,0,0,0)));
        mask-image: linear-gradient(to right,rgba(0,0,0,0) 0,#000 7%,#000 93%,rgba(0,0,0,0) 100%);
        margin-inline:-45px;padding-top: 6px;
        padding-bottom: 20px;
        padding-inline:45px;width: calc(100% + 90px);
        max-width: calc(100% + 90px)
    }
}

@media (max-width: 767px) {
    .support-page .tariffplans-support__subtitle {
        font-size:14px
    }

    .support-page .tariffplans-support .tariffplans-support-swiper {
        -webkit-mask-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),color-stop(5%,#000),color-stop(95%,#000),to(rgba(0,0,0,0)));
        -webkit-mask-image: linear-gradient(to right,rgba(0,0,0,0) 0,#000 5%,#000 95%,rgba(0,0,0,0) 100%);
        mask-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),color-stop(5%,#000),color-stop(95%,#000),to(rgba(0,0,0,0)));
        mask-image: linear-gradient(to right,rgba(0,0,0,0) 0,#000 5%,#000 95%,rgba(0,0,0,0) 100%);
        margin-inline:-16px;padding-top: 6px;
        padding-bottom: 20px;
        padding-inline:16px;width: calc(100% + 32px);
        max-width: calc(100% + 32px)
    }
}

.support-page .tariffplans-support .tariffplans-support-swiper .swiper-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4,1fr);
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px
}

@media (max-width: 1439px) {
    .support-page .tariffplans-support .tariffplans-support-swiper .swiper-wrapper {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }
}

.support-page .tariffplans-support .tariffplans-support-swiper .swiper-slide {
    height: auto
}

.support-page .tariffplans-support .tariffplans-support-swiper .swiper-slide:nth-child(3n+1) .tarif-item {
    background: var(--color-white)
}

.support-page .tariffplans-support .tariffplans-support-swiper .swiper-slide:nth-child(3n+2) .tarif-item {
    background: var(--color-light-grey)
}

.support-page .tariffplans-support .tariffplans-support-swiper .swiper-slide:nth-child(3n+3) .tarif-item {
    background: var(--color-light-blue)
}

.support-page .tariffplans-support__controls {
    display: none
}

@media (max-width: 1279px) {
    .support-page .tariffplans-support__controls {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 0
    }
}

.support-page .tariffplans-support-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: static;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin: 0
}

.support-page .tariffplans-support .swiper-pagination-bullet {
    background: var(--color-ivory)
}

.support-page .tariffplans-support .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--color-green)
}

.support-page .tariffplans-support .tarif-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 15px;
    -webkit-box-shadow: 0 4px 25px 0 rgba(1,8,3,.08);
    box-shadow: 0 4px 25px 0 rgba(1,8,3,.08);
    border-radius: 30px;
    background: var(--color-white);
    padding: 30px 20px;
    width: 100%;
    height: 100%
}

.support-page .tariffplans-support .tarif-item__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    min-height: clamp(5.625rem,3.53rem + 9.31vw,8rem)
}

.support-page .tariffplans-support .tarif-item__title {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: clamp(1.25rem,1.029rem + .98vw,1.5rem);
    line-height: 130%
}

.support-page .tariffplans-support .tarif-item__duration {
    font-weight: 600;
    font-size: clamp(.875rem,.654rem + .98vw,1.125rem);
    line-height: 130%
}

.support-page .tariffplans-support .tarif-item__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    color: var(--color-deep-grey);
    font-size: clamp(.875rem,.654rem + .98vw,1.125rem);
    line-height: 130%
}

.support-page .tariffplans-support .tarif-item__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px;
    font-weight: 600
}

.support-page .tariffplans-support .tarif-item__price--old {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    color: var(--color-grey);
    font-weight: 400;
    font-size: clamp(.875rem,.764rem + .49vw,1rem);
    line-height: 130%
}

.support-page .tariffplans-support .tarif-item__price--old .old {
    text-decoration: line-through
}

.support-page .tariffplans-support .tarif-item__price--old .procent {
    border-radius: 20px;
    background: var(--color-orange);
    padding: 4px 8px;
    color: var(--color-white);
    font-weight: 600;
    font-size: clamp(.875rem,.764rem + .49vw,1rem);
    line-height: 110%;
    text-decoration: none
}

.support-page .tariffplans-support .tarif-item__price--new {
    font-weight: 600;
    font-size: clamp(1.25rem,1.029rem + .98vw,1.5rem)
}

.support-page .tariffplans-support .tarif-item__price--new span {
    font-size: .8em
}

.support-page .tariffplans-support .tarif-item__price--desc {
    color: var(--color-grey);
    font-weight: 400;
    font-size: clamp(.875rem,.764rem + .49vw,1rem);
    line-height: 130%
}

.support-page .tariffplans-support .tarif-item__hard {
    margin-top: -10px;
    min-height: 65px;
    font-weight: 400;
    font-size: 18px
}

@media (max-width: 1279px) {
    .support-page .tariffplans-support .tarif-item {
        border-radius:20px;
        padding: 20px 16px
    }

    .support-page .tariffplans-support .tarif-item__title {
        margin-bottom: 10px
    }

    .support-page .tariffplans-support .tarif-item__hard {
        min-height: 35px;
        font-size: 16px
    }
}

@media (max-width: 767px) {
    .support-page .tariffplans-support .tarif-item {
        border-radius:10px
    }

    .support-page .tariffplans-support .tarif-item__hard {
        font-size: 14px
    }
}

.support-page .tariffplans-support .tarif-item__levels {
    font-weight: 600;
    font-size: clamp(.875rem,.654rem + .98vw,1.125rem);
    line-height: 130%
}

.support-page .tariffplans-support .tarif-item .privilege__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: auto;
    list-style: none
}

.support-page .tariffplans-support .tarif-item .privilege__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    color: var(--color-deep-grey);
    font-weight: 400;
    font-size: 14px;
    line-height: 130%
}

.support-page .tariffplans-support .tarif-item .privilege__item::before {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-image: url(../img/general/price/marker.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: clamp(1.25rem,1.029rem + .98vw,1.5rem);
    height: clamp(1.25rem,1.029rem + .98vw,1.5rem);
    content: ""
}

.support-page .tariffplans-support .tarif-item__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: auto
}

.support-page .tariffplans-support .tarif-item__actions .btn--primary {
    min-width: 220px
}

.support-page .tariffplans-support .tarif-item__actions .btn--secondary {
    padding-inline:0;font-size: 16px
}

.support-page .tariffplans-support .tarif-item__actions .btn--secondary:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: var(--color-green)
}

.support-page .work-process {
    padding: clamp(1.875rem,.901rem + 4.33vw,4.688rem) 0
}

.support-page .work-process__container {
    position: relative
}

.support-page .work-process__bg-gradient--green {
    top: 2%;
    left: -3%
}

@media (max-width: 1279px) {
    .support-page .work-process__bg-gradient--green {
        top:8%;
        left: -12%;
        opacity: .7;
        width: 700px;
        height: 700px
    }
}

@media (max-width: 767px) {
    .support-page .work-process__bg-gradient--green {
        top:13%;
        left: -33%;
        width: 500px;
        height: 500px
    }
}

.support-page .work-process__bg-gradient--blue {
    top: 2%;
    left: 29%
}

.support-page .work-process__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.support-page .work-process__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3,1fr);
    gap: 24px;
    counter-reset: item
}

@media (max-width: 1279px) {
    .support-page .work-process__bg-gradient--blue {
        top:37%;
        left: 26%;
        opacity: .7;
        width: 500px;
        height: 500px
    }

    .support-page .work-process__inner {
        row-gap: 30px
    }

    .support-page .work-process__grid {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2,1fr);
        gap: 16px
    }
}

@media (max-width: 767px) {
    .support-page .work-process__bg-gradient--blue {
        top:45%;
        left: 9%;
        opacity: .7;
        width: 500px;
        height: 500px
    }

    .support-page .work-process__inner {
        row-gap: 20px
    }

    .support-page .work-process__grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }
}

.support-page .work-process__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    row-gap: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    counter-increment: item;
    -webkit-box-shadow: 0 4px 25px 0 rgba(1,8,3,.08);
    box-shadow: 0 4px 25px 0 rgba(1,8,3,.08);
    border-radius: 30px;
    background: var(--color-white);
    padding: 30px 25px 30px 30px
}

.support-page .work-process__item::after {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 0;
    background: linear-gradient(290deg,#d3e7fe 0,#d5eee1 100%);
    content: counter(item);
    font-weight: 600;
    font-size: 150px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.support-page .work-process__item--desc,.support-page .work-process__item--title {
    position: relative;
    z-index: 1
}

@media (max-width: 1279px) {
    .support-page .work-process__item {
        border-radius:20px;
        padding: 20px 25px 20px 20px;
        min-height: 150px
    }

    .support-page .work-process__item--desc {
        font-size: 14px
    }
}

.support-page .expertise {
    padding: clamp(1.875rem,.901rem + 4.33vw,4.688rem) 0
}

.support-page .expertise__container {
    position: relative
}

.support-page .expertise__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px
}

.support-page .expertise-category {
    padding-top: 10px;
    padding-bottom: 10px;
    width: calc(100% + 72px);
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    scrollbar-width: auto;
    margin: -10px -36px
}

.support-page .expertise-category::-webkit-scrollbar {
    background: #fff;
    height: 10px
}

.support-page .expertise-category::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,255,13,.5);
    box-shadow: inset 0 0 6px rgba(0,255,13,.5);
    border-radius: 10px;
    background: #dedefa
}

.support-page .expertise-category::-webkit-scrollbar-thumb {
    cursor: pointer;
    border-radius: 10px;
    background: linear-gradient(136deg,#2bac68 0,#2587f9 100%)
}

@media (max-width: 1279px) {
    .support-page .expertise-category {
        margin-right:-45px;
        margin-left: -45px;
        width: calc(100% + 90px)
    }
}

@media (max-width: 767px) {
    .support-page .work-process__item {
        border-radius:16px
    }

    .support-page .expertise-category {
        margin-right: -16px;
        margin-left: -16px;
        width: calc(100% + 32px)
    }
}

.support-page .expertise-category__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    scroll-snap-stop:always}

@media (max-width: 1439px) {
    .support-page .expertise-category {
        padding-bottom:10px
    }

    .support-page .expertise-category__wrapper {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content
    }
}

.support-page .expertise-category__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    -webkit-box-shadow: 0 4px 25px 0 rgba(1,8,3,.08);
    box-shadow: 0 4px 25px 0 rgba(1,8,3,.08);
    background: var(--color-white);
    padding: 8px 24px
}

.support-page .expertise-category__item--icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 24px;
    height: 24px
}

.support-page .expertise-category__item--mame {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%
}

.support-page .expertise-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    scrollbar-width: auto
}

.support-page .expertise-logo::-webkit-scrollbar {
    background: #fff;
    height: 10px
}

.support-page .expertise-logo::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,255,13,.5);
    box-shadow: inset 0 0 6px rgba(0,255,13,.5);
    border-radius: 10px;
    background: #dedefa
}

.support-page .expertise-logo::-webkit-scrollbar-thumb {
    cursor: pointer;
    border-radius: 10px;
    background: linear-gradient(136deg,#2bac68 0,#2587f9 100%)
}

@media (max-width: 1279px) {
    .support-page .expertise-logo {
        margin-right:-45px;
        margin-left: -45px;
        width: calc(100% + 90px);
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 10px;
        -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory
    }
}

@media (max-width: 767px) {
    .support-page .expertise-logo {
        margin-right:-16px;
        margin-left: -16px;
        width: calc(100% + 32px)
    }
}

.support-page .expertise-logo__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    gap: 24px;
    width: 100%;
    scroll-snap-stop:always}

@media (max-width: 1439px) {
    .support-page .expertise-logo__wrapper {
        -webkit-box-pack:center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 16px;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content
    }
}

.support-page .expertise-logo__item {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 10px;
    background: linear-gradient(120deg,#34ae6b 0,#2587f9 100%);
    padding: 14px;
    aspect-ratio: 2/1;
    width: 200px
}

.support-page .expertise-logo__item--img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 172px;
    height: 72px
}

.support-page .expertise-logo__item--img img,.support-page .expertise-logo__item--img svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center
}

.support-page .test-editorial {
    padding: clamp(1.875rem,.901rem + 4.33vw,4.688rem) 0
}

.support-page .test-editorial__container {
    position: relative
}

.support-page .test-editorial .section-head {
    margin-bottom: 40px
}

@media (max-width: 1279px) {
    .support-page .expertise-logo__wrapper {
        gap:16px
    }

    .support-page .test-editorial .section-head {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center
    }
}

.support-page .test-editorial__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1;
    border-radius: 30px;
    background: var(--color-light-blue);
    padding: 40px 0 40px 40px
}

@media screen and (max-width: 1279px) {
    .support-page .test-editorial__inner {
        -webkit-box-align:center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 20px
    }
}

.support-page .test-editorial__inner:has(.test-editorial__decor) {
    padding-right: 290px
}

@media (max-width: 1279px) {
    .support-page .test-editorial__inner:has(.test-editorial__decor) {
        padding:clamp(1rem,.413rem + 2.61vw,2.5rem)
    }
}

.support-page .test-editorial__inner:has(.test-editorial__decor) .btn {
    padding-inline:20px;width: auto
}

.support-page .test-editorial__inner:has(.test-editorial__decor) .cta__consent {
    max-width: 600px
}

.support-page .test-editorial__decor {
    display: none
}

@media screen and (min-width: 1280px) {
    .support-page .test-editorial__inner:has(.test-editorial__decor) .test-editorial__form {
        -ms-grid-columns:(1fr)[3] auto;
        grid-template-columns: repeat(3,1fr) auto
    }

    .support-page .test-editorial__decor {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 268px;
        height: 268px
    }
}

.support-page .test-editorial__decor img {
    -o-object-fit: contain;
    object-fit: contain
}

.support-page .test-editorial__form {
    display: -ms-grid;
    display: grid;
    position: relative;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4,1fr);
    gap: 16px;
    z-index: 1;
    margin: 0;
    width: 100%
}

.support-page .test-editorial__form .btn {
    margin: 0;
    width: 100%
}

.support-page .test-editorial__form .cta__consent {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4
}

@media screen and (max-width: 1279px) {
    .support-page .test-editorial__form {
        -ms-grid-columns:(1fr)[2];
        grid-template-columns: repeat(2,1fr);
        gap: 16px;
        max-width: 612px
    }

    .support-page .test-editorial__form .cta__input {
        height: 50px
    }

    .support-page .test-editorial__form .cta__consent {
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1/3
    }
}

@media screen and (max-width: 767px) {
    .support-page .test-editorial__form {
        -ms-grid-columns:1fr;
        grid-template-columns: 1fr
    }

    .support-page .test-editorial__form .btn {
        -ms-grid-column-align: center;
        justify-self: center;
        margin-top: 14px;
        width: auto
    }

    .support-page .test-editorial__form .cta__consent {
        -ms-grid-column: 1;
        grid-column: 1
    }
}

.support-page .test-editorial__form .cta__consent .cta__consent-text {
    max-width: none
}

.support-page .test-editorial__form .cta__consent .cta__consent-text a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.support-page .faq__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 760px auto;
    grid-template-columns: 760px auto
}

.support-page .faq__head {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    margin: 0
}

@media (max-width: 1279px) {
    .support-page .faq__inner {
        -ms-grid-columns:1fr;
        grid-template-columns: 1fr
    }

    .support-page .faq__head {
        -ms-grid-column: 1;
        grid-column: 1
    }
}

.support-page .faq__content {
    -ms-grid-column: 1;
    grid-column: 1
}

.support-page .faq__decor {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-column: 2;
    grid-column: 2
}

.support-page .advantages-gradient--green {
    top: 21%;
    left: 7%;
    width: 700px;
    height: 700px
}

.support-page .advantages-gradient--blue {
    top: 21%;
    left: 46%;
    width: 700px;
    height: 700px
}

.support-page .certificates-about {
    padding: 0 0 clamp(1.875rem,.901rem + 4.33vw,4.688rem)
}

.revision--hero__bg-gradient--green {
    top: -23%;
    left: -14%
}

@media (max-width: 1279px) {
    .revision--hero__bg-gradient--green {
        top:1%;
        left: -12%;
        width: 700px;
        height: 700px
    }
}

@media (max-width: 767px) {
    .support-page .test-editorial__inner {
        border-radius:10px
    }

    .revision--hero__bg-gradient--green {
        top: -12%;
        left: -42%;
        width: 500px;
        height: 500px
    }
}

.revision--hero__bg-gradient--blue {
    top: 2%;
    left: 9%
}

.revision--hero .hero__image-wrap {
    top: 0;
    right: -.2%;
    width: 800px;
    height: 800px
}

.revision--hero .hero__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 24px;
    margin-bottom: 100px;
    text-align: left
}

@media (max-width: 1279px) {
    .revision--hero__bg-gradient--blue {
        top:-8%;
        left: -11%;
        opacity: .7;
        width: 500px;
        height: 500px
    }

    .revision--hero .hero__image-wrap {
        top: -4%;
        right: -90px;
        left: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: clamp(35rem,12.5rem + 46.88vw,50rem);
        height: clamp(35rem,12.5rem + 46.88vw,50rem)
    }

    .revision--hero .hero__content {
        row-gap: 12px;
        margin-bottom: 80px
    }

    .revision--hero .hero__title {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        text-align: left
    }
}

@media (max-width: 767px) {
    .revision--hero__bg-gradient--blue {
        top:3%;
        left: 9%;
        opacity: .7;
        width: 500px;
        height: 500px
    }

    .revision--hero .hero__image-wrap {
        top: 0;
        right: -23%;
        width: 475px;
        height: 475px
    }

    .revision--hero .hero__inner {
        padding-top: 66px
    }

    .revision--hero .hero__content {
        row-gap: 6px;
        margin-bottom: 110px
    }
}

.revision--hero .hero__title {
    width: 100%;
    max-width: 920px
}

@media (max-width: 767px) {
    .revision--hero .hero__title {
        -webkit-box-align:center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center
    }
}

.revision--hero .hero__desc {
    width: 100%;
    max-width: 760px;
    font-size: 18px
}

@media (max-width: 1279px) {
    .revision--hero .hero__desc {
        -webkit-box-align:start;
        -ms-flex-align: start;
        align-items: start;
        font-size: 16px;
        text-align: left
    }
}

.revision--hero .hero__desc p {
    margin-bottom: 1em
}

.revision--hero .hero__desc ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 2px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 1em;
    padding-left: 1.5em
}

.revision--hero .hero__actions {
    margin-top: 60px
}

.revision--hero .hero__actions .btn--primary {
    min-width: 200px
}

.revision .advantages {
    padding: clamp(1.875rem,.901rem + 4.33vw,4.688rem) 0 0
}

.revision .certificates__bg-gradient--blue,.revision .certificates__bg-gradient--green {
    display: none
}

.revision .certificates__logos {
    gap: 24px
}

.revision .certificates__logo {
    height: 100px
}

.revision .certificates__ticker.certificates__ticker--logos {
    margin-top: 60px
}

.revision .certificates__ticker-track.certificates__ticker-track--logos {
    gap: 18px
}

.revision .problem-solving {
    padding: clamp(1.875rem,.901rem + 4.33vw,4.688rem) 0
}

.revision .problem-solving__container {
    position: relative
}

.revision .problem-solving__bg-gradient--green {
    display: none
}

@media (max-width: 1279px) {
    .revision--hero .hero__actions {
        margin-top:20px
    }

    .revision .certificates__logos {
        gap: 16px
    }

    .revision .certificates__ticker.certificates__ticker--logos {
        margin-top: 40px
    }

    .revision .certificates__ticker-track.certificates__ticker-track--logos {
        gap: 10px
    }

    .revision .problem-solving__bg-gradient--green {
        display: block;
        top: -4%;
        left: 34%;
        width: 700px;
        height: 700px
    }
}

@media (max-width: 767px) {
    .revision--hero .hero__desc {
        font-size:14px
    }

    .revision--hero .hero__actions {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 20px auto 0
    }

    .revision .certificates__ticker.certificates__ticker--logos {
        margin-top: 20px
    }

    .revision .problem-solving__bg-gradient--green {
        top: 1%;
        left: -32%
    }
}

.revision .problem-solving__bg-gradient--blue {
    display: none
}

@media (max-width: 1279px) {
    .revision .problem-solving__bg-gradient--blue {
        display:block;
        top: 2%;
        left: -11%;
        opacity: .8;
        width: 700px;
        height: 700px
    }
}

.revision .problem-solving__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    row-gap: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1;
    counter-reset: item
}

@media (max-width: 1279px) {
    .revision .problem-solving__inner {
        row-gap:40px
    }
}

@media (max-width: 767px) {
    .revision .problem-solving__bg-gradient--blue {
        top:45%;
        left: -52%
    }

    .revision .problem-solving__inner {
        row-gap: 30px
    }
}

.revision .problem-solving__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1.4fr;
    grid-template-columns: 1fr 1.4fr;
    gap: 24px;
    counter-increment: item
}

@media (max-width: 1023px) {
    .revision .problem-solving__list {
        -ms-grid-columns:1fr;
        grid-template-columns: 1fr;
        gap: 16px
    }
}

.revision .problem-solving__list .btn.mobile {
    -ms-grid-column-align: center;
    justify-self: center
}

.revision .problem-solving .problems-list>li::before {
    background-image: url(../img/general/problems.svg)
}

.revision .problem-solving__heading {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr auto;
    grid-template-columns: 1fr auto;
    -webkit-column-gap: 100px;
    -moz-column-gap: 100px;
    column-gap: 100px;
    row-gap: 16px;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3
}

@media (max-width: 1023px) {
    .revision .problem-solving__heading {
        -ms-grid-column:1;
        grid-column: 1
    }
}

.revision .problem-solving__heading .btn--primary {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row-align: end;
    align-self: end
}

.revision .problem-solving__title {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1;
    font-weight: 600;
    font-size: 24px;
    line-height: 130%
}

@media (max-width: 1279px) {
    .revision .problem-solving__title {
        font-size:18px
    }
}

@media (max-width: 767px) {
    .revision .problem-solving__heading {
        -ms-grid-columns:1fr;
        grid-template-columns: 1fr
    }

    .revision .problem-solving__heading .btn--primary {
        display: none
    }

    .revision .problem-solving__title {
        font-size: 16px
    }
}

.revision .problem-solving__title::before {
    content: counter(item) ". "
}

.revision .problem-solving__subtitle {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 1;
    grid-column: 1;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%
}

.revision .problem-solving__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-shadow: 0 4px 25px 0 rgba(1,8,3,.08);
    box-shadow: 0 4px 25px 0 rgba(1,8,3,.08);
    border-radius: 30px;
    background: var(--color-white);
    padding: 40px 30px
}

@media (max-width: 1279px) {
    .revision .problem-solving__subtitle {
        font-size:14px
    }

    .revision .problem-solving__item {
        row-gap: 16px;
        border-radius: 20px;
        padding: 20px
    }
}

@media (max-width: 767px) {
    .revision .problem-solving__item {
        row-gap:12px;
        border-radius: 10px;
        padding: 20px
    }
}

.revision .problem-solving__item.problem-solving__solving {
    -webkit-box-shadow: 0 4px 25px 0 rgba(1,8,3,.08);
    box-shadow: 0 4px 25px 0 rgba(1,8,3,.08);
    background: linear-gradient(280deg,#d3e7fe 0,#d5eee1 100%)
}

.revision .problem-solving__item--title {
    font-size: 24px
}

.revision .problem-solving__item [class*="--punkt"] {
    gap: 12px;
    font-size: 18px;
    min-height: 50.38px;
}

@media (max-width: 1279px) {
    .revision .problem-solving__item--title {
        font-size:16px
    }

    .revision .problem-solving__item [class*="--punkt"] {
        font-size: 14px
    }
}

.revision .problem-solving__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.revision .problem-solving__info--title {
    font-size: 24px
}

.revision .problem-solving__info .markers-check>li {
    gap: 12px;
    font-size: 18px
}

.revision .solve-problems {
    padding: clamp(1.875rem,.901rem + 4.33vw,4.688rem) 0
}

.revision .solve-problems__container {
    position: relative
}

.revision .solve-problems__bg-gradient--green {
    top: 4%;
    left: -2%
}

@media (max-width: 1279px) {
    .revision .problem-solving__info--title {
        font-size:16px
    }

    .revision .problem-solving__info .markers-check>li {
        font-size: 14px
    }

    .revision .solve-problems__bg-gradient--green {
        top: -4%;
        left: 24%;
        width: 700px;
        height: 700px
    }
}

@media (max-width: 767px) {
    .revision .problem-solving__info {
        row-gap:16px
    }

    .revision .solve-problems__bg-gradient--green {
        top: 3%;
        left: -15%
    }
}

.revision .solve-problems__bg-gradient--blue {
    top: 16%;
    left: 31%
}

.revision .solve-problems__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    row-gap: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1;
    counter-reset: item
}

@media (max-width: 1279px) {
    .revision .solve-problems__bg-gradient--blue {
        top:16%;
        left: -26%;
        opacity: .8;
        width: 700px;
        height: 700px
    }

    .revision .solve-problems__inner {
        row-gap: 40px
    }
}

@media (max-width: 767px) {
    .revision .solve-problems__bg-gradient--blue {
        top:35%;
        left: -80%
    }

    .revision .solve-problems__inner {
        row-gap: 30px
    }
}

.revision .solve-problems__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.revision .solve-problems__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3,1fr);
    gap: 24px
}

@media (max-width: 1279px) {
    .revision .solve-problems__list {
        -ms-grid-columns:1fr;
        grid-template-columns: 1fr;
        gap: 16px
    }

    .revision .solve-problems__list:not(:has(.solve-problems__item--icon)) {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2,1fr);
        gap: 16px
    }

    .revision .solve-problems__list:not(:has(.solve-problems__item--icon)):not(:has(.solve-problems__item:nth-child(4))) .solve-problems__item:nth-child(3) {
        -ms-grid-column-span: 2;
        grid-column: span 2
    }
}

@media (max-width: 767px) {
    .revision .solve-problems__list:not(:has(.solve-problems__item--icon)) {
        -ms-grid-columns:1fr;
        grid-template-columns: 1fr
    }

    .revision .solve-problems__list:not(:has(.solve-problems__item--icon)):not(:has(.solve-problems__item:nth-child(4))) .solve-problems__item:nth-child(3) {
        grid-column: auto
    }
}

.revision .solve-problems__list:not(:has(.solve-problems__item--icon)):not(:has(.solve-problems__item:nth-child(3))) {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2,1fr)
}

.revision .solve-problems__list:not(:has(.solve-problems__item--icon)):not(:has(.solve-problems__item:nth-child(3))) .solve-problems__item:nth-child(2) {
    background: var(--color-light-blue)
}

.revision .solve-problems__item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 16px;
    -ms-flex-line-pack: start;
    align-content: start;
    -webkit-box-shadow: 0 4px 25px 0 rgba(1,8,3,.08);
    box-shadow: 0 4px 25px 0 rgba(1,8,3,.08);
    border-radius: 20px;
    background: var(--color-white);
    padding: 20px
}

.revision .solve-problems__item:not(:has(.solve-problems__item--icon)) {
    background: var(--color-light-blue)
}

.revision .solve-problems__item:not(:has(.solve-problems__item--icon)):nth-child(5n+1),.revision .solve-problems__item:not(:has(.solve-problems__item--icon)):nth-child(6n+1) {
    background: var(--color-white)
}

.revision .solve-problems__item:not(:has(.solve-problems__item--icon)):nth-child(2n+2) {
    background: var(--color-light-grey)
}

@media (max-width: 1279px) {
    .revision .solve-problems__item {
        -ms-grid-columns:auto 1fr;
        grid-template-columns: auto 1fr;
        -webkit-column-gap: 16px;
        -moz-column-gap: 16px;
        column-gap: 16px;
        border-radius: 10px;
        padding: 16px
    }

    .revision .solve-problems__item:not(:has(.solve-problems__item--icon)) {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }

    .revision .solve-problems__item:not(:has(.solve-problems__item--icon)) .solve-problems__item--title {
        grid-row: auto;
        -ms-grid-column: 1;
        grid-column: 1
    }
}

.revision .solve-problems__item--icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1;
    margin-bottom: 8px;
    width: 40px;
    height: 40px
}

.revision .solve-problems__item--icon img,.revision .solve-problems__item--icon svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center
}

.revision .solve-problems__item--title {
    -ms-grid-column: 1;
    grid-column: 1
}

@media (max-width: 1279px) {
    .revision .solve-problems__item--icon {
        margin:0
    }

    .revision .solve-problems__item--title {
        -ms-grid-row: 1;
        grid-row: 1;
        -ms-grid-column: 2;
        grid-column: 2;
        -ms-grid-row-align: center;
        align-self: center
    }
}

.revision .solve-problems__item--desc {
    -ms-grid-column: 1;
    grid-column: 1
}

.revision .examples {
    padding: clamp(1.875rem,.901rem + 4.33vw,4.688rem) 0
}

.revision .examples__container {
    position: relative
}

.revision .examples__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.revision .examples-table td,.revision .examples-table th {
    padding-left: 0;
    text-align: left
}

.revision .application-activation {
    padding: clamp(1.875rem,.901rem + 4.33vw,4.688rem) 0
}

.revision .application-activation__container {
    position: relative
}

.revision .application-activation__bg-gradient--green {
    top: -3%;
    left: 2%
}

@media (max-width: 1279px) {
    .revision .solve-problems__item--desc {
        -ms-grid-column:1;
        -ms-grid-column-span: 2;
        grid-column: 1/3
    }

    .revision .application-activation__bg-gradient--green {
        top: -3%;
        left: -17%;
        width: 700px;
        height: 700px
    }
}

@media (max-width: 767px) {
    .revision .solve-problems__list:not(:has(.solve-problems__item--icon)):not(:has(.solve-problems__item:nth-child(3))) {
        -ms-grid-columns:1fr;
        grid-template-columns: 1fr
    }

    .revision .application-activation__bg-gradient--green {
        top: 0;
        left: -63%
    }
}

.revision .application-activation__bg-gradient--blue {
    top: -3%;
    left: 38%
}

.revision .application-activation__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
    z-index: 1;
    max-width: 100vw
}

.revision .application-activation__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3,1fr);
    gap: 24px;
    list-style: none
}

@media (max-width: 1279px) {
    .revision .application-activation__bg-gradient--blue {
        top:-2%;
        left: 27%;
        width: 700px;
        height: 700px
    }

    .revision .application-activation__list {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2,1fr);
        gap: 16px
    }
}

@media (max-width: 767px) {
    .revision .application-activation__bg-gradient--blue {
        top:28%;
        left: 1%
    }

    .revision .application-activation__list {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }
}

.revision .application-activation__item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr auto;
    grid-template-columns: 1fr auto;
    -ms-flex-line-pack: start;
    align-content: start;
    gap: 16px;
    -webkit-box-shadow: 0 4px 25px 0 rgba(1,8,3,.08);
    box-shadow: 0 4px 25px 0 rgba(1,8,3,.08);
    border-radius: 16px;
    background: var(--color-white);
    padding: 24px;
    min-height: 213px;
    color: var(--color-deep-grey)
}

@media (max-width: 1279px) {
    .revision .application-activation__item {
        padding:20px;
        min-height: 157px
    }
}

@media (max-width: 767px) {
    .revision .application-activation__item {
        padding:16px;
        min-height: 120px
    }
}

.revision .application-activation__item:nth-of-type(1),.revision .application-activation__item:nth-of-type(2),.revision .application-activation__item:nth-of-type(4) {
    grid-column: auto
}

.revision .application-activation__item::after {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 2;
    grid-column: 2;
    font-weight: 600;
    font-size: clamp(1rem,.804rem + .87vw,1.5rem);
    line-height: 130%
}

.revision .application-activation__item--title {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row-align: center;
    align-self: center
}

.revision .application-activation__item--desc {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3
}

.revision .tariffplans-support {
    padding: clamp(1.875rem,.901rem + 4.33vw,4.688rem) 0
}

.revision .tariffplans-support__container {
    position: relative
}

.revision .tariffplans-support__subtitle {
    max-width: 985px;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%
}

.revision .tariffplans-support__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.revision .tariffplans-support .tariffplans-support-swiper {
    margin-bottom: -20px;
    margin-inline:-15px;padding-top: 6px;
    padding-bottom: 20px;
    padding-inline:15px;width: calc(100% + 30px);
    max-width: calc(100% + 30px)
}

@media (max-width: 1279px) {
    .revision .tariffplans-support__subtitle {
        font-size:16px
    }

    .revision .tariffplans-support .tariffplans-support-swiper {
        -webkit-mask-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),color-stop(7%,#000),color-stop(93%,#000),to(rgba(0,0,0,0)));
        -webkit-mask-image: linear-gradient(to right,rgba(0,0,0,0) 0,#000 7%,#000 93%,rgba(0,0,0,0) 100%);
        mask-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),color-stop(7%,#000),color-stop(93%,#000),to(rgba(0,0,0,0)));
        mask-image: linear-gradient(to right,rgba(0,0,0,0) 0,#000 7%,#000 93%,rgba(0,0,0,0) 100%);
        margin-inline:-45px;padding-top: 6px;
        padding-bottom: 20px;
        padding-inline:45px;width: calc(100% + 90px);
        max-width: calc(100% + 90px)
    }
}

@media (max-width: 767px) {
    .revision .tariffplans-support__subtitle {
        font-size:14px
    }

    .revision .tariffplans-support .tariffplans-support-swiper {
        -webkit-mask-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),color-stop(5%,#000),color-stop(95%,#000),to(rgba(0,0,0,0)));
        -webkit-mask-image: linear-gradient(to right,rgba(0,0,0,0) 0,#000 5%,#000 95%,rgba(0,0,0,0) 100%);
        mask-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),color-stop(5%,#000),color-stop(95%,#000),to(rgba(0,0,0,0)));
        mask-image: linear-gradient(to right,rgba(0,0,0,0) 0,#000 5%,#000 95%,rgba(0,0,0,0) 100%);
        margin-inline:-16px;padding-top: 6px;
        padding-bottom: 20px;
        padding-inline:16px;width: calc(100% + 32px);
        max-width: calc(100% + 32px)
    }
}

.revision .tariffplans-support .tariffplans-support-swiper .swiper-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4,1fr);
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px
}

@media (max-width: 1439px) {
    .revision .tariffplans-support .tariffplans-support-swiper .swiper-wrapper {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }
}

.revision .tariffplans-support .tariffplans-support-swiper .swiper-slide {
    height: auto
}

.revision .tariffplans-support__controls {
    display: none
}

@media (max-width: 1279px) {
    .revision .tariffplans-support__controls {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 0
    }
}

.revision .tariffplans-support-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: static;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin: 0
}

.revision .tariffplans-support .tarif-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 15px;
    -webkit-box-shadow: 0 4px 25px 0 rgba(1,8,3,.08);
    box-shadow: 0 4px 25px 0 rgba(1,8,3,.08);
    border-radius: 30px;
    background: var(--color-white);
    padding: 30px 20px;
    width: 100%;
    height: 100%
}

@media (max-width: 1279px) {
    .revision .tariffplans-support .tarif-item {
        border-radius:20px;
        padding: 20px 16px
    }
}

@media (max-width: 767px) {
    .revision .tariffplans-support .tarif-item {
        border-radius:10px
    }
}

.revision .tariffplans-support .tarif-item__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    min-height: 85px
}

.revision .tariffplans-support .tarif-item__title {
    margin-bottom: 0;
    font-weight: 600;
    font-size: clamp(1.25rem,1.029rem + .98vw,1.5rem);
    line-height: 130%
}

@media (max-width: 1279px) {
    .revision .tariffplans-support .tarif-item__title {
        margin-bottom:10px
    }
}

.revision .tariffplans-support .tarif-item__duration {
    font-weight: 600;
    font-size: clamp(.875rem,.654rem + .98vw,1.125rem);
    line-height: 130%
}

.revision .tariffplans-support .tarif-item__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    margin-bottom: auto;
    color: var(--color-deep-grey);
    font-size: clamp(.875rem,.654rem + .98vw,1.125rem);
    line-height: 130%
}

.revision .tariffplans-support .tarif-item__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 20px;
    font-weight: 600
}

.revision .tariffplans-support .tarif-item__price--old {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    color: var(--color-grey);
    font-weight: 400;
    font-size: clamp(.875rem,.764rem + .49vw,1rem);
    line-height: 130%
}

.revision .tariffplans-support .tarif-item__price--old .old {
    text-decoration: line-through
}

.revision .tariffplans-support .tarif-item__price--old .procent {
    border-radius: 20px;
    background: var(--color-orange);
    padding: 4px 8px;
    color: var(--color-white);
    font-weight: 600;
    font-size: clamp(.875rem,.764rem + .49vw,1rem);
    line-height: 110%;
    text-decoration: none
}

.revision .tariffplans-support .tarif-item__price--new {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid var(--color-blue);
    border-radius: 40px;
    padding: 12px 0;
    font-weight: 600;
    font-size: clamp(1.25rem,1.029rem + .98vw,1.5rem)
}

.revision .tariffplans-support .tarif-item__price--new span {
    font-size: .8em
}

.revision .tariffplans-support .tarif-item__price--desc {
    color: var(--color-grey);
    font-weight: 400;
    font-size: clamp(.875rem,.764rem + .49vw,1rem);
    line-height: 130%
}

.revision .tariffplans-support .tarif-item__hard {
    margin-top: -10px;
    min-height: 50px;
    font-weight: 400;
    font-size: 18px
}

@media (max-width: 1279px) {
    .revision .tariffplans-support .tarif-item__hard {
        min-height:35px;
        font-size: 16px
    }
}

@media (max-width: 767px) {
    .revision .tariffplans-support .tarif-item__hard {
        font-size:14px
    }
}

.revision .tariffplans-support .tarif-item__levels {
    font-weight: 600;
    font-size: clamp(.875rem,.654rem + .98vw,1.125rem);
    line-height: 130%
}

.revision .tariffplans-support .tarif-item .privilege__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: auto;
    list-style: none
}

.revision .tariffplans-support .tarif-item .privilege__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    color: var(--color-deep-grey);
    font-weight: 400;
    font-size: 14px;
    line-height: 130%
}

.revision .tariffplans-support .tarif-item .privilege__item::before {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-image: url(../img/general/price/marker.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: clamp(1.25rem,1.029rem + .98vw,1.5rem);
    height: clamp(1.25rem,1.029rem + .98vw,1.5rem);
    content: ""
}

.revision .tariffplans-support .tarif-item__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: auto
}

.revision .tariffplans-support .tarif-item__actions .btn--primary {
    min-width: 220px
}

.revision .tariffplans-support .tarif-item__actions .btn--secondary {
    padding-inline:0;font-size: 16px
}

.revision .tariffplans-support .tarif-item__actions .btn--secondary:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: var(--color-green)
}

.revision .control {
    padding: clamp(1.875rem,.901rem + 4.33vw,4.688rem) 0
}

.revision .control__container {
    position: relative
}

.revision .control__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.revision .control__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 672px;
    grid-template-columns: 1fr 672px;
    -webkit-column-gap: 68px;
    -moz-column-gap: 68px;
    column-gap: 68px
}

@media (max-width: 1279px) {
    .revision .control__grid {
        -ms-grid-columns:1fr;
        grid-template-columns: 1fr;
        row-gap: 40px
    }
}

.revision .control__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.revision .control__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    row-gap: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.revision .control__viewport {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-inline:68px;height: 100%;
    max-height: 380px
}

.revision .control .control-image-swiper {
    border-radius: 30px;
    width: 100%;
    max-width: 536px
}

@media (max-width: 1279px) {
    .revision .control__viewport {
        margin-inline:auto;
        padding-inline:0;max-width: calc(100vw - 32px);
        max-height: 300px
    }

    .revision .control .control-image-swiper {
        max-width: 478px
    }
}

@media (max-width: 567px) {
    .revision .control .control-image-swiper {
        -webkit-mask-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(0,0,0,0)),color-stop(7%,#000),color-stop(93%,#000),to(rgba(0,0,0,0)));
        -webkit-mask-image: linear-gradient(to right,rgba(0,0,0,0) 0,#000 7%,#000 93%,rgba(0,0,0,0) 100%);
        mask-image: -webkit-gradient(linear,left top,right top,color-stop(0,rgba(0,0,0,0)),color-stop(7%,#000),color-stop(93%,#000),to(rgba(0,0,0,0)));
        mask-image: linear-gradient(to right,rgba(0,0,0,0) 0,#000 7%,#000 93%,rgba(0,0,0,0) 100%);
        margin-inline:-16px;padding-inline:16px;width: calc(100% + 32px);
        max-width: calc(100% + 32px)
    }
}

.revision .control .control-image-swiper .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 30px;
    background: #d9d9d9;
    overflow: hidden
}

.revision .control .control-image-swiper .swiper-slide:empty::after {
    content: attr(data-empty-text)
}

.revision .control .control-image__controls {
    display: none
}

@media (max-width: 1279px) {
    .revision .control .control-image__controls {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 16px;
        margin-top: 10px
    }
}

.revision .control .control-image-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px
}

.revision .control .swiper-button-next-control-image,.revision .control .swiper-button-prev-control-image {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.revision .control .swiper-button-prev-control-image {
    left: 0
}

.revision .control .swiper-button-next-control-image {
    right: 0
}

.revision .faq__head-text {
    max-width: 575px
}

.website-acceleration--hero__bg-gradient--green {
    top: -23%;
    left: -14%
}

@media (max-width: 1279px) {
    .revision .control .swiper-button-next-control-image,.revision .control .swiper-button-prev-control-image {
        display:none
    }

    .website-acceleration--hero__bg-gradient--green {
        top: 1%;
        left: -12%;
        width: 700px;
        height: 700px
    }
}

@media (max-width: 767px) {
    .website-acceleration--hero__bg-gradient--green {
        top:-12%;
        left: -42%;
        width: 500px;
        height: 500px
    }
}

.website-acceleration--hero__bg-gradient--blue {
    top: 2%;
    left: 9%
}

.website-acceleration--hero .hero__image-wrap {
    top: 0;
    right: -.2%;
    width: 800px;
    height: 800px
}

.website-acceleration--hero .hero__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 24px;
    margin-bottom: 100px;
    text-align: left
}

@media (max-width: 1279px) {
    .website-acceleration--hero__bg-gradient--blue {
        top:-8%;
        left: -11%;
        opacity: .7;
        width: 500px;
        height: 500px
    }

    .website-acceleration--hero .hero__image-wrap {
        top: -1%;
        right: 5px;
        left: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: clamp(35rem,12.5rem + 46.88vw,50rem);
        height: clamp(35rem,12.5rem + 46.88vw,50rem)
    }

    .website-acceleration--hero .hero__content {
        row-gap: 12px;
        margin-bottom: 80px
    }

    .website-acceleration--hero .hero__title {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        text-align: left
    }
}

@media (max-width: 767px) {
    .website-acceleration--hero__bg-gradient--blue {
        top:3%;
        left: 9%;
        opacity: .7;
        width: 500px;
        height: 500px
    }

    .website-acceleration--hero .hero__image-wrap {
        top: 21%;
        left: 47%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 496px;
        height: 496px
    }

    .website-acceleration--hero .hero__inner {
        padding-top: 66px
    }

    .website-acceleration--hero .hero__content {
        row-gap: 6px;
        margin-bottom: 110px
    }
}

.website-acceleration--hero .hero__title {
    width: 100%;
    max-width: 1000px
}

@media (max-width: 767px) {
    .website-acceleration--hero .hero__title {
        -webkit-box-align:center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center
    }
}

.website-acceleration--hero .hero__desc {
    width: 100%;
    max-width: 1006px;
    font-size: 18px
}

@media (max-width: 1279px) {
    .website-acceleration--hero .hero__desc {
        -webkit-box-align:start;
        -ms-flex-align: start;
        align-items: start;
        font-size: 16px;
        text-align: left
    }
}

.website-acceleration--hero .hero__desc p {
    margin-bottom: 1em
}

.website-acceleration--hero .hero__desc ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 2px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 1em;
    padding-left: 1.5em
}

.website-acceleration--hero .hero__actions {
    margin-top: 60px
}

@media (max-width: 1279px) {
    .website-acceleration--hero .hero__actions {
        margin-top:20px
    }
}

@media (max-width: 767px) {
    .website-acceleration--hero .hero__desc {
        font-size:14px
    }

    .website-acceleration--hero .hero__actions {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 20px auto 0
    }
}

.website-acceleration--hero .hero__actions .btn--primary {
    min-width: 200px
}

.website-acceleration .specifics-transition__info {
    max-width: 853px;
    color: var(--color-deep-grey);
    font-weight: 600;
    font-size: 18px;
    line-height: 130%
}

.website-acceleration .works {
    padding: clamp(1.875rem,.901rem + 4.33vw,4.688rem) 0
}

.website-acceleration .works__container {
    position: relative
}

.website-acceleration .works__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.website-acceleration .works .text-block h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 130%
}

@media (max-width: 1279px) {
    .website-acceleration .specifics-transition__info {
        font-size:16px
    }

    .website-acceleration .works .text-block {
        font-size: 14px
    }

    .website-acceleration .works .text-block h3 {
        font-size: 18px
    }
}

.website-acceleration .tariffplans-support {
    padding: clamp(1.875rem,.901rem + 4.33vw,4.688rem) 0
}

.website-acceleration .tariffplans-support__container {
    position: relative
}

.website-acceleration .tariffplans-support__subtitle {
    max-width: 985px;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%
}

@media (max-width: 1279px) {
    .website-acceleration .tariffplans-support__subtitle {
        font-size:16px
    }
}

@media (max-width: 767px) {
    .website-acceleration .works__inner {
        row-gap:24px
    }

    .website-acceleration .tariffplans-support__subtitle {
        font-size: 14px
    }
}

.website-acceleration .tariffplans-support__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.website-acceleration .tariffplans-support .tariffplans-support-swiper {
    margin-bottom: -20px;
    margin-inline:-15px;padding-top: 6px;
    padding-bottom: 20px;
    padding-inline:15px;width: calc(100% + 30px);
    max-width: calc(100% + 30px)
}

@media (max-width: 1279px) {
    .website-acceleration .tariffplans-support .tariffplans-support-swiper {
        -webkit-mask-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),color-stop(7%,#000),color-stop(93%,#000),to(rgba(0,0,0,0)));
        -webkit-mask-image: linear-gradient(to right,rgba(0,0,0,0) 0,#000 7%,#000 93%,rgba(0,0,0,0) 100%);
        mask-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),color-stop(7%,#000),color-stop(93%,#000),to(rgba(0,0,0,0)));
        mask-image: linear-gradient(to right,rgba(0,0,0,0) 0,#000 7%,#000 93%,rgba(0,0,0,0) 100%);
        margin-inline:-45px;padding-top: 6px;
        padding-bottom: 20px;
        padding-inline:45px;width: calc(100% + 90px);
        max-width: calc(100% + 90px)
    }
}

@media (max-width: 767px) {
    .website-acceleration .tariffplans-support .tariffplans-support-swiper {
        -webkit-mask-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),color-stop(5%,#000),color-stop(95%,#000),to(rgba(0,0,0,0)));
        -webkit-mask-image: linear-gradient(to right,rgba(0,0,0,0) 0,#000 5%,#000 95%,rgba(0,0,0,0) 100%);
        mask-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),color-stop(5%,#000),color-stop(95%,#000),to(rgba(0,0,0,0)));
        mask-image: linear-gradient(to right,rgba(0,0,0,0) 0,#000 5%,#000 95%,rgba(0,0,0,0) 100%);
        margin-inline:-16px;padding-top: 6px;
        padding-bottom: 20px;
        padding-inline:16px;width: calc(100% + 32px);
        max-width: calc(100% + 32px)
    }
}

.website-acceleration .tariffplans-support .tariffplans-support-swiper .swiper-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4,1fr);
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px
}

@media (max-width: 1439px) {
    .website-acceleration .tariffplans-support .tariffplans-support-swiper .swiper-wrapper {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }
}

.website-acceleration .tariffplans-support .tariffplans-support-swiper .swiper-slide {
    height: auto
}

.website-acceleration .tariffplans-support__controls {
    display: none
}

@media (max-width: 1279px) {
    .website-acceleration .tariffplans-support__controls {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 0
    }
}

.website-acceleration .tariffplans-support-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: static;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin: 0
}

.website-acceleration .tariffplans-support .tarif-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 15px;
    -webkit-box-shadow: 0 4px 25px 0 rgba(1,8,3,.08);
    box-shadow: 0 4px 25px 0 rgba(1,8,3,.08);
    border-radius: 30px;
    background: var(--color-white);
    padding: 30px 20px;
    width: 100%;
    height: 100%
}

@media (max-width: 1279px) {
    .website-acceleration .tariffplans-support .tarif-item {
        border-radius:20px;
        padding: 20px 16px
    }
}

@media (max-width: 767px) {
    .website-acceleration .tariffplans-support .tarif-item {
        border-radius:10px
    }
}

.website-acceleration .tariffplans-support .tarif-item__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    min-height: 85px
}

.website-acceleration .tariffplans-support .tarif-item__title {
    margin-bottom: 0;
    font-weight: 600;
    font-size: clamp(1.25rem,1.029rem + .98vw,1.5rem);
    line-height: 130%
}

@media (max-width: 1279px) {
    .website-acceleration .tariffplans-support .tarif-item__title {
        margin-bottom:10px
    }
}

.website-acceleration .tariffplans-support .tarif-item__duration {
    font-weight: 600;
    font-size: clamp(.875rem,.654rem + .98vw,1.125rem);
    line-height: 130%
}

.website-acceleration .tariffplans-support .tarif-item__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    margin-bottom: auto;
    color: var(--color-deep-grey);
    font-size: clamp(.875rem,.654rem + .98vw,1.125rem);
    line-height: 130%
}

.website-acceleration .tariffplans-support .tarif-item__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 20px;
    font-weight: 600
}

.website-acceleration .tariffplans-support .tarif-item__price--old {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    color: var(--color-grey);
    font-weight: 400;
    font-size: clamp(.875rem,.764rem + .49vw,1rem);
    line-height: 130%
}

.website-acceleration .tariffplans-support .tarif-item__price--old .old {
    text-decoration: line-through
}

.website-acceleration .tariffplans-support .tarif-item__price--old .procent {
    border-radius: 20px;
    background: var(--color-orange);
    padding: 4px 8px;
    color: var(--color-white);
    font-weight: 600;
    font-size: clamp(.875rem,.764rem + .49vw,1rem);
    line-height: 110%;
    text-decoration: none
}

.website-acceleration .tariffplans-support .tarif-item__price--new {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid var(--color-blue);
    border-radius: 40px;
    padding: 12px 0;
    font-weight: 600;
    font-size: clamp(1.25rem,1.029rem + .98vw,1.5rem)
}

.website-acceleration .tariffplans-support .tarif-item__price--new span {
    font-size: .8em
}

.website-acceleration .tariffplans-support .tarif-item__price--desc {
    color: var(--color-grey);
    font-weight: 400;
    font-size: clamp(.875rem,.764rem + .49vw,1rem);
    line-height: 130%
}

.website-acceleration .tariffplans-support .tarif-item__hard {
    margin-top: -10px;
    min-height: 50px;
    font-weight: 400;
    font-size: 18px
}

@media (max-width: 1279px) {
    .website-acceleration .tariffplans-support .tarif-item__hard {
        min-height:35px;
        font-size: 16px
    }
}

@media (max-width: 767px) {
    .website-acceleration .tariffplans-support .tarif-item__hard {
        font-size:14px
    }
}

.website-acceleration .tariffplans-support .tarif-item__levels {
    font-weight: 600;
    font-size: clamp(.875rem,.654rem + .98vw,1.125rem);
    line-height: 130%
}

.website-acceleration .tariffplans-support .tarif-item .privilege__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: auto;
    list-style: none
}

.website-acceleration .tariffplans-support .tarif-item .privilege__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    color: var(--color-deep-grey);
    font-weight: 400;
    font-size: 14px;
    line-height: 130%
}

.website-acceleration .tariffplans-support .tarif-item .privilege__item::before {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-image: url(../img/general/price/marker.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: clamp(1.25rem,1.029rem + .98vw,1.5rem);
    height: clamp(1.25rem,1.029rem + .98vw,1.5rem);
    content: ""
}

.website-acceleration .tariffplans-support .tarif-item__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: auto
}

.website-acceleration .tariffplans-support .tarif-item__actions .btn--primary {
    min-width: 220px
}

.website-acceleration .tariffplans-support .tarif-item__actions .btn--secondary {
    padding-inline:0;font-size: 16px
}

.website-acceleration .tariffplans-support .tarif-item__actions .btn--secondary:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: var(--color-green)
}

.website-acceleration .security-guarantees {
    padding: clamp(1.875rem,.901rem + 4.33vw,4.688rem) 0
}

.website-acceleration .security-guarantees__container {
    position: relative
}

.website-acceleration .security-guarantees__bg-gradient--green {
    top: -9%;
    left: 3%
}

@media (max-width: 1279px) {
    .website-acceleration .security-guarantees__bg-gradient--green {
        top:-5%;
        left: -21%
    }
}

@media (max-width: 767px) {
    .website-acceleration .security-guarantees__bg-gradient--green {
        top:-5%;
        left: -81%
    }
}

.website-acceleration .security-guarantees__bg-gradient--blue {
    top: 2%;
    left: 33%
}

.website-acceleration .security-guarantees__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1
}

.website-acceleration .security-guarantees__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3,1fr);
    gap: 24px
}

.website-acceleration .security-guarantees__grid[data-number-points="4"] {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2,1fr);
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    row-gap: 40px
}

@media (max-width: 1279px) {
    .website-acceleration .security-guarantees__bg-gradient--blue {
        top:2%;
        left: 14%
    }

    .website-acceleration .security-guarantees__grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 24px
    }

    .website-acceleration .security-guarantees__grid[data-number-points="4"] {
        -webkit-column-gap: 16px;
        -moz-column-gap: 16px;
        column-gap: 16px;
        row-gap: 24px
    }
}

.website-acceleration .security-guarantees__item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    row-gap: 20px;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: 0 0;
    padding: 0;
    min-height: 40px
}

@media (max-width: 1279px) {
    .website-acceleration .security-guarantees__item {
        -webkit-column-gap:16px;
        -moz-column-gap: 16px;
        column-gap: 16px;
        row-gap: 12px
    }
}

.website-acceleration .security-guarantees__item--icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px
}

.website-acceleration .security-guarantees__item--title {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row-align: center;
    align-self: center;
    margin: 0;
    font-size: 18px
}

@media (max-width: 767px) {
    .website-acceleration .security-guarantees__bg-gradient--blue {
        top:2%;
        left: -2%
    }

    .website-acceleration .security-guarantees__grid {
        gap: 16px
    }

    .website-acceleration .security-guarantees__grid[data-number-points="4"] {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        row-gap: 16px
    }

    .website-acceleration .security-guarantees__item {
        -webkit-column-gap: 8px;
        -moz-column-gap: 8px;
        column-gap: 8px;
        row-gap: 12px
    }

    .website-acceleration .security-guarantees__item--icon {
        width: 30px;
        height: 30px
    }

    .website-acceleration .security-guarantees__item--title {
        font-size: 16px
    }
}

.website-acceleration .security-guarantees__item--desc {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3
}

.website-acceleration .certificates__bg-gradient--blue,.website-acceleration .certificates__bg-gradient--green {
    display: none
}

.website-acceleration .certificates__logos {
    gap: 24px
}

.website-acceleration .certificates__logo {
    height: 100px
}

.website-acceleration .certificates__ticker.certificates__ticker--logos {
    margin-top: 60px
}

.website-acceleration .certificates__ticker-track.certificates__ticker-track--logos {
    gap: 18px
}

.treatment-sites--hero__bg-gradient--green {
    top: -23%;
    left: -14%
}

@media (max-width: 1279px) {
    .website-acceleration .certificates__logos {
        gap:16px
    }

    .website-acceleration .certificates__ticker.certificates__ticker--logos {
        margin-top: 40px
    }

    .website-acceleration .certificates__ticker-track.certificates__ticker-track--logos {
        gap: 10px
    }

    .treatment-sites--hero__bg-gradient--green {
        top: 1%;
        left: -12%;
        width: 700px;
        height: 700px
    }
}

@media (max-width: 767px) {
    .website-acceleration .certificates__ticker.certificates__ticker--logos {
        margin-top:20px
    }

    .treatment-sites--hero__bg-gradient--green {
        top: -12%;
        left: -42%;
        width: 500px;
        height: 500px
    }
}

.treatment-sites--hero__bg-gradient--blue {
    top: 2%;
    left: 9%
}

.treatment-sites--hero .hero__image-wrap {
    top: 0;
    right: -.2%;
    width: 800px;
    height: 800px
}

.treatment-sites--hero .hero__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 24px;
    margin-bottom: 100px;
    text-align: left
}

@media (max-width: 1279px) {
    .treatment-sites--hero__bg-gradient--blue {
        top:-8%;
        left: -11%;
        opacity: .7;
        width: 500px;
        height: 500px
    }

    .treatment-sites--hero .hero__image-wrap {
        top: -1%;
        right: 5px;
        left: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: clamp(35rem,12.5rem + 46.88vw,50rem);
        height: clamp(35rem,12.5rem + 46.88vw,50rem)
    }

    .treatment-sites--hero .hero__content {
        row-gap: 12px;
        margin-bottom: 80px
    }

    .treatment-sites--hero .hero__title {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        text-align: left
    }
}

@media (max-width: 767px) {
    .treatment-sites--hero__bg-gradient--blue {
        top:3%;
        left: 9%;
        opacity: .7;
        width: 500px;
        height: 500px
    }

    .treatment-sites--hero .hero__image-wrap {
        top: 24%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 482px;
        height: 482px
    }

    .treatment-sites--hero .hero__inner {
        padding-top: 66px
    }

    .treatment-sites--hero .hero__content {
        row-gap: 6px;
        margin-bottom: 110px
    }
}

.treatment-sites--hero .hero__title {
    width: 100%;
    max-width: 1000px
}

@media (max-width: 767px) {
    .treatment-sites--hero .hero__title {
        -webkit-box-align:center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center
    }
}

.treatment-sites--hero .hero__desc {
    width: 100%;
    max-width: 1006px;
    font-size: 18px
}

@media (max-width: 1279px) {
    .treatment-sites--hero .hero__desc {
        -webkit-box-align:start;
        -ms-flex-align: start;
        align-items: start;
        font-size: 16px;
        text-align: left
    }
}

.treatment-sites--hero .hero__desc p {
    margin-bottom: 1em
}

.treatment-sites--hero .hero__desc ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 2px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 1em;
    padding-left: 1.5em
}

.treatment-sites--hero .hero__actions {
    margin-top: 60px
}

.treatment-sites--hero .hero__actions .btn--primary {
    min-width: 200px
}

.treatment-sites .application-activation {
    padding: clamp(1.875rem,.901rem + 4.33vw,4.688rem) 0
}

.treatment-sites .application-activation__container {
    position: relative
}

.treatment-sites .application-activation__bg-gradient--green {
    top: -3%;
    left: 2%
}

@media (max-width: 1279px) {
    .treatment-sites--hero .hero__actions {
        margin-top:20px
    }

    .treatment-sites .application-activation__bg-gradient--green {
        top: -3%;
        left: -17%;
        width: 700px;
        height: 700px
    }
}

@media (max-width: 767px) {
    .treatment-sites--hero .hero__desc {
        font-size:14px
    }

    .treatment-sites--hero .hero__actions {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 20px auto 0
    }

    .treatment-sites .application-activation__bg-gradient--green {
        top: 0;
        left: -63%
    }
}

.treatment-sites .application-activation__bg-gradient--blue {
    top: -3%;
    left: 38%
}

.treatment-sites .application-activation__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
    z-index: 1;
    max-width: 100vw
}

.treatment-sites .application-activation__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr .5fr .5fr 1fr;
    grid-template-columns: 1fr .5fr .5fr 1fr;
    gap: 24px;
    list-style: none
}

@media (max-width: 1279px) {
    .treatment-sites .application-activation__bg-gradient--blue {
        top:-2%;
        left: 27%;
        width: 700px;
        height: 700px
    }

    .treatment-sites .application-activation__list {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 16px
    }
}

@media (max-width: 767px) {
    .treatment-sites .application-activation__bg-gradient--blue {
        top:28%;
        left: 1%
    }

    .treatment-sites .application-activation__list {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }
}

.treatment-sites .application-activation__item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr auto;
    grid-template-columns: 1fr auto;
    -ms-flex-line-pack: start;
    align-content: start;
    gap: 16px;
    -webkit-box-shadow: 0 4px 25px 0 rgba(1,8,3,.08);
    box-shadow: 0 4px 25px 0 rgba(1,8,3,.08);
    border-radius: 16px;
    background: var(--color-white);
    padding: 24px;
    min-height: 210px;
    color: var(--color-deep-grey)
}

.treatment-sites .application-activation__item:nth-of-type(1),.treatment-sites .application-activation__item:nth-of-type(3) {
    grid-column: auto
}

.treatment-sites .application-activation__item:nth-of-type(2),.treatment-sites .application-activation__item:nth-of-type(4),.treatment-sites .application-activation__item:nth-of-type(5) {
    -ms-grid-column-span: 2;
    grid-column: span 2
}

@media (max-width: 1279px) {
    .treatment-sites .application-activation__item {
        padding:20px;
        min-height: 130px
    }

    .treatment-sites .application-activation__item:nth-of-type(2),.treatment-sites .application-activation__item:nth-of-type(4),.treatment-sites .application-activation__item:nth-of-type(5) {
        grid-column: auto
    }

    .treatment-sites .application-activation__item--title {
        font-size: 18px
    }
}

.treatment-sites .application-activation__item:nth-of-type(4) {
    background: var(--color-light-grey)
}

.treatment-sites .application-activation__item:nth-of-type(5) {
    background: var(--color-light-blue)
}

.treatment-sites .application-activation__item::after {
    content: none
}

.treatment-sites .application-activation__item--title {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row-align: center;
    align-self: center;
    margin: 0
}

@media (max-width: 767px) {
    .treatment-sites .application-activation__item {
        border-radius:10px;
        padding: 16px;
        min-height: 120px
    }

    .treatment-sites .application-activation__item--title {
        font-size: 16px
    }
}

.treatment-sites .application-activation__item--desc {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3
}

.treatment-sites .stages-treatment {
    padding: clamp(1.875rem,.901rem + 4.33vw,4.688rem) 0
}

.treatment-sites .stages-treatment__container {
    position: relative
}

.treatment-sites .stages-treatment__bg-gradient--green {
    top: -1%;
    left: -5%;
    opacity: .8
}

.treatment-sites .stages-treatment__bg-gradient--green.green--two {
    top: 43%;
    left: 2%
}

@media (max-width: 1279px) {
    .treatment-sites .stages-treatment__bg-gradient--green {
        top:9%;
        left: -12%;
        width: 800px;
        height: 800px
    }

    .treatment-sites .stages-treatment__bg-gradient--green.green--two {
        top: 50%;
        left: -21%
    }
}

@media (max-width: 767px) {
    .treatment-sites .stages-treatment__bg-gradient--green {
        top:-10%;
        left: -77%
    }

    .treatment-sites .stages-treatment__bg-gradient--green.green--two {
        display: none
    }
}

.treatment-sites .stages-treatment__bg-gradient--blue {
    top: 4%;
    left: 35%;
    opacity: .8
}

.treatment-sites .stages-treatment__bg-gradient--blue.blue--two {
    top: 14%;
    left: 30%
}

@media (max-width: 1279px) {
    .treatment-sites .stages-treatment__bg-gradient--blue {
        top:0;
        left: 20%;
        width: 800px;
        height: 800px
    }

    .treatment-sites .stages-treatment__bg-gradient--blue.blue--two {
        top: 52%;
        left: 26%
    }
}

.treatment-sites .stages-treatment__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    z-index: 1;
    max-width: 100vw
}

@media (max-width: 767px) {
    .treatment-sites .stages-treatment__bg-gradient--blue {
        top:-10%;
        left: -17%
    }

    .treatment-sites .stages-treatment__bg-gradient--blue.blue--two {
        display: none
    }

    .treatment-sites .stages-treatment__inner {
        gap: 10px
    }
}

.treatment-sites .stages-treatment__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2,1fr);
    gap: 24px;
    counter-reset: item
}

@media (max-width: 1279px) {
    .treatment-sites .stages-treatment__grid {
        -ms-grid-columns:1fr;
        grid-template-columns: 1fr;
        gap: 16px
    }
}

.treatment-sites .stages-treatment .stages-treatment-swiper {
    margin-inline:-16px;padding-top: 6px;
    padding-bottom: 20px;
    padding-inline:16px;width: calc(100% + 32px);
    max-width: calc(100% + 32px)
}

@media (max-width: 767px) {
    .treatment-sites .stages-treatment__grid {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 0
    }

    .treatment-sites .stages-treatment .stages-treatment-swiper {
        -webkit-mask-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),color-stop(5%,#000),color-stop(95%,#000),to(rgba(0,0,0,0)));
        -webkit-mask-image: linear-gradient(to right,rgba(0,0,0,0) 0,#000 5%,#000 95%,rgba(0,0,0,0) 100%);
        mask-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),color-stop(5%,#000),color-stop(95%,#000),to(rgba(0,0,0,0)));
        mask-image: linear-gradient(to right,rgba(0,0,0,0) 0,#000 5%,#000 95%,rgba(0,0,0,0) 100%);
        margin-inline:-16px;padding-top: 6px;
        padding-bottom: 20px;
        padding-inline:16px;width: calc(100% + 32px);
        max-width: calc(100% + 32px)
    }
}

.treatment-sites .stages-treatment .stages-treatment-swiper .swiper-slide {
    height: auto
}

.treatment-sites .stages-treatment .stages-treatment-swiper .swiper-slide:nth-child(5) {
    margin-right: -112px;
    width: calc(100% + 112px)
}

.treatment-sites .stages-treatment__controls {
    display: none
}

@media (max-width: 767px) {
    .treatment-sites .stages-treatment__controls {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 0
    }
}

.treatment-sites .stages-treatment-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: static;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin: 0
}

.treatment-sites .stages-treatment__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    counter-increment: item;
    -webkit-box-shadow: 0 4px 25px 0 rgba(1,8,3,.08);
    box-shadow: 0 4px 25px 0 rgba(1,8,3,.08);
    border-radius: 30px;
    background: var(--color-white);
    padding: 30px 35px 24px 24px;
    height: 100%;
    color: var(--color-deep-grey)
}

.treatment-sites .stages-treatment__item--title {
    font-weight: 600;
    font-size: 24px;
    line-height: 130%
}

@media (max-width: 1279px) {
    .treatment-sites .stages-treatment .stages-treatment-swiper .swiper-slide:nth-child(5) {
        margin:0;
        width: 100%
    }

    .treatment-sites .stages-treatment__item {
        row-gap: 12px;
        border-radius: 20px;
        padding: 20px 16px
    }

    .treatment-sites .stages-treatment__item--title {
        font-size: 18px
    }
}

@media (max-width: 767px) {
    .treatment-sites .stages-treatment__item {
        border-radius:10px
    }

    .treatment-sites .stages-treatment__item--title {
        font-size: 16px
    }
}

.treatment-sites .stages-treatment__item--title::before {
    content: "Шаг " counter(item) ". "
}

.treatment-sites .stages-treatment__item--desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%
}

.treatment-sites .administration-servers__bg-gradient--green {
    top: -23%;
    left: 2%;
    opacity: .8;
    width: 800px;
    height: 800px
}

@media (max-width: 1279px) {
    .treatment-sites .stages-treatment__item--desc {
        font-size:14px
    }

    .treatment-sites .administration-servers__bg-gradient--green {
        top: -11%;
        left: -23%
    }
}

@media (max-width: 767px) {
    .treatment-sites .administration-servers__bg-gradient--green {
        top:-1%;
        left: -47%
    }
}

.treatment-sites .administration-servers__bg-gradient--blue {
    top: -5%;
    left: 36%;
    opacity: .8;
    width: 800px;
    height: 800px
}

.treatment-sites .administration-servers__grid {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3,1fr);
    gap: 24px
}

@media (max-width: 1279px) {
    .treatment-sites .administration-servers__bg-gradient--blue {
        top:-5%;
        left: 20%
    }

    .treatment-sites .administration-servers__grid {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2,1fr);
        gap: 16px
    }

    .treatment-sites .administration-servers__grid:not(:has(.administration-servers__item:nth-child(4))) .administration-servers__item:nth-child(3) {
        -ms-grid-column-span: 2;
        grid-column: span 2
    }
}

@media (max-width: 767px) {
    .treatment-sites .administration-servers__bg-gradient--blue {
        top:15%;
        left: -37%
    }

    .treatment-sites .administration-servers__grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }

    .treatment-sites .administration-servers__grid:not(:has(.administration-servers__item:nth-child(4))) .administration-servers__item:nth-child(3) {
        grid-column: auto
    }
}

.treatment-sites .administration-servers__item {
    -webkit-box-shadow: 0 4px 25px 0 rgba(1,8,3,.08);
    box-shadow: 0 4px 25px 0 rgba(1,8,3,.08);
    border-radius: 20px;
    background: var(--color-white);
    padding: 20px
}

.treatment-sites .tariff-cost__inner {
    -ms-grid-columns: 1fr .5fr .5fr;
    grid-template-columns: 1fr .5fr .5fr;
    -webkit-column-gap: 80px;
    -moz-column-gap: 80px;
    column-gap: 80px
}

.treatment-sites .tariff-cost .section-head {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3
}

@media (max-width: 1279px) {
    .treatment-sites .tariff-cost__inner {
        -ms-grid-columns:1fr auto;
        grid-template-columns: 1fr auto;
        -webkit-column-gap: 60px;
        -moz-column-gap: 60px;
        column-gap: 60px
    }

    .treatment-sites .tariff-cost .section-head {
        -ms-grid-column: 1;
        grid-column: 1
    }
}

.treatment-sites .tariff-cost .monthly-fee {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-column-align: end;
    justify-self: end;
    text-align: center
}

@media (max-width: 1279px) {
    .treatment-sites .tariff-cost .monthly-fee {
        -ms-grid-column:2;
        grid-column: 2
    }
}

@media (max-width: 767px) {
    .treatment-sites .tariff-cost__inner {
        -ms-grid-columns:1fr;
        grid-template-columns: 1fr
    }

    .treatment-sites .tariff-cost .monthly-fee {
        grid-row: auto;
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-column-align: center;
        justify-self: center
    }
}

@media (max-width: 425px) {
    .treatment-sites .tariff-cost .monthly-fee {
        -ms-grid-column-align:stretch;
        justify-self: stretch
    }
}

@media (max-width: 1279px) {
    .treatment-sites .tariff-cost__info {
        -ms-grid-row:3;
        grid-row: 3;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1/3
    }
}

@media (max-width: 767px) {
    .treatment-sites .tariff-cost__info {
        -ms-grid-row:4;
        grid-row: 4;
        -ms-grid-column: 1;
        grid-column: 1
    }
}

.treatment-sites .tariff-cost__content {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/4
}

@media (max-width: 1279px) {
    .treatment-sites .tariff-cost__content {
        -ms-grid-column:1;
        -ms-grid-column-span: 2;
        grid-column: 1/3
    }
}

@media (max-width: 767px) {
    .treatment-sites .tariff-cost__content {
        -ms-grid-column:1;
        grid-column: 1
    }
}

.treatment-sites .tariff-cost__content ul {
    padding-left: 1.2em
}

.treatment-sites .tariff-cost__actions {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
    max-width: 641px;
    text-align: center
}

.treatment-sites .work-process__grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2,1fr)
}

.treatment-sites .work-process__item {
    padding: 24px 33px 24px 22px
}

.treatment-sites .work-process__item::after {
    content: none
}

@media (max-width: 1279px) {
    .treatment-sites .tariff-cost__actions {
        -ms-grid-column:1;
        -ms-grid-column-span: 2;
        grid-column: 1/3;
        max-width: 410px
    }

    .treatment-sites .work-process__grid {
        gap: 16px
    }

    .treatment-sites .work-process__item {
        padding: 20px 17px 20px 20px
    }

    .treatment-sites .work-process__item--title {
        font-size: 18px
    }
}

@media (max-width: 767px) {
    .treatment-sites .tariff-cost__actions {
        -ms-grid-column:1;
        grid-column: 1;
        -ms-grid-column-align: center;
        justify-self: center
    }

    .treatment-sites .work-process__grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }

    .treatment-sites .work-process__item {
        padding: 16px;
        min-height: 50px
    }

    .treatment-sites .work-process__item--title {
        font-size: 16px
    }
}

.treatment-sites .advantages {
    padding: clamp(1.875rem,.901rem + 4.33vw,4.688rem) 0 0
}

.treatment-sites .certificates__bg-gradient--blue,.treatment-sites .certificates__bg-gradient--green {
    display: none
}

.treatment-sites .certificates .certificates__ticker--logos {
    margin-top: 40px
}

.support-update--hero__bg-gradient--green {
    top: -23%;
    left: -14%
}

@media (max-width: 1279px) {
    .support-update--hero__bg-gradient--green {
        top:1%;
        left: -12%;
        width: 700px;
        height: 700px
    }
}

@media (max-width: 767px) {
    .support-update--hero__bg-gradient--green {
        top:-12%;
        left: -42%;
        width: 500px;
        height: 500px
    }
}

.support-update--hero__bg-gradient--blue {
    top: 2%;
    left: 9%
}

.support-update--hero .hero__image-wrap {
    top: 12%;
    right: 0;
    width: 800px;
    height: 639px
}

.support-update--hero .hero__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 24px;
    margin-bottom: 100px;
    text-align: left
}

@media (max-width: 1279px) {
    .support-update--hero__bg-gradient--blue {
        top:-8%;
        left: -11%;
        opacity: .7;
        width: 500px;
        height: 500px
    }

    .support-update--hero .hero__image-wrap {
        top: 13%;
        right: -9%;
        left: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: clamp(35rem,12.5rem + 46.88vw,50rem);
        height: clamp(27.9375rem,9.94rem + 37.5vw,39.9375rem)
    }

    .support-update--hero .hero__content {
        row-gap: 12px;
        margin-bottom: 80px
    }

    .support-update--hero .hero__title {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        text-align: left
    }
}

@media (max-width: 767px) {
    .support-update--hero__bg-gradient--blue {
        top:3%;
        left: 9%;
        opacity: .7;
        width: 500px;
        height: 500px
    }

    .support-update--hero .hero__image-wrap {
        top: 32%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 360px;
        height: 287px
    }

    .support-update--hero .hero__inner {
        padding-top: 66px
    }

    .support-update--hero .hero__content {
        row-gap: 6px;
        margin-bottom: 110px
    }
}

.support-update--hero .hero__title {
    width: 100%;
    max-width: 1082px
}

@media (max-width: 767px) {
    .support-update--hero .hero__title {
        -webkit-box-align:center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center
    }

    .support-update--hero .hero__title br {
        display: none
    }
}

.support-update--hero .hero__desc {
    width: 100%;
    max-width: 1006px;
    font-size: 18px
}

@media (max-width: 1279px) {
    .support-update--hero .hero__desc {
        -webkit-box-align:start;
        -ms-flex-align: start;
        align-items: start;
        font-size: 16px;
        text-align: left
    }
}

.support-update--hero .hero__desc p {
    margin-bottom: 1em
}

.support-update--hero .hero__desc ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 2px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 1em;
    padding-left: 1.5em
}

.support-update--hero .hero__actions {
    margin-top: 60px
}

.support-update--hero .hero__actions .btn--primary {
    min-width: 200px
}

.support-update .wherefore__bg-gradient--green {
    top: -3%;
    left: 2%
}

@media (max-width: 1279px) {
    .support-update--hero .hero__actions {
        margin-top:20px
    }

    .support-update .wherefore__bg-gradient--green {
        top: -5%;
        left: -16%;
        width: 700px;
        height: 700px
    }
}

@media (max-width: 767px) {
    .support-update--hero .hero__desc {
        font-size:14px
    }

    .support-update--hero .hero__actions {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 20px auto 0
    }

    .support-update .wherefore__bg-gradient--green {
        top: 0;
        left: -50%
    }
}

.support-update .wherefore__bg-gradient--blue {
    top: -3%;
    left: 38%
}

.support-update .wherefore__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2,1fr)
}

@media (max-width: 1279px) {
    .support-update .wherefore__bg-gradient--blue {
        top:-2%;
        left: 27%;
        opacity: .8;
        width: 700px;
        height: 700px
    }

    .support-update .wherefore__list {
        gap: 16px
    }
}

@media (max-width: 767px) {
    .support-update .wherefore__bg-gradient--blue {
        top:34%;
        left: -11%
    }

    .support-update .wherefore__list {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }
}

.support-update .wherefore-item {
    -webkit-box-shadow: 0 4px 25px 0 rgba(1,8,3,.08);
    box-shadow: 0 4px 25px 0 rgba(1,8,3,.08);
    border-radius: 20px;
    background: var(--color-white);
    padding: 20px
}

.support-update .wherefore-item:nth-child(2n+2),.support-update .wherefore-item:nth-child(5n+1),.support-update .wherefore-item:nth-child(6n+1) {
    background: var(--color-white)
}

@media (max-width: 1279px) {
    .support-update .wherefore-item {
        display:-ms-grid;
        display: grid;
        -ms-grid-columns: auto 1fr;
        grid-template-columns: auto 1fr;
        -webkit-column-gap: 12px;
        -moz-column-gap: 12px;
        column-gap: 12px;
        row-gap: 16px;
        -ms-flex-line-pack: start;
        align-content: start
    }
}

.support-update .wherefore-item__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 6px;
    width: 40px;
    height: 40px
}

.support-update .wherefore-item__icon img {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center
}

.support-update .wherefore-item__title {
    font-size: 24px
}

@media (max-width: 1279px) {
    .support-update .wherefore-item__icon {
        -ms-grid-row:1;
        grid-row: 1;
        -ms-grid-column: 1;
        grid-column: 1;
        margin: 0;
        width: 30px;
        height: 30px
    }

    .support-update .wherefore-item__title {
        -ms-grid-row: 1;
        grid-row: 1;
        -ms-grid-column: 2;
        grid-column: 2;
        -ms-grid-row-align: center;
        align-self: center;
        margin: 0;
        font-size: 18px
    }
}

@media (max-width: 767px) {
    .support-update .wherefore-item__title {
        font-size:16px
    }
}

.support-update .sovereignty {
    padding: clamp(1.875rem,.901rem + 4.33vw,4.688rem) 0
}

.support-update .sovereignty__container {
    position: relative
}

.support-update .sovereignty__bg-gradient--green {
    top: -3%;
    left: 0
}

@media (max-width: 1279px) {
    .support-update .wherefore-item__desc {
        -ms-grid-column:1;
        -ms-grid-column-span: 2;
        grid-column: 1/3;
        font-size: 14px
    }

    .support-update .sovereignty__bg-gradient--green {
        top: 7%;
        left: -21%;
        opacity: .8
    }
}

@media (max-width: 767px) {
    .support-update .sovereignty__bg-gradient--green {
        top:-18%;
        left: -66%
    }
}

.support-update .sovereignty__bg-gradient--blue {
    top: -7%;
    left: 37%
}

.support-update .sovereignty__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    row-gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1
}

.support-update .sovereignty__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 130%
}

.support-update .sovereignty__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2,1fr);
    gap: 24px
}

.support-update .sovereignty .sovereignty-swiper {
    margin-inline:-16px;padding-top: 6px;
    padding-bottom: 20px;
    padding-inline:16px;width: calc(100% + 32px);
    max-width: calc(100% + 32px)
}

.support-update .sovereignty .sovereignty-swiper .swiper-slide:nth-child(1) p,.support-update .sovereignty .sovereignty-swiper .swiper-slide:nth-child(2) p {
    position: relative;
    z-index: 1;
    max-width: 430px
}

.support-update .sovereignty .sovereignty-swiper .swiper-slide:nth-child(2) .sovereignty--item__decor {
    right: 24px;
    bottom: 24px
}

@media (max-width: 1279px) {
    .support-update .sovereignty__bg-gradient--blue {
        top:15%;
        left: 11%;
        opacity: .8
    }

    .support-update .sovereignty__grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 16px
    }

    .support-update .sovereignty .sovereignty-swiper .swiper-slide:nth-child(2) .sovereignty--item__decor {
        top: 50%;
        bottom: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .support-update .sovereignty .sovereignty-swiper .swiper-slide:nth-child(3) .sovereignty--item__desc {
        max-width: 560px
    }
}

@media (max-width: 767px) {
    .support-update .sovereignty__bg-gradient--blue {
        top:-20%;
        left: -42%
    }

    .support-update .sovereignty__grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 0
    }

    .support-update .sovereignty .sovereignty-swiper {
        -webkit-mask-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),color-stop(5%,#000),color-stop(95%,#000),to(rgba(0,0,0,0)));
        -webkit-mask-image: linear-gradient(to right,rgba(0,0,0,0) 0,#000 5%,#000 95%,rgba(0,0,0,0) 100%);
        mask-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),color-stop(5%,#000),color-stop(95%,#000),to(rgba(0,0,0,0)));
        mask-image: linear-gradient(to right,rgba(0,0,0,0) 0,#000 5%,#000 95%,rgba(0,0,0,0) 100%);
        margin-inline:-16px;padding-top: 6px;
        padding-bottom: 20px;
        padding-inline:16px;width: calc(100% + 32px);
        max-width: calc(100% + 32px)
    }

    .support-update .sovereignty .sovereignty-swiper .swiper-slide:nth-child(2) .sovereignty--item__decor {
        position: relative;
        top: 0;
        right: 0;
        bottom: 0;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: 177px;
        height: 132px
    }
}

.support-update .sovereignty .sovereignty-swiper .swiper-slide:nth-child(3) .sovereignty--item__decor {
    height: 177px
}

@media (max-width: 767px) {
    .support-update .sovereignty .sovereignty-swiper .swiper-slide:nth-child(3) .sovereignty--item__decor {
        width:177px;
        height: 132px
    }
}

.support-update .sovereignty .sovereignty-swiper .swiper-slide:nth-child(4) .sovereignty--item__decor {
    height: 273px
}

.support-update .sovereignty__controls {
    display: none
}

@media (max-width: 767px) {
    .support-update .sovereignty .sovereignty-swiper .swiper-slide:nth-child(4) .sovereignty--item__decor {
        width:177px;
        height: 132px
    }

    .support-update .sovereignty__controls {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 0
    }
}

.support-update .sovereignty-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: static;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin: 0
}

.support-update .sovereignty--item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-shadow: 0 4px 25px 0 rgba(1,8,3,.08);
    box-shadow: 0 4px 25px 0 rgba(1,8,3,.08);
    border-radius: 20px;
    background: var(--color-white);
    padding: 24px;
    height: 100%;
    overflow: hidden
}

.support-update .sovereignty--item__title {
    margin-bottom: 16px;
    font-size: 24px
}

@media (max-width: 1279px) {
    .support-update .sovereignty .sovereignty-swiper .swiper-slide:nth-child(4) .sovereignty--item__desc {
        max-width:458px
    }

    .support-update .sovereignty--item__title {
        font-size: 18px
    }
}

@media (max-width: 767px) {
    .support-update .sovereignty--item {
        border-radius:10px;
        padding: 20px
    }

    .support-update .sovereignty--item__title {
        margin-bottom: 12px;
        font-size: 16px;
        text-wrap: balance
    }

    .support-update .sovereignty--item__desc {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.support-update .sovereignty--item__desc::after {
    display: table;
    clear: both;
    content: " "
}

.support-update .sovereignty--item__desc p {
    position: relative;
    z-index: 1
}

.support-update .sovereignty--item__desc ul {
    margin-top: 0
}

.support-update .sovereignty--item__desc ul+p {
    clear: both
}

.support-update .sovereignty--item__desc.text-block ul>li {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start
}

.support-update .sovereignty--item__desc.text-block ul>li::before {
    margin-top: 8px
}

.support-update .sovereignty--item__decor {
    float: right;
    width: 232px;
    height: 174px
}

.support-update .sovereignty--item__decor img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: right;
    object-position: right
}

.support-update .sovereignty--item.maximum ul {
    margin-top: 0;
    max-width: 326px
}

.support-update .sovereignty--item.maximum ul+p {
    max-width: 367px
}

.support-update .sovereignty--item.maximum .sovereignty--item__decor {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 315px;
    height: 127px
}

.support-update .application-activation {
    padding: clamp(1.875rem,.901rem + 4.33vw,4.688rem) 0
}

.support-update .application-activation__container {
    position: relative
}

.support-update .application-activation__bg-gradient--green {
    top: -3%;
    left: 2%
}

@media (max-width: 1279px) {
    .support-update .sovereignty--item__desc {
        font-size:14px
    }

    .support-update .application-activation__bg-gradient--green {
        top: -3%;
        left: -17%;
        width: 700px;
        height: 700px
    }
}

@media (max-width: 767px) {
    .support-update .sovereignty--item__decor {
        position:relative;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        float: none
    }

    .support-update .sovereignty--item__decor img {
        -o-object-position: center;
        object-position: center
    }

    .support-update .sovereignty--item.maximum .sovereignty--item__decor {
        position: relative;
        top: 0;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: 177px;
        height: 132px
    }

    .support-update .application-activation__bg-gradient--green {
        top: 4%;
        left: -57%
    }
}

.support-update .application-activation__bg-gradient--blue {
    top: -3%;
    left: 38%
}

.support-update .application-activation__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
    z-index: 1;
    max-width: 100vw
}

.support-update .application-activation__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    list-style: none
}

@media (max-width: 1279px) {
    .support-update .application-activation__bg-gradient--blue {
        top:-2%;
        left: 27%;
        width: 700px;
        height: 700px
    }

    .support-update .application-activation__list {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        gap: 16px
    }
}

@media (max-width: 767px) {
    .support-update .application-activation__bg-gradient--blue {
        top:38%;
        left: -19%
    }

    .support-update .application-activation__list {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }
}

.support-update .application-activation__item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr auto;
    grid-template-columns: 1fr auto;
    -ms-flex-line-pack: start;
    align-content: start;
    gap: 16px;
    -webkit-box-shadow: 0 4px 25px 0 rgba(1,8,3,.08);
    box-shadow: 0 4px 25px 0 rgba(1,8,3,.08);
    border-radius: 16px;
    background: var(--color-white);
    padding: 24px;
    min-height: 210px;
    color: var(--color-deep-grey)
}

@media (max-width: 1279px) {
    .support-update .application-activation__item {
        padding:20px;
        min-height: 130px
    }

    .support-update .application-activation__item:nth-of-type(3),.support-update .application-activation__item:nth-of-type(4),.support-update .application-activation__item:nth-of-type(5) {
        -ms-grid-column-span: 2;
        grid-column: span 2
    }

    .support-update .application-activation__item--title {
        font-size: 18px
    }
}

@media (max-width: 767px) {
    .support-update .application-activation__item {
        border-radius:10px;
        padding: 16px;
        min-height: 120px
    }

    .support-update .application-activation__item:nth-of-type(3),.support-update .application-activation__item:nth-of-type(4),.support-update .application-activation__item:nth-of-type(5) {
        grid-column: auto
    }
}

.support-update .application-activation__item::after {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 2;
    grid-column: 2;
    font-weight: 600;
    font-size: clamp(1rem,.804rem + .87vw,1.5rem);
    line-height: 130%
}

.support-update .application-activation__item--title {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row-align: center;
    align-self: center;
    margin: 0
}

@media (max-width: 767px) {
    .support-update .application-activation__item--title {
        font-size:16px
    }
}

.support-update .application-activation__item--desc {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3
}

.support-update .problem-solving {
    padding: clamp(1.875rem,.901rem + 4.33vw,4.688rem) 0
}

.support-update .problem-solving__container {
    position: relative
}

.support-update .problem-solving__bg-gradient--green {
    display: none
}

@media (max-width: 1279px) {
    .support-update .application-activation__item--desc {
        font-size:14px
    }

    .support-update .problem-solving__bg-gradient--green {
        display: block;
        top: -4%;
        left: 24%
    }
}

@media (max-width: 767px) {
    .support-update .problem-solving__bg-gradient--green {
        top:3%;
        left: -15%
    }
}

.support-update .problem-solving__bg-gradient--blue {
    display: none
}

@media (max-width: 1279px) {
    .support-update .problem-solving__bg-gradient--blue {
        display:block;
        top: 16%;
        left: -26%;
        opacity: .8
    }
}

.support-update .problem-solving__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    row-gap: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1;
    counter-reset: item
}

@media (max-width: 1279px) {
    .support-update .problem-solving__inner {
        row-gap:40px
    }
}

.support-update .problem-solving__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2,1fr);
    gap: 24px;
    counter-increment: item
}

@media (max-width: 767px) {
    .support-update .problem-solving__bg-gradient--blue {
        top:35%;
        left: -80%
    }

    .support-update .problem-solving__inner {
        row-gap: 30px
    }

    .support-update .problem-solving__list {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }
}

.support-update .problem-solving__list .btn.mobile {
    -ms-grid-column-align: center;
    justify-self: center
}

.support-update .problem-solving .problems-list>li::before {
    background-image: url(../img/general/problems.svg)
}

.support-update .problem-solving__heading {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr auto;
    grid-template-columns: 1fr auto;
    -webkit-column-gap: 100px;
    -moz-column-gap: 100px;
    column-gap: 100px;
    row-gap: 16px;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3
}

@media (max-width: 1023px) {
    .support-update .problem-solving__list {
        gap:16px
    }

    .support-update .problem-solving__heading {
        -ms-grid-column: 1;
        grid-column: 1
    }
}

.support-update .problem-solving__heading .btn--primary {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row-align: end;
    align-self: end
}

.support-update .problem-solving__title {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1;
    font-weight: 600;
    font-size: 24px;
    line-height: 130%
}

@media (max-width: 1279px) {
    .support-update .problem-solving__title {
        font-size:18px
    }
}

@media (max-width: 767px) {
    .support-update .problem-solving__heading {
        -ms-grid-columns:1fr;
        grid-template-columns: 1fr
    }

    .support-update .problem-solving__heading .btn--primary {
        display: none
    }

    .support-update .problem-solving__title {
        font-size: 16px
    }
}

.support-update .problem-solving__title::before {
    content: counter(item) ". "
}

.support-update .problem-solving__subtitle {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 1;
    grid-column: 1;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%
}

.support-update .problem-solving__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-shadow: 0 4px 25px 0 rgba(1,8,3,.08);
    box-shadow: 0 4px 25px 0 rgba(1,8,3,.08);
    border-radius: 30px;
    background: var(--color-white);
    padding: 40px
}

.support-update .problem-solving__item.problem-solving__problems {
    background: var(--color-light-grey)
}

@media (max-width: 1279px) {
    .support-update .problem-solving__subtitle {
        font-size:14px
    }

    .support-update .problem-solving__item {
        row-gap: 16px;
        border-radius: 20px;
        padding: 20px
    }
}

@media (max-width: 767px) {
    .support-update .problem-solving__item {
        row-gap:12px;
        border-radius: 10px;
        padding: 20px
    }
}

.support-update .problem-solving__item--title {
    font-size: 24px
}

.support-update .problem-solving__item [class*="--punkt"] {
    gap: 12px;
    font-size: 18px
}

@media (max-width: 1279px) {
    .support-update .problem-solving__item--title {
        font-size:16px
    }

    .support-update .problem-solving__item [class*="--punkt"] {
        font-size: 14px
    }
}

.support-update .problem-solving__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.support-update .problem-solving__info--title {
    font-size: 24px
}

.support-update .problem-solving__info .markers-check>li {
    gap: 12px;
    font-size: 18px
}

.support-update .formats-costs {
    padding: clamp(1.875rem,.901rem + 4.33vw,4.688rem) 0
}

.support-update .formats-costs__container {
    position: relative
}

.support-update .formats-costs__bg-gradient--green {
    top: -2%;
    left: -8%;
    opacity: 1
}

@media (max-width: 1279px) {
    .support-update .problem-solving__info--title {
        font-size:16px
    }

    .support-update .problem-solving__info .markers-check>li {
        font-size: 14px
    }

    .support-update .formats-costs__bg-gradient--green {
        top: 9%;
        left: 30%;
        width: 600px;
        height: 600px
    }
}

@media (max-width: 767px) {
    .support-update .problem-solving__info {
        row-gap:16px
    }

    .support-update .formats-costs__bg-gradient--green {
        top: 14%;
        left: -7%
    }
}

.support-update .formats-costs__bg-gradient--blue {
    top: 11%;
    left: 33%;
    opacity: .8
}

.support-update .formats-costs__inner {
    position: relative;
    z-index: 1
}

.support-update .formats-costs__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2,1fr);
    gap: 24px;
    counter-reset: item
}

.support-update .formats-costs .formats-costs-tablet-swiper {
    margin-top: -10px;
    margin-inline:-16px;padding-top: 10px;
    padding-bottom: 20px;
    padding-inline:16px;width: calc(100% + 32px);
    max-width: calc(100% + 32px)
}

@media (max-width: 1279px) {
    .support-update .formats-costs__bg-gradient--blue {
        top:9%;
        left: -13%;
        width: 600px;
        height: 600px
    }

    .support-update .formats-costs__grid {
        display: -ms-grid;
        display: grid;
        grid-auto-rows: -webkit-min-content;
        grid-auto-rows: min-content;
        gap: 16px
    }

    .support-update .formats-costs .formats-costs-tablet-swiper {
        -webkit-mask-image: -webkit-gradient(linear,left top,right top,color-stop(0,rgba(0,0,0,0)),color-stop(7%,#000),color-stop(93%,#000),to(rgba(0,0,0,0)));
        -webkit-mask-image: linear-gradient(to right,rgba(0,0,0,0) 0,#000 7%,#000 93%,rgba(0,0,0,0) 100%);
        mask-image: -webkit-gradient(linear,left top,right top,color-stop(0,rgba(0,0,0,0)),color-stop(7%,#000),color-stop(93%,#000),to(rgba(0,0,0,0)));
        mask-image: linear-gradient(to right,rgba(0,0,0,0) 0,#000 7%,#000 93%,rgba(0,0,0,0) 100%);
        margin-inline:-45px;padding-top: 10px;
        padding-bottom: 20px;
        padding-inline:45px;width: calc(100% + 90px);
        max-width: calc(100% + 90px)
    }
}

@media (max-width: 767px) {
    .support-update .formats-costs__bg-gradient--blue {
        top:14%;
        left: -56%
    }

    .support-update .formats-costs__grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 0
    }

    .support-update .formats-costs .formats-costs-tablet-swiper {
        -webkit-mask-image: -webkit-gradient(linear,left top,right top,color-stop(0,rgba(0,0,0,0)),color-stop(7%,#000),color-stop(93%,#000),to(rgba(0,0,0,0)));
        -webkit-mask-image: linear-gradient(to right,rgba(0,0,0,0) 0,#000 7%,#000 93%,rgba(0,0,0,0) 100%);
        mask-image: -webkit-gradient(linear,left top,right top,color-stop(0,rgba(0,0,0,0)),color-stop(7%,#000),color-stop(93%,#000),to(rgba(0,0,0,0)));
        mask-image: linear-gradient(to right,rgba(0,0,0,0) 0,#000 7%,#000 93%,rgba(0,0,0,0) 100%);
        margin-inline:-16px;padding-top: 10px;
        padding-bottom: 20px;
        padding-inline:16px;width: calc(100% + 32px);
        max-width: calc(100% + 32px)
    }
}

.support-update .formats-costs .formats-costs-tablet-swiper .swiper-wrapper {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.support-update .formats-costs .formats-costs-tablet-swiper .swiper-slide {
    height: auto
}

.support-update .formats-costs .formats-costs-tablet__controls {
    display: none
}

@media (max-width: 1279px) {
    .support-update .formats-costs .formats-costs-tablet__controls {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 16px;
        margin-top: 20px
    }
}

.support-update .formats-costs .formats-costs-tablet-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px
}

.support-update .formats-costs__item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr auto;
    grid-template-columns: 1fr auto;
    -webkit-column-gap: 55px;
    -moz-column-gap: 55px;
    column-gap: 55px;
    row-gap: 20px;
    -webkit-box-shadow: 0 4px 25px 0 rgba(1,8,3,.08);
    box-shadow: 0 4px 25px 0 rgba(1,8,3,.08);
    border-radius: 30px;
    background: var(--color-white);
    padding: 40px;
    height: 100%;
    color: var(--color-deep-grey);
    font-weight: 600;
    font-size: 18px;
    line-height: 130%
}

.support-update .formats-costs__item--title {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1;
    max-width: 298px;
    color: var(--color-deep-grey);
    font-weight: 600;
    font-size: 24px;
    line-height: 130%
}

@media (max-width: 1279px) {
    .support-update .formats-costs__item {
        -ms-grid-columns:1fr;
        grid-template-columns: 1fr;
        row-gap: 12px;
        border-radius: 20px;
        padding: 24px
    }

    .support-update .formats-costs__item--title {
        max-width: none;
        font-size: 18px;
        text-align: center
    }
}

@media (max-width: 767px) {
    .support-update .formats-costs__item {
        border-radius:10px
    }

    .support-update .formats-costs__item--title {
        font-size: 16px
    }
}

.support-update .formats-costs__item--info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 15px;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-column: 2;
    grid-column: 2;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 1279px) {
    .support-update .formats-costs__item--info {
        row-gap:12px;
        -ms-grid-row: 3;
        grid-row: 3;
        -ms-grid-column: 1;
        grid-column: 1
    }
}

.support-update .formats-costs__item--info:not(:has(.formats-costs__item--duration)) {
    -ms-grid-row: 1;
    grid-row: 1
}

.support-update .formats-costs__item--price {
    border: 1px solid var(--color-blue);
    border-radius: 40px;
    background: var(--color-white);
    padding: 12px 24px;
    color: var(--color-deep-grey);
    font-weight: 600;
    font-size: 18px;
    line-height: 130%
}

@media (max-width: 1279px) {
    .support-update .formats-costs__item--info:not(:has(.formats-costs__item--duration)) {
        -ms-grid-row:2;
        grid-row: 2
    }

    .support-update .formats-costs__item--price {
        margin-top: 18px;
        padding: 11px 20px;
        font-size: 16px
    }
}

.support-update .formats-costs__item--duration {
    font-weight: 600;
    font-size: 18px;
    line-height: 130%
}

.support-update .formats-costs__item--desc {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 1;
    grid-column: 1;
    color: var(--color-deep-grey);
    font-weight: 400;
    font-size: 16px;
    line-height: 130%
}

.support-update .formats-costs__item:not(:has(.formats-costs__item--duration)) .formats-costs__item--desc {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3
}

@media (max-width: 1279px) {
    .support-update .formats-costs__item--duration {
        font-size:16px
    }

    .support-update .formats-costs__item--desc {
        font-size: 14px;
        text-align: center
    }

    .support-update .formats-costs__item:not(:has(.formats-costs__item--duration)) .formats-costs__item--desc {
        -ms-grid-row: 3;
        grid-row: 3;
        -ms-grid-column: 1;
        grid-column: 1
    }
}

.support-update .formats-costs__item .btn--primary {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-column-align: start;
    justify-self: start;
    min-width: 200px
}

.support-update .formats-costs__item .link-arrow {
    -ms-grid-column: 1;
    grid-column: 1;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.support-update .about-update {
    padding: clamp(1.875rem,.901rem + 4.33vw,4.688rem) 0
}

.support-update .about-update__container {
    position: relative
}

.support-update .about-update__bg-gradient--green {
    display: none
}

@media (max-width: 1279px) {
    .support-update .formats-costs__item .btn--primary,.support-update .formats-costs__item .link-arrow {
        -ms-grid-column-align:center;
        justify-self: center;
        margin-top: 28px
    }

    .support-update .about-update__bg-gradient--green {
        display: block;
        top: -4%;
        left: 24%
    }
}

@media (max-width: 767px) {
    .support-update .about-update__bg-gradient--green {
        top:3%;
        left: -15%
    }
}

.support-update .about-update__bg-gradient--blue {
    display: none
}

@media (max-width: 1279px) {
    .support-update .about-update__bg-gradient--blue {
        display:block;
        top: 16%;
        left: -26%;
        opacity: .8
    }
}

.support-update .about-update__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    row-gap: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1;
    counter-reset: item
}

@media (max-width: 1279px) {
    .support-update .about-update__inner {
        row-gap:12px
    }
}

.support-update .about-update__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 40px
}

@media (max-width: 1023px) {
    .support-update .about-update__list {
        gap:20px
    }
}

.support-update .about-update__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.support-update .about-update__item--title {
    max-width: 1041px;
    font-size: 24px
}

@media (max-width: 1279px) {
    .support-update .about-update__item {
        row-gap:16px
    }

    .support-update .about-update__item--title {
        font-size: 18px
    }
}

.support-update .about-update__item.about-update__problems .about-update__item--title {
    font-weight: 600;
    font-size: 18px;
    line-height: 130%
}

@media (max-width: 767px) {
    .support-update .about-update__bg-gradient--blue {
        top:35%;
        left: -80%
    }

    .support-update .about-update__list {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }

    .support-update .about-update__item {
        row-gap: 12px
    }

    .support-update .about-update__item--title,.support-update .about-update__item.about-update__problems .about-update__item--title {
        font-size: 16px
    }
}

.support-update .about-update__item [class*="--punkt"] {
    gap: 12px;
    max-width: 845px;
    font-size: 18px
}

.support-update .about-update__info {
    font-size: 18px
}

.support-update .faq__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 760px auto;
    grid-template-columns: 760px auto
}

.support-update .faq__head {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    margin: 0
}

@media (max-width: 1279px) {
    .support-update .about-update__item [class*="--punkt"] {
        font-size:14px
    }

    .support-update .faq__inner {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }

    .support-update .faq__head {
        -ms-grid-column: 1;
        grid-column: 1
    }
}

.support-update .faq__content {
    -ms-grid-column: 1;
    grid-column: 1
}

.support-update .faq__decor {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-column: 2;
    grid-column: 2
}

.support-redesign--hero__bg-gradient--green {
    top: -23%;
    left: -14%
}

@media (max-width: 1279px) {
    .support-redesign--hero__bg-gradient--green {
        top:1%;
        left: -12%;
        width: 700px;
        height: 700px
    }
}

@media (max-width: 767px) {
    .support-update .about-update__info {
        font-size:16px
    }

    .support-redesign--hero__bg-gradient--green {
        top: -12%;
        left: -42%;
        width: 500px;
        height: 500px
    }
}

.support-redesign--hero__bg-gradient--blue {
    top: 2%;
    left: 9%
}

.support-redesign--hero .hero__image-wrap {
    top: 0;
    right: -.2%;
    width: 800px;
    height: 800px
}

.support-redesign--hero .hero__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 24px;
    margin-bottom: 100px;
    text-align: left
}

@media (max-width: 1279px) {
    .support-redesign--hero__bg-gradient--blue {
        top:-8%;
        left: -11%;
        opacity: .7;
        width: 500px;
        height: 500px
    }

    .support-redesign--hero .hero__image-wrap {
        top: -1%;
        right: -8%;
        left: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: clamp(35rem,12.5rem + 46.88vw,50rem);
        height: clamp(35rem,12.5rem + 46.88vw,50rem)
    }

    .support-redesign--hero .hero__content {
        row-gap: 12px;
        margin-bottom: 80px
    }

    .support-redesign--hero .hero__title {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        text-align: left
    }
}

@media (max-width: 767px) {
    .support-redesign--hero__bg-gradient--blue {
        top:3%;
        left: 9%;
        opacity: .7;
        width: 500px;
        height: 500px
    }

    .support-redesign--hero .hero__image-wrap {
        top: 24%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 360px;
        height: 360px
    }

    .support-redesign--hero .hero__inner {
        padding-top: 66px
    }

    .support-redesign--hero .hero__content {
        row-gap: 6px;
        margin-bottom: 110px
    }
}

.support-redesign--hero .hero__title {
    width: 100%;
    max-width: 1000px
}

@media (max-width: 767px) {
    .support-redesign--hero .hero__title {
        -webkit-box-align:center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center
    }
}

.support-redesign--hero .hero__desc {
    width: 100%;
    max-width: 1006px;
    font-size: 18px
}

@media (max-width: 1279px) {
    .support-redesign--hero .hero__desc {
        -webkit-box-align:start;
        -ms-flex-align: start;
        align-items: start;
        font-size: 16px;
        text-align: left
    }
}

.support-redesign--hero .hero__desc p {
    margin-bottom: 1em
}

.support-redesign--hero .hero__desc ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 2px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 1em;
    padding-left: 1.5em
}

.support-redesign--hero .hero__actions {
    margin-top: 60px
}

.support-redesign--hero .hero__actions .btn--primary {
    min-width: 200px
}

.support-redesign .wherefore__bg-gradient--green {
    top: -25%;
    left: 2%;
    width: 800px;
    height: 800px
}

@media (max-width: 1279px) {
    .support-redesign--hero .hero__actions {
        margin-top:50px
    }

    .support-redesign .wherefore__bg-gradient--green {
        top: -5%;
        left: -16%;
        width: 700px;
        height: 700px
    }
}

@media (max-width: 767px) {
    .support-redesign--hero .hero__desc {
        font-size:14px
    }

    .support-redesign--hero .hero__actions {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 20px auto 0
    }

    .support-redesign .wherefore__bg-gradient--green {
        top: 0;
        left: -50%
    }
}

.support-redesign .wherefore__bg-gradient--blue {
    top: -13%;
    left: 38%;
    width: 800px;
    height: 800px
}

.support-redesign .wherefore__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2,1fr)
}

.support-redesign .wherefore__list[data-number-points="5"] {
    -ms-grid-columns: 1fr .5fr .5fr 1fr;
    grid-template-columns: 1fr .5fr .5fr 1fr;
    gap: 24px
}

.support-redesign .wherefore__list[data-number-points="5"] .wherefore-item:nth-child(2),.support-redesign .wherefore__list[data-number-points="5"] .wherefore-item:nth-child(4),.support-redesign .wherefore__list[data-number-points="5"] .wherefore-item:nth-child(5) {
    -ms-grid-column-span: 2;
    grid-column: span 2
}

.support-redesign .wherefore__list[data-number-points="5"] .wherefore-item:nth-child(4) {
    background: var(--color-light-grey)
}

.support-redesign .wherefore__list[data-number-points="5"] .wherefore-item:nth-child(5) {
    background: var(--color-light-blue)
}

.support-redesign .wherefore-item {
    -webkit-box-shadow: 0 4px 25px 0 rgba(1,8,3,.08);
    box-shadow: 0 4px 25px 0 rgba(1,8,3,.08);
    border-radius: 20px;
    background: var(--color-white);
    padding: 20px
}

.support-redesign .wherefore-item:nth-child(2n+2),.support-redesign .wherefore-item:nth-child(5n+1),.support-redesign .wherefore-item:nth-child(6n+1) {
    background: var(--color-white)
}

@media (max-width: 1279px) {
    .support-redesign .wherefore__bg-gradient--blue {
        top:-2%;
        left: 27%;
        opacity: .8;
        width: 700px;
        height: 700px
    }

    .support-redesign .wherefore__list {
        gap: 16px
    }

    .support-redesign .wherefore__list[data-number-points="5"] .wherefore-item:nth-child(2),.support-redesign .wherefore__list[data-number-points="5"] .wherefore-item:nth-child(4),.support-redesign .wherefore__list[data-number-points="5"] .wherefore-item:nth-child(5) {
        grid-column: auto
    }

    .support-redesign .wherefore__list[data-number-points="5"] {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2,1fr);
        gap: 16px
    }

    .support-redesign .wherefore-item:nth-child(2) {
        -ms-grid-row: 2;
        grid-row: 2;
        -ms-grid-column: 2!important;
        grid-column: 2!important
    }
}

@media (max-width: 767px) {
    .support-redesign .wherefore__bg-gradient--blue {
        top:34%;
        left: -11%
    }

    .support-redesign .wherefore__list,.support-redesign .wherefore__list[data-number-points="5"] {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }

    .support-redesign .wherefore-item:nth-child(2) {
        -ms-grid-row: 3;
        grid-row: 3;
        -ms-grid-column: 1!important;
        grid-column: 1!important
    }
}

@media (max-width: 1279px) {
    .support-redesign .wherefore-item:nth-child(3) {
        -ms-grid-row:3;
        grid-row: 3
    }

    .support-redesign .wherefore-item {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -webkit-column-gap: 12px;
        -moz-column-gap: 12px;
        column-gap: 12px;
        row-gap: 16px;
        -ms-flex-line-pack: start;
        align-content: start
    }
}

@media (max-width: 767px) {
    .support-redesign .wherefore-item:nth-child(3) {
        -ms-grid-row:5;
        grid-row: 5
    }

    .support-redesign .wherefore-item {
        row-gap: 12px
    }
}

.support-redesign .wherefore-item__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 6px;
    width: 40px;
    height: 40px
}

.support-redesign .wherefore-item__icon img {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center
}

.support-redesign .wherefore-item__title {
    font-size: 24px
}

@media (max-width: 1279px) {
    .support-redesign .wherefore-item__icon {
        -ms-grid-row:1;
        grid-row: 1;
        -ms-grid-column: 1;
        grid-column: 1;
        margin: 0;
        width: 30px;
        height: 30px
    }

    .support-redesign .wherefore-item__title {
        -ms-grid-row: 1;
        grid-row: 1;
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row-align: center;
        align-self: center;
        margin: 0;
        font-size: 18px
    }
}

@media (max-width: 767px) {
    .support-redesign .wherefore-item__title {
        font-size:16px
    }
}

.support-redesign .sovereignty {
    padding: clamp(1.875rem,.901rem + 4.33vw,4.688rem) 0
}

.support-redesign .sovereignty__container {
    position: relative
}

.support-redesign .sovereignty__bg-gradient--green {
    top: -3%;
    left: 0
}

@media (max-width: 1279px) {
    .support-redesign .wherefore-item__desc {
        -ms-grid-column:1;
        grid-column: 1;
        font-size: 14px
    }

    .support-redesign .sovereignty__bg-gradient--green {
        top: 7%;
        left: -21%;
        opacity: .8
    }
}

@media (max-width: 767px) {
    .support-redesign .sovereignty__bg-gradient--green {
        top:19%;
        left: -66%;
        width: 700px;
        height: 700px
    }
}

.support-redesign .sovereignty__bg-gradient--blue {
    top: -7%;
    left: 37%
}

.support-redesign .sovereignty__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    row-gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1
}

.support-redesign .sovereignty__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 130%
}

.support-redesign .sovereignty__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2,1fr);
    gap: 24px
}

@media (max-width: 1279px) {
    .support-redesign .sovereignty__bg-gradient--blue {
        top:15%;
        left: 11%;
        opacity: .8
    }

    .support-redesign .sovereignty__grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 16px
    }

    .support-redesign .sovereignty__grid .sovereignty--item:nth-child(2) .sovereignty--item__decor {
        top: 50%;
        bottom: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.support-redesign .sovereignty__grid .sovereignty--item:nth-child(1) {
    -ms-grid-row-span: 2;
    grid-row: span 2
}

.support-redesign .sovereignty__grid .sovereignty--item:nth-child(1) .sovereignty--item__decor {
    width: 564px;
    height: 317px
}

@media (max-width: 767px) {
    .support-redesign .sovereignty__bg-gradient--blue {
        top:40%;
        left: -42%;
        width: 700px;
        height: 700px
    }

    .support-redesign .sovereignty__grid .sovereignty--item:nth-child(1) {
        padding-bottom: 45px
    }

    .support-redesign .sovereignty__grid .sovereignty--item:nth-child(1) .sovereignty--item__decor {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 244px;
        height: 137px
    }
}

.support-redesign .sovereignty__grid .sovereignty--item:nth-child(1) p {
    position: relative;
    z-index: 1;
    max-width: 435px
}

.support-redesign .sovereignty__grid .sovereignty--item:nth-child(2) .sovereignty--item__decor {
    right: 0;
    bottom: 0
}

@media (max-width: 767px) {
    .support-redesign .sovereignty__grid .sovereignty--item:nth-child(2) .sovereignty--item__decor {
        position:absolute;
        top: auto;
        right: 0;
        bottom: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: 165px;
        height: 165px
    }
}

.support-redesign .sovereignty__grid .sovereignty--item:nth-child(3) .sovereignty--item__decor {
    width: 163px;
    height: 165px
}

.support-redesign .sovereignty--item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-shadow: 0 4px 25px 0 rgba(1,8,3,.08);
    box-shadow: 0 4px 25px 0 rgba(1,8,3,.08);
    border-radius: 20px;
    background: var(--color-white);
    padding: 24px 50px 24px 24px;
    height: 100%;
    overflow: hidden
}

.support-redesign .sovereignty--item__title {
    margin-bottom: 16px;
    font-size: 24px
}

@media (max-width: 1279px) {
    .support-redesign .sovereignty__grid .sovereignty--item:nth-child(3) .sovereignty--item__desc {
        max-width:560px
    }

    .support-redesign .sovereignty--item__title {
        font-size: 18px
    }
}

@media (max-width: 767px) {
    .support-redesign .sovereignty--item {
        border-radius:10px;
        padding: 20px
    }

    .support-redesign .sovereignty--item__title {
        margin-bottom: 12px;
        font-size: 16px;
        text-wrap: balance
    }

    .support-redesign .sovereignty--item__desc {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.support-redesign .sovereignty--item__desc::after {
    display: table;
    clear: both;
    content: " "
}

.support-redesign .sovereignty--item__desc p {
    position: relative;
    z-index: 1
}

.support-redesign .sovereignty--item__desc ul {
    position: relative;
    z-index: 1;
    margin-top: 0
}

.support-redesign .sovereignty--item__desc ul a:hover {
    color: var(--color-green)
}

.support-redesign .sovereignty--item__desc ul+p {
    clear: both
}

.support-redesign .sovereignty--item__desc.text-block ul>li {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start
}

.support-redesign .sovereignty--item__desc.text-block ul>li::before {
    margin-top: 8px
}

.support-redesign .sovereignty--item__decor {
    float: right;
    width: 232px;
    height: 174px
}

.support-redesign .sovereignty--item__decor img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: right;
    object-position: right
}

.support-redesign .sovereignty--item.maximum ul {
    margin-top: 1em;
    max-width: 446px
}

.support-redesign .sovereignty--item.maximum ul+p {
    max-width: 367px
}

.support-redesign .sovereignty--item.maximum .sovereignty--item__decor {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 315px;
    height: 127px
}

.support-redesign .application-activation {
    padding: clamp(1.875rem,.901rem + 4.33vw,4.688rem) 0
}

.support-redesign .application-activation__container {
    position: relative
}

.support-redesign .application-activation__bg-gradient--green {
    top: -3%;
    left: 2%
}

@media (max-width: 1279px) {
    .support-redesign .sovereignty--item__desc {
        font-size:14px
    }

    .support-redesign .application-activation__bg-gradient--green {
        top: -3%;
        left: -17%;
        width: 700px;
        height: 700px
    }
}

@media (max-width: 767px) {
    .support-redesign .sovereignty--item__decor {
        position:relative;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        float: none
    }

    .support-redesign .sovereignty--item__decor img {
        -o-object-position: center;
        object-position: center
    }

    .support-redesign .sovereignty--item.maximum {
        padding-bottom: 45px
    }

    .support-redesign .sovereignty--item.maximum .sovereignty--item__decor {
        position: absolute;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: 163px;
        height: 165px
    }

    .support-redesign .application-activation__bg-gradient--green {
        top: 4%;
        left: -57%
    }
}

.support-redesign .application-activation__bg-gradient--blue {
    top: -3%;
    left: 38%
}

.support-redesign .application-activation__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
    z-index: 1;
    max-width: 100vw
}

.support-redesign .application-activation__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    list-style: none
}

@media (max-width: 1279px) {
    .support-redesign .application-activation__bg-gradient--blue {
        top:-2%;
        left: 27%;
        width: 700px;
        height: 700px
    }

    .support-redesign .application-activation__list {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        gap: 16px
    }
}

@media (max-width: 767px) {
    .support-redesign .application-activation__bg-gradient--blue {
        top:40%;
        left: -25%
    }

    .support-redesign .application-activation__list {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }
}

.support-redesign .application-activation__item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr auto;
    grid-template-columns: 1fr auto;
    -ms-flex-line-pack: start;
    align-content: start;
    gap: 16px;
    -webkit-box-shadow: 0 4px 25px 0 rgba(1,8,3,.08);
    box-shadow: 0 4px 25px 0 rgba(1,8,3,.08);
    border-radius: 16px;
    background: var(--color-white);
    padding: 24px;
    min-height: 210px;
    color: var(--color-deep-grey)
}

@media (max-width: 1279px) {
    .support-redesign .application-activation__item {
        padding:20px;
        min-height: 130px
    }

    .support-redesign .application-activation__item:nth-of-type(3),.support-redesign .application-activation__item:nth-of-type(4),.support-redesign .application-activation__item:nth-of-type(5) {
        -ms-grid-column-span: 2;
        grid-column: span 2
    }

    .support-redesign .application-activation__item--title {
        font-size: 18px
    }
}

@media (max-width: 767px) {
    .support-redesign .application-activation__item {
        border-radius:10px;
        padding: 16px;
        min-height: 120px
    }

    .support-redesign .application-activation__item:nth-of-type(3),.support-redesign .application-activation__item:nth-of-type(4),.support-redesign .application-activation__item:nth-of-type(5) {
        grid-column: auto
    }
}

.support-redesign .application-activation__item::after {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 2;
    grid-column: 2;
    font-weight: 600;
    font-size: clamp(1rem,.804rem + .87vw,1.5rem);
    line-height: 130%
}

.support-redesign .application-activation__item--title {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row-align: center;
    align-self: center;
    margin: 0
}

@media (max-width: 767px) {
    .support-redesign .application-activation__item--title {
        font-size:16px
    }
}

.support-redesign .application-activation__item--desc {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3
}

.support-redesign .tariff-cost {
    padding: clamp(1.875rem,.901rem + 4.33vw,4.688rem) 0
}

.support-redesign .tariff-cost__container {
    position: relative
}

.support-redesign .tariff-cost__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1;
    border-radius: 30px;
    background: var(--color-light-blue);
    padding: 40px;
    color: var(--color-deep-grey)
}

@media screen and (max-width: 1024px) {
    .support-redesign .tariff-cost__wrapper {
        padding-inline:clamp(1rem,-.324rem + 5.88vw,2.5rem);
        padding-block:clamp(1.875rem,1.324rem + 2.45vw,2.5rem)}
}

.support-redesign .tariff-cost__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr auto;
    grid-template-columns: 1fr auto;
    gap: clamp(1.5rem,.938rem + 1.17vw,1.875rem)
}

.support-redesign .tariff-cost .section-head {
    margin-bottom: 40px
}

@media (max-width: 1279px) {
    .support-redesign .application-activation__item--desc {
        font-size:14px
    }

    .support-redesign .tariff-cost__wrapper {
        border-radius: 20px
    }

    .support-redesign .tariff-cost .section-head {
        margin-bottom: 20px
    }
}

.support-redesign .tariff-cost .monthly-fee {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row-align: start;
    align-self: start;
    border-radius: 30px;
    background: var(--color-white);
    padding: 12px 20px;
    font-weight: 600;
    font-size: clamp(1.125rem,.563rem + 1.17vw,1.5rem);
    line-height: 130%;
    text-align: center
}

@media (max-width: 767px) {
    .support-redesign .tariff-cost__wrapper {
        border-radius:10px
    }

    .support-redesign .tariff-cost__inner {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }

    .support-redesign .tariff-cost .section-head {
        margin: 0
    }

    .support-redesign .tariff-cost .monthly-fee {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-column-align: stretch;
        justify-self: stretch;
        font-size: clamp(1rem,.89rem + .49vw,1.125rem)
    }
}

.support-redesign .tariff-cost__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: clamp(2.5rem,-5.938rem + 17.58vw,8.125rem);
    font-size: 16px
}

@media (max-width: 767px) {
    .support-redesign .tariff-cost__content {
        -ms-grid-column:1;
        grid-column: 1;
        font-size: clamp(.875rem,.765rem + .49vw,1rem)
    }
}

.support-redesign .tariff-cost__content p:not(:last-child) {
    margin-bottom: 1em
}

.support-redesign .tariff-cost__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    margin: 10px auto 0;
    max-width: 480px;
    font-weight: 600;
    text-align: center
}

.support-redesign .technologies {
    padding: clamp(1.875rem,.901rem + 4.33vw,4.688rem) 0
}

.support-redesign .technologies__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.support-redesign .technologies__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1.3fr 1fr;
    grid-template-columns: 1.3fr 1fr;
    gap: 24px
}

.support-redesign .technologies .technolog-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: clamp(1rem,.392rem + 1.27vw,1.5rem);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-shadow: 0 4px 25px 0 rgba(1,8,3,.08);
    box-shadow: 0 4px 25px 0 rgba(1,8,3,.08);
    border-radius: 30px;
    background: var(--color-white);
    padding: 40px 30px
}

.support-redesign .technologies .technolog-item__title {
    font-size: 24px
}

@media (max-width: 1279px) {
    .support-redesign .technologies__inner {
        row-gap:30px
    }

    .support-redesign .technologies__grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 16px
    }

    .support-redesign .technologies .technolog-item {
        border-radius: 20px;
        padding: 30px
    }

    .support-redesign .technologies .technolog-item__title {
        font-size: 18px
    }
}

@media (max-width: 767px) {
    .support-redesign .tariff-cost__actions {
        margin:0
    }

    .support-redesign .technologies__inner {
        row-gap: 20px
    }

    .support-redesign .technologies .technolog-item {
        border-radius: 10px;
        padding: 20px 16px
    }

    .support-redesign .technologies .technolog-item__title {
        font-size: 16px
    }
}

.support-redesign .technologies .technolog-item__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: clamp(.75rem,.446rem + .63vw,1rem);
    list-style: none
}

.support-redesign .technologies .technolog-item__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: clamp(.75rem,.446rem + .63vw,1rem);
    -webkit-box-shadow: 0 4px 25px 0 rgba(1,8,3,.08);
    box-shadow: 0 4px 25px 0 rgba(1,8,3,.08);
    border-radius: 60px;
    background: var(--color-white);
    padding: 4px 12px 4px 8px;
    color: var(--color-deep-grey);
    font-weight: 400;
    font-size: 18px;
    line-height: 130%
}

.support-redesign .technologies .technolog-item__link .technolog__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid var(--color-light-grey);
    border-radius: 140px;
    width: clamp(1.875rem,1.116rem + 1.58vw,2.5rem);
    height: clamp(1.875rem,1.116rem + 1.58vw,2.5rem)
}

.support-redesign .technologies__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%
}

@media (max-width: 1279px) {
    .support-redesign .technologies .technolog-item__link {
        font-size:16px
    }

    .support-redesign .technologies__info {
        row-gap: 16px;
        font-size: 14px
    }
}

.support-redesign .technologies__info--title {
    font-weight: 600;
    font-size: 24px;
    line-height: 130%
}

.support-redesign .faq__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 760px auto;
    grid-template-columns: 760px auto
}

.support-redesign .faq__head {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    margin: 0
}

@media (max-width: 1279px) {
    .support-redesign .technologies__info--title {
        font-size:18px
    }

    .support-redesign .faq__inner {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }

    .support-redesign .faq__head {
        -ms-grid-column: 1;
        grid-column: 1
    }
}

.support-redesign .faq__content {
    -ms-grid-column: 1;
    grid-column: 1
}

.support-redesign .faq__decor {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-column: 2;
    grid-column: 2
}

.auto-page-partners__banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 4px 25px rgba(1,8,3,.08);
    box-shadow: 0 4px 25px rgba(1,8,3,.08);
    border-radius: 30px;
    background: var(--color-white,#fff);
    padding: 40px;
    width: 100%;
    max-width: 1320px
}

@media (min-width: 768px) and (max-width:1279px) {
    .auto-page-partners__banner {
        -webkit-box-align:center;
        -ms-flex-align: center;
        align-items: center;
        margin-right: auto;
        margin-left: auto;
        border-radius: 20px;
        padding: 20px;
        min-height: 0
    }
}

@media (max-width: 767px) {
    .support-redesign .technologies .technolog-item__link {
        font-size:14px
    }

    .support-redesign .technologies__info--title {
        font-size: 16px
    }

    .auto-page-partners__banner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 24px;
        border-radius: 10px;
        padding: 20px 16px 24px;
        min-height: 0
    }
}

.auto-page-partners__banner-head {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0,495px) minmax(0,1fr) minmax(0,1fr);
    grid-template-columns: minmax(0,495px) minmax(0,1fr) minmax(0,1fr);
    -webkit-column-gap: 90px;
    -moz-column-gap: 90px;
    column-gap: 90px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 40px
}

@media (max-width: 1279px) {
    .auto-page-partners__banner-head {
        -ms-grid-columns:1fr;
        grid-template-columns: 1fr;
        justify-items: flex-start;
        gap: 24px;
        margin-bottom: 24px;
        text-align: left
    }
}

@media (min-width: 768px) and (max-width:1279px) {
    .auto-page-partners__banner-head {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        justify-items: unset;
        gap: 16px;
        margin-bottom: 16px;
        width: 100%;
        text-align: left
    }
}

@media (max-width: 767px) {
    .auto-page-partners__banner-head {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 12px;
        margin-bottom: 0;
        width: 100%;
        text-align: center
    }
}

.auto-page-partners__banner-head-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px
}

@media (max-width: 1279px) {
    .auto-page-partners__banner-head-left {
        -webkit-box-align:left;
        -ms-flex-align: left;
        align-items: left
    }
}

@media (min-width: 768px) and (max-width:1279px) {
    .auto-page-partners__banner-head-left {
        -webkit-box-align:start;
        -ms-flex-align: start;
        align-items: flex-start;
        text-align: left
    }
}

@media (max-width: 767px) {
    .auto-page-partners__banner-head-left {
        -webkit-box-align:center;
        -ms-flex-align: center;
        align-items: center;
        gap: 12px;
        width: 100%;
        max-width: 305px
    }
}

.auto-page-partners__banner-title {
    margin: 0;
    color: var(--color-deep-grey,currentColor);
    font-weight: 600;
    font-size: 24px;
    line-height: 1.3
}

.auto-page-partners__banner-title--head-center {
    -ms-grid-column-align: start;
    justify-self: start;
    max-width: 42em
}

@media (max-width: 1279px) {
    .auto-page-partners__banner-title--head-center {
        justify-self:flex-start;
        max-width: 40ch
    }
}

@media (min-width: 768px) and (max-width:1279px) {
    .auto-page-partners__banner-title--head-center {
        max-width:none;
        white-space: nowrap
    }

    .auto-page-partners__banner-title {
        font-size: 18px;
        white-space: nowrap
    }
}

@media (max-width: 767px) {
    .auto-page-partners__banner-title--head-center {
        max-width:246px
    }

    .auto-page-partners__banner-title {
        font-size: 16px
    }
}

.auto-page-partners__banner-text {
    margin: 0;
    max-width: 495px;
    color: var(--color-deep-grey,currentColor);
    font-weight: 400;
    font-size: 18px;
    line-height: 1.3
}

.head-item h4 {
    text-wrap: balance
}

.auto-page-partners__banner-badges {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: clamp(1rem,-4.62rem + 11.71vw,5.625rem)
}

@media (max-width: 1279px) {
    .auto-page-partners__banner-badges {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24px
    }
}

@media (min-width: 768px) and (max-width:1279px) {
    .auto-page-partners__banner-text {
        max-width:447px;
        font-size: 16px;
        text-align: left
    }

    .auto-page-partners__banner-badges {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 35px;
        width: 100%
    }
}

@media (max-width: 767px) {
    .auto-page-partners__banner-text {
        margin-right:auto;
        margin-left: auto;
        max-width: 305px;
        font-size: 14px
    }

    .auto-page-partners__banner-badges {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 24px;
        width: 100%
    }
}

.auto-page-partners__badge-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px
}

@media (min-width: 768px) and (max-width:1279px) {
    .auto-page-partners__badge-group {
        width:auto;
        max-width: none
    }
}

@media (max-width: 767px) {
    .auto-page-partners__badge-group {
        width:100%;
        max-width: 295px
    }
}

.auto-page-partners__badge-frame {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid var(--color-light-blue,#eef2fa);
    border-radius: 10px;
    width: certificates__ticker;
    height: 212px;
    overflow: hidden
}

.auto-page-partners__badge-frame img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.auto-page-partners__badge-frame--gold {
    border-color: var(--color-light-blue,#eef2fa)
}

.auto-page-partners__badge-frame--1c {
    border-color: var(--color-ivory,#e0e0e0)
}

@media (min-width: 768px) and (max-width:1279px) {
    .auto-page-partners__badge-frame {
        -ms-flex-negative:0;
        flex-shrink: 0;
        width: 165px;
        height: 117px
    }
}

@media (max-width: 767px) {
    .auto-page-partners__badge-frame {
        width:100%;
        max-width: 295px;
        height: 209px
    }
}

.auto-page-partners__badge-caption {
    color: var(--color-deep-grey);
    font-weight: 600;
    font-size: clamp(1rem,.848rem + .32vw,1.125rem);
    line-height: 130%;
    text-align: center
}

.team-about {
    padding: clamp(1.875rem,.901rem + 4.33vw,4.688rem) 0
}

.team-about__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: clamp(1rem,.048rem + 4.23vw,3.75rem)
}

.team-about__head-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: clamp(.75rem,.577rem + .77vw,1.25rem);
    max-width: 830px
}

.team-about__subtitle {
    margin: 0;
    color: var(--color-deep-grey,currentColor);
    font-weight: 400;
    font-size: clamp(.875rem,.788rem + .38vw,1.125rem);
    line-height: 1.3;
    font-family: var(--base-font),sans-serif
}

.team-about__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.team-about__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    row-gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-inline:clamp(3.75rem,-2.037rem + 9.04vw,5.875rem)}

@media (max-width: 1279px) {
    .team-about__grid {
        padding-inline:0
    }

    .team-about .team-about-swiper {
        -webkit-mask-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),color-stop(9%,#000),color-stop(91%,#000),to(rgba(0,0,0,0)));
        -webkit-mask-image: linear-gradient(to right,rgba(0,0,0,0) 0,#000 9%,#000 91%,rgba(0,0,0,0) 100%);
        mask-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),color-stop(9%,#000),color-stop(91%,#000),to(rgba(0,0,0,0)));
        mask-image: linear-gradient(to right,rgba(0,0,0,0) 0,#000 9%,#000 91%,rgba(0,0,0,0) 100%);
        margin-inline:-45px;padding-top: 6px;
        padding-bottom: 20px;
        padding-inline:45px;width: calc(100% + 90px);
        max-width: calc(100% + 90px)
    }
}

.team-about .team-about-swiper .team-about-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px
}

.team-about .team-about-swiper .team-about-card__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 10px;
    height: 280px;
    overflow: hidden
}

.team-about .team-about-swiper .team-about-card__image img,.team-about .team-about-swiper .team-about-card__image picture {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.team-about .team-about-swiper .team-about-card__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 14px
}

.team-about .team-about-swiper .team-about-card__name {
    color: var(--color-deep-grey);
    font-weight: 600;
    font-size: 16px;
    line-height: 130%
}

@media (max-width: 767px) {
    .team-about .team-about-swiper {
        -webkit-mask-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),color-stop(5%,#000),color-stop(95%,#000),to(rgba(0,0,0,0)));
        -webkit-mask-image: linear-gradient(to right,rgba(0,0,0,0) 0,#000 5%,#000 95%,rgba(0,0,0,0) 100%);
        mask-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),color-stop(5%,#000),color-stop(95%,#000),to(rgba(0,0,0,0)));
        mask-image: linear-gradient(to right,rgba(0,0,0,0) 0,#000 5%,#000 95%,rgba(0,0,0,0) 100%);
        margin-inline:-16px;padding-top: 6px;
        padding-bottom: 20px;
        padding-inline:16px;width: calc(100% + 32px);
        max-width: calc(100% + 32px)
    }

    .team-about .team-about-swiper .team-about-card__image {
        height: 310px
    }

    .team-about .team-about-swiper .team-about-card__name {
        font-size: 14px
    }
}

.team-about .team-about-swiper .team-about-card__status {
    color: var(--color-deep-grey);
    font-weight: 400;
    font-size: 14px;
    line-height: 130%
}

.team-about__nav-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: background-color .2s,opacity .2s,color .2s;
    transition: background-color .2s,opacity .2s,color .2s;
    cursor: pointer;
    -webkit-box-shadow: var(--input-shadow);
    box-shadow: var(--input-shadow);
    border: none;
    border-radius: 60px;
    background: var(--color-white,#fff);
    width: 44px;
    height: 44px
}

.team-about__nav-btn.swiper-button-disabled {
    opacity: .35;
    cursor: not-allowed;
    pointer-events: none
}

.team-about__nav-btn:hover:not(.swiper-button-disabled) {
    opacity: .95;
    background: var(--color-green,#34ae6b);
    color: var(--color-white)
}

.team-about__nav-btn--next,.team-about__nav-btn--prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2
}

.team-about__nav-btn--prev {
    left: 8px
}

.team-about__nav-btn--next {
    right: 8px
}

.team-about .team-about__controls {
    display: none
}

@media (max-width: 1279px) {
    .team-about__nav-btn {
        display:none
    }

    .team-about .team-about__controls {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 16px;
        margin-top: 10px
    }
}

.team-about .team-about-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: static;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

.team-about .team-about__dot {
    display: block;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
    cursor: pointer;
    border: 1px solid var(--color-ivory);
    border-radius: 50%;
    background: #fff;
    width: 10px;
    height: 10px
}

.team-about .team-about__dot[aria-current=true] {
    background: var(--color-green)
}

.team-about__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 18px
}

@media (max-width: 1279px) {
    .team-about__info {
        font-size:14px
    }

    .team-about__info ul>li {
        gap: 12px
    }
}

.team-about__title {
    margin: 0;
    color: var(--color-deep-grey,currentColor);
    font-family: var(--base-font),sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 130%
}

@media (max-width: 1279px) {
    .team-about__title {
        font-size:18px
    }
}

@media (max-width: 767px) {
    .team-about__title {
        font-size:16px
    }
}

.scrollable-table {
    width: 100%;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch
}

.license-table,table {
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed
}

.license-table {
    min-width: 680px
}

.license-table td,.license-table th,table td,table th {
    vertical-align: middle;
    border-bottom: 1px solid var(--color-ivory);
    padding: 12px clamp(.625rem,-.125rem + 1.56vw,1.125rem);
    text-align: center
}

.license-table td:last-child,.license-table th:last-child {
    border-right: none
}

.license-table th,table th {
    border-bottom: 1px solid var(--color-ivory);
    color: var(--color-blue);
    font-weight: 600;
    font-size: clamp(.875rem,-.063rem + 1.95vw,1.5rem);
    line-height: 110%;
    text-align: center
}

.license-table td:first-child,.license-table th:first-child {
    position: sticky;
    left: 0;
    z-index: 2;
    -webkit-box-shadow: inset -1px 0 0 #e9edf2,2px 0 5px -2px rgba(0,0,0,.02);
    box-shadow: inset -1px 0 0 #e9edf2,2px 0 5px -2px rgba(0,0,0,.02);
    background-color: #fff;
    color: var(--color-deep-grey);
    font-weight: 400;
    font-size: clamp(.875rem,.5rem + .78vw,1.125rem);
    line-height: 130%
}

table th {
    background-color: var(--color-white)
}

table tbody td>ul {
    padding-left: 1.2em
}

table tbody td:first-child {
    padding-left: 0
}

.scrollable-table .license-table td:first-child,.scrollable-table .license-table th:first-child {
    position: sticky;
    left: 0;
    background: var(--color-white);
    padding: clamp(.75rem,.469rem + .59vw,.938rem) clamp(.625rem,-.125rem + 1.56vw,1.125rem) clamp(.75rem,.469rem + .59vw,.938rem) 0;
    width: clamp(8.75rem,3.125rem + 11.72vw,12.5rem);
    -ms-hyphens: auto;
    hyphens: auto;
    text-align: left;
    text-wrap: balance
}

@media screen and (max-width: 485px) {
    .license-table td:first-child,.license-table th:first-child,.scrollable-table .license-table td:first-child,.scrollable-table .license-table th:first-child {
        position:relative
    }
}

.license-table tr:hover td {
    -webkit-transition: .1s;
    transition: .1s;
    background-color: #fafcff
}

.icon-check {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 60px;
    background: #1e7e34;
    width: 30px;
    height: 30px;
    color: #fff;
    font-weight: 700;
    font-size: 14px
}

.icon-check::before {
    display: block;
    background-image: url(../img/content/products/license/icon-plus.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
    content: ""
}

.icon-minus {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50px;
    background: var(--color-light-grey);
    width: 30px;
    height: 30px;
    font-weight: 600;
    font-size: 14px
}

.icon-minus::before {
    display: block;
    background-image: url(../img/content/products/license/icon-minus.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
    content: ""
}

.cell-value {
    font-weight: 500
}

.license-table th:first-child {
    position: sticky;
    left: 0;
    z-index: 3
}

.scrollable-table::-webkit-scrollbar {
    height: 6px
}

.scrollable-table::-webkit-scrollbar-track {
    border-radius: 8px;
    background: var(--color-ivory)
}

.scrollable-table::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: var(--color-grey)
}

.scrollable-table::-webkit-scrollbar-thumb:hover {
    background: #94adc4
}

.desktop-view {
    display: table-row-group;
    width: 100%
}

.mobile-accordion-view {
    display: none;
    background: #fff;
    padding: 0
}

.accordion-item {
    -webkit-transition: .2s;
    transition: .2s;
    -webkit-box-shadow: 0 2px 8px rgba(0,0,0,.02);
    box-shadow: 0 2px 8px rgba(0,0,0,.02);
    background: #fff;
    overflow: hidden
}

.accordion-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .2s;
    transition: .2s;
    cursor: pointer;
    border-bottom: 1px solid transparent;
    background: #fff;
    padding: 1.1rem 1.2rem;
    font-weight: 400
}

.accordion-header.active {
    border-bottom-color: #e2eaf2;
    background: #fbfeff
}

.feature-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

.badge-count {
    border-radius: 40px;
    background: #ecf3f9;
    padding: .2rem .65rem;
    color: #2c6b8f;
    font-weight: 500;
    font-size: .7rem
}

.accordion-arrow {
    -webkit-transition: -webkit-transform .25s;
    transition: transform .25s;
    transition: transform .25s,-webkit-transform .25s;
    color: inherit;
    font-weight: 300;
    font-size: 1.2rem
}

.accordion-header.active .accordion-arrow {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.accordion-body {
    -webkit-transition: max-height .35s cubic-bezier(.33,1,.68,1);
    transition: max-height .35s cubic-bezier(.33,1,.68,1);
    max-height: 0;
    overflow: hidden
}

.accordion-body-inner {
    padding: .8rem 1rem 1rem
}

.tariff-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid var(--color-ivory);
    padding: .8rem .4rem
}

.tariff-row:last-child {
    border-bottom: none
}

.tariff-name {
    padding: .2rem .6rem;
    font-weight: 600
}

.tariff-value {
    color: var(--color-deep-grey);
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    text-align: center
}

@media (max-width: 1200px) {
    .comparison-versions:not(:has(.narrow)) .desktop-view {
        display:none
    }

    .comparison-versions:not(:has(.narrow)) .tablet-view {
        position: sticky;
        top: 0
    }

    .comparison-versions:not(:has(.narrow)) table th:first-child {
        display: none
    }

    .comparison-versions:not(:has(.narrow)) .mobile-accordion-view {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        row-gap: 12px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .comparison-versions:not(:has(.narrow)) .accordion-header {
        border-bottom: 1px solid var(--color-ivory);
        padding: 8px 20px 8px 0
    }

    .comparison-versions:not(:has(.narrow)) .accordion-body-inner {
        display: -ms-grid;
        display: grid;
        grid-auto-columns: 1fr;
        grid-auto-flow: column
    }

    .comparison-versions:not(:has(.narrow)) .feature-title {
        font-weight: 600
    }

    .comparison-versions:not(:has(.narrow)) .tariff-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 0 8px;
        color: var(--color-deep-grey);
        font-weight: 400;
        font-size: 14px;
        line-height: 130%;
        text-align: center
    }

    .comparison-versions:not(:has(.narrow)) .tariff-name {
        display: none
    }

    .comparison-versions:not(:has(.narrow)) .tariff-value {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0;
        font-size: 14px
    }
}

@media screen and (max-width: 1024px) {
    .table-card:has(.width-1024) .desktop-view {
        display:none
    }

    .table-card:has(.width-1024) .mobile-accordion-view {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        row-gap: 12px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .table-card:has(.width-1024) .accordion-header {
        border-bottom: 1px solid var(--color-ivory);
        padding: 8px 10px 4px 0
    }

    .table-card:has(.width-1024) .accordion-body-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        row-gap: 16px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border-bottom: 1px solid var(--color-ivory);
        padding-inline:0}

    .table-card:has(.width-1024) .tariff-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        row-gap: 8px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        border: 0;
        padding: 0
    }

    .table-card:has(.width-1024) .tariff-name {
        padding-inline:0;padding-block:6px;color: var(--color-blue);
        font-weight: 600;
        font-size: 14px;
        line-height: 110%
    }

    .table-card:has(.width-1024) .tariff-value {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        font-size: 14px;
        text-align: left
    }
}

@media screen and (max-width: 767px) {
    .desktop-view {
        display:none
    }

    .mobile-accordion-view {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        row-gap: 6px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .comparison-versions:not(:has(.narrow)) .accordion-header {
        padding: 8px 10px 4px 0
    }

    .comparison-versions:not(:has(.narrow)) .accordion-body-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-inline:0}

    .comparison-versions:not(:has(.narrow)) .feature-title {
        font-size: 14px
    }

    .comparison-versions:not(:has(.narrow)) .tariff-row {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2,1fr);
        border: 0
    }

    .comparison-versions:not(:has(.narrow)) .tariff-name {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        color: var(--color-blue);
        font-weight: 600;
        font-size: 14px;
        line-height: 110%
    }

    .comparison-versions:not(:has(.narrow)) .tariff-value {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        font-size: 14px;
        text-align: left
    }

    .comparison-versions:not(:has(.narrow)) .tablet-view {
        display: none
    }

    .accordion-header {
        border-bottom: 1px solid var(--color-ivory);
        padding: 8px 10px 4px 0
    }

    .accordion-body-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-inline:0}

    .feature-title {
        font-weight: 600;
        font-size: 14px
    }

    .tariff-row {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2,1fr);
        border: 0
    }

    .tariff-name {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        color: var(--color-blue);
        font-weight: 600;
        font-size: 14px;
        line-height: 110%
    }

    .tariff-value {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        font-size: 14px;
        text-align: left
    }

    .tariff-value ul {
        padding-left: .8em;
        list-style-type: disc
    }

    .tariff-value ul>li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 8px
    }

    .tariff-value ul>li::before {
        display: block;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        border-radius: 10px;
        background-color: currentColor;
        width: 4px;
        height: 4px;
        content: ""
    }

    .tablet-view {
        display: none
    }

    .comparison-versions:has(.narrow) .accordion-body-inner {
        row-gap: 16px
    }

    .comparison-versions:has(.narrow) .tariff-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 0
    }

    .comparison-versions:has(.narrow) .tariff-name {
        padding-inline:0;padding-block:6px}
}

.text-block ul>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}