@charset "UTF-8";


@font-face {
    font-family: "Exo2";
    src: url("/front_assets/fonts/Exo2-Thin.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: "Exo2";
    src: url("/front_assets/fonts/Exo2-ThinItalic.ttf") format("truetype");
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: "Exo2";
    src: url("/front_assets/fonts/Exo2-ExtraLight.ttf") format("truetype");
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: "Exo2";
    src: url("/front_assets/fonts/Exo2-ExtraLightItalic.ttf") format("truetype");
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: "Exo2";
    src: url("/front_assets/fonts/Exo2-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Exo2";
    src: url("/front_assets/fonts/Exo2-LightItalic.ttf") format("truetype");
    font-weight: 300;
    font-style: italic;
}

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

@font-face {
    font-family: "Exo2";
    src: url("/front_assets/fonts/Exo2-Italic.ttf") format("truetype");
    font-weight: 400;
    font-style: italic;
}

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

@font-face {
    font-family: "Exo2";
    src: url("/front_assets/fonts/Exo2-MediumItalic.ttf") format("truetype");
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: "Exo2";
    src: url("/front_assets/fonts/Exo2-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Exo2";
    src: url("/front_assets/fonts/Exo2-SemiBoldItalic.ttf") format("truetype");
    font-weight: 600;
    font-style: italic;
}

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

@font-face {
    font-family: "Exo2";
    src: url("/front_assets/fonts/Exo2-BoldItalic.ttf") format("truetype");
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: "Exo2";
    src: url("/front_assets/fonts/Exo2-ExtraBold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: "Exo2";
    src: url("/front_assets/fonts/Exo2-ExtraBoldItalic.ttf") format("truetype");
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: "Exo2";
    src: url("/front_assets/fonts/Exo2-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: "Exo2";
    src: url("/front_assets/fonts/Exo2-BlackItalic.ttf") format("truetype");
    font-weight: 900;
    font-style: italic;
}


.icon {
    height: 24px;
    width: 24px;
    display: inline-block;
    background-repeat: no-repeat;
    background-color: #161616;
}

.icon-search {
    -webkit-mask-image: url("/front_assets/icons/icons.svg#search");
    mask-image: url("/front_assets/icons/icons.svg#search");
    -webkit-mask-repeat: no-repeat;
}

.icon-profile {
    -webkit-mask-image: url("/front_assets/icons/icons.svg#profile");
    mask-image: url("/front_assets/icons/icons.svg#profile");
    -webkit-mask-repeat: no-repeat;
}

.icon-eye {
    -webkit-mask-image: url("/front_assets/icons/icons.svg#eye");
    mask-image: url("/front_assets/icons/icons.svg#eye");
    -webkit-mask-repeat: no-repeat;
}

.icon-chevronUp {
    -webkit-mask-image: url("/front_assets/icons/icons.svg#chevronup");
    mask-image: url("/front_assets/icons/icons.svg#chevronup");
    -webkit-mask-repeat: no-repeat;
}

.icon-cargo {
    -webkit-mask-image: url("/front_assets/icons/icons.svg#box-icon");
    mask-image: url("/front_assets/icons/icons.svg#box-icon");
    -webkit-mask-repeat: no-repeat;
}

.icon-truck {
    -webkit-mask-image: url("/front_assets/icons/icons.svg#truck");
    mask-image: url("/front_assets/icons/icons.svg#truck");
    -webkit-mask-repeat: no-repeat;
}

.icon-documents {
    -webkit-mask-image: url("/front_assets/icons/icons.svg#documents");
    mask-image: url("/front_assets/icons/icons.svg#documents");
    -webkit-mask-repeat: no-repeat;
}

.icon-money {
    -webkit-mask-image: url("/front_assets/icons/icons.svg#money");
    mask-image: url("/front_assets/icons/icons.svg#money");
    -webkit-mask-repeat: no-repeat;
}

.icon-straxovanie {
    -webkit-mask-image: url("/front_assets/icons/icons.svg#straxovanie");
    mask-image: url("/front_assets/icons/icons.svg#straxovanie");
    -webkit-mask-repeat: no-repeat;
}

.icon-factoring {
    -webkit-mask-image: url("/front_assets/icons/icons.svg#factoring");
    mask-image: url("/front_assets/icons/icons.svg#factoring");
    -webkit-mask-repeat: no-repeat;
}

.icon-chevronLeft {
    -webkit-mask-image: url("/front_assets/icons/icons.svg#chevronLeft");
    mask-image: url("/front_assets/icons/icons.svg#chevronLeft");
    -webkit-mask-repeat: no-repeat;
}

.icon-chevronRight {
    -webkit-mask-image: url("/front_assets/icons/icons.svg#chevronRight");
    mask-image: url("/front_assets/icons/icons.svg#chevronRight");
    -webkit-mask-repeat: no-repeat;
}

.icon-menu {
    -webkit-mask-image: url("/front_assets/icons/icons.svg#menu");
    mask-image: url("/front_assets/icons/icons.svg#menu");
    -webkit-mask-repeat: no-repeat;
}

.icon-close {
    -webkit-mask-image: url("/front_assets/icons/icons.svg#close");
    mask-image: url("/front_assets/icons/icons.svg#close");
    -webkit-mask-repeat: no-repeat;
}

.icon-vacancies {
    -webkit-mask-image: url("/front_assets/icons/icons.svg#interview");
    mask-image: url("/front_assets/icons/icons.svg#interview");
    -webkit-mask-repeat: no-repeat;
}


.mt-100 {
    margin-top: 100px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mt-80 {
    margin-top: 80px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mt-70 {
    margin-top: 70px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mt-60 {
    margin-top: 60px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mt-50 {
    margin-top: 50px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mt-40 {
    margin-top: 40px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mt-10 {
    margin-top: 10px;
}

.mb-10 {
    margin-bottom: 10px;
}

:root {
    --primary-color: #e94c1e;
}

body {
    font-family: "Exo2", sans-serif !important;
    font-weight: 400;
    line-height: 110%;
    color: #000000;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.wrapper,
overflow-hidden {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding-top: 70px;
}

@media (max-width: 1199px) {

    .wrapper,
    overflow-hidden {
        padding-top: 0px;
    }
}


#scrollBtn {
    display: flex;
    opacity: 0;
    position: fixed;
    right: 40px;
    bottom: 40px;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    align-items: center;
    justify-content: center;
    background-color: #e94c1e;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s;
    z-index: 1;
}

#scrollBtn .icon {
    background: #ffffff;
    transition: all 0.3s;
    width: 22px;
    height: 22px;
}

@media (max-width: 767px) {
    #scrollBtn .icon {
        width: 20px;
        height: 20px;
    }
}

#scrollBtn:hover {
    background-color: #d35400;
    transform: scale(1.07);
}

#scrollBtn:hover .icon {
    transform: scale(1.2);
}

@media (max-width: 1199px) {
    #scrollBtn {
        bottom: 120px;
    }
}

@media (max-width: 767px) {
    #scrollBtn {
        width: 45px;
        height: 45px;
        right: 20px;
        bottom: 110px;
    }
}

header.scrolled {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1), 0px 1px 7px 0px rgba(0, 0, 0, 0.1);
    ;
}

.iti {
    --iti-path-flags-1x: url("/front_assets/plugins/intl-tel-input/flags.webp");
    --iti-path-flags-2x: url("/front_assets/plugins/intl-tel-input/flags@2x.webp");
    --iti-path-globe-1x: url("/front_assets/plugins/intl-tel-input/globe.webp");
    --iti-path-globe-2x: url("/front_assets/plugins/intl-tel-input/globe@2x.webp");
}


a {
    text-decoration: none;
    color: #e94c1e;
    line-height: 1;
}

.btn {
    border-radius: 5px;
}

.btn-primary {
    background-color: #F15A29;
    color: #FFFFFF;
    border-color: #F15A29;
    font-family: "Exo2", sans-serif;
    font-size: 16px;
    line-height: 100%;
    font-weight: 400;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
}

.btn-primary:hover {
    background-color: #d35400;
    border-color: #F15A29;
}

.btn-primary:focus {
    background-color: #d35400;
    box-shadow: none;
    border-color: #d35400;
}

.btn-primary:active {
    background-color: #d95601 !important;
    border-color: #F15A29 !important;
}

.btn:focus-visible {
    background-color: #FFFFFF !important;
    border-color: #F15A29 !important;
    box-shadow: none !important;
    color: #F15A29 !important;
}


.link-show-more {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    color: var(--primary-color);
    text-decoration: none;
}

.page {
    margin-top: 40px;
}

.page-index {
    margin-top: 0;
}

.page-error {
    margin-top: 0;
}

.page-auth {
    margin-top: 0;
}

@media (max-width: 767px) {
    .page {
        margin-top: 20px;
    }

    .page-index {
        margin-top: 0;
    }

    .page-error {
        margin-top: 0;
    }

    .page-auth {
        margin-top: 0;
    }
}

.page .breadcrumb {
    margin-top: 20px;
}

.page .breadcrumb .breadcrumb-item {
    font-size: 17px;
    line-height: 100%;
    font-weight: 400;
    color: #161616;
}

.page .breadcrumb .breadcrumb-item a {
    text-decoration: none;
    color: #d35400 !important;
}

.page .title {
    font-family: "Exo2", sans-serif;
    font-weight: 600;
    margin: 30px 0 40px 0;
}

@media (max-width: 991px) {
    .page .title {
        font-size: 34px;
        line-height: 120%;
    }
}

@media (max-width: 767px) {
    .page .title {
        font-size: 27px;
        line-height: 29px;
        margin: 20px 0 30px 0;
    }
}


*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

ul,
ol {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

body {
    font-family: "Exo2", sans-serif;
    font-weight: 400;
    color: #1d293f;
}

button {
    border: none;
    padding: 0;
    cursor: pointer;
}


.orange-btn {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    background: #e94c1e;
    color: #fff;
    width: 94px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 5px;
    transition: all 0.2s linear;
}

.orange-btn:hover {
    background: #d35400;
}

.btn-outline-orange {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    background: #fff;
    color: #e94c1e;
    border: 1px solid #e94c1e;
    width: 94px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 5px;
    transition: all 0.2s linear;
}

.secondary-title {
    font-size: 48px;
    font-weight: bold;
    line-height: 50px;
    letter-spacing: -0.827586174px;
}

.title {
    font-size: 40px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -1px;
    text-align: center;
}

.overlay {
    display: none;
}

.header {
    padding: 13px 0;
    background: #f7f8fa;
    position: fixed;
    background: #f7f8fa;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

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

.header .media-show__btn {
    display: none;
}

.header .hamburger-btn {
    background: transparent;
    display: none;
    flex-direction: column;
    gap: 8px;
    align-items: end;
}

.header .hamburger-btn span {
    width: 30px;
    height: 3px;
    background: #333333;
    display: block;
    position: relative;
    transition: all 0.2s ease-in-out;
}

.header .hamburger-btn span:nth-child(2) {
    width: 19px;
}

.header .hamburger-btn span:last-child {
    width: 27px;
}

.header .hamburger-btn.active span:last-child {
    transform: rotate(45deg);
    top: -11px;
    left: 0;
    width: 30px;
}

.header .hamburger-btn.active span:first-child {
    top: 11px;
    transform: rotate(-45deg);
}

.header .hamburger-btn.active span:nth-child(2) {
    opacity: 0;
}

.header-nav__list {
    gap: 45px;
}

.header-nav__link {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #1d293f;
    text-decoration: none;
}

main {
    padding-top: 157px;
    background: #f7f8fa;
}

.intro {
    background: #f7f8fa;
    overflow: hidden;
    min-height: 65vh;
}

.intro .container {
    position: relative;
}

.intro-content {
    max-width: 860.75px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.intro-title {
    font-size: 58px;
    font-weight: 400;
    line-height: 64px;
    letter-spacing: -1px;
}

.intro-desc {
    font-size: 21px;
    line-height: 30px;
    color: #7c8087;
    margin: 22px 0 43px 0;
}

.intro-btn {
    width: 361.28px;
    margin: 0 auto 52px auto;
    height: 55px;
    font-size: 16px;
}

.intro-phone__img {
    position: absolute;
    bottom: -25px;
    left: -130px;
    z-index: -1;
    width: 320px;
    height: 370px;
    object-fit: contain;
    transform: rotate(6deg);
}

.intro-desctop__img {
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.2509803922));
    width: 95%;
    object-fit: cover;
}

.intro-images {
    text-align: center;
    position: relative;
    z-index: 1;
    max-width: 925px;
    width: 100%;
    margin: 0 auto;
}

.intro-images::before {
    content: "";
    position: absolute;
    top: -50px;
    right: -60px;
    border: 1px solid #f3f3f3;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: #e94c1f;
    z-index: -1;
}

.section-simplicity {
    padding: 100px 0;
    background: #fff;
}

.section-simplicity__container {
    padding-left: 111px;
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.section-simplicity__content {
    max-width: 557px;
    width: 100%;
    padding-top: 10px;
}

.section-simplicity__image {
    max-width: calc(100% - 557px);
    min-width: 600px;
}

.section-simplicity__image img {
    width: 100%;
    object-fit: contain;
}

.section-simplicity__list {
    display: flex;
    gap: 32px;
    flex-direction: column;
    margin-top: 50px;
}

.section-simplicity__item {
    display: flex;
    align-items: center;
    gap: 18px;
}

.section-simplicity__item-number {
    width: 60px;
    height: 60px;
    background: #f7f8fa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
    color: #000;
}

.section-simplicity__item-item-text {
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
}

.page-faktoring .section-simplicity__item {
    align-items: start;
}

.page-faktoring .section-simplicity__image {
    margin: auto;
}

.secondary-title-min {
    font-weight: 600;
    font-size: 30px;
    line-height: 100%;
}

.page-faktoring .section-simplicity__item-item-text {
    line-height: 115%;
}

@media (max-width: 767px) {
    .page-faktoring .section-simplicity__list {
        gap: 30px;
    }

    .page-faktoring .section-simplicity__item-item-text {
        font-weight: 500;
        font-size: 19px;
    }
}

.our-services {
    padding: 100px 0;
    background: #f3f3f3;
}

.our-services__cards {
    margin-top: 44px;
    row-gap: 33px;
}

.our-services__card {
    padding: 68px 45px 74px 45px;
    background: #fff;
    box-shadow: 0px 2px 0px -5px rgba(14, 86, 124, 0.1647058824);
    height: 100%;
}

.our-services__card-top {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 28px;
}

.our-services__card .logo-box {
    height: 54px;
    width: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.our-services__card:hover .logo-box {
    transform: scale(1.05);
}

.our-services__card .logo-box.color-1 {
    background: rgba(233, 76, 31, 0.08);
    color: #e94c1f;
}

.our-services__card .logo-box.color-2 {
    background: rgba(37, 99, 235, 0.08);
    color: #2563eb;
}

.our-services__card .logo-box.color-3 {
    background: rgba(16, 185, 129, 0.08);
    color: #10b981;
}

.our-services__card .logo-box.color-4 {
    background: rgba(139, 92, 246, 0.08);
    color: #8b5cf6;
}

.our-services__card .logo-box.color-5 {
    background: rgba(245, 158, 11, 0.08);
    color: #f59e0b;
}

.our-services__card .logo-box.color-6 {
    background: rgba(236, 72, 153, 0.08);
    color: #ec4899;
}

.our-services__card .logo-box.color-7 {
    background: rgba(20, 184, 166, 0.08);
    color: #14b8a6;
}

.our-services__card .logo-box.color-8 {
    background: rgba(79, 70, 229, 0.08);
    color: #4f46e5;
}

.our-services__card .logo-box.color-9 {
    background: rgba(255, 115, 0, 0.08);
    color: #ff7300;
}

.our-services__card-desc {
    font-size: 18px;
    font-weight: 400;
    line-height: 21.6px;
    color: #8c97ac;
}

/* Home page specific hidden services */
.page-index .home-hidden-service {
    display: none;
}

.btn-all-services {
    padding: 16px 40px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 8px;
    margin-top: 15px;
}

.logo-box_title {
    font-size: 23px;
    line-height: 1;
}

@media (max-width: 1199px) {
    .logo-box_title {
        font-size: 18px;
    }
}

.maximum-possibilities {
    padding: 100px 0;
    background: #fff;
}

.maximum-possibilities .container {
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.maximum-possibilities__content {
    padding-top: 36px;
}

.maximum-possibilities__list {
    display: flex;
    flex-direction: column;
    gap: 35px;
    margin-top: 60px;
    max-width: 395px;
    width: 100%;
}

.maximum-possibilities__list-item {
    display: flex;
    align-items: center;
    gap: 30px;
}

.maximum-possibilities__list-item-title {
    font-size: 21px;
    font-weight: 400;
    line-height: 34px;
}

.maximum-possibilities__list-item-desc {
    color: #7c8087;
    font-size: 16px;
    line-height: 28px;
}

.maximum-possibilities__list .logo-box {
    width: 85px;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 1px solid #e2e4e8;
    border-radius: 10px;
}

.maximum-possibilities__gif {
    padding-right: 138px;
    max-width: 716px;
    height: 608px;
    width: 100%;
}

.maximum-possibilities__gif img {
    width: 100%;
    height: 100%;
}

.step {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
    width: 100%;
    background-image: url(/front_assets/img/step-bg.png);
}

.step-content {
    text-align: center;
    max-width: 578px;
    width: 100%;
    margin: 0 auto;
}

.step-title {
    color: #fff;
    font-size: 36px;
    font-weight: 400;
    line-height: 43.2px;
    margin-bottom: 48px;
}

.step-form__box {
    display: flex;
    gap: 20px;
}

.step .input-box .input-phone,
.step .input-box .iti__tel-input {
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    height: 55px;
    padding: 18px 24px;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    color: #cdcdcd;
    display: block;
    width: 100%;
    outline: none;
}

.step .input-box .input-phone::placeholder,
.step .input-box .iti__tel-input::placeholder {
    color: #cdcdcd;
}

.step .input-box span {
    padding-top: 14px;
    font-size: 13px;
    display: block;
    font-weight: 500;
    line-height: 120%;
    color: #e6e6e6;
    text-align: left;
}

.step .input-box span a:hover {
    text-decoration: underline;
}

.step .orange-btn {
    height: 55px;
    font-size: 16px;
    min-width: 94px;
}

.questions {
    padding: 70px 0;
    background: #fff;
}

.questions-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0 87px 0 111px;
}

.questions-content {
    max-width: 450px;
    width: 100%;
}

.questions-logo {
    width: 201px;
    height: 201px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3f3f3;
    border-radius: 50%;
    margin-left: auto;
    margin-right: 45px;
}

.questions .platforms {
    max-width: 1355px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 80px;
}

.questions .platforms-img {
    width: 50%;
}

.questions .platforms-content {
    min-width: 425px;
    /*max-width: 425px;*/
}

.questions .platforms-content__desc {
    margin: 25px 0 30px 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    color: #292a2c;
    font-weight: lighter;
}

.questions .platforms .title {
    font-size: 48px;
    font-weight: 400;
    line-height: 56px;
    letter-spacing: 0 8275861740112305px;
    text-align: left;
}

.questions .platforms .stores {
    display: flex;
    flex-direction: column;
    gap: 15px;
    flex-shrink: 0;
    width: 100%;
}

.questions .platforms .stores>a {
    width: 239px;
    height: 75px;
    display: flex;
    align-items: center;
    text-decoration: none;
    justify-content: center;
    gap: 26px;
    border-radius: 5px;
    color: #1d293f;
}

.questions .platforms .stores>a span {
    font-size: 16px;
    font-weight: lighter;
    line-height: 28px;
    display: block;
    color: #7c8087;
}

.questions .platforms .stores>a .store-title {
    font-size: 24px;
    font-weight: 300;
    line-height: 34px;
}

.questions .platforms .stores .appstore {
    background: #303030;
}

.questions .platforms .stores .appstore span {
    color: #e9f7fe;
}

.questions .platforms .stores .appstore .store-title {
    color: #fff;
}

.questions .platforms .stores .playstore {
    border: 2px solid #e2e4e8;
}

@media (max-width: 767px) {
    .questions .platforms .stores {
        gap: 8px;
    }
}

.footer {
    padding: 42px 0 22px 0;
    background: #333333;
    position: relative;
    /* overflow: hidden; Removed to allow decoration overflow */
}

/* Hide bottom decorative circle on help pages to prevent sticking out */
.help-center-body .footer::after {
    display: none;
}

.footer::before {
    content: "";
    position: absolute;
    width: 434px;
    height: 434px;
    top: -53%;
    right: -18%;
    border-radius: 46px;
    background: #e94c1f;
    transform: rotate(53deg);
}

.footer::after {
    content: "";
    position: absolute;
    bottom: -160px;
    left: -100px;
    width: 255px;
    height: 255px;
    border-radius: 50%;
    background: #e94c1f;
}

.footer-container {
    max-width: 1112px;
    margin: 0 auto;
    padding: 0 25px;
}

.footer-container .footer-row {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.footer .line {
    width: 100%;
    display: block;
    height: 1px;
    background: #313d55;
    margin: 33px 0 21px 0;
}

.footer .o-company {
    font-size: 13px;
    font-weight: lighter;
    line-height: 28px;
    color: #8c97ac;
}

.footer-logo {
    display: inline-block;
    margin-bottom: 15px;
}

.footer ul li,
.footer ul a {
    font-size: 16px;
    font-weight: lighter;
    line-height: 28px;
    color: #fff;
    text-decoration: none;
}

.footer h3 {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    color: #e94c1f;
    margin-bottom: 17px;
}

.footer-right {
    padding-top: 20px;
}

.footer-right ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.accordion_box {
    position: relative;
}

.accordion_box .block {
    position: relative;
    overflow: hidden;
    border: 1px solid #f3f3f3;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    margin-bottom: 20px;
}

.accordion_box .block::before {
    position: absolute;
    width: 52px;
    height: 101px;
    border-radius: 28px;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    -ms-border-radius: 28px;
    -o-border-radius: 28px;
    background-color: #f3f3f3;
    content: "";
    top: -22px;
    right: 4px;
    z-index: 0;
    -webkit-transform: rotate(-134deg);
    -ms-transform: rotate(-134deg);
    transform: rotate(-134deg);
}

.accordion_box .block:last-child {
    margin-bottom: 0;
}

.accordion_box .block .acc-btn {
    color: #0f172a;
    position: relative;
    font-weight: 600;
    font-size: 20px;
    cursor: pointer;
    padding: 29px 40px;
    padding-right: 70px;
}

@media (max-width: 767px) {
    .accordion_box .block .acc-btn {
        font-weight: 500;
        padding: 25px 70px 35px 15px;
        font-size: 16px;
    }
}

.accordion_box .block .acc-btn .arrow {
    position: absolute;
    right: 27px;
    top: 24px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #fff;
    box-shadow: 0px 4px 7px rgba(178, 190, 205, 0.29);
}

.accordion_box .block .acc-btn .arrow::before {
    top: 8px;
    left: 15px;
    font-size: 16px;
    color: #0f172a;
    content: "\f067";
    font-family: "Font Awesome 5 Pro";
    font-weight: 500;
    position: absolute;
    -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.accordion_box .block.active-block .acc-btn .arrow::before {
    content: "\f068";
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.accordion_box .block .acc-btn span {
    display: block;
    font-size: 14px;
    color: #b3b3c0;
    font-weight: 600;
    margin-bottom: 16px;
}

.accordion_box .block .content {
    position: relative;
    padding: 0 40px;
    padding-bottom: 35px;
}

@media (max-width: 767px) {
    .accordion_box .block .content {
        padding: 12px 15px;
    }
}

.accordion_box .block .content p:not(:last-child) {
    margin-bottom: 20px;
}

.accordion_box .block .content ul {
    list-style: none;
}

.accordion_box .block .content ul li:not(:last-child) {
    margin-bottom: 10px;
}

.accordion_box .block .content ul li i {
    margin-right: 10px;
    font-size: 16px;
}

.accordion_box .block .acc_body {
    position: relative;
}

.accordion_box .block .acc_body.current {
    display: block;
}

.accordion_box .block .acc_body {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease;
}

.accordion_box .block.active-block .acc_body {
    max-height: 1000px;
}

.accordion_box .block .acc-btn {
    cursor: pointer;
}

.accordion_box .block .acc-btn .arrow::before {
    content: "\f067";
}

.accordion_box .block.active-block .acc-btn .arrow::before {
    content: "\f068";
    transform: rotate(180deg);
    transition: transform 0.5s ease;
}

.faq {
    background: #fff;
    padding-bottom: 80px;
}

.xb-faq2 {
    padding: 0;
}

.xb-faq2 .accordion_box .block {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-style: dashed;
    border-color: #cdcecf;
    margin: 0;
    margin-top: -1px;
}

.xb-faq2 .accordion_box .block .acc-btn {
    padding: 32px 40px;
    padding-right: 100px;
    font-size: 24px;
    color: #110f10;
    background-color: #fff;
}

@media (max-width: 767px) {
    .xb-faq2 .accordion_box .block .acc-btn {
        padding: 25px;
        padding-right: 70px;
        font-size: 18px;
    }
}

.xb-faq2 .accordion_box .block .acc-btn .arrow {
    width: 30px;
    height: 30px;
    border: 1px solid #f6f6f6;
    box-shadow: none;
    top: 31px;
    right: 38px;
    z-index: 1;
}

@media (max-width: 767px) {
    .xb-faq2 .accordion_box .block .acc-btn .arrow {
        right: 25px;
    }
}

.xb-faq2 .accordion_box .block .acc-btn .arrow::before {
    top: 0px;
    left: 10px;
    font-size: 14px;
}

.xb-faq2 .accordion_box .block .acc-btn .arrow::after {
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #d91334 0%, #fb4927 100%);
    z-index: -1;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
}

.xb-faq2 .accordion_box .block.active-block .acc-btn .arrow::before {
    color: #fff;
}

.xb-faq2 .accordion_box .block.active-block .acc-btn .arrow::after {
    opacity: 1;
}

.xb-faq2 .accordion_box .block .content {
    padding: 35px 40px;
    padding-right: 100px;
    font-size: 18px;
    line-height: 28px;
}

@media (max-width: 767px) {
    .xb-faq2 .accordion_box .block .content {
        padding: 25px;
    }
}

.faq-shape .shape {
    position: absolute;
}

.faq-shape .shape--1 {
    top: 11%;
    left: 4%;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .faq-shape .shape--1 {
        top: 5%;
        left: 3%;
    }
}

@media (max-width: 1199px) {
    .faq-shape .shape--1 {
        top: 4%;
    }
}

.faq-shape .shape--2 {
    right: 3%;
    top: 13%;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .faq-shape .shape--2 {
        right: 3%;
        top: 7%;
    }
}

.pb-120 {
    padding-bottom: 120px;
}

.pt-120 {
    padding-top: 120px;
}

.sec-title .title {
    text-align: left;
}

@media screen and (max-width: 1700px) {
    .footer::before {
        top: -41%;
        right: -26%;
    }
}

@media screen and (min-width: 1930px) {
    .footer::before {
        top: -41%;
        right: -12%;
    }
}

@media screen and (min-width: 2600px) {
    .footer::before {
        top: -41%;
        right: -7%;
    }
}

@media screen and (max-width: 1400px) {
    .container {
        max-width: 100%;
        padding: 0 20px;
    }

    .section-simplicity__container {
        padding-left: 12px;
        padding-right: 12px;
    }
}

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

    .footer::before,
    .footer::after {
        display: none;
    }
}

@media screen and (max-width: 1200px) {
    .maximum-possibilities__gif {
        padding-right: 0;
    }

    .maximum-possibilities__content {
        min-width: 403px;
    }

    .questions .platforms {
        justify-content: space-between;
        max-width: 100%;
    }

    .questions .platforms-img img {
        width: 100%;
    }

    .questions .platforms {
        gap: 1rem;
    }
}

@media screen and (max-width: 1024px) {
    .intro-desctop__img {
        width: 90%;
    }

    .intro-phone__img {
        left: -30px;
        width: 250px;
        height: 250px;
    }

    .intro-images::before {
        right: -30px;
    }

    .section-simplicity__image {
        display: none;
    }

    .section-simplicity__content {
        max-width: 100%;
    }

    .section-simplicity {
        padding: 40px 12px;
    }

}

@media (max-width: 1199px) {
    .questions .platforms {
        flex-direction: column;
    }

    .questions .platforms .title {
        text-align: center;
    }
}

@media screen and (max-width: 992px) {
    .overlay {
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 98;
    }

    .overlay.show {
        display: block;
    }

    .header .hamburger-btn {
        display: flex;
    }

    .header .orange-btn {
        display: none;
    }

    .header .media-show__btn {
        display: flex;
    }

    .header nav {
        position: fixed;
        top: 71px;
        z-index: 100;
        left: -100%;
        transition: all 0.3s linear;
        width: 50%;
        height: 100%;
        background: #fff;
        padding: 20px;
    }

    .header nav.show {
        left: 0;
    }

    .header nav .header-nav__list {
        flex-direction: column;
        gap: 10px;
    }

    .maximum-possibilities__gif {
        display: none;
    }

    .maximum-possibilities__content {
        min-width: fit-content;
        width: 100%;
    }

    .xb-faq-content {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 33px;
        padding: 0 12px;
    }

    .questions-logo {
        margin-right: 0;
    }

    .questions .platforms {
        flex-direction: column;
    }

    .questions .platforms-img {
        width: 100%;
    }

    .questions .platforms-content {
        max-width: 100%;
        min-width: unset;
        text-align: center;
    }

    .questions .platforms .title {
        text-align: center;
    }
}

@media (max-width: 1199px) {
    .footer {
        padding: 40px 0 130px 0;
    }
}

@media (max-width: 767px) {
    .questions {
        padding: 0 25px 40px;
    }

    .questions-logo {
        width: 75px;
        height: 75px;
        margin-right: 0;
    }

    .questions-logo img {
        width: 24px;
        height: 54px;
    }

    .intro-title {
        font-size: 24px;
        line-height: 120%;
        font-weight: 500;
    }

    main {
        padding-top: 30px;
    }

    .intro-desc {
        margin: 24px 0;
        font-size: 16px;
        line-height: 1.3;
    }

    .intro-btn {
        height: 40px;
        margin: 0 auto;
    }



    .intro-images {
        width: 100%;
        height: 200px;
        background: url(/front_assets/img/section-simplicity-img-mb.png) no-repeat;
        background-position: bottom center;
        background-size: 500px;
    }

    .intro-images img,
    .intro-images::before {
        display: none;
    }

    .secondary-title,
    .title {
        font-size: 22px !important;
        line-height: 30px !important;
    }

    .section-simplicity__list {
        gap: 52px;
        margin-top: 40px;
    }

    .section-simplicity__item-number {
        width: 44px;
        height: 44px;
    }

    .section-simplicity__item-item-text {
        font-size: 16px;
        line-height: 140%;
    }

    .our-services {
        padding: 40px 0;
    }

    .our-services__cards {
        margin-bottom: 20px;
        gap: 25px;
    }

    .our-services__card {
        padding: 53px 36px 48px 36px;
    }

    .our-services__card-top {
        margin-bottom: 18px;
        gap: 9px;
    }

    .header nav {
        width: 80%;
    }

    .maximum-possibilities__list {
        margin-top: 40px;
    }

    .maximum-possibilities__list-item-desc {
        font-size: 14px;
        line-height: 28px;
    }

    .step {
        padding: 40px 0;
    }

    .step-content {
        max-width: 100%;
        padding-left: 25px;
        padding-right: 25px;
    }

    .step-title {
        font-size: 22px;
        line-height: 26.4px;
        margin-bottom: 73px;
    }

    .step-form__box {
        row-gap: 23px;
        flex-wrap: wrap;
    }

    .footer-container .footer-row {
        flex-direction: column;
        row-gap: 35px;
    }

    .footer-right {
        padding-top: 0;
    }

    .footer-container {
        padding-left: 40px;
    }

    .footer-logo {
        transform: translateX(-20px);
    }

    .footer {
        padding: 40px 0 130px 0;
    }

    .footer .o-company {
        text-align: center;
        width: 200px;
        display: block;
        margin: 0 auto;
    }

    .footer .line {
        background: #fff;
        margin: 47px 0 17px 0;
    }

    .faq {
        padding: 40px 0;
    }

    .questions .platforms .title {
        font-size: 22px;
        line-height: 26.4px;
    }

    .questions .platforms-content__desc {
        font-size: 16px;
        margin: 25px 0 30px 0;
    }

    .questions .platforms .stores {
        align-items: center;
    }
}

@media screen and (max-width: 767px) {
    .intro-images {
        background-size: 354.68px;
    }

    .questions .platforms-img {
        display: none;
    }
}

.accordion_box .block .acc-btn .arrow::before {
    content: "+";
    top: 50%;
    left: 50%;
    font-size: 25px;
    transform: translate(-50%, -50%);
}

.accordion_box .block.active-block .acc-btn .arrow::before {
    content: "-";
    transform: translate(-50%, -50%) rotate(0) !important;
}

@media (max-width: 768px) {
    .step {
        background-attachment: scroll;
    }
}

.header-mobile {
    z-index: 9;
    padding: 0;
    background-color: #f7f8fa;
}

.header-mobile::-webkit-scrollbar {
    width: 0;
}

@media (min-width: 1200px) {
    .header-mobile {
        display: none;
    }
}

.header-mobile .icon-chevron-left {
    width: 21px;
    height: 20px;
}

.header-mobile .icon-menu {
    width: 30px;
    height: 30px;
}

.header-mobile .icon-chevron-right {
    width: 20px;
    height: 20px;
}

.header-mobile .content-menu__block-profile .img-profile {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.header-mobile .content-menu__block-profile .name-profile {
    font-size: 19px;
    font-style: normal;
    font-weight: 550;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: red;
}

.header-mobile .content-menu__block-profile .number-profile {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.25px;
    color: red;
}

.mobile_menu_container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    transition: all 200ms;
    -webkit-transform: translateX(-300%);
    transform: translateX(-300%);
    overflow: hidden;
    z-index: 102;
    background: #FFFFFF;
}

.mobile_menu_container ul li ul {
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    transition: all 200ms;
}

.mobile_menu_container.loaded {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

.mobile_menu_container .mobile_menu_content {
    overflow: auto;
    max-height: 100%;
    padding-bottom: 30px;
}

.mobile_menu_container .mobile_menu_content .block-login .text-top {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.25px;
    padding: 0 75px 0px 0;
    margin-bottom: 15px;
    color: red;
}

.mobile_menu_container .sub-title {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.2px;
    color: red;
}

.mobile_menu_container .list-menu {
    margin: 0;
    padding: 0;
}

.mobile_menu_container .list-menu .item-menu {
    list-style: none;
    padding: 0px 5px;
}

.mobile_menu_container .list-menu .item-menu .link {
    display: block;
    font-size: 16px;
    font-style: normal;
    letter-spacing: 0.15px;
    margin-bottom: 30px;
    font-weight: 400;
    line-height: 28px;
    color: #1d293f;
    text-decoration: none;
}

.mobile_menu_container .list-menu .item-menu .link:hover {
    color: red;
}

.mobile_menu_container .list-menu .item-menu .link:hover .icon {
    background: red;
}

.mobile_menu_container .list-menu .item-menu .link.parent {
    padding-right: 50px;
    background: url("/front_assets/img/chevronRight.svg") right 20px center no-repeat;
    background-size: 12px !important;
}

.mobile_menu_container .list-menu .item-menu .link.back {
    padding-left: 50px;
    background: url("/front_assets/img/chevronLeft.svg") left 0px center no-repeat;
    background-size: 12px !important;
    box-sizing: border-box;
    min-height: 50px;
    z-index: 110;
    position: relative;
}

.mobile_menu_container .list-menu .item-menu .sub-categories {
    -webkit-transform: translateX(-300%);
    transform: translateX(-300%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFF;
    z-index: 110;
    padding: 0px 15px;
}

.mobile_menu_container .list-menu .item-menu .sub-categories.loaded {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

.mobile_menu_container .list-menu .item-menu .sub-categories.activity {
    overflow-y: auto;
    overflow-x: hidden;
}

.mobile_menu_container .social-icons .social-icons__item {
    width: 40px;
    height: 40px;
    object-fit: cover;
}

@media (max-width: 767px) {
    .mobile_menu_container .all-rights {
        font-size: 11px;
        padding-bottom: 50px;
    }
}

.menu-close {
    width: 30px;
    height: 30px;
    display: none;
    cursor: pointer;
    z-index: 101;
}

#fixedDivMobile {
    display: none;
}

#fixedDivMobile .fixed-header-mobile {
    position: fixed;
    top: -1px;
    left: 0;
    width: 100%;
    z-index: 8;
    background: #f7f8fa;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2), 0px 2px 6px 2px rgba(0, 0, 0, 0.1);
}

@media (min-width: 1200px) {
    #fixedDivMobile .fixed-header-mobile {
        display: none !important;
    }
}

.page-cargos {
    margin-top: 0;
}

.page-cargos .section-simplicity {
    background-color: #f7f8fa;
}

.page-cargos .section-simplicity .section-simplicity__content .btn-primary {
    padding: 20px 75px;
}

.page-cargos .section-simplicity .secondary-title {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 25px;
    margin-top: 100px;
}

@media (max-width: 1199px) {
    .page-cargos .section-simplicity .secondary-title {
        margin-top: 0;
        font-size: 26px;
        line-height: 120%;
    }

    .maximum-possibilities__list .logo-box {
        width: 65px;
        height: 65px;
    }
}

.page-cargos .section-simplicity .description {
    margin-bottom: 45px;
}

.page-cargos .section-simplicity .description .descr-text {
    font-size: 22px;
    line-height: 28px;
    font-weight: 400;
}

@media (max-width: 767px) {
    .page-cargos .section-simplicity {
        padding: 10px 0 30px 0;
    }
}

.page-cargos .steps-work {
    margin: 50px 0 70px 0;
    width: 100%;
}

.page-cargos .steps-work .steps-work__title {
    font-size: 36px;
    line-height: 40px;
    color: #1D293F;
    font-weight: 600;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .page-cargos .steps-work .steps-work__title {
        margin-bottom: 50px;
    }
}

.page-cargos .steps-work .steps-work__step {
    width: 100%;
    margin-bottom: 65px;
}

.page-cargos .steps-work .steps-work__step .steps-work__step_number {
    background-color: #F7F8FA;
    min-width: 59px;
    min-height: 59px;
    border-radius: 50%;
    font-size: 34px;
    line-height: 35px;
    font-weight: 500;
    margin-right: 30px;
}

.page-cargos .steps-work .steps-work__step .steps-work__step_descr {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
}

@media (max-width: 767px) {
    .page-cargos .steps-work .steps-work__step .steps-work__step_descr {
        font-size: 16px !important;
        line-height: 18px;
    }
}

@media (max-width: 767px) {
    .page-cargos .steps-work .steps-work__step {
        margin-bottom: 30px;
    }
}

.page-cargos .next-level .next-level__title {
    font-size: 32px;
    line-height: 34px;
    color: #1D293F;
    font-weight: 600;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .page-cargos .next-level .next-level__title {
        margin-bottom: 20px;
    }
}

.page-cargos .next-level .next-level__step {
    margin-bottom: 30px;
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 12px;
    transition: all 0.3s;
    text-decoration: none;
}

.page-safe-transaction .next-level .next-level__step:last-child {
    margin-bottom: 0;
}

.page-cargos .next-level .next-level__step .box-icon {
    width: 85px;
    height: 85px;
    border-radius: 12px;
    border: 1px solid #E2E4E8;
    margin-right: 30px;
    flex-shrink: 0;
}

@media (max-width: 991px) {
    .page-cargos .next-level .next-level__step .box-icon {
        margin-right: 15px;
        width: 65px;
        height: 65px;
        padding: 10px;
    }
}

.page-cargos .next-level .next-level__step .box-descr .box-descr_title {
    font-size: 21px;
    line-height: 31px;
    font-weight: 400;
    color: #1D293F;
}

@media (max-width: 767px) {
    .page-cargos .next-level .next-level__step .box-descr .box-descr_title {
        font-size: 18px;
        line-height: 26px;
    }
}

.page-cargos .next-level .next-level__step .box-descr .box-descr_text {
    font-size: 14px;
    line-height: 140%;
    font-weight: 400;
    color: #7C8087;
}

@media (max-width: 767px) {
    .page-cargos .next-level .next-level__step .box-descr .box-descr_text {
        font-size: 14px;
        line-height: 24px;
        line-height: 1.2;
    }
}

.page-cargos .next-level .next-level__step:hover {
    border-color: #e94c1e;
}

.page-cargos .next-level .next-level__step:hover .box-descr_title {
    color: #e94c1e;
}

.page-cargos .next-level .next-level__step:hover .box-icon img {
    transition: all 0.3s;
    transform: scale(1.2);
}

@media (max-width: 991px) {
    .page-cargos .next-level .next-level__step {
        min-height: 170px;
    }

    .page-cargos .next-level .three-columns .next-level__step {
        min-height: max-content;
    }
}

@media (max-width: 767px) {
    .page-cargos .next-level .next-level__step {
        min-height: max-content;
        padding: 5px;
        margin-bottom: 25px;
    }
}

.page-cargos .next-level .next-level__step {}

.page-cargos .step {
    margin-top: 45px;
    /* margin-bottom: 80px; */
}



.page-contacts .sub-title {
    font-size: 24px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    .page-contacts .sub-title {
        font-size: 22px;
        line-height: 24px;
        margin-bottom: 30px;
    }
}

.page-contacts .items-line {
    gap: 94px;
    margin-bottom: 60px;
}

@media (max-width: 991px) {
    .page-contacts .items-line {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .page-contacts .items-line {
        margin-bottom: 30px;
    }
}

.page-contacts .contact-item a:hover {
    transition: all 0.2s;
    color: #e94c1e;
}

.page-contacts .contact-item .contact-item__title {
    font-size: 16px;
    line-height: 18px;
    color: #37474F;
    font-weight: 400;
}

.page-contacts .contact-item .contact-item__descr {
    font-size: 22px;
    line-height: 24px;
    font-weight: 500;
    color: #000000;
    text-decoration: none;
}

@media (max-width: 767px) {
    .page-contacts .contact-item .contact-item__descr {
        font-size: 18px;
        line-height: 20px;
    }
}

@media (max-width: 767px) {
    .page-contacts .contact-item {
        margin-bottom: 20px;
    }
}

.page-contacts .socials {
    margin-bottom: 100px;
}

.page-contacts .socials .icon-block__img {
    width: 50px;
    height: 50px;
}

@media (max-width: 991px) {
    .page-contacts .socials {
        margin-bottom: 60px;
    }
}

@media (max-width: 767px) {
    .page-contacts .socials {
        margin-bottom: 50px;
    }
}

.page-error {
    width: 100vw;
    min-height: 100vh;
    background-color: #F3F3F3;
}

.page-error .page-error__box-image {
    width: max-content;
    margin: 5vh auto 0 auto;
}

.page-error .page-error__box-image .page-error__box-image_item {
    width: 400px;
    height: 400px;
    object-fit: cover;
}

@media (max-width: 767px) {
    .page-error .page-error__box-image .page-error__box-image_item {
        width: 250px;
        height: 250px;
    }
}

@media (max-width: 767px) {
    .page-error .page-error__box-image {
        margin: 3vh auto 0 auto;
    }
}

.page-error .page-error__title .title {
    font-size: 48px;
    line-height: 50px;
    font-weight: 600;
    margin: 24px 0;
    color: #263238;
}

@media (max-width: 767px) {
    .page-error .page-error__title .title {
        font-size: 28px;
        line-height: 100%;
    }
}

.page-error .page-error__descr {
    margin: 0 auto 24px auto;
}

.page-error .page-error__descr .page-error__descr_content {
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    color: #263238;
    text-align: center;
}

@media (max-width: 767px) {
    .page-error .page-error__descr .page-error__descr_content {
        font-size: 14px;
        line-height: 15px;
    }
}

.page-error .action {
    width: max-content;
    margin: 0 auto;
}

.page-error .action .btn-primary {
    padding: 20px 54px;
}

@media (max-width: 767px) {
    .page-error .action .btn-primary {
        padding: 12px 45px;
    }
}

.page-faq .nav {
    gap: 12px;
    width: 100%;
    margin-bottom: 50px;
}

.page-faq .nav .nav-item .nav-link {
    background-color: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #f3f3f3;
    color: #8c97ac;
    transition: all 0.3s;
}

.page-faq .nav .nav-item .nav-link:hover {
    border-color: #e94c1e;
    color: #161616;
}

.page-faq .nav .nav-item .nav-link.active {
    border: 1px solid transparent;
    background-color: #e94c1e;
    color: #FFFFFF;
    cursor: initial;
}

.page-faq .tab-content {
    margin-bottom: 80px;
}

.hidden {
    display: none;
}

.toggle-button {
    cursor: pointer;
    color: blue;
    text-decoration: underline;
}

.content ul {
    list-style: disc !important;
    margin-left: 20px;
    margin-top: 10px;
}

.content ol {
    list-style: auto !important;
}

.accordion-more-faq .accordion-item {
    border: none;
}

.accordion-more-faq .accordion-item .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
}

.accordion-more-faq .accordion-item .accordion-button {
    width: max-content;
    color: #e94c1e;
    font-size: 17px;
    line-height: 100%;
    font-weight: 500;
    gap: 15px;
}

.accordion-more-faq .accordion-item .accordion-button:focus {
    box-shadow: none;
}

.questions .playstore {
    border: none !important;
}

.questions .platforms-content_img {
    width: 100%;
    height: 50px;
    object-fit: cover;
    background-color: #ffffff;
    transition: all 0.3s;
}

.questions .platforms-content_img:hover {
    transform: scale(1.02);
}

@media (max-width: 767px) {
    .questions .platforms-content_img {
        object-fit: contain;
        height: 65px;
    }
}

.iti {
    width: 100%;
}

.iti .iti__search-input {
    height: 40px;
    padding: 0 10px;
}

.iti .iti__search-input:focus-visible {
    outline: none;
}

.iti .iti__tel-input {
    color: #161616 !important;
    line-height: 100% !important;
}

.page-safe-transaction .section-simplicity__image {
    margin-right: 3vw;
}

@media (max-width: 767px) {
    .intro-content .orange-btn {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .maximum-possibilities {
        padding: 40px 0;
    }

    .maximum-possibilities .maximum-possibilities__content {
        padding-top: 0;
    }
}

@media (min-width: 1680px) {
    .section-simplicity__content {
        margin-left: 5vw;
    }

    .page-safe-transaction .section-simplicity__image {
        margin-right: 5vw;
    }
}

@media (min-width: 1920px) {
    .section-simplicity__content {
        margin-left: 8vw;
    }

    .page-safe-transaction .section-simplicity__image {
        margin-right: 10vw;
    }
}

@media (min-width: 2550px) {
    .section-simplicity__content {
        margin-left: 19vw;
    }

    .page-safe-transaction .section-simplicity__image {
        margin-right: 13vw;
    }
}

.icon-block {
    margin-top: 16px;
}

.icon-block .icon-block__img {
    width: 30px;
    height: 30px;
    object-fit: cover;
    transition: all 0.3s;
}

.icon-block .icon-block__img:hover {
    transform: scale(1.2);
}

@media (max-width: 767px) {
    .icon-block .icon-block__img {
        width: 40px;
        height: 40px;
    }
}

.our-services .link-service {
    text-decoration: none;
    color: inherit;
}

.our-services .link-service .our-services__card {
    border: 1px solid transparent;
    transition: all 0.4s;
}

.our-services .link-service:hover .our-services__card {
    border-radius: 2px;
    transform: scale(1.04);
}

.our-services .link-service:hover .our-services__card .logo-box {
    transition: all 0.6s;
    transform: scale(1.4);
}

.page-page .page-page__content {
    text-align: justify;
    margin-bottom: 60px;
}

.page-page .page-page__content h2 {
    margin-bottom: 20px;
    margin-top: 30px;
    text-align: center;
}

.page-page .page-page__content a {
    color: #e94c1e;
}

.page-page .page-page__content p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 10px;
    text-indent: 30px;
}

.page-page .page-page__content b {
    margin-bottom: 10px;
    font-size: 17px;
    display: inline-block;
}

.page-page .page-page__content ul {
    list-style: inherit;
    list-style-type: disc;
    margin-bottom: 20px;
    margin-left: 20px;
}

.page-page .page-page__content li {
    font-size: 18px;
    line-height: 24px;
    list-style: inherit;
    list-style-position: inside;
}

.page-page .page-page__content li::marker {
    margin-left: 30px;
}

@media (max-width: 991px) {
    .page-page .page-page__content li {
        margin-bottom: 12px;
    }
}

.page-page .page-page__content ol {
    list-style-type: decimal;
}

.general-flex-content {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.page-faq {
    padding-bottom: 40px;
}

.page-faq ul {
    list-style: disc;
    margin-left: 90px;
    margin-bottom: 30px;
}

.page-faq ol {
    list-style: decimal;
    margin-left: 55px;
    margin-bottom: 5px;
}

.page-faq h3 {
    margin-bottom: 20px;
}

.page-faq p {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 22px;
}

.page-faq ol li strong {
    display: inline-block;
}

.page-faq li {
    font-size: 18px;
    line-height: 25px;
}

@media (max-width: 767px) {
    .page-faq ol {
        margin-left: 12px;
    }

    .page-faq li {
        font-size: 15px;
        line-height: 19px;
    }

    .page-faq ul {
        margin-left: 0;
    }
}

.btn-outline-primary {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    background: transparent;
    border: 1px solid #e94c1e;
    color: #161616;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 5px;
    transition: all 0.2s !important;
}

.btn-outline-primary:hover {
    background: #e94c1e;
    border-color: #e94c1e;
    color: #ffffff;
}

.btn-outline-primary:active {
    background: #e94c1e !important;
    border-color: #e94c1e !important;
    color: #ffffff;
}

.btn.active {
    background: #e94c1e !important;
    border-color: #e94c1e !important;
    color: #ffffff;
}

.btn-outline-primary:focus {
    background: #e94c1e;
    border-color: #e94c1e;
    color: #ffffff;
}

.intro .btn-outline-primary {
    font-size: 16px;
}

.group-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 50px;
}

.group-btns .intro-btn {
    margin: 0;
}

.page-auth {
    background: #fbfbfb;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 65vh;
}

.page-auth .box-auth {
    padding: 40px;
    background: #ffff;
    border: 1px solid #DFDFDF;
    width: 33vw;
    margin: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 80px auto;
}

.box-auth__title {
    font-size: 26px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 25px;
    width: 100%;
    text-align: center;
}

@media (max-width: 767px) {
    .box-auth__title {
        font-size: 20px;
    }
}

.box-auth .form-floating {
    width: 100%;
    margin-bottom: 35px;
}

.box-auth .form-floating label {
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    color: #808080;
}

.box-auth .form-control {
    width: 100%;
    border: 1px solid #DFDFDF;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    color: #4d4d4d;
    border-radius: 6px;
    min-height: 55px;
}

.box-auth .form-control:focus {
    box-shadow: none;
    border: 1px solid #DFDFDF;
}

.box-auth .form-floating .box-icon {
    position: absolute;
    width: max-content;
    right: calc(1.5em + 0.50rem);
    top: 20px;
    margin: auto 0;
    background: transparent;
    border: none;
}

.box-auth .form-control-password {
    padding-right: 40px;
}

.box-auth .form-floating .box-icon_icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.box-auth .form-floating .box-icon_eyeClose {
    display: none;
}

.box-auth .actions-line {
    width: 100%;
    margin-bottom: 30px;
}

.box-auth .actions-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.box-auth .actions-line .link {
    text-decoration: none;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    color: #E94C1F;
}

.box-auth .actions-line .form-check {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 0;
}

.box-auth .actions-line .form-check .form-check-input {
    margin-top: 0;
}

.box-auth .actions-line .form-check .form-check-input:focus {
    box-shadow: none;
    border-color: transparent;
    border-color: #e3e3e3 !important;
    color: black;

}

.box-auth .actions-line .form-check .form-check-input:checked {
    background-color: #E94C1F;
    border-color: #E94C1F;

}

.box-auth .error-value {
    display: none;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    color: #f80606;
}

.box-auth .form-select {
    min-height: 55px;
    margin-bottom: 35px;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    color: #808080;
}

.box-auth-register .form-select {
    margin-bottom: 0;
}

.box-auth .form-select:focus {
    box-shadow: none;
    border-color: #DFDFDF;
}

.box-auth-register .form-floating {
    margin-bottom: 20px !important;
}

.box-auth-register .actions-line {
    justify-content: center;
    margin-top: 20px;
    gap: 5px;
}

.box-auth-register .agreement {
    margin: 10px 0;
    font-size: 12px;
    line-height: 1;
}

.box-auth-register .agreement a:hover {
    text-decoration: underline;
}

.box-auth .step {
    display: none;
}

.box-auth .step.active {
    display: block;
}

.box-auth-register .step {
    background-image: none;
    padding: 0;
}

.box-auth .is-invalid {
    border-color: red;
}

.box-auth .error-message {
    color: red;
    font-size: 14px;
    margin-top: 5px;
    display: none;
}

.box-auth .transition-auth {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
    width: 100%;
}

.box-auth .transition-auth .link {
    text-decoration: none;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    color: #E94C1F;
}

@media (max-width: 1199px) {
    .page-auth .box-auth {
        width: 60vw;
    }
}

@media (max-width: 767px) {
    .page-auth .box-auth {
        width: 100%;
        margin: 40px 12px;
        padding: 20px 12px;
    }

    .box-auth .actions-line .link {
        font-size: 15px;
    }

    .box-auth .form-check-label {
        font-size: 15px;
    }

}

@media (max-width: 375px) {
    .box-auth .actions-line .link {
        font-size: 12px;
        font-weight: 500;
        line-height: 160%;
    }

    .box-auth .form-check-label {
        font-size: 12px;
        font-weight: 500;
        line-height: 160%;
    }

    .box-auth-register .actions-line {
        font-size: 12px;
        font-weight: 500;
        line-height: 160%;
    }

}


.section {
    margin-bottom: 80px;
}

.page-about {
    margin-top: -70px;
}

@media (max-width: 991px) {
    .page-about {
        margin-top: 0px;
    }
}

.box-content {
    margin-top: -40px;
}

@media (max-width: 1199px) {
    .box-content {
        margin-top: 0;
    }
}


.section-intro-about {
    position: relative;
    background: #f7f8fa;
    padding-top: 50px;
    min-height: 100vh;
    display: flex;
    align-items: center;
    z-index: 2;
    box-sizing: border-box;
    overflow-anchor: none;
}

.section-intro-about .btn-primary {
    padding: 15px 40px;
    font-size: 16px;
}

.section-intro-about .btn-outline-primary {
    padding: 12px 30px;
    font-size: 15px;
    font-weight: 500;
}

.section-intro-about .logo {
    display: block;
    margin-bottom: 12px;
    font-size: 40px;
    line-height: 1;
    font-weight: 600;
    color: #161616;
}

.section-intro-about .logo img {
    width: 300px;
    height: 115px;
    object-fit: contain;
}

.section-intro-about .description {
    max-width: 60%;
    font-size: 21px;
    line-height: 35px;
    font-weight: 500;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}

.section-intro-about .bg-logo-min {
    width: 500px;
    height: auto;
    object-fit: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10%;
    z-index: 1;
    transition: all 0.7s;
}


.intro-scroll-down {
    position: absolute;
    left: 50%;
    bottom: 30px;
    width: 100%;
    height: 42px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: transparent;
    cursor: pointer;
    opacity: .8;
    animation: scrollBounce 2.2s infinite ease-in-out;
    transition: opacity .25s ease, transform .25s ease;
}


.intro-scroll-down__arrow {
    width: 25px;
    height: 25px;
    border-right: 3px solid #e94c1f;
    border-bottom: 3px solid #e94c1f;
    transform: rotate(45deg);
}

@keyframes scrollBounce {
    0% {
        transform: translate(-50%, 0)
    }

    50% {
        transform: translate(-50%, 18px)
    }

    100% {
        transform: translate(-50%, 0)
    }
}

.intro-scroll-down:hover {
    opacity: 1;
    transform: translate(-50%, 4px);
}

@media (max-width: 1199px) {
    .intro-scroll-down {
        display: none;
    }
}

/* ====================================================*/
.section-our-services .maximum-possibilities__list {
    width: 100%;
}

.page-about .questions {
    padding: 30px 0;
}

.page-about .step {
    margin-bottom: 30px;
}

.page-about .faq {
    padding-bottom: 60px;
}

.page-about .section-simplicity {
    background: #ffffff;
    padding: 20px 0;
}

.page-about .section-simplicity__list {
    gap: 50px;
}

.page-about .section-simplicity__item {
    align-items: start;
}

.page-about .section-simplicity .secondary-title {
    margin-top: 0;
}

.page-about .section-simplicity__content {
    margin-left: 0;
}

.page-about .section-simplicity__content {
    max-width: 100%;
    width: 100%;
}

.page-about .section-simplicity__item-item-text {
    font-size: 26px;
    line-height: 36px;
    font-weight: 600;
    letter-spacing: -1px;
}

.page-about .section-simplicity__item-item-description {
    font-size: 23px;
    line-height: 35px;
    font-weight: 300;
    letter-spacing: -1px;
    margin-top: 10px;
}

.page-about .next-level .next-level__title {
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    margin: 40px 0;
}

.box-content-intro {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    margin-top: -70px;
}

.box-content-intro .intro-content {
    margin-top: 12vh;
}

.box-content-intro .intro-images {
    margin-top: auto;
}


@media (max-width: 1400px) {
    .box-content-intro {
        padding-top: 70px;
    }
}

@media (max-width: 1199px) {
    .page-about .section-simplicity__item-item-text {
        font-size: 22px;
        font-weight: 500;
    }

    .page-about .section-simplicity__item-item-description {
        font-size: 19px;
    }

    .box-content-intro {
        margin-top: -80px;
    }

    .section {
        margin-bottom: 40px;

    }

    .section-intro-about .description {
        max-width: 90%;
        font-size: 19px;
        line-height: 150%;
    }

    .section-intro-about {
        min-height: 50vh;
        padding-bottom: 50px;
        padding-top: 80px;
    }

    .section-intro-about .logo {
        display: none;
    }

    .page-about .section-simplicity__container {
        padding-right: 0;
    }

    .page-about .section-simplicity__content {
        width: 100%;
    }

    .page-about .section-simplicity {
        padding: 0px 0 70px;
    }

    .section-intro-about .bg-logo-min {
        display: none;
        width: 230px;
        height: auto;
        top: 30%;
        opacity: 0.3;
        z-index: 0;
    }
}

@media (max-width: 991px) {
    .section-intro-about {
        padding-top: 40px;
    }

    .section-intro-about .description {
        font-size: 23px;
    }

    .section-intro-about .bg-logo-min {
        width: 230px;
        height: auto;
        top: 45%;
    }
}

@media (max-width: 767px) {

    [data-aos] {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }

    .section {
        margin-bottom: 20px;
    }

    .section-intro-about .description {
        max-width: 100%;
    }

    .section-intro-about {
        min-height: 100%;
        padding-bottom: 50px;
        padding-top: 20px;
    }

    .section-intro-about .description {
        font-size: 20px;
        line-height: 150%;
        margin-bottom: 40px;
        position: relative;
        z-index: 1;
    }

    .page-cargos .section-simplicity .secondary-title {
        font-size: 24px;
        line-height: 120%;
    }

    .page-about .section-simplicity__item-item-text {
        font-size: 17px;
        line-height: 110%;
    }

    .page-about .section-simplicity__item-item-description {
        font-size: 15px;
        line-height: 130%;
    }

    .page-about .next-level .next-level__title {
        font-size: 32px;
        line-height: 40px;
        margin: 25px 0;
    }

    .page-about .section-simplicity__item-number {
        width: 45px;
        height: 45px;
    }

    .page-about .next-level .next-level__title {
        margin-bottom: 30px;
    }

    .page-about .section-simplicity {
        padding: 0 !important;
    }

    .section-intro-about .bg-logo-min {
        width: 160px;
        top: 10%;
        opacity: 0.3;
        z-index: 0;
    }

    .container {
        padding: 0 12px;
    }

    .group-btns {
        flex-direction: column;
    }

    .group-btns a {
        width: 100%;
    }

    .section-simplicity__container {
        padding-left: 0;
        padding-right: 0;

    }

    .section-simplicity__item {
        gap: 10px;
    }
}


.page-hide-header {
    width: 100%;
    height: 71px;
    display: block;
    background: #f7f8fa;
    z-index: 150;
    position: absolute;
    top: 0;
    left: 0;
}

@media (max-width: 1199px) {
    .page-hide-header {
        display: none;
    }
}

.intro-description {
    margin-top: 35px;
}

.intro-description_text {
    font-size: 22px;
    line-height: 120%;
    font-weight: 400;
    color: #000000;
    letter-spacing: 0;
    margin-bottom: 25px;
}

.section-intro-transport .maximum-possibilities__gif {
    padding-right: 0;
}

.section-intro-transport .maximum-possibilities__content .btn-primary {
    padding: 12px 30px;
    font-size: 15px;
    font-weight: 500;
}

.section-autopark {
    background: #F3F3F3;
    padding: 80px 0;
}

.page-transport .section-autopark {
    margin-bottom: 80px;
    margin-top: 20px;
}

.top-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}

.section-title {
    font-size: 32px;
    line-height: 50px;
    font-weight: 600;
    letter-spacing: -1px;
    color: #1D293F;
}

.section-link {
    font-size: 32px;
    line-height: 38px;
    font-weight: 300;
    letter-spacing: -1px;
    color: #1D293F;
    text-decoration: none;
    border-bottom: 1px solid;
    transition: all 0.2s;
}

.section-link:hover {
    color: var(--primary-color);
}

.list-items {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}

.list-items__el {
    position: relative;
    width: 32%;
    background-color: #ffffff;
    padding: 40px 45px;
    text-decoration: none;
    color: #0f172a;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 0.3s;
    margin-bottom: 25px;
}

.list-items__el:hover {
    background-color: #E94C1F;
}

.list-items__el_title {
    font-size: 23px;
    line-height: 34px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #1D293F;
    margin-bottom: 25px;
    z-index: 1;
}

.text-dedicated {
    color: var(--primary-color);
}

.list-items__el_descr {
    font-size: 18px;
    line-height: 120%;
    font-weight: 300;
    letter-spacing: 0px;
    color: #8C97AC;
    z-index: 1;
}

.list-items__el_bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: 0;
    transition: all 0.5s;
}

.list-items__el:hover .list-items__el_title {
    color: #FFFFFF;
}

.list-items__el:hover .text-dedicated {
    color: #FFFFFF;
}

.list-items__el:hover .list-items__el_descr {
    color: #FFFFFF;
}

.list-items__el:hover .list-items__el_bg-image {
    opacity: 0.3;
}

.page-transport .next-level .next-level__title {
    margin-bottom: 50px;
    margin-top: 40px;
}

.page-transport .next-level {
    padding-bottom: 20px;
}

.page-transport .maximum-possibilities {
    padding: 40px 0;
}

.page-transport .maximum-possibilities__content {
    margin: auto;
}

@media (max-width: 1199px) {
    .list-items__el {
        width: 48%;
    }

    .section-link {
        font-size: 23px;
        line-height: 26px;
    }

    .questions .platforms-img img {
        height: 60vh;
        object-fit: contain;
    }

    .page-transport .next-level .next-level__title {
        margin-bottom: 40px;
    }

    .list-items__el {
        justify-content: start;
        min-height: 225px;
    }

    .section-intro-transport .maximum-possibilities__gif {
        width: 160%;
    }
}

@media (max-width: 767px) {
    .page-transport .maximum-possibilities {}

    .section-autopark {
        padding: 30px 0;
        margin-bottom: 0;
    }

    .questions .platforms-img img {
        height: 50vh;
    }

    .list-items__el {
        width: 100%;
    }

    .list-items__el_title {
        font-size: 19px;
        line-height: 23px;
    }

    .section-intro-transport .secondary-title {
        font-size: 28px;
    }

    .page-transport .next-level .next-level__title {
        font-size: 25px;
        margin-top: 0;
    }

    .top-line {
        flex-direction: column;
        justify-content: start;
        align-items: start;
        margin-bottom: 30px;
    }

    .section-intro-transport .maximum-possibilities__content .btn-primary {
        padding: 15px 45px;
    }

    .intro-description_text {
        font-size: 20px;
    }

    .page-transport .section-autopark {
        margin-bottom: 0;
    }
}


.not-auth-user {
    display: flex;
    gap: 15px;
}

.not-auth-user .btn {
    padding: 15px 50px !important;
    font-size: 18px;
    line-height: 120%;
    font-weight: 400;
}

.page .title {
    margin: -20px 0 40px 0;
}

.register-go-back {
    display: block;
    background: #f7f8fa;
    border: none;
    color: #000000;
    margin: 15px 0 0;
    width: max-content;
    width: 100%;
    padding: 10px 15px;
    border-radius: 5px;
    transition: all 0.2s;
}

.register-go-back:hover {
    background: #dbdbdb;
}

#resend-container {
    margin-bottom: 15px;
}

.timer-seconds {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    border-radius: 3px;
    border: 1px solid #DFDFDF;
    padding: 5px;
    color: var(--primary-color);
    font-size: 16px;
}

@media (max-width: 767px) {
    .not-auth-user .btn {
        padding: 12px 30px !important;
    }

    .page .title {
        margin: 0 0 30px 0;
    }
}

.secondary-title .text-orange {
    color: #E94C1F;
}

.link-tochka {
    display: inline-block;
    color: #7F41E0;
    text-decoration: none;
    transition: all 0.2s;
}

.page-safe-transaction .section-simplicity {
    padding: 100px 0 0;
}

.page-safe-transaction .next-level {
    padding: 50px 0;
}

.section-works {
    background: #FEFDFF;
    padding: 50px 0 150px;
}

.page-safe-transaction .next-level .next-level__step:hover {
    cursor: default;
}

.page-safe-transaction .next-level .next-level__step {
    min-height: 120px;
}


.animated-timeline-container {
    width: 100%;
    margin: 0 auto;
}

.timeline-header {
    display: flex;
    align-items: center;
    justify-content: center;

}

.timeline-title {
    text-align: center;
    font-size: 34px;
    line-height: 50px;
    color: #1D293F;
    letter-spacing: -1px;
    font-weight: 600;

}

.timeline-subtitle {
    text-align: center;
    color: #7C8087;
    font-size: 20px;
    line-height: 140%;
    font-weight: 400;
}

.animated-timeline {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
    width: 100%;
}

.timeline-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
}



.timeline-vertical-line {
    width: 3px;
    height: 250px;
    background-image: repeating-linear-gradient(to bottom,
            #f0f0f0 0,
            #f0f0f0 10px,
            transparent 10px,
            transparent 20px);
    position: relative;
    overflow: hidden;
    margin-top: -10%;
}

.timeline-step:last-child .timeline-vertical-line {
    height: 1px;
    opacity: 0;
}

.timeline-step-left .timeline-vertical-line {
    margin-left: auto;
}

.timeline-step-right .timeline-vertical-line {
    margin-right: auto;
}

.line-fill {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #E94C1F;
    z-index: 1;
    transition: height 0.1s linear;
}

.timeline-point {
    opacity: 0.2;
    transition: opacity 0.5s ease-out;
    background: #FFE6DF;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #ffffff;
    margin-top: -10%;
    font-size: 20px;
    line-height: 140%;
    font-weight: 400;
    color: #E94C1F;
    transition: all 0.2s;
    z-index: 4;
}

.timeline-point.visible {
    opacity: 1;
    color: #ffffff;
    background: #E94C1F;
}

.timeline-description {
    opacity: 0.2;
    transition: opacity 0.5s ease-out;
    pointer-events: none;
    max-width: 75%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: end;

}

.timeline-description.visible {
    opacity: 1;
    pointer-events: auto;
}

.timeline-description h3,
.timeline-description p {
    opacity: inherit;
}

.line-text-left {
    display: flex;
    justify-content: end;
    align-items: center;
    margin-right: -4%;
}

.line-text-right {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-left: -4.2%;
}

.line-text-left .timeline-description__content {
    margin-right: 100px;
    text-align: end;
}

.line-text-right .timeline-description__content {
    margin-left: 100px;
    text-align: start;
}

.timeline-description__content_icon {
    width: 50px;
    height: auto;
    object-fit: contain;
}

.timeline-description__content_title {
    font-size: 24px;
    line-height: 140%;
    font-weight: 600;
    color: var(--primary-color);
}

.timeline-description__content_descr {
    font-size: 20px;
    line-height: 140%;
    font-weight: 400;
    color: #6C7078;
    margin-bottom: 10px;
}

.timeline-step-left {
    margin-right: auto;
}

.timeline-step-right {
    margin-left: auto;
}

.page-safe-transaction .step {
    margin-top: 0;
}

.page-safe-transaction .section-simplicity .secondary-title {
    margin-top: 40px;
}

@media (max-width: 1199px) {
    .page-safe-transaction .section-simplicity {
        padding: 50px 10px;
    }

    .timeline-description {
        max-width: 100%;
    }

    .line-text-left .timeline-description__content {
        margin-right: 50px;
    }

    .line-text-right .timeline-description__content {
        margin-left: 50px;
    }

    .line-text-left {
        margin-right: -5%;
    }

    .line-text-right {
        margin-left: -6%;
    }

    .timeline-vertical-line {
        height: 200px;
    }

    .page-safe-transaction .next-level .next-level__step {
        min-height: 150px;
    }
}

@media (max-width: 991px) {
    .page-safe-transaction .next-level .next-level__step {
        min-height: 180px;
    }
}

@media (max-width: 767px) {
    .section-works {
        padding: 40px 0 90px;
    }

    .page-safe-transaction .section-simplicity {
        padding: 0 0 60px;
    }

    .page-safe-transaction .next-level {
        padding: 25px 0;
    }

    .page-safe-transaction .next-level .next-level__step {
        min-height: 95px;
        margin-bottom: 15px;
    }

    .page-safe-transaction .next-level .next-level__title {
        font-size: 25px;
        line-height: 30px;
    }

    .timeline-title {
        font-size: 22px;
        line-height: 1;
    }

    .timeline-subtitle {
        font-size: 16px;
    }

    .timeline-step {
        width: 100%;
        align-items: start;
    }

    .line-text-left {
        flex-direction: row-reverse;
    }

    .timeline-step-left .timeline-vertical-line {
        margin-left: 6%;
        margin-right: auto;
    }

    .line-text-left {
        margin-right: 0;
        gap: 15px;
    }

    .line-text-right {
        margin-left: 0;
        gap: 15px;
    }

    .line-text-left .timeline-description__content {
        margin-right: 0;
    }

    .timeline-vertical-line {
        margin-top: -9%;
        margin-left: 6%;
        height: 100px;
    }

    .line-text-left .timeline-description__content {
        text-align: start;
    }

    .line-text-right .timeline-description__content {
        margin-left: 0;
    }

    .timeline-description__content_title {
        font-size: 20px;
    }

    .timeline-description__content_descr {
        font-size: 15px;
    }

    .timeline-header {
        flex-direction: column;
        gap: 15px;
    }

    .secondary-title-min {
        font-size: 22px;
    }


}

@media (max-width: 375px) {
    .timeline-step-left .timeline-vertical-line {
        margin-left: 7%;
        margin-top: -13%;
    }

    .timeline-vertical-line {
        margin-left: 7%;
    }
}

@media (max-width: 320px) {
    .timeline-step-left .timeline-vertical-line {
        margin-left: 9%;
    }

    .timeline-vertical-line {
        margin-left: 9%;
    }
}


.cookie-banner {
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%);
    width: 20%;
    background-color: #ffffff;
    color: #333;
    text-align: center;
    padding: 15px;
    z-index: 1000;
    font-size: 14px;
    border: 1px solid #e94c1f54;
    border-radius: 15px;
    display: none;
}

.cookie-banner p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
}

.cookie-banner a {
    color: #333;
    text-decoration: underline;
}

.cookie-banner a:hover {
    color: #e94c1e;
}

.cookie-btn {
    background-color: #ffffff;
    color: #161616;
    border: none;
    padding: 5px;
    font-size: 14px;
    line-height: 100%;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.cookie-btn:hover {
    background-color: #d95721;
    color: #ffffff;
}

@media (max-width: 1199px) {
    .cookie-banner {
        width: 40%;
    }
}

@media (max-width: 767px) {
    .cookie-banner {
        width: 70%;
    }
}

.page-safe-transaction .section-simplicity {
    padding-bottom: 80px;
}

.page-safe-transaction .section-simplicity__image {
    margin-right: 10vw;
}

.page-faktoring .section-simplicity {
    padding-bottom: 80px;
    padding-top: 0;
}

.page-faktoring .section-simplicity__image {
    margin-right: 10vw;
}

.page-faktoring .section-simplicity__image img {
    max-height: 500px;
}

.page-faktoring .section-simplicity__content.secondary {
    max-width: 100%;
}

.section-simplicity__item-item-descr {
    font-family: "Exo2";
    font-weight: 400;
    font-size: 18px;
    line-height: 110%;
    color: #7A7A7A;
}

.page-safe-transaction .section-simplicity__image img {
    max-height: 500px;
}

.section-advantages {
    padding: 80px 0;
}

.card-advantages {
    position: relative;
    margin-left: 70px;
}

.card-advantages__top {
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0px;
    color: #1D293F;
    margin-bottom: 20px;
}

.card-advantages__top .highlight {
    color: #E94C1F;
}

.card-advantages__bottom {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0;
    color: #979797;
}

.card-advantages .bg-image {
    position: absolute;
    top: -5px;
    right: 20%;
    width: max-content;
    height: 180px;
    object-fit: contain;
    z-index: -1;
}

@media (max-width: 1199px) {
    .card-advantages {
        margin-left: 0;
        margin-bottom: 60px;
    }

    .card-advantages__top {
        margin-bottom: 10px;
    }

    .card-advantages .bg-image {
        right: 0;
        height: 140px;
    }
}


.factoring-calculator {
    padding: 50px 0 80px;
}

.box-calculator {
    padding: 50px 60px;
    background: #F4F4F4;
    border-radius: 30px;
}


.box-calculator .description {
    font-weight: 400;
    font-size: 18px;
    line-height: 21.6px;
    letter-spacing: -1px;
    color: #455A64;
    margin-bottom: 40px;
}

.calculator label {
    display: block;
    margin-bottom: 40px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19.2px;
    letter-spacing: -1px;

}

.calculator h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -1px;
    color: #455A64;

}

.calculator p {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -1px;
    color: #455A64;
    margin: 10px 0;
}

.calculator h2 {
    font-family: "Exo2";
    font-weight: 500;
    font-size: 23px;
    line-height: 140%;
    letter-spacing: -1px;
    color: #455A64;
}

.range-container {
    position: relative;
    margin-bottom: 20px;
    text-align: center;
}

.range-value {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    background: #FFE6DF;
    color: #E94C1F;
    padding: 5px 10px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: bold;
}

.range-labels {
    display: flex;
    justify-content: space-between;
    color: #6C7078;
    margin-top: 5px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16.8px;
    letter-spacing: -1px;

}


input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 3px;
    background: #e0e0e0;
    border-radius: 3px;
    outline: none;
    cursor: pointer;
}


input[type="range"]::-webkit-slider-runnable-track {
    height: 3px;
    border-radius: 3px;
    background: #e0e0e0;
}


input[type="range"]::-webkit-slider-runnable-track {
    background: linear-gradient(to right, #E94C1F var(--progress), #e0e0e0 var(--progress));
}


input[type="range"]::-moz-range-progress {
    background: #E94C1F;
    height: 3px;
    border-radius: 3px;
}


input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    background: #E94C1F;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    z-index: 2;
    top: -6px;
}

input[type="range"]::-moz-range-thumb {
    width: 16px;
    height: 16px;
    background: #E94C1F;
    border-radius: 50%;
    cursor: pointer;
}

@media (max-width: 1199px) {
    .factoring-calculator {
        padding: 0 0 50px;
    }

    .box-calculator {
        margin: 0;
        padding: 20px;
    }

    .calculate-title {
        font-size: 30px;
    }

}

@media (max-width: 767px) {
    .calculator h2 {
        font-size: 19px;
        line-height: 1.3;
    }
}


.form-control:focus {
    border-color: #E94C1F;
    outline: 0;
    box-shadow: none;
}

.form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.form-floating>.form-control:not(:placeholder-shown)~label {
    transform: scale(0.85) translateY(-1.5rem) translateX(0.1rem) !important;
}

.btn-close:focus {
    box-shadow: none;
}

.toast-notification {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    background-color: #fff;
    color: #28a745;
    padding: 30px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    flex-direction: column;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1050;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.toast-notification.hidden {
    visibility: hidden;
}

.toast-notification.show {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.toast-notification .toast-text {
    font-size: 18px;
    line-height: 1.5;
}

.toast-notification .img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    margin-bottom: 15px;
}

.toast-notification svg {
    width: 100px;
    height: 100px;
    margin-bottom: 15px;
}

.toast-notification svg path {
    fill: #28a745;
}

.toast-notification .toast-content {
    display: flex;
    align-items: center;
    flex-direction: column;
    min-width: 350px;
}

@media (max-width: 767px) {
    .box-content-intro .intro-content {
        margin-top: 10vh;
    }
}

.payment-logo {
    object-fit: cover;
    max-height: 20px;
}

.like .sec-title {
    font-size: 32px;
    line-height: 120%;
    color: #1D293F;
    font-weight: 600;
    margin-bottom: 40px;
    margin-top: 70px;
}

.like .sec-description {
    font-size: 24px;
    line-height: 120%;
    color: #000000;
    font-weight: 400;
}

.like .image {
    width: 380px;
    height: 360px;
    object-fit: cover;
}

@media (max-width: 1199px) {
    .like .image {
        width: 320px;
        height: 300px;
    }

    .like .sec-title {
        font-size: 24px;
        margin-top: 40px;
    }

    .like .sec-description {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .like .image {
        width: 220px;
        height: 200px;
    }

    .like .sec-title {
        text-align: center;
        font-size: 20px;
        margin-bottom: 20px;
    }

    .like .sec-description {
        text-align: center;
    }

    .page-cargos .next-level .next-level__step .box-descr .box-descr_text br {
        display: none;
    }
}

.form-check-input {
    margin: 0;
}

.form-check-input:checked {
    background-color: #161616;
    border-color: #161616;
}

.form-check-input:focus {
    box-shadow: none;
}


.row-items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 50px;
}

.row-items__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 18%;
}

.row-items__item .media {
    margin-bottom: 20px;
    width: 100%;
}

.row-items__item .media img {
    width: 100%;
    height: 100px;
    object-fit: contain;
    transition: all 0.3s;
}

.row-items__item .name {
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -1px;
    color: #000000;
}

.row-items__item .name .orange {
    color: #E94C1F;
}

.next-level .text-description {
    margin: 40px 0;
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: -1px;
    color: #504E4E;

}

.row-items__item:hover .media img {
    transform: scale(1.2);
}

@media (max-width: 1024px) {
    .row-items__item {
        width: 16%;
    }
}

@media (max-width: 767px) {
    .row-items {
        gap: 16px;
        margin-top: 20px;
    }

    .row-items__item {
        width: 46%;
        margin-bottom: 10px;
        gap: 2px;
    }

    .row-items__item .media {
        margin-bottom: 4px;
    }

    .row-items__item .media img {
        height: 90px;
    }

    .next-level .text-description {
        margin: 20px 0 40px;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 0;
    }

    .page-cargos .steps-work .steps-work__step .steps-work__step_number {
        min-width: 40px;
        min-height: 40px;
        line-height: 1;
        font-size: 24px;
        margin-right: 16px;
    }


}


.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin: 30px 0;
}

.blog-grid__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    text-decoration: none;
    background: #f9f9f9;
    padding: 16px;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: all 0.3s ease;
}

