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

a {
    text-decoration: none;
}

input {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}

ul li {
    list-style-type: none;
}

body {
    margin: 0;
    color: #111012;
    position: relative;
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.row {
    display: flex;
    flex-direction: row;
}

.container {
    max-width: 1365px;
    margin: 0 auto;
    padding: 0 20px;
}

.small-container {
    max-width: 1136px;
    margin: 0 auto;
    padding: 0 20px;
}

header {
    position: fixed;
    width: 100%;
    padding: 16px 0;
    transition: .3s;
    z-index: 22;
}
header .logo img {
    max-width: 100%;
    display: block;
}
header.sticky-header {
    background: rgba(248, 248, 248, 0.82);
    backdrop-filter: blur(10px);
    transition: .3s;
}

header .container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

header .navigation {
    display: flex;
    gap: 48px;
}

header .navigation a {
    color: #444;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 155%;
}

header .links {
    display: flex;
    gap: 16px;
}

.button {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8A00F6;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 155%;
    border-radius: 4px;
    padding: 8px 0;
    min-width: 96px;
    transition: .3s;
}

.button:hover {
    opacity: .9;
    transition: .3s;
}

.button.white {
    color: #8A00F6;
    background: #fff;
}

.button.purple {
    color: #FFF;
    background: #8A00F6;
}


h1 {
    font-size: 96px;
    font-weight: 900;
    line-height: 130%;
    max-width: 536px;
    margin: 0;
}

h2 {
    font-size: 96px;
    font-weight: 900;
    line-height: 130%;
    margin: 0;
}

h3 {
    font-size: 64px;
    font-style: normal;
    font-weight: 900;
    line-height: 130%;
    margin: 0;
}

mark {
    background: none;
    color: #8A00F6;
}

.main {
    background: url("../img/main.png") no-repeat center right;
    padding: 128px 0 48px;
}

.main .description {
    font-size: 24px;
    font-weight: 400;
    line-height: 155%;
    margin: 24px 0 44px;
    max-width: 648px;
}

.main .bottom-row {
    justify-content: space-between;
}

.button.large {
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    width: 424px;
    padding: 20px 0;
    max-height: 80px;
}

.stats {
    gap: 24px;
}

.stats .num {
    font-size: 48px;
    color: #8A00F6;
    font-family: 'Roboto Flex', sans-serif;
    font-style: italic;
    font-weight: 900;
    line-height: 130%;
}

.stats .desc {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%
}

.steps-container {
    background: url("../img/rect.png") no-repeat center top / 100% 100%;
    padding: 92px 0 127px;
    color: white;
}

.steps-container .description {
    font-size: 32px;
    font-weight: 400;
    line-height: 155%;
}

.steps-container .description span {
    font-weight: 900;
}

.devices {
    max-width: 609px;
    margin-left: -60px;
}

.steps-row {
    justify-content: space-between;
    margin-top: 34px;
}

.steps {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.step {
    align-items: center;
    gap: 28px;
}

.step .num {
    font-family: "Roboto Flex", sans-serif;
    font-size: 64px;
    font-style: italic;
    font-weight: 900;
    line-height: 155%;
}

.step .descr {
    max-width: 320px;
    font-size: 24px;
    font-weight: 400;
    line-height: 155%;
}

.stats-dialog {
    margin-top: -87px;
}

.stats-dialog .small-container {
    justify-content: space-between;
    padding: 24px 48px;
    border-radius: 8px;
    border: 1px solid #FFF;
    background: rgba(248, 248, 248, 0.82);
    backdrop-filter: blur(12px);
}

.stats-dialog .small-container > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.stats-dialog .descr {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%;
    text-transform: uppercase;
}

.stats-dialog .num {
    font-family: "Roboto Flex", sans-serif;
    font-size: 48px;
    font-style: italic;
    font-weight: 800;
    line-height: 155%;
}
.ai-technology {
    position: relative;
    margin-top: 96px;
}
.ai-technology h2 {
    color: #393E48;
    font-size: 96px;
    font-style: normal;
    font-weight: 900;
    line-height: 130%; /* 124.8px */
    margin: 0;
    margin-bottom: 96px;
}
.ai-technology__row {
    display: grid;
    grid-template-columns: 424px 1fr;
    gap: 97px;
    max-width: 1100px;
    margin: 0 auto;
}
.ai-technology__row p {
    margin: 0;
    font-size: 24px;
    font-weight: 400;
    line-height: 37.2px;
    text-align: left;
    color: #393E48;
    position: relative;
    z-index: 2;
}
.ai-technology__row p:first-child {
    padding: 16px 24px;
    background: linear-gradient(106.14deg, #8A00F6 -1.55%, #A45DDC 100.06%);
    margin-bottom: 32px;
    border-radius: 16px;
    color: #ffffff;
}
.ai-technology__column:last-child {
    position: relative;
}
.ai-technology__column img {
    width: 793px;
    top: -220px;
    position: absolute;
    right: -170px;
    left: auto;
    display: block;
}
.verticals {
    overflow: hidden;
    margin-top: 124px;
}

.verticals .row {
    justify-content: space-between;
    gap: 24px;
    overflow-x: auto;
    overflow-y: hidden;
    margin-top: 96px;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.verticals .row::-webkit-scrollbar {
    width: 0;
    background: transparent;
}

.verticals .row > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 200px;
}

.verticals .row > div span {
    font-family: "Roboto Flex", sans-serif;
    font-size: 18px;
    font-style: italic;
    font-weight: 900;
    line-height: 100%; /* 18px */
    letter-spacing: 1.8px;
    text-transform: uppercase;
    margin-top: 32px;
}

.verticals .row > div img {
    max-width: 144px;
}


footer {
    background: #393E48;
    padding: 32px 0 24px;
    margin-top: 64px;
}

footer .footer-row {
    justify-content: space-between;
    width: 100%;
}

footer a {
    color: #FFF;
}

.social {
    display: block;
}

.social div {
    display: flex;
    align-items: center;
    margin-top: 8px;
}

.social-mob {
    display: none;
}

.social div img {
    margin-right: 8px;
}

.payments .row {
    display: flex;
    justify-content: flex-end;
}

.payments .row img {
    margin-right: 24px;
    margin-bottom: 24px;
}

.payments img:nth-last-child(1) {
    margin-right: 0;
}

.terms-row {
    margin: -24px auto 0;
    justify-content: center;
}

.terms-row a {
    margin: 0 17px;
    opacity: 0.5;
}

.full {
    margin: 128px 0;
}

.full .small-container {
    padding: 32px 48px;
    border-radius: 16px;
    background: linear-gradient(106deg, #8A00F6 -1.55%, #A45DDC 100.06%);
    color: white;
}

.full .row {
    justify-content: space-between;
    gap: 24px;
    margin: 48px 0 64px;
}

.full .row > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 200px;
}

.full .row > div span {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%;
    margin-top: 24px;
    text-align: center;
}

.full .row > div img {
    max-width: 128px;
}

.full .button {
    margin: 0 auto;
}

.advantages .row {
    gap: 136px;
    align-items: center;
    margin-bottom: 88px;
}

.advantages .row:nth-last-child(2) {
    margin-bottom: 56px;
}

.revers-row {
    flex-direction: row-reverse;
}

.advantages img {
    max-width: 424px;
}

.advantages .heading {
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
}

.advantages .descr {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%;
    margin-top: 16px;
    max-width: 648px;
}

.advantages .button-row {
    justify-content: flex-end;
}

.faq .row {
    justify-content: space-between;
}

.faq-container {
    width: 760px;
}

.accordion .show, .grey-background {
    background: #F8F8F8;
}

.accordion li {
    width: 100%;
}

.accordion li .drop-down-toggle {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    color: #393E48;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%; /* 37.2px */
    padding: 24px;
    transition: background .3s ease;
    width: 100%;
    border-radius: 8px 8px 0 0;

}

.accordion li .drop-down-toggle img {
    margin-right: 24px;
}

.accordion li .drop-down-toggle:hover {
    background: #F8F8F8;
}

.accordion .inner {
    overflow: hidden;
    display: none;
    padding: 0 44px 22px 80px;
    width: 100%;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%; /* 27.9px */
    border-radius: 0 0 8px 8px;
    margin-top: -1px;
}

.arrow {
    width: 32px;
    min-width: 32px;
    min-height: 32px;
    height: 32px;
    background: url("../img/arrow.png") no-repeat center / cover;
    margin-right: 24px;
}

.grey-background .arrow {
    background: url("../img/arrow-bot.png") no-repeat center / cover;
}

footer {
    background: #393E48;
    padding: 32px 0 24px;
}

.footer__grid {
    display: grid;
    grid-template-columns: 1fr 3fr 1fr;
    gap: 13px;
    column-gap: 20px;
    align-items: center;
    justify-content: center;

}

.footer__link {
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 18px;
    font-weight: 400;
    line-height: 27.9px;
    text-align: left;
    color: #ffffff;
}

.footer__link:hover {
	color: #ffffff;
}

.footer__link.footer__link-logo {
    justify-content: center;
    align-self: flex-start;
    justify-self: center;
}

.footer__social {
    grid-row: 1/3;
    display: flex;
    flex-direction: column;
    gap: 22px;
    align-self: flex-start;
    justify-content: space-between;
    z-index: 2;
    height: 100%;
}

.footer__row {
    display: flex;
    gap: 8px;
    align-items: center;
}

.footer__social .footer__row:first-child {
    gap: 12px;
}

.footer__links .footer__link {
    font-size: 16px;
    line-height: 25px;
}

.footer__links {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    column-gap: 35px;
    justify-content: center;
    align-self: flex-start;
}

.footer__link svg {
    display: block;
}

.footer__payments {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 24px;
    align-self: flex-start;
}

.footer__address {
    font-size: 16px;
    font-weight: 400;
    line-height: 24.8px;
    text-align: right;
    color: #ffffff;
    opacity: 0.5;
    display: block;
    display: flex;
    z-index: 2;
}

.footer__copyright {
    font-size: 16px;
    font-weight: 400;
    line-height: 24.8px;
    text-align: right;
    color: #ffffff;
    opacity: 0.5;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-column: 1/4;
    margin-top: -54px;
    z-index: 1;
}

@media (max-width: 991px) {
    .main {
        background: url(../img/main.png) no-repeat 110px 0;
    }

    .advantages .row {
        gap: 40px;
    }
}

@media (max-width: 1080px) {
    .devices {
        max-width: 384px;
        margin-left: -20px;
    }
}

@media (max-width: 991px) {
    .stats-dialog .small-container {
        margin: 0 16px;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 24px;
    }

    .faq .row {
        flex-wrap: wrap;
    }

    .faq-accordion {
        padding-left: 0;
    }

    .faq-container {
        width: 100%;
    }
}

@media (max-width: 768px) {
    header .navigation {
        display: none;
    }

    h1 {
        font-size: 56px;
    }

    h2 {
        font-size: 56px;
    }

    .main {
        background: url("../img/mainm.png") no-repeat center right;
    }

    .main .bottom-row {
        flex-direction: column;
    }

    .bottom-row a {
        margin-top: 24px;
    }

    .steps-row {
        flex-direction: column-reverse;
    }

    .devices {
        margin: 32px 0 0;
    }
    .ai-technology {
        margin-top: 56px;
    }
    .ai-technology h2 {
        font-size: 56px;
        font-weight: 900;
        line-height: 72.8px;
        margin-bottom: 0;
    }
    .ai-technology__row {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .ai-technology__column:first-child {
        order: 2;
    }
    .ai-technology__row img {
        width: calc(100% + 32px);
        position: relative;
        right: 16px;
        margin-top: -105px;
        margin-bottom: -124px;
        top: 0;
    }
    .ai-technology__row p {
        font-size: 18px;
        line-height: 28px;
    }
    .ai-technology__row p:first-child {
        padding: 16px;
        margin-bottom: 16px;
    }
    .steps-container {
        background: url(../img/rectm.png) no-repeat center top / 100% 100%;
        padding: 92px 0 127px;
        color: white;
    }

    .full .row {
        flex-wrap: wrap;
    }

    .advantages .row {
        flex-wrap: wrap;
    }

    .revers-row {
        flex-direction: row;
    }

    footer {
        padding: 24px 0;
    }

    .footer__grid {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 24px;
        column-gap: 0;
    }

    .footer__link.footer__link-logo {
        order: 1;
        width: 180px;
    }

    .footer__link.footer__link-logo img {
        width: 100%;
    }

    .footer__payments {
        order: 1;
        padding-left: 38px;
        max-width: calc(100% - 180px);
        row-gap: 8px;
    }

    .footer__social {
        order: 2;
        width: 100%;
        align-items: center;
        gap: 16px;
    }

    .footer__social>.footer__link img {
        width: 32px;
    }

    .footer__social .footer__row a:first-child img {
        width: 48px;
    }

    .footer__social .footer__row a:nth-child(2) img {
        width: 32px;
    }

    .footer__links {
        order: 2;
        gap: 8px;
        column-gap: 16px;
    }

    .footer__row {
        gap: 24px;
    }

    .footer__link, .footer__links .footer__link {
        font-size: 24px;
        line-height: 37.2px;
    }

    .footer__social .footer__row:first-child svg {
        width: 32px;
        height: 32px;
    }

    .footer__social .footer__row:last-child svg {
        width: auto;
        height: 32px;
        max-width: 48px;
    }

    .footer__address {
        order: 2;
        width: 100%;
        text-align: center;
        justify-content: center;
    }

    .footer__copyright {
        order: 2;
        width: 100%;
        margin-top: 0;
        text-align: center;
    }
    
}

@media (max-width: 576px) {
    .container {
        padding: 0 16px;
    }

    .verticals .container {
        padding-right: 0;
    }

    .verticals {
        margin-top: 56px;
    }

    .verticals .row {
        margin-top: 48px;
    }

    .main {
        padding: 72px 0;
        background: url(../img/mainm.png) no-repeat -170px 128px;
    }

    .main .description {
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 155%;
        margin: 16px 0 217px;
    }

    .button.large {
        width: 100%;
        max-width: 400px;
    }

    .steps-container .description {
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 155%;
    }

    .step .num {
        font-size: 48px;
        font-weight: 900;
        line-height: 155%
    }

    .step .descr {
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 155%;
    }

    .devices {
        width: 100%;
        max-width: 400px;
    }

    .stats-dialog .descr {
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 155%;
    }

    .stats-dialog .small-container > div:nth-last-child(1) .num,
    .stats-dialog .small-container > div:nth-last-child(2) .num,
    .stats-dialog .small-container > div:nth-last-child(3) .num {
        font-size: 32px;
        font-weight: 800;
        line-height: 155%;
    }

    .stats-dialog .small-container {
        padding: 16px 24px;
    }

    h3 {
        font-size: 48px;
        font-style: normal;
        font-weight: 900;
        line-height: 130%;
        text-align: center;
    }

    .full {
        margin: 73px 0 88px;
    }

    .full .small-container {
        padding: 16px;
    }

    .full .row {
        margin: 24px 0 48px;
        gap: 32px;
    }

    .full .row > div {
        width: 100%;
        flex-direction: row;
        gap: 16px;
    }

    .full .row > div img {
        width: 64px;
    }

    .full .row > div span {
        text-align: start;
        margin: 0;
        max-width: 231px;
    }

    .full .row > div:nth-child(2n) {
        flex-direction: row-reverse;
        text-align: right;
    }

    .full .row > div:nth-child(2n) span {
        text-align: right;
    }
    .advantages img {
        max-width: 343px;
        width: 100%;
    }
    .advantages .row {
        margin-bottom: 88px !important;
    }
    .advantages .heading {
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 130%;
    }
    .advantages .descr {
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 155%;
    }
    .advantages .row {
        justify-content: center;
    }
    .accordion li .drop-down-toggle {
        font-size: 18px;
    }
    .accordion .inner {
        font-size: 18px;
    }
    .faq h3 {
        text-align: left;
    }

    .accordion li .drop-down-toggle {
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 155%; /* 27.9px */
    }

    .accordion .inner {
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 155%; /* 27.9px */
    }

    .accordion li .drop-down-toggle {
        padding: 16px 8px;
    }

    .accordion .inner {
        padding: 0 44px 22px 66px;
    }

    .social {
        display: none;
    }

    .social-mob {
        display: block;
    }

    .social-mob {
        align-items: center;
        display: flex;
        flex-direction: column;
    }

    .terms-row {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        max-width: 245px;
    }

    .terms-row a {
        margin: 0 8px 16px 8px;
    }

    footer {
        padding: 24px 0;
    }

    .footer-logo {
        width: 180px;
    }
    .terms-row {
        margin-top: 20px;
    }
}

.faq__btn {
    margin-top: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.faq__btn svg {
    display: block;
}