@charset "UTF-8";.page__body--products .site-container {
    overflow-x: clip
}

.products-page-hero {
    padding-bottom: clamp(1.875rem,.901rem + 4.33vw,4.688rem);
    overflow-x: clip
}

.products-page-hero__wrap {
    position: relative
}

.products-page-hero__bg-gradient--green {
    top: -200px;
    left: -200px
}

@media (max-width: 1279px) {
    .products-page-hero__bg-gradient--green {
        top:-8%;
        left: -19%;
        width: 700px;
        height: 700px
    }
}

@media (max-width: 767px) {
    .products-page-hero__bg-gradient--green {
        top:-6%;
        left: -45%;
        width: 500px;
        height: 500px
    }
}

.products-page-hero__bg-gradient--blue {
    top: -50px;
    left: 200px
}

@media (max-width: 1279px) {
    .products-page-hero__bg-gradient--blue {
        top:-13%;
        left: 32%;
        width: 700px;
        height: 700px
    }
}

.products-page-hero__inner {
    display: -ms-grid;
    display: grid;
    position: relative;
    -ms-grid-rows: auto auto clamp(2.875rem,-6.997rem + 15.43vw,6.5rem) clamp(10.438rem,7.544rem + 4.52vw,11.5rem);
    grid-template-rows: auto auto clamp(2.875rem,-6.997rem + 15.43vw,6.5rem) clamp(10.438rem,7.544rem + 4.52vw,11.5rem);
    -ms-grid-columns: 3fr 1.8fr;
    grid-template-columns: 3fr 1.8fr;
    gap: 24px;
    z-index: 2;
    -webkit-transition: all var(--transition);
    transition: all var(--transition);
    padding-top: clamp(6.25rem,-1.345rem + 15.82vw,12.5rem)
}

.products-page-hero__title {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-column: 1;
    grid-column: 1;
    color: var(--color-deep-grey);
    font-weight: 600;
    font-size: clamp(2.625rem,2.149rem + 2.12vw,4rem);
    line-height: 1.3
}

@media screen and (max-width: 1023px) {
    .products-page-hero__inner {
        -ms-grid-rows:none;
        grid-template-rows: none;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-auto-rows: auto;
        justify-items: center;
        gap: 16px
    }

    .products-page-hero__title {
        -ms-grid-row: 1;
        grid-row: 1;
        text-align: center
    }
}

@media (max-width: 767px) {
    .products-page-hero__bg-gradient--blue {
        top:-6%;
        left: 4%;
        width: 500px;
        height: 500px
    }

    .products-page-hero__title {
        font-size: clamp(1.5rem,.507rem + 4.41vw,2.625rem)
    }
}

.products-page-hero__title span {
    font-size: clamp(1.5rem,.507rem + 4.41vw,2.625rem);
    line-height: 1.3
}

.products-page-hero__lead {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 2;
    grid-column: 2;
    margin-top: 25px
}

@media screen and (max-width: 1023px) {
    .products-page-hero__lead {
        -ms-grid-row:2;
        grid-row: 2;
        -ms-grid-column: 1;
        grid-column: 1;
        margin: 0;
        text-align: center
    }
}

.products-page-hero__actions {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 2;
    grid-column: 2;
    -webkit-transform: all var(--transition);
    -ms-transform: all var(--transition);
    transform: all var(--transition)
}

@media screen and (max-width: 1023px) {
    .products-page-hero__actions {
        display:-webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-grid-row: 3;
        grid-row: 3;
        -ms-grid-column: 1;
        grid-column: 1;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 34px;
        padding-bottom: 24px
    }
}

.products-page-hero__examples {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-grid-row: 4;
    grid-row: 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    gap: 24px;
    z-index: 2;
    width: 100%
}

@media screen and (max-width: 1023px) {
    .products-page-hero__examples {
        display:-ms-grid;
        display: grid;
        grid-template-columns: repeat(auto-fill,minmax(clamp(13.125rem,9.36rem + 7.84vw,14.375rem),1fr));
        -ms-grid-row: 4;
        grid-row: 4;
        -ms-grid-column: 1;
        grid-column: 1;
        gap: 16px
    }
}

.products-page-hero__examples .example-item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr auto;
    grid-template-columns: 1fr auto;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    row-gap: 8px;
    transition-behavior: allow-discrete;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-property: opacity,display,visibility,height,margin-top;
    transition-property: opacity,display,visibility,height,margin-top;
    -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 24px
}

@media screen and (min-width: 1024px) {
    .products-page-hero__title span {
        display:inline-block
    }

    .products-page-hero__examples .example-item {
        -ms-flex-item-align: end;
        align-self: flex-end
    }
}

.products-page-hero__examples .example-item__title {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row-align: center;
    align-self: center
}

@media screen and (max-width: 1279px) {
    .products-page-hero__examples .example-item {
        -ms-grid-columns:auto 1fr;
        grid-template-columns: auto 1fr;
        row-gap: 4px;
        padding: 16px
    }

    .products-page-hero__examples .example-item__title {
        -ms-grid-column: 2;
        grid-column: 2
    }
}

.products-page-hero__examples .example-item__desc {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 1;
    grid-column: 1;
    font-size: clamp(.75rem,.663rem + .38vw,1rem)
}

@media screen and (max-width: 1279px) {
    .products-page-hero__examples .example-item__desc {
        -ms-grid-column:1;
        -ms-grid-column-span: 2;
        grid-column: 1/3
    }
}

.products-page-hero__examples .example-item__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-grid-row: 3;
    grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-column-align: start;
    justify-self: start;
    gap: 8px;
    margin-top: 12px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: auto;
    color: var(--color-green);
    font-weight: 600;
    font-size: 18px;
    line-height: 110%
}

.products-page-hero__examples .example-item__link svg {
    rotate: -90deg
}

@media screen and (min-width: 1024px) {
    .products-page-hero__examples .example-item__link {
        visibility:hidden;
        opacity: 0;
        transition-behavior: allow-discrete;
        -webkit-transition-duration: .4s;
        transition-duration: .4s;
        -webkit-transition-property: opacity,display,visibility,height,margin-top;
        transition-property: opacity,display,visibility,height,margin-top;
        margin-top: -40px;
        height: 0;
        color: var(--color-grey)
    }

    .products-page-hero__examples .example-item:hover {
        -webkit-transition: all var(--transition);
        transition: all var(--transition)
    }

    .products-page-hero__examples .example-item:hover .example-item__link {
        visibility: visible;
        opacity: 1;
        transition-behavior: allow-discrete;
        -webkit-transition-duration: .4s;
        transition-duration: .4s;
        -webkit-transition-property: opacity,display,visibility,height,margin-top;
        transition-property: opacity,display,visibility,height,margin-top;
        margin-top: 24px;
        height: auto
    }

    .products-page-hero__examples .example-item:hover .example-item__link:hover {
        color: var(--color-green)
    }
}

.products-page-hero__examples .example-item__icon {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
    width: 90px;
    height: 90px
}

@media screen and (max-width: 1279px) {
    .products-page-hero__examples .example-item__icon {
        -ms-grid-row:1;
        grid-row: 1;
        -ms-grid-column: 1;
        grid-column: 1;
        width: 40px;
        height: 40px
    }
}

.products-page-hero__examples .example-item__icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.products-page-hero__visual {
    top: 11%;
    width: 720px;
    height: 642px
}

@media screen and (max-width: 1023px) {
    .products-page-hero__visual {
        top:20%;
        width: 573px;
        height: 470px
    }
}

@media screen and (max-width: 639px) {
    .products-page-hero__visual {
        top:30%
    }
}

@media screen and (max-width: 425px) {
    .products-page-hero__visual {
        top:28%;
        width: 500px
    }
}

.products-page .ecosystem {
    padding: clamp(1.875rem,.901rem + 4.33vw,4.688rem) 0
}

.products-page .ecosystem__wrap {
    position: relative
}

.products-page .ecosystem__bg-gradient {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 0;
    width: 900px;
    height: 900px;
    pointer-events: none
}

.products-page .ecosystem__bg-gradient--green {
    top: -2%;
    left: -4%
}

@media (max-width: 1279px) {
    .products-page .ecosystem__bg-gradient--green {
        top:5%;
        left: -19%;
        width: 700px;
        height: 700px
    }
}

@media (max-width: 767px) {
    .products-page .ecosystem__bg-gradient--green {
        top:14%;
        left: -54%;
        width: 700px;
        height: 700px
    }
}

.products-page .ecosystem__bg-gradient--blue {
    top: 1%;
    left: 34%
}

@media (max-width: 1279px) {
    .products-page .ecosystem__bg-gradient--blue {
        top:4%;
        left: 25%;
        width: 700px;
        height: 700px
    }
}

@media (max-width: 767px) {
    .products-page .ecosystem__bg-gradient--blue {
        top:14%;
        left: -12%;
        width: 700px;
        height: 700px
    }
}

.products-page .ecosystem__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;
    -webkit-transition: all var(--transition);
    transition: all var(--transition)
}

.products-page .ecosystem-swiper {
    margin-right: -15px;
    margin-left: -15px;
    padding-top: 6px;
    padding-bottom: 20px;
    padding-inline:15px;width: calc(100% + 30px);
    max-width: calc(100% + 30px)
}

@media (max-width: 1279px) {
    .products-page .ecosystem-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)
    }
}

@media (max-width: 767px) {
    .products-page .ecosystem-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:-16px;padding-top: 6px;
        padding-bottom: 20px;
        padding-inline:16px;width: calc(100% + 32px);
        max-width: calc(100% + 32px)
    }
}

.products-page .ecosystem-swiper .swiper-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.products-page .ecosystem-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px
}

.products-page .ecosystem__nav-btn--next,.products-page .ecosystem__nav-btn--prev {
    display: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2
}

.products-page .ecosystem__nav-btn--prev {
    left: 8px
}

.products-page .ecosystem__nav-btn--next {
    right: 8px
}

.products-page .ecosystem-item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    gap: 12px;
    -webkit-transition: -webkit-box-shadow .4s,-webkit-transform .35s cubic-bezier(.2,.9,.4,1.2);
    transition: box-shadow .4s,transform .35s cubic-bezier(.2,.9,.4,1.2),-webkit-box-shadow .4s,-webkit-transform .35s cubic-bezier(.2,.9,.4,1.2);
    -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: clamp(1.25rem,-.972rem + 4.63vw,2.5rem);
    color: var(--color-deep-grey)
}

.products-page .ecosystem-item__icon {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1;
    -webkit-transition: .3s;
    transition: .3s;
    width: clamp(2.5rem,-3.056rem + 11.57vw,5.625rem);
    height: clamp(2.5rem,-3.056rem + 11.57vw,5.625rem)
}

.products-page .ecosystem-item__title {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-transition: .3s;
    transition: .3s;
    font-weight: 600;
    font-size: 18px;
    line-height: 130%
}

@media screen and (min-width: 1280px) {
    .products-page .ecosystem-item__title {
        font-size:24px
    }
}

.products-page .ecosystem-item__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-grid-row: 2;
    grid-row: 2;
    -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-transition: .3s;
    transition: .3s;
    font-size: clamp(.875rem,.653rem + .46vw,1rem)
}

.products-page .ecosystem-item__expandable-content {
    display: -ms-grid;
    display: grid;
    margin-top: 0
}

@media screen and (min-width: 1280px) {
    .products-page .ecosystem-item__text {
        -ms-grid-column:2;
        grid-column: 2
    }

    .products-page .ecosystem-item__expandable-content {
        -ms-grid-rows: 0fr;
        grid-template-rows: 0fr;
        -webkit-transition: grid-template-rows .5s cubic-bezier(.2,.85,.3,1);
        transition: grid-template-rows .5s cubic-bezier(.2,.85,.3,1);
        transition: grid-template-rows .5s cubic-bezier(.2,.85,.3,1),-ms-grid-rows .5s cubic-bezier(.2,.85,.3,1)
    }

    .products-page .ecosystem-item__expandable-inner {
        -webkit-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
        transform: translateY(-8px);
        opacity: 0;
        -webkit-transition: opacity .4s,-webkit-transform .45s cubic-bezier(.2,.9,.4,1.1);
        transition: opacity .4s,transform .45s cubic-bezier(.2,.9,.4,1.1),-webkit-transform .45s cubic-bezier(.2,.9,.4,1.1);
        overflow: hidden
    }
}

.products-page .ecosystem-item__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-column-align: start;
    justify-self: start;
    gap: 8px;
    margin-top: 24px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: auto;
    color: var(--color-green);
    font-weight: 600;
    font-size: 18px;
    line-height: 110%
}

.products-page .ecosystem-item__link svg {
    rotate: -90deg
}

.products-page .ecosystem-item__link:hover {
    color: var(--color-green)
}

@media screen and (min-width: 1280px) {
    .products-page .ecosystem-item__link {
        -ms-grid-column:2;
        grid-column: 2;
        color: currentColor
    }

    .products-page .ecosystem-item__expandable-content {
        -ms-grid-rows: 0fr;
        grid-template-rows: 0fr
    }

    .products-page .ecosystem-item__expandable-inner {
        -webkit-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
        transform: translateY(-8px);
        opacity: 0
    }
}

.products-page .ecosystem-item:hover .ecosystem-item__expandable-content {
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr
}

.products-page .ecosystem-item:hover .ecosystem-item__expandable-inner {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition-delay: 50ms;
    transition-delay: 50ms
}

.products-page .ecosystem-item:hover {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-box-shadow: 0 4px 25px 0 rgba(1,8,3,.08);
    box-shadow: 0 4px 25px 0 rgba(1,8,3,.08)
}

.products-page .editorial {
    padding: clamp(1.875rem,.901rem + 4.33vw,4.688rem) 0
}

.products-page .editorial .section-head {
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px
}

.products-page .editorial .section-head .btn {
    display: none;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

@media screen and (min-width: 768px) {
    .products-page .editorial .section-head .btn {
        display:-webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }
}

@media screen and (max-width: 1023px) {
    .products-page .editorial .section-head {
        row-gap:40px;
        -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
    }

    .products-page .editorial .section-head .section-head__text {
        max-width: none
    }

    .products-page .editorial .section-head .btn {
        -ms-flex-item-align: start;
        align-self: flex-start
    }
}

.products-page .editorial__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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.products-page .editorial__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: clamp(.75rem,.554rem + .87vw,1.25rem);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    -webkit-transition: .5s;
    transition: .5s;
    width: 100%;
    max-width: 872px
}

.products-page .editorial-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-transition: .5s;
    transition: .5s;
    width: 100%
}

.products-page .editorial-item summary {
    cursor: pointer;
    list-style: none
}

.products-page .editorial-item summary::-webkit-details-marker {
    display: none
}

.products-page .editorial-item::details-content {
    opacity: 0;
    transition-behavior: allow-discrete;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-property: height,opacity,content-visibility;
    transition-property: height,opacity,content-visibility;
    padding: 0;
    height: 0;
    overflow: hidden
}

