@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
    }

    select {
        --minwidth-select: clamp(10.938rem, -3.125rem + 29.3vw, 15.625rem)
    }
}

.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
    }
}

@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)
    }

    .tariff-cost__wrapper {
        border-radius: 20px
    }
}

.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%
}

@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 .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 .cta__consent {
        -ms-grid-column:1;
        -ms-grid-column-span: 2;
        grid-column: 1/3
    }
}

.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
}

@media (max-width: 767px) {
    .tariff-cost__wrapper {
        border-radius:10px
    }
}

@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
    }
}

.tarif-boxed .tarifs,.tarif-cloud .tarifs {
    padding: clamp(1.875rem,.901rem + 4.33vw,4.688rem) 0
}

.tarif-boxed .tarifs__wrap,.tarif-cloud .tarifs__wrap {
    position: relative
}

.tarif-boxed .tarifs__bg-gradient--green,.tarif-cloud .tarifs__bg-gradient--green {
    top: -7%;
    left: -16%;
    width: 1300px;
    height: 1300px
}

@media screen and (max-width: 1024px) {
    .tarif-boxed .tarifs__bg-gradient--green,.tarif-cloud .tarifs__bg-gradient--green {
        left:-37%
    }
}

@media screen and (max-width: 768px) {
    .tarif-boxed .tarifs__bg-gradient--green,.tarif-cloud .tarifs__bg-gradient--green {
        left:-50%
    }
}

@media screen and (max-width: 425px) {
    .tarif-boxed .tarifs__bg-gradient--green,.tarif-cloud .tarifs__bg-gradient--green {
        top:0;
        left: -85%;
        width: 1000px;
        height: 1000px
    }
}

.tarif-boxed .tarifs__bg-gradient--blue,.tarif-cloud .tarifs__bg-gradient--blue {
    top: -7%;
    left: 26%;
    width: 1300px;
    height: 1300px
}

@media screen and (max-width: 1023px) {
    .tarif-boxed .tarifs__bg-gradient--blue,.tarif-cloud .tarifs__bg-gradient--blue {
        left:18%
    }
}

@media screen and (max-width: 1024px) {
    .tarif-boxed .tarifs__bg-gradient--blue,.tarif-cloud .tarifs__bg-gradient--blue {
        left:2%
    }

    .tarif-boxed .tarifs .section-head,.tarif-cloud .tarifs .section-head {
        -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
    }
}

@media screen and (max-width: 425px) {
    .tarif-boxed .tarifs__bg-gradient--blue,.tarif-cloud .tarifs__bg-gradient--blue {
        top:0;
        left: -27%;
        width: 1000px;
        height: 1000px
    }
}

.tarif-boxed .tarifs .section-head .tarifs__tabs--actions,.tarif-cloud .tarifs .section-head .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
}

@media screen and (max-width: 1024px) {
    .tarif-boxed .tarifs .section-head .tarifs__tabs--actions,.tarif-cloud .tarifs .section-head .tarifs__tabs--actions {
        -ms-flex-item-align:center;
        -ms-grid-row-align: center;
        align-self: center
    }
}

.tarif-boxed .tarifs .section-head .tarifs__tabs--actions__btn,.tarif-cloud .tarifs .section-head .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%
}

.tarif-boxed .tarifs .section-head .tarifs__tabs--actions__btn input,.tarif-cloud .tarifs .section-head .tarifs__tabs--actions__btn input {
    display: none
}

.tarif-boxed .tarifs .section-head .tarifs__tabs--actions__btn:hover,.tarif-cloud .tarifs .section-head .tarifs__tabs--actions__btn:hover {
    color: var(--color-green)
}

.tarif-boxed .tarifs .section-head .tarifs__tabs--actions__btn .procent,.tarif-cloud .tarifs .section-head .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%
}

.tarif-boxed .tarifs .section-head .tarifs__tabs--actions__btn:has(input[type=radio]:checked),.tarif-cloud .tarifs .section-head .tarifs__tabs--actions__btn:has(input[type=radio]:checked) {
    background: var(--color-blue);
    color: var(--color-white)
}

.tarif-boxed .tarifs .section-head .tarifs__tabs--actions__btn:has(input[type=radio]:checked):hover,.tarif-cloud .tarifs .section-head .tarifs__tabs--actions__btn:has(input[type=radio]:checked):hover {
    background: #9cc5f5;
    color: var(--color-green)
}

.tarif-boxed .tarifs__inner,.tarif-cloud .tarifs__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: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    z-index: 1
}

.tarif-boxed .tarifs-boxed-swiper,.tarif-cloud .tarifs-boxed-swiper {
    width: 100%;
    max-width: 100%
}

