body {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    color: #263238;
    background-color: #ffffff;

    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
html, body {
    height: 100%;
    min-width: 320px
}
*, *:before, *:after {
    box-sizing: border-box;
}
* {
    padding: 0px;
    margin: 0px;
    border: 0px;
}
*, ::before, ::after {
    background-repeat: no-repeat;
    /* box-sizing: inherit; */
}
ul li {
    list-style: none;
}
a:link, a:visited {
    text-decoration: none;
}

a {
    color: inherit;
}

/* layout */
.app-wrapper {
    overflow: hidden;
}

#nprogress .bar {
    height: 4px !important;
}


.v-application p {
    margin-bottom: 0 !important;
}

.container {
    max-width: none !important;
}

.input-search .mdi-magnify {
    color: #6fda44 !important;
}

@media screen and (max-width: 600px) {
    .input-search .theme--light {
        font-size: 10px;
    }

    .input-search .v-input__control {
        font-size: 10px;
        min-height: 34px !important;
    }
}

.toolbar-menu-auth .v-toolbar__content {
    height: 67px !important;
}

.select-order .v-input__control {
    min-height: unset !important;
    max-height: 32px;
}

.theme--light .v-text-field > .v-input__control > .v-input__slot:before {
    border: 0 !important;
}

.apexcharts-bar-series.apexcharts-plot-series .apexcharts-series path {
    clip-path: inset(0% 0% -11% 0% round 5px) !important;
}

@media screen and (max-width: 960px) {
    /* // .v-main {
    //     padding: 56px 0 0 0 !important;
    // } */

    .toolbar-menu {
        left: 0 !important;
    }
}

.bg-white .v-ripple__container {
    opacity: 0 !important;
}


.header__container-box, .hero__container-box, .how__container-box, .service__container-box, .integrate__container-box, .footer__container-box {
    max-width: 1270px;
    margin: 0 auto;
    padding: 0 15px;
}

.hero__title {
    font-size: 36px !important;
}
.home-wrapper {
    overflow: hidden;
}
.home-link {
    display: inline-block;
    text-align: center;
    padding: 16px 70px;
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    color: #fff;
    background-color: #6fda44;
    border-radius: 10px;
    transition: background-color 0.2s ease 0s;
}
.home-link_ru {
    padding: 16px 16px;
}
@media (any-hover: hover) {
    .home-link:hover {
        background-color: #66c142;
   }
}
.hero {
    padding-top: 107px;
}
@media (min-width: 768.98px) {
    .hero {
        padding-top: 157px;
   }
}
.hero__content {
    display: flex;
    flex-direction: column;
    text-align: center;
    max-width: 725px;
    margin: 0 auto;
    margin-bottom: 40px;
}
.hero__title {
    max-width: 725px;
    margin: 0 auto;
    font-weight: 700;
    font-size: 32px;
    line-height: 120.833333%;
    color: #263238;
}
@media (min-width: 768.98px) {
    .hero__title {
        font-size: 48px;
   }
}
.hero__title span {
    color: #6fda44;
}
.hero__title:not(:last-child) {
    margin-bottom: 15px;
}
.hero__text {
    max-width: 633px;
    margin: 0 auto;
    font-weight: 300;
    font-size: 16px;
    line-height: 118.75%;
    color: #555;
}
.hero__text:not(:last-child) {
    margin-bottom: 30px;
}
.hero__button {
    align-self: center;
}
.hero__image {
    position: relative;
    padding-bottom: 32%;
}
.hero__image::after {
    content: "";
    position: absolute;
    width: 34%;
    height: 100%;
    top: 0;
    right: -150px;
    background: rgba(111, 218, 68, 0.3);
    filter: blur(100px);
    z-index: -1;
}
.hero__image::before {
    content: "";
    position: absolute;
    width: 34%;
    height: 100%;
    bottom: 0;
    left: -150px;
    background: rgba(1, 128, 255, 0.3);
    filter: blur(100px);
    z-index: -1;
}
.hero__image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: contain;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    filter: drop-shadow(0px 4px 21px rgba(74, 76, 202, 0.17));
}
.service {
    padding: 48px 0;
    position: relative;
    background-color: #fff;
}
@media (min-width: 768.98px) {
    .service {
        padding: 58px 0 75px;
   }
}
.block-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 122.222222%;
    text-align: center;
    color: #263238;
}
@media (min-width: 768.98px) {
    .block-title {
        font-size: 36px;
    }
}


