@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}


@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    line-height: 1.4;
}

* {
    font-family: 'Montserrat', sans-serif;
}

*, ::after, ::before {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
header{
    transition: .3s ease-in-out;
}
header .custom-logo-link img {
    max-height: 40px;
    height: 100%;
    width: auto;
}

.header-menu-main {
    padding-left: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    gap: 10px;
}

.header-menu-main a {
    color: #fff;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 500;
}

.section-hero {
    height: calc(100vh - 70px);
    padding-top: 70px;
    overflow: hidden;
}

.section-hero .section-content {
    padding: 80px 0 30px 0;
    z-index: 1;
    position: relative;
}

.section-hero .section-bg {
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, 0px);
    transform-origin: 50% 100%;
    object-fit: cover;
    object-position: center bottom;
}

.section-hero .btn-app,
.section-presentation .btn-app {
    background: #191c1f;
    border-radius: 30px;
    padding: 15px 40px;
    display: inline-block;
    color: #fff;
    margin-top: 35px;
    font-weight: 500;
}

.section-hero .section-title {
    font-size: clamp(5rem, 4.1rem + 2vw, 6.5rem);
    letter-spacing: -0.13rem;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 13px;
}


.section-hero .section-description {
    margin-top: 13px;
    color: #fff;
    font-size: 20px;
    width: 40%;
}

.section-hero .section-bg-girl {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.section-spend {
    padding: 80px 0;
    height: 100vh;
}

.section-spend .section-title {
    font-size: 90px;
    text-align: center;
    color: rgb(25, 28, 31);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: -7px;
}

.section-spend .section-description {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: 22px;
    color: #000;
    font-weight: 500;
    text-align: center;
    margin-top: 35px;
}

.section-spend .swiper .swiper-pagination-bullet {
    height: 12px;
    width: 12px;
}

.section-spend .swiper .swiper-pagination-bullet-active {
    background-color: #8d969e;
    height: 16px;
    width: 16px;
}

.section-spend .swiper {
    max-width: 865px;
    margin: 35px auto 0;
    padding-bottom: 45px;
}

.section-spend .swiper .uk-panel {
    border-radius: 15px;
    overflow: hidden;
}

.section-spend .swiper .swiper-slide {
    transform: scale(0.9);
}

.section-spend .swiper .swiper-slide-next {
    transform: scale(1);
}

.section-spend .swiper .swiper-pagination {
    align-items: center;
    display: flex;
    justify-content: center;
}

.section-faq {
    padding-top: 10rem;
    padding-bottom: 6rem;
    background-color: #1fdda5;
}

.section-faq .section-title {
    font-size: 55px;
    text-align: center;
    color: rgb(25, 28, 31);
    font-weight: bold;
    line-height: 1;
}

.section-faq .section-description {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: 22px;
    color: #000;
    font-weight: 500;
    text-align: center;
    margin-top: 35px;
}

.section-faq .uk-accordion {
    max-width: 800px;
    margin: 50px auto 0;
}

.section-faq .uk-accordion .uk-accordion-item {
    background: #edefeb;
    padding: 1rem 2rem;
    border-radius: 2rem;
}

#invoices-request-form-react .invoice-dragger__image {
    max-height: 550px;
}


#invoices-request-form-react .invoice-dragger {
    background: url("../images/invoices-bg.jpg") no-repeat center;
    margin-bottom: 0;
}

#invoices-request-form-react .invoice-dragger__title {
    font-size: 55px;
    color: #fff;
    font-weight: bold;
    text-align: right;
}

#invoices-request-form-react .invoice-dragger__description {
    font-size: 25px;
    color: #fff;
    text-align: right;
}

#invoices-request-form-react .invoice-dragger__button {
    background: #1fdda5;
    border-radius: 30px;
    padding: 15px 40px;
    display: inline-block;
    color: #fff;
    margin-top: 35px;
    font-weight: 500;
}

#invoices-request-form-react .invoice-dragger__content {
    display: flex;
    flex-direction: column;
    align-items: end;
    height: 100%;
    justify-content: center;
}

#invoices-request-form-react .ant-upload-drag .ant-upload {
    padding: 0 !important;
}