.products-page .editorial-item[open] .editorial-item__icon {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.products-page .editorial-item[open]::details-content {
    opacity: 1;
    height: auto
}

.products-page .editorial-item__title {
    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: .3s;
    transition: .3s;
    cursor: pointer;
    border-bottom: 1px solid var(--color-ivory);
    background: var(--color-white,#fff);
    padding: 7px 20px 8px 0;
    font-weight: 600;
    font-size: clamp(1rem,.804rem + .87vw,1.5rem)
}

.products-page .editorial-item__icon {
    -webkit-transition: -webkit-transform var(--transition);
    transition: -webkit-transform var(--transition);
    transition: transform var(--transition);
    transition: transform var(--transition),-webkit-transform var(--transition)
}

.products-page .editorial-item__body {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr auto auto;
    grid-template-columns: 1fr auto auto;
    gap: 24px;
    padding-block:20px}

.products-page .editorial-item__desc {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1;
    max-width: 48ch;
    color: var(--color-grey);
    font-weight: 400;
    font-size: clamp(.875rem,.765rem + .49vw,1rem);
    line-height: 130%
}

@media screen and (max-width: 639px) {
    .products-page .editorial-item__body {
        -ms-grid-columns:1.3fr 1fr;
        grid-template-columns: 1.3fr 1fr;
        gap: 16px;
        padding-block:10px}

    .products-page .editorial-item__desc {
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1/3
    }
}

.products-page .editorial-item__price {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row-align: center;
    align-self: center;
    color: var(--color-deep-grey);
    font-weight: 600;
    font-size: clamp(1.25rem,1.029rem + .98vw,1.5rem);
    line-height: 130%
}

@media screen and (max-width: 1023px) {
    .products-page .editorial-item__price {
        -ms-grid-row:2;
        grid-row: 2;
        -ms-grid-column: 2;
        grid-column: 2;
        -ms-grid-row-align: end;
        align-self: end
    }
}

@media screen and (max-width: 639px) {
    .products-page .editorial-item__price {
        -ms-grid-row:3;
        grid-row: 3;
        -ms-grid-column: 2;
        grid-column: 2
    }
}

.products-page .editorial-item__btn {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 3;
    grid-column: 3;
    min-width: 110px
}

@media screen and (max-width: 1023px) {
    .products-page .editorial-item__btn {
        -ms-grid-row:2;
        grid-row: 2;
        -ms-grid-column: 3;
        grid-column: 3;
        -ms-grid-row-align: end;
        align-self: end
    }
}

@media screen and (max-width: 639px) {
    .products-page .editorial-item__btn {
        -ms-grid-row:4;
        grid-row: 4;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1/3;
        -ms-grid-column-align: center;
        justify-self: center;
        margin-top: 8px;
        min-width: 200px
    }
}

.products-page .editorial-item__info,.products-page .editorial-item__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
}

.products-page .editorial-item__list {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 1;
    grid-column: 1
}

@media screen and (max-width: 639px) {
    .products-page .editorial-item__list {
        -ms-grid-column:1;
        -ms-grid-column-span: 2;
        grid-column: 1/3;
        margin-bottom: 8px
    }
}

.products-page .editorial-item__list>li {
    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: clamp(.875rem,.765rem + .49vw,1rem);
    line-height: 130%
}

.products-page .editorial-item__list>li::before {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 10px;
    background-color: currentColor;
    width: 4px;
    height: 4px;
    content: ""
}

.products-page .editorial-item__info {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 2;
    grid-column: 2;
    color: var(--color-green);
    font-weight: 600;
    font-size: clamp(.875rem,.765rem + .49vw,1rem)
}

@media screen and (max-width: 1023px) {
    .products-page .editorial-item__info {
        -ms-grid-row:1;
        grid-row: 1;
        -ms-grid-column: 3;
        grid-column: 3;
        -ms-grid-column-align: end;
        justify-self: end
    }
}

@media screen and (max-width: 639px) {
    .products-page .editorial-item__info {
        -ms-grid-row:3;
        grid-row: 3;
        -ms-grid-column: 1;
        grid-column: 1;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 8px
    }
}

.products-page .tarifs-quiz {
    padding: clamp(1.875rem,.901rem + 4.33vw,4.688rem) 0
}

.products-page .tarifs-quiz__container {
    position: relative;
    z-index: 1
}

.products-page .services {
    padding: clamp(1.875rem,.901rem + 4.33vw,4.688rem) 0
}

.products-page .services__container {
    position: relative
}

.products-page .services__bg-gradient--green {
    display: none;
    top: -29%;
    left: 5%
}

@media screen and (max-width: 768px) {
    .products-page .services__bg-gradient--green {
        display:block;
        top: 5%;
        left: -17%;
        width: 600px;
        height: 600px
    }
}

@media screen and (max-width: 567px) {
    .products-page .services__bg-gradient--green {
        top:1%;
        left: -20%
    }
}

.products-page .services__bg-gradient--blue {
    display: none;
    top: -31%;
    left: 37%
}

@media screen and (max-width: 768px) {
    .products-page .services__bg-gradient--blue {
        display:block;
        top: 9%;
        left: 23%;
        opacity: .7;
        width: 600px;
        height: 600px
    }
}

@media screen and (max-width: 567px) {
    .products-page .services__bg-gradient--blue {
        top:24%;
        left: -50%
    }
}

.products-page .services .section-head {
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px
}

.products-page .services .section-head .btn {
    display: none;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

@media screen and (max-width: 1023px) {
    .products-page .services .section-head {
        row-gap:40px;
        -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
    }

    .products-page .services .section-head .section-head__text {
        max-width: none
    }

    .products-page .services .section-head .btn {
        -ms-flex-item-align: start;
        align-self: flex-start
    }
}

.products-page .services__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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1
}

@media screen and (min-width: 768px) {
    .products-page .services .section-head .btn {
        display:-webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }

    .products-page .services__inner .btn {
        display: none
    }
}

.products-page .services__list {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(310px,1fr));
    gap: 24px;
    width: 100%
}

.products-page .services .services-item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    -webkit-column-gap: clamp(1.25rem,1.029rem + .98vw,1.5rem);
    -moz-column-gap: clamp(1.25rem,1.029rem + .98vw,1.5rem);
    column-gap: clamp(1.25rem,1.029rem + .98vw,1.5rem);
    row-gap: 12px;
    -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: 24px
}

.products-page .services .services-item:hover {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px)
}

.products-page .services .services-item__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
}

.products-page .services .services-item__title {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row-align: center;
    align-self: center;
    color: var(--color-deep-grey);
    font-weight: 600;
    font-size: 18px;
    line-height: 130%
}

.products-page .services .services-item__link {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-transition: color .2s;
    transition: color .2s;
    color: var(--color-grey);
    font-weight: 600;
    font-size: 18px;
    line-height: 110%
}

.products-page .services .services-item__link:hover {
    color: var(--color-green)
}

@media (max-width: 1279px) {
    .products-page .services__list {
        gap:16px
    }

    .products-page .services .services-item__link {
        color: var(--color-green)
    }
}

.products-page .sertpartner {
    padding: clamp(1.875rem,.901rem + 4.33vw,4.688rem) 0
}

.products-page .sertpartner__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: clamp(17.063rem,.733rem + 34.02vw,30.5rem) 1fr;
    grid-template-columns: clamp(17.063rem,.733rem + 34.02vw,30.5rem) 1fr;
    gap: clamp(2.5rem,.222rem + 4.75vw,4.375rem)
}

@media (max-width: 767px) {
    .products-page .ecosystem-item {
        border-radius:10px
    }

    .products-page .sertpartner__inner {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 30px
    }
}

.products-page .sertpartner__image {
    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;
    -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;
    aspect-ratio: 488/345;
    overflow: hidden
}

.products-page .sertpartner__image img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.products-page .sertpartner__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: clamp(1.5rem,.285rem + 2.53vw,2.5rem);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: var(--color-deep-grey)
}

.products-page .sertpartner__title {
    max-width: 50ch;
    font-weight: 600;
    font-size: clamp(1rem,.392rem + 1.27vw,1.5rem);
    line-height: 130%
}

.products-page .sertpartner__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: clamp(.5rem,-.108rem + 1.27vw,1rem);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    list-style: none
}

.products-page .sertpartner__list>li {
    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: clamp(.875rem,.571rem + .63vw,1.125rem);
    line-height: 130%
}

.products-page .sertpartner__list>li::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,.946rem + .63vw,1.5rem);
    height: clamp(1.25rem,.946rem + .63vw,1.5rem);
    content: ""
}

.products-page .cases,.products-page .faq,.products-page .related {
    position: relative;
    z-index: 0;
    padding: clamp(1.875rem,.901rem + 4.33vw,4.688rem) 0
}

.tarifs {
    padding: clamp(1.875rem,.901rem + 4.33vw,4.688rem) 0
}

.tarifs__wrap {
    position: relative
}

.tarifs__bg-gradient {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 0;
    width: 900px;
    height: 900px;
    pointer-events: none
}

.tarifs__bg-gradient--green {
    top: 28%;
    left: 40%
}

@media (max-width: 1279px) {
    .tarifs__bg-gradient--green {
        top:22%;
        left: 26%;
        width: 700px;
        height: 700px
    }
}

@media (max-width: 767px) {
    .tarifs__bg-gradient--green {
        top:46%;
        left: -64%
    }
}

.tarifs__bg-gradient--blue {
    top: 28%;
    left: -4%
}

.tarifs__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
}

.tarifs__tabs {
    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;
    gap: 40px
}

@media screen and (max-width: 1023px) {
    .tarifs__tabs {
        -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
    }
}

.tarifs__tabs--buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width: 1023px) {
    .tarifs__tabs--buttons {
        -ms-flex-item-align:start;
        -ms-grid-row-align: start;
        align-self: start
    }
}

@media screen and (max-width: 767px) {
    .tarifs__tabs--buttons {
        -ms-flex-item-align:center;
        -ms-grid-row-align: center;
        align-self: center
    }
}

.tarifs__tabs--actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    -webkit-transition: all var(--transition);
    transition: all var(--transition);
    border: 1px solid var(--color-blue);
    border-radius: 30px;
    padding: 8px
}

.tarifs__tabs--actions__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    border-radius: 20px;
    padding: 8px;
    font-weight: 400;
    font-size: clamp(.875rem,.654rem + .98vw,1.125rem);
    line-height: 130%
}

.tarifs__tabs--actions__btn input {
    display: none
}

.tarifs__tabs--actions__btn:hover {
    color: var(--color-green)
}

.tarifs__tabs--actions__btn .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%
}

.tarifs__tabs--actions__btn:has(input[type=radio]:checked) {
    background: var(--color-blue);
    color: var(--color-white)
}

.tarifs__tabs--actions__btn:has(input[type=radio]:checked):hover {
    background: #9cc5f5;
    color: var(--color-green)
}

.tarifs__tab {
    -webkit-transition: all var(--transition);
    transition: all var(--transition);
    border-bottom: 1px solid transparent;
    padding: 8px 16px;
    color: var(--color-deep-grey);
    font-weight: 400;
    font-size: clamp(.875rem,.654rem + .98vw,1.125rem);
    line-height: 130%
}

.tarifs__tab--active {
    border-bottom: 1px solid var(--color-green);
    color: var(--color-green)
}

.tarifs .tarifs-panel-swiper {
    margin-inline:-15px;padding-top: 6px;
    padding-bottom: 20px;
    padding-inline:15px;width: auto;
    max-width: calc(100% + 30px)
}

@media (max-width: 1279px) {
    .tarifs__bg-gradient--blue {
        top:48%;
        left: 16%;
        width: 700px;
        height: 700px
    }

    .tarifs__inner {
        row-gap: 30px
    }

    .tarifs .tarifs-panel-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)
    }
}

@media (max-width: 767px) {
    .tarifs__bg-gradient--blue {
        top:46%;
        right: -207px;
        left: auto
    }

    .tarifs .tarifs-panel-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:-16px;padding-top: 6px;
        padding-bottom: 20px;
        padding-inline:16px;width: calc(100% + 32px);
        max-width: calc(100% + 32px)
    }
}

.tarifs .tarifs-panel-swiper .swiper-wrapper {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.tarifs .tarifs-panel-swiper .swiper-slide {
    height: auto
}

.tarifs .tarifs-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-top: 10px;
    width: 100%
}

.tarifs .tarifs-pagination .tarifs__dot {
    display: block;
    opacity: 1;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
    cursor: pointer;
    margin: 0;
    border-radius: 50%;
    background: var(--color-ivory,#e0e0e0);
    padding: 0;
    width: 10px;
    height: 10px
}

.tarifs .tarifs-pagination .tarifs__dot.tarifs__dot--active {
    background: var(--color-green,#34ae6b)
}

.tarifs .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: 25px;
    -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;
    width: 100%;
    height: 100%
}

@media (max-width: 1279px) {
    .tarifs .tarif-item {
        row-gap:16px;
        border-radius: 20px;
        padding: 20px
    }
}

.tarifs .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(4.375rem,2.717rem + 7.37vw,6.7rem)
}

.tarifs .tarif-item__title {
    font-weight: 600;
    font-size: clamp(1.25rem,1.029rem + .98vw,1.5rem);
    line-height: 130%
}

.tarifs .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;
    color: var(--color-deep-grey);
    font-weight: 600;
    font-size: clamp(.875rem,.654rem + .98vw,1.125rem);
    line-height: 130%
}

.tarifs .tarif-item__hard {
    margin-bottom: 14px
}

.tarifs .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
}

.tarifs .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%
}

.tarifs .tarif-item__price--old .old {
    text-decoration: line-through
}

.tarifs .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
}

.tarifs .tarif-item__price--new {
    font-weight: 600;
    font-size: clamp(1.25rem,1.029rem + .98vw,1.5rem)
}

.tarifs .tarif-item__price--new span {
    font-size: .8em
}

.tarifs .tarif-item__price--desc {
    color: var(--color-grey);
    font-weight: 400;
    font-size: clamp(.875rem,.764rem + .49vw,1rem);
    line-height: 130%
}

.tarifs .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
}

.tarifs .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%
}

.tarifs .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: ""
}

.tarifs .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
}

.tarifs .tarif-item__actions .btn--primary {
    min-width: 200px
}

.tarifs .tarif-item__actions .btn--secondary {
    padding-inline:0}

.tarifs .tarif-item__actions .btn--secondary:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: var(--color-green)
}

.benefit {
    padding: clamp(1.875rem,.901rem + 4.33vw,4.688rem) 0
}

.benefit__inner {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(310px,1fr));
    gap: 24px
}

.benefit-item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 16px
}

.benefit-item__icon {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: clamp(1.875rem,.221rem + 7.35vw,3.75rem);
    height: clamp(1.875rem,.221rem + 7.35vw,3.75rem)
}

.benefit-item__title {
    -ms-grid-column: 1;
    grid-column: 1;
    color: var(--color-deep-grey);
    font-weight: 600;
    font-size: clamp(1rem,.89rem + .49vw,1.125rem);
    line-height: 130%
}

@media (max-width: 767px) {
    .tarifs .tarif-item {
        border-radius:10px;
        padding: 20px 16px
    }

    .tarifs .tarif-item .privilege__list {
        row-gap: 8px
    }

    .tarifs .tarif-item__actions {
        row-gap: 16px
    }

    .benefit-item {
        -ms-grid-columns: auto 1fr;
        grid-template-columns: auto 1fr;
        -webkit-column-gap: 12px;
        -moz-column-gap: 12px;
        column-gap: 12px;
        row-gap: 8px
    }

    .benefit-item__title {
        -ms-grid-row: 1;
        grid-row: 1;
        -ms-grid-column: 2;
        grid-column: 2;
        -ms-grid-row-align: center;
        align-self: center
    }
}

.benefit-item__desc {
    -ms-grid-row: 3;
    grid-row: 3;
    color: var(--color-deep-grey);
    font-weight: 400;
    font-size: 14px;
    line-height: 130%
}

@media (max-width: 767px) {
    .benefit-item__desc {
        -ms-grid-row:2;
        grid-row: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1/3
    }
}