@media (max-width: 1279px) {
    .tarif-boxed .tarifs-boxed-swiper,.tarif-cloud .tarifs-boxed-swiper {
        -webkit-mask-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),color-stop(8%,#000),color-stop(92%,#000),to(rgba(0,0,0,0)));
        -webkit-mask-image: linear-gradient(to right,rgba(0,0,0,0) 0,#000 8%,#000 92%,rgba(0,0,0,0) 100%);
        mask-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),color-stop(8%,#000),color-stop(92%,#000),to(rgba(0,0,0,0)));
        mask-image: linear-gradient(to right,rgba(0,0,0,0) 0,#000 8%,#000 92%,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) {
    .tarif-boxed .tarifs-boxed-swiper,.tarif-cloud .tarifs-boxed-swiper {
        -webkit-mask-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),color-stop(6%,#000),color-stop(94%,#000),to(rgba(0,0,0,0)));
        -webkit-mask-image: linear-gradient(to right,rgba(0,0,0,0) 0,#000 6%,#000 94%,rgba(0,0,0,0) 100%);
        mask-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),color-stop(6%,#000),color-stop(94%,#000),to(rgba(0,0,0,0)));
        mask-image: linear-gradient(to right,rgba(0,0,0,0) 0,#000 6%,#000 94%,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)
    }
}

.tarif-boxed .tarifs-boxed-swiper .swiper-wrapper,.tarif-cloud .tarifs-boxed-swiper .swiper-wrapper {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.tarif-boxed .tarifs-boxed-swiper .swiper-slide,.tarif-cloud .tarifs-boxed-swiper .swiper-slide {
    height: auto
}

.tarif-boxed .tarifs-cloud-swiper,.tarif-cloud .tarifs-cloud-swiper {
    margin-top: -20px;
    margin-inline:-45px;padding-top: 10px;
    padding-bottom: 20px;
    width: 100%;
    max-width: 100%
}

@media (max-width: 1279px) {
    .tarif-boxed .tarifs-cloud-swiper,.tarif-cloud .tarifs-cloud-swiper {
        -webkit-mask-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),color-stop(8%,#000),color-stop(92%,#000),to(rgba(0,0,0,0)));
        -webkit-mask-image: linear-gradient(to right,rgba(0,0,0,0) 0,#000 8%,#000 92%,rgba(0,0,0,0) 100%);
        mask-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),color-stop(8%,#000),color-stop(92%,#000),to(rgba(0,0,0,0)));
        mask-image: linear-gradient(to right,rgba(0,0,0,0) 0,#000 8%,#000 92%,rgba(0,0,0,0) 100%);
        margin-top: -10px;
        margin-inline:-45px;padding-top: 10px;
        padding-bottom: 20px;
        padding-inline:45px;width: calc(100% + 90px);
        max-width: calc(100% + 90px)
    }
}

@media (max-width: 767px) {
    .tarif-boxed .tarifs-cloud-swiper,.tarif-cloud .tarifs-cloud-swiper {
        -webkit-mask-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(0,0,0,0)),color-stop(7%,#000),color-stop(93%,#000),to(rgba(0,0,0,0)));
        -webkit-mask-image: linear-gradient(to right,rgba(0,0,0,0) 0,#000 7%,#000 93%,rgba(0,0,0,0) 100%);
        mask-image: -webkit-gradient(linear,left top,right top,color-stop(0,rgba(0,0,0,0)),color-stop(7%,#000),color-stop(93%,#000),to(rgba(0,0,0,0)));
        mask-image: linear-gradient(to right,rgba(0,0,0,0) 0,#000 7%,#000 93%,rgba(0,0,0,0) 100%);
        margin-inline:-16px;padding-top: 6px;
        padding-bottom: 20px;
        padding-inline:16px;width: calc(100% + 32px);
        max-width: calc(100% + 32px)
    }
}

.tarif-boxed .tarifs-cloud-swiper .swiper-wrapper,.tarif-cloud .tarifs-cloud-swiper .swiper-wrapper {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

@media screen and (min-width: 1440px) {
    .tarif-boxed .tarifs-cloud-swiper .swiper-wrapper,.tarif-cloud .tarifs-cloud-swiper .swiper-wrapper {
        display:-ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[5];
        grid-template-columns: repeat(5,1fr);
        gap: 16px
    }
}

.tarif-boxed .tarifs-cloud-swiper .swiper-slide,.tarif-cloud .tarifs-cloud-swiper .swiper-slide {
    height: auto
}

.tarif-boxed .tarifs-cloud-swiper .swiper-wrapper:has(.swiper-slide:nth-of-type(5)) .swiper-slide .tarif-item,.tarif-cloud .tarifs-cloud-swiper .swiper-wrapper:has(.swiper-slide:nth-of-type(5)) .swiper-slide .tarif-item {
    border-radius: 10px;
    padding: 30px 16px
}

.tarif-boxed .tarifs-cloud-swiper .swiper-wrapper:has(.swiper-slide:nth-of-type(5)) .swiper-slide .tarif-item .privilege__item::before,.tarif-cloud .tarifs-cloud-swiper .swiper-wrapper:has(.swiper-slide:nth-of-type(5)) .swiper-slide .tarif-item .privilege__item::before {
    width: 20px;
    height: 20px
}

.tarif-boxed .tarifs-boxed__controls,.tarif-boxed .tarifs-cloud__controls,.tarif-cloud .tarifs-boxed__controls,.tarif-cloud .tarifs-cloud__controls {
    display: none
}

@media (max-width: 1279px) {
    .tarif-boxed .tarifs-boxed__controls,.tarif-boxed .tarifs-cloud__controls,.tarif-cloud .tarifs-boxed__controls,.tarif-cloud .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
    }
}

.tarif-boxed .tarifs-boxed-pagination,.tarif-boxed .tarifs-cloud-pagination,.tarif-cloud .tarifs-boxed-pagination,.tarif-cloud .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
}

.tarif-boxed .comparsion-functionality .comparison-versions__inner,.tarif-cloud .comparsion-functionality .comparison-versions__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: clamp(1.875rem,1.151rem + 2.97vw,3.75rem);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 768px) and (max-width:1199px) {
    .tarif-boxed .comparsion-functionality .table-card[data-table-id=table1] .accordion-arrow,.tarif-cloud .comparsion-functionality .table-card[data-table-id=table1] .accordion-arrow {
        display:none
    }

    .tarif-boxed .comparsion-functionality .table-card[data-table-id=table1] .accordion-body,.tarif-cloud .comparsion-functionality .table-card[data-table-id=table1] .accordion-body {
        max-height: none
    }
}

@media screen and (min-width: 1200px) {
    .tarif-boxed .comparsion-functionality .table-card:not([data-table-id=table1]) table thead,.tarif-cloud .comparsion-functionality .table-card:not([data-table-id=table1]) table thead {
        display:none
    }
}

.tarif-boxed .comparsion-functionality .table-card__title,.tarif-cloud .comparsion-functionality .table-card__title {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: clamp(1rem,.827rem + .77vw,1.5rem)
}

.tarif-boxed .comparsion-functionality table,.tarif-cloud .comparsion-functionality table {
    table-layout: fixed
}

.tarif-boxed .comparsion-functionality table td:first-child,.tarif-boxed .comparsion-functionality table th:first-child,.tarif-cloud .comparsion-functionality table td:first-child,.tarif-cloud .comparsion-functionality table th:first-child {
    z-index: 2;
    width: 20%;
    color: var(--color-deep-grey);
    font-weight: 400;
    font-size: clamp(.875rem,.194rem + 1.06vw,1.125rem);
    line-height: 130%;
    text-align: left;
    text-wrap: balance
}

.tarif-boxed .comparsion-functionality table th,.tarif-cloud .comparsion-functionality table th {
    border-bottom: 1px solid var(--color-ivory);
    color: var(--color-blue);
    font-weight: 600;
    font-size: clamp(.875rem,.194rem + 1.06vw,1.125rem);
    line-height: 110%;
    text-align: center
}

.tarif-boxed .comparsion-functionality table td,.tarif-cloud .comparsion-functionality table td {
    color: var(--color-deep-grey);
    font-size: clamp(.875rem,.535rem + .53vw,1rem);
    line-height: 130%;
    text-align: center
}

@media (min-width: 767px) and (max-width:1023px) {
    .tarif-boxed .comparsion-functionality table td:first-child,.tarif-boxed .comparsion-functionality table th:first-child,.tarif-cloud .comparsion-functionality table td:first-child,.tarif-cloud .comparsion-functionality table th:first-child {
        padding:0;
        width: 0;
        overflow: hidden
    }

    .tarif-boxed .comparsion-functionality table td:not(:first-of-type),.tarif-cloud .comparsion-functionality table td:not(:first-of-type) {
        vertical-align: bottom;
        padding-top: 35px;
        padding-bottom: 5px
    }

    .tarif-boxed .comparsion-functionality table td:first-child,.tarif-cloud .comparsion-functionality table td:first-child {
        padding: 0;
        width: 0;
        overflow: hidden
    }

    .tarif-boxed .comparsion-functionality table tr,.tarif-cloud .comparsion-functionality table tr {
        position: relative
    }

    .tarif-boxed .comparsion-functionality table .index,.tarif-cloud .comparsion-functionality table .index {
        position: absolute;
        top: 10px;
        left: 0;
        font-weight: 600
    }
}

.tarif-boxed .comparsion-functionality table tbody td .text,.tarif-cloud .comparsion-functionality table tbody td .text {
    display: block;
    text-align: center
}

.tarif-boxed .launching,.tarif-cloud .launching {
    padding: clamp(1.875rem,.901rem + 4.33vw,4.688rem) 0
}

.tarif-boxed .launching__container,.tarif-cloud .launching__container {
    position: relative
}

.tarif-boxed .launching__bg-gradient--green,.tarif-cloud .launching__bg-gradient--green {
    top: -41%;
    left: 41%;
    width: 700px;
    height: 700px
}

@media (max-width: 1279px) {
    .tarif-boxed .launching__bg-gradient--green,.tarif-cloud .launching__bg-gradient--green {
        top:-27%;
        left: 23%
    }
}

@media (max-width: 767px) {
    .tarif-boxed .launching__bg-gradient--green,.tarif-cloud .launching__bg-gradient--green {
        top:-3%;
        left: -24%
    }
}

.tarif-boxed .launching__bg-gradient--blue,.tarif-cloud .launching__bg-gradient--blue {
    top: -36%;
    left: -2%;
    width: 700px;
    height: 700px
}

.tarif-boxed .launching__inner,.tarif-cloud .launching__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    row-gap: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1
}

.tarif-boxed .launching__list,.tarif-cloud .launching__list {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(300px,1fr));
    gap: 24px;
    counter-reset: example
}

@media (max-width: 1279px) {
    .tarif-boxed .launching__bg-gradient--blue,.tarif-cloud .launching__bg-gradient--blue {
        top:-36%;
        left: -35%
    }

    .tarif-boxed .launching__list,.tarif-cloud .launching__list {
        gap: 16px
    }
}

.tarif-boxed .launching-item,.tarif-cloud .launching-item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr auto;
    grid-template-columns: 1fr auto;
    gap: clamp(1rem,.111rem + 1.85vw,1.5rem);
    counter-increment: example 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: 10px;
    background: var(--color-white);
    padding: clamp(1rem,.864rem + .6vw,1.25rem);
    color: var(--color-deep-grey)
}

.tarif-boxed .launching-item::before,.tarif-cloud .launching-item::before {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 2;
    grid-column: 2;
    content: counter(example,decimal-leading-zero) ". ";
    color: var(--color-deep-grey);
    font-weight: 600;
    font-size: 18px;
    line-height: 130%
}

.tarif-boxed .launching-item__title,.tarif-cloud .launching-item__title {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1;
    font-weight: 600;
    font-size: clamp(1rem,.89rem + .49vw,1.125rem);
    line-height: 130%
}

.tarif-boxed .launching-item__desc,.tarif-cloud .launching-item__desc {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    font-size: clamp(.875rem,.765rem + .49vw,1rem)
}

.tarif-boxed .launching__info,.tarif-cloud .launching__info {
    max-width: 84ch;
    color: var(--color-deep-grey);
    font-weight: 600;
    font-size: clamp(1rem,.89rem + .49vw,1.125rem);
    line-height: 130%;
    font-family: var(--font-family)
}

.tarif-boxed .crm-related__list,.tarif-cloud .crm-related__list {
    position: relative;
    z-index: 1
}

.tarif-boxed .crm-related__list:not(:has(>li:nth-of-type(5))),.tarif-cloud .crm-related__list:not(:has(>li:nth-of-type(5))) {
    grid-template-columns: repeat(auto-fill,minmax(300px,1fr))
}

.tarif-boxed .crm-related__list:not(:has(>li:nth-of-type(6)))>li,.tarif-boxed .crm-related__list:not(:has(>li:nth-of-type(6)))>li:nth-of-type(4),.tarif-cloud .crm-related__list:not(:has(>li:nth-of-type(6)))>li,.tarif-cloud .crm-related__list:not(:has(>li:nth-of-type(6)))>li:nth-of-type(4) {
    grid-column: auto
}

.tarif-boxed .crm-related-card,.tarif-cloud .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;
    padding: 23px 14px;
    height: 100%
}

.tarif-boxed .crm-related-card__name,.tarif-cloud .crm-related-card__name {
    text-align: left
}

.tarif-boxed .crm-related-card__link,.tarif-cloud .crm-related-card__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.tarif-boxed .tarifs-boxed-swiper {
    margin-top: -20px;
    margin-inline:-45px;padding-top: 10px;
    padding-bottom: 20px;
    width: 100%;
    max-width: 100%
}

@media screen and (max-width: 767px) {
    .tarif-boxed .tarifs-boxed-swiper {
        -webkit-mask-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(0,0,0,0)),color-stop(7%,#000),color-stop(93%,#000),to(rgba(0,0,0,0)));
        -webkit-mask-image: linear-gradient(to right,rgba(0,0,0,0) 0,#000 7%,#000 93%,rgba(0,0,0,0) 100%);
        mask-image: -webkit-gradient(linear,left top,right top,color-stop(0,rgba(0,0,0,0)),color-stop(7%,#000),color-stop(93%,#000),to(rgba(0,0,0,0)));
        mask-image: linear-gradient(to right,rgba(0,0,0,0) 0,#000 7%,#000 93%,rgba(0,0,0,0) 100%);
        margin-inline:-16px;padding-top: 6px;
        padding-bottom: 20px;
        padding-inline:16px;width: calc(100% + 32px);
        max-width: calc(100% + 32px)
    }
}

.tarif-boxed .tarifs-boxed-swiper .swiper-wrapper {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

@media screen and (min-width: 1279px) {
    .tarif-boxed .tarifs-boxed-swiper .swiper-wrapper {
        display:-ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3,1fr);
        gap: 24px
    }
}

.tarif-boxed .tarifs-boxed-swiper .swiper-slide {
    height: auto
}

.tarif-cloud .hero__title {
    max-width: 925px
}

.tarif-cloud .benefit .benefit__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2,1fr);
    gap: 24px
}

@media (max-width: 767px) {
    .tarif-boxed .launching__bg-gradient--blue,.tarif-cloud .launching__bg-gradient--blue {
        top:-19%;
        left: -86%
    }

    .tarif-cloud .benefit .benefit__inner {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }

    .tarif-cloud .benefit .benefit-item {
        row-gap: 8px
    }
}

.tarif-cloud .benefit .benefit-item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    gap: 16px;
    -webkit-box-shadow: 0 4px 25px 0 rgba(1,8,3,.08);
    box-shadow: 0 4px 25px 0 rgba(1,8,3,.08);
    border-radius: 30px;
    background: var(--color-white);
    padding: 20px
}

.tarif-cloud .benefit .benefit-item__icon {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row-align: center;
    align-self: center;
    width: 40px;
    height: 40px
}

.tarif-cloud .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;
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;
    text-align: left
}

@media (max-width: 1279px) {
    .tarif-boxed .crm-related-card,.tarif-cloud .crm-related-card {
        row-gap:12px;
        padding-right: 16px;
        padding-left: 16px
    }

    .tarif-cloud .benefit .benefit__inner {
        gap: 16px
    }

    .tarif-cloud .benefit .benefit-item {
        -webkit-column-gap: 8px;
        -moz-column-gap: 8px;
        column-gap: 8px;
        padding: 16px
    }

    .tarif-cloud .benefit .benefit-item__title {
        font-size: 18px
    }
}

@media (max-width: 767px) {
    .tarif-cloud .benefit .benefit-item__title {
        font-size:16px
    }
}

.tarif-cloud .benefit .benefit-item__desc {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%
}

.free-cloud .hero__title,.shop-boxed .hero__title {
    max-width: 953px
}

.technical-features {
    padding: clamp(1.875rem,.901rem + 4.33vw,4.688rem) 0
}

.technical-features__container {
    position: relative
}

.technical-features__bg-gradient--green {
    top: -6%;
    left: 2%;
    width: 700px;
    height: 700px
}

@media (max-width: 1279px) {
    .tarif-cloud .benefit .benefit-item__desc {
        font-size:14px
    }

    .technical-features__bg-gradient--green {
        top: -11%;
        left: -23%
    }
}

@media (max-width: 767px) {
    .technical-features__bg-gradient--green {
        top:-1%;
        left: -47%
    }
}

.technical-features__bg-gradient--blue {
    top: -5%;
    left: 36%;
    width: 700px;
    height: 700px
}

@media (max-width: 1279px) {
    .technical-features__bg-gradient--blue {
        top:-5%;
        left: 20%
    }
}

.technical-features__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    z-index: 1
}

.technical-features__list {
    display: -ms-grid;
    display: grid;
    position: relative;
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6,1fr);
    gap: 24px;
    z-index: 1
}

@media screen and (max-width: 1023px) {
    .technical-features__list {
        -ms-grid-columns:(1fr)[2];
        grid-template-columns: repeat(2,1fr);
        gap: 16px
    }
}

.technical-features__list:not(:has(.technical-features__item:nth-of-type(5))) {
    grid-template-columns: repeat(auto-fill,minmax(310px,1fr))
}

.technical-features__list:not(:has(.technical-features__item:nth-of-type(5))) .technical-features__item {
    grid-column: auto
}

.technical-features__list:not(:has(.technical-features__item:nth-of-type(5))) .technical-features__item:nth-of-type(4) {
    grid-column: auto!important
}

@media screen and (max-width: 1431px) {
    .technical-features__list:not(:has(.technical-features__item:nth-of-type(5))) {
        -ms-grid-columns:(1fr)[2];
        grid-template-columns: repeat(2,1fr);
        gap: 16px
    }
}

.technical-features__list:not(:has(.technical-features__item:nth-of-type(6))) .technical-features__item:nth-of-type(4),.technical-features__list:not(:has(.technical-features__item:nth-of-type(6))) .technical-features__item:nth-of-type(5) {
    -ms-grid-column-span: 3;
    grid-column: span 3
}

@media screen and (max-width: 1023px) {
    .technical-features__list:not(:has(.technical-features__item:nth-of-type(6))) .technical-features__item:nth-of-type(4) {
        grid-column:auto
    }

    .technical-features__list:not(:has(.technical-features__item:nth-of-type(6))) .technical-features__item:nth-of-type(5) {
        -ms-grid-column-span: 2;
        grid-column: span 2
    }
}

@media screen and (max-width: 767px) {
    .technical-features__list,.technical-features__list:not(:has(.technical-features__item:nth-of-type(5))) {
        -ms-grid-columns:1fr;
        grid-template-columns: 1fr
    }

    .technical-features__list:not(:has(.technical-features__item:nth-of-type(6))) .technical-features__item:nth-of-type(5) {
        grid-column: auto
    }
}

.technical-features__title {
    color: var(--color-deep-grey);
    font-weight: 600;
    font-size: clamp(1rem,.729rem + 1.2vw,1.5rem);
    line-height: 130%
}

.technical-features__item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    -ms-grid-column-span: 2;
    grid-column: span 2;
    gap: clamp(.75rem,.529rem + .98vw,1rem);
    -webkit-box-shadow: 0 4px 25px 0 rgba(1,8,3,.08);
    box-shadow: 0 4px 25px 0 rgba(1,8,3,.08);
    border-radius: clamp(.625rem,-.053rem + 3.01vw,1.875rem);
    background: var(--color-white);
    padding: clamp(1rem,.864rem + .6vw,1.25rem);
    color: var(--color-deep-grey)
}

@media screen and (max-width: 1023px) {
    .technical-features__item {
        grid-column:auto
    }

    .advantages .section-head .btn {
        display: none
    }
}

.technical-features__item--icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-row-align: center;
    align-self: center;
    width: 40px;
    height: 40px
}

.technical-features__item--icon img {
    -o-object-fit: contain;
    object-fit: contain
}

.technical-features__item--title {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row-align: center;
    align-self: center;
    font-weight: 600;
    font-size: clamp(1rem,.957rem + .19vw,1.125rem);
    line-height: 130%
}

.technical-features__item--desc {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    font-weight: 400;
    font-size: clamp(.875rem,.832rem + .19vw,1rem);
    line-height: 130%
}

.technical-features .system-requirements {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: clamp(1rem,.864rem + .6vw,1.25rem);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: clamp(.625rem,.286rem + 1.51vw,1.25rem)
}

.technical-features .system-requirements__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-left: 1.5em;
    font-size: clamp(1rem,.932rem + .3vw,1.125rem);
    line-height: 130%
}

@media (max-width: 767px) {
    .technical-features__bg-gradient--blue {
        top:15%;
        left: -37%
    }

    .technical-features .system-requirements__list {
        font-size: 14px
    }
}

.technical-features .system-requirements__list>li {
    font-weight: 400
}

.technical-features .system-requirements__list>li span {
    font-weight: 600
}

.technical-features .system-requirements__title {
    max-width: 1010px;
    color: var(--color-deep-grey);
    font-weight: 600;
    font-size: clamp(1rem,.729rem + 1.2vw,1.5rem);
    line-height: 130%
}

.advantages {
    padding: clamp(1.875rem,.901rem + 4.33vw,4.688rem) 0
}

.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
}