#invoices-request-form-react .inside-popup {
    position: absolute;
    z-index: 2;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#invoices-request-form-react .inside-popup__inner {

    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 350px;
    padding: 25px;
    border-radius: 15px;
}

#invoices-request-form-react .ant-spin {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

#invoices-request-form-react .ant-spin .ant-spin-dot-item {
    background: #304adc;
    width: 25px;
    height: 25px;
}

#invoices-request-form-react .ant-spin .ant-spin-dot {
    font-size: 60px;
}

#invoices-request-form-react .ant-upload-list-item {
    display: none !important;
}

#invoices-request-form-react .inside-popup__inner h3 {
    font-size: 15px;
    font-weight: bold;
}

#invoices-request-form-react .inside-popup__inner ul {
    padding-left: 0;
}

#invoices-request-form-react .inside-popup__inner .btn-delete {
    border: 0;
    background: transparent;
    box-shadow: none;
}


.presentation-slides .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
}

.presentation-slides .swiper-pagination .swiper-pagination-bullet-active {
    background: #8d969e;
    width: 8px;
    height: 8px;
}

.mob-menu-trigger svg {
    height: 30px;
    width: 30px;
}

.mob-menu-trigger,
.mob-menu__wrapper {
    display: none;
}

.mob-menu__wrapper.active {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fffffff5;
}

.mob-menu__wrapper .uk-container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mob-menu__wrapper .main-menu {
    padding: 0;
    list-style-type: none;
    font-size: 30px;
    text-align: center;
}

.mob-menu__wrapper .main-menu li:not(:last-child) {
    margin-bottom: 20px;
}

.mob-menu__wrapper .close svg {
    height: 35px;
    width: 35px;
}

.mob-menu__wrapper .close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.mob-menu__wrapper .main-menu a,
.show-header .header-menu-main a{
    color: #000;
}

.mob-menu-trigger{
    cursor: pointer;
}
.mob-menu-trigger path {
    stroke: #fff;
}

/* REVOLUT */

.home .hero__wrapper {
    overflow: hidden;
    min-height: 100vh;
}

body.home .section-hero img,
body.home .section-presentation img {
    max-width: initial;
}


.header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 16px 0;
    z-index: 3;
}


.main .hero {
    padding-top: 72px;
    z-index: 2;
    min-height: 100vh;
}

.main .hero-text {
    padding: 48px 0 24px 0;
}


.main .hero-text p {
    width: 40%;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.5rem;
    margin-bottom: 24px;
}

.main .hero-text a {
    width: fit-content;
    display: block;
    padding: 10px 24px;
    border-radius: 30px;
    font-weight: 500;
    background: #191c1e;
    color: #fff;
    transition: 0.3s ease;
    margin-bottom: 24px;
}

.main .hero-text a:hover {
    background: #fff;
    color: #191c1e;
}

.main .hero-text span {
    cursor: pointer;
    font-weight: 800;
    font-size: 0.8rem;
    text-transform: uppercase;
    text-decoration: underline;
    text-underline-offset: 4px;
    transition: 0.3s ease;
}

.main .hero-text span:hover {
    text-underline-offset: -4px;
}

.main .hero-image {
    width: 100%;
    height: 100%;
    inset: 0;
    position: absolute;
    background: linear-gradient(#4497df 0%, #96c6ef 100%);
    z-index: -1;
}

.main .hero-image-banner {
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, 0px) scale(1.56);
    transform-origin: 50% 100%;
    object-fit: cover;
    object-position: center bottom;
}

.main .hero-image-avatar {
    color: transparent;
    transition-timing-function: cubic-bezier(0.35, 0, 0, 1);
    transition-property: transform;
    transform: translate(-50%, 0px) scale(1);
    width: calc(201.6vh);
    height: calc(112vh);
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform-origin: 50% 100%;
    pointer-events: none;
    display: block;
}

.main .presentation {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 72px 0;
    transition-timing-function: cubic-bezier(0.35, 0, 0, 1);
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    top: 0px;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
}