.prolongation {
    padding: clamp(1.875rem,.901rem + 4.33vw,4.688rem) 0
}

.prolongation__container {
    position: relative
}

.prolongation__bg-gradient--green {
    top: -21%;
    left: 24%
}

@media screen and (max-width: 1024px) {
    .prolongation__bg-gradient--green {
        top:-6%;
        left: 5%
    }
}

@media screen and (max-width: 768px) {
    .prolongation__bg-gradient--green {
        top:22%;
        left: -7%;
        opacity: .8;
        width: 750px;
        height: 750px
    }
}

@media screen and (max-width: 425px) {
    .prolongation__bg-gradient--green {
        top:44%;
        left: -41%
    }
}

.prolongation__bg-gradient--blue {
    top: -7%;
    left: 51%
}

@media screen and (max-width: 1024px) {
    .prolongation__bg-gradient--blue {
        top:-3%;
        left: 33%
    }
}

@media screen and (max-width: 768px) {
    .prolongation__bg-gradient--blue {
        top:22%;
        left: 17%;
        opacity: .8;
        width: 650px;
        height: 650px
    }
}

@media screen and (max-width: 425px) {
    .prolongation__bg-gradient--blue {
        top:45%;
        left: 3%;
        opacity: .6
    }
}

.prolongation__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 565px 1fr;
    grid-template-columns: 565px 1fr;
    gap: 80px
}

@media screen and (max-width: 1279px) {
    .prolongation__inner {
        -ms-grid-columns:(1fr)[2];
        grid-template-columns: repeat(2,1fr)
    }
}

.prolongation__form {
    position: relative;
    -ms-grid-column: 1;
    grid-column: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
    margin: 0;
    width: 100%;
    max-width: 560px
}

@media screen and (max-width: 1023px) {
    .prolongation__inner {
        -ms-grid-columns:1fr;
        grid-template-columns: 1fr;
        gap: 40px
    }

    .prolongation__form {
        -ms-grid-column-align: center;
        justify-self: center
    }
}

.prolongation__form-field {
    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: 24px;
    width: 100%
}

@media screen and (max-width: 639px) {
    .prolongation__form-field {
        row-gap:4px;
        -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
    }
}

.prolongation__form-field label {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: var(--color-grey);
    font-weight: 400;
    font-size: clamp(.875rem,.765rem + .49vw,1rem);
    line-height: 130%
}

.prolongation__form--separator {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    color: var(--color-green-1);
    color: var(--color-green);
    font-weight: 400;
    font-size: clamp(.875rem,.765rem + .49vw,1rem);
    line-height: 130%
}

.prolongation__form--separator::after,.prolongation__form--separator::before {
    background-color: var(--color-grey);
    width: 100px;
    height: 1px;
    content: ""
}

.prolongation__form-submit {
    width: auto
}

.prolongation__info {
    position: relative;
    -ms-grid-column: 2;
    grid-column: 2;
    align-self: flex-start;
    z-index: 1;
    -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: 20px 30px;
    color: var(--color-grey);
    font-weight: 400;
    font-size: clamp(.75rem,.529rem + .98vw,1rem);
    line-height: 130%
}

@media screen and (max-width: 1023px) {
    .prolongation__info {
        -ms-grid-column:1;
        grid-column: 1
    }

    .products-next-1c .advantages .section-head .btn {
        display: none
    }
}

@media screen and (max-width: 639px) {
    .prolongation__info {
        border-radius:10px;
        padding: 16px
    }
}

.test-editorial {
    padding: clamp(1.875rem,.901rem + 4.33vw,4.688rem) 0
}

@media (max-width: 1279px) {
    .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: clamp(1rem,.413rem + 2.61vw,2.5rem)
}

@media screen and (max-width: 1279px) {
    .test-editorial__inner {
        -webkit-box-align:center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 20px
    }
}

@media (max-width: 767px) {
    .test-editorial__inner {
        border-radius:10px
    }
}

.test-editorial__inner:has(.test-editorial__decor) {
    padding-right: 260px
}

@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) {
    .tarifs .tarifs-pagination {
        opacity:0
    }

    .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: 272px;
        height: 272px
    }
}

.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
}

.tariff-cost {
    padding: clamp(1.875rem,.901rem + 4.33vw,4.688rem) 0
}

.tariff-cost__container {
    position: relative
}

.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)
}

.tariff-cost__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: clamp(1.5rem,.938rem + 1.17vw,1.875rem)
}

.tariff-cost .monthly-fee {
    -ms-flex-item-align: start;
    -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%
}

.tariff-cost__content {
    display: block;
    gap: clamp(2.5rem,-5.938rem + 17.58vw,8.125rem);
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    font-size: 16px
}

@media screen and (max-width: 767px) {
    .tariff-cost .monthly-fee {
        font-size:clamp(1rem,.89rem + .49vw,1.125rem)
    }

    .tariff-cost__content {
        font-size: clamp(.875rem,.765rem + .49vw,1rem)
    }
}

.tariff-cost__content p:not(:last-child) {
    margin-bottom: 1em
}

.products-next-1c .hero__inner {
    padding-bottom: 45px
}

@media (max-width: 1279px) {
    .tariff-cost__wrapper {
        border-radius:20px
    }

    .products-next-1c .hero__bg-gradient--green {
        top: -32%;
        left: -200px;
        width: 700px;
        height: 700px
    }
}

@media (max-width: 767px) {
    .tariff-cost__wrapper {
        border-radius:10px
    }

    .products-next-1c .hero__inner {
        padding-top: 80px
    }

    .products-next-1c .hero__bg-gradient--green {
        width: 500px;
        height: 500px
    }
}

@media (max-width: 1279px) {
    .products-next-1c .hero__bg-gradient--blue {
        top:-8%;
        left: 10%;
        width: 600px;
        height: 600px
    }
}

@media (max-width: 767px) {
    .products-next-1c .hero__bg-gradient--blue {
        width:500px;
        height: 500px
    }
}

.products-next-1c .hero__image-wrap {
    top: -2%;
    right: -3%;
    width: 800px;
    height: 800px
}

@media (max-width: 1279px) {
    .products-next-1c .hero__image-wrap {
        top:7%;
        left: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: clamp(27.5rem,-6.25rem + 70.31vw,50rem);
        height: clamp(27.5rem,-6.25rem + 70.31vw,50rem)
    }
}

.products-next-1c .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: flex-start;
    margin-bottom: 60px
}

@media screen and (min-width: 768px) {
    .products-next-1c .hero__content {
        -webkit-box-align:start;
        -ms-flex-align: start;
        align-items: start
    }

    .products-next-1c .hero__title {
        max-width: 470px;
        text-align: left
    }
}

@media (max-width: 767px) {
    .products-next-1c .hero__image-wrap {
        top:18%;
        right: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 440px;
        height: 440px
    }

    .products-next-1c .hero__content {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.products-next-1c .hero__title {
    margin-bottom: 24px;
    width: 100%
}

@media screen and (min-width: 1280px) {
    .products-next-1c .hero__title {
        max-width:735px
    }
}

.products-next-1c .hero__desc {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%
}

@media screen and (min-width: 768px) {
    .products-next-1c .hero__desc {
        -webkit-box-align:start;
        -ms-flex-align: start;
        align-items: flex-start;
        max-width: 430px;
        text-align: left
    }
}

@media screen and (min-width: 1280px) {
    .products-next-1c .hero__desc {
        max-width:735px
    }
}

@media (max-width: 767px) {
    .products-next-1c .hero__title {
        margin-bottom:12px
    }

    .products-next-1c .hero__desc {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.products-next-1c .hero__subtitle {
    margin-bottom: 1em
}

@media screen and (min-width: 768px) {
    .products-next-1c .hero__subtitle {
        -ms-flex-item-align:start;
        -ms-grid-row-align: start;
        align-self: start;
        text-align: left
    }

    /* select {
        --minwidth-select: clamp(10.938rem, -3.125rem + 29.3vw, 15.625rem)
    } */
}

.products-next-1c .hero__subtitle ul {
    padding-top: 1em;
    padding-left: 1.2em;
    text-align: left
}

.products-next-1c .hero__subtitle a {
    color: var(--color-blue);
    font-weight: 600;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

.products-next-1c .hero__subtitle a:hover {
    color: var(--color-green)
}

.products-next-1c .hero__actions {
    margin-top: 60px
}

.products-next-1c .tarifs__bg-gradient--green {
    display: none
}

@media (max-width: 1279px) {
    .products-next-1c .tarifs__bg-gradient--green {
        display:block;
        top: -2%;
        left: -1%;
        opacity: .8;
        width: 600px;
        height: 600px
    }
}

@media (max-width: 767px) {
    .products-next-1c .tarifs__bg-gradient--green {
        top:-9%;
        left: -56%
    }
}

.products-next-1c .tarifs__bg-gradient--blue {
    display: none
}

@media (max-width: 1279px) {
    .products-next-1c .tarifs__bg-gradient--blue {
        display:block;
        top: -2%;
        left: 26%;
        opacity: .8;
        width: 600px;
        height: 600px
    }
}

.products-next-1c .tarifs .section-head {
    row-gap: clamp(1.875rem,1.141rem + 3.26vw,3.75rem);
    -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
}

.products-next-1c .tarifs .section-head .tarifs__tabs--actions {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.products-next-1c .tarifs-cloud-swiper {
    width: 100%;
    max-width: 100%
}

@media (max-width: 1279px) {
    .products-next-1c .tarifs-cloud-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)
    }
}

@media (max-width: 767px) {
    .products-next-1c .tarifs__bg-gradient--blue {
        top:-3%;
        left: 7%
    }

    .products-next-1c .tarifs__inner {
        row-gap: 20px
    }

    .products-next-1c .tarifs-cloud-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:-16px;padding-top: 6px;
        padding-bottom: 20px;
        padding-inline:16px;width: calc(100% + 32px);
        max-width: calc(100% + 32px)
    }
}

.products-next-1c .tarifs-cloud-swiper .swiper-wrapper {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

@media screen and (min-width: 1440px) {
    .products-next-1c .tarifs-cloud-swiper .swiper-wrapper {
        display:-ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[5];
        grid-template-columns: repeat(5,1fr);
        gap: 16px
    }
}

.products-next-1c .tarifs-cloud-swiper .swiper-slide {
    height: auto
}

.products-next-1c .tarifs-cloud-swiper .swiper-wrapper:has(.swiper-slide:nth-of-type(5)) .swiper-slide .tarif-item {
    border-radius: 10px;
    padding: 30px 16px
}

.products-next-1c .tarifs-cloud-swiper .swiper-wrapper:has(.swiper-slide:nth-of-type(5)) .swiper-slide .tarif-item .privilege__item::before {
    width: 20px;
    height: 20px
}

.products-next-1c .tarifs-boxed__controls,.products-next-1c .tarifs-cloud__controls {
    display: none
}

@media (max-width: 1279px) {
    .products-next-1c .tarifs-cloud-swiper .swiper-wrapper:has(.swiper-slide:nth-of-type(5)) .swiper-slide .tarif-item {
        padding:20px
    }

    .products-next-1c .tarifs-boxed__controls,.products-next-1c .tarifs-cloud__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
    }
}

.products-next-1c .tarifs-boxed-pagination,.products-next-1c .tarifs-cloud-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    bottom: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px
}

.products-next-1c .tarifs .tarif-item {
    border-radius: 20px!important
}

.products-next-1c .tarifs .tarif-item__heading {
    min-height: 20px;
    text-align: center
}

.products-next-1c .tarifs .tarif-item__price:not(:has(.tarif-item__price--old)) {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.products-next-1c .tarifs .btn--secondary {
    padding-bottom: 0
}

.products-next-1c .possibilities {
    padding: clamp(1.875rem,.901rem + 4.33vw,4.688rem) 0
}

.products-next-1c .possibilities__container {
    position: relative
}

.products-next-1c .possibilities__bg-gradient--green {
    top: 1%;
    left: -8%
}

@media (max-width: 1279px) {
    .products-next-1c .possibilities__bg-gradient--green {
        top:-1%;
        left: -30%;
        opacity: .8
    }
}

@media (max-width: 767px) {
    .products-next-1c .possibilities__bg-gradient--green {
        top:-26%;
        left: -37%;
        width: 500px;
        height: 500px
    }
}

.products-next-1c .possibilities__bg-gradient--blue {
    top: -1%;
    left: 23%
}

.products-next-1c .possibilities .section-head__title {
    max-width: 860px
}

.products-next-1c .possibilities__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    row-gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1
}

.products-next-1c .possibilities__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3,1fr);
    gap: 24px
}

@media (max-width: 1279px) {
    .products-next-1c .possibilities__bg-gradient--blue {
        top:-2%;
        left: 22%;
        opacity: .8
    }

    .products-next-1c .possibilities__grid {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2,1fr)
    }
}

@media (max-width: 767px) {
    .products-next-1c .possibilities__bg-gradient--blue {
        top:-26%;
        left: -1%;
        width: 500px;
        height: 500px
    }

    .products-next-1c .possibilities__grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }
}

.products-next-1c .possibilities-item {
    display: -ms-grid;
    display: grid;
    position: relative;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    row-gap: 24px;
    -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: 30px 20px;
    height: 100%
}

.products-next-1c .possibilities-item__title {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row-align: center;
    align-self: center;
    color: var(--color-deep-grey);
    font-weight: 600;
    font-size: 24px;
    line-height: 130%
}

@media (max-width: 1279px) {
    .products-next-1c .possibilities-item__title {
        font-size:18px
    }
}

@media (max-width: 767px) {
    .products-next-1c .possibilities-item {
        padding:20px
    }

    .products-next-1c .possibilities-item__title {
        font-size: 16px
    }
}

.products-next-1c .possibilities-item__desc {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    color: var(--color-deep-grey);
    font-weight: 400;
    font-size: 18px;
    line-height: 130%
}

@media (max-width: 1279px) {
    .products-next-1c .possibilities-item__desc {
        font-size:14px
    }
}

.products-next-1c .possibilities-item__icon {
    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;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    width: 40px;
    height: 40px
}

.products-next-1c .possibilities-item__actions {
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 240px;
    height: 100%;
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    text-align: center
}

.products-next-1c .possibilities-item:has(.possibilities-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;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: 0 0
}

.products-next-1c .negative {
    padding: clamp(1.875rem,.901rem + 4.33vw,4.688rem) 0
}

.products-next-1c .negative__container {
    position: relative
}

.products-next-1c .negative__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    row-gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1
}

.products-next-1c .negative__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4,1fr);
    gap: 24px
}

@media (max-width: 1279px) {
    .products-next-1c .negative__grid {
        -ms-grid-columns:(1fr)[2];
        grid-template-columns: repeat(2,1fr)
    }
}

.products-next-1c .negative__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;
    -ms-flex-line-pack: start;
    align-content: start
}

.products-next-1c .negative__item--title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    font-weight: 600;
    font-size: 18px;
    line-height: 130%
}

.products-next-1c .negative__item--title::before {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-image: url(../img/general/problems.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: ""
}

@media (max-width: 767px) {
    .products-next-1c .negative__grid {
        -ms-grid-columns:1fr;
        grid-template-columns: 1fr
    }

    .products-next-1c .negative__item {
        row-gap: 12px
    }

    .products-next-1c .negative__item--title {
        font-size: 16px
    }
}

.products-next-1c .negative__item--desc {
    font-size: 16px
}

.products-next-1c .benefit .benefit__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4,1fr);
    gap: 24px
}