.blog-grid__image-wrapper {
    width: 100%;
    height: 230px;
    overflow: hidden;
    border-radius: 4px;
    margin-bottom: 12px;
}

.blog-grid__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.blog-grid__title {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    line-height: 1.4;
    transition: color 0.3s ease;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.blog-grid__item:hover .blog-grid__image {
    transform: scale(1.1);
}

.blog-grid__item:hover .blog-grid__title {
    color: #E94C1F;
}


@media (max-width: 1023px) {
    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575.98px) {
    .blog-grid {
        grid-template-columns: 1fr;
    }
}


.blog-post-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 24px;
    padding: 0;
    margin: 0 auto;
}

.blog-post-content {
    display: flex;
    flex-direction: column;
}

.post-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 12px;
}

.post-meta {
    font-size: 14px;
    color: #888;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.post-meta__item {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    line-height: 100%;
    color: #888;
    text-decoration: none;
}

.post-meta .feather {
    display: block;
    width: 14px;
    height: 14px;
}

.post-image-wrapper {
    margin-bottom: 20px;
}

.post-image {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 6px;
}

figure {
    margin: 0;
}

figcaption {
    display: block;
    padding-top: 5px;
    font-style: normal;
    font-weight: 400;
    color: #838899;
    word-break: break-all;
    font-size: 14px;
}