.advantages .section-head {
    -webkit-column-gap: 100px;
    -moz-column-gap: 100px;
    column-gap: 100px
}

.advantages__btn {
    margin: 30px auto 0;
    min-width: 200px
}

@media screen and (min-width: 1024px) {
    .advantages__btn {
        display:none
    }
}

.order-license {
    padding: clamp(1.875rem,.901rem + 4.33vw,4.688rem) 0
}

.order-license__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
}

.order-license__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
}

.order-license__tabs--buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start
}

@media (max-width: 1279px) {
    .order-license__inner {
        padding:30px
    }

    .order-license__tabs--buttons {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center
    }
}

@media (max-width: 767px) {
    .order-license__inner {
        padding:20px
    }

    .order-license__tabs--buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.order-license__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%
}

.order-license__tab--active {
    border-bottom: 1px solid var(--color-green);
    color: var(--color-green)
}

.order-license__viewport {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.order-license__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) {
    .order-license__form {
        -ms-grid-columns:(1fr)[2];
        grid-template-columns: repeat(2,1fr);
        gap: 16px
    }
}

.order-license__form select.cta__input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--color-grey);
    font-weight: 400;
    font-size: 16px;
    line-height: 130%
}

.order-license__form button[type=submit] {
    -ms-grid-column-align: start;
    justify-self: start;
    min-width: 200px
}

