/* search start */
.search {
    position: relative;
}

.search:hover .search__label {
    color: var(--primary-color);
}

.search__label {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    position: relative;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    width: 30px;
    z-index: 2;
}

.has-hover .search__label:not([disabled]):hover {
    color: var(--primary-color);
}

.search__label:focus + .search__input,
.search__label:hover + .search__input {
    opacity: 1;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    visibility: visible;
    width: 300px;
}

@media (min-width: 1024px) {
    .search__label {
        color: #949fa8;
    }
}

.search__icon {
    font-size: 30px !important;
}

.search__input {
    border: none;
    border-radius: 5px;
    height: 42px;
    opacity: 0;
    outline: none;
    padding: 10px 40px 10px 20px;
    position: absolute;
    right: -10px;
    top: -7px;
    visibility: hidden;
    width: 0;
}

.search__input,
.search__input:focus {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.search__input:focus {
    opacity: 1;
    visibility: visible;
    width: calc(100% - 40px);
}

@media (min-width: 767px) {
    .search__input:focus {
        right: -7px;
        width: 300px;
    }
}

/* search end */
/* messages start */
.messages__input {
    background: #fff;
    border: 0.3px solid #9d9d9c;
    -webkit-box-shadow: 0 0 5px 3px rgba(34, 60, 80, 0.1);
    box-shadow: 0 0 5px 3px rgba(34, 60, 80, 0.1);
    font-family: -apple-system, blinkmacsystemfont, Montserrat, roboto, oxygen, ubuntu, cantarell, Open Sans, Helvetica Neue, sans-serif;
    height: 47px;
    outline: none;
    padding: 10px 40px 10px 20px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    width: 100%;
}

.has-hover .messages__input:not([disabled]):hover {
    border-color: var(--primary-color);
}

.messages__input:focus {
    border-color: var(--primary-color);
}

.messages__btn {
    bottom: 0;
    color: var(--primary-color);
    margin: auto;
    position: absolute;
    right: 10px;
    top: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.has-hover .messages__btn:not([disabled]):hover {
    color: var(--secondary-color);
}

/* messages end */
/* lang start */
.lang,
.lang__current {
    position: relative;
}

.lang__current {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--primary-color);
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
    font-weight: 600;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.has-hover .lang__current:not([disabled]):hover {
    color: var(--secondary-color);
}

.lang__current:after {
    -webkit-font-feature-settings: "liga";
    content: "arrow_drop_down";
    display: inline-block;
    font-family: Material Icons;
}

.lang__icon {
    display: inline-block;
    margin-right: 5px;
}

.lang__items {
    background-color: var(--primary-color);
    border: 1px solid #fff;
    border-radius: 5px;
    bottom: 30px;
    left: 50%;
    opacity: 0;
    position: absolute;
    -webkit-transform: translateY(10px) translateX(-50%);
    -ms-transform: translateY(10px) translateX(-50%);
    transform: translateY(10px) translateX(-50%);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    visibility: hidden;
    width: 100%;
}

@media (min-width: 1024px) {
    .lang__items {
        bottom: unset;
        top: calc(100% + 10px);
    }
}

.lang__link {
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: 600;
    padding: 10px;
    text-align: center;
    text-transform: capitalize;
}

.has-hover .lang__link:not([disabled]):hover {
    color: var(--secondary-color);
}

.lang.is-active .lang__items {
    opacity: 1;
    -webkit-transform: translateY(0) translateX(-50%);
    -ms-transform: translateY(0) translateX(-50%);
    transform: translateY(0) translateX(-50%);
    visibility: visible;
}

/* lang end */

.section__title {
    color: var(--primary-color);
    font-size: 40px;
    font-weight: 700;
    margin: 0;
}

.section__title.underline-text::after {
    bottom: 7px;
    left: 12px;
    right: 12px;
    width: calc(100% - 24px);
}

@media (min-width: 767px) {
    .section__title {
        font-size: 60px;
    }
}

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

.section__subtitle {
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}

/* hero start */
.hero {
    background-color: #fff;
    overflow: hidden;
    background-image: url("../../images/hero-background.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 45% center;
    background-color: var(--primary-color);
    padding-bottom: 60px;
}

@media (min-width: 768px) {
    .hero {
        padding-top: 138px;
    }
}

@media (max-width: 767px) {
    .hero {
        padding-top: 135px;
    }
}

.hero__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width: 767px) {
    .hero__wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.hero__left {
    padding-bottom: 40px;
}

@media (min-width: 767px) {
    .hero__left {
        width: 40%;
    }
}

@media (min-width: 1024px) {
    .hero__left {
        margin-top: 40px;
        width: 50%;
    }
}

.hero__title {
    color: #fff;
    font-size: 55px;
    line-height: 55px;
    margin: 0;
}

@media (min-width: 1024px) {
    .hero__title {
        font-size: 75px;
        line-height: 75px;
    }
}

.hero__title:not(:last-child) {
    margin-bottom: 19px;
}

.hero__subtitle {
    color: #fff;
    font-size: 20px;
    font-weight: 650;
    letter-spacing: .04em;
    line-height: 30px;
    margin: 0;
}

.hero__subtitle:not(:last-child) {
    margin-bottom: 43px;
}

.hero__span {
    display: inline-block;
    color: var(--secondary-color);
    font-size: 20px;
    font-weight: 650;
    line-height: 30px;
    letter-spacing: .04em;
}

.hero__span:not(:last-child) {
    margin-bottom: 11px;
}

.hero__group {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width: 1024px) {
    .hero__group {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.hero__input {
    -webkit-appearance: none;
    background-color: #f0f2f7;
    border: 1px solid #ccc;
    border-radius: 0;
    border-right: none;
    color: #918b9e;
    font-size: 15px;
    font-weight: 500;
    height: 45px;
    outline: none;
    padding: 10px;
    text-align: center;
    width: 100%;
}

@media (min-width: 767px) {
    .hero__input {
        text-align: left;
    }
}

@media (min-width: 1024px) {
    .hero__input {
        width: 260px;
    }
}

.hero__btn {
    min-height: 45px;
}

.hero__desc {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #C3BED9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    font-weight: 500;
    margin-top: 15px;
}

.hero__card {
    font-size: 12px !important;
    margin-right: 3px;
}

.hero__ai {
    margin-top: 50px;
}

.neww {
    position: relative;
    height: 112%;
}


@media (min-width: 768px) {
    .hero__ai {
        margin-top: 153px;
    }
    .neww {
        position: absolute;
        right: -100px;
        height: 112%;
        margin-left: -180px;
        flex: auto;
    }
}

.hero__right {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    position: relative;
    margin-left: 70px;
}

@media (min-width: 767px) {
    .hero__right {
        margin-left: 0px;
        padding-left: 40px;
        width: 50%;
    }
}

.hero__images {
    position: relative;
}

@media (min-width: 767px) {
    .hero__images {
        display: block;
        max-width: 350px;
        height: auto;
        width: 100%;
        position: absolute;
        right: 0;
    }
}

.hero__images::after {
    z-index: -1;
    content: "";
    position: absolute;
    display: block;
    top: 70px;
    left: 60px;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: blur(60px);
    opacity: 0.5;
}

.hero__images img {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: left top;
}

.hero__blocks {
    position: absolute;
    right: -100px;
    top: calc(50% - 35px);
    transform: translateY(-50%);
    margin: auto;
}

@media (max-width: 1400px) {
    .hero__blocks {
        right: -10px;
        left: 45px;
    }
}

@media (max-width: 766px) {
    .hero__blocks {
        top: calc(50% - 10px);
        width: calc(100% - 75px);
        margin-right: 20px;
        margin-left: 55px;
        left: 0;
    }
}

.hero__block {
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    -webkit-box-shadow: 0 0 7px 2px rgba(34, 60, 80, 0.2);
    box-shadow: 0 0 7px 2px rgba(34, 60, 80, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px;
    width: 100%;
    border-radius: 5px;
}

@media (max-width: 766px) {
    .hero__block {
        margin-right: auto;
    }
}

@media (min-width: 425px) {
    .hero__block {
        padding: 13px 20px 20px 20px;
    }
}

@media (min-width: 1024px) {
    .hero__block {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .hero__block {
        max-width: 565px;
    }
}

.hero__block::after {
    content: "";
    position: absolute;
    top: calc(100% - 5px);
    left: 20px;
    border-width: 35px 35px 0 0;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

.hero__block:nth-child(2) {
    -webkit-transform: translateX(-35px);
    -ms-transform: translateX(-35px);
    transform: translateX(-35px);
}

.hero__block:not(:last-child) {
    margin-bottom: 60px;
}

.hero__block-icon {
    -webkit-box-flex: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background-color: var(--primary-color);
    color: var(--secondary-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    height: 30px;
    justify-content: center;
    margin-right: 15px;
    width: 30px;
}

@media (min-width: 425px) {
    .hero__block-icon {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
        flex: 0 0 40px;
        height: 40px;
        width: 40px;
    }
}

@media (min-width: 767px) {
    .hero__block-icon {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 47px;
        flex: 0 0 47px;
        height: 47px;
        margin-right: 20px;
        width: 47px;
    }
}

.hero__block-icon .material-icons {
    font-size: 37px;
}

.hero__block-text {
    color: var(--primary-color);
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: 2px;
    margin-bottom: -4px;
}

@media (min-width: 425px) {
    .hero__block-text {
        font-size: 15px;
        line-height: 18px;
    }
}

@media (min-width: 767px) {
    .hero__block-text {
        font-size: 14px;
        line-height: 18px;
    }
}

@media (min-width: 1024px) {
    .hero__block-text {
        font-size: 20px;
        line-height: 28px;
    }
}

/* hero end */
/* string start */
.string {
    min-height: 50px;
    padding: 16px 0;
}

.string__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}

@media (min-width: 1024px) {
    .string__block {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }
}

.string__text {
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 750;
    letter-spacing: 0.03em;
}

/* string end */
/* partners start */
.partners {
    overflow: hidden;
    padding: 25px 0;
    background: #f0f2f7;
}

@media (min-width: 767px) {
    .partners {
        padding: 50px 0;
        background: -moz-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(240, 242, 247) 50%, rgb(255, 255, 255) 100%);
        background: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(240, 242, 247) 50%, rgb(255, 255, 255) 100%);
        background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(240, 242, 247) 50%, rgb(255, 255, 255) 100%);
    }
}

.partners__image, .partners__wrapper {
    position: relative;
}

@media (min-width: 768px) {
    .partners .swiper-wrapper {
        justify-content: space-between;
    }

    .partners .swiper-slide {
        width: fit-content !important;
    }
}

.partners__image {
    aspect-ratio: 16/9;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

@media (max-width: 1000px) {
    .partners__image {
        height: 45px;
    }
}

@media (max-width: 768px) {
    .partners__image {
        width: 100%;
        height: 100%;
    }
}

/* partners end */
/* selling start */
.selling {
    padding: 50px 0;
    background-color: #fff;
}

@media (min-width: 1024px) {
    .selling {
        padding: 83px 0 98px;
    }
}

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

.selling__subtitle:not(:last-child) {
    margin-bottom: 1rem;
}

.selling__items {
    -ms-grid-columns: 1fr;
    grid-gap: 15px;
    display: -ms-grid;
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 70px;
}

.selling__item {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 50px 25px 60px;
    text-align: center;
    background: rgb(2, 0, 36);
    background: linear-gradient(0deg, #372681 0%, #50418f);
    overflow: hidden;
    transition: 0.4s;
    cursor: default;
}

@media (min-width: 1024px) {
    .has-hover .selling__item:not([disabled]):hover {
        -webkit-box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
        box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px);
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
    }
}

@media (min-width: 767px) {
    .selling__items {
        -ms-grid-columns: 1fr 25px 1fr 25px 1fr;
        grid-gap: 10px;
        grid-template-columns: repeat(2, 1fr);
    }
}

.selling__item,
.selling__item-circle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.selling__item-circle {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-flex: 0;
    background: url(../../images/icons/around.svg) no-repeat 50%;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    height: 90px;
    justify-content: center;
    width: 90px;
}

.selling__item-circle:not(:last-child) {
    margin-bottom: 30px;
}

.selling__item-icon {
    color: var(--secondary-color);
    font-size: 40px !important;
}

.selling__item-lint {
    color: var(--secondary-color);
}

.selling__item-title {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    font-size: 16px;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.selling__item-title:not(:last-child) {
    margin-bottom: 7px;
}

.selling__item-subtitle {
    color: #fff;
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
    font-size: 28px;
    letter-spacing: .06em;
}

.selling__item-subtitle:not(:last-child) {
    margin-bottom: 10px;
}

.selling__item:last-child {
    background: linear-gradient(0deg, #7bf1ba 0%, #69f3b3);
}

.selling__item:last-child .selling__item-icon {
    color: var(--primary-color);
}

.selling__item:last-child .selling__item-title {
    color: var(--primary-color);
    font-weight: 750;
}

.selling__item:last-child .selling__item-subtitle {
    color: var(--primary-color);
    font-weight: 750;
}

.selling__item:last-child .selling__item-circle {
    background: url(../../images/icons/around-dark.svg) no-repeat 50%;
}

.selling__item:last-child::after {
    content: "COMING SOON!";
    font-family: Anton;
    position: absolute;
    top: 30px;
    left: -80px;
    transform: rotate(-30deg);
    display: block;
    width: 300px;
    height: fit-content;
    padding: 10px 50px;
    background-color: var(--primary-color);
    font-size: 24px;
    color: #fff;
    white-space: nowrap;
}

.selling__powered {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 53px;
}

.selling__powered-title {
    color: #949fa8;
    font-size: 12px;
    line-height: 30px;
    margin: 0;
}

.selling__powered-title:not(:last-child) {
    margin-bottom: 17px;
}

.selling__powered-image {
    width: 135px;
    height: auto;
    -webkit-filter: contrast(0.8);
    filter: contrast(0.8);
}

@media (min-width: 767px) and (max-width: 1023px) {
    .selling__items {
        grid-gap: 10px;
    }

    .selling__item {
        padding-inline: 20px;
    }

    .selling__item-title {
        font-size: 20px;
    }

    .selling__item-subtitle {
        font-size: 14px;
    }

    .selling__item-list {
        font-size: 14px;
        line-height: 20px;
    }
}

/* selling end */
/* pricing start */
.pricing {
    background-color: #f0f2f7;
    padding-bottom: 170px;
    padding-top: 50px;
}

@media (min-width: 767px) {
    .pricing {
        padding-top: 102px;
        padding-bottom: 250px;
    }
}

.pricing__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pricing__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 50px;
    width: 100%;
}

@media (min-width: 767px) {
    .pricing__items {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -ms-flex-direction: row;
        flex-direction: row;
        justify-content: center;
    }
}

.pricing__item {
    position: relative;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    user-select: none;
}

@media (max-width: 767px) {
    .pricing__item:not(:last-child) {
        margin-bottom: 30px;
    }
}

@media (min-width: 767px) {
    .pricing__item {
        margin-top: 40px;
        min-height: 560px;
        width: calc(33.33% - 20px);
    }
}

@media (min-width: 1024px) {
    .pricing__item {
        width: calc(25% - 20px);
    }

    .pricing__item:not(:last-child) {
        margin-right: 20px;
    }
}

@media (min-width: 767px) and (max-width: 1023px) {
    .pricing__item {
        width: 50%;
        margin-top: 0;
    }
}

@media (min-width: 1024px) {
    .has-hover .pricing__item:not([disabled]):hover {
        -webkit-box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
        box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
    }
}

.pricing__item-header {
    background-color: #372681;
    color: var(--secondary-color);
    font-size: 15px;
    font-weight: 600;
    min-height: 40px;
    padding: 11px;
    text-align: center;
    text-transform: uppercase;
}

.pricing__item-body {
    margin-bottom: auto;
}

.pricing__item-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background-color: #fff;
    border: 1px solid #ececf0;
    color: var(--primary-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    padding: 40px 50px;
}

.pricing__item-title {
    font-size: 15px;
    font-weight: 700;
    margin: 0;
    text-align: center;
}

.pricing__item-title:not(:last-child) {
    margin-bottom: 5px;
}

.pricing__item-price {
    font-size: 15px;
    font-weight: 500;
    text-align: center;
}

.pricing__item-price:not(:last-child) {
    margin-bottom: 30px;
}

.pricing__item-price .price {
    font-size: 60px;
    font-weight: 700;
}

@media (min-width: 1024px) {
    .pricing__item-custom {
        height: 69px;
    }

    .pricing__item-custom .price {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
}

.pricing__item-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 100px;
}

.pricing__item--primary {
    margin-top: 0;
}

.pricing__item--primary .pricing__item-block {
    background-color: #4b3c8e;
    border-color: var(--primary-color);
    color: #fff;
}

.pricing__item--primary .pricing__item-block .pricing__list-title {
    color: #fff;
}

@media (min-width: 1023px) {
    .pricing__item--primary .pricing__item-block {
        padding-bottom: 70px;
    }
}

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

.pricing__list {
    color: var(--primary-color);
}

.pricing__list:not(:last-child) {
    margin-bottom: 10px;
}

.pricing__list-title {
    font-size: 15px;
    font-weight: 500;
}

.pricing__list-check {
    color: var(--secondary-color);
}

.pricing__list-not {
    color: #b9b6c5 !important;
}

.pricing__list-check,
.pricing__list-not {
    display: inline-block;
    font-size: 15px !important;
    margin-right: 20px;
}

.pricing__list--not {
    color: #b9b6c5;
}

.pricing__text {
    color: var(--primary-color);
    font-size: 12px;
    margin-top: 50px;
    text-align: center;
}

@media (min-width: 767px) {
    .pricing__text {
        margin-top: 80px;
    }
}

.pricing__text-link {
    font-weight: 600;
}

.pricing__item-button {
    width: 100%;
    height: fit-content;
}

/* pricing end */
/* info start */
.info {
    position: relative;
    min-height: 50px;
    position: relative;
    background-color: #f0f2f7;
}

.info__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-end;
}

.info__text.text-right {
}

.info__text {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 16px;
    width: 100%;
}

.info__text.text-left {
    background-color: var(--primary-color);
    text-align: right;
    padding-right: 48px;
}

.info__text.text-right {
    display: none;
    color: var(--primary-color);
    background-color: var(--secondary-color);
    text-align: left;
    padding-left: 48px;
}

.info__image {
    position: relative;
    margin: auto;
    width: 100%;
    height: fit-content;
    object-fit: contain;
    z-index: 10;
}

.info__image-wrapper {
    position: relative;
    flex-shrink: 0;
    width: 50%;
    height: fit-content;
}

.info__image-wrapper::after {
    content: "";
    position: absolute;
    display: block;
    top: 70px;
    left: 60px;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: blur(60px);
    opacity: 0.5;
}

@media (min-width: 820px) {
    .info__wrapper {
        -ms-flex-pack: distribute;
        justify-content: space-between;
    }

    .info__text.text-right {
        display: block;
    }

    .info__image-wrapper {
        max-width: 300px;
    }
}

/* info end */
/* feedback start */
.feedback {
    padding-top: 120px;
    padding-bottom: 250px;
}

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

.feedback__subtitle {
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}

.feedback__subtitle:not(:last-child) {
    margin-bottom: 50px;
}

.feedback__items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.feedback__item {
    padding: 20px;
    width: calc(33% - 20px);
    color: var(--primary-color);
}

@media (max-width: 1023px) {
    .feedback__item {
        width: calc(50% - 10px);
    }

    .feedback__item:nth-child(1), .feedback__item:nth-child(2) {
        margin-bottom: 20px;
    }

    .feedback__item:nth-child(3) {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .feedback__item:nth-child(1), .feedback__item:nth-child(2), .feedback__item:nth-child(3) {
        max-width: unset;
        width: 100%;
        margin: 0;
        margin-bottom: 30px;
    }

    .feedback__item:nth-child(3) {
        margin-bottom: 0;
    }
}

.feedback__item--first {
    background-color: #edeefd;
}

.feedback__item--second {
    background-color: #fff2e8;
}

.feedback__item--third {
    background-color: #d1fce8;
}

.feedback__item-title {
    font-size: 22px;
    font-weight: 700;
}

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

.feedback__item-text {
    font-size: 16px;
    line-height: 32px;
}

.feedback__item-text:not(:last-child) {
    margin-bottom: 40px;
}

.feedback__item-icons {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.feedback__item-service {
    width: 24px;
    height: 24px;
    margin-right: 6px;
}

.feedback__item-star {
    font-size: 12px;
}

.feedback__item-star--inactive {
    color: #b9b6c5;
}

/* feedback end */
/* data start */
.data .underline-text::after {
    background-color: #fff;
}

.data__title--secondary {
    color: var(--secondary-color);
}

.data__title:not(:last-child) {
    margin-bottom: 50px;
}

.data__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.data__item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 1px solid var(--primary-color);
    width: fit-content;
    padding: 20px;
    width: calc(25% - 30px);
    min-height: 262.5px;
}

@media (max-width: 1024px) {
    .data__item {
        width: calc(50% - 15px);
    }

    .data__item:nth-child(1), .data__item:nth-child(2) {
        margin-bottom: 30px;
    }
}

@media (max-width: 560px) {
    .data__item {
        width: 100%;
    }

    .data__item:nth-child(1), .data__item:nth-child(2) {
        margin-bottom: 30px;
    }
}

.data__item-circle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-flex: 0;
    background: url(../../images/icons/around-dark.svg) no-repeat 50%;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    height: 90px;
    justify-content: center;
    width: 90px;
}

.data__item-circle:not(:last-child) {
    margin-bottom: 10px;
}

.data__item-icon {
    color: var(--primary-color);
    font-size: 40px !important;
}

.data__item-title {
    font-size: 64px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}

.data__item-subtitle {
    font-size: 14px;
    font-weight: 700;
    line-height: 29px;
}

.data__item-subtitle:not(:last-child) {
    margin-bottom: 10px;
}

.data__top {
    padding: 80px 0;
    background-color: var(--secondary-color);
    color: var(--primary-color);
}

.data__bottom {
    padding: 80px 0;
    background: linear-gradient(0deg, #372681 0%, #50418f);
    color: var(--secondary-color);
}

.data__bottom .data__items {
    justify-content: center;
}

@media (max-width: 900px) {
    .data__bottom .data__items {
        justify-content: space-between;
    }
}

.data__bottom .data__item {
    border: 1px solid var(--secondary-color);
    max-width: 262.5px;
    width: 100%;
}

.data__bottom .data__item:nth-child(2) {
    margin: 0 30px;
}

@media (max-width: 900px) {
    .data__bottom .data__item:nth-child(1), .data__bottom .data__item:nth-child(2) {
        max-width: unset;
        width: calc(50% - 15px);
        margin: 0;
        margin-bottom: 30px;
    }

    .data__bottom .data__item:nth-child(3) {
        max-width: unset;
        width: 100%;
    }
}

@media (max-width: 500px) {
    .data__bottom .data__item:nth-child(1), .data__bottom .data__item:nth-child(2), .data__bottom .data__item:nth-child(3) {
        max-width: unset;
        width: 100%;
        margin: 0;
        margin-bottom: 30px;
    }
}

/* data end */
/* cta start */
.cta {
    background-color: #f0f2f7;
    padding-top: 80px;
    padding-bottom: 100px;
}

.cta__wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.cta__title:not(:last-child) {
    margin-bottom: 50px;
}

.cta__form {
    max-width: 550px;
    width: 100%;
    padding: 40px;
    background-color: var(--primary-color);
}

.cta__form-title {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
}

/*ADVANTAGES*/
.advantages {
    position: relative;
    padding-top: 70px;
}

.advantages::after,
.advantages::before{
    content: "";
    display: block;
    position: absolute;
    width: 50%;
    height: 100%;
    bottom: 0;
    z-index: -1;
    filter: blur(100px);
    opacity: .3;
}

.advantages::before {
    left: 0;
    background: linear-gradient(-300deg, rgba(63,46,134,1) 0%, rgba(255,255,255,0) 100%);
    border-radius: 0 100% 0 0;
}

.advantages::after {
    right: 0;
    background: linear-gradient(300deg, rgba(105,243,179,1) 0%, rgba(255,255,255,1) 100%);
    border-radius: 100% 0 0 0;
}

.advantages__title:not(:last-child) {
    margin-bottom: 40px;
}

.advantages__subtitle:not(:last-child) {
    margin-bottom: 60px;
}

.advantages__items {
    grid-gap: 15px;
    display: grid;
    grid-template-columns: 1fr;
}

.advantages__item {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 50px 20px;
    text-align: center;
    background: rgb(2, 0, 36);
    background: var(--primary-color);
    border-bottom: 30px solid var(--secondary-color) ;
    overflow: hidden;
    transition: 0.4s;
    cursor: default;
}

@media (min-width: 1024px) {
    .has-hover .advantages__item:not([disabled]):hover {
        -webkit-box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
        box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px);
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
    }
}

@media (min-width: 933px) {
    .advantages__items {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 20px;
    }
}

.advantages__item,
.advantages__item-circle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.advantages__item-circle {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-flex: 0;
    background: url(../../images/icons/around.svg) no-repeat 50%;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    height: 90px;
    justify-content: center;
    width: 90px;
}

.advantages__item-circle:not(:last-child) {
    margin-bottom: 30px;
}

.advantages__item-icon {
    color: var(--secondary-color);
    font-size: 40px !important;
}

.advantages__item-title {
    color: #fff;
    font-weight: 700;
    margin: 0;
    font-size: 16px;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.advantages__item-text {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
    letter-spacing: .06em;
}

.advantages__item-title:not(:last-child) {
    margin-bottom: 7px;
}

.advantages__item-subtitle {
    color: var(--secondary-color);
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
    font-size: 28px;
    letter-spacing: .06em;
}

.advantages__item-subtitle:not(:last-child) {
    margin-bottom: 30px;
}

.advantages__image-wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    margin-top: 30px;
}

.advantages__image {
    height: auto;
    object-fit: contain;
}