.post-description img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
    margin: 12px 0;
    display: block;
}

.post-description {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 20px;
    padding-bottom: 8px;
    border-bottom: 1px solid #eee;
}


.blog-post-sidebar {
    position: sticky;
    top: 20px;
    align-self: start;
    background: #fff;
    padding: 16px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.sidebar-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 16px;
}

.sidebar-news-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 24px;
}

.sidebar-news-item {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #333;
    gap: 10px;
    min-height: 64px;
    padding: 4px 0;
    transition: all 0.2s;
}

.sidebar-news-thumb {
    width: 55px;
    height: 55px;
    object-fit: cover;
    flex-shrink: 0;
    border-radius: 4px;
    background-color: #f0f0f0;
}

.sidebar-news-title {
    font-size: 14px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 2.8em;
    transition: all 0.2s;
}

.sidebar-news-item:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.sidebar-news-item:hover .sidebar-news-title {
    color: #e94c1e;
}


.sidebar-banner {
    max-width: 100%;
    margin-top: 16px;
}

.sidebar-banner .banner-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 6px;
}


@media (max-width: 1023px) {
    .blog-post-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .post-title {
        font-size: 26px;
    }

    .post-image {
        height: 300px;
    }

    .blog-post-sidebar {
        position: static;
        box-shadow: none;
        padding: 0;
        margin-top: 16px;
    }

    .sidebar-news-thumb {
        width: 70px;
        height: 70px;
    }

    .sidebar-banner .banner-image {
        height: 180px;
    }
}