.order-license__form .cta__consent {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3
}

@media screen and (max-width: 767px) {
    .order-license__form {
        -ms-grid-columns:1fr;
        grid-template-columns: 1fr
    }

    .order-license__form button[type=submit] {
        -ms-grid-column-align: center;
        justify-self: center;
        margin-top: 14px
    }

    .order-license__form .cta__consent {
        -ms-grid-column: 1;
        grid-column: 1
    }
}

.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}
}

@media (max-width: 1279px) {
    .shop-boxed .hero__bg-gradient--green {
        top:-62%;
        left: -32%;
        width: 700px;
        height: 700px
    }
}

@media (max-width: 767px) {
    .shop-boxed .hero__bg-gradient--green {
        top:-56%;
        left: -37%
    }
}

@media (max-width: 1279px) {
    .shop-boxed .hero__bg-gradient--blue {
        top:-27%;
        left: 10%;
        width: 700px;
        height: 700px
    }

    .shop-boxed .hero__actions {
        margin-top: 60px
    }
}

.shop-boxed .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
}

@media (max-width: 767px) {
    .shop-boxed .hero__bg-gradient--blue {
        top:-18%;
        left: -42%
    }

    .shop-boxed .hero__image-wrap {
        left: 50%
    }

    .shop-boxed .hero__content {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 100px
    }
}

