/*Connecting fonts*/
@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-Bold.eot');
    src: url('../fonts/Manrope-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Manrope-Bold.woff2') format('woff2'),
        url('../fonts/Manrope-Bold.woff') format('woff'),
        url('../fonts/Manrope-Bold.ttf') format('truetype'),
        url('../fonts/Manrope-Bold.svg#Manrope-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter18pt-Medium.eot');
    src: url('../fonts/Inter18pt-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter18pt-Medium.woff2') format('woff2'),
        url('../fonts/Inter18pt-Medium.woff') format('woff'),
        url('../fonts/Inter18pt-Medium.ttf') format('truetype'),
        url('../fonts/Inter18pt-Medium.svg#Inter18pt-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-SemiBold.eot');
    src: url('../fonts/Manrope-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Manrope-SemiBold.woff2') format('woff2'),
        url('../fonts/Manrope-SemiBold.woff') format('woff'),
        url('../fonts/Manrope-SemiBold.ttf') format('truetype'),
        url('../fonts/Manrope-SemiBold.svg#Manrope-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-Regular.eot');
    src: url('../fonts/Manrope-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Manrope-Regular.woff2') format('woff2'),
        url('../fonts/Manrope-Regular.woff') format('woff'),
        url('../fonts/Manrope-Regular.ttf') format('truetype'),
        url('../fonts/Manrope-Regular.svg#Manrope-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Onest';
    src: url('../fonts/Onest-SemiBold.eot');
    src: url('../fonts/Onest-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Onest-SemiBold.woff2') format('woff2'),
        url('../fonts/Onest-SemiBold.woff') format('woff'),
        url('../fonts/Onest-SemiBold.ttf') format('truetype'),
        url('../fonts/Onest-SemiBold.svg#Onest-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Onest';
    src: url('../fonts/Onest-Medium.eot');
    src: url('../fonts/Onest-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Onest-Medium.woff2') format('woff2'),
        url('../fonts/Onest-Medium.woff') format('woff'),
        url('../fonts/Onest-Medium.ttf') format('truetype'),
        url('../fonts/Onest-Medium.svg#Onest-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Onest';
    src: url('../fonts/Onest-Light.eot');
    src: url('../fonts/Onest-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Onest-Light.woff2') format('woff2'),
        url('../fonts/Onest-Light.woff') format('woff'),
        url('../fonts/Onest-Light.ttf') format('truetype'),
        url('../fonts/Onest-Light.svg#Onest-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Onest';
    src: url('../fonts/Onest-Regular.eot');
    src: url('../fonts/Onest-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Onest-Regular.woff2') format('woff2'),
        url('../fonts/Onest-Regular.woff') format('woff'),
        url('../fonts/Onest-Regular.ttf') format('truetype'),
        url('../fonts/Onest-Regular.svg#Onest-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-Medium.eot');
    src: url('../fonts/Manrope-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Manrope-Medium.woff2') format('woff2'),
        url('../fonts/Manrope-Medium.woff') format('woff'),
        url('../fonts/Manrope-Medium.ttf') format('truetype'),
        url('../fonts/Manrope-Medium.svg#Manrope-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Onest';
    src: url('../fonts/Onest-Bold.eot');
    src: url('../fonts/Onest-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Onest-Bold.woff2') format('woff2'),
        url('../fonts/Onest-Bold.woff') format('woff'),
        url('../fonts/Onest-Bold.ttf') format('truetype'),
        url('../fonts/Onest-Bold.svg#Onest-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}



:root {
    --font-family: "Onest", sans-serif;
    --second-family: "Manrope", sans-serif;
    --third-family: "Inter", sans-serif;
    --font3: "Nunito Sans", sans-serif;

    --blue: rgba(86, 143, 240, 1);
    --error: #fa5b29;
    --text---body: #ced2dc;
    --text---h: #fbfbfb;
}

/*Specification*/
.al-tarif {
    margin: 0 !important;
    padding: 0 !important;
    background: #141929;
    position: relative;
    padding: 0;
    margin: 0;
    color: #000;
}

header,
div,
p,
form,
input,
a,
span,
button {
    box-sizing: border-box;
}

ul,
li {
    padding: 0;
    margin: 0;
}

h2 {
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
    padding: 0;
}

span {
    margin: 0;
    padding: 0;
}

a {
    margin: 0;
    padding: 0;
    text-decoration: none;
    color: inherit;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

a:hover{
    color: #e5e7ed;
}

a,
button,
input {
    transition: all 0.5s ease;
}

input,
input:hover,
input:focus,
input:active,
button,
button:hover,
button:focus,
button:active {
    outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.al-img {
    width: 100%;
    display: block;
    max-width: 100%;
    height: auto;
}

.banElement {
    pointer-events: none;
}

.d-none {
    display: none !important;
}

.al-container {
    width: 1140px;
    margin: 0 auto;
}

.form__error {
    border: 1px solid red !important;
}

.form__error::-webkit-input-placeholder {
    color: red !important;
}

.form__error::-moz-input-placeholder {
    color: red !important;
}

.form__error:-moz-input-placeholder {
    color: red !important;
}

.form__error:-ms-input-placeholder {
    color: red !important;
}

.form__error_text {
    color: red !important;
}

/*-----------------*/

.al-h2 {
    margin: 0;
    padding: 0;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 44px;
    line-height: 118%;
    letter-spacing: 0.01em;
    text-align: center;
    color: var(--text---h);
}



/*--------------------------------------*/
/*--------------------------------------*/

/* al-header */

.al-header {
    background: url(../img/header.webp) no-repeat top center /cover;
    padding: 27px 0 7%;
}

.al-header__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}

.al-logo {
    display: block;
    width: 194px;
}

.menu {
    display: flex;
    gap: 50px;
}

.menu__item {
    display: flex;
    align-items: center;
    position: relative;
}

.menu__link {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: var(--text---h);
    cursor: pointer;
}

.menu__link:hover {
    color: var(--text---h);
}

.menu__ico {
    width: 10px;
    margin-left: 5px;
}

.submenu {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: #141929;
    list-style: none;
    margin: 0;
    padding: 0;
}

.submenu li {
    width: 100%;
}

.submenu li a {
    padding: 10px;
    display: block;
    color: #fff;
    text-decoration: none;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: var(--text---h);
}

.submenu li a:hover {
    background-color: #353434;
}

.menu__item--dropdown:hover .submenu {
    display: block;
}

.al-header__in {
    border-radius: 30px;
    padding: 12px 24px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: var(--text---h);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.al-header__in:hover {
    color: var(--text---h);
}

.al-header__in::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 30px;
    padding: 2px;
    background: linear-gradient(135deg, #ff00ff, #6e00ff);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: -1;
}

.al-header__body {
    display: flex;
    flex-direction: column;
    width: 75%;
    margin: 6% auto 5%;
}

.al-header__title {
    font-family: var(--third-family);
    font-weight: 700;
    font-size: 48px;
    line-height: 115%;
    letter-spacing: 0.01em;
    text-align: center;
    color: #fff;
    margin-bottom: 32px;
}

.al-header__title p {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 44px;
    line-height: 118%;
    letter-spacing: 0.01em;
    color: #fff;
    background: linear-gradient(90deg, #0d9ecc 0.39%, #0051af 100%);
    border-radius: 100px;
    padding: 4px 20px;
    display: inline-flex;
}

.al-header__text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 133%;
    letter-spacing: -0.01em;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}

.al-header__mobile-open {
    display: none;
    width: 30px;
    height: 30px;
    background: 255, 255, 255, 0.2;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.al-tartable {
    display: flex;
    width: 78%;
    margin: 0 auto 40px;
    gap: 10px;
}

.al-tartable__left {
    border-radius: 20px;
    padding: 40px 33px;
    backdrop-filter: blur(40px);
    background: linear-gradient(134deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%);
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.al-tartable-adv {
    display: flex;
    align-items: center;
}

.al-tartable-adv__ico {
    display: flex;
    flex-shrink: 0;
    width: 30px;
    margin-right: 10px;
}

.al-tartable-adv__text {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #fff;
}

.al-tartable__right {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.al-tartable__right_mobile {
    display: none;
}

.al-tartable__btn {
    display: flex;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 30px;
    padding: 14px 20px;
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.1), -2px -2px 8px 0 rgba(0, 0, 0, 0.1);
    background: linear-gradient(136deg, #11d147 0.39%, #189625 100%);
    flex-shrink: 0;
    width: 250px;
}

@keyframes pendulum {
    0% { transform: translateX(-1.5px); }
    50% { transform: translateX(1.5px); }
    100% { transform: translateX(-1.5px); }
}

.al-tartable__btn:hover div{
    animation: pendulum 1.5s cubic-bezier(0.36, 0, 0.66, -0.56) infinite;
}

.al-tartable__btn p {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
    margin-right: 20px;
    width: 167px;
}

.al-tartable__btn div {
    will-change: transform;
    width: 18px;
    border-radius: 50%;

}

.al-tartable__item {
    backdrop-filter: blur(40px);
    background: linear-gradient(134deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%);
    border-radius: 20px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.al-tartable__box {
    display: flex;
    flex-direction: column;
}

.al-tartable__btext {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 36px;
    line-height: 120%;
    text-transform: uppercase;
    color: var(--text---h);
    margin-bottom: 5px;
}

.al-tartable__text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: rgba(255, 255, 255, 0.6);
}

.al-tartable__discount {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 22px;
    line-height: 118%;
    color: #fff;
    background: var(--blue);
    width: 67px;
    height: 67px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.al-tartable__discount-none {
    background: transparent;
}

.al-header__bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
}

.al-header__bottom-block {
    width: 162px;
}

.al-header__word {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: rgba(255, 255, 255, 0.6);
}

.al-header__cards {
    display: flex;
    gap: 10px;
}

.al-header__card {
    width: 59px;
    border-radius: 7px;
    background: rgba(255, 255, 255, 0.3);
}

/* al-header END*/

/* al-ai */
.al-ai {
    background: url(../img/al-2-back.webp) no-repeat top center;
    background-size: contain;
    padding: 9% 0 0;
}

.al-ai__top {
    position: relative;
}

.al-ai__label {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 100px;
    padding: 10px 20px;
    width: fit-content;
    display: flex;
}

.al-ai__label p {
    font-family: var(--third-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
}

.al-ai__label_1 {
    margin: 0 auto;
}

.al-ai__block {
    width: 73%;
    margin: 0 auto 37px;
}

.al-ai__title {
    font-family: var(--third-family);
    font-weight: 500;
    font-size: 50px;
    line-height: 90%;
    letter-spacing: -0.01em;
    text-align: center;
    color: #fff;
}

.al-ai__title span {
    font-family: var(--third-family);
    font-weight: 500;
    font-size: 50px;
    line-height: 90%;
    letter-spacing: -0.01em;
    background: linear-gradient(90deg, #26e2e7 0%, #1393a1 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.al-ai__row {
    display: flex;
    justify-content: space-between;
}

.al-ai__row_1 {
    margin-bottom: 14px;
}

.al-ai__row_2 {
    justify-content: space-around;
    margin-bottom: 56px;
}

/* al-ai END*/

/* al-functionality */
.al-ai__label_3 {
    margin-right: 7%;
}

.al-ai__container {
    width: 100%;
    margin: 0 auto;
}

.al-functionality__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 40px 0;
}

.al-functionality__item {
    width: 270px;
    z-index: 1;
    border-radius: 33px;
    position: relative;
    backdrop-filter: blur(60px);
    background: linear-gradient(134deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%), rgba(0, 0, 0, 0.2);
    transition: all 200ms linear;
    transform: scale(0.8) !important;
}

.al-functionality__inner {
    display: flex;
    flex-direction: column;
}

.al-functionality__body{
    padding: 0 18px 18px 18px;
}

.swiper-slide-active.al-functionality__item {
    transform: scale(1) !important;
    z-index: 10 !important;
    opacity: 1;
}

.al-functionality__item::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 33px;
    padding: 3px;
    /* толщина рамки */
    background: conic-gradient(#f5f5f5 0%,
            #c0c0c0 10%,
            #a0a0a0 25%,
            #d9d9d9 35%,
            #ffffff 50%,
            #b0b0b0 60%,
            #8c8c8c 75%,
            #d0d0d0 85%,
            #f5f5f5 100%);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: -1;
}

.swiper-slide-active.al-functionality__item::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 33px;
    padding: 3px;
    /* толщина рамки */
    background: conic-gradient(#D51BFF 0%,
            #00D4FF 25%,
            #D51BFF 50%,
            #00D4FF 75%,
            #D51BFF 100%);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: -1;
}

.al-functionality__item p {
    opacity: 0.8;
}

.al-functionality__img {
    padding: 3px;
    position: relative;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 17px;
}

.al-functionality__img_item {
    border-radius: 30px;
}

.al-functionality__title {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 18px;
    line-height: 133%;
    text-align: center;
    color: #fff;
    margin-bottom: 11px;
}

.al-functionality__text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    color: #fff;
}

.al-functionality__ico {
    width: 40px;
    position: absolute;
    top: 10px;
    right: 10px;
}

.al-functionality_mobile {
    display: none;
}

/* al-functionality END*/

/* al-reviews */
.al-reviews {
    padding: 10% 0 5%;
}

.al-reviews__title {
    margin-bottom: 3%;
}

.al-reviews__container {
    width: 82%;
    margin-left: auto;
}

.al-reviews__slider {
    width: 100%;
    position: relative;
}

.al-reviews__slider .swiper-wrapper{
    align-items: stretch;
}

.al-reviews__item {
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.1);
    padding: 2.5% 1.5%;
    border-radius: 20px;
    position: relative;
    max-width: 522px;
    cursor: pointer;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.al-reviews__nav {
    display: flex;
    align-items: center;
    margin-top: 6%;
    gap: 20px;
}

.al-reviews__btn {
    position: static;
    display: flex;
    flex-shrink: 0;
    width: 40px;
    height: auto;
    margin-top: 0;
    
}

.al-reviews__btn_left{
    transform: rotate(0deg);
}


.al-reviews__btn svg{
    width: 100%;
    display: block;
    max-width: 100%;
    height: auto;
}

.al-reviews__btn:hover path {
    fill: #fff;
    transition: 1s;
}

.al-reviews__btn:after {
    font-size: 0;
    outline: none;
}

.al-reviews__stars {
    display: flex;
    gap: 5px;
    margin-bottom: 29px;
}

.al-reviews__star {
    width: 24px;
}

.al-reviews__text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: var(--text---h);
    margin-bottom: 31px;
}

.al-revauthor {
    display: flex;
    align-items: center;
}

.al-revauthor__img {
    display: flex;
    flex-shrink: 0;
    margin-right: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.al-revauthor__box {
    display: flex;
    flex-direction: column;
}

.al-revauthor__name {
    font-weight: 700;
    font-size: 18px;
    line-height: 156%;
    font-family: var(--font-family);
    color: var(--text---h);
}

.al-revauthor__job {
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    font-family: var(--font-family);
    color: var(--text---h);
}

/* al-reviews END*/

/* al-tools */
.al-tools {
    margin-bottom: 6%;
    padding: 5% 0 8%;
    border-radius: 100px;
    background: linear-gradient(90deg, rgba(13, 158, 204, 0.1) 0.39%, rgba(0, 81, 175, 0.1) 100%);
}

.al-tools__block {
    margin-bottom: 7%;
}

.al-tools__title {
    margin-bottom: 4%;
}

.al-tools-item {
    display: flex;
    border: 1px solid rgba(67, 75, 92, 0.3);
    border-radius: 16px;
    backdrop-filter: blur(60px);
    background: rgba(255, 255, 255, 0.05);
    justify-content: space-between;
}

.al-tools-item:not(:last-child) {
    /* margin-bottom: 69px; */
    margin-bottom: 4%;
}

.al-tools-item__img {
    width: 45%;
}

.al-tools-item__img img{
    border-radius: 16px;
}

.al-tools-item__block {
    width: 55%;
    padding: 6% 5% 0;
}

.al-tools-item__box {
    width: 90%;
}

.al-tools-item__box-right {
    margin-left: auto;
}

.al-tools-item__title {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 0.01em;
    color: var(--text---h);
    margin-bottom: 48px;
}

.al-tools-item__text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 133%;
    color: var(--text---body);
}


.al-tools-item__img_container {
    overflow: hidden;
    width: 100%;
    height: 360px;
}

.al-tools-item__img_inner {
    height: 100%;
}

.al-tools-item__img_inner img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
    object-position: center;
}

.al-tools .twentytwenty-handle {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.al-tools .twentytwenty-left-arrow:nth-child(1) {
    background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M18.8741 10.1779L17.9619 9.39603C16.2521 7.93046 15.3971 7.19767 14.6986 7.51897C14 7.84026 14 8.96626 14 11.2182L14 12.782C14 15.034 14 16.16 14.6986 16.4813C15.3971 16.8026 16.2521 16.0698 17.9619 14.6042L18.8741 13.8223C19.8621 12.9755 20.3561 12.552 20.3561 12.0001C20.3561 11.4482 19.8621 11.0248 18.8741 10.1779Z' fill='%23434B5C'/%3E%3Cpath d='M5.12591 10.1779L6.03809 9.39603C7.74793 7.93046 8.60284 7.19767 9.30142 7.51897C9.99999 7.84026 9.99999 8.96626 9.99999 11.2182L9.99999 12.782C9.99999 15.034 9.99999 16.16 9.30142 16.4813C8.60284 16.8026 7.74793 16.0698 6.03809 14.6042L5.12591 13.8223C4.1379 12.9755 3.6439 12.552 3.6439 12.0001C3.6439 11.4482 4.1379 11.0248 5.12591 10.1779Z' fill='%23434B5C'/%3E%3C/svg%3E%0A") no-repeat center / cover;
    width:24px;
    height:24px;
    position:static;
    margin: 0;
}

/* al-tools END*/

/* al-funcmax */

.al-funcmax__block {
    position: relative;
    border-radius: 24px;
    backdrop-filter: blur(60px);
    background: linear-gradient(262deg, rgba(5, 192, 204, 0.5) 0%, rgba(88, 51, 194, 0.5) 100%);
    display: flex;
}

.al-funcmax__box {
    position: relative;
    width: 54%;
}

.al-funcmax__wrapper {
    width: 46%;
    padding: 59px 48px 81px;
}

.al-funcmax__title {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 28px;
    line-height: 140%;
    letter-spacing: 0.01em;
    color: #f4f4f7;
    margin-bottom: 74px;
}

.al-funcmax__btn {
    background: linear-gradient(90deg, #26e2e7 0%, #1393a1 100%);
    border-radius: 30px;
    padding: 14px 64px;
    color: #fff;
    display: flex;
    width: fit-content;
}

.al-funcmax__btn p {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
}

.al-funcmax__btn div {
    display: none;
}

.al-funcmax__btn:hover {
    color: #fff;
}


.al-funcmax__img {
    position: absolute;
    right: 0;
    top: -40px;
}

/* al-funcmax END */

/* al-faq */

.al-faq {
    margin-bottom: 6%;
}

.al-faq__title {
    margin-bottom: 6%;
}

.al-faq__item {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding-bottom: 30px;
    border-bottom: 2px solid #2a3242;
}

.al-faq__item:not(:last-child) {
    margin-bottom: 3%;
}

.al-faq__block {
    width: 80%;
}

.al-faq__btn {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 2px 30px -24px rgba(6, 51, 126, 0.1);
    background: #2a3242;
    cursor: pointer;
}

.al-faq__word {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 0.01em;
    color: var(--text---body);
}

.al-faq__text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 155%;
    letter-spacing: 0.01em;
    color: #aeb4c0;
}

.al-faq__hidebox {
    height: 0;
    overflow: hidden;
}

@keyframes boxHeight {
    0% {
        height: 0;
    }

    50% {
        height: 50%;
    }

    100% {
        height: 100%;
    }
}

.al-faq__hidebox_active {
    padding-top: 17px;
    animation: boxHeight 0.3s ease-out forwards;
}

.al-faq__ico {
    width: 12px;
    transform: rotate(180deg);
    display: flex;
    flex-shrink: 0;
}

@keyframes rotateIco {
    0% {
        transform: rotate(180deg);
    }

    50% {
        transform: rotate(90deg);
    }

    100% {
        transform: rotate(0deg);
    }
}


.al-faq__btn_active .al-faq__ico {
    animation: rotateIco 0.3s ease-out forwards;
}

/* al-faq END*/

/* al-footer */
.al-footer {
    background: #182030;
    padding-top: 3%;
}

.al-footer__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 4%;
}

.al-footer__logo {
    width: 194px;
}

.al-footer__body {
    display: flex;
    justify-content: space-between;
}

.al-footer__title {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 18px;
    line-height: 156%;
    color: #e5e7ed;
    margin-bottom: 25px;
}

.al-footer__link {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 157%;
    color: #8d95a3;
}

.al-footer a:hover {
    color: #fff;
}

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

.al-footer__menu {
    display: flex;
    flex-direction: column;
}

.al-footer__item {
    display: flex;
    flex-direction: column;
}

.al-footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2% 0;
}

.al-footer__desc {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 157%;
    color: #8d95a3;
}

.al-footer__box {
    display: flex;
    align-items: center;
    gap: 21px;
}

.al-footer__ref {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 157%;
    color: #e5e7ed;
}

.al-footer__wrapper {
    display: flex;
    align-items: center;
    gap: 13px;
}

.al-footer__ico {
    display: block;
    width: 40px;
}

.al-footer__body {
    border-bottom: 2px solid #2a3242;
    padding-bottom: 18px;
}

/* al-footer END*/

/* ----------------------------------- */

/*mobile-header*/
.al-mobilem {
    display: flex;
    position: fixed;
    justify-content: flex-start;
    align-items: end;
    flex-direction: column;
    top: 0;
    right: -100%;
    width: 100%;
    height: 120vh;
    z-index: 999;
    transition: right 0.3sease 0s;
}

.al-mobilem__active {
    right: 0;
}

.al-mobilem_back {
    background: rgba(0, 0, 0, 0.6);
    transition: background 0.2sease;
}

.al-mobilem__case {
    width: 100%;
    background: #141929;
    height: 120vh;

}

.al-mobilem__box {
    width: 100%;
    height: 100vh;
}

.al-mobilem__top {
    padding: 18px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 27px;
}

.al-mobilem__logo {
    width: 183px;
}

.al-burger_close {
    width: 30px;
    display: flex;
    cursor: pointer;
}

.al-mobilembody {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 80%;
}

.al-mobilemenu {
    flex-direction: column;
}

.al-mobilemenu__link {
    display: block;
    padding: 13px 21px;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 18px;
    line-height: 110%;
    color: var(--text---h);
    width: 100%;
}

.al-mobilemenu__link:hover {
    color: var(--text---h);
}

.al-mobilebottom {
    display: flex;
    flex-direction: column;
}

.al-mobilebottom__in {
    border-radius: 30px;
    padding: 12px 24px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: var(--text---h);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
}

.al-mobilebottom__in:hover {
    color: var(--text---h);
}

.al-mobilebottom__in::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 30px;
    padding: 2px;
    background: linear-gradient(135deg, #ff00ff, #6e00ff);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.al-mobiledrop {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

.al-mobiledrop__row {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 13px 21px;
}

.al-mobiledro__text {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 18px;
    line-height: 110%;
    color: var(--text---h);
    margin-right: 10px;

}

.al-mobiledrop__menu {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
}

.al-mobiledrop__menu_active {
    display: flex;
}

.al-mobiledrop__menu a {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 110%;
    color: var(--text---h);

    padding: 5px 21px;
}

/*--------------------------------------*/

.header-user {
    position: relative;
    width: 40px;
    height: 40px;
    font-family: var(--font-family);
}

.header-user__icon {
    font-family: var(--font-family);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--blue);
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
    font-size: 23px;
    font-weight: 500;
}

.logo__icon{
    background: none;
    margin-top: 0;
}

.reglog-label{
    font-weight: 700!important;
}

/*Media Requests*/
@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1442px) {}

@media screen and (max-width: 1378px) {
    .al-tartable__btn p {
        font-size: 14px;
        margin-right: 10px;
    }

    .al-tartable__btext {
        font-size: 30px;
    }

    .al-tartable__discount {
        font-size: 18px;
        width: 55px;
        height: 55px;
    }

    .al-tartable__item {
        gap: 10px;
    }

    .al-functionality__item {
        width: 220px;
    }

    .al-functionality__title {
        font-size: 16px;
    }

    .al-functionality__text {
        font-size: 13px;
    }
}

@media screen and (max-width: 1251px) {
    .al-container {
        width: 91%;
    }

    .al-tartable__btn {
        width: auto;
    }

    .al-tartable__btn p {
        font-size: 11px;
        width: auto;
    }

    .al-tartable__btn div {
        width: 18px;
        height: 18px;
    }

    .al-functionality__item {
        width: 190px;
    }

    .al-functionality__title {
        font-size: 12px;
    }

    .al-functionality__text {
        font-size: 11px;
    }
}

@media screen and (max-width: 1199px) {
    .al-functionality_pc {
        display: none;
    }

    .al-ai__container {
        margin: 0 auto;
    }

    .al-functionality_mobile {
        display: block;
    }

    .al-functionality__item {
        transform: scale(1) !important;
    }

    .al-functionality__body{
        padding: 0 10px 10px 10px;
    }

    .al-functionality__title {
        font-size: 18px;
    }

    .al-functionality__text {
        font-size: 14px;
    }

    .al-functionality__bot {
        height: 30px;
    }

    .swiper-slide-active.al-functionality__item::before {
        content: '';
        position: absolute;
        top: -2px;
        left: -2px;
        right: -2px;
        bottom: -2px;
        border-radius: inherit;
        padding: 2px;
        background: linear-gradient(135deg, #ffffff88, #c0c0c0aa, #ffffff88);
        -webkit-mask:
            linear-gradient(#fff 0 0) content-box,
            linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        pointer-events: none;
    }
}

@media screen and (max-width: 999px) {
    .al-header {
        background: url(../img/header_mobile.webp) no-repeat top center /cover;
        padding: 18px 0 7%;
    }

    .al-header__body {
        width: 100%;
        margin: 0 auto 3px;
    }

    .menu {
        display: none;
    }

    .al-header__in {
        display: none;
    }

    .al-header__mobile-open {
        display: flex;
        cursor: pointer;
    }

    .al-logo {
        width: 183px;
    }

    .al-header__title {
        font-size: 25px;
        text-align: left;
        margin-bottom: 16px;
    }

    .al-header__title p {
        font-size: 28px;
    }

    .al-header__text {
        text-align: left;
        font-size: 14px;
    }

    .al-tartable {
        width: 100%;
        flex-direction: column-reverse;
        gap: 19px;
        margin: 0 auto 17px;
    }

    .al-tartable__right_mobile {
        display: flex;
        gap: 15px;
    }

    .al-tartable__right_pc {
        display: none;
    }

    .al-tartable__item {
        padding: 15px;
        flex-direction: column;
        backdrop-filter: blur(40px);
        background: linear-gradient(134deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
    }

    .al-tartable__item:before {
        content: '';
        position: absolute;
        top: -2px;
        left: -2px;
        right: -2px;
        bottom: -2px;
        border-radius: inherit;
        padding: 2px;
        background: linear-gradient(135deg, #ffffff88, #c0c0c0aa, #ffffff88);
        -webkit-mask:
            linear-gradient(#fff 0 0) content-box,
            linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        pointer-events: none;
    }

    .al-tartable__left {
        padding: 17px 54px;
        gap: 16px;
        backdrop-filter: blur(40px);
        background: linear-gradient(134deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
    }

    .al-tartable__left:before {
        content: '';
        position: absolute;
        top: -2px;
        left: -2px;
        right: -2px;
        bottom: -2px;
        border-radius: inherit;
        padding: 2px;
        background: linear-gradient(135deg, #ffffff88, #c0c0c0aa, #ffffff88);
        -webkit-mask:
            linear-gradient(#fff 0 0) content-box,
            linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        pointer-events: none;
    }

    .al-tartable__block {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .al-tartable__block_top {
        align-items: flex-start;
    }

    .al-tartable__label {
        font-family: var(--font-family);
        font-weight: 500;
        font-size: 14px;
        line-height: 120%;
        color: #fff;
        background: rgba(255, 255, 255, 0.2);
        border-radius: 100px;
        padding: 8px 30px;
    }

    .al-tartable__btext {
        font-size: 24px;
        margin-bottom: 0;
    }

    .al-tartable__btn {
        padding: 10px 54px;
    }

    .al-tartable__btn p {
        font-size: 14px;
    }

    .al-tartable__btn div {
        background: none;
        height: auto;
        width: 24px;
    }

    .al-tartable__discount {
        font-size: 16px;
        width: 46px;
        height: 46px;
    }

    .al-header__bottom-block {
        display: none;
    }

    .al-tartable-adv__text {
        font-size: 14px;
    }

    .al-tartable-adv__ico {
        width: 20px;
    }

    .al-header__card {
        width: 14%;
    }

    .al-ai {
        margin-bottom: 0;
        padding: 24% 0 0;
    }

    .al-ai__top {
        margin-bottom: 10%;
    }

    .al-functionality__img {
        margin-bottom: 0;
    }

    .al-functionality__title {
        margin-bottom: 7px;
    }

    .al-ai__title {
        font-size: 24px;
        text-align: left;
    }

    .al-ai__title span {
        font-size: 24px;
    }

    .al-ai__label {
        padding: 8px 10px;
        position: absolute;
    }

    .al-ai__label p {
        font-size: 12px;
    }

    .al-ai__label_3 {
        display: none;
    }

    .al-ai__row_1,
    .al-ai__row_2 {
        margin-bottom: 0;
    }

    .al-ai__block {
        margin: 0;
    }

    .al-ai__label_2 {
        top: -100%;
    }

    .al-ai__label_1 {
        right: 4%;
        top: -20%;
    }

    .al-ai__label_4 {
        bottom: -100%;
        left: 13%;
    }

    .al-ai__label_5 {
        right: -2%;
        bottom: -60%;
    }

    .al-h2 {
        font-size: 30px;
        text-align: left;
        letter-spacing: 0px;
    }

    .al-reviews__tcontainer {
        width: 91%;
        margin: 0 auto;
    }

    .al-reviews__title {
        margin-bottom: 7%;
    }

    .al-reviews__item {
        padding: 5.5%;
    }

    .al-reviews__stars {
        margin-bottom: 19px;
    }

    .al-reviews__container {
        width: 100%;
    }

    .al-reviews__text {
        font-size: 14px;
    }

    .al-revauthor__job {
        font-size: 14px;
    }

    .al-reviews__slider {
        padding: 0 11% 0 3%;
    }

    .al-functionality_mobile {
        width: 100%;
        position: relative;
        padding: 0 11% 0 18%;
    }

    .al-reviews {
        padding: 24% 0;
    }

    .al-tools {
        border-radius: 0;
        padding: 11% 0;
        margin-bottom: 0;
    }

    .al-tools__container {
        width: 92%;
    }

    .al-tools-item {
        flex-direction: column;
    }

    .al-tools-item:nth-child(2n) {
        flex-direction: column-reverse;
    }

    .al-tools-item__img {
        width: 100%;
    }

    .al-tools__title {
        margin-bottom: 6%;
    }

    .al-tools-item__block {
        width: 100%;
        padding: 5%;
    }

    .al-tools-item__title {
        font-size: 18px;
        margin-bottom: 9px;
    }

    .al-tools-item__box {
        width: 100%;
    }

    .al-tools-item__text {
        font-size: 14px;
    }

    .al-tools-item__box-right {
        margin-left: 0;
    }

    .al-funcmax__block {
        padding: 10% 0 5%;
        flex-direction: column;
        border-radius: 12px;
    }

    .al-funcmax__img {
        position: static;
        width: 76%;
        margin: 0 auto;
    }

    .al-funcmax__box {
        width: 100%;
        margin-bottom: 13px;
    }

    .al-funcmax__wrapper {
        width: 100%;
        padding: 0 5%;
    }

    .al-funcmax__title {
        font-size: 23px;
        margin-bottom: 19px;
    }

    .al-funcmax__btn {
        box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.1), -2px -2px 8px 0 rgba(0, 0, 0, 0.1);
        background: linear-gradient(136deg, #11d147 0.39%, #189625 100%);
        margin: 0 auto;
        justify-content: space-between;
        padding: 14px 40px;
        width: 100%;
    }

    .al-funcmax__btn div {
        display: flex;
        width: 24px;
    }

    .al-faq {
        padding: 21% 0;
    }

    .al-faq__word {
        font-size: 18px;
    }

    .al-faq__btn {
        width: 30px;
        height: 30px;
    }

    .al-faq__text {
        font-size: 14px;
    }

    .al-footer {
        padding: 7% 0;
    }

    .al-footer__logo {
        width: 181px;
        margin-bottom: 20px;
    }

    .al-footer__top {
        flex-direction: column;
        justify-content: flex-start;
        align-items: start;
    }

    .al-footer__bottom {
        flex-direction: column;
        justify-content: flex-start;
        align-items: start;
    }

    .al-footer__body {
        flex-wrap: wrap;
    }

    .al-footer__wrapper {
        margin-bottom: 6px;
    }

    .al-footer__title {
        margin-bottom: 14px;
    }

    .al-footer__link:not(:last-child) {
        margin-bottom: 7px;
    }

    .al-footer__item {
        margin-bottom: 17px;
    }

    .al-footer__desc {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .al-functionality__item {
        width: 230px;
        max-width: 230px;
    }

    .al-functionality__item::before {
        padding: 2px;
    }

    .swiper-slide-active.al-functionality__item::before {
        padding: 2px;
    }

    .al-functionality__img {
        padding: 2px;
    }
}

@media screen and (max-width: 768.98px) {
    .al-ai__label_2 {
        top: -53%;
    }

    .al-ai__label_1 {
        right: 4%;
        top: -20%;
    }

    .al-ai__label_4 {
        bottom: -55%;
        left: 13%;
    }

    .al-ai__label_5 {
        right: -2%;
        bottom: 6%;
    }

}

@media screen and (max-width: 600.98px) {
    .al-footer__item {
        width: 47%;
    }
    .al-functionality__title{
        font-size: 15px;
    }
    .al-functionality__img img{
        height: 205px;
        object-fit: cover;
    }
    .al-functionality__inner{
        min-height: 290px;
    }
}

@media screen and (max-width: 479.98px) {}

@media screen and (max-width: 376.98px) {}

@media screen and (max-width: 360.98px) {}

@media screen and (max-width: 325.98px) {}