@media (max-width: 767px) {
    .blog-post-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .post-title {
        font-size: 22px;
    }

    .post-meta {
        font-size: 13px;
    }

    .post-image {
        height: 200px;
    }

    .post-description {
        font-size: 15px;
    }

    .blog-post-sidebar {
        position: static;
        box-shadow: none;
        padding: 0;
        margin-top: 12px;
    }

    .sidebar-title {
        font-size: 18px;
    }

    .sidebar-news-thumb {
        width: 48px;
        height: 48px;
    }

    .sidebar-news-title {
        font-size: 13px;
    }

    .sidebar-banner .banner-image {
        height: 160px;
    }
}

.page-apps .questions {
    padding: 0;
}

@media (max-width: 991px) {
    .page-apps .questions {
        padding: 0 12px 60px;
    }
}

.questions .soon {
    position: relative;
    pointer-events: none;
}

.questions .soon .platforms-content_img {
    transition: filter 0.2s;
}

.questions .soon .soon-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e94c1fa1;
    color: white;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.05em;
    border-radius: 7px;
    z-index: 2;
    pointer-events: none;
    backdrop-filter: blur(0.5px);
}

@media (max-width: 767px) {
    .questions .soon .soon-overlay {
        font-size: 1rem;
        border-radius: 12px;
    }
}