.shop-boxed .hero__title {
    margin-bottom: 24px;
    max-width: 1075px
}

@media (min-width: 768px) and (max-width:1279px) {
    .shop-boxed .hero__title {
        text-align:left
    }

    .shop-boxed .hero__desc {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        text-align: left
    }
}

.shop-boxed .tariff-cost__wrapper {
    padding: 40px
}

@media screen and (max-width: 1024px) {
    .shop-boxed .tariff-cost__wrapper {
        padding:20px
    }
}

.shop-boxed .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
}

.shop-boxed .display-flex {
    display: flex;
}

.shop-boxed-container {
  display: flex;         /* Включает режим гибкой разметки */
  flex-direction: row;   /* Выстраивает детей горизонтально (задано по умолчанию) */
  flex-wrap: nowrap;     /* Запрещает элементам переноситься на новую строку */
  gap: 16px;             /* Задает расстояние между элементами (опционально) */
}

.shop-boxed-text{
    background: none;
    align-self: center;
    font-weight: 600;
    font-size: 17px;
}

.shop-boxed-button{
    width: 200px;
    height:45px;
    align-self: center;
}

.shop-boxed .tariff-cost .section-head {
    margin: 0
}

.shop-boxed .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) {
    .shop-boxed .tariff-cost__wrapper {
        padding-inline:10px
    }

    .shop-boxed .tariff-cost__inner {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }

    .shop-boxed .tariff-cost .section-head {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .shop-boxed .tariff-cost .section-head__title {
        text-align: center
    }

    .shop-boxed .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
    }
}