.service__title:not(:last-child) {
    margin-bottom: 50px;
}
.service__items {
    display: flex;
    flex-wrap: wrap;
    row-gap: 70px;
    margin: 0 -37px;
}
.service__item {
    flex: 1 0 33.333%;
    min-width: 260px;
    padding: 0 37px;
}
.service-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.service-item__icon {
    flex: 0 0 35px;
    width: 35px;
}
.service-item__icon:not(:last-child) {
    margin-bottom: 25px;
}
.service-item__body {
    text-align: center;
}
.service-item__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    color: #263238;
}
.service-item__title:not(:last-child) {
    margin-bottom: 5px;
}
.how {
    padding: 44px 0 71px;
}
@media (min-width: 768.98px) {
    .how {
        padding: 59px 0 135px;
   }
}
.how__top {
    margin-bottom: 50px;
    text-align: center;
}
.how__title:not(:last-child) {
    margin-bottom: 10px;
}
.how__text {
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    color: #263238;
}
.how__items {
    display: flex;
    flex-direction: column;
    row-gap: 80px;
}
.how__bottom {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}
.how-item {
    display: flex;
    align-items: center;
    flex-direction: column;
    column-gap: 40px;
    row-gap: 25px;
}
@media (min-width: 840.98px) {
    .how-item {
        flex-direction: row;
   }
    .how-item:nth-child(even) {
        flex-direction: row-reverse;
   }
}
@media (min-width: 1000.98px) {
    .how-item {
        column-gap: 125px;
   }
}
.how-item__image {
    flex: 0 0 33.333%;
}
.how-item__image img {
    width: 100%;
    filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.15));
}
.how-item__body {
    align-self: center;
}
.how-item__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 120.833333%;
    color: #263238;
}
.how-item__title:not(:last-child) {
    margin-bottom: 15px;
}
.how-item__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 118.75%;
    color: #263238;
}
.how-item__bottom-text {
    margin-top: 25px;
    font-weight: 400;
    font-size: 16px;
    line-height: 118.75%;
    color: #263238;
}
.integrate {
    padding-bottom: 16px;
}
@media (min-width: 768.98px) {
    .integrate {
        padding-bottom: 50px;
   }
}
.integrate__title:not(:last-child) {
    margin-bottom: 35px;
}
.integrate__items {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
@media (min-width: 830.98px) {
    .integrate__items {
        justify-content: space-between;
   }
}
.integrate__item {
    overflow: hidden;
    flex: 0 0 50%;
    height: 128px;
}
@media (min-width: 478.98px) {
    .integrate__item {
        flex: 0 0 33.333%;
   }
}
@media (min-width: 830.98px) {
    .integrate__item {
        flex: 0 0 18.3%;
   }
}
.integrate__item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.get-free {
    position: relative;
}
.get-free__bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.get-free__bg-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.get-free__content {
    padding: 172px 0 45px;
}
@media (min-width: 992.98px) {
    .get-free__content {
        padding: 298px 0 81px;
   }
}
@media (min-width: 1440.98px) {
    .get-free__content {
        padding: 350px 0 81px;
   }
}
.get-free__body {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.get-free__title {
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    line-height: 122.222222%;
    color: #fff;
}
.get-free__title:not(:last-child) {
    margin-bottom: 10px;
}
@media (min-width: 768.98px) {
    .get-free__title {
        font-size: 36px;
   }
}
.get-free__text {
    max-width: 331px;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    text-align: center;
    color: #fff;
}
.get-free__button {
    margin-top: 29px;
}

.header {
    padding: 10px 0;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 50;
    background-color: #fff;
}
.header__container-box {
    display: flex;
    align-items: center;
    gap: 30px;
    min-height: 34px;
}
@media (max-width: 860.98px) {
    .header__container-box {
        justify-content: space-between;
   }
}
.header__column {
    flex-grow: 0;
    flex-shrink: 0;
}
@media (min-width: 860.98px) {
    .header__column_wide {
        flex: 1 1 auto;
   }
}
.header__column_actions {
    display: flex;
    align-items: center;
    column-gap: 20px;
}
.header__logo {
    display: inline-block;
    width: 130px;
    position: relative;
    z-index: 3;
    cursor: pointer;
}
@media (min-width: 768.98px) {
    .header__logo {
        width: 190px;
   }
}
.header__logo img {
    width: 100%;
}
.header__user-dropdown {
    display: flex;
    justify-content: end;
}
@media (min-width: 860.98px) {
    .header__user-dropdown {
        width: 112px;
   }
}
@media (max-width: 860.98px) {
    .menu__body {
        position: fixed;
        overflow: auto;
        width: 100%;
        height: 100%;
        top: 0;
        left: -100%;
        transition: left 0.3s ease 0s;
        background-color: #f5f5f5;
        padding-top: 120px;
        padding-right: 15px;
        padding-left: 15px;
        padding-bottom: 30px;
        z-index: 1;
   }
    .menu__body::before {
        content: "";
        position: fixed;
        width: 100%;
        height: 66px;
        top: -100%;
        left: 0;
        transition: top 0.3s ease 0s;
        background: linear-gradient(to bottom, rgba(245, 245, 245, 1) 42%, rgba(245, 245, 245, 0) 100%);
   }
    .menu-open .menu__body {
        left: 0;
   }
    .menu-open .menu__body::before {
        top: 0;
   }
}
.menu__list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 24px;
    row-gap: 5px;
}
@media (max-width: 860.98px) {
    .menu__list {
        flex-direction: column;
        row-gap: 24px;
   }
    .menu__list:not(:last-child) {
        margin-bottom: 50px;
   }
}
.menu__link {
    font-weight: 400;
    font-size: 16px;
    line-height: 118.75%;
   /* 19px/16px */
    color: #263238;
    cursor: pointer;
    transition: color 0.2s ease 0s;
}
.menu__link:hover {
    color: #6fda44;
}
@media (max-width: 860.98px) {
    .menu__link {
        font-size: 21px;
   }
}
.auth-header {
    display: flex;
    align-items: center;
    gap: 5px 15px;
}
@media (max-width: 570.98px) {
    .auth-header {
        display: none;
   }
}
.auth-header__login {
    padding: 7px 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 118.75%;
   /* 19px/16px */
    color: #263238;
    border-radius: 10px;
    background-color: transparent;
    transition: all 0.2s ease 0s;}

@media (any-hover: hover) {
    .auth-header__login:hover {
        background-color: #6fda44;
        color: #fff;
   }
}
.auth-header__register {
    padding: 7px 20px;
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 16px;
    line-height: 125%;
   /* 20px/16px */
    color: #fff;
    background-color: #0180ff;
    border-radius: 10px;
    transition: all 0.2s ease 0s;
}
@media (any-hover: hover) {
    .auth-header__register:hover {
        background-color: #214263;
   }
}
.auth-header-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (min-width: 570.98px) {
    .auth-header-mobile {
        display: none;
   }
}
.auth-header-mobile__item {
    font-size: 21px;
}

.icon-menu {
    display: none;
    background: inherit;
}
@media (max-width: 860.98px) {
    .icon-menu {
        display: block;
        position: relative;
        width: 30px;
        height: 20px;
        cursor: pointer;
        z-index: 5;
   }
    .icon-menu span, .icon-menu::before, .icon-menu::after {
        content: "";
        transition: all 0.3s ease 0s;
        left: 0px;
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: #3a3a3a;
   }
    .icon-menu::before {
        top: 0px;
   }
    .icon-menu::after {
        bottom: 0px;
   }
    .icon-menu span {
        top: calc(50% - 1px);
   }
   
    .menu-open .icon-menu span {
        transform: scale(0);
   }
    .menu-open .icon-menu::before {
        transform: rotate(-45deg);
        top: calc(50% - 1px);
   }
    .menu-open .icon-menu::after {
        transform: rotate(45deg);
        bottom: calc(50% - 1px);
   }
}



.action {
    position: relative;
    cursor: pointer;
}
.user-dropdown {
    display: none;
    border: none;
    box-shadow: 0px 2px 10px rgba(1, 1, 1, 0.15);
    margin-top: 14px;
    position: absolute;
    top: 100%;
    right: 0;
    left: auto;
    z-index: 1000;
    float: left;
    min-width: 171px;
    padding: 5px 0;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border-radius: 6px;
}
.user-dropdown.user-dropdown-open {
    display: block;
}
.user-dropdown__item {
    margin: 0 5px;
}
.user-dropdown__item a {
    display: block;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    color: #333;
    padding: 8px 14px;
    border-radius: 4px;
    margin: 0;
    white-space: nowrap;
    background-color: transparent;
    cursor: pointer;
}
.user-dropdown__item a:hover {
    background-color: #f0f4f7;
}
.divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}