.main .presentation .box {
    transition-timing-function: cubic-bezier(0.35, 0, 0, 1);
    position: absolute;
    transition-property: transform;
    bottom: 0px;
    left: 50%;
    width: calc(48vh);
    height: calc(70vh);
    transform-origin: center bottom;
    transform: translateX(-50%) scale(1);
    background-color: white;
    border-top-left-radius: calc(2.5vh);
    border-top-right-radius: calc(2.5vh);
}

.main .presentation-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin-bottom: 494px;
    transition-timing-function: cubic-bezier(0.35, 0, 0, 1);
    transition-property: transform, opacity;
    transform: translateY(75px) scale(0.75);
    opacity: 0;
    z-index: 0;
}

.main .presentation-text h2 {
    text-align: center;
    font-size: clamp(3rem, 2.55rem + 1vw, 3.75rem);
    color: #191c1e;
    letter-spacing: -0.0375rem;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.main .presentation-text p {
    width: 60%;
    text-align: center;
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.5rem;
    color: #191c1e;
}

.main .presentation-text span {
    display: block;
    cursor: pointer;
    font-weight: 700;
    font-size: 0.9rem;
    text-transform: uppercase;
    text-decoration: underline;
    text-underline-offset: 4px;
    transition: 0.3s ease;
    color: #191c1e;
}

.main .presentation-text span:hover {
    text-underline-offset: -4px;
}

.main .presentation-slides {

    position: absolute;
    bottom: 0px;
    /*display: flex;*/
    /*align-items: center;*/
    /*transform-origin: 50% 100%;*/
    /*transition-property: transform;*/
}

.main .presentation-slides .slide-main,
.swiper-spend .swiper-slide .swiper-slide-next {
    transform: translateY(0px) scale(1);
    border: 3px solid #bbc4cd;
    border-bottom: none;
    overflow: hidden;
    border-radius: calc(2.5vh) calc(2.5vh) 0 0;
    height: calc(70vh);
    width: calc(49.6063vh);
}

.main .presentation-slides .slide-main .slide-card-infos,
.swiper-spend .swiper-slide.slide-main .slide-card-infos {
    height: 100%;
    width: 100%;
    position: absolute;
    inset: 0;
    z-index: 1;
}

.main .presentation-slides .slide-main .slide-card-banner {
    position: absolute;
    inset: 0;
}

.main .presentation-slides .slide-main .slide-card-banner img {
    color: transparent;
    transition-timing-function: cubic-bezier(0.35, 0, 0, 1);
    transition-property: transform;
    transform: translate(-50%, 0px) scale(1.56);
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 100vw;
    height: 100vh;
    transform-origin: 50% 100%;
    object-fit: cover;
    object-position: center bottom;
}

.main .presentation-slides .slide-main .slide-card-avatar {
    position: absolute;
    inset: 0;
}

.main .presentation-slides .slide-main .slide-card-avatar img {
    color: transparent;
    transition-timing-function: cubic-bezier(0.35, 0, 0, 1);
    transition-property: transform;
    transform: translate(-50%, 0px) scale(1.6);
    width: calc(126vh);
    height: calc(70vh);
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform-origin: 50% 100%;
    pointer-events: none;
    display: block;
}

.main .presentation-slides .slide-secondary,
.swiper-spend .swiper-slide:not(.slide-main) {
    overflow: hidden;
    border-radius: calc(2.5vh);
    height: calc(70vh);
    opacity: 0;
}

.main .presentation-slides .slide-secondary img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main .presentation-slides .slide-secondary-one {
    transform: translateX(-30%) scale(0.9);
}

.main .presentation-slides .slide-secondary-two {
    transform: translateX(30%) scale(0.9);
}

html {
    scrollbar-gutter: stable;
    overscroll-behavior: none; /* Блокируем инерционный скролл */
}

body {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}

.show-header{
    position: fixed;
    background: #fff;
}

.show-header .mob-menu-trigger path {
    stroke: #000;
}

.section-faq .uk-accordion .uk-accordion-item .uk-accordion-title:before{
    content: "";
    width: 1.4em;
    height: 1.4em;
    margin-left: 10px;
    float: right;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: 50% 50%
}
.section-faq .uk-accordion .uk-accordion-item.uk-open .uk-accordion-title:before{
    content: "";
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%3C%2Fsvg%3E")
}