.shop-boxed .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) {
    .shop-boxed .tariff-cost__content {
        -ms-grid-column:1;
        -ms-grid-column-span: 2;
        grid-column: 1/3
    }
}

@media (max-width: 767px) {
    .shop-boxed .tariff-cost__content {
        grid-column:auto
    }
}

.shop-boxed .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
}

.shop-boxed .certificates__bg-gradient--blue,.shop-boxed .certificates__bg-gradient--green {
    display: none
}

.shop-boxed .faq {
    padding-bottom: 20px
}

.shop-boxed .cta {
    padding-bottom: clamp(1.875rem,.652rem + 5.43vw,5rem)
}

.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) {
    .shop-boxed .tariff-cost__actions {
        grid-column:auto;
        margin: 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(400px,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%
}

.launch-cost {
    padding: clamp(1.875rem,.901rem + 4.33vw,4.688rem) 0
}

.launch-cost__container {
    position: relative
}

.launch-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;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 30px
}

.launch-cost__list {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(310px,1fr));
    gap: 24px;
    width: 100%;
    list-style: none
}

.launch-cost__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: clamp(.625rem,-.313rem + 1.95vw,1.25rem);
    -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: 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: 30px clamp(.75rem,1.56vw,1.25rem);
    text-align: center
}

@media screen and (max-width: 1023px) {
    .launch-cost__list {
        -ms-grid-columns:(1fr)[4];
        grid-template-columns: repeat(4,1fr);
        gap: 16px
    }

    .launch-cost__item:nth-of-type(2),.launch-cost__item:nth-of-type(3) {
        -ms-grid-column-span: 2;
        grid-column: span 2
    }

    .launch-cost__item:nth-of-type(4) {
        -ms-grid-row: 1;
        grid-row: 1;
        -ms-grid-column: 2;
        grid-column: 2
    }
}