.webInstruction .modal-body {
    max-height: 100% !important;
    overflow: initial;
}

.webInstruction .modal-dialog {
    max-width: 94%;
}

.webInstruction .modal-header {
    align-items: start;
}

.ath-steps-grid {
    display: grid;
    gap: 12px;
}

.ath-guide__title {
    font-weight: 600;
    font-size: 28px;
    line-height: 1;
}

.ath-guide__subtitle {
    font-size: 16px;
    margin-bottom: 16px !important;
}

.ath-step-block {
    text-align: center;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 16px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .05);
}

.ath-step-block__img {
    width: 100%;
    max-width: 320px;
    height: 350px;
    margin: 0 auto 12px;
    display: block;
    object-fit: cover;
    border-radius: 8px;
}

@media (min-width: 1700px) {
    .ath-step-block__img {
        height: 430px;
    }
}

.ath-step-block__num {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #16a34a;
    color: #fff;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
}

.ath-step-block__text {
    font-size: 15px;
    color: #1f2328;
}

.ath-step-block__text a {
    color: #16a34a;
    text-decoration: none;
}

.ath-step-block__text a:hover {
    text-decoration: underline;
}


@media (max-width: 992px) {
    .ath-step-block__img {
        height: 280px;
    }
}

@media (max-width: 767px) {
    .ath-step-block__img {
        height: 410px;
    }
}