@media (max-width: 1279px) {
    .products-next-1c .negative__item--desc {
        font-size:14px
    }

    .products-next-1c .benefit .benefit__inner {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2,1fr);
        gap: 16px
    }
}

@media (max-width: 767px) {
    .products-next-1c .benefit .benefit__inner {
        -ms-grid-columns:1fr;
        grid-template-columns: 1fr
    }

    .products-next-1c .benefit .benefit-item {
        row-gap: 12px
    }
}

.products-next-1c .benefit .benefit-item {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto 1fr;
    grid-template-rows: auto 1fr;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    -ms-flex-line-pack: start;
    align-content: start;
    gap: 16px
}

.products-next-1c .benefit .benefit-item__icon {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1;
    width: 40px;
    height: 40px
}

.products-next-1c .benefit .benefit-item__title {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row-align: center;
    align-self: center
}

.products-next-1c .benefit .benefit-item__desc {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row-align: start;
    align-self: start
}

.products-next-1c .application-activation {
    padding: clamp(1.875rem,.901rem + 4.33vw,4.688rem) 0
}

.products-next-1c .application-activation__container {
    position: relative
}

.products-next-1c .application-activation__bg-gradient--green {
    display: none
}

@media (max-width: 1279px) {
    .products-next-1c .application-activation__bg-gradient--green {
        display:block;
        top: -13%;
        left: -17%;
        width: 700px;
        height: 700px
    }
}

@media (max-width: 767px) {
    .products-next-1c .benefit .benefit-item__icon {
        width:30px;
        height: 30px
    }

    .products-next-1c .application-activation__bg-gradient--green {
        top: -8%;
        left: -60%
    }
}

.products-next-1c .application-activation__bg-gradient--blue {
    display: none
}

@media (max-width: 1279px) {
    .products-next-1c .application-activation__bg-gradient--blue {
        display:block;
        top: -12%;
        left: 27%;
        width: 700px;
        height: 700px
    }
}

.products-next-1c .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
}

.products-next-1c .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) {
    .products-next-1c .application-activation__list {
        -ms-grid-columns:(1fr)[2];
        grid-template-columns: repeat(2,1fr);
        gap: 16px
    }
}

@media (max-width: 767px) {
    .products-next-1c .application-activation__bg-gradient--blue {
        top:12%;
        left: 10%
    }

    .products-next-1c .application-activation__list {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }
}

.products-next-1c .application-activation__list .application-activation__item:nth-child(4) {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    margin-right: calc(25% - 12px)
}

.products-next-1c .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)
}

@media (max-width: 1279px) {
    .products-next-1c .application-activation__list .application-activation__item:nth-child(4) {
        grid-column:auto;
        margin: 0
    }

    .products-next-1c .application-activation__item {
        padding: 16px
    }

    .products-next-1c .application-activation__item--desc {
        font-size: 14px
    }
}

.products-next-1c .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%
}

.products-next-1c .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
}

.products-next-1c .application-activation__item--desc {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3
}

.products-next-1c .application-activation__item:has(.application-activation__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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: 0 0;
    height: 100%;
    text-align: center
}

@media (max-width: 1279px) {
    .products-next-1c .application-activation__item:has(.application-activation__actions) {
        -ms-grid-column-span:2;
        grid-column: span 2
    }
}

@media (max-width: 767px) {
    .products-next-1c .application-activation__item:has(.application-activation__actions) {
        grid-column:auto
    }
}

.products-next-1c .application-activation__item:has(.application-activation__actions)::after {
    content: none
}

.products-next-1c .application-activation__item:has(.application-activation__actions) .application-activation__actions {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 286px;
    font-weight: 600;
    font-size: 16px;
    line-height: 130%
}

.products-next-1c .advantages {
    padding: clamp(1.875rem,.901rem + 4.33vw,4.688rem) 0
}

.products-next-1c .advantages .container {
    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;
    padding-top: 0
}

.products-next-1c .advantages .section-head {
    -webkit-column-gap: 100px;
    -moz-column-gap: 100px;
    column-gap: 100px
}

.products-next-1c .advantages__btn {
    margin: 30px auto 0;
    min-width: 200px
}

@media screen and (min-width: 1024px) {
    .products-next-1c .advantages__btn {
        display:none
    }
}

.products-next-1c .crm-related {
    padding: clamp(1.875rem,.901rem + 4.33vw,4.688rem) 0
}

.products-next-1c .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
}

.products-next-1c .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) {
    .products-next-1c .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
    }

    .products-next-1c .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) {
    .products-next-1c .crm-related .crm-related__list:not(:has(>li:nth-child(4)))>li {
        grid-column:auto
    }
}

@media (max-width: 1023px) {
    .products-next-1c .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) {
    .products-next-1c .crm-related .crm-related__list:not(:has(>li:nth-child(4)))>li:nth-child(3) {
        grid-column:auto
    }
}

@media (max-width: 640px) {
    .products-next-1c .crm-related .crm-related__list:not(:has(>li:nth-child(4))) {
        -ms-grid-columns:1fr;
        grid-template-columns: 1fr
    }
}

.products-next-1c .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%
}

.products-next-1c .crm-related .crm-related-card:hover {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px)
}

.products-next-1c .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
}

.products-next-1c .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%
}

.products-next-1c .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: 18px;
    line-height: 110%
}

.products-next-1c .crm-related .crm-related-card__link:hover {
    color: var(--color-green)
}

.products-next-1c .faq__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: clamp(38.125rem,-36.88rem + 93.75vw,47.5rem) auto;
    grid-template-columns: clamp(38.125rem,-36.88rem + 93.75vw,47.5rem) auto
}

.products-next-1c .faq__head {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3
}

@media (max-width: 1279px) {
    .products-next-1c .application-activation__item:has(.application-activation__actions) .application-activation__actions {
        max-width:none
    }

    .products-next-1c .crm-related .crm-related-card {
        row-gap: 12px
    }

    .products-next-1c .faq__inner {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }

    .products-next-1c .faq__head {
        grid-column: auto
    }
}

.products-next-1c .faq__content {
    -ms-grid-column: 1;
    grid-column: 1
}

.products-next-1c .cases,.products-next-1c .faq,.products-next-1c .related {
    position: relative;
    z-index: 0;
    padding: clamp(1.875rem,.901rem + 4.33vw,4.688rem) 0
}

.products-next-1c .invoice-request {
    padding: clamp(1.875rem,.901rem + 4.33vw,4.688rem) 0
}

.products-next-1c .invoice-request__inner {
    position: relative;
    z-index: 1;
    -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
}

.products-next-1c .invoice-request__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 45px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.products-next-1c .invoice-request__form {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3,1fr);
    gap: 24px;
    margin: 0;
    width: 100%;
    max-width: 1167px
}

@media screen and (max-width: 1023px) {
    .products-next-1c .invoice-request__form {
        -ms-grid-columns:(1fr)[2];
        grid-template-columns: repeat(2,1fr);
        gap: 16px
    }
}

.products-next-1c .invoice-request__form button[type=submit] {
    -ms-grid-column-align: start;
    justify-self: start;
    min-width: 200px
}

@media (max-width: 1279px) {
    .products-next-1c .invoice-request__inner {
        padding:30px
    }

    .products-next-1c .invoice-request__form button[type=submit] {
        padding-block:8px}
}

@media screen and (max-width: 767px) {
    .products-next-1c .invoice-request__form {
        -ms-grid-columns:1fr;
        grid-template-columns: 1fr
    }

    .products-next-1c .invoice-request__form button[type=submit] {
        -ms-grid-column-align: center;
        justify-self: center;
        margin-top: 14px
    }
}

.products-next-1c .invoice-request__form .cta__consent {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4
}

@media screen and (max-width: 1023px) {
    .products-next-1c .invoice-request__form .cta__consent {
        -ms-grid-column:1;
        -ms-grid-column-span: 2;
        grid-column: 1/3
    }
}

@media (max-width: 767px) {
    .products-next-1c .crm-related .crm-related-card {
        border-radius:10px
    }

    .products-next-1c .invoice-request__inner {
        padding: 20px
    }

    .products-next-1c .invoice-request__form .cta__consent {
        grid-column: auto
    }
}

.products-next-1c .tariff-cost__wrapper {
    padding: 40px
}

@media screen and (max-width: 1024px) {
    .tariff-cost__wrapper {
        padding-inline:clamp(1rem,-.324rem + 5.88vw,2.5rem);
        padding-block:clamp(1.875rem,1.324rem + 2.45vw,2.5rem)}

    .tariff-cost__content {
        -webkit-columns: auto;
        -moz-columns: auto;
        columns: auto
    }

    .products-next-1c .tariff-cost__wrapper {
        padding: 20px
    }
}

.products-next-1c .tariff-cost__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr auto;
    grid-template-columns: 1fr auto;
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px
}

.products-next-1c .tariff-cost .section-head {
    margin: 0
}

.products-next-1c .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
}

@media (max-width: 767px) {
    .products-next-1c .tariff-cost__wrapper {
        padding-inline:10px
    }

    .products-next-1c .tariff-cost__inner {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }

    .products-next-1c .tariff-cost .section-head {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .products-next-1c .tariff-cost .section-head__title {
        text-align: center
    }

    .products-next-1c .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
    }
}

.products-next-1c .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: clamp(.875rem,.777rem + .43vw,1.125rem)
}

@media screen and (max-width: 1279px) {
    .products-next-1c .tariff-cost__content {
        -ms-grid-column:1;
        -ms-grid-column-span: 2;
        grid-column: 1/3
    }
}

@media (max-width: 767px) {
    .products-next-1c .tariff-cost__content {
        grid-column:auto
    }
}

.products-next-1c .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
}

.choose {
    padding: clamp(1.875rem,.901rem + 4.33vw,4.688rem) 0
}

.choose__container {
    position: relative
}

.choose__inner {
    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-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    z-index: 1
}

.choose table td,.choose table th {
    text-align: left
}

.choose .feature-title,.choose table .index {
    font-weight: 600
}

.choose table td:first-child,.choose table th:first-child {
    width: 16%
}

.popular {
    padding: clamp(1.875rem,.901rem + 4.33vw,4.688rem) 0
}

.popular__container {
    position: relative
}

.popular__bg-gradient--green {
    top: -41%;
    left: -2%
}

@media (max-width: 1279px) {
    .popular__bg-gradient--green {
        top:9%;
        left: -18%;
        width: 700px;
        height: 700px
    }
}

@media (max-width: 767px) {
    .products-next-1c .tariff-cost__actions {
        grid-column:auto;
        margin: 0
    }

    .choose .accordion-body-inner {
        row-gap: 12px
    }

    .choose .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;
        padding: 0
    }

    .choose .tariff-name {
        padding-inline:0}

    .popular__bg-gradient--green {
        top: -6%;
        left: -23%
    }
}

.popular__bg-gradient--blue {
    top: -41%;
    left: 35%
}

.popular__inner {
    display: -ms-grid;
    display: grid;
    position: relative;
    grid-template-columns: repeat(auto-fill,minmax(310px,1fr));
    gap: 24px;
    z-index: 1
}

@media (max-width: 1279px) {
    .popular__bg-gradient--blue {
        top:1%;
        left: 29%;
        width: 700px;
        height: 700px
    }

    .popular__inner {
        gap: 16px
    }
}

.popular-item {
    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;
    -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
}

.popular-item__title {
    color: var(--color-deep-grey);
    font-weight: 600;
    font-size: 18px;
    line-height: 130%
}

.popular-item__desc {
    color: var(--color-deep-grey);
    font-weight: 400;
    font-size: 16px;
    line-height: 130%
}

.page__body--auto-page .site-container {
    overflow-x: clip
}

.auto-page {
    position: relative;
    background: var(--color-white,#fff);
    overflow-x: visible;
    color: var(--color-deep-grey,currentColor)
}

.auto-page .crm-page__breadcrumbs-wrap {
    padding: 20px 0 0;
    min-height: 64px
}

.auto-page-hero {
    position: relative;
    z-index: 1;
    min-height: 800px;
    overflow: visible
}

.auto-page-hero .auto-page-hero__wrap {
    position: relative;
    z-index: 0
}

@media (min-width: 768px) and (max-width:1279px) {
    .auto-page-hero {
        padding-bottom:0;
        min-height: 522px
    }
}

@media (max-width: 767px) {
    .popular__bg-gradient--blue {
        top:43%;
        left: -49%
    }

    .auto-page {
        overflow-x: visible
    }

    .auto-page-hero .auto-page-hero__wrap {
        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
    }

    .auto-page-hero {
        padding-bottom: 60px;
        min-height: 558px;
        overflow: visible
    }
}

.auto-page-hero__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;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    z-index: 2;
    padding-top: 200px;
    max-width: 908px
}

@media (max-width: 1279px) {
    .auto-page-hero__inner {
        -webkit-box-align:center;
        -ms-flex-align: center;
        align-items: center;
        margin-right: auto;
        margin-left: auto;
        text-align: center
    }
}

@media (min-width: 768px) and (max-width:1279px) {
    .auto-page-hero__inner {
        padding-top:105px;
        max-width: 668px
    }
}

@media (max-width: 767px) {
    .auto-page-hero__inner {
        position:absolute;
        top: 80px;
        left: 50%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        padding-top: 0;
        width: 329px;
        max-width: 329px
    }
}

.auto-page-hero__bg-gradient {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 0;
    width: 900px;
    height: 900px;
    pointer-events: none
}

.auto-page-hero__bg-gradient svg {
    display: block;
    z-index: 0;
    width: 100%;
    height: 100%
}

.auto-page-hero__bg-gradient--green {
    top: -200px;
    left: -200px
}

@media (max-width: 767px) {
    .auto-page-hero__bg-gradient--green {
        top:-50px;
        left: -200px
    }
}

.auto-page-hero__bg-gradient--blue {
    top: -50px;
    left: 200px
}

.auto-page-hero__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: 16px;
    margin-bottom: 80px
}

@media (max-width: 767px) {
    .auto-page-hero__bg-gradient--blue {
        top:300px;
        left: -200px
    }

    .auto-page-hero__text {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 12px;
        margin-bottom: 0;
        padding-top: 0;
        width: 100%;
        max-width: 329px;
        text-align: center
    }
}

.auto-page-hero__title {
    margin: 0;
    max-width: 908px;
    color: var(--color-deep-grey,currentColor);
    font-weight: 600;
    font-size: 64px;
    line-height: 1.3;
    font-family: var(--base-font, "Roboto", sans-serif)
}

@media (min-width: 768px) and (max-width:1279px) {
    .auto-page-hero__text {
        margin-bottom:0
    }

    .auto-page-hero__title {
        max-width: 588px;
        font-size: 42px
    }
}

@media (max-width: 767px) {
    .auto-page-hero__title {
        max-width:none;
        font-size: 24px
    }
}

.auto-page-hero__lead {
    margin: 0;
    color: var(--color-deep-grey,currentColor);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    font-family: var(--base-font, "Roboto", sans-serif)
}

@media (min-width: 768px) and (max-width:1279px) {
    .auto-page-hero__lead {
        max-width:668px;
        font-size: 16px;
        line-height: 1.3
    }
}

@media (max-width: 767px) {
    .auto-page-hero__lead {
        max-width:329px;
        font-size: 14px
    }
}

.auto-page-hero__actions {
    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: 16px
}

@media (min-width: 768px) and (max-width:1279px) {
    .auto-page-hero__actions {
        -webkit-box-pack:center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 24px;
        margin-right: auto;
        margin-left: auto;
        padding-bottom: 50px;
        width: 100%;
        max-width: 678px
    }
}

.auto-page-hero__actions--static {
    display: none
}