@media (max-width: 767px) {
    .popular__bg-gradient--blue {
        top:43%;
        left: -49%
    }

    .launch-cost__list {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2,1fr)
    }

    .launch-cost__item:nth-of-type(2),.launch-cost__item:nth-of-type(3) {
        -ms-grid-column-span: 2;
        grid-column: span 2
    }

    .launch-cost__item:nth-of-type(4) {
        -ms-grid-row: 1;
        grid-row: 1;
        -ms-grid-column: 2;
        grid-column: 2
    }
}

.launch-cost__item--title {
    color: var(--color-deep-grey);
    font-weight: 600;
    font-size: clamp(1rem,.25rem + 1.56vw,1.5rem);
    line-height: 130%
}

.launch-cost__item--price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid var(--color-blue);
    border-radius: 40px;
    padding: 12px 20px;
    color: var(--color-deep-grey);
    font-weight: 600;
    font-size: clamp(1rem,.25rem + 1.56vw,1.5rem);
    line-height: 130%;
    text-align: center
}

.launch-cost__info {
    -ms-grid-column-span: 4;
    grid-column: span 4;
    color: var(--color-deep-grey);
    font-weight: 600;
    font-size: clamp(1rem,.813rem + .39vw,1.125rem);
    line-height: 130%
}

@media screen and (max-width: 1439px) {
    .launch-cost__info {
        -ms-grid-column-span:2;
        grid-column: span 2;
        -ms-grid-row-align: center;
        align-self: center
    }
}

@media (max-width: 1279px) {
    .launch-cost__item--price {
        padding:12px
    }

    .launch-cost__info {
        -ms-grid-column-span: 2;
        grid-column: span 2
    }
}

.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
}

@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
    }
}

.possibilities {
    padding: clamp(1.875rem,.901rem + 4.33vw,4.688rem) 0
}

.possibilities__container {
    position: relative
}

.possibilities__bg-gradient--green {
    top: 2%;
    left: 1%
}

@media (max-width: 1279px) {
    .possibilities__bg-gradient--green {
        top:5%;
        left: -26%
    }
}

.possibilities__bg-gradient--blue {
    top: 3%;
    left: 33%
}

@media (max-width: 1279px) {
    .possibilities__bg-gradient--blue {
        top:3%;
        left: 28%
    }
}

.possibilities .section-head__title {
    max-width: 860px
}

.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
}

.possibilities .possibilities-swiper-slider {
    -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)
}

.possibilities .possibilities__controls {
    display: none
}

@media (max-width: 767px) {
    .possibilities .possibilities-swiper-slider .swiper-wrapper {
        -webkit-box-align:stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .possibilities .possibilities-swiper-slider .swiper-slide {
        height: auto!important
    }

    .possibilities .possibilities__controls {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 16px;
        margin-top: 20px
    }
}

.possibilities .possibilities-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px
}

.possibilities__list {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(clamp(20rem,11.563rem + 17.58vw,25.625rem),1fr));
    gap: clamp(1rem,.25rem + 1.56vw,1.5rem)
}

@media (max-width: 767px) {
    .possibilities__list {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 0
    }
}

.possibilities-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    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: 20px;
    background: var(--color-white);
    padding: 20px 30px;
    height: 100%
}

@media (max-width: 767px) {
    .possibilities-item {
        padding:20px
    }
}

.possibilities-item__title {
    position: relative;
    z-index: 1;
    color: var(--color-deep-grey);
    font-weight: 600;
    font-size: 18px;
    line-height: 130%
}

.possibilities-item__desc {
    position: relative;
    z-index: 1;
    color: var(--color-deep-grey);
    font-weight: 400;
    font-size: clamp(.875rem,.688rem + .39vw,1rem);
    line-height: 130%
}

.possibilities-item__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
    width: clamp(7.5rem,5.625rem + 3.91vw,8.75rem);
    height: clamp(7.5rem,5.625rem + 3.91vw,8.75rem)
}

.whats-included {
    padding: clamp(1.875rem,.901rem + 4.33vw,4.688rem) 0
}

.whats-included__container {
    position: relative
}

.whats-included__bg-gradient--green {
    top: 2%;
    left: 2%
}

@media (max-width: 1279px) {
    .whats-included__bg-gradient--green {
        top:37%;
        left: 13%
    }
}

@media (max-width: 767px) {
    .whats-included__bg-gradient--green {
        top:37%;
        left: -18%
    }
}

.whats-included__bg-gradient--blue {
    top: 3%;
    left: 30%
}

@media (max-width: 1279px) {
    .whats-included__bg-gradient--blue {
        top:3%;
        left: -18%
    }
}

