html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, address, big, blockquote, cite, code,
del, dfn, em, img, ins, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li, form, label, input, fieldset, legend, caption,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, main, nav, output, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    border: none;
    outline: none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
    display: block;
}

html,
body {
    height: 100%;
    width: 100%;
}

body {
    line-height: 1;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

ol, ul, nav, menu {
    list-style: none;
}

img, video, canvas {
    max-width: 100%;
    height: auto;
}

img {
    vertical-align: bottom;
}

a, button {
    cursor: pointer;
    margin: 0;
    padding: 0;
}

a:hover, button:hover {
    cursor: pointer;
}

a {
    text-decoration: none;
    color: inherit;
}

button {
    border: none;
    background: transparent;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

th, td {
    vertical-align: middle;
}

iframe {
    width: 100%;
}

/* Onest */
@font-face {
    font-family: "Onest";
    src: url("../fonts/Onest-VariableFont_wght.woff2") format("woff2 supports variations"), url("../fonts/Onest-VariableFont_wght.woff2") format("woff2-variations");
    font-style: normal;
    font-display: swap;
    font-weight: 100 900;
    font-stretch: 85% 100%;
}

/* fira code */
@font-face {
    font-display: swap;
    font-family: "Fira Code";
    font-style: normal;
    font-weight: 400;
    src: local("fira-code-regular"), url("../fonts/fira-code-regular.woff2") format("woff2");
}

/* =========================== all */
body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: "Onest", sans-serif;
    color: #473E5A;
    background: #fff;
    line-height: 1.5;
}

.body_scroll {
    overflow: hidden;
}

/* heading */
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 600;
    color: #181028;
}

h1.heading, h2.heading, h3.heading, h4.heading, h5.heading, h6.heading {
    font-weight: 600;
    color: #181028;
}

.h1, h1.heading {
    font-size: 52px;
    line-height: 120%;
    letter-spacing: -2px;
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    .h1, h1.heading {
        font-size: 30px;
        line-height: 130%;
        letter-spacing: 0;
        margin-bottom: 15px;
    }
}

.h2, h2.heading {
    font-size: 38px;
    line-height: 120%;
    letter-spacing: -1px;
    margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
    .h2, h2.heading {
        font-size: 26px;
        line-height: 130%;
        letter-spacing: 0;
    }
}

.h3, h3.heading {
    font-size: 32px;
    line-height: 120%;
    letter-spacing: -1px;
    margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
    .h3, h3.heading {
        font-size: 22px;
        line-height: 130%;
        letter-spacing: 0;
    }
}

.h4, h4.heading {
    font-size: 26px;
    line-height: 120%;
    letter-spacing: -0.7px;
    margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
    .h4, h4.heading {
        font-size: 19px;
        line-height: 130%;
        letter-spacing: 0;
    }
}

.h5, h5.heading {
    font-size: 22px;
    line-height: 130%;
    letter-spacing: -0.7px;
    margin-bottom: 12px;
}

@media screen and (max-width: 768px) {
    .h5, h5.heading {
        font-size: 17px;
        line-height: 130%;
        letter-spacing: 0;
    }
}

.h6, h6.heading {
    font-size: 18px;
    line-height: 130%;
    letter-spacing: -0.5px;
    margin-bottom: 12px;
}

@media screen and (max-width: 768px) {
    .h6, h6.heading {
        font-size: 15px;
        line-height: 130%;
        letter-spacing: 0;
    }
}

.span_bright {
    color: #5200FF;
}

.span_light {
    color: #1AC672;
}

.section {
    margin-bottom: 80px;
}

.section-header {
    text-align: center;
    max-width: 734px;
    margin-inline: auto;
    margin-bottom: 40px;
}

.section-title {
    font-size: 16px;
    line-height: 160%;
    font-weight: 600;
    text-transform: uppercase;
    color: #00C07B;
    margin-bottom: 15px;
}

.section-description {
    color: #473E5A;
}

@media screen and (max-width: 768px) {
    .section {
        margin-bottom: 50px;
    }

    .section-header {
        margin-bottom: 25px;
    }

    .section-title {
        font-size: 15px;
        line-height: 135%;
        margin-bottom: 10px;
    }
}

.block_light, .block_dark, .block_gradient {
    border-radius: 30px;
    overflow: hidden;
    padding-top: 80px;
}

.block_light:last-child, .block_dark:last-child, .block_gradient:last-child {
    border-radius: 30px 30px 0 0;
}

.block_light:has(+ .section), .block_dark:has(+ .section), .block_gradient:has(+ .section) {
    margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
    .block_light, .block_dark, .block_gradient {
        border-radius: 22px;
        padding-top: 50px;
    }

    .block_light:has(+ .section), .block_dark:has(+ .section), .block_gradient:has(+ .section) {
        margin-bottom: 50px;
    }

    .block_light:last-child, .block_dark:last-child, .block_gradient:last-child {
        border-radius: 22px 22px 0 0;
    }
}

.block_light {
    background: #F1EEF6;
}

.block_dark:not(.full) {
    max-width: 1400px;
}

.block_dark, .block_gradient {
    color: #fff;
    margin-inline: auto;
}

.block_dark .h1, .block_dark .h2, .block_dark .h3, .block_dark .h4, .block_dark .h5, .block_dark .h6, .block_gradient .h1, .block_gradient .h2, .block_gradient .h3, .block_gradient .h4, .block_gradient .h5, .block_gradient .h6 {
    color: #fff;
}

@media screen and (max-width: 1440px) {
    .block_dark:not(:last-child), .block_gradient:not(:last-child) {
        max-width: calc(100% - 20px);
    }
}

.block_dark {
    background: #1A0052;
}

.block_dark-bg {
    position: relative;
    overflow: hidden;
}