@media (max-width: 767px) {
    .auto-page-hero__actions {
        display:none
    }

    .auto-page-hero__actions--static {
        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;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 16px;
        z-index: 9;
        margin: 474px auto 0
    }

    .auto-page-hero__btn-secondary {
        font-size: 16px;
        line-height: 1.1
    }
}

.auto-page-hero__btn-secondary {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    color: var(--color-deep-grey,currentColor);
    font-weight: 600;
    font-size: 16px;
    line-height: 1.1;
    font-family: var(--base-font, "Roboto", sans-serif);
    text-decoration: none
}

.auto-page-hero__btn-secondary:hover {
    opacity: .85
}

.auto-page-hero__btn-secondary-icon {
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 24px;
    height: 24px
}

.auto-page-hero__visual {
    position: absolute;
    top: 50px;
    z-index: 1;
    width: 700px;
    height: 700px;
    pointer-events: none
}

@media (min-width: 1280px) {
    .auto-page-hero__visual {
        left:54%
    }
}

@media (min-width: 768px) and (max-width:1279px) {
    .auto-page-hero__visual {
        position:absolute;
        top: 45px;
        right: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        margin: 0;
        aspect-ratio: auto;
        width: 424px;
        height: 424px
    }
}

@media (max-width: 767px) {
    .auto-page-hero .btn--primary {
        -webkit-box-pack:center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        padding: 16px 20px
    }

    .auto-page-hero__visual {
        position: absolute;
        top: 135px;
        left: 50%;
        -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        margin: 0;
        width: 424px;
        height: 424px;
        min-height: 0
    }
}