/* footer */
.footer {
    padding: 27px 0;
    background-color: #263238;
    color: #fff;
}
.footer__content {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: 25px;
    row-gap: 33px;
}
@media (max-width: 768.98px) {
    .footer__content {
        flex-direction: column;
        align-items: center;
   }
}
.footer__column_first {
    width: 22%;
}
@media (max-width: 768.98px) {
    .footer__column_first {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
   }
}
.footer__column_first_text {
    line-height: 1.2;
    margin-top: 13px;
    font-size: 13px;
}
@media (max-width: 768.98px) {
    .footer__column_first_text {
        text-align: center;
   }
}
.footer__logo {
    display: none;
    cursor: pointer;
}
@media (min-width: 768.98px) {
    .footer__logo {
        display: inline-block;
   }
}
.footer__logo-mobile {
    display: inline-block;
}
@media (min-width: 768.98px) {
    .footer__logo-mobile {
        display: none;
   }
}
.footer__list {
    display: flex;
    flex-direction: column;
    column-gap: 50px;
    row-gap: 8px;
}
@media (max-width: 768.98px) {
    .footer__list {
        flex-direction: column;
        align-items: flex-start;
   }
}
.footer__item {
    padding-bottom: 10px;
}
@media (max-width: 768.98px) {
    .footer__item {
        display: flex;
        width: 100%;
        justify-content: center;
   }
}
.footer__link {
    font-weight: 400;
    font-size: 16px;
    line-height: 118.75%;
   /* 1px9/16px */
    color: #fff;
    cursor: pointer;
    transition: color 0.2s ease 0s;
}
.footer__link:hover {
    color: #6fda44;
}
.footer__socials {
    display: flex;
    align-items: center;
    column-gap: 25px;
}
.footer__social {
    flex: 0 0 30px;
    height: 30px;
}
.footer__auth {
    display: none;
}
@media (min-width: 768.98px) {
    .footer__auth {
        display: inline-block;
   }
}
.footer__auth-mobile {
    display: inline-block;
}
@media (min-width: 768.98px) {
    .footer__auth-mobile {
        display: none;
   }
}
.footer__button {
    display: none;
    cursor: pointer;
    transition: color 0.2s ease 0s;
}
@media (min-width: 768.98px) {
    .footer__button {
        display: inline-block;
   }
}
.footer__button_mobile {
    display: inline-block;
}
@media (min-width: 768.98px) {
    .footer__button_mobile {
        display: none;
   }
}
.footer__button:hover {
    color: #6fda44;
}
.footer .footer-company {
    margin-top: 20px;
    max-width: 353px;
}
.footer .footer-company__title {
    font-weight: 400;
    font-size: 16px;
    line-height: 118.75%;
   /* 1px9/16px */
    color: #fff;
    cursor: pointer;
    transition: color 0.2s ease 0s;
}
.footer .footer-company__title:not(:last-child) {
    margin-bottom: 16px;
}
.footer .footer-company__title:hover {
    color: #6fda44;
}
.footer .footer-company__info {
    font-size: 16px;
    line-height: 118.75%;
   /* 1px9/16px */
    color: #fff;
}
.footer .footer-company__text {
    margin: 16px 0;
    font-size: 16px;
    line-height: 118.75%;
   /* 1px9/16px */
    color: #fff;
}
.footer .footer-company__text div:not(:last-child) {
    margin-bottom: 4px;
}
.footer .footer-company__address {
    font-size: 16px;
    line-height: 118.75%;
   /* 1px9/16px */
    color: #fff;
    opacity: 0.5;
}

.cookie-consent {
    position: fixed;
    bottom: 0px;
    /* left: 0; */
    width: 100%;
    background-color: #fff;
    padding: 30px;
    text-align: center;
    z-index: 100;
    box-shadow: rgba(5, 49, 89, 0.2) 0px -3px 3px 0px;
}

.accept-cookie-button {
    display: inline-block;
    text-align: center;
    padding: 6px 30px;
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    color: #fff;
    background-color: #6fda44;
    border: 1px solid #6fda44;
    border-radius: 10px;
    transition: background-color 0.2s ease 0s;
}
.refuse-cookie-button {
    display: inline-block;
    text-align: center;
    padding: 6px 30px;
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    color: #6fda44;
    background-color: #fff;
    border: 1px solid #6fda44;
    border-radius: 10px;
    transition: background-color 0.2s ease 0s;
}

.cookie-consent-text {
    margin-bottom: 15px;
    font-weight: 300;
    font-size: 16px;
    line-height: 118.75%;
    color: #555;
}
.cookie-consent-text a {
    color: #0180ff;
}
.cookie-buttons-box {
    display: flex;
    justify-content: space-between;
    max-width: 250px;
    margin: 0 auto;
}