.block_dark-bg::before {
    position: absolute;
    content: "";
    width: 463px;
    height: 463px;
    background: center center/cover no-repeat;
    background-image: url("../img/dark-bg.svg");
    top: 0;
    left: 0;
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.block_dark p {
    color: #C6C0D0;
}

.block_dark:last-child .section {
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    .block_dark:last-child .section {
        margin-bottom: 0;
    }

    .block_dark-bg::before {
        width: 228px;
        height: 228px;
    }
}

.block_gradient {
    background: top left/480px auto no-repeat url("../img/light-bg.svg"), -o-linear-gradient(202.05deg, #5200FF 17.5%, #7F00FF 78.82%);
    background: top left/480px auto no-repeat url("../img/light-bg.svg"), linear-gradient(247.95deg, #5200FF 17.5%, #7F00FF 78.82%);
    padding-top: 68px;
}

.block_gradient .section {
    margin-bottom: 68px;
}

.block_gradient p {
    font-size: 17px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    .block_gradient {
        background: top left/228px auto no-repeat url("../img/light-bg.svg"), -o-linear-gradient(202.05deg, #5200FF 17.5%, #7F00FF 78.82%);
        background: top left/228px auto no-repeat url("../img/light-bg.svg"), linear-gradient(247.95deg, #5200FF 17.5%, #7F00FF 78.82%);
        padding-top: 30px;
    }

    .block_gradient .section:last-child {
        margin-bottom: 30px;
    }
}

/* content */
a, p, ol:not([class]) li, ul:not([class]) li {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}

@media screen and (max-width: 768px) {
    a, p, ol:not([class]) li, ul:not([class]) li {
        font-size: 15px;
    }
}

p {
    margin-bottom: 25px;
}

.text p:last-child {
    margin-bottom: 0;
}

a:not([class]) {
    color: #5200FF;
}

a:not([class]):hover {
    color: #7A3BFF;
}

b, strong {
    font-weight: bold;
}

/* list */
ol:not([class]), ul:not([class]) {
    margin-bottom: 25px;
}

ol:not([class]) li, ul:not([class]) li {
    display: table;
    position: relative;
}

ol:not([class]) li:not(:last-child), ul:not([class]) li:not(:last-child) {
    margin-bottom: 11px;
}

table ol:not([class]) li, table ul:not([class]) li, .table ol:not([class]) li, .table ul:not([class]) li {
    display: block;
}

ol:not([class]) {
    counter-reset: number;
}

ol:not([class]) li {
    padding-left: 40px;
}

ol:not([class]) li::before {
    position: absolute;
    counter-increment: number;
    content: counter(number);
    text-align: center;
    width: 28px;
    height: 28px;
    line-height: 28px;
    background: #F1EEF6;
    font-size: 14px;
    font-weight: 600;
    color: #181028;
    border-radius: 100%;
    left: 0;
    top: 0;
}

ol:not([class]) li:not(:last-child) {
    margin-bottom: 20px;
}

ul:not([class]) li {
    padding-left: 32px;
}

ul:not([class]) li::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background: #5200FF;
    border-radius: 100%;
    left: 8px;
    top: 8px;
}

.list-check {
    margin-bottom: 25px;
}

.list-check li {
    position: relative;
    font-size: 15px;
    line-height: 120%;
    color: #181028;
    padding-left: 23px;
}

.list-check li:not(:last-child) {
    margin-bottom: 18px;
}

.list-check li::before {
    position: absolute;
    content: "";
    width: 14px;
    height: 11px;
    background: center center/cover no-repeat;
    background-image: url("../img/sprite.svg#sprite--check-green");
    left: 0;
    top: 3.3px;
}

.list-not {
    margin-bottom: 25px;
}

.list-not li {
    position: relative;
    padding-left: 36px;
}

.list-not li::before {
    position: absolute;
    content: "";
    width: 11px;
    height: 11px;
    background: center center/cover no-repeat;
    background-image: url("../img/sprite.svg#sprite--close-red");
    left: 6px;
    top: 6px;
}

.list-not li:not(:last-child) {
    margin-bottom: 12px;
}

@media screen and (max-width: 768px) {
    .list-not {
        margin-bottom: 30px;
    }
}

.list-circle {
    margin-bottom: 25px;
}

.list-circle li {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    padding-left: 34px;
}

.list-circle li:not(:last-child) {
    margin-bottom: 18px;
}

.list-circle li::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background: center center/cover no-repeat;
    background-image: url("../img/sprite.svg#sprite--check-circle");
    left: 0;
    top: 2px;
}

@media screen and (max-width: 768px) {
    .list-circle li {
        font-size: 15px;
    }
}

.task-list {
    counter-reset: number;
}

.task-list__item {
    margin-bottom: 25px;
}

.task-list .h4::before {
    counter-increment: number;
    content: counter(number) ". ";
}

summary {
    list-style: none;
}

summary::marker {
    display: none;
}

summary::-webkit-details-marker {
    display: none;
    color: transparent;
}

/* img */
img {
    display: block;
    margin: 0 auto;
}

.figure {
    margin-bottom: 25px;
}

.figure figcaption {
    display: block;
    font-size: 13px;
    font-weight: 400;
    line-height: 160%;
    color: #9A95AA;
    margin-top: 10px;
}

/* transition */
* {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

/* btn */
.btn {
    display: block;
    width: 250px;
    height: 50px;
    line-height: 50px;
    border-radius: 6px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    font-weight: 700;
    font-size: 17px;
    color: #fff;
    margin: 0 auto;
}

.btn-span {
    position: relative;
    padding-left: 34px;
}

.btn-span::before {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    background: center center/cover no-repeat;
    background-image: url("../img/sprite.svg#sprite--chat");
    left: 0;
    top: calc(50% - 12px);
}

.btn_dark {
    background: #5200FF;
}

.btn_dark:hover {
    background: #7A3BFF;
}

.btn_light {
    background: #00C07B;
}

.btn_light:hover {
    background: #34D988;
}

.btn_big {
    position: relative;
    height: 55px;
    line-height: 55px;
}

.btn_big::before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    background: center center/cover no-repeat;
    background-image: url("../img/sprite.svg#sprite--arrow-white");
    right: 20px;
    top: calc(50% - 6px);
}

.btn_bright {
    width: 180px;
    height: 45px;
    line-height: 45px;
    background: #fff;
    font-size: 16px;
    color: #5200FF;
}

.btn_bright:hover {
    color: #7A3BFF;
}

.btn_border {
    width: 100%;
    border: 1px solid #5200FF;
    line-height: 48px;
    color: #5200FF;
    font-size: 16px;
}

.btn_border:hover {
    border-color: #7A3BFF;
    color: #7A3BFF;
}

.btn-video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 100%;
    background: rgba(247, 245, 251, 0.9);
}

.btn-video svg {
    fill: #181028;
}

.btn-video:hover {
    background: rgba(16, 24, 40, 0.85);
}

.btn-video:hover svg {
    fill: #fff;
}

/* flexbox */
.flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

/* gridbox */
.gridbox {
    display: grid;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

/* breadcrumbs */
.breadcrumbs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: center;
    align-content: center;
    gap: 26px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding: 30px 0;
}

.breadcrumbs__item, .breadcrumbs-link {
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
}

.breadcrumbs__item {
    color: #fff;
}

.breadcrumbs__item:not(:last-child) .breadcrumbs-link::before {
    width: 5px;
    height: 9px;
    background: center center/cover no-repeat;
    background-image: url("../img/sprite.svg#sprite--arr-gray");
}

/*.breadcrumbs__item:last-child .breadcrumbs-link::before {*/
/*    width: 5px;*/
/*    height: 9px;*/
/*    background: center center/cover no-repeat;*/
/*    background-image: url("../img/sprite.svg#sprite--arr-white");*/
/*}*/

.breadcrumbs-link {
    position: relative;
    display: block;
    color: #818082;
}

.breadcrumbs-link::before {
    position: absolute;
    content: "";
    right: -15px;
    top: 2px;
}

.breadcrumbs-link:hover {
    color: #fff;
}

@media screen and (max-width: 768px) {
    .breadcrumbs {
        padding: 25px 0;
    }
}

/* pagination */
.pagination {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 6px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pagination-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 5px;
    width: 36px;
    height: 36px;
    font-size: 15px;
    font-weight: 600;
    color: #5200FF;
}

.pagination-link:hover {
    color: #7A3BFF;
}

.pagination-link.active {
    background: #F1EEF6;
}

.pagination-btn {
    border: 1px solid #5200FF;
}

.pagination-btn svg {
    fill: #5200FF;
}

.pagination-btn.disable {
    border-color: #E8E6F2;
}

.pagination-btn.disable svg {
    fill: #E8E6F2;
}

.pagination-btn:hover {
    border-color: #7A3BFF;
}

.pagination-btn:hover svg {
    fill: #7A3BFF;
}

.pagination-prev svg {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

/* scroll */
.scroll {
    overflow: auto;
    -ms-scroll-chaining: none;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    scrollbar-width: thin;
    scrollbar-color: #DCDFE9 transparent;
}

.scroll::-webkit-scrollbar {
    width: 4px;
    height: 50%;
}

.scroll::-webkit-scrollbar-track {
    background-color: transparent;
}

.scroll::-webkit-scrollbar-thumb {
    background-color: #DCDFE9;
    border-radius: 5px;
    min-height: 50%;
    min-width: 4px;
}

.scroll::-webkit-scrollbar-thumb:hover {
    background-color: #DCDFE9;
}

.scroll::-webkit-scrollbar-thumb:active {
    background-color: #DCDFE9;
}

.ok, .not {
    position: relative;
    margin-inline: auto;
}

.ok {
    width: 12px;
    height: 9px;
    background: center center/cover no-repeat;
    background-image: url("../img/sprite.svg#sprite--check-green");
}

.not {
    width: 11px;
    height: 11px;
    background: center center/cover no-repeat;
    background-image: url("../img/sprite.svg#sprite--close-red");
}

/* swiper */
.swiper-wrapper .swiper-slide {
    opacity: 0;
    height: auto;
}

.swiper-wrapper .swiper-slide.swiper-slide-visible {
    opacity: 1;
}

.swiper-nav .swiper-pagination {
    bottom: 0;
    top: auto;
}

.swiper-nav .swiper-pagination-bullet {
    background: rgba(136, 136, 136, 0.3);
    opacity: 1;
}

.swiper-nav .swiper-pagination-bullet-active {
    background: #7A3BFF;
}

.swiper-nav .swiper-button-next, .swiper-nav .swiper-button-prev {
    width: 38px;
    height: 38px;
    background: #fff;
    border-radius: 100%;
    border: 1px solid #E7E5EA;
}

.swiper-nav .swiper-button-next::after, .swiper-nav .swiper-button-prev::after {
    display: none;
}

.swiper-nav .swiper-button-next::before, .swiper-nav .swiper-button-prev::before {
    position: absolute;
    content: "";
    width: 11px;
    height: 17px;
    background: center center/cover no-repeat;
    background-image: url("../img/sprite.svg#sprite--arr-black");
}

.swiper-nav .swiper-button-next.swiper-button-disabled, .swiper-nav .swiper-button-prev.swiper-button-disabled {
    display: none;
}

.swiper-nav .swiper-button-next:hover, .swiper-nav .swiper-button-prev:hover {
    border-color: #5835E6;
}

.swiper-nav .swiper-button-next {
    right: 0;
}

.swiper-nav .swiper-button-prev {
    left: 0;
}

.swiper-nav .swiper-button-prev::before {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

@media screen and (max-width: 1200px) {
    .swiper-nav .swiper-button-next {
        right: 10px;
    }

    .swiper-nav .swiper-button-prev {
        left: 10px;
    }
}

@media screen and (max-width: 768px) {
    .swiper-nav {
        width: calc(100% + 20px);
        margin-right: -20px;
    }
}

/* container */
.container {
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto;
}

main {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

/* animation */
.animation {
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
    -webkit-transition: all ease 1s;
    -o-transition: all ease 1s;
    transition: all ease 1s;
}

.animation.action {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

/* header */
.header {
    position: absolute;
    z-index: 101;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.header-btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 31px;
    margin-left: auto;
}

.header-btn .btn_dark {
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
}

.header .login {
    font-size: 15px;
    font-weight: 600;
    line-height: 15px;
    color: #fff;
}

.header .login:hover {
    color: #7A3BFF;
}

.header .container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
    height: 80px;
}

.header_border {
    -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.07);
}

.header_fixed {
    position: fixed;
    background: #FFF;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.07);
}

.header_fixed .menu-link, .header_dark .menu-link {
    color: #181028;
}

.header_fixed .menu-btn svg, .header_dark .menu-btn svg {
    stroke: #181028;
}

.header_fixed .login, .header_dark .login {
    color: #5200FF;
}

.header_fixed .hamburger svg, .header_dark .hamburger svg {
    fill: #181028;
}

@media screen and (max-width: 992px) {
    .header .container {
        gap: 11px;
    }
}

@media screen and (max-width: 768px) {
    .header .container {
        height: 60px;
    }

    .header .login {
        display: none;
    }

    .header .logo img {
        width: 136px;
        height: 22px;
    }

    .header-btn .btn_dark {
        width: 90px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }
}

/* menu */
@media screen and (min-width: 992px) {
    .navigation {
        overflow: visible;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .navigation-header, .navigation-btn {
        display: none;
    }

    .navigation-bg {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    .navigation {
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        width: 0;
    }

    .navigation-container {
        position: absolute;
        z-index: 5;
        top: 0;
        right: 0;
        width: 0;
        height: 100%;
    }

    .navigation.open {
        width: 100%;
    }

    .navigation.open .navigation-container {
        background: #fff;
        width: 360px;
    }

    .navigation.open .navigation-bg {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        background: rgba(24, 16, 40, 0.8);
    }

    .navigation-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom: 1px solid #E7E5EA;
        padding: 15px 10px;
    }

    .navigation-header .close {
        width: 30px;
        height: 30px;
        background: center center/cover no-repeat;
        background-image: url("../img/sprite.svg#sprite--close-dark");
        margin-left: auto;
    }

    .navigation-body {
        overflow-y: scroll;
        scrollbar-width: none;
        height: calc(100% - 60px);
    }

    .navigation-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px;
        padding: 20px;
    }

    .navigation-btn .btn {
        width: 100%;
    }
}

@media screen and (max-width: 450px) {
    .navigation.open .navigation-container {
        width: 100%;
    }
}

.menu-arr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.menu-link {
    position: relative;
    z-index: 5;
    font-weight: 500;
    line-height: 120%;
}

.menu-btn svg {
    fill: none;
    stroke-width: 2px;
}

@media screen and (min-width: 992px) {
    .menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 40px;
    }

    .menu__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 31px 0;
    }

    .menu-btn {
        display: flex;
        align-items: center;
        width: 13px;
        height: 7.5px;
        margin-top: 2px;
    }

    .menu-btn svg {
        width: 100%;
        height: 100%;
        stroke: #fff;
        /* Adjust scale values based on your sprite's original size */
        stroke-width: 1.2;
    }

    .menu-arr {
        position: relative;
        gap: 8px;
    }

    .menu-arr:first-child .downmenu {
        left: -250px;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .menu-arr:hover .menu-link {
        color: #00C07B;
    }

    .menu-arr:hover .menu-btn svg {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
        stroke: #00C07B;
    }

    .menu-arr:hover .downmenu {
        max-height: 1000px;
        overflow: visible;
        border: 1px solid rgba(0, 0, 0, 0.08);
        -webkit-box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.05);
        box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.05);
        padding: 30px 40px;
    }

    .menu-link {
        font-size: 15px;
        color: #fff;
    }

    .menu-link:hover {
        color: #00C07B;
    }
}

@media screen and (min-width: 1360px) {
    .menu-arr:first-child .downmenu {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@media screen and (max-width: 992px) {
    .menu-btn {
        width: 20px;
        height: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-left: auto;
    }

    .menu-btn svg {
        stroke: #200066;
    }

    .menu-arr {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .menu-arr.open .downmenu {
        max-height: 1000px;
        overflow: visible;
        padding-top: 18px;
    }

    .menu-arr.open .menu-btn svg {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    .menu-link {
        color: #181028;
        font-size: 16px;
    }

    .menu__item {
        padding: 18px 20px;
        border-bottom: 1px solid #E7E5EA;
    }
}

.downmenu {
    max-height: 0;
    overflow: hidden;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: hidden;
}

.downmenu-heading {
    text-transform: uppercase;
    font-weight: 700;
    line-height: 150%;
    color: #706685;
    margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
    .downmenu {
        position: absolute;
        z-index: 1;
        left: 50%;
        top: 70px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 20px;
        background: #fff;
        border-radius: 16px;
        padding: 0 40px;
    }

    .downmenu-list {
        width: 289px;
        min-width: 289px;
    }

    .downmenu-heading {
        font-size: 14px;
    }
}

@media screen and (max-width: 992px) {
    .downmenu {
        min-width: 100%;
    }

    .downmenu-heading {
        font-size: 13px;
        margin-bottom: 16px;
    }

    .downmenu-list:not(:last-child) {
        margin-bottom: 22px;
    }
}

.submenu__item:not(:last-child) {
    margin-bottom: 24px;
}

.submenu-link {
    position: relative;
    display: block;
    padding-left: 54px;
}

.submenu-link p {
    font-size: 14px;
    line-height: 120%;
    color: #706685;
    margin-bottom: 0;
}

.submenu-link:hover .submenu-heading {
    color: #5200FF;
}

.submenu-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
}

.submenu-heading {
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
    color: #181028;
    margin-bottom: 6px;
}

/* hamburger */
.hamburger svg {
    fill: #fff;
}

@media screen and (min-width: 992px) {
    .hamburger {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    .hamburger {
        display: block;
    }
}

/* hero */
.hero {
    overflow: hidden;
    padding-top: 140px;
}

.hero + .block_light {
    border-radius: 0 0 30px 30px;
    padding-top: 120px;
    margin-top: -40px;
}

.hero_dark {
    position: relative;
    background: url("../img/dark-bg.svg") #200066;
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 555px auto;
    color: #C6C0D0;
    border-radius: 0 0 30px 30px;
}

.hero_dark .h1, .hero_dark .h2, .hero_dark .h3, .hero_dark .h4, .hero_dark .h5, .hero_dark .h6 {
    color: #fff;
}

.hero_dark .specialists-title {
    color: #C6C0D0;
}

.hero_dark .specialists-img {
    border: 2px solid #200066;
}

.hero_dark .form-block .h5 {
    color: #181028;
}

.hero_dark .trusted .h5 {
    color: #C6C0D0;
}

.hero_bright {
    background: #F2EDFC;
    padding-bottom: 40px;
}

.hero_bright + .pricing {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(7.69%, #F2EDFC), color-stop(70.67%, #FFFFFF));
    background: -o-linear-gradient(top, #F2EDFC 7.69%, #FFFFFF 70.67%);
    background: linear-gradient(180deg, #F2EDFC 7.69%, #FFFFFF 70.67%);
}

.hero p {
    font-weight: 500;
}

.hero .btn {
    width: 340px;
    font-size: 18px;
    margin-bottom: 30px;
}

.hero .btn:last-child {
    margin-bottom: 0;
}

.hero .text {
    text-align: center;
    max-width: 750px;
    margin-inline: auto;
}

.hero .researches {
    margin: 60px 0 80px;
}

.hero .trusted {
    margin-bottom: 0;
}

.hero-main {
    padding-bottom: 503px;
}

.hero-main + .media {
    margin-top: -443px;
}

.hero-template {
    padding-bottom: 546px;
}

.hero-template-low-padding {
    padding-bottom: 120px;
}

.hero-template .text {
    max-width: 1070px;
}

.hero-template .text p {
    max-width: 750px;
    margin-inline: auto;
}

.hero-tools {
    padding-bottom: 720px;
}

.hero-tools + .media {
    margin-top: -660px;
    margin-bottom: 80px;
}

.hero-tools + .media .video {
    aspect-ratio: 1.75;
}

.hero-post {
    margin-bottom: 60px;
}

.hero-post .article {
    margin-top: 50px;
    margin-bottom: 0;
}

.hero-post .article-img {
    margin-bottom: 0;
}

.hero-contact {
    padding-bottom: 60px;
    margin-bottom: 80px;
}

.hero-about {
    padding-bottom: 60px;
}

.hero-about .h1 {
    margin-bottom: 100px;
}

.hero-error {
    border-radius: 0;
    padding: 160px 0 120px;
}

.hero-error .error {
    font-size: 148px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -8px;
    color: #fff;
    margin-bottom: 25px;
}

.hero-error .h2 {
    margin-bottom: 18px;
}

.hero-error p {
    font-size: 15px;
    line-height: 180%;
    margin-bottom: 25px;
}

@media screen and (min-width: 768px) {
    .hero p {
        font-size: 18px;
        font-weight: 500;
        line-height: 150%;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 768px) {
    .hero {
        padding-top: 80px;
    }

    .hero + .block_light {
        padding-top: 82px;
        margin-top: -32px;
    }

    .hero_dark {
        background-size: 239px auto;
        border-radius: 0 0 22px 22px;
    }

    .hero_bright {
        padding-bottom: 25px;
    }

    .hero_bright + .pricing {
        margin-bottom: 30px;
    }

    .hero-main {
        padding-bottom: 189px;
    }

    .hero-main + .media {
        margin-top: -158px;
    }

    .hero-template {
        padding-bottom: 257px;
    }

    .hero-tools {
        padding-bottom: 218px;
    }

    .hero-tools + .media {
        margin-top: -187px;
        margin-bottom: 50px;
    }

    .hero-tools + .media .video {
        aspect-ratio: 1.55;
    }

    .hero-post {
        margin-bottom: 50px;
    }

    .hero-post .article {
        grid-gap: 14px;
        margin-top: 25px;
    }

    .hero-contact {
        padding-bottom: 50px;
        margin-bottom: 50px;
    }

    .hero-about {
        padding-bottom: 50px;
    }

    .hero-about .h1 {
        margin-bottom: 40px;
    }

    .hero-error {
        border-radius: 0;
        padding: 140px 0 110px;
    }

    .hero-error .error {
        font-size: 88px;
        line-height: 90%;
    }

    .hero-error .h2 {
        margin-bottom: 15px;
    }

    .hero p {
        margin-bottom: 25px;
    }

    .hero .btn {
        width: 273px;
        margin-bottom: 20px;
    }

    .hero .researches {
        margin: 40px 0 50px;
    }

    .hero-template-low-padding {
        padding-bottom: 57px;
    }
}

/* specialists */
.specialists {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}

.specialists-title {
    width: 186px;
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
    text-align: left;
    color: #706685;
}

.specialists-list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.specialists-img {
    width: 44px;
    height: 44px;
    border-radius: 100%;
    border: 2px solid #fff;
}

.specialists-img:not(:first-child) {
    margin-left: -10px;
}

@media screen and (max-width: 768px) {
    .specialists-img {
        width: 34px;
        height: 34px;
    }
}

/* media */
.video {
    position: relative;
    width: 100%;
    aspect-ratio: 1.55;
    border-radius: 20px;
    overflow: hidden;
    -webkit-box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.06), 0px 2px 8px 0px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.06), 0px 2px 8px 0px rgba(0, 0, 0, 0.04);
}

.video:has(+ .trusted) {
    margin-bottom: 60px;
}

.video img, .video video, .video iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.video .btn-video {
    position: absolute;
    z-index: 5;
    top: calc(50% - 28px);
    left: calc(50% - 28px);
}

.video.open::before {
    display: none;
}

.video.open .btn-video, .video.open .review-header {
    display: none;
}

@media screen and (max-width: 768px) {
    .video {
        aspect-ratio: 1.5;
    }

    .video:has(+ .trusted) {
        margin-bottom: 40px;
    }
}

/* trusted */
.trusted {
    text-align: center;
    margin-bottom: 80px;
}

.trusted .h5 {
    color: #706685;
    margin-bottom: 30px;
}

.trusted-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px 50px;
}

@media screen and (max-width: 768px) {
    .trusted {
        margin-bottom: 40px;
    }

    .trusted .h5 {
        margin-bottom: 20px;
    }

    .trusted-list {
        gap: 20px;
    }

    .trusted-list img {
        max-width: 108px;
        height: auto;
    }
}

/* researches */
.researches {
    margin-bottom: 80px;
}

.researches-swiper-nav {
    margin-bottom: 40px;
}

.researches-swiper-nav::before {
    position: absolute;
    z-index: 5;
    content: "";
    width: 62px;
    height: 100%;
    background: -webkit-gradient(linear, right top, left top, from(#F0EEF6), to(rgba(240, 238, 246, 0)));
    background: -o-linear-gradient(right, #F0EEF6 0%, rgba(240, 238, 246, 0) 100%);
    background: linear-gradient(270deg, #F0EEF6 0%, rgba(240, 238, 246, 0) 100%);
    right: 0;
    top: 0;
}

.researches-swiper-nav__item {
    position: relative;
    width: auto;
    border: 1px solid #CCCDDD;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 12px;
    font-size: 14px;
    font-weight: 600;
    line-height: 130%;
    border-radius: 10px;
    cursor: pointer;
    padding: 17px 14px;
}

.researches-swiper-nav__item.swiper-slide {
    opacity: 1;
}

.researches-swiper-nav__item::before {
    position: absolute;
    z-index: 1;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(82, 0, 255, 0.09);
    border-radius: 10px;
    -webkit-transition: width 5s linear;
    -o-transition: width 5s linear;
    transition: width 5s linear;
    opacity: 0;
}

.researches-swiper-nav-svg, .researches-swiper-nav-text {
    position: relative;
    z-index: 3;
}

.researches-swiper-nav-svg {
    fill: #473E5A;
    width: 24px;
    min-width: 24px;
    height: 24px;
}

.researches-swiper-nav .swiper-button-prev {
    display: none;
}

.researches-swiper-nav .swiper-slide-thumb-active {
    color: #5200FF;
}

.researches-swiper-nav .swiper-slide-thumb-active::before {
    width: 100%;
    opacity: 1;
}

.researches-swiper-nav .swiper-slide-thumb-active .researches-swiper-nav-svg {
    fill: #5200FF;
}

.researches-swiper-main {
    padding: 0 25px 25px;
    margin: 0 -25px -25px;
}

.researches-swiper-main .swiper-wrapper .swiper-slide-active {
    opacity: 1;
}

.researches-swiper-main__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px 30px;
}

.researches-swiper-main-svg {
    display: block;
    width: 48px;
    height: 48px;
    fill: #5200FF;
    margin-bottom: 30px;
}

.researches-swiper-main-img {
    border-radius: 14px;
    -webkit-box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.06), 0px 2px 8px 0px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.06), 0px 2px 8px 0px rgba(0, 0, 0, 0.04);
    margin: 0;
}

.researches-swiper-text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 450px;
    width: 100%;
}

.researches-swiper-text-img {
    margin: 0;
    margin-bottom: 30px;
}

.researches-swiper-text .btn {
    width: 300px;
    margin: 0;
}

.researches_dark .researches-swiper-nav__item {
    width: 232px;
    background: #1A0052;
    border-color: rgba(255, 255, 255, 0.15);
    color: #C6C0D0;
}

.researches_dark .researches-swiper-nav__item::before {
    background: #E1D9F3;
}

.researches_dark .researches-swiper-nav-svg {
    fill: #C6C0D0;
}

.researches_dark .researches-swiper-nav::before {
    display: none;
}

.researches_dark .researches-swiper-nav .swiper-slide-thumb-active {
    color: #181028;
    background: #F2EDFC;
}

.researches_dark .researches-swiper-main .h3 {
    color: #fff;
}

.researches_dark .researches-swiper-main-svg {
    fill: #fff;
}

.researches_top {
    margin-top: -486px;
}

@media screen and (min-width: 768px) {
    .researches-swiper-main .swiper-wrapper .swiper-slide .researches-swiper-text, .researches-swiper-main .swiper-wrapper .swiper-slide .researches-swiper-main-img {
        -webkit-transform: translateY(100px);
        -ms-transform: translateY(100px);
        transform: translateY(100px);
        opacity: 0;
        -webkit-transition: all ease 1s;
        -o-transition: all ease 1s;
        transition: all ease 1s;
    }

    .researches-swiper-main .swiper-wrapper .swiper-slide .researches-swiper-main-img {
        -webkit-transition-delay: 0.5s;
        -o-transition-delay: 0.5s;
        transition-delay: 0.5s;
    }

    .researches-swiper-main .swiper-wrapper .swiper-slide .researches-swiper-text {
        -webkit-transition-delay: 0.2s;
        -o-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }

    .researches-swiper-main .swiper-wrapper .swiper-slide-active .researches-swiper-text, .researches-swiper-main .swiper-wrapper .swiper-slide-active .researches-swiper-main-img {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@media screen and (max-width: 1240px) {
    .researches-swiper-main {
        padding: 0 20px 25px;
        margin: 0 -20px -25px;
    }
}

@media screen and (max-width: 768px) {
    .researches {
        margin-bottom: 50px;
    }

    .researches-swiper-nav {
        margin-bottom: 20px;
    }

    .researches-swiper-nav .swiper-button-next {
        top: calc(50% + 2px);
        bottom: auto;
    }

    .researches-swiper-nav::before {
        display: none;
    }

    .researches-swiper-nav__item {
        width: 136px;
        gap: 8px;
        font-size: 13px;
        padding: 10px 12px;
    }

    .researches-swiper-nav__item svg {
        width: 20px;
        min-width: 20px;
        height: 20px;
    }

    .researches-swiper-main__item {
        position: relative;
        padding-bottom: 85px;
    }

    .researches-swiper-main__item .researches-swiper-text, .researches-swiper-main__item .researches-swiper-main-img {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .researches-swiper-main__item.action .researches-swiper-text, .researches-swiper-main__item.action .researches-swiper-main-img {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .researches-swiper-main-img {
        border-radius: 10px;
    }

    .researches-swiper-text {
        text-align: center;
        max-width: 100%;
        min-width: 100%;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .researches-swiper-text .researches-swiper-main-svg {
        display: none;
    }

    .researches-swiper-text p {
        margin-bottom: 0;
    }

    .researches-swiper-text .btn {
        position: absolute;
        bottom: 0;
        left: calc(50% - 150px);
    }

    .researches_dark .researches-swiper-nav__item {
        width: 167px;
        padding: 7px 12px;
    }

    .researches_dark .researches-swiper-main__item {
        padding-bottom: 0;
    }

    .researches_top {
        margin-top: -227px;
    }
}

/* rating */
.rating {
    position: relative;
    display: inline-block;
    height: 18.2px;
    width: 91px;
}

.rating::before {
    position: absolute;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='15' viewBox='0 0 16 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.6351 5.76152C15.5495 5.49947 15.3069 5.323 15.0307 5.323H10.2491L8.77216 0.775344V0.774469C8.68569 0.512406 8.44305 0.335938 8.16687 0.335938C7.89158 0.335938 7.64804 0.512406 7.56245 0.775352L6.08452 5.323H1.30305C1.02687 5.323 0.784219 5.49947 0.698633 5.76152C0.613047 6.02359 0.704805 6.30947 0.91893 6.4727L4.79805 9.28388L3.3201 13.8324C3.23452 14.0954 3.32893 14.3812 3.55305 14.5427C3.66422 14.623 3.79481 14.6637 3.91539 14.6637C4.05598 14.6637 4.18658 14.623 4.29863 14.5418L8.16687 11.7315L12.0342 14.5418C12.2575 14.7042 12.5583 14.7042 12.7816 14.5427C13.0057 14.3812 13.0991 14.0954 13.0136 13.8315L11.5357 9.28388L15.4057 6.4727C15.6289 6.30947 15.7216 6.02359 15.6351 5.76153' fill='%23C6C0D0'/%3E%3C/svg%3E");
    background-repeat: repeat-x;
    background-size: 18.2px;
    bottom: 0;
    display: block;
    height: 18.2px;
    left: 0;
    right: 0;
    top: 0;
    width: 91px;
}

.rating-span {
    display: block;
    text-indent: -10000px;
    width: 91px;
    height: 18.2px;
    position: absolute;
    overflow: hidden;
}

.rating-span:before {
    display: block;
    position: absolute;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='15' viewBox='0 0 16 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.6351 5.76152C15.5495 5.49947 15.3069 5.323 15.0307 5.323H10.2491L8.77216 0.775344V0.774469C8.68569 0.512406 8.44305 0.335938 8.16687 0.335938C7.89158 0.335938 7.64804 0.512406 7.56245 0.775352L6.08452 5.323H1.30305C1.02687 5.323 0.784219 5.49947 0.698633 5.76152C0.613047 6.02359 0.704805 6.30947 0.91893 6.4727L4.79805 9.28388L3.3201 13.8324C3.23452 14.0954 3.32893 14.3812 3.55305 14.5427C3.66422 14.623 3.79481 14.6637 3.91539 14.6637C4.05598 14.6637 4.18658 14.623 4.29863 14.5418L8.16687 11.7315L12.0342 14.5418C12.2575 14.7042 12.5583 14.7042 12.7816 14.5427C13.0057 14.3812 13.0991 14.0954 13.0136 13.8315L11.5357 9.28388L15.4057 6.4727C15.6289 6.30947 15.7216 6.02359 15.6351 5.76153' fill='%2300C07B'/%3E%3C/svg%3E");
    background-repeat: repeat-x;
    background-size: 18.2px;
    bottom: 0;
    height: 18.2px;
    left: 0;
    right: 0;
    text-indent: 10000px;
    top: 0;
}

/* toolkit */
.toolkit {
    gap: 30px;
}

.toolkit__item {
    border-radius: 20px;
    padding: 40px 30px;
}

.toolkit__item.flexbox {
    width: calc(50% - 15px);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px 30px;
}

.toolkit__item:nth-child(even) {
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.toolkit__item p {
    font-size: 15px;
    line-height: 150%;
}

.toolkit__item p:not(:last-child) {
    margin-bottom: 30px;
}

.toolkit__item p:last-child {
    margin-bottom: 0;
}

.toolkit__item .h4 {
    margin-bottom: 10px;
}

.toolkit__item .h4:has(+ .toolkit-building) {
    margin-bottom: 0;
}

.toolkit_mini {
    width: 420px;
    min-width: 420px;
}

.toolkit_big {
    max-width: 750px;
    min-width: 380px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.toolkit_dark {
    background: #200066;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.toolkit_light {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff;
    border: 1px solid #E7E5EA;
}

.toolkit_light .btn {
    width: 100%;
    margin-top: auto;
}

.toolkit_luminous {
    background: #F1EEF6;
    border: 1px solid #E7E5EA;
}

.toolkit_lilac {
    background: #F2EDFC;
    border: 1px solid #E7E5EA;
    border-radius: 10px;
    overflow: hidden;
}

.toolkit_white {
    background: #fff;
    border: 1px solid #E7E5EA;
    border-radius: 10px;
    overflow: hidden;
}

.toolkit_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px 0;
    padding-top: 0;
}

.toolkit_top img {
    border-radius: 0 0 10px 10px;
}

.toolkit_bottom {
    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: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-bottom: 0;
}

.toolkit_bottom img {
    border-radius: 10px 10px 0 0;
}

.toolkit-analytics {
    background: #00C07B;
}

.toolkit-analytics p {
    color: #fff;
}

.toolkit-respond {
    background: #5200FF;
}

.toolkit-keep {
    background: #100033;
}

.toolkit-list {
    position: relative;
    width: 360px;
    gap: 8px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.toolkit-list::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 59px;
    right: 0;
    top: 0;
    background: -webkit-gradient(linear, right top, left top, from(#5200FF), to(rgba(82, 0, 255, 0)));
    background: -o-linear-gradient(right, #5200FF 0%, rgba(82, 0, 255, 0) 100%);
    background: linear-gradient(270deg, #5200FF 0%, rgba(82, 0, 255, 0) 100%);
}

.toolkit-list img {
    margin: 0;
}

.toolkit-building {
    margin: 25px 0;
}

.toolkit-building__item {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 16px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    color: #181028;
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
}

.toolkit-building__item:not(:last-child) {
    margin-bottom: 20px;
}

.toolkit-building-img {
    width: 32px;
    min-width: 32px;
    height: 32px;
    margin: 0;
}

.toolkit-text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.toolkit-swiper-main {
    padding: 16px;
    margin: -16px;
}

.toolkit-swiper-main .swiper-wrapper .swiper-slide .toolkit-swiper-main-img {
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
    -webkit-transition: all ease 1s;
    -o-transition: all ease 1s;
    transition: all ease 1s;
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.toolkit-swiper-main .swiper-wrapper .swiper-slide-active .toolkit-swiper-main-img {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.toolkit-swiper-main__item.swiper-slide-active {
    opacity: 1;
}

.toolkit-swiper-main-img {
    -webkit-box-shadow: 0px 9.18px 15.29px 0px rgba(0, 0, 0, 0.06), 0px 1.22px 4.89px 0px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 9.18px 15.29px 0px rgba(0, 0, 0, 0.06), 0px 1.22px 4.89px 0px rgba(0, 0, 0, 0.04);
    border-radius: 12px 0 10px 0;
    margin: 0;
    -webkit-margin-start: auto;
    margin-inline-start: auto;
}

.toolkit-swiper-nav__item {
    position: relative;
    width: auto;
    border-radius: 10px;
    background: #fff;
    cursor: pointer;
    padding: 20px 24px;
}

.toolkit-swiper-nav__item.swiper-slide-visible {
    opacity: 1;
}

.toolkit-swiper-nav__item::before {
    position: absolute;
    z-index: 1;
    content: "";
    width: 0;
    height: 5px;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.5);
    -webkit-transition: width 5s linear;
    -o-transition: width 5s linear;
    transition: width 5s linear;
    opacity: 0;
}

.toolkit-swiper-nav__item .h5, .toolkit-swiper-nav__item p {
    position: relative;
    z-index: 5;
}

.toolkit-swiper-nav__item .h5 {
    margin-bottom: 6px;
}

.toolkit-swiper-nav__item p {
    margin-bottom: 0;
}

.toolkit-swiper-nav__item.swiper-slide-thumb-active {
    color: #fff;
    background: #5200FF;
}

.toolkit-swiper-nav__item.swiper-slide-thumb-active .h5 {
    color: #fff;
}

.toolkit-swiper-nav__item.swiper-slide-thumb-active::before {
    width: 100%;
    opacity: 1;
}

.toolkit-swiper.toolkit_white .toolkit-swiper-nav__item {
    background: #fff;
}

.toolkit-swiper.toolkit_white .toolkit-swiper-nav__item.swiper-slide-thumb-active {
    color: #fff;
    background: #5200FF;
}

.toolkit-swiper.toolkit_white .toolkit-swiper-nav__item.swiper-slide-thumb-active .h5 {
    color: #fff;
}

.toolkit-swiper.toolkit_lilac .toolkit-swiper-nav__item {
    background: #F2EDFC;
}

.toolkit-swiper.toolkit_lilac .toolkit-swiper-nav__item.swiper-slide-thumb-active {
    color: #fff;
    background: #5200FF;
}

.toolkit-swiper.toolkit_lilac .toolkit-swiper-nav__item.swiper-slide-thumb-active .h5 {
    color: #fff;
}

.toolkit_centred {
    gap: 30px 26px;
    padding: 0;
    margin-bottom: 40px;
}

.toolkit_centred-img {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top left;
    object-position: top left;
    max-width: 344px;
}

.toolkit_centred-img:first-child {
    margin-bottom: 49px;
}

.toolkit_centred-img:last-child {
    margin-top: 49px;
}

.toolkit_centred__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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    padding: 80px 30px;
}

.toolkit_centred__item .h4 {
    margin-bottom: 25px;
}

.toolkit_centred__item p {
    margin-bottom: 25px;
}

.toolkit_centred__item .btn {
    width: 100%;
}

.toolkit_centred + .toolkit_bottom {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 40px;
}

.toolkit_centred + .toolkit_bottom .toolkit__item {
    padding: 0;
}

.toolkit_centred + .toolkit_bottom .toolkit-img {
    width: 32px;
    height: 32px;
    margin: 0;
    margin-bottom: 16px;
}

.toolkit_centred + .toolkit_bottom p {
    margin-bottom: 0;
}

.toolkit_three {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 30px;
}

.toolkit_three .toolkit__item {
    display: flex;
    flex-direction: column;
}

.toolkit_three .toolkit__item .h6 {
    margin-bottom: 16px;
}

.toolkit_three .toolkit__item p:not(:last-child) {
    margin-bottom: 30px;
}

.toolkit_three .toolkit__item p:last-child {
    margin-bottom: 0;
}

.toolkit_three .toolkit__item:first-child .toolkit_three-img {
    border-radius: 0 10px 0 0;
    margin-left: -30px;
}

.toolkit_three .toolkit__item:nth-child(2) .toolkit_three-img {
    border-radius: 0 0 0 10px;
    margin-right: -30px;
}

.toolkit_three .toolkit__item:last-child .toolkit_three-img {
    border-radius: 10px 0 0 0;
    margin-right: -30px;
}

.toolkit_three-icon {
    width: 42px;
    height: 42px;
    margin: 0;
    margin-bottom: 16px;
}

.toolkit_three-img {
    min-width: calc(100% + 30px);
    -webkit-box-shadow: 0px 7.83px 13.04px 0px rgba(0, 0, 0, 0.06), 0px 1.04px 4.17px 0px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 7.83px 13.04px 0px rgba(0, 0, 0, 0.06), 0px 1.04px 4.17px 0px rgba(0, 0, 0, 0.04);
}

.toolkit_three-img:not(:last-child) {
    margin-bottom: 38px;
}

.toolkit_three-img:last-child {
    margin-bottom: -40px;
}

.toolkit_three-img:first-child {
    margin-top: -40px;
}

.toolkit-block {
    gap: 30px;
    padding: 40px 60px;
    margin-bottom: 20px;
}

.toolkit-block-img {
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 588px;
    -webkit-box-shadow: 0px 7.83px 13.04px 0px rgba(0, 0, 0, 0.06), 0px 1.04px 4.17px 0px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 7.83px 13.04px 0px rgba(0, 0, 0, 0.06), 0px 1.04px 4.17px 0px rgba(0, 0, 0, 0.04);
    border-radius: 0 10px 0 0;
    margin-left: -60px;
    margin-bottom: -40px;
}

.toolkit-block-text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 470px;
    padding:30px;
    background-color: white;
    border: 1px solid #E7E5EA;
    border-radius: 10px;
}

.toolkit-block-text .h5 {
    margin-bottom: 25px;
}

.toolkit-block-text .toolkit-building {
    margin-bottom: 25px;
}

.toolkit-block-text .btn {
    width: 100%;
}

.toolkit-block + .toolkit_bottom {
    gap: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.toolkit-block + .toolkit_bottom .toolkit_bottom__item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 30px;
}

.toolkit-block + .toolkit_bottom .toolkit_bottom__item .h5 {
    margin-bottom: 12px;
}

.toolkit-block + .toolkit_bottom .toolkit_bottom__item p {
    margin-bottom: 0;
}

.toolkit-feature {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 40px;
}

.toolkit-feature__item .h6 {
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 4px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 16px;
}

.toolkit-feature__item p {
    color: #181028;
    margin-bottom: 0;
}

.toolkit-feature-img {
    width: 32px;
    min-width: 32px;
    height: 32px;
    margin: 0;
}

@media screen and (min-width: 992px) {
    .toolkit-swiper {
        padding: 60px 0 0 40px;
    }

    .toolkit-swiper-nav, .toolkit-swiper-main {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .toolkit-swiper-nav {
        max-width: 494px;
        height: 519px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .toolkit-swiper-nav .swiper-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .toolkit-swiper-main {
        max-width: 734px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-left: auto;
    }
}

@media screen and (min-width: 768px) {
    .toolkit__item:nth-child(even) {
        -webkit-transition-delay: 0.4s;
        -o-transition-delay: 0.4s;
        transition-delay: 0.4s;
    }

    .toolkit_three .toolkit__item:nth-child(2) {
        -webkit-transition-delay: 0.4s;
        -o-transition-delay: 0.4s;
        transition-delay: 0.4s;
    }

    .toolkit_three .toolkit__item:last-child {
        -webkit-transition-delay: 0.6s;
        -o-transition-delay: 0.6s;
        transition-delay: 0.6s;
    }

    .toolkit-swiper-nav .swiper-button-next {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    .toolkit_mini {
        width: 380px;
        min-width: 380px;
    }

    .toolkit_big {
        max-width: none;
    }

    .toolkit-respond {
        min-width: 100%;
        width: 100%;
        max-width: 100%;
    }

    .toolkit-list {
        width: 275px;
        gap: 6px;
        -webkit-margin-start: auto;
        margin-inline-start: auto;
    }

    .toolkit-list img {
        width: auto;
        height: 40px;
    }

    .toolkit-swiper {
        background: transparent;
        border-radius: 0;
        border: none;
        overflow: visible;
    }

    .toolkit-swiper-main {
        gap: 16px;
    }

    .toolkit-swiper-main__item {
        border: 1px solid #E7E5EA;
        border-radius: 10px;
        overflow: hidden;
        padding: 20px 0 0 20px;
    }

    .toolkit-swiper-nav__item {
        width: 300px;
    }

    .toolkit-swiper.toolkit_white .toolkit-swiper-main__item {
        background: #fff;
        border: 1px solid #E7E5EA;
    }

    .toolkit-swiper.toolkit_lilac .toolkit-swiper-main__item {
        background: #F2EDFC;
    }

    .toolkit_centred-img:first-child {
        margin-bottom: 0;
    }

    .toolkit_centred-img:last-child {
        margin-top: 0;
    }

    .toolkit_centred__item {
        min-width: 100%;
        padding: 0 20px;
    }

    .toolkit-block-img {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .toolkit-block-text {
        max-width: 100%;
        min-width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media screen and (max-width: 850px) {
    .toolkit_mini:not(.toolkit-respond) {
        width: 300px;
        min-width: 300px;
    }
}

@media screen and (max-width: 768px) {
    .toolkit {
        gap: 20px;
    }

    .toolkit__item {
        border-radius: 14px;
        padding: 25px 20px;
    }

    .toolkit__item.flexbox {
        width: 100%;
        min-width: 100%;
    }

    .toolkit__item p:not(:last-child) {
        margin-bottom: 25px;
    }

    .toolkit_bottom {
        padding-bottom: 0;
    }

    .toolkit_bottom .toolkit-img {
        border-radius: 7px 7px 0 0;
    }

    .toolkit_top {
        gap: 25px 0;
        padding-bottom: 0;
    }

    .toolkit_top .toolkit-img {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        border-radius: 7px 7px 0 0;
    }

    .toolkit_top .toolkit-img:not(:last-child) {
        margin-bottom: 0;
    }

    .toolkit_top .toolkit-text {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .toolkit_mini:not(.toolkit-respond) {
        width: auto;
        min-width: 100%;
    }

    .toolkit_big {
        min-width: 100%;
    }

    .toolkit-analytics, .toolkit-keep {
        width: auto;
        min-width: 100%;
    }

    .toolkit-img:not(:last-child) {
        margin-bottom: 25px;
    }

    .toolkit-building {
        margin: 20px 0;
    }

    .toolkit-building__item {
        gap: 12px;
        font-size: 15px;
        line-height: 150%;
    }

    .toolkit-building-img {
        width: 28px;
        min-width: 28px;
        height: 28px;
    }

    .toolkit-swiper-main__item img {
        border-radius: 6px 0 0 0;
    }

    .toolkit-swiper-nav.swiper-nav .swiper-button-next {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }

    .toolkit-swiper-nav__item {
        width: 153px;
        padding: 12px;
    }

    .toolkit-swiper-nav__item .h5 {
        margin-bottom: 0;
    }

    .toolkit-swiper-nav__item p {
        display: none;
    }

    .toolkit_centred {
        margin-bottom: 30px;
    }

    .toolkit_centred-img {
        max-width: calc(100% - 40px);
    }

    .toolkit_centred-img:first-child {
        margin-right: auto;
        -webkit-margin-end: 40px;
        margin-inline-end: 40px;
    }

    .toolkit_centred-img:last-child {
        margin-left: 0;
        -webkit-margin-start: 40px;
        margin-inline-start: 40px;
    }

    .toolkit_centred__item .h4 {
        margin-bottom: 10px;
    }

    .toolkit_centred__item p {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .toolkit_centred + .toolkit_bottom {
        grid-gap: 30px;
    }

    .toolkit_centred + .toolkit_bottom .toolkit__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        gap: 12px;
    }

    .toolkit_centred + .toolkit_bottom .toolkit-img {
        width: 28px;
        min-width: 28px;
        height: 25px;
        margin-bottom: 0;
    }

    .toolkit_three {
        grid-gap: 20px;
    }

    .toolkit_three .toolkit__item {
        border-radius: 14px;
        padding: 30px 20px;
    }

    .toolkit_three .toolkit__item .h6 {
        margin-bottom: 10px;
    }

    .toolkit_three .toolkit__item p:not(:last-child) {
        margin-bottom: 25px;
    }

    .toolkit_three .toolkit__item:first-child .toolkit_three-img {
        margin-left: -20px;
    }

    .toolkit_three .toolkit__item:nth-child(2) .toolkit_three-img {
        margin-right: -20px;
    }

    .toolkit_three .toolkit__item:last-child .toolkit_three-img {
        margin-right: -20px;
    }

    .toolkit_three-icon {
        width: 36px;
        height: 36px;
    }

    .toolkit_three-img {
        min-width: calc(100% + 20px);
    }

    .toolkit_three-img:not(:last-child) {
        margin-bottom: 25px;
    }

    .toolkit_three-img:last-child {
        margin-bottom: -30px;
    }

    .toolkit_three-img:first-child {
        margin-top: -30px;
    }

    .toolkit-block {
        padding: 30px 20px;
    }

    .toolkit-block-img {
        max-width: calc(100% + 20px);
        border-radius: 0 4px 0 0;
        margin-left: -20px;
        margin-bottom: -30px;
    }

    .toolkit-block-text .h5 {
        margin-bottom: 20px;
    }

    .toolkit-block-text .toolkit-building {
        margin-bottom: 20px;
    }

    .toolkit-block + .toolkit_bottom .toolkit_bottom__item {
        min-width: 100%;
        padding: 30px 20px;
    }

    .toolkit-feature {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        grid-gap: 25px;
    }

    .toolkit-feature__item .h6 {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 10px;
    }

    .toolkit-feature-img {
        width: 28px;
        min-width: 28px;
        height: 28px;
    }
}

/* pricing */
.pricing {
    margin-bottom: 60px;
}

.pricing-header {
    text-align: center;
    margin-bottom: 30px;
}

.pricing-block {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pricing__item {
    max-width: 387px;
    min-width: 280px;
    min-height: 543px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 16px;
    overflow: hidden;
    color: #181028;
}

.pricing__item:not(.pricing-popular) {
    background: #fff;
    border: 1px solid #E7E5EA;
    padding: 35px 25px;
}

.pricing__item .btn {
    width: 100%;
    margin-bottom: 30px;
}

.pricing__item .list-check {
    margin-bottom: 0;
}

.pricing-popular {
    position: relative;
    background: url("../img/dark-bg.svg") #200066;
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 266px auto;
    color: #fff;
    padding: 65px 25px;
}

.pricing-popular .pricing-description {
    color: #C6C0D0;
}

.pricing-popular .list-check li {
    color: #fff;
}

.pricing-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 29px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -1px;
    margin-bottom: 16px;
}

.pricing-price {
    font-size: 36px;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 10px;
}

.pricing-price-month {
    font-size: 20px;
}

.pricing-save {
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
    color: #F0264A;
    margin-bottom: 16px;
}

.pricing-description {
    font-size: 15px;
    font-weight: 500;
    line-height: 120%;
    color: #706685;
    margin-bottom: 22px;
}

.pricing-body {
    display: none;
}

.pricing-body.active {
    display: block;
}

.pricing-menu {
    border-radius: 10px;
    background: #F5F3F9;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 4px;
    padding: 5px;
    margin-left: auto;
}

.pricing-menu__item {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    color: #181028;
    border-radius: 7px;
    padding: 5px 7px;
}

.pricing-menu__item.active {
    background: #fff;
}

.pricing-marker {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    border-radius: 0 0 0 14px;
    background: #fff;
    font-size: 13px;
    font-weight: 800;
    line-height: 120%;
    color: #200066;
    text-transform: uppercase;
    padding: 8px 14px;
}

@media screen and (max-width: 768px) {
    .pricing {
        margin-bottom: 20px;
    }

    .pricing-header {
        margin-bottom: 20px;
    }

    .pricing-block {
        gap: 16px;
    }

    .pricing__item {
        min-width: 280px;
        max-width: 100%;
        min-height: auto;
    }

    .pricing__item:not(.pricing-popular) {
        padding: 25px 20px;
    }

    .pricing__item .btn {
        margin-bottom: 25px;
    }

    .pricing-popular {
        background-size: 218px auto;
        padding: 25px 20px;
    }

    .pricing-title {
        font-size: 22px;
        margin-bottom: 12px;
    }

    .pricing-price {
        font-size: 30px;
        margin-bottom: 6px;
    }

    .pricing-price-month {
        font-size: 18px;
    }

    .pricing-save {
        font-size: 15px;
    }

    .pricing-description {
        font-size: 14px;
        margin-bottom: 14px;
    }

    .pricing-menu {
        padding: 4px;
    }

    .pricing-menu__item {
        padding: 3px 7px;
    }
}

.toggleContainer {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 10px;
    background: #E3DFED;
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    color: #181028;
    cursor: pointer;
    border: 5px solid #E3DFED;
    margin-inline: auto;
}

.toggleContainer-discounts {
    color: #F0264A;
}

.toggleContainer-choice {
    text-align: center;
    z-index: 1;
    padding: 5px 15px;
}

.toggleContainer::before {
    position: absolute;
    content: "";
    width: 50%;
    height: 100%;
    left: 0%;
    border-radius: 7px;
    background: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

@media screen and (max-width: 768px) {
    .toggleContainer {
        font-size: 14px;
    }
}

.toggleCheckbox:checked + .toggleContainer::before {
    left: 50%;
}

.toggleCheckbox {
    display: none;
}

/* plan */
.plan {
    border-radius: 16px;
    background: #1A0052;
    gap: 25px 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 40px;
}

.plan-text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.plan-text p {
    font-size: 15px;
    line-height: 120%;
    color: #C6C0D0;
    margin-bottom: 0;
}

.plan .h5 {
    margin-bottom: 15px;
}

.plan .h4 {
    color: #fff;
}

@media screen and (max-width: 768px) {
    .plan {
        text-align: center;
        padding: 25px 20px 30px;
    }

    .plan-text {
        min-width: 100%;
    }

    .plan .h5 {
        margin-bottom: 12px;
    }
}

/* review */
.review {
    gap: 16px 20px;
}

.review-column {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.review__item {
    background: #fff;
    border: 1px solid #E7E5EA;
    border-radius: 10px;
    overflow: hidden;
}

.review__item:not(:last-child) {
    margin-bottom: 20px;
}

.review__item p {
    font-size: 15px;
    line-height: 170%;
    color: #181028;
    margin-bottom: 0;
}

.review__item p a {
    font-size: inherit;
    line-height: inherit;
}

.review__item .text_hidden {
    display: none;
}

.review__item:not(.video) {
    padding: 30px 35px;
}

.review .video {
    position: relative;
    aspect-ratio: 1.25;
}

.review .video::before {
    position: absolute;
    z-index: 4;
    content: "";
    inset: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(35.5%, rgba(24, 16, 40, 0)), to(rgba(24, 16, 40, 0.9)));
    background: -o-linear-gradient(top, rgba(24, 16, 40, 0) 35.5%, rgba(24, 16, 40, 0.9) 100%);
    background: linear-gradient(180deg, rgba(24, 16, 40, 0) 35.5%, rgba(24, 16, 40, 0.9) 100%);
}

.review .video .review-header {
    position: absolute;
    z-index: 5;
    bottom: 40px;
    left: 34px;
    margin-bottom: 0;
}

.review .video .review-name, .review .video .review-position {
    color: #fff;
}

.review-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 25px;
}

.review-img {
    width: 64px;
    height: 64px;
    border-radius: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0;
}

.review-info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.review-name {
    font-size: 16px;
    font-weight: 600;
    line-height: 130%;
    color: #181028;
    margin-bottom: 0px;
}

.review-position {
    font-size: 15px;
    font-weight: 400;
    line-height: 150%;
    color: #706685;
    margin-bottom: 6px;
}

.review-position a {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: #706685;
    text-decoration: underline;
}

.review-blockquote {
    font-size: 18px;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.5px;
    color: #181028;
    margin-bottom: 15px;
}

.review-text-block {
    display: inline;
}

.review-text.open .text_hidden {
    display: inline;
}

.review-more {
    display: inline;
    font-size: 15px;
    font-weight: 400;
    line-height: 170%;
    color: #5200FF;
}

.review-more:hover {
    color: #7A3BFF;
}

@media screen and (max-width: 992px) {
    .review-column {
        min-width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .review__item:not(:last-child) {
        margin-bottom: 16px;
    }

    .review__item:not(.video) {
        padding: 25px 20px;
    }

    .review .video .review-header {
        bottom: 25px;
        left: 20px;
    }

    .review-header {
        margin-bottom: 20px;
    }

    .review-name {
        font-size: 15px;
        margin-bottom: 4px;
    }

    .review-position {
        font-size: 13px;
        margin-bottom: 4px;
    }

    .review-blockquote {
        font-size: 15px;
        letter-spacing: 0;
    }
}

/* unlock */
.unlock-imgs {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 20px;
    margin-bottom: 30px;
}

.unlock-imgs img {
    width: 64px;
    height: 64px;
    -webkit-box-shadow: 0px 4.57px 6.86px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 4.57px 6.86px 0px rgba(0, 0, 0, 0.08);
    margin: 0;
}

.unlock-img {
    border-radius: 10px;
    margin: 0;
}

@media screen and (max-width: 1050px) {
    .unlock-img {
        max-width: none;
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .unlock-imgs {
        gap: 10px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 20px;
    }

    .unlock-imgs img {
        width: 42px;
        height: 42px;
    }
}

/* article */
.article {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    grid-gap: 40px;
    margin-bottom: 60px;
}

.article-img {
    width: 100%;
    aspect-ratio: 1.7;
    border-radius: 10px;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0;
    margin-bottom: 16px;
}

.article__item .h5, .article__item .h6 {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.article__item .h5 a, .article__item .h6 a {
    font-size: inherit;
    font-weight: inherit;
    text-decoration: none;
    color: #181028;
}

.article__item .h5 a:hover, .article__item .h6 a:hover {
    color: #7A3BFF;
}

.article__item .text {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.article__item .text p {
    font-size: 15px;
    line-height: 150%;
    margin-bottom: 0;
}

.article__item .update:last-child {
    margin-top: 12px;
    margin-bottom: 0;
}

.article_mini .article__item {
    border-radius: 10px;
    background: #F1EEF6;
    border: 1px solid #E7E5EA;
    padding: 20px;
}

.article_border .article__item {
    border-radius: 10px;
    border: 1px solid #E7E5EA;
    padding: 20px;
}

.article_border .article__item:not(:last-child) {
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    .article {
        grid-gap: 30px;
        margin-bottom: 40px;
    }

    .article-img {
        width: 100%;
        aspect-ratio: 1.55;
    }

    .article_mini {
        grid-gap: 20px;
    }
}

/* update */
.update {
    gap: 19px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 12px;
}

.update__item, .update-category {
    font-size: 14px;
    line-height: 120%;
}

.update__item {
    position: relative;
    font-weight: 400;
    color: #706685;
}

.update__item:not(:first-child)::before {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #9A95AA;
    left: -11px;
    top: 7px;
}

.update-category {
    font-weight: 500;
    color: #5200FF;
}

.update-category:hover {
    color: #7A3BFF;
}

.update-author {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.update-author-img {
    width: 26px;
    height: 26px;
    border-radius: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0;
}

.update-author-name {
    font-size: 14px;
    font-weight: 600;
    line-height: 120%;
    color: #181028;
    cursor: pointer;
}

.update-author-name:hover {
    color: #7A3BFF;
}

/* compare */
.compare .table_scroll {
    margin-top: -10px;
}

.compare-table {
    border-collapse: separate;
    border-radius: 10px;
    border: 1px solid #E7E5EA;
    margin-top: 10px;
}

.compare-table th, .compare-table td {
    min-width: 154px;
}

.compare-table th {
    border-bottom: 1px solid #E7E5EA;
}

.compare-table th:not(:first-child) {
    border-right: 1px solid #E7E5EA;
}

.compare-table th:first-child {
    border-radius: 10px 0 0 0;
}

.compare-table th:last-child {
    border-right: none;
    border-radius: 0 10px 0 0;
}

.compare-table td {
    font-size: 15px;
    font-weight: 400;
    line-height: 130%;
    color: #101828;
    padding: 20px;
}

.compare-table td:not(:first-child) {
    text-align: center;
}

.compare-table tr:not(:last-child) td {
    border-bottom: 1px solid #E7E5EA;
}

.compare-head {
    position: relative;
    padding: 25px 20px;
}

.compare-head .h5 {
    margin-bottom: 8px;
}

.compare-head .btn {
    width: 160px;
    height: 40px;
    font-size: 15px;
}

.compare-head .btn_dark {
    line-height: 40px;
}

.compare-head .btn_border {
    line-height: 38px;
}

.compare-popular .h5 {
    color: #5200FF;
}

.compare-price {
    font-size: 17px;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.5px;
    margin-bottom: 15px;
}

.compare-marker {
    position: absolute;
    top: -11px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: inline-block;
    white-space: nowrap;
    border-radius: 4px;
    background: #200066;
    font-size: 11px;
    font-weight: 800;
    line-height: 120%;
    text-transform: uppercase;
    color: #fff;
    padding: 4px 8px;
}

@media screen and (max-width: 768px) {
    .compare-table td {
        font-size: 14px;
        padding: 14px 16px;
    }

    .compare-table td:first-child {
        padding-left: 10px;
    }

    .compare-head {
        position: relative;
        padding: 25px 16px;
    }

    .compare-head .btn {
        width: 100%;
    }

    .compare-price {
        font-size: 15px;
    }

    .compare-title .info {
        padding-right: 0;
        padding-left: 17px;
    }

    .compare-title .info-btn {
        right: auto;
        left: 0;
    }
}

/* info */
.info {
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    line-height: 130%;
    color: #181028;
    padding-right: 17px;
}

.info.open .info-btn svg {
    fill: #5200FF;
}

.info.open .info-popup {
    grid-template-rows: 1fr;
    border: 1px solid rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.05);
    opacity: 1;
    padding: 10px 12px;
}

.info-btn {
    position: absolute;
    top: calc(50% - 8px);
    right: 0;
    display: block;
    width: 12px;
    min-width: 12px;
    height: 12px;
}

.info-btn svg {
    fill: #9A95AA;
}

.info-btn:hover svg {
    fill: #5200FF;
}

.info-popup {
    position: absolute;
    z-index: 5;
    top: 30px;
    left: 0;
    width: 280px;
    background: #fff;
    border-radius: 6px;
    display: grid;
    grid-template-rows: 0;
    border: 1px solid transparent;
    opacity: 0;
    padding: 0 12px;
}

.info-popup p {
    font-size: 13px;
    line-height: 120%;
    overflow: hidden;
    margin-bottom: 0;
}

/* individual */
.individual {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
}

.individual-text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 378px;
    z-index: 5;
}

.individual-text p {
    font-size: 17px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 30px;
}

.individual-text .btn {
    width: 300px;
    margin: 0;
}

.individual-block {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    grid-gap: 20px;
}

.individual__item {
    border-radius: 14px;
    background: #200066;
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 25px;
}

.individual__item:nth-child(even).action {
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.individual__item p {
    font-size: 15px;
    line-height: 150%;
    color: #C6C0D0;
    margin-bottom: 0;
}

.individual-img {
    width: 36px;
    height: 36px;
    margin: 0;
    margin-bottom: 15px;
}

@media screen and (max-width: 1050px) {
    .individual {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .individual-text {
        max-width: 100%;
        min-width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .individual {
        position: relative;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 25px;
        padding-bottom: 80px;
    }

    .individual-text {
        text-align: center;
    }

    .individual-text p {
        font-size: 15px;
        margin-bottom: 0;
    }

    .individual-text .btn {
        position: absolute;
        width: 262px;
        bottom: 0;
        left: calc(50% - 131px);
    }

    .individual-block {
        grid-gap: 12px;
    }

    .individual__item {
        padding: 20px;
    }
}

/* work */
.work {
    grid-template-columns: repeat(auto-fit, minmax(280px, 370px));
    grid-gap: 35px 20px;
    margin-bottom: 60px;
}

.work__item {
    text-align: center;
}

.work__item .h4 {
    margin-bottom: 12px;
}

.work__item p {
    margin-bottom: 0;
}

.work-img {
    border-radius: 14px;
    border: 1px solid #E7E5EA;
    margin-bottom: 25px;
}

@media screen and (min-width: 768px) {
    .work__item:nth-child(2) {
        -webkit-transition-delay: 0.4s;
        -o-transition-delay: 0.4s;
        transition-delay: 0.4s;
    }

    .work__item:last-child {
        -webkit-transition-delay: 0.6s;
        -o-transition-delay: 0.6s;
        transition-delay: 0.6s;
    }
}

@media screen and (max-width: 768px) {
    .work {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        margin-bottom: 40px;
    }

    .work__item .h4 {
        margin-bottom: 10px;
    }

    .work-img {
        margin-bottom: 18px;
    }
}

/* batch */
.batch {
    text-align: center;
    margin-bottom: 60px;
}

.batch .h3 {
    max-width: 763px;
    margin-inline: auto;
    margin-bottom: 30px;
}

.batch .btn {
    width: 340px;
}

@media screen and (max-width: 768px) {
    .batch {
        margin-bottom: 40px;
    }

    .batch .h3 {
        margin-bottom: 22px;
    }
}

@media screen and (max-width: 450px) {
    .batch .btn {
        width: 100%;
    }
}

/* cta */
.cta {
    gap: 25px 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cta-text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 494px;
}

.cta-text .h2 {
    margin-bottom: 20px;
}

.cta-text p {
    font-size: 17px;
    font-weight: 500;
    line-height: 160%;
    margin-bottom: 30px;
}

.cta-text .btn {
    width: 300px;
    height: 55px;
    line-height: 55px;
    margin: 0;
}

.cta-img {
    max-width: 626px;
    border-radius: 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-shadow: 0px 7.83px 13.04px 0px rgba(0, 0, 0, 0.06), 0px 1.04px 4.17px 0px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 7.83px 13.04px 0px rgba(0, 0, 0, 0.06), 0px 1.04px 4.17px 0px rgba(0, 0, 0, 0.04);
    margin: 0;
}

.cta:not(.unlock) .cta-img {
    border-radius: 10px 10px 0 0;
    margin-bottom: -68px;
}

@media screen and (max-width: 1050px) {
    .cta {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .cta-text {
        text-align: center;
        max-width: 100%;
        min-width: 100%;
    }

    .cta .btn {
        margin-inline: auto;
    }
}

@media screen and (max-width: 768px) {
    .cta-text .h2 {
        margin-bottom: 12px;
    }

    .cta-text p {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .cta-img {
        max-width: 100%;
    }
}

/* faq */
.faq__item {
    overflow: hidden;
}

.faq__item:not(:last-child) {
    border-bottom: 1px solid #E7E5EA;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.faq__item .faq-heading {
    position: relative;
    width: 100%;
    cursor: pointer;
    padding-right: 15px;
}

.faq__item .faq-heading .h6 {
    margin-bottom: 0;
}

.faq__item .text p:first-child {
    padding-top: 10px;
}

.faq__item[open] .faq-heading .plusminus:before {
    -webkit-transform: translatey(-50%) rotate(-90deg);
    -ms-transform: translatey(-50%) rotate(-90deg);
    transform: translatey(-50%) rotate(-90deg);
    opacity: 0;
}

.faq__item[open] .faq-heading .plusminus:after {
    -webkit-transform: translatey(-50%) rotate(0);
    -ms-transform: translatey(-50%) rotate(0);
    transform: translatey(-50%) rotate(0);
}

.plusminus {
    position: absolute;
    right: 0;
    top: calc(50% - 6px);
    display: block;
    width: 12px;
    height: 12px;
    cursor: pointer;
}

.plusminus:before, .plusminus:after {
    position: absolute;
    content: "";
    display: block;
    background: #1D2C4C;
    top: 50%;
    left: 0;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
    width: 100%;
    height: 2px;
}

.plusminus:before {
    -webkit-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    transform: translatey(-50%);
}

.plusminus:after {
    -webkit-transform: translatey(-50%) rotate(90deg);
    -ms-transform: translatey(-50%) rotate(90deg);
    transform: translatey(-50%) rotate(90deg);
}

/* tool-step */
.tool-step {
    counter-reset: number;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 10px 40px;
}

.tool-step__item {
    position: relative;
    padding-top: 44px;
}

.tool-step__item::before {
    position: absolute;
    counter-increment: number;
    content: "0" counter(number);
    left: 0;
    top: 0;
    font-size: 26px;
    font-weight: 600;
    line-height: 26px;
    color: #181028;
}

.tool-step__item:not(:last-child)::after {
    position: absolute;
    content: "";
    width: calc(100% - 66px);
    height: 1px;
    background: #E7E5EA;
    right: 0;
    top: 15.5px;
}

.tool-step__item p {
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    .tool-step {
        grid-template-columns: repeat(auto-fit, minmax(100%, 100%));
    }

    .tool-step__item {
        position: relative;
        padding-top: 0;
        padding-left: 60px;
    }

    .tool-step__item::before {
        font-size: 22px;
        left: 7px;
    }

    .tool-step__item:not(:last-child)::after {
        width: 1px;
        height: calc(100% - 39px);
        right: auto;
        left: 19.5px;
        top: 39px;
    }
}

/* detector */
.detector_light {
    background: #F5F3F9;
    border: 1px solid #E7E5EA;
    border-radius: 14px;
    padding: 30px;
}

.detector__item p {
    margin-bottom: 0;
}

.detector.gridbox {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.detector_border .detector__item:not(:last-child) {
    border-right: 1px solid #E7E5EA;
    padding-right: 30px;
}

.detector_border .detector__item:not(:first-child) {
    padding-left: 30px;
}

.detector_radius {
    gap: 20px;
}

.detector_radius .detector {
    padding: 0;
}

.detector_radius .detector__item {
    border: 1px solid #E7E5EA;
    border-radius: 14px;
    padding: 30px;
}

.detector-list {
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
    grid-gap: 40px;
}

.detector-list .detector__item {
    position: relative;
    padding-left: 29px;
}

.detector-list .detector__item::before {
    position: absolute;
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 100%;
    background: #5200FF;
    left: 0;
    top: 9px;
}

.detector-list .detector__item p {
    margin-bottom: 0;
}

@media screen and (max-width: 992px) {
    .detector.gridbox {
        grid-template-columns: repeat(auto-fit, minmax(100%, 100%));
    }

    .detector_border .detector__item:not(:last-child) {
        border-bottom: 1px solid #E7E5EA;
        border-right: none;
        padding-right: 0;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .detector_border .detector__item:not(:first-child) {
        padding-left: 0;
    }
}

@media screen and (max-width: 768px) {
    .detector_radius {
        gap: 16px;
    }

    .detector_radius.detector.gridbox {
        padding: 0;
    }

    .detector_radius .detector__item {
        padding: 30px 20px;
    }

    .detector-list {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        grid-gap: 20px;
    }

    .detector-list .detector__item {
        padding-left: 25px;
    }

    .detector-list .detector__item::before {
        top: 6px;
    }

    .detector.gridbox {
        padding: 30px 20px;
    }

    .detector_light {
        padding: 30px 20px;
    }

    .detector_light .detector.gridbox {
        padding: 0;
    }
}

/* post */
.post {
    padding-top: 140px;
    margin-bottom: 80px;
}

.post:not(.gridbox) {
    max-width: 900px;
    margin-inline: auto;
}

.post .h1, .post h1.heading {
    font-size: 38px;
    line-height: 120%;
    letter-spacing: -1px;
    margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
    .post .h1 {
        font-size: 26px;
        line-height: 130%;
        letter-spacing: 0;
    }
}

.post .h2, .post h2.heading {
    font-size: 32px;
    line-height: 120%;
    letter-spacing: -1px;
    margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
    .post .h2, .post h2.heading {
        font-size: 22px;
        line-height: 130%;
        letter-spacing: 0;
    }
}

.post .h3, .post h3.heading {
    font-size: 26px;
    line-height: 120%;
    letter-spacing: -0.7px;
    margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
    .post .h3, .post h3.heading {
        font-size: 19px;
        line-height: 130%;
        letter-spacing: 0;
    }
}

.post .update {
    margin-bottom: 25px;
}

.post_top .figure {
    margin-bottom: 0;
}

.post_top-img {
    border-radius: 14px;
}

.post a, .post p, .post ol:not([class]) li, .post ul:not([class]) li {
    font-size: 15px;
    line-height: 180%;
}

.post p, .post ol:not([class]) li, .post ul:not([class]) li {
    color: #181028;
}

.post p {
    margin-bottom: 16px;
}

.post ul li p {
    margin-bottom: 0;
}

@media screen and (min-width: 992px) {
    .post.gridbox {
        grid-template-areas: "top tablecontent" "content tablecontent";
        grid-gap: 40px;
    }

    .post.gridbox .post_top {
        max-width: 900px;
        grid-area: top;
    }

    .post.gridbox .post .tablecontent {
        width: 240px;
        grid-area: tablecontent;
    }

    .post.gridbox .post .content {
        max-width: 900px;
        grid-area: content;
    }
}

@media screen and (max-width: 992px) {
    .post {
        display: block;
    }

    .post_top {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 768px) {
    .post {
        padding-top: 85px;
        margin-bottom: 50px;
    }

    .post .update {
        margin-bottom: 20px;
    }
}

.feature {
    border-radius: 10px;
    border: 1px solid #E7E5EA;
    padding: 20px;
    margin-bottom: 25px;
}

.feature-heading {
    font-size: 16px;
    font-weight: 600;
    line-height: 130%;
    color: #181028;
    margin-bottom: 18px;
}

.feature__item:not(:last-child) {
    border-bottom: 1px solid #E7E5EA;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.feature-dd, .feature-dt {
    font-size: 15px;
    font-weight: 400;
    line-height: 120%;
}

.feature-dt {
    color: #706685;
}

.feature-dd {
    color: #181028;
}

@media screen and (max-width: 768px) {
    .feature {
        padding: 18px;
    }
}

.note {
    border-radius: 6px;
    padding: 20px;
    margin-bottom: 25px;
}

.note .h6 {
    margin-bottom: 16px;
}

.note .h6.flexbox {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}

.note .h6.flexbox img {
    width: 23px;
    min-width: 23px;
    height: 23px;
    margin: 0;
}

.note_lilac {
    background: #F1EEF6;
}

.note_light {
    background: #F1F1F2;
}

.note_light .h6 {
    color: #706685;
}

.note_dull {
    background: #E4F8EE;
}

.note_dull .h6 {
    color: #1AC672;
}

.note_bright {
    background: #FFF4D3;
}

.note_bright .h6 {
    color: #FF9900;
}

.note p:last-child, .note ul:last-child, .note ol:last-child {
    margin-bottom: 0;
}

.note ul li::before {
    top: 9px;
}

.link {
    font-size: 15px;
    font-weight: 400;
    line-height: 170%;
    text-decoration: underline;
    color: #200066;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.link svg {
    width: 14px;
    min-width: 14px;
    stroke: #200066;
    stroke-width: 2px;
    stroke-linecap: round;
}

.link:hover {
    color: #7A3BFF;
}

.link:hover svg {
    stroke: #7A3BFF;
}

/* blockquote */
.blockquote {
    border-left: 2px solid #00C07B;
    padding: 12px 0 12px 20px;
    margin-bottom: 25px;
}

.blockquote p {
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
}

.blockquote p:last-of-type {
    margin-bottom: 6px;
}

.blockquote cite {
    font-size: 14px;
    font-weight: 600;
    line-height: 160%;
    color: #9A95AA;
}

.blockquote-company {
    max-width: 1003px;
    text-align: center;
    margin-inline: auto;
}

.blockquote-company .rating {
    margin-bottom: 30px;
}

.blockquote-company .h3 {
    margin-bottom: 30px;
}

.blockquote-company-img {
    margin-bottom: 15px;
}

.blockquote-company-name {
    font-size: 16px;
    font-weight: 600;
    line-height: 130%;
    color: #181028;
}

.blockquote-author {
    position: relative;
    padding: 40px 0 0 154px;
}

.blockquote-author-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 262px;
    height: 260px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 14px;
}

.blockquote-author-body {
    border-radius: 20px;
    background: #200066;
    color: #fff;
    padding: 50px 60px 50px 170px;
}

.blockquote-author-body .h3 {
    color: #fff;
    margin-bottom: 30px;
}

.blockquote-author .rating {
    margin-bottom: 30px;
}

.blockquote-author_bottom {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}

.blockquote-author-name {
    font-size: 16px;
    font-weight: 600;
    line-height: 130%;
    margin-bottom: 6px;
}

.blockquote-author-position {
    font-size: 15px;
    font-weight: 400;
    line-height: 150%;
    color: #C6C0D0;
}

.blockquote-author-position a {
    color: inherit;
    text-decoration: underline;
}

.blockquote-author-logo {
    margin: 0;
}

@media screen and (max-width: 768px) {
    .blockquote p {
        font-size: 17px;
        line-height: 150%;
    }

    .blockquote-company .rating {
        margin-bottom: 20px;
    }

    .blockquote .h3 {
        margin-bottom: 20px;
    }

    .blockquote-img {
        margin-bottom: 12px;
    }

    .blockquote-name {
        font-size: 15px;
        line-height: 130%;
    }

    .blockquote-author {
        padding-left: 0;
        padding-top: 31px;
    }

    .blockquote-author-img {
        left: calc(50% - 79.5px);
        width: 159px;
        height: 150px;
        border-radius: 12px;
    }

    .blockquote-author-body {
        text-align: center;
        padding: 145px 20px 35px;
    }

    .blockquote-author-body .h3 {
        margin-bottom: 20px;
    }

    .blockquote-author .rating {
        margin-bottom: 20px;
    }

    .blockquote-author-info {
        min-width: 100%;
    }

    .blockquote-author-name {
        font-size: 15px;
    }

    .blockquote-author_bottom {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

/* copy */
.promo {
    gap: 20px;
    margin-bottom: 25px;
}

.promo .copy {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media screen and (max-width: 768px) {
    .promo .copy {
        min-width: 100%;
    }
}

.copy {
    position: relative;
    border-radius: 10px;
    border: 1px solid #E7E5EA;
    padding: 20px;
}

.copy.active .btn {
    background: #7A3BFF;
}

.copy-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 130%;
    color: #181028;
    margin-bottom: 18px;
}

.copy-code {
    border: 1px dashed #200066;
    background: transparent;
    width: 100%;
    height: 50px;
    font-size: 15px;
    font-weight: 600;
    line-height: 50px;
    text-transform: uppercase;
    color: #181028;
    border-radius: 6px;
    padding: 0;
    padding-left: 12px;
    margin-bottom: 12px;
}

.copy-code:valid:not(:-moz-placeholder-shown) {
    border-color: #200066;
}

.copy-code:valid:not(:-ms-input-placeholder) {
    border-color: #200066;
}

.copy-code:valid:not(:placeholder-shown) {
    border-color: #200066;
}

.copy-description {
    font-size: 15px;
    font-weight: 400;
    line-height: 120%;
    color: #706685;
    margin-bottom: 12px;
}

.copy .btn {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .copy {
        padding: 18px;
    }
}

/* code */
.code {
    border-radius: 6px;
    background: #F1EEF6;
    padding: 20px;
    margin-bottom: 25px;
}

.code .h5 {
    margin-bottom: 20px;
}

.code .heading {
    margin-bottom: 0;
}

.code-code {
    overflow-x: auto;
    scrollbar-width: none;
    margin-bottom: 20px;
}

.code-copy {
    color: #5200FF;
    font-size: 15px;
    font-weight: 600;
    line-height: 140%;
}

.code-copy:hover, .code-copy.active {
    color: #7A3BFF;
}

code {
    color: #181028;
    font-family: "Fira Code";
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}

/* reading */
.reading {
    border-top: 1px solid rgba(0, 0, 0, 0.07);
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    padding: 30px 0;
    margin-bottom: 25px;
}

.reading-link li:not(:last-child) {
    margin-bottom: 12px;
}

/* side */
.side {
    gap: 16px 30px;
    margin-bottom: 25px;
}

.side__item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 280px;
    border-radius: 6px;
    background: #F6F7FF;
    padding: 20px;
}

.side .h5 {
    margin-bottom: 20px;
}

.side ul {
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    .side__item {
        padding: 18px;
    }
}

/* tablecontent */
.tablecontent-btn {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    line-height: 120%;
    color: #181028;
    margin-bottom: 12px;
}

.tablecontent__item {
    line-height: 20px;
}

.tablecontent__item:not(:last-child) {
    margin-bottom: 10px;
}

.tablecontent-link {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    color: #473E5A;
}

.tablecontent-link:hover {
    color: #5200FF;
}

@media screen and (min-width: 992px) {
    .tablecontent {
        width: 240px;
        position: sticky;
        top: 120px;
    }

    .tablecontent-link.active {
        color: #5200FF !important;
    }

}

@media screen and (max-width: 992px) {
    .tablecontent {
        display: grid;
        grid-template-rows: 24px 0fr;
        border: 1px solid #E7E5EA;
        border-radius: 10px;
        padding: 14px;
        margin-bottom: 25px;
    }

    .tablecontent.open {
        grid-template-rows: 24px 1fr;
    }

    .tablecontent.open .tablecontent-btn::before {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    .tablecontent.open .tablecontent-list {
        padding-top: 12px;
    }

    .tablecontent-btn {
        position: relative;
        width: 100%;
        text-align: left;
        margin-bottom: 0;
    }

    .tablecontent-btn::before {
        position: absolute;
        content: "";
        width: 24px;
        height: 24px;
        background: center center/cover no-repeat;
        background-image: url("../img/sprite.svg#sprite--btn");
        right: 0;
        top: calc(50% - 12px);
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    .tablecontent-list {
        overflow: hidden;
    }
}

/* table */
.table_scroll {
    margin-bottom: 25px;
}

.table_scroll table {
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    .table_scroll {
        width: calc(100% + 20px);
        margin-right: -20px;
    }

    .table_scroll table {
        width: auto;
    }
}

.table {
    border-collapse: separate;
    background: #fff;
    margin-bottom: 25px;
}

.table th, .table td {
    vertical-align: middle;
    font-size: 15px;
    line-height: 180%;
    text-align: right;
    padding: 15px;
}

.table th:first-child, .table td:first-child {
    text-align: left;
    padding-left: 0;
}

.table th:last-child, .table td:last-child {
    padding-right: 0;
}

.table th {
    color: #111B2E;
    font-weight: 600;
    border-bottom: 2px solid #111B2E;
}

.table td {
    font-weight: 400;
    color: #101828;
}

.table tr:not(:last-child) td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.table .title {
    display: none;
    color: #181028;
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
}

@media screen and (max-width: 768px) {
    .table {
        display: block;
        border-radius: 10px;
        border: 1px solid rgba(0, 0, 0, 0.1);
        overflow: hidden;
        margin-bottom: 30px;
    }

    .table thead {
        display: none;
    }

    .table tbody {
        display: block;
    }

    .table tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 12px 20px;
        padding: 15px 12px;
    }

    .table tr:not(:last-child) {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .table tr:not(:last-child) td {
        border: none;
    }

    .table tr:last-child td {
        border: none;
    }

    .table td {
        width: calc(50% - 10px);
        text-align: left;
        word-break: break-all;
        padding: 0;
    }

    .table .title {
        display: block;
    }
}

/* form */
.form-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
    border-radius: 10px;
    padding: 40px;
}

@media screen and (max-width: 768px) {
    .form-block {
        padding: 25px 20px;
    }
}

form {
    width: 100%;
}

form input, form textarea {
    position: relative;
    z-index: 2;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    font-family: "Onest";
    color: #101828;
    border: 1px solid #CCCDDD;
    border-radius: 6px;
    background: transparent;
}

form input {
    height: 50px;
    line-height: 48px;
    padding-left: 12px;
    padding-top: 18px;
}

form textarea {
    display: block;
    min-height: 140px;
    padding: 16px;
    padding-left: 12px;
}

form .group {
    position: relative;
    margin-bottom: 12px;
}

form .icon {
    z-index: 1;
    display: none;
    position: absolute;
    width: 100%;
}

form .icon {
    right: 13px;
}

form .icon-ok {
    width: 12px;
    height: 9px;
    background: center center/cover no-repeat;
    background-image: url("../img/sprite.svg#sprite--check-green");
    top: calc(50% - 4.5px);
}

form .icon-false {
    width: 15px;
    height: 15px;
    background: center center/cover no-repeat;
    background-image: url("../img/sprite.svg#sprite--false");
    top: 20px;
}

form .label-descr {
    position: absolute;
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    bottom: 13px;
    left: 12px;
    color: #706685;
}

form .label-false {
    height: 0;
    overflow: hidden;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #FF002E;
    left: 0;
    bottom: -17px;
}

form .btn {
    width: 100%;
}

.form-contact .sort-select {
    margin-bottom: 12px;
}

.form-contact .btn {
    width: 100%;
    margin-top: 22px;
}

.success {
    display: none;
    text-align: center;
    max-width: 500px;
    margin-inline: auto;
}

.success .h5, .success h5 {
    position: relative;
    padding-top: 66px;
    margin-bottom: 10px;
}

.success .h5::before, .success h5::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    background: center center/cover no-repeat;
    background-image: url("../img/sprite.svg#sprite--check-green-dark");
    top: 0;
    left: calc(50% - 25px);
}

.success p {
    font-size: 15px;
    line-height: 135%;
    color: #3E3952;
    margin-bottom: 0;
}

button {
    font-family: "Onest";
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #8F8BA2;
    opacity: 0;
    font-family: "Onest";
    font-size: 15px;
    font-weight: 400;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #8F8BA2;
    opacity: 0;
    font-family: "Onest";
    font-size: 15px;
    font-weight: 400;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #8F8BA2;
    opacity: 0;
    font-family: "Onest";
    font-size: 15px;
    font-weight: 400;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
    color: #8F8BA2;
    opacity: 0;
    font-family: "Onest";
    font-size: 15px;
    font-weight: 400;
}

input::placeholder, textarea::placeholder {
    color: #8F8BA2;
    opacity: 0;
    font-family: "Onest";
    font-size: 15px;
    font-weight: 400;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #8F8BA2;
    opacity: 0;
    font-family: "Onest";
    font-size: 15px;
    font-weight: 400;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #8F8BA2;
    opacity: 0;
    font-family: "Onest";
    font-size: 15px;
    font-weight: 400;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #8F8BA2;
    opacity: 0;
    font-family: "Onest";
    font-size: 15px;
    font-weight: 400;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #8F8BA2;
    opacity: 0;
    font-family: "Onest";
    font-size: 15px;
    font-weight: 400;
}

input:not(:focus):-moz-placeholder-shown, textarea:not(:focus):-moz-placeholder-shown {
    border-color: #CCCDDD;
}

input:not(:focus):-ms-input-placeholder, textarea:not(:focus):-ms-input-placeholder {
    border-color: #CCCDDD;
}

input:not(:focus):placeholder-shown, textarea:not(:focus):placeholder-shown {
    border-color: #CCCDDD;
}

input:not(:focus):-moz-placeholder-shown ~ .icon, textarea:not(:focus):-moz-placeholder-shown ~ .icon {
    display: none;
}

input:not(:focus):-ms-input-placeholder ~ .icon, textarea:not(:focus):-ms-input-placeholder ~ .icon {
    display: none;
}

input:not(:focus):placeholder-shown ~ .icon, textarea:not(:focus):placeholder-shown ~ .icon {
    display: none;
}

input:not(:focus):-moz-placeholder-shown .label-descr, textarea:not(:focus):-moz-placeholder-shown .label-descr {
    z-index: 1;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    top: calc(50% - 12px);
}

input:not(:focus):-ms-input-placeholder .label-descr, textarea:not(:focus):-ms-input-placeholder .label-descr {
    z-index: 1;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    top: calc(50% - 12px);
}

input:not(:focus):placeholder-shown .label-descr, textarea:not(:focus):placeholder-shown .label-descr {
    z-index: 1;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    top: calc(50% - 12px);
}

input:focus, textarea:focus {
    border-color: #101828;
    outline: none;
}

input:focus ~ .icon, textarea:focus ~ .icon {
    display: none;
}

input:focus ~ .label-descr, textarea:focus ~ .label-descr {
    z-index: 1;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    top: 9px;
}

input:focus:valid, textarea:focus:valid {
    border-color: #101828;
}

input:focus:valid ~ .icon-ok, textarea:focus:valid ~ .icon-ok {
    display: none;
}

input:focus:valid ~ .label-descr, textarea:focus:valid ~ .label-descr {
    z-index: 1;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    top: 9px;
}

input:valid:not(:-moz-placeholder-shown), textarea:valid:not(:-moz-placeholder-shown) {
    border-color: #CCCDDD;
}

input:valid:not(:-ms-input-placeholder), textarea:valid:not(:-ms-input-placeholder) {
    border-color: #CCCDDD;
}

input:valid:not(:placeholder-shown), textarea:valid:not(:placeholder-shown) {
    border-color: #CCCDDD;
}

input:valid:not(:-moz-placeholder-shown) ~ .icon-ok, textarea:valid:not(:-moz-placeholder-shown) ~ .icon-ok {
    z-index: 2;
    display: block;
}

input:valid:not(:-ms-input-placeholder) ~ .icon-ok, textarea:valid:not(:-ms-input-placeholder) ~ .icon-ok {
    z-index: 2;
    display: block;
}

input:valid:not(:placeholder-shown) ~ .icon-ok, textarea:valid:not(:placeholder-shown) ~ .icon-ok {
    z-index: 2;
    display: block;
}

input:valid:not(:-moz-placeholder-shown) ~ .label-descr, textarea:valid:not(:-moz-placeholder-shown) ~ .label-descr {
    z-index: 2;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    top: 9px;
}

input:valid:not(:-ms-input-placeholder) ~ .label-descr, textarea:valid:not(:-ms-input-placeholder) ~ .label-descr {
    z-index: 2;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    top: 9px;
}

input:valid:not(:placeholder-shown) ~ .label-descr, textarea:valid:not(:placeholder-shown) ~ .label-descr {
    z-index: 2;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    top: 9px;
}

input:invalid:not(:focus):not(:-moz-placeholder-shown), textarea:invalid:not(:focus):not(:-moz-placeholder-shown) {
    border-color: #FF002E;
}

input:invalid:not(:focus):not(:-ms-input-placeholder), textarea:invalid:not(:focus):not(:-ms-input-placeholder) {
    border-color: #FF002E;
}

input:invalid:not(:focus):not(:placeholder-shown), textarea:invalid:not(:focus):not(:placeholder-shown) {
    border-color: #FF002E;
}

input:invalid:not(:focus):not(:-moz-placeholder-shown) ~ .icon-false, textarea:invalid:not(:focus):not(:-moz-placeholder-shown) ~ .icon-false {
    z-index: 2;
    display: block;
}

input:invalid:not(:focus):not(:-ms-input-placeholder) ~ .icon-false, textarea:invalid:not(:focus):not(:-ms-input-placeholder) ~ .icon-false {
    z-index: 2;
    display: block;
}

input:invalid:not(:focus):not(:placeholder-shown) ~ .icon-false, textarea:invalid:not(:focus):not(:placeholder-shown) ~ .icon-false {
    z-index: 2;
    display: block;
}

input:invalid:not(:focus):not(:-moz-placeholder-shown) ~ .label-false, textarea:invalid:not(:focus):not(:-moz-placeholder-shown) ~ .label-false {
    display: block;
    z-index: 2;
    height: 16px;
}

input:invalid:not(:focus):not(:-ms-input-placeholder) ~ .label-false, textarea:invalid:not(:focus):not(:-ms-input-placeholder) ~ .label-false {
    display: block;
    z-index: 2;
    height: 16px;
}

input:invalid:not(:focus):not(:placeholder-shown) ~ .label-false, textarea:invalid:not(:focus):not(:placeholder-shown) ~ .label-false {
    display: block;
    z-index: 2;
    height: 16px;
}

input:invalid:not(:focus):not(:-moz-placeholder-shown) ~ .label-descr, textarea:invalid:not(:focus):not(:-moz-placeholder-shown) ~ .label-descr {
    z-index: 2;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    top: 9px;
}

input:invalid:not(:focus):not(:-ms-input-placeholder) ~ .label-descr, textarea:invalid:not(:focus):not(:-ms-input-placeholder) ~ .label-descr {
    z-index: 2;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    top: 9px;
}

input:invalid:not(:focus):not(:placeholder-shown) ~ .label-descr, textarea:invalid:not(:focus):not(:placeholder-shown) ~ .label-descr {
    z-index: 2;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    top: 9px;
}

input.label-typing .label-descr, textarea.label-typing .label-descr {
    z-index: 1;
    font-size: 12px;
    line-height: 16px;
    color: #0069FF;
}

textarea:not(:focus):-moz-placeholder-shown ~ .label-descr {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    top: 20px;
}

textarea:not(:focus):-ms-input-placeholder ~ .label-descr {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    top: 20px;
}

textarea:not(:focus):placeholder-shown ~ .label-descr {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    top: 20px;
}

input[type=text]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input[type=text]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    display: none;
    -webkit-appearance: none;
    appearance: none;
}

/* styling select */
.widget select,
.no__widget .select {
    display: none;
}

.widget {
    display: block;
}

.sort-holder {
    position: relative;
}

.select.active,
.select:focus {
    outline: none;
}

.select {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #fff;
    border: 1px solid #CCCDDD;
    border-radius: 6px;
    cursor: pointer;
    text-align: left;
    padding-left: 12px;
    padding-right: 30px;
}

.select::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 7px;
    background: center center/cover no-repeat;
    background-image: url("../img/sprite.svg#sprite--arr-dark");
    right: 13px;
    top: calc(50% - 3.5px);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.select .value {
    overflow: hidden;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #596275;
}

.select .value-title {
    position: absolute;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    top: 3px;
    left: 12px;
    color: #596275;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.select .scroll-wrapper {
    position: absolute;
    right: 0;
    top: 60px;
    z-index: 5;
    width: 100%;
    max-height: 0;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 0 6px;
}

.select .scroll-wrapper .scroll {
    height: 100%;
}

.select .option {
    position: relative;
    cursor: pointer;
    line-height: 18px;
    font-size: 14px;
    font-weight: 500;
    color: #101828;
    border-radius: 5px;
    padding: 5px 10px;
}

.select .option:hover {
    background: #F5F9FF;
}

.select.active {
    border-color: #101828;
}

.select.active::after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    opacity: 1;
}

.select.active .select-arr {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    fill: #1F1F21;
}

.select.active .scroll-wrapper {
    z-index: 10;
    border: 1px solid #101828;
    overflow: visible;
    max-height: 150px;
    padding: 6px;
}

.select.active .scroll-wrapper .scroll {
    padding-bottom: 10px;
}

.select.active .option_hidden {
    display: none;
}

.select.choice .option_hidden {
    display: none;
}

.select.choice .value {
    color: #101828;
    margin-top: 10px;
}

.select.choice .value-title {
    z-index: 20;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.select.choice .option {
    color: #101828;
}

/* contact */
.contact .h1 {
    font-size: 38px;
    line-height: 120%;
    letter-spacing: -1px;
}

.contact p:not(:last-child) {
    margin-bottom: 40px;
}

.contact .list-circle {
    margin-bottom: 40px;
}

.contact .list-circle li {
    color: #fff;
}

.contact-chat {
    gap: 16px 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 25px;
}

.contact-chat .btn {
    width: 340px;
    margin: 0;
}

.contact-description {
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}

.contact .trusted {
    text-align: left;
}

.contact .trusted-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    color: #E8E6F2;
    margin-bottom: 20px;
}

.contact .trusted-list {
    gap: 20px 30px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media screen and (min-width: 992px) {
    .contact {
        display: grid;
        grid-template-areas: "text form" "bottom form";
        grid-gap: 0 40px;
        grid-template-columns: auto 1fr;
    }

    .contact .form-block {
        width: 480px;
        grid-area: form;
        -webkit-margin-start: auto;
        margin-inline-start: auto;
    }

    .contact-text {
        max-width: 640px;
        grid-area: text;
    }

    .contact-chat {
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        padding-bottom: 40px;
        margin-bottom: 40px;
    }

    .contact .trusted {
        max-width: 640px;
        grid-area: bottom;
    }
}

@media screen and (max-width: 992px) {
    .contact .form-block, .contact-chat {
        margin-bottom: 40px;
    }

    .contact .trusted {
        text-align: center;
    }

    .contact .trusted-list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media screen and (max-width: 768px) {
    .contact .form-block, .contact-chat {
        margin-bottom: 25px;
    }

    .contact-text {
        text-align: center;
    }

    .contact .list-circle {
        text-align: left;
        margin-bottom: 25px;
    }

    .contact .h1 {
        font-size: 26px;
        line-height: 130%;
        letter-spacing: 0;
    }

    .contact p:not(:last-child) {
        margin-bottom: 25px;
    }

    .contact-chat {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

/* achievements */
.achievements {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    grid-gap: 20px;
}

.achievements__item {
    background: #200066;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 25px;
}

.achievements__item .h5 {
    color: #fff;
    margin-bottom: 15px;
}

.achievements-text {
    font-size: 18px;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.5px;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .achievements {
        grid-gap: 12px;
    }

    .achievements__item {
        text-align: center;
        padding: 20px 25px;
    }

    .achievements__item .h5 {
        margin-bottom: 10px;
    }

    .achievements-text {
        font-size: 17px;
    }
}

/* blockquote author */
.blockquote-swiper .swiper-button-next, .blockquote-swiper .swiper-button-prev {
    width: 50px;
    height: 50px;
}

.blockquote-swiper .blockquote-author.swiper-slide-active {
    opacity: 1;
}

.blockquote-swiper .blockquote-author-body {
    background: #fff;
    color: #181028;
}

.blockquote-swiper .blockquote-author-body .h3 {
    color: #181028;
}

.blockquote-swiper .blockquote-author-position {
    color: #706685;
}

@media screen and (min-width: 768px) {
    .blockquote-swiper {
        padding: 0 25px;
        padding-bottom: 38px;
        margin: 0 -25px;
    }
}

@media screen and (max-width: 768px) {
    .blockquote-swiper {
        width: 100%;
        padding-bottom: 60px;
        margin-right: 0;
    }

    .blockquote-swiper .swiper-button-next, .blockquote-swiper .swiper-button-prev {
        width: 40px;
        height: 40px;
        top: auto;
        bottom: 0;
    }

    .blockquote-swiper .swiper-button-next {
        right: calc(40% - 20px);
    }

    .blockquote-swiper .swiper-button-prev {
        left: calc(40% - 20px);
    }

    .blockquote-swiper .swiper-pagination {
        display: none;
    }
}

/* team */
.team {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 40px;
}

.team__item {
    text-align: center;
}

.team__item .h5 {
    margin-bottom: 6px;
}

.team-img {
    width: 373px;
    height: 373px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 14px;
    margin-bottom: 20px;
}

.team-position {
    font-size: 15px;
    font-weight: 400;
    line-height: 150%;
    color: #706685;
}

@media screen and (max-width: 768px) {
    .team {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        grid-gap: 25px;
    }

    .team__item .h5 {
        margin-bottom: 4px;
    }

    .team-img {
        margin-bottom: 16px;
    }
}

/* brand */
.brand {
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    grid-gap: 20px;
}

.brand__item {
    border-radius: 14px;
    background: #F1EEF6;
    padding: 40px 30px;
}

.brand__item p {
    font-size: 15px;
    line-height: 150%;
    margin-bottom: 0;
}

.brand-img {
    margin: 0;
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    .brand {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        grid-gap: 16px;
    }

    .brand__item {
        padding: 30px 20px;
    }
}

/* rankings */
.rankings-img {
    border-radius: 20px 20px 0 0;
    -webkit-box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.06), 0px 2px 8px 0px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.06), 0px 2px 8px 0px rgba(0, 0, 0, 0.04);
}

/* footer */
.footer {
    background: #171717;
}

.footer_top {
    gap: 25px 40px;
    padding: 60px 0;
}

.footer-info {
    width: 300px;
}

.footer-info .logo {
    display: inline-block;
    margin-bottom: 30px;
}

.footer-info .logo img {
    margin: 0;
}

.footer-info .text p {
    color: #818082;
}

.footer-navigation {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 821px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 40px;
}

.footer-navigation-heading {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    line-height: 150%;
    color: #818082;
    margin-bottom: 20px;
}

.footer-navigation__item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 165px;
}

.footer-list__item:not(:last-child) {
    margin-bottom: 18px;
}

.footer-list-link {
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    color: #fff;
}

.footer-list-link:hover {
    color: #7A3BFF;
}

.footer_bottom {
    padding-bottom: 60px;
}

@media screen and (max-width: 992px) {
    .footer-navigation {
        min-width: 100%;
        max-width: 100%;
    }

    .footer-navigation-heading {
        margin-bottom: 15px;
    }

    .footer-info {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .footer_top {
        padding: 30px 0;
    }

    .footer_top .logo {
        margin-bottom: 25px;
    }

    .footer_bottom {
        padding-bottom: 30px;
    }

    .footer-navigation {
        gap: 30px 20px;
    }

    .footer-navigation__item {
        min-width: calc(50% - 10px);
    }

    .footer-list-link {
        font-size: 15px;
    }

    .footer-info {
        text-align: center;
    }
}

@media screen and (max-width: 450px) {
    .footer-navigation__item {
        min-width: 100%;
        text-align: center;
    }
}

.copyright {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    color: #818082;
}

@media screen and (max-width: 768px) {
    .copyright {
        text-align: center;
        font-size: 14px;
    }
}

/*# sourceMappingURL=../sourcemaps/style.css.map */