@media (min-width: 768px) {
    .ath-steps-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1200px) {
    .ath-steps-grid {
        grid-template-columns: repeat(5, 1fr);
    }
}


.btn-web-vers {
    width: max-content;
    gap: 10px;
    font-weight: 500;
    font-size: 16px;
    transition: all 0.3s;
    padding: 6px 14px;
}

.btn-web-vers:hover {
    transform: scale(1.02);
    background: #fff;
    color: #161616;
}

.btn-web-vers .logo {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.page-counterparty .section-simplicity {
    padding: 50px 0 80px;
}

.page-counterparty .faq {
    padding: 50px 0 80px;
}

.page-counterparty .step {
    margin: 0;
}

.page-counterparty .section-simplicity__list {
    gap: 20px;
}

.page-counterparty .next-level .next-level__step:hover .box-icon svg {
    transition: all 0.3s;
    transform: scale(1.2);
}

.page-counterparty .next-level {
    padding: 80px 0;
}

.page-counterparty .section-simplicity__image {
    margin-right: 0;
}

@media (max-width: 1024px) {
    .btn-web-vers {
        margin: auto;
    }

    .our-services .link-service .our-services__card {
        padding: 20px;
    }
}


@media (min-width: 768px) and (max-width: 991px) {
    .intro-title {
        font-size: 38px;
        line-height: 120%;
    }

    .secondary-title {
        font-size: 22px;
        line-height: 120%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .page-counterparty .section-simplicity__content {
        max-width: 100%;
        flex-shrink: 0;
    }
}

@media (max-width: 1199px) {
    .page-cargos .step {
        margin: 0;
    }

    .page-cargos .next-level .next-level__step {
        margin-bottom: 5px;
    }

    .page-cargos .steps-work .steps-work__title {
        font-size: 26px;
        line-height: 120%;
        margin-bottom: 20px;
    }

    .page-cargos .next-level .next-level__title {
        font-size: 26px;
        line-height: 120%;
        margin: 20px 0;
    }

    .page-cargos .steps-work .steps-work__step .steps-work__step_number {
        width: 44px;
        height: 44px;
    }

    .page-cargos .steps-work .steps-work__step .steps-work__step_descr {
        font-size: 21px;
    }

    .page-cargos .steps-work .steps-work__step {
        margin-bottom: 40px;
    }

    .page-cargos .section-simplicity {
        padding: 0 12px 30px;
    }


    .page-counterparty .section-simplicity {
        padding: 20px 12px 80px;
    }

    .page-counterparty .section-simplicity__image img {
        max-height: 400px;
    }

    .page-counterparty .section-simplicity__image {
        margin-right: 0;
    }

    .page-counterparty .next-level .next-level__step {
        min-height: max-content;
    }

    .page-counterparty .faq {
        padding: 0 0 80px;
    }


    .page-cargos .steps-work {
        margin: 30px 0 50px 0;
    }

    .title {
        font-size: 34px;
        line-height: 120%;
    }

    .our-services {
        padding: 45px 0;
    }

    .questions {
        padding: 40px 0 60px 0;
    }

    .questions .platforms .title {
        font-size: 30px;
        line-height: 120%;
        font-weight: 500;
        margin-bottom: 0;
    }

    .questions .platforms-content__desc {
        margin: 0 0 20px 0;
    }

    .section-simplicity__list {
        gap: 24px;
    }

    .our-services__cards {
        margin-top: 30px;
    }

    .section-autopark {
        padding: 30px 0;
    }

    .page-transport .section-autopark {
        margin: 0;
    }

    .list-items__el {
        padding: 20px;
    }

    .top-line {
        margin-bottom: 30px;
    }

    .section-title {
        font-size: 28px;
    }
}


@media (max-width: 767px) {
    .questions {
        padding: 20px 0 40px 0;
    }

    .page-cargos .next-level .next-level__title {
        font-size: 22px;
    }

    .page-cargos .step {
        margin: 20px 0 0;
    }

    .btn-web-vers {
        padding: 10px 40px;
        border-radius: 8px;
    }

    .our-services {
        padding: 40px 0;
    }

    .questions .platforms .title {
        font-size: 23px;
    }

    .questions .platforms-content__desc {
        line-height: 120%;
        margin-top: 10px;
    }

    .section-simplicity__list {
        gap: 16px;
    }

    .section-simplicity {
        padding: 24px 12px;
    }

    .page-counterparty .section-simplicity .secondary-title {
        font-size: 24px;
        line-height: 1;
    }

    .sec-title .title {
        font-size: 26px;
    }

    .page-counterparty .faq {
        padding: 20px 0 40px;
    }

    .page-counterparty .next-level {
        padding: 40px 0;
    }
}


:root {
    --hiw-bg: #fff;
    --hiw-text: #0f1012;
    --hiw-muted: #6b7280;
    --hiw-border: #f0e4d9;
    --hiw-accent: #e94c1f;
    --hiw-accent-2: #e94c1f;
    --hiw-radius: 6px;
}

.hiw {
    margin-top: 40px;
}

.help-main-content,
.help-article-content {
    flex: 1;
    background: #fff;
    padding: 24px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}


.hiw__inner {}

.hiw__title {
    font-size: 22px;
    line-height: 100%;
    color: #1D293F;
    font-weight: 600;
    margin-bottom: 30px !important;
}

.hiw__label {
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 14px;
}


.hiw-tabs,
.hiw-subtabs {
    display: flex;
    gap: 10px;
    margin-bottom: 20px !important;
}

.hiw-tabs__btn,
.hiw-subtabs__btn {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    padding: 20px 40px;
    border-radius: 6px;
    border: 1px solid #eee;
    background: #fff;
    color: var(--hiw-text);
    font-weight: 500;
    cursor: pointer;
}

.hiw-subtabs__btn {
    font-weight: 400;
    padding: 10px 20px;
}

.hiw-tabs__btn.is-active {
    background: linear-gradient(180deg, var(--hiw-accent), var(--hiw-accent-2));
    color: #fff;
    border-color: transparent
}

.hiw-subtabs__btn.is-active {
    border-color: var(--hiw-accent);
    background: #fff7f0;
    color: var(--hiw-accent);
}

.hiw-tabs__icon {
    width: 24px;
    height: 24px;
    color: var(--hiw-accent)
}

.hiw-tabs__icon svg {
    width: 100%;
    height: 100%;
    fill: currentColor
}

.hiw-tabs__btn_txt {
    color: #161616;
}

.hiw-tabs__btn.is-active .hiw-tabs__btn_txt {
    color: #FFFFFF;
}

.hiw-tabs__btn.is-active .hiw-tabs__icon {
    color: #FFFFFF;
}

.hiw-panel {
    display: none
}

.hiw-panel.is-active {
    display: block
}

.hiw-type-panel {
    display: none
}

.hiw-type-panel.is-active {
    display: block
}


.steps {
    display: grid;
    gap: 12px
}

.step-card {
    display: block;
    background: var(--hiw-bg);
    border: 1px solid var(--hiw-border);
    border-radius: 6px;
    padding: 14px 14px 14px 58px;
    position: relative;
}

.step-card--muted {
    background: #fffaf6
}

.step-card__num {
    position: absolute;
    left: 14px;
    top: 14px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #fff;
    font-weight: 800;
    background: radial-gradient(60% 60% at 30% 30%, #e94c1f 0%, #f85b2f 60%, #f16e47 100%);
}

.step-card__title {
    margin: 0 0 8px !important;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 600
}

.step-card__text {
    margin: 0;
    color: var(--hiw-muted);
    font-size: 14px;
    line-height: 1.45
}

.step-note {
    margin-top: 10px;
    padding: 10px 12px;
    border-radius: 6px;
    font-size: 14px;
    border: 1px dashed #ffd59f;
    background: #fff7ea;
    color: #e94c1f;
}

.step-note--warn {
    background: #fff3db;
    border-color: #ffc787
}


@media (min-width: 768px) {
    .hiw__title {
        font-size: 32px;
        margin-bottom: 18px
    }

    .steps {
        gap: 14px
    }

    .step-card {
        padding: 16px 18px 16px 66px;
    }

    .step-card__num {
        left: 16px;
        top: 16px;
        width: 38px;
        height: 38px
    }

    .step-card__title {
        font-size: 17px
    }

    .step-card__text {
        font-size: 15px
    }
}

@media (min-width: 1200px) {
    s .hiw__inner {}

    .hiw-tabs__btn {
        padding: 20px 40px
    }

    .hiw-subtabs__btn {
        padding: 10px 30px
    }

    .steps {
        gap: 16px
    }
}

@media (max-width: 767px) {

    .hiw-tabs__btn,
    .hiw-subtabs__btn {
        width: 100%;
    }

    .hiw {
        margin-bottom: 30px;
    }
}

.page-docs__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 40px;
}


.page-docs__layout--has-sidebar {
    grid-template-columns: 260px minmax(0, 1fr);
}


.page-docs__sidebar {
    position: sticky;
    top: 100px;
    align-self: flex-start;
}


.page-docs__toggle {
    display: none;
    border: 0;
    background: none;
}


.page-docs__sidebar-inner {
    background: #ffffff;
    border-radius: 0;
    box-shadow: 0 10px 30px rgba(6, 28, 61, 0.06);
    padding: 16px 0;
    max-height: 60dvh;
    overflow-y: auto;
    position: relative;
}

.page-docs__sidebar-inner::-webkit-scrollbar {
    width: 6px;
}

.page-docs__sidebar-inner::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: rgba(233, 76, 30, 0.35);
}


.page-docs__nav {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.page-docs__link {
    display: block;
    padding: 10px 18px;
    font-size: 14px;
    line-height: 1.4;
    color: #42526B;
    text-decoration: none;
    border-left: 3px solid transparent;
    transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.page-docs__link:hover {
    background: #f3f6fb;
    color: #061C3D;
}

.page-docs__link--active {
    border-left-color: #e94c1e;
    background: rgb(233 76 30 / 5%);
    color: #061C3D;
    font-weight: 500;
}


.page-docs__content {
    background: #ffffff;
    border-radius: 12px;
    padding: 32px 40px;
    box-shadow: 0 12px 40px rgba(6, 28, 61, 0.04);
}

.page-docs__title {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 24px;
    color: #061C3D;
}

.page-docs__body {
    font-size: 15px;
    line-height: 1.6;
    color: #42526B;
}

.page-docs__body h1,
.page-docs__body h2,
.page-docs__body h3 {
    font-weight: 600;
    color: #061C3D;
    margin: 24px 0 12px;
}

.page-docs__body p {
    margin-bottom: 10px;
}

.page-docs__body ol,
.page-docs__body ul {
    margin: 0 0 14px 20px;
}


@media (max-width: 991.98px) {


    .page-docs__layout {
        display: block;
    }

    .page-docs__sidebar {
        position: static;
        margin-bottom: 16px;
    }

    .page-docs__toggle {
        display: inline-flex;
        justify-content: center;
        align-items: center;

        position: fixed;
        right: 20px;
        bottom: 130px;

        width: 45px;
        height: 45px;
        border-radius: 50%;

        background: #e94c1e;
        cursor: pointer;
        z-index: 1200;

        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
        transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
    }

    .page-docs__toggle:active {
        transform: translateY(1px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.22);
    }


    .page-docs__icon {
        position: absolute;
        inset: 50%;
        transform: translate(-50%, -50%) scale(1);
        transform-origin: center;
        transition: opacity 0.15s ease, transform 0.15s ease;
    }


    .page-docs__icon--doc::before,
    .page-docs__icon--doc::after {
        content: "";
        position: absolute;
        box-sizing: border-box;
    }


    .page-docs__icon--doc::before {
        width: 20px;
        height: 24px;
        border-radius: 3px;
        border: 2px solid #fff;
        top: -12px;
        left: -10px;
    }


    .page-docs__icon--doc::after {
        width: 12px;
        height: 2px;
        background: #fff;
        top: 4px;
        left: -6px;
        box-shadow: 0 4px 0 0 #fff;
    }


    .page-docs__icon--close::before,
    .page-docs__icon--close::after {
        content: "";
        position: absolute;
        width: 18px;
        height: 2px;
        background: #fff;
        border-radius: 2px;
        top: -1px;
        left: -9px;
    }

    .page-docs__icon--close::before {
        transform: rotate(45deg);
    }

    .page-docs__icon--close::after {
        transform: rotate(-45deg);
    }


    .page-docs__icon--doc {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }

    .page-docs__icon--close {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.6);
    }


    .page-docs__toggle--open .page-docs__icon--doc {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.6);
    }

    .page-docs__toggle--open .page-docs__icon--close {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }


    .page-docs__sidebar-inner {
        position: fixed;
        inset: 0 auto 0 0;
        width: 380px;
        max-width: 80%;
        max-height: 100dvh;
        border-radius: 0;
        transform: translateX(-100%);
        transition: transform 0.2s ease-out;
        z-index: 1100;
        overflow-y: auto;
    }


    .page-docs__sidebar--open .page-docs__sidebar-inner {
        transform: translateX(0);
    }


    .page-docs__sidebar-backdrop {
        display: none;
        position: fixed;
        inset: 0;
        background: rgba(6, 28, 61, 0.35);
        z-index: 1090;
    }

    .page-docs__sidebar--open+.page-docs__content,
    .page-docs__sidebar--open .page-docs__sidebar-backdrop {}

    .page-docs__content {
        padding: 0;
        border-radius: 18px;
        box-shadow: none;
    }

    .page-docs__title {
        font-size: 24px;
        text-align: left;
    }
}


@media (max-width: 575.98px) {

    .page-docs__body {
        font-size: 14px;
    }
}


.footer-mobile {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1), 0px 1px 7px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1), 0px 1px 7px 0px rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 10px 3px 30px;
    z-index: 15;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.footer-mobile .menu-item .text {
    font-size: 12px;
    font-style: normal;
    font-weight: 550;
    line-height: 12px;
    letter-spacing: 0.4px;
    color: #99A2AD;
}