.whats-included__inner {
    display: -ms-grid;
    display: grid;
    position: relative;
    -ms-grid-columns: clamp(25rem,3.562rem + 33.5vw,33.5rem) 1fr clamp(25rem,3.562rem + 33.5vw,33.5rem);
    grid-template-columns: clamp(25rem,3.562rem + 33.5vw,33.5rem) 1fr clamp(25rem,3.562rem + 33.5vw,33.5rem);
    gap: clamp(1rem,-.261rem + 1.97vw,1.5rem);
    z-index: 1
}

@media screen and (max-width: 1023px) {
    .whats-included__inner {
        -ms-grid-columns:1fr;
        grid-template-columns: 1fr
    }
}

.whats-included__item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    row-gap: clamp(.75rem,.309rem + 1.96vw,1.25rem);
    -ms-grid-column-span: 2;
    grid-column: span 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: 20px;
    color: var(--color-deep-grey)
}

@media screen and (max-width: 1023px) {
    .whats-included__item {
        grid-column:auto;
        border-radius: 20px
    }
}

@media screen and (max-width: 767px) {
    .whats-included__item {
        border-radius:10px
    }
}

.whats-included__item:nth-of-type(2) {
    -ms-grid-column: 3;
    grid-column: 3
}

@media screen and (max-width: 1023px) {
    .whats-included__item:nth-of-type(2) {
        grid-column:auto
    }
}

.whats-included__item:nth-of-type(3) {
    -ms-grid-column: 1;
    grid-column: 1
}

@media screen and (max-width: 1023px) {
    .whats-included__item:nth-of-type(3) {
        grid-column:auto
    }
}

.whats-included__item--icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-row-align: center;
    align-self: center;
    width: clamp(1.875rem,1.324rem + 2.45vw,2.5rem);
    height: clamp(1.875rem,1.324rem + 2.45vw,2.5rem)
}

.whats-included__item--icon img {
    -o-object-fit: contain;
    object-fit: contain
}

.whats-included__item--title {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row-align: center;
    align-self: center;
    font-weight: 600;
    font-size: clamp(1rem,.89rem + .49vw,1.125rem);
    line-height: 130%
}

.whats-included__item--list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: clamp(.5rem,.335rem + .74vw,.688rem);
    font-size: 14px
}

.whois-for {
    padding: clamp(1.875rem,.901rem + 4.33vw,4.688rem) 0
}

.whois-for__container {
    position: relative
}

.whois-for__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: 16px;
    z-index: 1;
    font-size: clamp(.875rem,.764rem + .49vw,1rem)
}

.whois-for__title {
    color: var(--color-deep-grey);
    font-weight: 600;
    font-size: clamp(1rem,.889rem + .49vw,1.125rem);
    line-height: 130%
}

.whois-for__list {
    padding-left: 1.5em;
    font-size: clamp(.875rem,.764rem + .49vw,1rem)
}

.tariff-limits {
    padding: clamp(1.875rem,.901rem + 4.33vw,4.688rem) 0
}

.tariff-limits__container {
    position: relative
}

.tariff-limits__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
}

.tariff-limits__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: clamp(.75rem,.529rem + .98vw,1rem);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 1120px
}

.tariff-limits__item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1.3fr;
    grid-template-columns: 1fr 1.3fr;
    gap: clamp(1rem,.558rem + 1.97vw,1.5rem);
    border-bottom: 1px solid var(--color-ivory);
    padding: 0 0 8px;
    color: var(--color-deep-grey);
    font-weight: 400;
    font-size: clamp(1rem,.625rem + .78vw,1.125rem);
    line-height: 130%
}

@media screen and (max-width: 1023px) {
    .tariff-limits__item {
        -ms-grid-columns:(1fr)[2];
        grid-template-columns: repeat(2,1fr)
    }
}

@media (max-width: 767px) {
    .whats-included__bg-gradient--blue {
        top:3%;
        left: -63%
    }

    .tariff-limits__item {
        font-size: clamp(.875rem,.764rem + .49vw,1rem)
    }
}

.adaptation {
    padding: clamp(1.875rem,.901rem + 4.33vw,4.688rem) 0
}

.adaptation__container {
    position: relative
}

.adaptation__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
}

.adaptation__title {
    font-weight: 600;
    font-size: clamp(1rem,.559rem + 1.96vw,1.5rem);
    line-height: 130%
}

.adaptation__list {
    display: block;
    gap: 50px;
    -webkit-columns: 3 350px;
    -moz-columns: 3 350px;
    columns: 3 350px;
    width: 100%
}

@media screen and (max-width: 1279px) {
    .adaptation__list {
        gap:24px;
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2
    }
}

.adaptation__list>li {
    margin-bottom: 12px;
    font-size: clamp(.875rem,.765rem + .49vw,1rem)
}

.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%
}

@media (max-width: 767px) {
    .adaptation__list {
        -webkit-columns:1;
        -moz-columns: 1;
        columns: 1
    }

    .adaptation__list>li {
        margin-bottom: 8px
    }

    .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}
}

/* 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
    }
} */

.boxed-item{
    display: grid;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    gap: 16px;
    -webkit-box-shadow: 0 4px 25px 0 rgba(1, 8, 3, .08);
    box-shadow: 0 4px 25px 0 rgba(1, 8, 3, .08);
    border-radius: 30px;
    background: var(--color-white);
    padding: 20px;
}

.grid-template-columns-2 {
    grid-template-columns: repeat(2, minmax(400px, 1fr));
}