.auto-page-hero__visual-stack {
    position: absolute;
    inset: 0;
    isolation: isolate;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.auto-page-hero__visual-photo {
    position: absolute;
    inset: 0;
    overflow: hidden
}

.auto-page-hero__visual-photo img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.auto-page-hero__visual-gradient {
    position: absolute;
    opacity: .95;
    mix-blend-mode: color;
    mask-image: url(../img/content/services/figma-color/auto-page/auto-page-hero-mask.png);
    inset: 0;
    background: linear-gradient(98.536deg,#34ae6b 3.22%,#2587f9 86.86%);
    pointer-events: none;
    -webkit-mask-image: url(../img/content/services/figma-color/auto-page/auto-page-hero-mask.png);
    mask-mode: alpha;
    mask-position: center;
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: 100% 100%
}

.auto-page-section {
    padding: 75px 0
}

@media (max-width: 1279px) {
    .auto-page-section {
        padding:50px 0
    }
}

.auto-page-section__title {
    margin: 0 0 20px;
    color: var(--color-deep-grey,currentColor);
    font-weight: 600;
    font-size: 40px;
    line-height: 1.3;
    font-family: var(--base-font, "Roboto", sans-serif)
}

@media (min-width: 768px) and (max-width:1279px) {
    .auto-page-section__title {
        font-size:26px
    }
}

@media (max-width: 767px) {
    .auto-page-section {
        padding:40px 0
    }

    .auto-page-hero+.auto-page-section {
        padding-top: 60px
    }

    .auto-page-section__title {
        font-size: 20px
    }
}

.auto-page-steps .auto-page-section__title {
    position: sticky!important;
    top: clamp(.75rem,.603rem + .65vw,1.125rem)
}

.auto-page-problems {
    position: relative;
    z-index: 9;
    padding-bottom: 0;
    overflow: visible
}

.auto-page-problems__container {
    position: relative;
    z-index: 0
}

.auto-page-problems__bg-gradients {
    position: absolute;
    z-index: 0;
    inset: 0;
    overflow: visible;
    pointer-events: none
}

.auto-page-problems__container>:not(.auto-page-problems__bg-gradients) {
    position: relative;
    z-index: 1
}

.auto-page-problems__bg-gradient {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 0;
    width: 900px;
    height: 900px;
    pointer-events: none
}

.auto-page-problems__bg-gradient svg {
    display: block;
    width: 100%;
    height: 100%
}

.auto-page-problems__bg-gradient--green {
    top: -120px;
    right: -200px;
    bottom: auto;
    left: auto
}

.auto-page-problems__bg-gradient--blue {
    top: auto;
    right: -200px;
    bottom: -120px;
    left: auto
}

.auto-page-problems__heading {
    margin-bottom: 0;
    max-width: 858px
}

@media (min-width: 768px) and (max-width:1279px) {
    .auto-page-problems__bg-gradient {
        width:700px;
        height: 700px
    }

    .auto-page-problems__bg-gradient--green {
        top: -80px;
        right: -120px
    }

    .auto-page-problems__bg-gradient--blue {
        right: -120px;
        bottom: -80px
    }

    .auto-page-problems__heading {
        max-width: 560px
    }
}

.auto-page-problems__layout-mobile {
    display: none
}

@media (max-width: 767px) {
    .auto-page-problems__bg-gradient {
        width:480px;
        height: 480px
    }

    .auto-page-problems__bg-gradient--green {
        top: -60px;
        right: -100px
    }

    .auto-page-problems__bg-gradient--blue {
        right: -100px;
        bottom: -60px
    }

    .auto-page-problems__layout-desktop {
        display: none
    }

    .auto-page-problems__layout-mobile {
        display: block
    }
}

.auto-page-problems-mobile {
    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-top: 32px;
    margin-right: auto;
    margin-left: auto
}

.auto-page-problems-mcard {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 12px
}

.auto-page-problems-mcard--was {
    background: var(--color-light-grey,#f8f8f8)
}

.auto-page-problems-mcard--now {
    -webkit-box-shadow: 0 4px 25px rgba(1,8,3,.08);
    box-shadow: 0 4px 25px rgba(1,8,3,.08);
    background: var(--color-white,#fff)
}

.auto-page-problems-mcard__head {
    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;
    gap: 12px;
    margin-bottom: 8px
}

.auto-page-problems-mcard--now .auto-page-problems-mcard__head {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 12px
}

.auto-page-problems-mcard__head-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    min-width: 0
}

.auto-page-problems-mcard__name {
    color: var(--color-deep-grey,currentColor);
    font-weight: 600;
    font-size: 16px;
    line-height: 1.3
}

.auto-page-problems-mcard__label {
    color: var(--color-grey,#666);
    font-weight: 600;
    font-size: 16px;
    line-height: 1.3
}

.auto-page-problems-mcard__text {
    margin: 0;
    color: var(--color-deep-grey,currentColor);
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3
}

.auto-page-problems__headers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
    margin-top: 64px;
    margin-bottom: 21px
}

.auto-page-problems__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 10px 20px;
    min-height: 44px
}

.auto-page-problems__head--was {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 535px;
    flex: 0 0 535px;
    background: var(--color-light-grey,#f8f8f8);
    max-width: 100%
}

@media (min-width: 768px) and (max-width:1279px) {
    .auto-page-problems__headers {
        gap:16px;
        margin-top: 48px
    }

    .auto-page-problems__head--was {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 331px;
        flex: 0 0 331px
    }
}

.auto-page-problems__head--now {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 760px;
    flex: 1 1 760px;
    -webkit-box-shadow: 0 4px 25px rgba(1,8,3,.08);
    box-shadow: 0 4px 25px rgba(1,8,3,.08);
    background: var(--color-white,#fff);
    min-width: 0
}

.auto-page-problems__head-text {
    margin: 0;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.3
}

.auto-page-problems__head--was .auto-page-problems__head-text {
    color: var(--color-deep-grey,currentColor)
}

.auto-page-problems__head--now .auto-page-problems__head-text {
    color: var(--color-green-1,#34ae6b)
}

@media (min-width: 768px) and (max-width:1279px) {
    .auto-page-problems__head--now {
        -webkit-box-flex:1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .auto-page-problems__head-text {
        font-size: 18px
    }

    .auto-page-problems__head--now .auto-page-problems__head-text {
        width: 100%;
        text-align: center
    }
}

.auto-page-problems__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 536px minmax(0,1fr);
    grid-template-columns: 536px minmax(0,1fr);
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 24px 25px
}

.auto-page-problems-card {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 20px;
    padding: 20px
}

.auto-page-problems-card--was {
    background: var(--color-light-grey,#f8f8f8);
    min-height: 100%
}

.auto-page-problems-card--now {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 16px;
    -webkit-box-shadow: 0 4px 25px rgba(1,8,3,.08);
    box-shadow: 0 4px 25px rgba(1,8,3,.08);
    background: var(--color-white,#fff);
    min-height: 100%
}

.auto-page-problems-card__icon-wrap {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.auto-page-problems-icon {
    display: block;
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    isolation: isolate;
    width: 88px;
    height: 88px
}

@media (min-width: 768px) and (max-width:1279px) {
    .auto-page-problems__grid {
        -ms-grid-columns:331px minmax(0,1fr);
        grid-template-columns: 331px minmax(0,1fr);
        gap: 16px
    }

    .auto-page-problems-card--now {
        gap: 12px
    }

    .auto-page-problems-card {
        padding: 12px
    }

    .auto-page-problems-icon {
        width: 40px;
        height: 40px
    }
}

.auto-page-problems-icon--mcard {
    width: 40px;
    height: 40px
}

.auto-page-problems-icon__base {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.auto-page-problems-icon__base--rutina {
    mask-image: url(../img/content/services/figma-color/auto-page/auto-page-problems-rutina-mask.png);
    -webkit-mask-image: url(../img/content/services/figma-color/auto-page/auto-page-problems-rutina-mask.png);
    mask-position: center;
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: 100% 100%
}

.auto-page-problems-icon__base--oshibki {
    mask-image: url(../img/content/services/figma-color/auto-page/auto-page-problems-oshibki-mask.png);
    -webkit-mask-image: url(../img/content/services/figma-color/auto-page/auto-page-problems-oshibki-mask.png);
    mask-position: center;
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: 100% 100%
}

.auto-page-problems-icon__base--haos {
    mask-image: url(../img/content/services/figma-color/auto-page/auto-page-problems-haos-mask.png);
    -webkit-mask-image: url(../img/content/services/figma-color/auto-page/auto-page-problems-haos-mask.png);
    mask-position: center;
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: 100% 100%
}

.auto-page-problems-icon__base--kontrol {
    mask-image: url(../img/content/services/figma-color/auto-page/auto-page-problems-kontrol-mask.png);
    -webkit-mask-image: url(../img/content/services/figma-color/auto-page/auto-page-problems-kontrol-mask.png);
    mask-position: center;
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: 100% 100%
}

.auto-page-problems-icon__tint {
    position: absolute;
    mix-blend-mode: color;
    mask-position: center;
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
    inset: 0;
    pointer-events: none;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: 100% 100%
}

.auto-page-problems-icon__tint--rutina {
    mask-image: url(../img/content/services/figma-color/auto-page/auto-page-problems-rutina-mask.png);
    background: linear-gradient(98.536deg,#34ae6b 3.22%,#2587f9 86.86%);
    -webkit-mask-image: url(../img/content/services/figma-color/auto-page/auto-page-problems-rutina-mask.png)
}

.auto-page-problems-icon__tint--oshibki {
    mask-image: url(../img/content/services/figma-color/auto-page/auto-page-problems-oshibki-mask.png);
    background: linear-gradient(126.55deg,#2587f9 2.5325%,#34ae6b 90.001%);
    -webkit-mask-image: url(../img/content/services/figma-color/auto-page/auto-page-problems-oshibki-mask.png)
}

.auto-page-problems-icon__tint--haos {
    mask-image: url(../img/content/services/figma-color/auto-page/auto-page-problems-haos-mask.png);
    background: linear-gradient(134.799deg,#2bac68 13.397%,#2587f9 84.002%);
    -webkit-mask-image: url(../img/content/services/figma-color/auto-page/auto-page-problems-haos-mask.png)
}

.auto-page-problems-icon__tint--kontrol {
    mask-image: url(../img/content/services/figma-color/auto-page/auto-page-problems-kontrol-mask.png);
    background: linear-gradient(136.169deg,#2bac68 9.1837%,#2587f9 90.884%);
    -webkit-mask-image: url(../img/content/services/figma-color/auto-page/auto-page-problems-kontrol-mask.png)
}

.auto-page-problems-card__body {
    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;
    min-width: 0
}

.auto-page-problems-card__title {
    margin: 0;
    color: var(--color-deep-grey,currentColor);
    font-weight: 600;
    font-size: 18px;
    line-height: 1.3
}

@media (min-width: 768px) and (max-width:1279px) {
    .auto-page-problems-card__body {
        gap:8px
    }

    .auto-page-problems-card__title {
        font-size: 16px
    }
}

.auto-page-problems-card__text {
    margin: 0;
    color: var(--color-deep-grey,currentColor);
    font-weight: 400;
    font-size: 18px;
    line-height: 1.3
}

.auto-page-dirs__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(0,648px))[2];
    grid-template-columns: repeat(2,minmax(0,648px));
    gap: 50px 24px;
    margin-top: 65px
}

@media (max-width: 1279px) {
    .auto-page-dirs__grid {
        -ms-grid-columns:1fr;
        grid-template-columns: 1fr;
        gap: 16px;
        margin-top: 40px
    }
}

.auto-page-dirs-card {
    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-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: 20px;
    background: var(--color-white,#fff);
    padding: 24px;
    min-height: 240px
}

@media (min-width: 768px) and (max-width:1279px) {
    .auto-page-problems-card__text {
        font-size:14px
    }

    .auto-page-dirs-card {
        padding: 20px;
        width: 100%;
        min-height: 0
    }
}

@media (max-width: 767px) {
    .auto-page-dirs__grid {
        gap:16px;
        margin-top: 32px
    }

    .auto-page-dirs-card {
        border-radius: 10px;
        padding: 12px;
        min-height: 217px
    }
}

.auto-page-dirs-card__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    margin-bottom: 16px
}

@media (max-width: 767px) {
    .auto-page-dirs-card__head {
        gap:12px;
        margin-bottom: 12px
    }
}

.auto-page-dirs-card__icon {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    isolation: isolate;
    width: 40px;
    height: 40px
}

.auto-page-dirs-card__icon-base {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.auto-page-dirs-card__icon-base--sales {
    mask-image: url(../img/content/services/figma-color/auto-page/auto-page-dirs-sales-mask.png);
    -webkit-mask-image: url(../img/content/services/figma-color/auto-page/auto-page-dirs-sales-mask.png);
    mask-position: center;
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: 100% 100%
}

.auto-page-dirs-card__icon-base--hr {
    mask-image: url(../img/content/services/figma-color/auto-page/auto-page-dirs-hr-mask.png);
    -webkit-mask-image: url(../img/content/services/figma-color/auto-page/auto-page-dirs-hr-mask.png);
    mask-position: center;
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: 100% 100%
}

.auto-page-dirs-card__icon-base--sed {
    mask-image: url(../img/content/services/figma-color/auto-page/auto-page-dirs-sed-mask.png);
    -webkit-mask-image: url(../img/content/services/figma-color/auto-page/auto-page-dirs-sed-mask.png);
    mask-position: center;
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: 100% 100%
}

.auto-page-dirs-card__icon-base--bp {
    mask-image: url(../img/content/services/figma-color/auto-page/auto-page-dirs-bp-mask.png);
    -webkit-mask-image: url(../img/content/services/figma-color/auto-page/auto-page-dirs-bp-mask.png);
    mask-position: center;
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: 100% 100%
}

.auto-page-dirs-card__icon-tint {
    position: absolute;
    mix-blend-mode: color;
    mask-position: center;
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
    inset: 0;
    background: linear-gradient(98.536deg,#34ae6b 3.22%,#2587f9 86.86%);
    pointer-events: none;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: 100% 100%
}

.auto-page-dirs-card__icon-tint--sales {
    mask-image: url(../img/content/services/figma-color/auto-page/auto-page-dirs-sales-mask.png);
    -webkit-mask-image: url(../img/content/services/figma-color/auto-page/auto-page-dirs-sales-mask.png)
}

.auto-page-dirs-card__icon-tint--hr {
    mask-image: url(../img/content/services/figma-color/auto-page/auto-page-dirs-hr-mask.png);
    -webkit-mask-image: url(../img/content/services/figma-color/auto-page/auto-page-dirs-hr-mask.png)
}

.auto-page-dirs-card__icon-tint--sed {
    mask-image: url(../img/content/services/figma-color/auto-page/auto-page-dirs-sed-mask.png);
    -webkit-mask-image: url(../img/content/services/figma-color/auto-page/auto-page-dirs-sed-mask.png)
}

.auto-page-dirs-card__icon-tint--bp {
    mask-image: url(../img/content/services/figma-color/auto-page/auto-page-dirs-bp-mask.png);
    -webkit-mask-image: url(../img/content/services/figma-color/auto-page/auto-page-dirs-bp-mask.png)
}

.auto-page-dirs-card__title {
    margin: 0;
    color: var(--color-deep-grey,currentColor);
    font-weight: 600;
    font-size: 24px;
    line-height: 1.3
}

@media (min-width: 768px) and (max-width:1279px) {
    .auto-page-dirs-card__title {
        font-size:18px
    }
}

@media (max-width: 767px) {
    .auto-page-dirs-card__title {
        font-size:16px
    }
}

.auto-page-dirs-card__text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 0 24px;
    color: var(--color-deep-grey,currentColor);
    font-weight: 400;
    font-size: 18px;
    line-height: 1.3
}

@media (min-width: 768px) and (max-width:1279px) {
    .auto-page-dirs-card__text {
        font-size:14px
    }
}

@media (max-width: 767px) {
    .auto-page-dirs-card__text {
        margin-bottom:16px;
        font-size: 14px
    }
}

.auto-page-dirs-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 .3s;
    transition: color .3s;
    margin-top: auto;
    color: var(--color-grey,#666);
    font-weight: 600;
    font-size: 18px;
    line-height: 1.3;
    text-decoration: none
}

.auto-page-dirs-card__link svg {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.auto-page-dirs-card__link:hover {
    color: var(--color-green)
}

@media (max-width: 767px) {
    .auto-page-dirs-card__link {
        font-size:16px
    }
}

.auto-page-complex__intro {
    margin-bottom: 20px;
    max-width: 917px
}

.auto-page-complex__intro .auto-page-section__title {
    margin-bottom: 20px
}

.auto-page-complex__lead {
    margin: 0 0 20px;
    max-width: 906px;
    color: var(--color-deep-grey,currentColor);
    font-weight: 400;
    font-size: 18px;
    line-height: 1.3
}

@media (min-width: 768px) and (max-width:1279px) {
    .auto-page-complex__lead {
        max-width:678px;
        font-size: 14px
    }
}

@media (max-width: 767px) {
    .auto-page-complex__lead {
        font-size:14px
    }
}

.auto-page-complex__lead:last-of-type {
    margin-bottom: 0
}

.auto-page-complex__subheading {
    margin: 48px 0 24px;
    color: var(--color-deep-grey,currentColor);
    font-weight: 600;
    font-size: 24px;
    line-height: 1.3
}

.auto-page-complex__features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 32px
}

@media (min-width: 768px) and (max-width:1279px) {
    .auto-page-complex__subheading {
        margin-top:32px;
        font-size: 18px
    }

    .auto-page-complex__features {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        gap: 16px
    }
}

.auto-page-complex-card {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(33.333% - 16px);
    flex: 1 1 calc(33.333% - 16px);
    -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: 20px;
    padding: 24px;
    min-width: 280px;
    min-height: 250px
}

.auto-page-complex-card--white {
    background: var(--color-white,#fff)
}

.auto-page-complex-card--grey {
    background: var(--color-light-grey,#f8f8f8)
}

.auto-page-complex-card--blue {
    background: var(--color-light_blue,#eef2fa)
}

@media (min-width: 768px) and (max-width:1279px) {
    .auto-page-complex-card {
        -webkit-box-flex:1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        border-radius: 20px;
        min-width: 0;
        min-height: 0
    }

    .auto-page-complex-card:nth-child(1) {
        min-height: 133px
    }

    .auto-page-complex-card:nth-child(2),.auto-page-complex-card:nth-child(3) {
        min-height: 151px
    }
}

@media (max-width: 767px) {
    .auto-page-complex__subheading {
        margin-top:32px
    }

    .auto-page-complex-card {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        border-radius: 10px;
        padding: 12px;
        min-width: 0;
        min-height: 0
    }
}

.auto-page-complex-card__title {
    margin: 0 0 16px;
    color: var(--color-deep-grey,currentColor);
    font-weight: 600;
    font-size: 24px;
    line-height: 1.3
}

@media (min-width: 768px) and (max-width:1279px) {
    .auto-page-complex-card__title {
        font-size:18px
    }
}

@media (max-width: 767px) {
    .auto-page-complex-card__title {
        font-size:16px
    }
}

.auto-page-complex-card__text {
    margin: 0;
    color: var(--color-deep-grey,currentColor);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3
}

@media (min-width: 768px) and (max-width:1279px) {
    .auto-page-complex-card__text {
        font-size:14px
    }
}

@media (max-width: 767px) {
    .auto-page-complex-card__text {
        font-size:14px
    }
}

.auto-page-complex__more {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    color: var(--color-deep-grey,currentColor);
    font-weight: 600;
    font-size: 16px;
    line-height: 1.1;
    text-decoration: none
}

.auto-page-complex__more:hover {
    opacity: .85
}

.auto-page-tools__intro {
    margin-bottom: 35px;
    max-width: 917px
}

.auto-page-tools__intro .auto-page-section__title {
    margin-bottom: 20px
}

.auto-page-tools__lead {
    margin: 0;
    max-width: 904px;
    font-size: 18px;
    line-height: 1.3
}

.auto-page-tools__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 0
}

@media (min-width: 768px) and (max-width:1279px) {
    .auto-page-tools__lead {
        max-width:678px;
        font-size: 14px
    }

    .auto-page-tools__grid {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (minmax(0,1fr))[2];
        grid-template-columns: repeat(2,minmax(0,1fr));
        gap: 40px 16px;
        width: 100%
    }
}

@media (max-width: 767px) {
    .auto-page-tools__lead {
        font-size:14px
    }

    .auto-page-tools__grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        gap: 24px;
        width: 100%
    }
}

.auto-page-tools-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(25% - 18px);
    flex: 1 1 calc(25% - 18px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    min-width: 240px;
    max-width: 312px
}

@media (min-width: 768px) and (max-width:1279px) {
    .auto-page-tools-item {
        -webkit-box-flex:0;
        -ms-flex: none;
        flex: none;
        width: 100%;
        min-width: 0;
        max-width: none
    }
}

@media (max-width: 767px) {
    .auto-page-tools-item {
        display:-ms-grid;
        display: grid;
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
        -ms-grid-columns: auto 1fr;
        grid-template-columns: auto 1fr;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
        row-gap: 16px;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        min-width: 0;
        max-width: none
    }

    .auto-page-tools-item .auto-page-tools-item__logo {
        -ms-grid-row: 1;
        grid-row: 1;
        -ms-grid-column: 1;
        grid-column: 1
    }

    .auto-page-tools-item .auto-page-tools-item__title {
        -ms-grid-row: 1;
        grid-row: 1;
        -ms-grid-column: 2;
        grid-column: 2;
        min-width: 0
    }

    .auto-page-tools-item .auto-page-tools-item__text {
        -ms-grid-row: 2;
        grid-row: 2;
        grid-column: 1/-1
    }
}

.auto-page-tools-item__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 70px
}

.auto-page-tools-item__logo img {
    width: auto;
    max-height: 70px;
    -o-object-fit: contain;
    object-fit: contain
}

.auto-page-tools-item__logo--1c img,.auto-page-tools-item__logo--bi img,.auto-page-tools-item__logo--bitrix img,.auto-page-tools-item__logo--rpa img {
    max-height: none
}

.auto-page-tools-item__logo--rpa {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 126px
}

@media (max-width: 767px) {
    .auto-page-tools-item__logo--rpa {
        -webkit-box-align:center;
        -ms-flex-align: center;
        align-items: center
    }
}

.auto-page-tools-item__logo--bitrix {
    width: 116px
}

.auto-page-tools-item__logo--1c {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 126px
}

.auto-page-tools-item__logo--bi {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    width: 133px;
    height: 70px;
    overflow: hidden
}

.auto-page-tools-rpa {
    display: block;
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border: 1px solid var(--color-light-blue,#eef2fa);
    border-radius: 10px;
    background: var(--color-white,#fff);
    isolation: isolate;
    width: 126px;
    height: 70px;
    overflow: hidden
}

.auto-page-tools-rpa__main {
    position: absolute;
    top: 0;
    left: -2px;
    width: 83px;
    height: 83px;
    pointer-events: none
}

.auto-page-tools-rpa__main-img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.auto-page-tools-rpa__gear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    pointer-events: none
}

.auto-page-tools-rpa__gear--37 {
    top: 29px;
    left: 52.5px;
    width: 37px;
    height: 37px
}

.auto-page-tools-rpa__gear--27 {
    top: 12px;
    left: 81px;
    width: 27px;
    height: 27px
}

.auto-page-tools-rpa__gear--60 {
    top: 20px;
    left: 71px;
    width: 60px;
    height: 60px
}

.auto-page-tools-rpa__gear-rot {
    display: block;
    position: relative;
    width: 100%;
    height: 100%
}

.auto-page-tools-rpa__gear-rot--180 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.auto-page-tools-rpa__gear-rot--flip180 {
    -webkit-transform: rotate(180deg) scaleY(-1);
    -ms-transform: rotate(180deg) scaleY(-1);
    transform: rotate(180deg) scaleY(-1)
}

.auto-page-tools-rpa__gear-base {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.auto-page-tools-rpa__tint {
    position: absolute;
    mix-blend-mode: color;
    mask-position: center;
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
    inset: 0;
    pointer-events: none;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: 100% 100%
}

.auto-page-tools-rpa__tint--83 {
    mask-image: url(../img/content/services/figma-color/auto-page/auto-page-tools-rpa-mask-83.png);
    background: linear-gradient(98.536deg,#34ae6b 3.22%,#2587f9 86.86%);
    -webkit-mask-image: url(../img/content/services/figma-color/auto-page/auto-page-tools-rpa-mask-83.png)
}

.auto-page-tools-rpa__tint--37 {
    mask-image: url(../img/content/services/figma-color/auto-page/auto-page-tools-rpa-mask-37.png);
    background: linear-gradient(126.55deg,#2587f9 2.5325%,#34ae6b 90.001%);
    -webkit-mask-image: url(../img/content/services/figma-color/auto-page/auto-page-tools-rpa-mask-37.png)
}

.auto-page-tools-rpa__tint--27 {
    mask-image: url(../img/content/services/figma-color/auto-page/auto-page-tools-rpa-mask-27.png);
    background: linear-gradient(126.55deg,#2587f9 2.5325%,#34ae6b 90.001%);
    -webkit-mask-image: url(../img/content/services/figma-color/auto-page/auto-page-tools-rpa-mask-27.png)
}

.auto-page-tools-rpa__tint--60 {
    mask-image: url(../img/content/services/figma-color/auto-page/auto-page-tools-rpa-mask-60.png);
    background: linear-gradient(126.55deg,#2587f9 2.5325%,#34ae6b 90.001%);
    -webkit-mask-image: url(../img/content/services/figma-color/auto-page/auto-page-tools-rpa-mask-60.png)
}

.auto-page-tools-bitrix {
    display: block;
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 116px;
    height: 70px
}

.auto-page-tools-bitrix__cloud {
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    vertical-align: top;
    width: 100%;
    height: 100%
}

.auto-page-tools-bitrix__wordmark-wrap {
    position: absolute;
    top: 35.46px;
    left: 17.23px;
    width: 83.67px;
    height: 20.304px;
    overflow: hidden;
    pointer-events: none
}

.auto-page-tools-bitrix__wordmark {
    position: absolute;
    top: -144.15%;
    left: -16%;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    width: 130.67%;
    max-width: none;
    height: 379.51%;
    -o-object-fit: cover;
    object-fit: cover
}

.auto-page-tools-1c-badge {
    position: relative;
    border-radius: 10px;
    background: linear-gradient(105.118deg,#34ae6b 3.22%,#2587f9 86.86%);
    width: 126px;
    height: 70px;
    overflow: hidden
}

.auto-page-tools-1c-badge__logo {
    position: absolute;
    top: 12px;
    left: 16px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    width: 94px;
    height: 46px;
    -o-object-fit: contain;
    object-fit: contain
}

.auto-page-tools-bi-img {
    display: block;
    border-radius: 10px;
    width: 133px;
    max-width: none;
    height: 70px;
    -o-object-fit: cover;
    object-fit: cover
}

.auto-page-tools-item__title {
    margin: 0;
    color: var(--color-deep-grey,currentColor);
    font-weight: 600;
    font-size: 24px;
    line-height: 1.3
}

@media (min-width: 768px) and (max-width:1279px) {
    .auto-page-tools-item__title {
        font-size:18px
    }
}

@media (max-width: 767px) {
    .auto-page-tools-item__title {
        font-size:16px
    }
}

.auto-page-tools-item__text {
    margin: 0;
    color: var(--color-deep-grey,currentColor);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3
}

.auto-page-steps__heading {
    max-width: 917px
}

@media (min-width: 768px) and (max-width:1279px) {
    .auto-page-tools-item__text {
        font-size:14px
    }

    .auto-page-steps__heading {
        max-width: 580px
    }
}

.auto-page-steps__list {
    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;
    margin: 64px 0 0;
    padding: 0;
    list-style: none
}

.auto-page-step-card {
    display: block;
    position: sticky;
    top: 140px;
    margin-right: auto;
    margin-left: auto;
    -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);
    width: 100%;
    max-width: 984px;
    min-height: 200px;
    overflow: hidden
}

.auto-page-step-card:nth-child(2) {
    top: 210px
}

.auto-page-step-card:nth-child(3) {
    top: 280px
}

.auto-page-step-card:nth-child(4) {
    top: 350px
}

.auto-page-step-card:nth-child(5) {
    top: 420px
}

@media (max-width: 1279px) {
    .auto-page-steps__list {
        gap:16px;
        margin-top: 48px
    }

    .auto-page-step-card {
        top: 100px;
        min-height: 160px
    }

    .auto-page-step-card:nth-child(2) {
        top: 150px
    }

    .auto-page-step-card:nth-child(3) {
        top: 200px
    }

    .auto-page-step-card:nth-child(4) {
        top: 250px
    }

    .auto-page-step-card:nth-child(5) {
        top: 300px
    }
}

@media (max-width: 767px) {
    .auto-page-tools-item__text {
        font-size:14px
    }

    .auto-page-steps__list {
        gap: 16px;
        margin-top: 32px
    }

    .auto-page-step-card {
        display: block;
        top: 80px;
        border-radius: 10px;
        max-width: 100%;
        min-height: 150px
    }

    .auto-page-step-card:nth-child(2) {
        top: 130px
    }

    .auto-page-step-card:nth-child(3) {
        top: 180px
    }

    .auto-page-step-card:nth-child(4) {
        top: 230px
    }

    .auto-page-step-card:nth-child(5) {
        top: 280px
    }
}

.auto-page-step-card__content {
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 24px;
    width: 100%;
    min-width: 0;
    max-width: 796px
}

.auto-page-step-card__num {
    position: absolute;
    top: 24px;
    right: 224px;
    z-index: 2;
    color: var(--color-deep-grey,currentColor);
    font-weight: 600;
    font-size: 18px;
    line-height: 1.3;
    font-family: var(--base-font, "Roboto", sans-serif)
}

@media (min-width: 768px) and (max-width:1279px) {
    .auto-page-step-card__content {
        padding:20px;
        max-width: 582px
    }

    .auto-page-step-card__num {
        top: 24px;
        right: 116px
    }
}

@media (max-width: 767px) {
    .auto-page-step-card__content {
        padding:16px;
        width: auto;
        max-width: none
    }

    .auto-page-step-card:nth-child(4) .auto-page-step-card__content {
        left: 16px
    }

    .auto-page-step-card__num {
        top: 16px;
        right: 12px;
        z-index: 3
    }
}

.auto-page-step-card__title {
    margin: 0 0 16px;
    padding-right: 48px;
    color: var(--color-deep-grey,currentColor);
    font-weight: 600;
    font-size: 24px;
    line-height: 1.3
}

@media (min-width: 768px) and (max-width:1279px) {
    .auto-page-step-card__title {
        margin-bottom:8px;
        font-size: 18px
    }
}

@media (max-width: 767px) {
    .auto-page-step-card__title {
        font-size:16px
    }
}

.auto-page-step-card__text {
    margin: 0;
    color: var(--color-deep-grey,currentColor);
    font-weight: 400;
    font-size: 18px;
    line-height: 1.3
}

.auto-page-step-card__visual {
    position: absolute;
    z-index: 0;
    inset: 0;
    overflow: hidden;
    pointer-events: none
}

.auto-page-step-visual {
    display: block;
    position: absolute;
    isolation: isolate;
    overflow: hidden
}

.auto-page-step-card__visual--01 .auto-page-step-visual {
    top: -93px;
    left: 613px;
    width: 379px;
    height: 379px
}

@media (min-width: 768px) and (max-width:1279px) {
    .auto-page-step-card__text {
        font-size:14px
    }

    .auto-page-step-card__visual--01 .auto-page-step-visual {
        top: -68px;
        right: -50.5px;
        left: auto;
        width: 292px;
        height: 292px
    }
}

.auto-page-step-card__visual--02 .auto-page-step-visual {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: -231px;
    left: 169px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 825.704px;
    height: 825.704px;
    overflow: hidden
}

@media (min-width: 768px) and (max-width:1279px) {
    .auto-page-step-card__visual--02 .auto-page-step-visual {
        top:-161px;
        right: -49.342px;
        left: auto;
        width: 602.342px;
        height: 602.342px
    }
}

.auto-page-step-card__visual--03 .auto-page-step-visual {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: -117px;
    left: 659px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 409.808px;
    height: 409.808px;
    overflow: hidden
}

@media (min-width: 768px) and (max-width:1279px) {
    .auto-page-step-card__visual--03 .auto-page-step-visual {
        top:-65.38px;
        right: -72.047px;
        left: auto;
        width: 286.987px;
        height: 286.987px
    }
}

.auto-page-step-card__visual--04 .auto-page-step-visual {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: -358.28px;
    left: 282.15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 919.553px;
    height: 919.553px;
    overflow: visible
}

@media (min-width: 768px) and (max-width:1279px) {
    .auto-page-step-card__visual--04 .auto-page-step-visual {
        top:-209px;
        right: -109.922px;
        left: auto;
        width: 572.922px;
        height: 572.922px
    }
}

.auto-page-step-card__visual--05 .auto-page-step-visual {
    top: -50px;
    left: 675px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 300px;
    height: 300px
}

@media (min-width: 768px) and (max-width:1279px) {
    .auto-page-step-card__visual--05 .auto-page-step-visual {
        top:-16px;
        right: 3px;
        left: auto;
        width: 165px;
        height: 165px
    }
}

@media (max-width: 767px) {
    .auto-page-step-card__text {
        font-size:14px
    }

    .auto-page-step-card__visual {
        position: absolute;
        z-index: 0;
        inset: 0;
        height: auto;
        overflow: hidden
    }

    .auto-page-step-card__visual--01 .auto-page-step-visual {
        top: -18px;
        right: -53px;
        left: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: 249px;
        height: 249px
    }

    .auto-page-step-card__visual--02 .auto-page-step-visual {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        top: -170px;
        right: -183.342px;
        left: auto;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: 602.342px;
        height: 602.342px;
        overflow: hidden
    }

    .auto-page-step-card__visual--03 .auto-page-step-visual {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        top: -63px;
        right: -92.987px;
        left: auto;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: 286.987px;
        height: 286.987px;
        overflow: hidden
    }

    .auto-page-step-card__visual--04 .auto-page-step-visual {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        top: -209px;
        right: -202.922px;
        left: auto;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: 572.922px;
        height: 572.922px;
        overflow: hidden
    }

    .auto-page-step-card__visual--05 .auto-page-step-visual {
        top: 8px;
        right: -30px;
        left: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: 165px;
        height: 165px
    }
}

.auto-page-step-visual__base {
    display: block;
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-position: center,center;
    background-size: cover,cover;
    background-repeat: no-repeat,no-repeat;
    overflow: hidden;
    -webkit-background-blend-mode: color;
    background-blend-mode: color;
    pointer-events: none
}

.auto-page-step-card__visual--01 .auto-page-step-visual__base {
    mask-image: url(../img/content/services/figma-color/auto-page/auto-page-step-01-mask.png);
    inset: 0;
    background-image: linear-gradient(98.536deg,#34ae6b 3.22%,#2587f9 86.86%),url(../img/content/services/figma-color/auto-page/auto-page-step-01-base.png);
    width: 100%;
    height: 100%;
    -webkit-mask-image: url(../img/content/services/figma-color/auto-page/auto-page-step-01-mask.png);
    mask-mode: alpha;
    mask-position: center;
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: 100% 100%
}

.auto-page-step-card__visual--02 .auto-page-step-visual__base {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
    mask-image: url(../img/content/services/figma-color/auto-page/auto-page-step-02-mask.png);
    background-image: linear-gradient(98.536deg,#34ae6b 3.22%,#2587f9 86.86%),url(../img/content/services/figma-color/auto-page/auto-page-step-02-base.png);
    background-size: 100% 100%,100% 100%;
    width: 604.458px;
    height: 604.458px;
    -webkit-mask-image: url(../img/content/services/figma-color/auto-page/auto-page-step-02-mask.png);
    mask-mode: alpha;
    mask-position: center;
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: 100% 100%
}

@media (min-width: 768px) and (max-width:1279px) {
    .auto-page-step-card__visual--02 .auto-page-step-visual__base {
        width:440.945px;
        height: 440.945px
    }
}

@media (max-width: 767px) {
    .auto-page-step-card__visual--02 .auto-page-step-visual__base {
        width:440.945px;
        height: 440.945px
    }
}

.auto-page-step-card__visual--03 .auto-page-step-visual__base {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
    mask-image: url(../img/content/services/figma-color/auto-page/auto-page-step-03-mask.png);
    background-image: linear-gradient(98.536deg,#34ae6b 3.22%,#2587f9 86.86%),url(../img/content/services/figma-color/auto-page/auto-page-step-03-base.png);
    background-size: 100% 100%,100% 100%;
    width: 300px;
    height: 300px;
    -webkit-mask-image: url(../img/content/services/figma-color/auto-page/auto-page-step-03-mask.png);
    mask-mode: alpha;
    mask-position: center;
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: 100% 100%
}

@media (min-width: 768px) and (max-width:1279px) {
    .auto-page-step-card__visual--03 .auto-page-step-visual__base {
        width:210.089px;
        height: 210.089px
    }
}

@media (max-width: 767px) {
    .auto-page-step-card__visual--03 .auto-page-step-visual__base {
        width:210.089px;
        height: 210.089px
    }
}

.auto-page-step-card__visual--04 .auto-page-step-visual__base {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
    mask-image: url(../img/content/services/figma-color/auto-page/auto-page-step-04-mask.png);
    background-image: linear-gradient(136.169deg,#2bac68 9.18%,#2587f9 90.88%),url(../img/content/services/figma-color/auto-page/auto-page-step-04-base.png);
    width: 673.159px;
    height: 673.159px;
    -webkit-mask-image: url(../img/content/services/figma-color/auto-page/auto-page-step-04-mask.png);
    mask-mode: alpha;
    mask-position: center;
    mask-size: 919.553px 919.553px;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: 919.553px 919.553px
}

@media (min-width: 768px) and (max-width:1279px) {
    .auto-page-step-card__visual--04 .auto-page-step-visual__base {
        mask-size:572.922px 572.922px;
        width: 419.408px;
        height: 419.408px;
        -webkit-mask-size: 572.922px 572.922px
    }
}

@media (max-width: 767px) {
    .auto-page-step-card__visual--04 .auto-page-step-visual__base {
        mask-size:572.922px 572.922px;
        width: 419.408px;
        height: 419.408px;
        -webkit-mask-size: 572.922px 572.922px
    }
}

.auto-page-step-card__visual--05 .auto-page-step-visual__base {
    position: absolute;
    mask-image: url(../img/content/services/figma-color/auto-page/auto-page-step-05-mask.png);
    inset: 0;
    background-image: linear-gradient(98.536deg,#34ae6b 3.22%,#2587f9 86.86%),url(../img/content/services/figma-color/auto-page/auto-page-step-05-base.png);
    width: 100%;
    height: 100%;
    -webkit-mask-image: url(../img/content/services/figma-color/auto-page/auto-page-step-05-mask.png);
    mask-mode: alpha;
    mask-position: center;
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: 100% 100%
}

.auto-page-partners__intro {
    margin-bottom: 40px;
    max-width: 960px
}

.auto-page-partners__intro .auto-page-section__title {
    margin-bottom: 20px
}

.auto-page-partners__lead {
    margin: 0;
    font-size: 18px;
    line-height: 1.3
}

@media (min-width: 768px) and (max-width:1279px) {
    .auto-page-partners__lead {
        max-width:677px;
        font-size: 14px
    }
}

.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-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) {
    .auto-page-partners__lead {
        font-size:14px
    }

    .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);
    grid-template-columns: minmax(0,495px) minmax(0,1fr);
    -webkit-column-gap: 65px;
    -moz-column-gap: 65px;
    column-gap: 65px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 16px
}

@media (max-width: 1279px) {
    .auto-page-partners__banner-head {
        -ms-grid-columns:1fr;
        grid-template-columns: 1fr;
        justify-items: center;
        gap: 24px;
        margin-bottom: 24px;
        text-align: center
    }
}

@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: center;
        -ms-flex-align: center;
        align-items: center;
        justify-items: unset;
        gap: 16px;
        margin-bottom: 16px;
        width: 100%;
        text-align: center
    }
}

@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:center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (min-width: 768px) and (max-width:1279px) {
    .auto-page-partners__banner-head-left {
        -webkit-box-align:center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center
    }
}

@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 {
        -ms-grid-column-align:center;
        justify-self: center;
        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
}

.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: 90px
}

@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: center
    }

    .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: 0;
    flex-shrink: 0;
    -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: 260px;
    height: 184px;
    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__accreditation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -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-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid var(--color-ivory,#e0e0e0);
    border-radius: 10px;
    padding: 12px 16px;
    width: 434px;
    max-width: 100%;
    min-height: 227px
}

.auto-page-partners__accreditation-title {
    margin: 0;
    color: var(--color-deep-grey,currentColor);
    font-weight: 600;
    font-size: 24px;
    line-height: 1.3;
    text-align: center
}

@media (min-width: 768px) and (max-width:1279px) {
    .auto-page-partners__accreditation {
        -ms-flex-negative:0;
        flex-shrink: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 12px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0;
        width: 233px;
        max-width: 233px;
        height: 113px;
        min-height: 113px
    }

    .auto-page-partners__accreditation-title {
        font-size: 16px;
        line-height: 1.3;
        white-space: nowrap
    }
}

@media (max-width: 767px) {
    .auto-page-partners__accreditation {
        -webkit-box-ordinal-group:0;
        -ms-flex-order: -1;
        order: -1;
        gap: 8px;
        border: none;
        border-radius: 0;
        padding: 0;
        width: 100%;
        max-width: 296px;
        min-height: 0
    }

    .auto-page-partners__accreditation-title {
        font-size: 14px;
        line-height: 1.1
    }
}

.auto-page-partners__badge-caption {
    margin: 0;
    color: var(--color-deep-grey,currentColor);
    font-weight: 600;
    font-size: 18px;
    line-height: 1.3;
    text-align: center
}

@media (min-width: 768px) and (max-width:1279px) {
    .auto-page-partners__badge-caption {
        max-width:165px;
        font-size: 16px;
        line-height: 1.3
    }
}

.auto-page-partners__mincifry {
    display: block;
    mask-image: url(../img/content/services/figma-color/auto-page/auto-page-partners-mincifry.png);
    margin: 0 auto;
    background-color: var(--color-blue,#2587f9);
    aspect-ratio: 766/168;
    width: 383px;
    max-width: 100%;
    height: auto;
    -webkit-mask-image: url(../img/content/services/figma-color/auto-page/auto-page-partners-mincifry.png);
    mask-mode: alpha;
    mask-position: center;
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: 100% 100%
}

@media (min-width: 768px) and (max-width:1279px) {
    .auto-page-partners__mincifry {
        aspect-ratio:214/46.813;
        width: 214px;
        max-width: 214px;
        height: auto
    }
}

.auto-page-related {
    padding: 50px 0 80px
}

@media (max-width: 767px) {
    .auto-page-partners__badge-caption {
        font-size:16px;
        line-height: 1.3
    }

    .auto-page-partners__badge-group:last-child .auto-page-partners__badge-caption {
        max-width: 268px
    }

    .auto-page-partners__mincifry {
        aspect-ratio: 275.581/59.992;
        width: 100%;
        max-width: 275.581px;
        height: auto
    }

    .auto-page-related {
        padding: 32px 0 48px
    }
}

.auto-page-related__title {
    margin: 0 0 48px;
    color: var(--color-deep-grey,currentColor);
    font-weight: 600;
    font-size: 40px;
    line-height: normal
}

@media (min-width: 768px) and (max-width:1279px) {
    .auto-page-related__title {
        margin-bottom:32px;
        font-size: 26px
    }
}

@media (max-width: 767px) {
    .auto-page-related__title {
        margin-bottom:24px;
        font-size: 20px
    }
}

.auto-page-related__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px;
    margin: 0;
    padding: 0;
    list-style: none
}

@media (min-width: 1280px) {
    .auto-page-related__list {
        -webkit-box-pack:center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        width: 100%
    }

    .auto-page-related__list>li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (min-width: 768px) and (max-width:1279px) {
    .auto-page-related__list {
        display:-ms-grid;
        display: grid;
        -ms-grid-columns: (minmax(0,1fr))[2];
        grid-template-columns: repeat(2,minmax(0,1fr));
        gap: 16px;
        width: 100%
    }
}

@media (max-width: 767px) {
    .auto-page-related__list {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%
    }

    .auto-page-related__list>li {
        width: 100%;
        min-width: 0
    }
}

.auto-page-related-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    -webkit-transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s,-webkit-transform .2s;
    -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: 16px;
    background: var(--color-white,#fff);
    padding: 24px;
    width: 312px;
    min-height: 138px;
    color: var(--color-deep-grey,currentColor);
    text-decoration: none
}

.auto-page-related-card:hover {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px)
}

@media (min-width: 1280px) {
    .auto-page-related-card {
        -webkit-box-flex:1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: 312px;
        height: 100%;
        min-height: 138px
    }
}

@media (min-width: 768px) and (max-width:1279px) {
    .auto-page-related-card {
        width:100%;
        min-width: 0;
        max-width: none;
        min-height: 138px
    }
}

@media (max-width: 767px) {
    .auto-page-related-card {
        width:100%;
        min-width: 0;
        max-width: none
    }
}

.auto-page-related-card__icon-wrap {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    isolation: isolate;
    width: 90px;
    height: 90px;
    overflow: hidden
}

.auto-page-related-card--sites .auto-page-related-card__icon-wrap {
    width: 89.879px;
    height: 89.879px
}

.auto-page-related-card__icon-viz {
    display: block;
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    inset: 0;
    background-position: center,center;
    background-size: cover,cover;
    background-repeat: no-repeat,no-repeat;
    -webkit-background-blend-mode: color;
    background-blend-mode: color;
    pointer-events: none
}

.auto-page-related-card__icon-viz--integration {
    mask-image: url(../img/content/services/figma-color/auto-page/auto-page-related-it-01-mask.png);
    background-image: linear-gradient(137.277deg,#2bac68 14.261%,#2587f9 89.009%),url(../img/content/services/figma-color/auto-page/auto-page-related-it-01-base.png);
    -webkit-mask-image: url(../img/content/services/figma-color/auto-page/auto-page-related-it-01-mask.png);
    mask-mode: alpha;
    mask-position: center;
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: 100% 100%
}

.auto-page-related-card__icon-viz--bitrix24,.auto-page-related-card__icon-viz--sites,.auto-page-related-card__icon-viz--tariffs {
    mask-image: url(../img/content/services/figma-color/auto-page/auto-page-related-it-02-mask.png);
    background-image: linear-gradient(126.55deg,#2587f9 2.5325%,#34ae6b 90.001%),url(../img/content/services/figma-color/auto-page/auto-page-related-it-02-base.png);
    -webkit-mask-image: url(../img/content/services/figma-color/auto-page/auto-page-related-it-02-mask.png);
    mask-mode: alpha;
    mask-position: center;
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: 100% 100%
}

.auto-page-related-card__icon-viz--tariffs {
    mask-image: url(../img/content/services/figma-color/auto-page/auto-page-related-it-03-mask.png);
    background-image: linear-gradient(126.55deg,#2587f9 2.5325%,#34ae6b 90.001%),url(../img/content/services/figma-color/auto-page/auto-page-related-it-03-base.png);
    -webkit-mask-image: url(../img/content/services/figma-color/auto-page/auto-page-related-it-03-mask.png)
}

.auto-page-related-card__icon-viz--sites {
    mask-image: url(../img/content/services/figma-color/auto-page/auto-page-related-it-04-mask.png);
    background-image: linear-gradient(126.55deg,#2587f9 2.5325%,#34ae6b 90.001%),url(../img/content/services/figma-color/auto-page/auto-page-related-it-04-base.png);
    -webkit-mask-image: url(../img/content/services/figma-color/auto-page/auto-page-related-it-04-mask.png)
}

.auto-page-related-card__body {
    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;
    gap: 24px;
    min-width: 0
}

.auto-page-related-card__name {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.3
}

.auto-page-related-card__more {
    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 .2s;
    transition: color .2s;
    color: var(--color-grey,#666);
    font-weight: 600;
    font-size: 18px;
    line-height: 1.1
}

.auto-page-related-card__more svg {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.auto-page-related-card__more:hover {
    color: var(--color-green)
}

@media (max-width: 1279px) {
    .auto-page-related-card__more {
        color:var(--color-green)
    }
}

.auto-page .crm-page__lead {
    padding-bottom: 80px
}

.auto-page .faq__inner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.auto-page-dirs {
    position: relative;
    z-index: 0;
    overflow: visible
}

.auto-page-dirs__container {
    position: relative;
    z-index: 0
}

.auto-page-dirs__bg-gradients {
    position: absolute;
    z-index: 0;
    inset: 0;
    overflow: visible;
    pointer-events: none
}

.auto-page-dirs__container>:not(.auto-page-dirs__bg-gradients) {
    position: relative;
    z-index: 1
}

.auto-page-dirs__bg-gradient {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 0;
    width: 900px;
    height: 900px;
    pointer-events: none
}

.auto-page-dirs__bg-gradient svg {
    display: block;
    width: 100%;
    height: 100%
}

.auto-page-dirs__bg-gradient--green {
    top: 50%;
    right: auto;
    left: calc(50% - 180px);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

@media (min-width: 768px) and (max-width:1279px) {
    .auto-page-related-card__name {
        font-size:18px
    }

    .auto-page-dirs__bg-gradient--green {
        left: calc(50% - 120px)
    }
}

@media (max-width: 767px) {
    .auto-page .crm-page__lead {
        padding-bottom:48px
    }

    .auto-page-dirs__bg-gradient--green {
        left: calc(50% - 70px)
    }
}

.auto-page-dirs__bg-gradient--blue {
    top: 50%;
    right: auto;
    left: calc(50% + 180px);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

@media (min-width: 768px) and (max-width:1279px) {
    .auto-page-dirs__bg-gradient--blue {
        left:calc(50% + 120px)
    }

    .auto-page-dirs__bg-gradient {
        width: 700px;
        height: 700px
    }
}

@media (max-width: 767px) {
    .auto-page-dirs__bg-gradient--blue {
        left:calc(50% + 70px)
    }

    .auto-page-dirs__bg-gradient {
        width: 480px;
        height: 480px
    }
}

.auto-page-steps {
    position: relative;
    z-index: 0;
    overflow: visible
}

.auto-page-steps__container {
    position: relative;
    z-index: 0
}

.auto-page-steps__bg-gradients {
    position: absolute;
    z-index: 0;
    inset: 0;
    overflow: visible;
    pointer-events: none
}

.auto-page-steps__container>:not(.auto-page-steps__bg-gradients) {
    position: relative;
    z-index: 1
}

.auto-page-steps__bg-gradient {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 0;
    width: 900px;
    height: 900px;
    pointer-events: none
}

.auto-page-steps__bg-gradient svg {
    display: block;
    width: 100%;
    height: 100%
}

.auto-page-steps__bg-gradient--green {
    top: 5%;
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

@media (min-width: 768px) and (max-width:1279px) {
    .auto-page-steps__bg-gradient--green {
        top:4%
    }
}

@media (max-width: 767px) {
    .auto-page-steps__bg-gradient--green {
        top:2%
    }
}

.auto-page-steps__bg-gradient--blue {
    top: auto;
    right: auto;
    bottom: 5%;
    left: 50%;
    -webkit-transform: translate(-50%,50%);
    -ms-transform: translate(-50%,50%);
    transform: translate(-50%,50%)
}

@media (min-width: 768px) and (max-width:1279px) {
    .auto-page-steps__bg-gradient--blue {
        bottom:4%
    }

    .auto-page-steps__bg-gradient {
        width: 700px;
        height: 700px
    }
}

@media (max-width: 767px) {
    .auto-page-steps__bg-gradient--blue {
        bottom:2%
    }

    .auto-page-steps__bg-gradient {
        width: 480px;
        height: 480px
    }
}

.auto-page-partners {
    position: relative;
    z-index: 0;
    overflow: visible
}

.auto-page-partners__container {
    position: relative;
    z-index: 0
}

.auto-page-partners__bg-gradients {
    position: absolute;
    z-index: 0;
    inset: 0;
    overflow: visible;
    pointer-events: none
}

.auto-page-partners__container>:not(.auto-page-partners__bg-gradients) {
    position: relative;
    z-index: 1
}

.auto-page-partners__bg-gradient {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 0;
    width: 900px;
    height: 900px;
    pointer-events: none
}

.auto-page-partners__bg-gradient svg {
    display: block;
    width: 100%;
    height: 100%
}

.auto-page-partners__bg-gradient--green {
    top: -120px;
    left: -200px
}

@media (min-width: 768px) and (max-width:1279px) {
    .auto-page-partners__bg-gradient--green {
        top:-80px;
        left: -120px
    }
}

.auto-page-partners__bg-gradient--blue {
    top: auto;
    right: -200px;
    bottom: -120px;
    left: auto
}

.auto-page .cases--auto-page .cases__slider-outer>.container {
    overflow: visible
}

.auto-page .cases--auto-page .cases-gradient {
    top: 50%;
    right: auto;
    z-index: 0;
    width: 900px;
    height: 900px;
    pointer-events: none
}

.auto-page .cases--auto-page .cases-gradient--green {
    left: calc(50% - 100px);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

@media (min-width: 768px) and (max-width:1279px) {
    .auto-page-partners__bg-gradient--blue {
        right:-120px;
        bottom: -80px
    }

    .auto-page-partners__bg-gradient {
        width: 700px;
        height: 700px
    }

    .auto-page .cases--auto-page .cases-gradient--green {
        left: calc(50% - 80px)
    }
}

@media (max-width: 767px) {
    .auto-page-partners__bg-gradient {
        width:480px;
        height: 480px
    }

    .auto-page-partners__bg-gradient--green {
        top: -60px;
        left: -100px
    }

    .auto-page-partners__bg-gradient--blue {
        right: -100px;
        bottom: -60px
    }

    .auto-page .cases--auto-page .cases-gradient--green {
        left: calc(50% - 50px)
    }
}

.auto-page .cases--auto-page .cases-gradient--blue {
    left: calc(50% + 100px);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.auto-page .cases--auto-page .cases__controls,.auto-page .cases--auto-page .cases__viewport {
    position: relative;
    z-index: 1
}

.auto-page__faq .faq__inner {
    overflow: visible
}

.auto-page__faq .faq-gradient {
    z-index: 0;
    width: 900px;
    height: 900px;
    pointer-events: none
}

.auto-page__faq .faq__content {
    position: relative;
    z-index: 1
}

.auto-page__faq .faq__decor {
    z-index: 1
}

.auto-page__faq .faq-gradient--blue,.auto-page__faq .faq-gradient--green {
    right: auto;
    bottom: auto
}

.auto-page__faq .faq-gradient--green {
    top: 35%;
    left: -200px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (min-width: 768px) and (max-width:1279px) {
    .auto-page .cases--auto-page .cases-gradient--blue {
        left:calc(50% + 80px)
    }

    .auto-page .cases--auto-page .cases-gradient {
        width: 700px;
        height: 700px
    }

    .auto-page__faq .faq-gradient--green {
        top: 32%;
        left: -120px
    }
}

@media (max-width: 767px) {
    .auto-page .cases--auto-page .cases-gradient--blue {
        left:calc(50% + 50px)
    }

    .auto-page .cases--auto-page .cases-gradient {
        width: 480px;
        height: 480px
    }

    .auto-page__faq .faq-gradient--green {
        top: 20%;
        left: -100px
    }
}

.auto-page__faq .faq-gradient--blue {
    top: 35%;
    left: 400px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (min-width: 768px) and (max-width:1279px) {
    .auto-page__faq .faq-gradient--blue {
        top:32%;
        left: 240px
    }

    .auto-page__faq .faq-gradient {
        width: 700px;
        height: 700px
    }
}

@media (max-width: 767px) {
    .auto-page__faq .faq-gradient--blue {
        top:20%;
        left: 50%;
        -webkit-transform: translate(10%,-50%);
        -ms-transform: translate(10%,-50%);
        transform: translate(10%,-50%)
    }

    .auto-page__faq .faq-gradient {
        width: 480px;
        height: 480px
    }
}

.auto-page__lead .crm-lead__bg-gradient--green {
    top: 50%;
    right: auto;
    bottom: auto;
    left: -200px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (min-width: 768px) and (max-width:1279px) {
    .auto-page__lead .crm-lead__bg-gradient--green {
        left:-120px
    }
}

.auto-page__lead .crm-lead__bg-gradient--blue {
    top: 50%;
    right: -200px;
    bottom: auto;
    left: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (min-width: 768px) and (max-width:1279px) {
    .auto-page__lead .crm-lead__bg-gradient--blue {
        right:-120px
    }
}

@media (max-width: 767px) {
    .auto-page__lead .crm-lead__bg-gradient--green {
        top:44%;
        left: -100px
    }

    .auto-page__lead .crm-lead__bg-gradient--blue {
        top: 56%;
        right: -100px
    }
}

/* select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    --minwidth-select: 250px;
    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;
    cursor: pointer;
    border: 1px solid var(--color-ivory);
    border-radius: 30px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='%23000' class='size-6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='m19.5 8.25-7.5 7.5-7.5-7.5' /%3E%3C/svg%3E%0A") right 5px center/20px no-repeat;
    padding-inline:20px;padding-block:13px;min-width: var(--minwidth-select);
    color: var(--color-deep-grey)
}

@supports ((-webkit-appearance: base-select) or (-moz-appearance:base-select) or (appearance:base-select)) {
    select,select::picker(select) {
        -webkit-appearance:base-select;
        -moz-appearance: base-select;
        appearance: base-select;
        -webkit-animation-play-state: paused;
        animation-play-state: paused;
        interpolate-size: allow-keywords
    }

    select:open {
        -webkit-animation-play-state: running;
        animation-play-state: running;
        background: var(--color-light-blue)
    }

    @media (prefers-reduced-motion) {
        select:open {
            -webkit-animation-play-state: paused;
            animation-play-state: paused
        }
    }

    select {
        background-image: none;
        padding-inline:20px}

    select img {
        width: 30px;
        line-height: 1
    }

    select::picker-icon {
        rotate: -90deg;
        -webkit-transition: rotate .2s ease-out;
        transition: rotate .2s ease-out;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='%23000' class='size-6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='m19.5 8.25-7.5 7.5-7.5-7.5' /%3E%3C/svg%3E%0A");
        width: 20px;
        height: 20px;
        content: ""
    }

    select:open::picker-icon {
        rotate: 0deg
    }

    select::picker(select) {
        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;
        opacity: 0;
        -webkit-transition: height .4s ease-out,opacity .4s ease-out,overlay .4s,display .4s;
        transition: height .4s ease-out,opacity .4s ease-out,overlay .4s,display .4s;
        transition-behavior: allow-discrete;
        margin-top: 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: 1px solid var(--color-ivory,#e0e0e0);
        border-radius: 16px;
        background: var(--color-white,#fff);
        padding: 16px;
        max-width: 250px;
        height: 0;
        overflow: clip;
        font-weight: 400
    }

    select:open::picker(select) {
        opacity: 1;
        height: auto
    }

    select option {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 10px;
        -webkit-transition-duration: .2s;
        transition-duration: .2s;
        -webkit-transition-property: color,background;
        transition-property: color,background;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        cursor: pointer;
        padding: 4px;
        color: var(--color-deep-grey,currentColor);
        font-size: 16px;
        text-wrap: auto
    }

    select option:where(:hover,:focus,:active) {
        background: var(--color-light-blue,#eef2fa)
    }

    select option:checked {
        background: var(--color-light-blue,#eef2fa)
    }

    select option::checkmark {
        display: none
    }

    select option:first-child {
        border: 0
    }

    select selectedcontent {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 10px
    }
} */

.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}
}