.footer-mobile .menu-item .menu-icon {
    background: #FFF;
    border: none;
    border-radius: 20px;
    padding: 6px 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-mobile .menu-item .menu-icon img {
    width: 24px;
    height: 24px;
}

.footer-mobile .menu-item .menu-icon svg {
    width: 24px;
    height: 24px;
}

.footer-mobile .menu-item-active .text {
    font-size: 12px;
    font-style: normal;
    font-weight: 550;
    line-height: 12px;
    letter-spacing: 0.4px;
    color: #E94C1F;
}

.footer-mobile .menu-item-active .menu-icon {
    border: none;
    border-radius: 20px;
    padding: 6px 18px;
    margin-bottom: 4px;
    background: rgba(240, 130, 34, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-mobile .menu-item-active .menu-icon img {
    width: 24px;
    height: 24px;
}

.footer-mobile .menu-item-active .menu-icon svg {
    width: 24px;
    height: 24px;
    fill: #e94c1f;
}

.menu-favicon {
    width: 30px;
    height: 30px;
    margin-bottom: 5px;
    object-fit: cover;
}

@media (min-width: 1200px) {
    .footer-mobile {
        display: none;
    }
}


.button-style {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #EAEAEA;
    border: 1px solid #DFDFDF;
    border-radius: 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    padding: 12px;
    gap: 4px;
    color: #161616;
    transition: all 0.2s;
}

.button-style:hover {
    background: #d9d9d9;
}

.button-style img {
    width: 16px;
    height: 16px;
    object-fit: contain;
}


/* ====== Verification namespace ====== */
.gl-verification {
    margin: 40px auto;
}

/* Карточка */
.gl-verification__card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    max-width: 600px;
    width: 100%;
    position: relative;
    z-index: 1;
    border-radius: 20px;
    margin: 0 auto;
}

.gl-verification__card--success {
    border-color: #52b475;
}

.gl-verification__card--error {
    border-color: #fa5e5e;
}

/* Тело */
.gl-verification__body {
    padding: 24px;
    text-align: center;
}

/* Иконка */
.gl-verification__icon svg {
    width: 88px;
    height: auto;
}

.gl-verification__icon img {
    width: 88px;
    height: auto;
}

.gl-verification__icon--muted img {
    filter: grayscale(1);
    opacity: .4;
}

/* Заголовки */
.gl-verification__title {
    font-weight: 600;
    font-size: 22px;
    margin: 12px 0 6px;
    color: #111827;
}

.gl-verification__title--error {
    color: #e52a2a;
}

/* Подзаголовок */
.gl-verification__subtitle {
    font-size: 14px;
    color: #6b7280;
    margin-bottom: 20px !important;
    line-height: 1.5;
}

/* Бейджи */
.gl-verification__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    margin-bottom: 20px;
}

.gl-verification__badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    font-size: 14px;
    border-radius: 8px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    color: #374151;
}

.gl-verification__badge img {
    width: 32px;
}

/* Список */
.gl-verification__list {
    list-style: none;
    padding: 0;
    margin: 0 auto 20px;
    text-align: left;
    width: max-content;
}

.gl-verification__list li {
    position: relative;
    padding-left: 16px;
    margin-bottom: 8px;
    font-size: 14px;
    color: #374151;
}

.gl-verification__list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #22c55e;
}

/* Кнопки */
.gl-verification__actions {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}

.gl-verification__btn {
    padding: 10px 16px;
    border-radius: 10px;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
}

.gl-verification__btn--primary {
    background: #2563eb;
    color: #fff;
}

.gl-verification__btn--outline {
    border: 1px solid #2563eb;
    color: #2563eb;
    background: transparent;
}

.gl-verification__logo {
    margin: 10px auto;
    text-align: center;
}

.gl-verification__logo img {
    max-width: 150px;
    width: 100%;
}

/* Подвал */
.gl-verification__footer {
    margin-top: 14px;
    font-size: 12px;
    color: #6b7280;
}

@media (max-width: 1199px) {}

@media (max-width: 767px) {

    .gl-verification__body {
        padding: 16px;
    }

    .gl-verification__list {
        width: 100%;
    }

    .gl-verification__title {
        font-size: 20px;
    }
}


.box-calculator {
    padding: 24px;
    background: #f9f9f9;
    border-radius: 8px;
    border: 1px solid #dfdfdf;
}

.box-calculator .calculate-title {
    font-weight: 600;
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: -0.5px;
    color: #455a64;
    margin-bottom: 24px;
}

.box-calculator .description {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.35;
    color: #455a64;
    margin-bottom: 32px;
}

.box-calculator .calculator .calc-title {
    display: block;
    margin-bottom: 0;
    font-size: 15px;
    color: #455a64;
    font-weight: 600;
}

.box-calculator .calculator .calc-title:first-child {
    margin-bottom: 36px;
}

.box-calculator .calculator h3 {
    font-weight: 600;
    font-size: 18px;
    color: #455a64;
    margin-top: 32px;
    margin-bottom: 12px;
}

.box-calculator .calculator h2#factoring-cost {
    font-size: 24px;
    font-weight: 600;
    color: #e94c1f;
    margin-bottom: 10px;
}

.box-calculator .calculator p {
    font-size: 15px;
    color: #6c7078;
    line-height: 1.4;
}

.box-calculator .range-container {
    position: relative;
    margin-bottom: 24px;
    text-align: center;
}


.box-calculator .range-container .range-labels {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    color: #6c7078;
    margin-top: 6px;
}

.box-calculator input[type="range"] {
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, #e94c1f var(--progress), #e0e0e0 var(--progress));
    border-radius: 3px;
    appearance: none;
    cursor: pointer;
    outline: none;
}


.box-calculator input[type="range"]::-webkit-slider-thumb {
    appearance: none;
    width: 16px;
    height: 16px;
    background: #e94c1f;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    top: -6px;
    z-index: 2;
}

.box-calculator input[type="range"]::-moz-range-thumb {
    width: 16px;
    height: 16px;
    background: #e94c1f;
    border-radius: 50%;
    cursor: pointer;
}

.box-calculator input[type="range"]::-webkit-slider-runnable-track {
    height: 4px;
    border-radius: 3px;
}

.box-calculator input[type="range"]::-moz-range-track {
    height: 4px;
    border-radius: 3px;
}

.box-calculator input[type="range"]::-moz-range-progress {
    background: #e94c1f;
}

.box-calculator .payout-options {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 20px 0 32px;
}

.box-calculator .payout-options div {
    position: relative;
}

.box-calculator .payout-options input[type="radio"] {
    display: none;
}

.box-calculator .payout-options label {
    display: flex;
    justify-content: start;
    gap: 10px;
    padding: 12px 16px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background: #fff;
    transition: all 0.2s ease;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
    color: #455a64;
}

.box-calculator .payout-options label:hover {
    border-color: #e94c1f;
    background: #fff5f0;
}

.box-calculator .payout-options label .payment-logo {
    width: 40px;
    height: 25px;
    object-fit: contain;
}

.payout-options.flex-row label {
    text-align: center;
    justify-content: center;
}

@media (max-width: 350px) {
    .box-calculator .payout-options label {
        font-size: 11px;
    }
}

.box-calculator .payout-options input[type="radio"]:checked+label {
    border-color: #e94c1f;
    background: #ffe6df;
    color: #e94c1f;
    font-weight: 600;
}

.box-calculator .range-container {
    position: relative;
    margin-bottom: 24px;
    text-align: center;
}

.box-calculator .range-container .range-value {
    position: absolute;
    top: -36px;
    background: #ffe6df;
    color: #e94c1f;
    padding: 5px 12px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
    pointer-events: auto;
    z-index: 10;
    transform: translateX(-50%);
    border: none;
    width: auto;
    min-width: 70px;
    max-width: 100px;
    text-align: center;
}

.box-calculator .range-container .range-value:focus {
    outline: none;
    background: #ffd5c7;
}


.box-calculator .range-container .range-value.middle {
    left: 50%;
    transform: translateX(-50%);
}


.box-calculator .range-container .range-value.left-edge {
    left: 0;
    transform: translateX(0);
}


.box-calculator .range-container .range-value.right-edge {
    left: 100%;
    transform: translateX(-100%);
}

.calc-summary {
    margin-top: 16px;
    padding: 14px 16px;
    border: 1px solid #eee;
    border-radius: 6px;
    background: #fff;
}

.calc-summary__title {
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 17px
}

.calc-summary__list {
    list-style: none;
    margin: 0;
    padding: 8px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee
}

.calc-summary__list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 8px 0;
    font-size: 14px;
}

.calc-summary__total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    font-size: 20px;
    font-weight: 600;
}

.calc-summary__total strong {
    color: #e94c1f;
    font-weight: 600 !important;
}

.is-red {
    color: #ff2412
}

.calc-summary__list .is-hidden {
    display: none;
}

.js-safe-deal-calculator {
    margin-bottom: 40px;
}

.js-safe-deal-calculator .calculator label {
    margin-bottom: 0;
}

.js-safe-deal-calculator .payout-options {
    margin: 10px 0 20px;
}

.js-safe-deal-calculator .calculator .calc-title:first-child {
    margin-bottom: 40px;
}

.calc-info {
    margin-top: 18px;
    font-size: 15px;
    line-height: 1;
    color: #a0a0a0;
}

@media (min-width: 768px) {
    .box-calculator .payout-options {
        flex-direction: row;
    }

    .box-calculator .payout-options div {
        flex: 1;
    }
}

@media (max-width: 1199px) {
    .box-calculator {
        padding: 12px;
    }

    .box-calculator .calculate-title {
        font-size: 22px;
    }

    .box-calculator .calculator h2#factoring-cost {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .calc-info {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .mobile-w-100 {
        width: 100%;
    }
}


/* ===== Контейнер слайдера ===== */
.as-slider {
    position: relative;
    margin: 0 auto 20px;
    user-select: none;
}

/* ===== Окно просмотра ===== */
.as-slider__viewport {
    overflow: hidden;
    border-radius: 20px;
}

/* ===== Лента ===== */
.as-slider__track {
    display: flex;
    gap: 16px;
    padding: 4px;
    transition: transform 300ms ease;
    touch-action: pan-y;
}

/* ===== Карточка ===== */
.as-slide {
    flex: 0 0 calc(100% - 8px);
    background: #ffffff;
    border-radius: 20px;
    padding: 20px;
    display: grid;
    grid-template-rows: auto 1fr;
    min-height: 520px;
    border: 1px solid #e6e8ec;
}

/* ===== Текст ===== */
.as-slide__head {
    padding-bottom: 12px;
}

.as-slide__kicker {
    font-size: 13px;
    font-weight: 600;
    color: #f25a2b;
    margin-bottom: 6px;
}

.as-slide__title {
    font-size: 20px;
    line-height: 1.15;
    margin: 0 0 10px;
    color: #0b1220;
}

.as-slide__text {
    font-size: 15px;
    line-height: 1.45;
    margin: 0;
    color: #5b677a;
    max-width: 520px;
}

/* ===== Блок с телефоном ===== */
.as-slide__phone {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-top: 8px;
}

/* ===== Скрин ===== */
.as-slide__img {
    width: 100%;
    height: 500px;
    object-fit: contain;
    display: block;
    border-radius: 12px;
    pointer-events: none;
    -webkit-user-drag: none;
    user-drag: none;
    -webkit-user-select: none;
    user-select: none;
}

/* ===== Кнопки навигации ===== */
.as-slider__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #dcdfe4;
    background: #ffffff;
    line-height: 1;
    color: #0b1220;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.as-slider__nav--prev {
    left: 8px;
}

.as-slider__nav--next {
    right: 8px;
}

.as-slider__nav:disabled {
    opacity: 0.35;
    cursor: default;
}

.as-slider__nav .icon {
    width: 16px;
    height: 16px;
    display: block;
}

/* оптическая компенсация */
.as-slider__nav--prev .icon {
    transform: translateX(-1px);
}

.as-slider__nav--next .icon {
    transform: translateX(1px);
}


/* ===== Точки ===== */
.as-slider__dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 12px;
}

.as-slider__dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    border: none;
    background: #c7ccd6;
    cursor: pointer;
}

.as-slider__dot.is-active {
    width: 16px;
    border-radius: 10px;
    background: #0b1220;
}

/* ===== Desktop: по 2 карточки ===== */
@media (min-width: 980px) {
    .as-slide {
        flex-basis: calc((100% - 16px) / 2);
        min-height: 560px;
    }
}

@media (min-width: 768px) {
    .as-slide {
        flex-basis: calc((100% - 16px) / 2);
        min-height: 560px;
    }
}

/* ===== Desktop: 3 слайда ===== */
@media (min-width: 1200px) {
    .as-slide {
        flex-basis: calc((100% - 32px) / 3);
        min-height: 560px;
    }
}

/* ===== Mobile / Tablet fixes ===== */
@media (max-width: 979px) {

    .as-slider__viewport {
        border-radius: 16px;
    }

    .as-slider__track {
        gap: 12px;
        padding: 3px;
    }

    .as-slide {
        padding: 16px;
        border-radius: 16px;
        min-height: auto;
        /* ключевое */
    }

    .as-slide__title {
        font-size: 20px;
        line-height: 1.15;
        margin-bottom: 8px;
    }

    .as-slide__text {
        font-size: 14px;
        line-height: 1.4;
        max-width: 100%;
    }

    .as-slide__phone {
        padding-top: 10px;
        align-items: center;
        /* чтобы не прижималось вниз */
    }

    .as-slide__img {
        height: 440px;
    }

    /* стрелки: не по центру экрана, а ближе к низу карточки */
    .as-slider__nav {
        /*top: auto;*/
        transform: none;
        /*bottom: 62px;*/
        width: 34px;
        height: 34px;
        font-size: 20px;
    }

    .as-slider__nav--prev {
        left: 10px;
    }

    .as-slider__nav--next {
        right: 18px;
    }

    /* точки компактнее */
    .as-slider__dots {
        margin-top: 10px;
    }
}

.box-qr-gl {
    width: 170px;
    height: auto;
    flex-shrink: 0;
}

.box-qr-gl img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border: 1px solid #a4a4a4;
    border-radius: 12px;
    transition: all 0.3s;
    transform-origin: center center;
}

.btns-download-app {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin: 0 auto;
}

/* третья кнопка занимает всю ширину */
.btns-download-app .link-platform:nth-child(3) {
    grid-column: 1 / -1;
}

/* изображения внутри */
.link-platform img {
    width: 100%;
    height: 50px;
    display: block;
    transition: transform .25s ease;
}

/* лёгкий hover */
.link-platform:hover img {
    transform: translateY(-3px);
}


@media (max-width: 1199px) {
    .box-qr-gl {
        display: none;
    }

    .page-about .platforms-img {
        display: none;
    }

    .btn-desktop-intro {
        display: none;
    }

    .page-cargos .section-simplicity .section-simplicity__content .btn-primary {
        padding: 10px 15px;
    }

    .group-btns .intro-btn {
        display: none;
    }
}

@media (min-width: 1200px) {
    .btn-download-app {
        display: none;
    }

    .btns-download-app {
        display: none;
    }


    .btn-desktop-intro {
        display: flex;
    }
}

@media (max-width: 767px) {
    .page-cargos .steps-work .steps-work__title {
        font-size: 22px;
    }

    .page-cargos .steps-work .steps-work__step {
        margin-bottom: 30px;
    }

    .page-cargos .section-simplicity .description {
        margin-bottom: 30px;
    }

    .page-cargos .section-simplicity .description .descr-text {
        font-size: 20px;
        line-height: 1.2;
    }
}


.offcanvas-login-mobile .stores {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.offcanvas-login-mobile .link-platform img {
    height: 60px;
}

/* --- Help Center Styles --- */
.help-center-section {
    padding: 80px 0;
}

@media (max-width: 1199px) {
    .help-center-section {
        padding: 40px 0;
    }
}

.container-custom {
    /* max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px; */
}

.help-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}

@media (min-width: 576px) {
    .help-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 992px) {
    .help-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
    }
}

.help-card {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    text-decoration: none;
    color: #1d293f;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid transparent;
}

@media (max-width: 1199px) {
    .help-card {
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    }
}

.help-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    border-color: rgba(233, 76, 30, 0.1);
    color: #1d293f;
}

.help-card__icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.help-card__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.help-card__title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #1d293f;
    transition: color 0.3s ease;
}

.help-card:hover .help-card__title {
    color: var(--primary-color);
}

.help-card__count {
    font-size: 14px;
    color: #7c8087;
    margin-top: auto;
}

.help-layout {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

@media (min-width: 992px) {
    .help-layout {
        flex-direction: row;
        gap: 60px;
    }

    .help-sidebar {
        width: 290px;
        flex-shrink: 0;
        position: sticky;
        top: 90px;
        height: fit-content;
        align-self: start;
    }

    .help-main,
    .help-article-content {
        flex: 1;
        background: #fff;
        padding: 24px;
        border-radius: 12px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
        flex-grow: 1;
        min-width: 0;
    }
}

@media (max-width: 1199px) {
    .help-layout {
        flex-direction: column;
        gap: 10px;
    }

    .help-sidebar {
        width: 100%;
        margin-bottom: 40px;
        position: static;
    }

    .help-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}



.help-nav__list {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.help-nav__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    border-radius: 8px;
    color: #1d293f;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.2s;
}

.help-nav__link:hover,
.help-nav__item.active .help-nav__link {
    background-color: rgba(233, 76, 30, 0.1);
    color: var(--primary-color);
    font-weight: 500;
}

.help-nav__title {
    font-size: 12px;
    text-transform: uppercase;
    color: #7c8087;
    margin-bottom: 15px;
    letter-spacing: 1px;
    font-weight: 600;
}

.help-nav__count {
    opacity: 0.5;
}

.help-back-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #7c8087;
    font-size: 14px;
    margin-bottom: 20px;
    text-decoration: none;
    transition: color 0.2s;
}

.help-back-link:hover {
    color: var(--primary-color);
}

.help-back-link i {
    font-size: 12px;
}

.help-title {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 20px;
}

.help-subtitle {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.help-subcategory__title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
}

.help-articles-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.help-articles-link {
    font-size: 18px;
    color: #1d293f;
    text-decoration: none;
    transition: color 0.2s, border-color 0.2s;
    border-bottom: 1px solid #eee;
    padding: 15px 0;
    display: block;
}

.help-articles-link:hover {
    color: var(--primary-color);
    border-bottom-color: var(--primary-color);
}

.help-article-container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 1440px) {
    .help-article-container {
        max-width: 1440px;
    }
}





.help-article-title {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 30px;
}

.help-article-lead {
    font-size: 20px;
    color: #7c8087;
    line-height: 1.5;
    margin-bottom: 30px;
}

.help-article-body {
    font-size: 18px;
    line-height: 1.6;
    color: #1d293f;
}

.help-article-body p {
    margin-bottom: 20px;
}

.help-article-body a {
    color: var(--primary-color);
    text-decoration: underline;
    transition: color 0.2s;
}

.help-article-body a:hover {
    text-decoration: none;
}

.help-breadcrumbs {
    font-size: 14px;
    color: #7c8087;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 12px;
}

.help-breadcrumbs__link {
    color: #7c8087;
    text-decoration: none;
    transition: color 0.2s;
}

.help-breadcrumbs__link:hover {
    color: var(--primary-color);
}

.help-article-image img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.rounded-12 {
    border-radius: 12px;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.help-article-body ul {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 20px;
}

.help-article-body ul li {
    margin-bottom: 10px;
}


.help-breadcrumbs__current {
    color: #1d293f;
    font-weight: 500;
}

.help-sidebar__link {
    display: block;
    margin-top: 10px;
    color: #7c8087;
    font-size: 14px;
    text-decoration: none;
    transition: color 0.2s;
}

.help-sidebar__link:hover {
    color: var(--primary-color);
}

/* --- Help Center Wrapper --- */
.help-center-wrapper {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding-top: 70px;
    overflow: visible;
    /* Allows sticky positioning */
    /* overflow-x: clip; Removed to allow footer decoration to extend */
}

/* Specific body class to handle horizontal overflow on Help Center pages */
.help-center-body {
    overflow-x: hidden;
}

@media (max-width: 1199px) {
    .help-center-wrapper {
        padding-top: 0px;
    }
}

/* --- Article Navigation --- */
.help-nav-btn {
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    color: #1d293f;
    text-decoration: none;
    transition: color 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.help-nav-btn:hover {
    color: var(--primary-color);
}

.help-nav-btn .icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-color: #1d293f;
    transition: background-color 0.2s;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}

.help-nav-btn:hover .icon {
    background-color: var(--primary-color);
}

.help-nav-btn .icon-chevronLeft {
    -webkit-mask-image: url('../img/icons/chevron-left.svg');
    mask-image: url('../img/icons/chevron-left.svg');
}

.help-nav-btn .icon-chevronRight {
    -webkit-mask-image: url('../img/icons/chevron-right.svg');
    mask-image: url('../img/icons/chevron-right.svg');
}

.help-article-body img {
    width: auto;
    max-height: 200px;
    cursor: pointer;
    transition: 0.3s;
    margin: 10px 0;
}

.help-article-body img:hover {
    opacity: 0.9;
}

/* --- Image Zoom Modal --- */
.image-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
}

.image-modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 1200px;
    max-height: 90vh;
    object-fit: contain;
    animation-name: zoom;
    animation-duration: 0.3s;
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

.image-modal-close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    cursor: pointer;
    z-index: 10001;
    /* Ensure above image */
}

.image-modal-close:hover,
.image-modal-close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* Gallery Navigation */
.image-modal-prev,
.image-modal-next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 30px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
    z-index: 10001;
}

.image-modal-next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.image-modal-prev {
    left: 0;
    border-radius: 3px 0 0 3px;
}

.image-modal-prev:hover,
.image-modal-next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}


@media (max-width: 767px) {
    .help-grid {
        grid-template-columns: 1fr;
    }

    .help-main-content,
    .help-article-content {
        padding: 16px;
    }

    .help-title {
        font-size: 24px;
    }

    .help-article-title {
        font-size: 24px;
    }

    .help-subcategory__title {
        font-size: 21px;
    }

    .help-articles-link {
        font-size: 15px;
    }

    .help-article-image img {
        height: 210px;
    }

    .help-article-body {
        font-size: 16px;
    }

    .help-article-lead {
        font-size: 18px;
    }

    .help-article-body img {
        max-height: 200px;
    }
}

/* Help Article Navigation Buttons */
.help-nav-btn {
    text-decoration: none;
    color: #1d293f;
    transition: color 0.3s ease;
}

.help-nav-btn:hover {
    color: var(--primary-color);
}

.help-nav-btn:hover .icon {
    background-color: var(--primary-color);
}

.help-nav-btn .icon {
    transition: background-color 0.3s ease;
}

.help-nav-btn__label {
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    display: block;
}

.help-nav-btn__title {
    font-size: 14px;
    margin-top: 4px;
    line-height: 1.2;
    display: block;
}

@media (max-width: 767px) {
    .help-nav-btn__title {
        display: none;
    }

    .help-nav-btn__label {
        font-size: 14px;
    }

    .page-safe-transaction .section-simplicity .secondary-title {
        margin-top: 20px;
    }

    .section-advantages {
        padding: 40px 0 0 0;
    }

    .factoring-calculator {
        padding: 0 0 30px;
    }
}

/* Help Center Sidebar Accordion */
.help-nav__header {
    cursor: pointer;
    padding: 10px 0;
    transition: color 0.2s;
}

.help-nav__header:hover,
.help-nav__item.active .help-nav__header {
    color: #E94C1F;
}

.help-nav__header .help-nav__link {
    color: inherit;
    text-decoration: none;
    font-weight: 500;
}

.help-nav__icon {
    transition: transform 0.3s ease;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.help-nav__header[aria-expanded='true'] .help-nav__icon {
    transform: rotate(180deg);
}

.help-nav__subitem {
    padding-left: 10px;

}

.help-nav__sublink {
    display: block;
    padding: 5px 0 5px 10px;
    font-size: 14px;
    color: #666;
    transition: color 0.2s;
    border-left: 1px solid #e0e0e0;
}

.help-nav__sublink:hover,
.help-nav__sublink.active-article {
    color: #E94C1F;
    border-color: #E94C1F;
}

.help-nav__count {
    font-size: 12px;
    background: #f0f0f0;
    padding: 2px 6px;
    border-radius: 10px;
    color: #666;
}

/* Help Article Tabs */
.help-tabs-nav-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    border-bottom: 2px solid #f0f0f0;
    margin-bottom: 0;
    cursor: grab;
}

.help-tabs-nav-wrapper.active-dragging {
    cursor: grabbing;
}

.help-tabs-nav-wrapper::-webkit-scrollbar {
    height: 6px;
}

.help-tabs-nav-wrapper::-webkit-scrollbar-track {
    background: #f9f9f9;
}

.help-tabs-nav-wrapper::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 10px;
}

.help-tabs-nav-wrapper::-webkit-scrollbar-thumb:hover {
    background: #ccc;
}

.help-tabs-nav {
    gap: 12px;
    padding: 5px 2px 10px 2px;
}

.help-tab-btn {
    padding: 8px 20px !important;
    font-size: 15px;
    font-weight: 500;
    color: #444 !important;
    white-space: nowrap;
    position: relative;
    transition: all 0.2s ease;
    border: 1px solid #eee !important;
    border-radius: 8px !important;
    background: #fff !important;
}

.help-tab-btn:hover {
    border-color: #E94C1F !important;
    color: #E94C1F !important;
    background: rgba(233, 76, 31, 0.05) !important;
}

.help-tab-btn.active {
    color: #fff !important;
    background: #E94C1F !important;
    border-color: #E94C1F !important;
}

.help-tabs-content {
    line-height: 1.6;
    color: #333;
    padding: 20px 5px;
}

.help-tabs-content img {
    width: auto;
    max-height: 200px;
    border-radius: 4px;
    margin: 10px 0;
    cursor: pointer;
    transition: 0.3s;
}

.help-tabs-content img:hover {
    opacity: 0.9;
}

/* Typography for Editor Content (Article Body & Tabs) */
.help-article-body,
.help-tabs-content {
    font-size: 18px;
    line-height: 1.7;
    color: #1d293f;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
}

.help-article-body h1,
.help-tabs-content h1,
.help-article-body h2,
.help-tabs-content h2,
.help-article-body h3,
.help-tabs-content h3,
.help-article-body h4,
.help-tabs-content h4,
.help-article-body h5,
.help-tabs-content h5,
.help-article-body h6,
.help-tabs-content h6 {
    margin-top: 25px;
    margin-bottom: 15px;
    font-weight: 600;
    line-height: 1.3;
    color: #161616;
}

.help-article-body h1,
.help-tabs-content h1 {
    font-size: 32px;
}

.help-article-body h2,
.help-tabs-content h2 {
    font-size: 28px;
}

.help-article-body h3,
.help-tabs-content h3 {
    font-size: 24px;
}

.help-article-body h4,
.help-tabs-content h4 {
    font-size: 20px;
}

.help-article-body h5,
.help-tabs-content h5 {
    font-size: 18px;
}

.help-article-body h6,
.help-tabs-content h6 {
    font-size: 16px;
}

.help-article-body p,
.help-tabs-content p {
    margin-bottom: 10px;
    line-height: 1.3;
}

.help-article-body ul,
.help-tabs-content ul {
    list-style-type: disc !important;
    padding-left: 30px !important;
    margin-bottom: 20px !important;
}

.help-article-body ol,
.help-tabs-content ol {
    list-style-type: decimal !important;
    padding-left: 30px !important;
    margin-bottom: 20px !important;
}

.help-article-body li,
.help-tabs-content li {
    margin-bottom: 0;
}

.help-article-body li>ul,
.help-tabs-content li>ul,
.help-article-body li>ol,
.help-tabs-content li>ol {
    margin-top: 10px;
    margin-bottom: 10px;
}

.help-article-body blockquote,
.help-tabs-content blockquote {
    padding: 20px 30px;
    margin: 30px 0;
    border-left: 5px solid #E94C1F;
    background: #fdf2ef;
    font-style: italic;
    color: #444;
    border-radius: 0 8px 8px 0;
}

.help-article-body strong,
.help-tabs-content strong,
.help-article-body b,
.help-tabs-content b {
    font-weight: 700;
    color: #000;
}

.help-article-body cite,
.help-tabs-content cite {
    font-style: italic;
    color: #666;
}

.help-article-body table,
.help-tabs-content table {
    width: 100%;
    margin-bottom: 30px;
    border-collapse: collapse;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
}

.help-article-body table th,
.help-tabs-content table th,
.help-article-body table td,
.help-tabs-content table td {
    padding: 12px 18px;
    border: 1px solid #e0e0e0;
}

.help-article-body table th,
.help-tabs-content table th {
    background: #f7f8fa;
    text-align: left;
    font-weight: 600;
    color: #161616;
}

.btn-download-app {
    padding: 12px 30px;
    font-size: 15px;
    font-weight: 500;
}

.btn-desktop-intro {
    padding: 12px 30px !important;
    font-size: 15px;
    font-weight: 500;
}