@charset "UTF-8";

@import "/css_new/montserrat.css";

@layer default, primevue;

:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff
}

@layer default {
    html {
        scroll-behavior: smooth
    }

    * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0;
        -webkit-appearance: none;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        min-height: 0;
        font-family: Montserrat, sans-serif;
        outline: 0
    }

    body {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        background: #fefefe;
        color: #0f0933;
        width: 100%;
        height: 100%;
        font-size: 1rem;
        margin: 0;
        min-height: 100vh;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        overflow-x: hidden
    }

    .hidden {
        opacity: 0;
        pointer-events: none
    }

    input {
        display: block;
        background: 0 0;
        width: 100%;
        height: 50px;
        padding: 0 20px;
        font-weight: 500;
        font-size: .875rem;
        color: #0f0933;
        border: 1px solid #d7e2ea;
        border-radius: .5rem;
        -webkit-transition: background .3s ease;
        transition: background .3s ease
    }

    @media (min-width: 575px) {
        input:hover {
            background-color: #f3f5fc
        }
    }

    input.min {
        font-size: 12px;
        padding: 0 19px;
        height: 46px
    }

    #i_news {
        background-color: #ff0;
        height: 2em;
        font-weight: 700;
        z-index: 3;
    }

    .marquee {
        background-color: #e6ed1a;
        width: 100%;
        overflow: hidden;
        text-align: center;
        font-weight: 700;
        padding: 3px 0;
        white-space: nowrap;
    }

    .marquee span {
        display: inline-block;
        position: relative;
        top: 4px;
        padding-left: 100%;
        -webkit-animation: marquee 20s linear infinite;
                animation: marquee 20s linear infinite
    }

    .marquee span:hover {
        -webkit-animation-play-state: paused;
                animation-play-state: paused
    }

    @-webkit-keyframes marquee {
        0% {
            -webkit-transform: translate(0, 0);
                    transform: translate(0, 0)
        }

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

    @keyframes marquee {
        0% {
            -webkit-transform: translate(0, 0);
                    transform: translate(0, 0)
        }

        100% {
            -webkit-transform: translate(-100%, 0);
                    transform: translate(-100%, 0)
        }
    }
    .main {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        background-repeat: no-repeat;
        background-position: top;
        overflow-x: hidden
    }
}

.header {
    position: sticky;
    z-index: 3;
    top: 0;
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #020005;
    padding: 1rem;
    gap: .8rem;
}

@media (max-width: 1230px) {
    .header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
}

.logo_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    gap: .5rem;
    color: #fff;
}

.header__logo-link {
    text-decoration: none;
}

.logo {
    max-width: 3rem;
}

.logo_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-decoration: none;
    line-height: 1.5rem;
}

.logo_heading {
    font-size: 1.6rem;
    font-weight: 600;
    white-space: nowrap;
}

.logo_description {
    font-size: 0.75rem;
    letter-spacing: 0.045rem;
    line-height: 1rem;
    white-space: nowrap;
}

.hero {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#020005), to(#1B3D88));
    background-image: linear-gradient(180deg, #020005 0%, #1B3D88 100%);
    padding: .5rem 5rem 2rem;
    color: #fff;
}

@media (max-width: 640px) {
    .hero {
        padding: .5rem 1rem 2rem;
    }
}

.hero_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.5rem;
}

.hero_container ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.hero_review-list {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.5rem;
}

.hero_review-img {
    width: 5rem;
}

.hero_heading {
    text-align: center;
    font-size: 3rem;
    line-height: 3rem;
    max-width: 70rem;
}

@media (max-width: 480px) {
    .hero_heading {
        font-size: 2.25rem;
        line-height: 2.25rem;
    }
}

.hero_features-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    list-style: none;
    gap: .5rem;
}

.hero_features-item {
    margin-right: 2rem;
}

.hero_features-item-container {
    border: 0.1rem solid #fff;
    border-radius: 0.4rem;
    padding: 0.5rem;
    max-width: 16rem;
}

.hero_features-title {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.image_small {
    max-width: 1rem;
}

.image_medium {
    max-width: 1.5rem;
}

.image_large {
    max-width: 2rem;
}

.banner__company {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    color: #fff;
    margin-bottom: 20px;
    width: 100%;
    gap: 40px
}

@media (max-width: 991px) {
    .banner__company {
        margin-bottom: 16px
    }
}

@media (max-width: 575px) {
    .banner__company {
        margin-bottom: 20px
    }
}

.banner__company-title {
    font-weight: 600;
    font-size: 23px;
    line-height: 140%;
    font-family: Raleway, sans-serif;
    margin-right: 20px
}

@media (max-width: 991px) {
    .banner__company-title {
        font-size: 16px;
        margin-right: 14px
    }
}

@media (max-width: 575px) {
    .banner__company-title {
        margin-right: 13px
    }
}

.banner__company-img {
    display: block;
    width: 123px;
    margin-right: 18px
}

@media (max-width: 991px) {
    .banner__company-img {
        width: 87px;
        margin-right: 12px
    }
}

@media (max-width: 575px) {
    .banner__company-img {
        width: 90px;
        margin-right: 13px
    }

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

.row {
    --bs-gutter-x: 35px;
    --bs-gutter-y: 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x))
}

.row > * {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y)
}

.col-2 {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: 16.66666667%
}

.col-4 {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: 33.33333333%
}

.col-6 {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: 50%
}

.col-12 {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: 100%
}

@media (min-width: 576px) {
    .col-sm-4 {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-sm-8 {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: 66.66666667%
    }
}

@media (min-width: 768px) {
    .col-md-6 {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: 50%
    }
}

@media (min-width: 992px) {
    .col-lg-4 {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-lg-8 {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: 66.66666667%
    }
}

.text-center {
    text-align: center
}

.container, .container-fluid {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container {
        max-width: 580px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 740px
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 1000px
    }
}

@media (min-width: 799px) {
    .container {
        max-width: 1140px
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1440px
    }
}

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff; charset=utf-8; base64,d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA ") format(" woff ");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    transition-property: -webkit-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0)
}

.swiper-slide {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: -webkit-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.btn {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    border: none;
    cursor: pointer;
    letter-spacing: .04em;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    padding: 20px 53px;
    background-color: #6366f1;
    border-radius: .5rem;
    -webkit-transition: color .3s ease, border-radius .3s ease, -webkit-box-shadow .3s ease;
    transition: color .3s ease, border-radius .3s ease, -webkit-box-shadow .3s ease;
    transition: box-shadow .3s ease, color .3s ease, border-radius .3s ease;
    transition: box-shadow .3s ease, color .3s ease, border-radius .3s ease, -webkit-box-shadow .3s ease;
    overflow: hidden
}

@media (min-width: 575px) {
    .btn:hover {
        background-color: #4F46E5;
        -webkit-box-shadow: inset 0 0 0 2000px rgba(35, 20, 81, .4);
                box-shadow: inset 0 0 0 2000px rgba(35, 20, 81, .4)
    }
}

.btn span {
    margin-right: 13px
}

.btn-x-65 {
    padding-left: 65px;
    padding-right: 65px
}

.btn-ghost {
    color: white;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    padding: 5px 15px;
    cursor: pointer;
    border: 1px solid transparent;
}

.btn-ghost:hover {
    border: 1px solid white;
    border-radius: 15px;
}

.rating-image {
    width: 100%;
    display: block
}

.rating-image__sitejabber {
    margin-right: 3px
}

.rating-image__sitejabber:last-child {
    margin-right: 0
}

.rating-stars {
    list-style: none;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex
}

.rating-stars__star {
    -ms-flex: none;
    -webkit-box-flex: 0;
    flex: none;
    margin-right: 5px
}

.rating-stars__star:last-child {
    margin-right: 0
}

.accordion-list {
    -webkit-transition: max-height .3s ease;
    transition: max-height .3s ease;
    overflow: hidden
}

.accordion-list[aria-hidden=true] {
    max-height: 0;
    padding-top: 0
}

.accordion-list[aria-hidden=false] {
    max-height: var(--containerHeight, 1000px)
}

.details {
    width: 100%;
    -webkit-transition: background .3s ease, padding .3s ease;
    transition: background .3s ease, padding .3s ease;
    border-radius: 25px
}

@media (max-width: 991px) {
    .details {
        border-radius: 10px
    }
}

.details__btn {
    background: 0 0;
    border: none;
    cursor: pointer;
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 20px 40px;
    text-align: left;
    color: #0f0933;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

@media (max-width: 991px) {
    .details__btn {
        font-size: 14px;
        padding: 20px
    }
}

@media (min-width: 575px) {
    .details__btn:hover {
        color: #4d46db
    }

    .details__btn:hover .details__btn-arrow::after, .details__btn:hover .details__btn-arrow::before {
        background: #4d46db
    }
}

.details__content {
    color: #7e858b;
    padding: 0 40px;
    max-width: 1080px;
    margin-top: -10px
}

@media (max-width: 991px) {
    .details__content {
        padding: 0 20px
    }
}

.details__content p {
    font-size: 14px;
    line-height: 180%;
    font-weight: normal
}

.d-none {
    display: none !important
}

.d-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important
}

@media (min-width: 575px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-flex {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important
    }
}

@media (min-width: 575px) {
    .d-sm-block {
        display: block !important
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-flex {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-block {
        display: block !important
    }
}

.dropdown-resources {
    list-style: none;
    padding: 0
}

.dropdown-resources__item {
    font-weight: 600;
    font-size: 14px;
    text-decoration: none
}

@media (max-width: 575px) {
    .dropdown-resources__item {
        font-size: 12px
    }
}

.dropdown-resources__item-box {
    margin-bottom: 15px
}

@media (max-width: 575px) {
    .dropdown-resources__item-box {
        margin-bottom: 10px
    }
}

.dropdown-resources__item-box:last-child {
    margin-bottom: 0
}

.cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.5rem;
}

.cta__title {
    font-size: 2em;
    font-weight: 600;
    color: #fff
}

.footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1B3D88), to(#020005));
    background-image: linear-gradient(180deg, #1B3D88 0%, #020005 100%);
    color: #fff;
    padding: 1rem;
}

.footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.5rem;
}

.footer__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
}

.footer__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1rem;
    list-style: none;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
}

.footer__nav-col {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
    white-space: nowrap
}

@media (max-width: 575px) {
    .footer__nav-col {
        width: 100%;
        margin-top: 15px;
        padding-top: 15px;
        border-top: 1px solid rgba(255, 255, 255, .2);
        white-space: normal
    }
}

@media (max-width: 575px) {
    .footer__nav-col:first-child {
        margin-top: 0;
        border: none
    }
}

@media (max-width: 575px) {
    .footer__nav-col:last-child {
        border: none
    }
}

.footer__nav-col:nth-child(1) {
    grid-area: a
}

.footer__nav-col:nth-child(2) {
    grid-area: b
}

.footer__nav-col:nth-child(3) {
    grid-area: c;
    margin-right: 0
}

@media (max-width: 800px) {
    .footer__nav-col:nth-child(3) {
        margin-right: 0
    }
}

.footer__nav-col:nth-child(4) {
    grid-area: d
}

.footer__nav-col:nth-child(5) {
    grid-area: e
}

.footer__nav-title {
    font-size: 14px;
    line-height: 140%;
    letter-spacing: .06em;
    color: rgba(255, 255, 255, .5)
}

@media (max-width: 991px) {
    .footer__nav-title {
        font-weight: 600
    }
}

@media (max-width: 575px) {
    .footer__nav-title:not(.footer__contact-title) {
        color: #fff;
        width: 100%;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        justify-content: space-between
    }
}

@media (max-width: 575px) {
    .footer__nav-title:not(.footer__contact-title,.empty)::after {
        content: "";
        display: block;
        width: 17px;
        height: 9px;
        -ms-flex: none;
        -webkit-box-flex: 0;
        flex: none;
        background: no-repeat center center/cover;
        background-image: url("data:image/svg+xml,%3Csvg width='18' height='10' viewBox='0 0 18 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 1L9 9L1 1' stroke='white' stroke-width='2' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
        transition: -webkit-transform .3s ease;
        -webkit-transition: -webkit-transform .3s ease;
        transition: transform .3s ease;
        transition: transform .3s ease, -webkit-transform .3s ease;
        transition: transform .3s ease, -webkit-transform .3s ease
    }
}

.footer__nav-item {
    display: block;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    margin-bottom: 16px;
    -ms-flex: none;
    -webkit-box-flex: 0;
    flex: none
}

@media (max-width: 991px) {
    .footer__nav-item {
        font-size: 14px;
        margin-bottom: 13px
    }
}

@media (max-width: 575px) {
    .footer__nav-item {
        margin-bottom: 14px;
        color: #898fc0
    }
}

.footer__nav-item:last-child {
    margin-bottom: 0
}

@media (max-width: 575px) {
    .footer__nav-item:first-child {
        margin-top: 20px
    }
}

.footer__nav-item-list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
    margin-top: 20px
}

@media (max-width: 575px) {
    .footer__nav-item-list {
        margin-top: 0
    }
}

.footer__contact {
    font-style: normal;
    margin-bottom: 26px
}

@media (max-width: 991px) {
    .footer__contact {
        margin-bottom: 40px
    }
}

@media (max-width: 575px) {
    .footer__contact {
        margin-bottom: 25px
    }
}

.footer__contact:last-child {
    margin-bottom: 0
}

@media (max-width: 575px) {
    .footer__contact-box {
        padding-top: 0;
        margin-top: 40px
    }
}

.footer__contact-title {
    font-weight: 400;
    font-size: 12px
}

@media (max-width: 991px) {
    .footer__contact-title {
        font-weight: 700
    }
}

.footer__contact-link {
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: .03em;
    color: #fff;
    text-decoration: none;
    margin-top: 2px
}

@media (max-width: 991px) {
    .footer__contact-link {
        margin-top: 3px;
        font-size: 16px
    }
}

@media (max-width: 575px) {
    .footer__contact-link {
        font-size: 18px
    }
}

.footer__social {
    grid-area: social;
    -ms-flex: none;
    -webkit-box-flex: 0;
    flex: none;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .2);
    margin-right: 10px;
    -webkit-transition: background .3s ease, border-color .3s ease;
    transition: background .3s ease, border-color .3s ease
}

@media (min-width: 575px) {
    .footer__social:hover {
        border-color: #fff;
        background: #fff
    }
}

@media (min-width: 575px) {
    .footer__social:hover path {
        fill: #0d2d6f
    }
}

.footer__social:last-child {
    margin-right: 0
}

.footer__social path {
    -webkit-transition: fill .3s ease;
    transition: fill .3s ease
}

.footer__social-list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center
}

@media (max-width: 1600px) {
    .footer__social-list {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
        margin-top: 30px
    }
}

@media (max-width: 575px) {
    .footer__social-list {
        margin-top: 40px
    }
}

.footer__payment-method-list {
    grid-area: payment-method;
    list-style: none;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center
}

@media (max-width: 1600px) {
    .footer__payment-method-list {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        order: 0;
        margin-top: 60px
    }
}

@media (max-width: 920px) {
    .footer__payment-method-list {
        width: 100%;
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        justify-content: space-between
    }
}

@media (max-width: 800px) {
    .footer__payment-method-list {
        display: none
    }
}

.footer__bottom {
    padding: 12px 0 20px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, .2);
    margin-top: 45px
}

@media (max-width: 991px) {
    .footer__bottom {
        padding: 12px 0 13px
    }
}

@media (max-width: 800px) {
    .footer__bottom {
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (max-width: 575px) {
    .footer__bottom {
        margin-top: 30px;
        padding: 20px 0 26px
    }
}

.footer__bottom-text {
    font-weight: 400;
    font-size: 13px;
    line-height: 140%;
    color: rgba(255, 255, 255, .3);
    text-decoration: none
}

@media (max-width: 800px) {
    .footer__bottom-text {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1
    }
}

.footer__bottom-link {
    display: block;
    margin-right: 87px;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

@media (min-width: 575px) {
    .footer__bottom-link:hover {
        color: #fff
    }
}

.footer__bottom-link-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    list-style: none;
    margin-left: 2rem;
}

@media (max-width: 800px) {
    .footer__bottom-link-list {
        width: 100%;
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
        -ms-flex-align: start;
        -webkit-box-align: start;
                align-items: flex-start;
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
                order: 0;
    }
}


.svg-image-arrow-down, .svg-image-arrow-right-blue, .svg-image-cart-line, .svg-image-currency-line, .svg-image-dev-line, .svg-image-door-line, .svg-image-file-line, .svg-image-ip-line, .svg-image-user, .svg-image-user-line, .svg-image-wallet-line {
    background: url("/images_new/sprites/main.svg") no-repeat
}

.svg-image-arrow-up {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    display: none
}

.nav-resources.act .svg-image-arrow-up {
    display: block
}

.nav-resources.act .svg-image-arrow-down-md {
    display: none
}

.svg-image-loader {
    background: url(/images_new/loader.svg) no-repeat
}

.svg-image-arrow-down {
    background-position: 99.6904024768% 85.8024691358%;
    background-size: 2791.6666666667% auto;
    width: 12px
}

.svg-image-arrow-down:before {
    content: "";
    display: block;
    font-size: 0;
    line-height: 0;
    padding-top: 75%
}

.svg-image-arrow-down--top-nav {
    margin-left: 2px;
}

.svg-image-arrow-right-blue {
    background-position: 42.4615384615% 90.251572327%;
    background-size: 3350% auto;
    width: 10px
}

.svg-image-arrow-right-blue:before {
    content: "";
    display: block;
    font-size: 0;
    line-height: 0;
    padding-top: 150%
}

.svg-image-cart-line {
    background-position: 88.0258899676% 66.4495114007%;
    background-size: 1288.4615384615% auto;
    width: 26px
}

.svg-image-cart-line:before {
    content: "";
    display: block;
    font-size: 0;
    line-height: 0;
    padding-top: 100%
}

.svg-image-currency-line {
    background-position: 43.3656957929% 38.4364820847%;
    background-size: 1288.4615384615% auto;
    width: 26px
}

.svg-image-currency-line:before {
    content: "";
    display: block;
    font-size: 0;
    line-height: 0;
    padding-top: 100%
}

.svg-image-dev-line {
    background-position: 8.4142394822% 85.016286645%;
    background-size: 1288.4615384615% auto;
    width: 26px
}

.svg-image-dev-line:before {
    content: "";
    display: block;
    font-size: 0;
    line-height: 0;
    padding-top: 100%
}

.svg-image-door-line {
    background-position: 16.8284789644% 85.016286645%;
    background-size: 1288.4615384615% auto;
    width: 26px
}

.svg-image-door-line:before {
    content: "";
    display: block;
    font-size: 0;
    line-height: 0;
    padding-top: 100%
}

.svg-image-file-line {
    background-position: 50.4854368932% 85.016286645%;
    background-size: 1288.4615384615% auto;
    width: 26px
}

.svg-image-notification {
    background: url("/images_new/notification.svg") no-repeat;
    width: 26px
}

.svg-image-notification:before {
    content: "";
    display: block;
    font-size: 0;
    line-height: 0;
    padding-top: 100%
}

.svg-image-file-line:before {
    content: "";
    display: block;
    font-size: 0;
    line-height: 0;
    padding-top: 100%
}

.svg-image-ip-line {
    background-position: 58.8996763754% 85.016286645%;
    background-size: 1288.4615384615% auto;
    width: 26px
}

.svg-image-ip-line:before {
    content: "";
    display: block;
    font-size: 0;
    line-height: 0;
    padding-top: 100%
}

.svg-image-loader {
    background-position: 0 0;
    width: 48px
}

.svg-image-loader:before {
    content: "";
    display: block;
    font-size: 0;
    line-height: 0;
    padding-top: 100%
}

.svg-image-user {
    background-position: 32.7044025157% 91.1111111111%;
    background-size: 1970.5882352941% auto;
    width: 17px
}

.svg-image-user:before {
    content: "";
    display: block;
    font-size: 0;
    line-height: 0;
    padding-top: 105.8823529412%
}

.svg-image-user-line {
    background-position: 100% 67.7524429967%;
    background-size: 1288.4615384615% auto;
    width: 26px
}

.svg-image-user-line:before {
    content: "";
    display: block;
    font-size: 0;
    line-height: 0;
    padding-top: 100%
}

.svg-image-wallet-line {
    background-position: 100% 76.2214983713%;
    background-size: 1288.4615384615% auto;
    width: 26px
}

.svg-image-wallet-line:before {
    content: "";
    display: block;
    font-size: 0;
    line-height: 0;
    padding-top: 100%
}

.ico-star-orange {
    display: block;
    width: 16px;
    height: 16px;
    position: relative;
    background: no-repeat center center/cover;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2210%22%20height%3D%2210%22%20viewBox%3D%220%200%2010%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M10%205C10%207.7614%207.7614%2010%205%2010C2.2386%2010%200%207.7614%200%205C0%202.2386%202.2386%200%205%200C7.7614%200%2010%202.2386%2010%205Z%22%20fill%3D%22%23EE6922%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M7.7406%204.20576C7.71555%204.13395%207.65746%204.08816%207.577%204.07668C7.45844%204.0599%207.34002%204.04261%207.22153%204.0253L6.05051%203.85469C6.00137%203.84746%205.95216%203.8403%205.90294%203.83366C5.88602%203.79936%205.86871%203.76528%205.85149%203.73113C5.83098%203.69086%205.81055%203.65052%205.79072%203.60995L5.62734%203.27566C5.56836%203.1548%205.50945%203.03385%205.45009%202.91312C5.35151%202.71223%205.25211%202.51157%205.15249%202.31128C5.11781%202.24141%205.04652%202.1989%204.97755%202.20002C4.9003%202.20039%204.83453%202.24141%204.79978%202.3112C4.70008%202.51157%204.60083%202.71223%204.5021%202.91312C4.44289%203.03385%204.38391%203.1548%204.32493%203.27566L4.16162%203.60995C4.14186%203.65015%204.12158%203.6902%204.10129%203.73016C4.08384%203.76461%204.0664%203.79906%204.04925%203.83366C4.00011%203.8403%203.95097%203.84746%203.9019%203.85469L2.72856%204.0256C2.61082%204.04283%202.49308%204.06006%202.37526%204.07668C2.2948%204.08816%202.23672%204.13395%202.21173%204.20568C2.18526%204.2813%202.20406%204.35766%202.26319%204.41522L2.5505%204.6953C2.85899%204.99588%203.1674%205.29647%203.47611%205.59683C3.46985%205.63269%203.46396%205.66864%203.45799%205.70458L3.18799%207.27805L3.18671%207.29125C3.1856%207.36701%203.22072%207.43449%203.28089%207.47177C3.31117%207.49057%203.34517%207.49996%203.37962%207.49996C3.40975%207.49996%203.44025%207.49273%203.46858%207.47811C3.55054%207.43598%203.63189%207.39259%203.71317%207.34926L4.4968%206.9322C4.65661%206.84704%204.81633%206.76189%204.97613%206.67725C5.13861%206.7633%205.30088%206.8498%205.46314%206.9363L6.24058%207.35001C6.32142%207.3931%206.40225%207.4362%206.4836%207.47811C6.5446%207.50943%206.6147%207.50697%206.67137%207.47177C6.73155%207.43449%206.76674%207.36701%206.76554%207.29125L6.49389%205.7022C6.48807%205.66707%206.48226%205.63195%206.47615%205.59683C6.78486%205.29647%207.09335%204.99588%207.40184%204.6953L7.68908%204.41522C7.74821%204.35766%207.76692%204.28137%207.7406%204.20576Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.ico-slider-arrow {
    display: block;
    width: 48px;
    height: 48px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    -webkit-box-shadow: 6px 6px 27px 12px rgba(69, 46, 85, .06);
    box-shadow: 6px 6px 27px 12px rgba(69, 46, 85, .06)
}

@media (min-width: 575px) {
    .ico-slider-arrow:hover::after, .ico-slider-arrow:hover:before {
        background: #4d46db
    }
}

.ico-slider-arrow::after, .ico-slider-arrow:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 12px;
    width: 2px;
    background: #4f4f4f;
    -webkit-transition: background .3s ease;
    transition: background .3s ease
}

.ico-slider-arrow::before {
    bottom: 45%;
    -webkit-transform: translateX(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg);
    border-radius: 0 0 10px 10px
}

.ico-slider-arrow::after {
    top: 45%;
    -webkit-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    border-radius: 10px 10px 0 0
}

.ico-arrow-circle {
    display: block;
    -ms-flex: none;
    -webkit-box-flex: 0;
    flex: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f3f5fc;
    position: relative;
    -webkit-box-shadow: 6px 6px 27px 12px rgba(69, 46, 85, .06);
    box-shadow: 6px 6px 27px 12px rgba(69, 46, 85, .06);
    transition: box-shadow .3s ease, -webkit-transform .3s ease;
    -webkit-transition: -webkit-transform .3s ease, -webkit-box-shadow .3s ease;
    transition: -webkit-transform .3s ease, -webkit-box-shadow .3s ease;
    transition: transform .3s ease, box-shadow .3s ease;
    transition: transform .3s ease, box-shadow .3s ease, -webkit-transform .3s ease, -webkit-box-shadow .3s ease
}

@media (max-width: 991px) {
    .ico-arrow-circle {
        width: 32px;
        height: 32px
    }
}

.ico-arrow-circle::after, .ico-arrow-circle::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 2px;
    width: 10px;
    background: #7e858b;
    -webkit-transition: background .3s ease;
    transition: background .3s ease
}

@media (max-width: 991px) {
    .ico-arrow-circle::after, .ico-arrow-circle::before {
        width: 9px
    }
}

.ico-arrow-circle::before {
    left: 42.5%;
    -webkit-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    border-radius: 0 10px 10px 0
}

@media (max-width: 991px) {
    .ico-arrow-circle::before {
        left: 42.2%
    }
}

.ico-arrow-circle::after {
    right: 42.5%;
    -webkit-transform: translateX(50%) rotate(-45deg);
    -ms-transform: translateX(50%) rotate(-45deg);
    transform: translateX(50%) rotate(-45deg);
    border-radius: 10px 0 0 10px
}

@media (max-width: 991px) {
    .ico-arrow-circle::after {
        right: 42.2%
    }
}

.nav-dropdown.act .nav-dropdown__content {
    opacity: 1;
    pointer-events: all
}

.nav-dropdown__content {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.nav-dropdown__content-acardeon {
    opacity: 0;
    pointer-events: none
}

@-webkit-keyframes dropdown-show {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes dropdown-show {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.nav-dropdown.act .nav-dropdown__content-acardeon {
    opacity: 1;
    -webkit-animation-name: dropdown-show;
    animation-name: dropdown-show;
    -webkit-animation-duration: .6s;
    animation-duration: .6s
}

@media (max-width: 789px) {
    .nav-dropdown__content-acardeon {
        position: relative;
        display: none
    }

    .nav-dropdown.act .nav-dropdown__content-acardeon {
        display: block
    }
}

@-webkit-keyframes os-resize-observer-dummy-animation {
    0% {
        z-index: 0
    }
    to {
        z-index: -1
    }
}

@keyframes os-resize-observer-dummy-animation {
    0% {
        z-index: 0
    }
    to {
        z-index: -1
    }
}

.pa-modal {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1001;
    background: #fff;
    border-radius: 15px;
    max-height: calc(100vh - 36px);
    height: auto;
    overflow-y: auto;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

@media (max-width: 991px) {
    .pa-modal {
        display: block;
        left: 16px;
        right: 16px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@media (max-width: 575px) {
    .pa-modal {
        left: 10px;
        right: 10px
    }
}

.pa-modal * {
    pointer-events: none
}

.pa-modal.act {
    opacity: 1;
    pointer-events: auto
}

.pa-modal.act * {
    pointer-events: auto
}

.pa-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #06113f;
    z-index: 1000;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease
}

.pa-modal-overlay.act {
    pointer-events: auto;
    opacity: .7;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease
}

.pa-modal_loader-min {
    background: 0 0;
    width: 100vw;
    height: auto;
    max-height: none;
    max-width: none;
    overflow: visible;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 0
}

.pa-modal__cross {
    background: 0 0;
    border: none;
    width: 13px;
    height: 13px;
    position: absolute;
    top: 35px;
    right: 35px;
    cursor: pointer;
    z-index: 10;
}

.pa-modal__banner {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
            align-items: stretch;
    min-height: 554px;
    max-height: calc(100vh - 36px);
    height: 100%;
    border-radius: 15px 0 0 15px;
    overflow: hidden;
    -ms-flex: none;
    -webkit-box-flex: 0;
            flex: none;
    position: relative
}

.pa-modal__banner-img {
    height: auto;
    display: block
}

.pa-modal__content {
    -ms-flex: none;
    -webkit-box-flex: 0;
            flex: none;
    padding: 40px 40px 45px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column
}

.pa-modal_form {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    max-width: 440px;
    width: calc(100vw - 80px - 274px)
}

.pa-modal__forgot {
    background: 0 0;
    display: block;
    border: none;
    cursor: pointer;
    color: #4d46db;
    font-weight: 600;
    font-size: 14px;
    line-height: 160%;
    margin-top: 7px;
    text-align: left
}

@media (min-width: 575px) {

    .pa-modal__cross:hover:after,
    .pa-modal__cross:hover:before {
        background: #4d46db
    }
}

.pa-modal__cross:after,
.pa-modal__cross:before {
    content: "";
    display: block;
    background: #0f0933;
    width: 16px;
    height: 2px;
    border-radius: 99px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease
}

.pa-modal__cross:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg)
}

.pa-modal__policy {
    font-size: 10px;
    line-height: 160%;
    color: #7e858b;
    margin-top: 10px;
    max-width: 320px;
}

@media (max-width: 991px) {
    .pa-modal_loader-min {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        left: 50%;
        right: auto
    }

    .pa-modal__banner {
        display: none
    }

    .pa-modal_form {
        width: 100%;
        max-width: none
    }
}

@media (max-width: 575px) {
    .pa-modal_loader-min {
        left: 50%;
        right: auto
    }

    .pa-modal__cross {
        top: 15px;
        right: 10px
    }

    .prolongs-cross {
        right: -500px
    }

    .pa-modal__content {
        padding: 20px 16px 40px
    }

    .pa-modal__forgot {
        margin-top: 5px;
        font-size: 12px
    }
}

.pa-modal__loader {
    width: 100%;
    padding: 0 20px;
    z-index: 1001;
    max-height: 100vh;
    text-align: center;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    color: #fff
}

.pa-modal__loader-ico {
    width: 48px;
    display: block
}

@media (max-width: 575px) {
    .pa-modal__loader-ico {
        width: 56px
    }
}

.pa-modal.act {
    overflow: hidden
}

.pa-modal__title {
    font-weight: 600;
    font-size: 22px;
    line-height: 150%
}

.pa-modal__footer-desc {
    margin-top: 10px;
    text-align: center;
    font-size: 14px;
    line-height: 160%
}

.pa-modal__input {
    margin-bottom: 10px;
    padding: 0 20px
}

.pa-modal__input:last-child {
    margin-bottom: 0
}

.center-modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #06113f;
    z-index: 1000;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.center-modal.act {
    height: auto;
    pointer-events: auto;
    opacity: .7
}

.geolocation {
    background: #030309;
    padding: 40px 0;
    position: relative
}

@media (max-width: 1200px) {
    .geolocation {
        padding: 20px 0 20px
    }
}

.geolocation__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.geolocation__bg img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.geolocation__container {
    width: 100%;
    display: grid;
    grid-template-columns:auto;
    -webkit-column-gap: 180px;
    -moz-column-gap: 180px;
    grid-template-areas:"info" "flag";
    position: relative;
    z-index: 2
}

@media (max-width: 1450px) {
    .geolocation__container {
        -webkit-column-gap: 80px;
        -moz-column-gap: 80px;
        column-gap: 20px
    }
}

@media (max-width: 1200px) {
    .geolocation__container {
        grid-template-columns:1fr;
        grid-row: repeat(3, auto);
        grid-template-areas:"info" "flag" "btn";
        gap: 0
    }

    .geolocation__info {
        width: 100%;
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
        text-align: center
    }

    .geolocation__desc {
        font-size: 12px;
        line-height: 160%;
        margin-top: 10px;
        max-width: 425px
    }

    .geolocation__item-list {
        margin-top: 49px
    }
}

.geolocation__info {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex: none;
    -webkit-box-flex: 0;
    flex: none;
    grid-area: info
}

.geolocation__desc {
    font-size: 16px;
    line-height: 180%;
    opacity: .8;
    margin-top: 16px
}

@media (max-width: 992px) {
    .geolocation__desc {
        max-width: 600px
    }
}

.geolocation__item {
    font-weight: 500;
    font-size: 16px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center
}

@media (max-width: 991px) {
    .geolocation__item {
        font-size: 14px
    }

    .geolocation__item-img {
        width: 47px;
        margin-right: 14px
    }
}

.geolocation__item-img {
    display: block;
    -ms-flex: none;
    -webkit-box-flex: 0;
    flex: none;
    width: 53px;
    border-radius: 6px;
    margin-right: 20px
}

@media (max-width: 667px) {
    .geolocation__item-img {
        width: 47px;
        margin-right: 0
    }
}

.geolocation__item-img img {
    border-radius: 6px
}

.geolocation__item-list {
    list-style: none;
    display: grid;
    grid-template-columns:repeat(6, auto);
    gap: 10px 15px;
    color: #fff;
    grid-area: flag
}

@media (max-width: 667px) {
    .geolocation__item-list {
        gap: unset
    }
}

@media (max-width: 1400px) {
    .geolocation__item-list {
        grid-template-columns:repeat(4, auto)
    }
}

@media (max-width: 991px) {
    .geolocation__item-list {
        margin-top: 49px;
        gap: 24px 23px
    }
}

@media (max-width: 767px) {
    .geolocation__item-list {
        grid-template-columns:repeat(3, auto)
    }
}

@media (max-width: 575px) {
    .geolocation__item-list {
        grid-template-columns:1fr 1fr 1fr 1fr;
        margin-top: 30px
    }

    .pa-modal__footer-desc {
        font-size: 12px
    }
}

.geobutton-container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px
}

@media (max-width: 1024px) {
    .geolocation__item:nth-child(+n+13) {
        display: none
    }

    .geolocation__item-list {
        grid-template-columns:1fr 1fr 1fr 1fr;
        margin-top: 30px
    }

    .geobutton-container {
        margin-top: 60px;
        margin-bottom: 40px
    }
}

.geobutton {
    top: 436px;
    left: 26px;
    padding: 20px 94px 20px 94px;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, .5);
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    text-align: center
}

@media (max-width: 667px) {
    .geobutton {
        padding: 20px 30px 20px 30px;
        width: 100%
    }
}

.geolocation-list__item {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    padding: 17px 10px 17px 23px;
    border-radius: 15px;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
    color: #0f0933;
    word-break: normal;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
    overflow: hidden
}

@media (max-width: 991px) {
    .geolocation-list__item {
        font-size: 14px;
        padding: 10px
    }
}

@media (max-width: 767px) {
    .geolocation-list__item {
        word-break: normal;
        white-space: none
    }
}

@media (min-width: 991px) {
    .geolocation-list__item:hover {
        background: #e6e7f3
    }
}

.geolocation-item-main {
    color: #fff;
    word-break: normal
}

@media (max-width: 575px) {
    .geolocation-item-main:hover {
        background: #a4aaf7
    }

    .geolocation__item-img:hover {
        -webkit-box-shadow: 0 0 0 3px #a4aaf7;
        box-shadow: 0 0 0 3px #a4aaf7
    }

    .geolocation__item-img:focus {
        -webkit-box-shadow: 0 0 0 3px #a4aaf7;
        box-shadow: 0 0 0 3px #a4aaf7
    }
}

@media (max-width: 490px) {
    .geolocation__item-list {
        padding-left: 0;
        grid-template-columns:1fr 1fr 1fr
    }

    .geolocation-item-main {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.mt-150 {
    margin-top: 150px
}

.mt-115 {
    margin-top: 115px
}

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

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

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

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

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

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

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

@media (max-width: 991px) {
    .mt-lg-60 {
        margin-top: 60px
    }

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

@media (max-width: 575px) {
    .mt-sm-50 {
        margin-top: 50px
    }

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

    .mt-sm-35 {
        margin-top: 35px
    }

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

.h1, h1 {
    font-weight: 600;
    font-size: 60px;
    line-height: 120%
}

@media (max-width: 991px) {
    .h1, h1 {
        font-size: 40px
    }
}

@media (max-width: 575px) {
    .h1, h1 {
        font-size: 32px
    }
}

.h2, h2 {
    font-weight: 600;
    font-size: 40px;
    line-height: 120%
}

@media (max-width: 991px) {
    .h2, h2 {
        font-size: 22px;
        line-height: 130%
    }
}

.h3, h3 {
    font-weight: 600;
    font-size: 32px;
    line-height: 135%
}

@media (max-width: 991px) {
    .h3, h3 {
        font-size: 22px
    }
}

@media (max-width: 575px) {
    .h3, h3 {
        font-size: 20px
    }
}

.h5, h5 {
    font-weight: 600;
    font-size: 18px;
    line-height: 140%
}

@media (max-width: 991px) {
    .h5, h5 {
        font-size: 14px;
        line-height: 160%
    }
}

b {
    font-weight: 700
}

.about__card {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: end;
    -webkit-box-pack: start;
    justify-content: flex-start;
    padding: 20px 50px 35px;
    width: 100%;
    height: 100%;
    background: #fefefe;
    border-radius: 10px;
    text-decoration: none;
    color: #0f0933;
    transition: box-shadow .3s ease, -webkit-transform .3s ease;
    -webkit-transition: -webkit-transform .3s ease, -webkit-box-shadow .3s ease;
    transition: -webkit-transform .3s ease, -webkit-box-shadow .3s ease;
    transition: transform .3s ease, box-shadow .3s ease;
    transition: transform .3s ease, box-shadow .3s ease, -webkit-transform .3s ease, -webkit-box-shadow .3s ease;
    transition: transform .3s ease, box-shadow .3s ease, -webkit-transform .3s ease;
    -webkit-box-shadow: 2px 2px 25px rgba(69, 46, 85, .06);
    box-shadow: 2px 2px 25px rgba(69, 46, 85, .06)
}

@media (max-width: 992px) {
    .about__card {
        padding: 4px 16px 18px;
        gap: 10px
    }
}

@media (max-width: 575px) {
    .about__card {
        padding: 14px 25px 35px
    }
}

@media (min-width: 575px) {
    .about__card:hover {
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
        -webkit-box-shadow: 6px 6px 27px 12px rgba(69, 46, 85, .06);
        box-shadow: 6px 6px 27px 12px rgba(69, 46, 85, .06)
    }
}

@media (min-width: 575px)and (max-width: 991px) {
    .about__card:hover {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px)
    }
}

@media (max-width: 575px) {
    .about__card-box {
        margin-bottom: 10px
    }
}

@media (max-width: 575px) {
    .about__card-box:last-child {
        margin-bottom: 0
    }
}

.about__card-list {
    list-style: none;
    display: grid;
    grid-template-columns:1fr 1fr 1fr;
    gap: 35px;
    margin-top: 64px
}

@media (max-width: 992px) {
    .about__card-list {
        gap: 10px
    }
}

@media (max-width: 991px) {
    .about__card-list {
        margin-top: 25px
    }
}

@media (max-width: 575px) {
    .about__card-list {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        gap: 0
    }
}

.about__card-img {
    margin-bottom: 6px;
    -ms-flex: none;
    -webkit-box-flex: 0;
    flex: none
}

@media (max-width: 992px) {
    .about__card-img {
        margin-bottom: 0
    }
}

@media (max-width: 991px) {
    .about__card-img {
        width: 67px
    }
}

@media (max-width: 575px) {
    .about__card-img {
        width: 50px
    }
}

.logo-text {
    position: relative;
    left: 52px;
    top: -12px;
    color: #ece7f0;
    opacity: .7;
    font-size: 11px
}

.align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.justify-content-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.banner-illustration {
    padding: 65px 60px;
    background: url(../images_new/banner-illustration-bg.svg) no-repeat center right/auto 100%, linear-gradient(0deg, #f3f5fc, #f3f5fc), linear-gradient(96deg, #6116ec 6.8%, #6557e0 39.4%, #44a1be 70.16%, #0cd5a7 103.43%);
    border-radius: 25px
}

@media (max-width: 991px) {
    .banner-illustration {
        padding: 25px 10px 34px 25px
    }
}

@media (max-width: 575px) {
    .banner-illustration {
        padding-bottom: 112px;
        background: url(../images_new/banner-illustration-bg-mobile.svg) no-repeat left bottom/100% auto, linear-gradient(0deg, #f3f5fc, #f3f5fc), linear-gradient(96deg, #6116ec 6.8%, #6557e0 39.4%, #44a1be 70.16%, #0cd5a7 103.43%)
    }
}

.banner-illustration__content {
    max-width: 640px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start
}

@media (max-width: 991px) {
    .banner-illustration__content {
        max-width: 330px
    }
}

@media (max-width: 575px) {
    .banner-illustration__content {
        max-width: 220px
    }
}

@media (max-width: 575px) {
    .banner-illustration__title {
        line-height: 110%
    }
}

.banner-illustration__desc {
    margin-top: 26px;
    font-size: 20px;
    line-height: 160%
}

@media (max-width: 991px) {
    .banner-illustration__desc {
        font-size: 12px;
        line-height: 170%;
        margin-top: 10px
    }
}

@media (max-width: 575px) {
    .banner-illustration__desc {
        margin-top: 15px
    }
}

@media (max-width: 991px) {
    .banner-illustration__desc br {
        display: none
    }
}

.banner-illustration__btn {
    margin-top: 50px
}

@media (max-width: 991px) {
    .banner-illustration__btn {
        margin-top: 15px;
        background: 0 0;
        color: #4d46db;
        padding: 0;
        font-size: 12px
    }
}

@media (max-width: 575px) {
    .banner-illustration__btn {
        margin-top: 25px
    }
}

@media (max-width: 991px) {
    .banner-illustration__btn:hover {
        background: 0 0;
        color: #0f0933;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

@media (max-width: 1500px) {
    .reviews {
        overflow: hidden;
        margin-bottom: -50px
    }
}

@media (max-width: 991px) {
    .reviews {
        margin-bottom: -10px
    }
}

@media (max-width: 575px) {
    .reviews {
        margin-bottom: -15px
    }
}

.reviews__container {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    grid-template-rows:auto auto 1fr;
    grid-template-areas:"title title title" "estimation estimation all" "slider slider slider";
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center
}

@media (max-width: 991px) {
    .reviews__container {
        grid-template-columns:1fr;
        grid-template-rows:repeat(4, auto);
        grid-template-areas:"title" "estimation" "slider" "all"
    }
}

.reviews__title {
    grid-area: title;
    margin-bottom: 61px
}

@media (max-width: 991px) {
    .reviews__title {
        margin-bottom: 20px
    }
}

.reviews__estimation {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    grid-area: estimation
}

@media (max-width: 991px) {
    .reviews__estimation {
        margin: 0;
        justify-self: center
    }
}

.reviews__estimation-title {
    font-weight: 600;
    font-size: 23px;
    line-height: 140%;
    margin-right: 15px
}

@media (max-width: 991px) {
    .reviews__estimation-title {
        font-size: 16px;
        margin-right: 13px
    }
}

.reviews__estimation-stars {
    width: 123px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: none;
    -webkit-box-flex: 0;
    flex: none;
    margin-right: 18px
}

.reviews__estimation-rating {
    margin-right: 5px
}

@media (max-width: 991px) {
    .reviews__estimation-stars {
        width: 90px;
        margin-right: 13px
    }
}

.reviews__all {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    margin-left: auto;
    grid-area: all;
    position: relative;
    z-index: 2
}

@media (max-width: 991px) {
    .reviews__all {
        margin: 0;
        justify-self: center;
        margin-top: -40px
    }
}

@media (max-width: 575px) {
    .reviews__all {
        margin-top: -55px
    }
}

.reviews__all-text {
    font-size: 14px;
    line-height: 160%;
    color: #7e858b;
    margin-right: 30px
}

@media (max-width: 991px) {
    .reviews__all-text {
        font-size: 12px;
        margin-right: 15px
    }
}

.reviews__all-btn {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    color: #4d46db;
    text-decoration: none
}

@media (max-width: 991px) {
    .reviews__all-btn {
        font-size: 14px
    }
}

@media (min-width: 575px) {
    .reviews__all-btn:hover span {
        -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
        transform: translateX(5px)
    }
}

.reviews__all-btn span {
    margin-left: 12px;
    transition: -webkit-transform .3s ease;
    -webkit-transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

@media (max-width: 991px) {
    .reviews__all-btn span {
        width: 10px;
        margin-left: 8px
    }
}

.reviews__slider {
    width: calc(100% + 100px);
    padding: 50px;
    margin: -14px 0 -50px -50px;
    overflow: hidden;
    position: relative;
    grid-area: slider;
    z-index: 1
}

@media (max-width: 1500px) {
    .reviews__slider {
        width: auto;
        padding: 0 0 50px;
        margin: 36px 0 0;
        overflow: visible
    }
}

@media (max-width: 991px) {
    .reviews__slider {
        margin-top: 20px
    }
}

@media (max-width: 575px) {
    .reviews__slider {
        margin-top: 17px
    }
}

.reviews__slider-wrapper {
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    align-items: stretch
}

.reviews__slider-slide {
    padding: 35px 25px;
    background: #fefefe;
    border-radius: 25px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start
}

@media (max-width: 991px) {
    .reviews__slider-slide {
        padding: 30px 20px;
        width: 275px
    }
}

.reviews__slider-slide-head {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between
}

@media (max-width: 991px) {
    .reviews__slider-slide-title {
        font-size: 16px
    }
}

.reviews__slider-slide-rating {
    margin-top: -5px
}

.reviews__slider-slide-desc {
    font-size: 14px;
    line-height: 180%;
    color: #7e858b;
    margin: 30px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

@media (max-width: 991px) {
    .reviews__slider-slide-desc {
        font-size: 12px;
        margin: 15px 0 20px
    }
}

.reviews__slider-slide-link {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
    color: #0f0933;
    text-decoration: none;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    margin-top: auto
}

@media (max-width: 991px) {
    .reviews__slider-slide-link {
        font-size: 12px
    }
}

@media (min-width: 575px) {
    .reviews__slider-slide-link:hover {
        color: #4d46db
    }
}

@media (min-width: 575px) {
    .reviews__slider-slide-link:hover path {
        stroke: #4d46db
    }
}

.reviews__slider-slide-link svg {
    -ms-flex: none;
    -webkit-box-flex: 0;
    flex: none;
    margin-left: 18px
}

@media (max-width: 991px) {
    .reviews__slider-slide-link svg {
        width: 11px;
        margin-left: 15px
    }
}

.reviews__slider-slide-link path {
    -webkit-transition: stroke .3s ease;
    transition: stroke .3s ease
}

.reviews__slider-arrow {
    position: absolute;
    z-index: 3;
    top: 50%;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

@media (max-width: 1500px) {
    .reviews__slider-arrow {
        top: calc(50% - 25px)
    }
}

@media (max-width: 991px) {
    .reviews__slider-arrow {
        display: none
    }
}

.reviews__slider-arrow_prev {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    -ms-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg)
}

.reviews__slider-arrow_next {
    right: 50px;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%)
}

@media (max-width: 1500px) {
    .reviews__slider-arrow_next {
        right: 0
    }
}

.reviews__slider .swiper-slide {
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.reviews__slider .swiper-slide-visible {
    opacity: 1;
}

@media (max-width: 1500px) {
    .reviews__slider .swiper-slide {
        opacity: 1
    }
}

.answers-to-questions__title {
    padding: 0 40px
}

@media (max-width: 991px) {
    .answers-to-questions__title {
        padding: 0
    }
}

.answers-to-questions__item {
    margin-bottom: 10px
}

@media (max-width: 991px) {
    .answers-to-questions__item {
        margin-bottom: 5px
    }
}

.answers-to-questions__item:last-child {
    margin-bottom: 0
}

.answers-to-questions__item-list {
    list-style: none;
}

@media (max-width: 370px) {
    .header__burger-menu .header__burger-head-nav .header__head-nav {
        grid-template-columns: 1fr
    }
}

.header__burger-menu .header__burger-head-nav .header__head-nav-item {
    margin-right: 0;
    line-height: normal
}

.header__burger-menu .header__burger-social {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #3b3b41
}

.header__burger-menu .header__burger-social .footer__social-list {
    margin-top: 0
}

#promo-message {
    background: linear-gradient(
            45deg,
            #00F5D4 0%,
            #00BFA5 40%,
            #9EF01A 100%
    );
    font-weight: 400;
    z-index: 950;
    text-align: center;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 1rem;
}

#promo-message span {
    text-align: center;
}

#promo-message a {
    color: white;
    text-decoration: underline;
}

@media (max-width: 1024px) {
    .header__burger-menu .header__burger-head-nav .header__head-nav {
        display: grid;
        grid-template-columns:1fr 1fr;
        gap: 14px 30px
    }
}

@media (max-width: 767px) {
    .header__burger-menu .header__burger-head-nav .header__head-nav {
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
        grid-template-columns:1fr 1fr
    }
}

.header__burger-menu .header__burger-head-nav .header__head-nav {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
    border-top: 1px solid #3b3b41
}

.header__burger-menu__container {
    position: relative
}

.header__burger-menu.act {
    display: block;
    pointer-events: auto;
    height: 100vh;
    max-width: 375px
}

.header__burger-menu .header__burger-pa .pa-nav {
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, .2)
}

.header__burger-menu .header__burger-pa .pa-nav__item {
    color: #fff;
    opacity: .5;
    padding: 10px 19px
}

.header__burger-menu .header__burger-pa .pa-nav__item.act {
    opacity: 1;
    background: rgba(255, 255, 255, .1);
    border: none;
    border-radius: 6px
}

@media (min-width: 575px) {
    .header__burger-menu .header__burger-pa .pa-nav__item:hover {
        opacity: 1
    }
}

.header__burger-menu .header__burger-pa .pa-nav__item:nth-last-child(2) {
    margin-bottom: 0
}

.header__burger-menu .header__burger-pa .pa-nav__item:last-child {
    margin-top: 0;
    padding-top: 10px
}

.header__burger-menu .header__burger-pa .pa-nav__item:last-child::before {
    display: none
}

.header__burger-menu .header__burger-pa .pa-nav__item span {
    -webkit-filter: grayscale(100%) brightness(100);
    filter: grayscale(100%) brightness(100)
}

.header__burger-services {
    border-top: 1px solid #3b3b41
}

.header__catalog-min {
    position: relative;
    margin-bottom: -27px;
    display: none;
    width: 100%;
    opacity: 0
}

@media (max-width: 1600px) {
    .header__catalog-min.act {
        display: block;
        opacity: 1
    }
}

.header__burger {
    position: relative;
    width: 16px;
    height: 14px;
    cursor: pointer;
    display: none;
    margin-top: -1px
}

.header__burger::after, .header__burger:before {
    content: ""
}

.header__burger span, .header__burger::after, .header__burger:before {
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    -webkit-transition: opacity .3s ease, top .3s ease, bottom .3s ease, border-radius .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, top .3s ease, bottom .3s ease, border-radius .3s ease, -webkit-transform .3s ease;
    transition: transform .3s ease, opacity .3s ease, top .3s ease, bottom .3s ease, border-radius .3s ease;
    transition: transform .3s ease, opacity .3s ease, top .3s ease, bottom .3s ease, border-radius .3s ease, -webkit-transform .3s ease
}

.header__burger:before {
    top: 0;
    left: 0
}

.header__burger::after {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0
}

.header__burger span {
    bottom: 0;
    left: 0
}

.header__burger.act::before {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    border-radius: 10px
}

.header__burger.act::after {
    opacity: 0
}

.header__burger.act span {
    bottom: 50%;
    -webkit-transform: translateY(50%) rotate(-45deg);
    -ms-transform: translateY(50%) rotate(-45deg);
    transform: translateY(50%) rotate(-45deg);
    border-radius: 10px
}

@media (max-width: 1230px) {
    .header__burger:not(.my-cabinet) {
        display: block
    }
}

.header__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    gap: .5rem;
}

.header__burger-menu {
    display: none;
    position: relative;
    bottom: 0;
    width: 100vw;
    padding-bottom: 100px;
    pointer-events: none;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #020005;
    float: right
}

.nav-mobile-container {
    position: relative;
}

@media (min-width: 1081px) {
    .header__burger-pa {
        display: none
    }
}

.dropdown {
    position: relative;
    display: inline-block
}

@media (max-width: 991px) {
    .header__head-nav {
        border-top: 1px solid #3b3b41;
        margin-top: 0
    }
}

@media (max-width: 1280px) {
    .header__head-nav.clone {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.header__head-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: .8rem;
}

.nav__link {
    max-width: 1.2rem;
}

@media (max-width: 1230px) {
    .header__head-nav {
        display: none
    }

    .header__head-nav.clone {
        display: block
    }
}

.header__head-nav .header__head-dropdown-btn, .header__head-nav-item {
    display: block;
    text-decoration: none;
    color: #c2cae4;
    font-weight: 500;
    line-height: 160%;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.header__head-nav .header__head-dropdown-btn:not(.header__head-dropdown), .header__head-nav-item:not(.header__head-dropdown) {
    cursor: pointer;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 600;
    white-space: nowrap;
}

@media (min-width: 575px) {
    .header__head-nav .header__head-dropdown-btn:not(.header__head-dropdown):hover, .header__head-nav-item:not(.header__head-dropdown):hover {
        color: #fff
    }
}

.header__head-dropdown.act .header__head-dropdown-btn {
    color: #fff
}

.header__head-dropdown.act .header__head-dropdown-btn::after {
    opacity: 1
}

.header__head-dropdown-btn {
    background: 0 0;
    border: none;
    position: relative;
    padding: 0;
}

.header__head-dropdown-btn::after {
    content: "";
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.header__head-dropdown-container {
    padding: 35px 40px;
    background: #fff;
    border-radius: 15px
}

.dropdown-resources__item {
    color: #000
}

@media (max-width: 1024px) {
    .header__head-dropdown-container {
        background: 0 0
    }

    .dropdown-resources__item {
        color: #fff !important
    }
}

@media (max-width: 575px) {
    .header__head-dropdown-container {
        padding: 20px 25px
    }
}

@media (max-width: 450px) {
    .header__head-dropdown-container {
        width: 100%
    }
}

.header__head-dropdown-container-box {
    max-width: 100vw;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    z-index: 5
}

@media (max-width: 450px) {
    .header__head-dropdown-container-box {
        width: 100%
    }
}

.header__profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    margin-left: auto;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

@media (max-width: 1600px) {
    .header__profile {
        margin-right: 20px
    }
}

@media (max-width: 991px) {
    .header__profile {
        font-size: 0;
        color: #fff;
        display: none !important
    }
}

@media (min-width: 575px) {
    .header__profile:hover {
        color: #41e8ff
    }
}

.header__profile span {
    margin-right: 10px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 18px
}

@media (max-width: 991px) {
    .header__profile span {
        -webkit-filter: grayscale(100%) brightness(200%);
        filter: grayscale(100%) brightness(200%);
        margin-right: 0
    }
}

.header__lang-box {
    display: block;
    position: relative;
}

.header__lang {
    background: 0 0;
    border: none;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    font-weight: 600;
    font-size: 1rem;
    color: #fff;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    position: relative;
    z-index: 3;
    cursor: pointer;
}

.header__lang-item {
    pointer-events: all
}

.header__lang span {
    margin-left: 3px;
    -webkit-transition: -webkit-filter .3s ease;
    transition: -webkit-filter .3s ease;
    transition: filter .3s ease;
    transition: filter .3s ease, -webkit-filter .3s ease;
}

.header__lang-item {
    display: block;
    font-weight: 600;
    font-size: 14px;
    color: #0f0933;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    z-index: 2;
    margin-top: 9px;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.header__lang-item:hover {
    color: #4d46db
}

.header__lang-item-list {
    display: none;
    width: 95%;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1),
    0 6px 20px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1),
    0 6px 20px rgba(0, 0, 0, 0.1);
}

.header__lang-item-list::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -9px;
    left: -10px;
    width: calc(100% + 19px);
    height: calc(100% + 35px);
    background: #fff;
    border-radius: 10px
}

@media (max-width: 575px) {
    .header__lang-box {
        margin-left: auto
    }
}

@media (max-width: 767px) {
    .header__head-nav.clone {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.header__head-nav.clone {
    padding-top: 30px
}

@media (min-width: 1025px) {
    .header-drpdwn:hover .nav-dropdown__content-acardeon {
        opacity: 1;
        pointer-events: all;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .header-drpdwn:hover .svg-image-arrow-up {
        display: block
    }

    .header-drpdwn:hover .svg-image-arrow-down-md {
        display: none
    }
}

@media (max-width: 1081px) {
    .dropdown-resources.clone {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 10px;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.btn-switch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #d7e2ea;
    background-color: #fff;
    border-radius: 15px;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    scrollbar-width: none
}

@media (max-width: 667px) {
    .btn-switch {
        margin-top: 10px
    }
}

@media (max-width: 667px) {
    .btn-switch--mob-no-border {
        border: none
    }
}

.btn-switch__btn-active {
    letter-spacing: .04em;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    background-color: #6366f1;
    width: 50%;
    border: none;
    cursor: pointer;
    padding: 10px 13px;
    border-radius: 15px;
    -webkit-transition: color .3s ease, border-radius .3s ease, -webkit-box-shadow .3s ease;
    transition: color .3s ease, border-radius .3s ease, -webkit-box-shadow .3s ease;
    transition: box-shadow .3s ease, color .3s ease, border-radius .3s ease;
    transition: box-shadow .3s ease, color .3s ease, border-radius .3s ease, -webkit-box-shadow .3s ease;
    overflow: hidden;
    white-space: nowrap
}

.btn-switch__btn-active--v {
    background-color: #6366f1;
}

.btn-switch__btn-active .btn-switch__icon-active {
    display: none
}

.btn-switch__btn-inactive {
    letter-spacing: .04em;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    color: #0f0933;
    width: 50%;
    border: none;
    cursor: pointer;
    padding: 10px 13px;
    border-radius: 16px;
    background-color: #fff;
    white-space: nowrap
}

.btn-switch__btn-inactive .btn-switch__icon-inactive {
    display: none
}

.btn-switch--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    min-width: 230px
}

.btn-fluid {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px
}

.btn-s {
    border-radius: 6px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 12px
}

.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.btn-white-danger {
    margin-left: 10px;
    margin-right: 10px;
    color: #DB464D;
    background: #F3E7E6;
    border: 1px solid #DB464D;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-white-danger:hover {
    color: #F3E7E6;
    background: #DB464D;
}

.btn-white-danger i {
    margin-right: 5px;
    color: #DB464D;
}

.btn-white-danger:hover i {
    color: #F3E7E6;
}

.country-button {
    padding: 10px 20px;
    border: 1px solid #4d46db;
    background-color: #fff;
    white-space: nowrap;
    border-radius: 8px;
    font-size: 16px;
    color: #0f0933;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-height: 51px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    cursor: pointer;
    outline: none;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.country-button:hover {
    background-color: #D8D2FF; /* Lighter purple for the hover state */
}


.p-dropdown-panel {
    background: #ffffff;
    color: #495057;
    border: 0 none;
    border-radius: 6px;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}

.p-dropdown-panel .p-dropdown-header {
    padding: 0.75rem 1.25rem;
    border-bottom: 1px solid #dee2e6;
    color: #343a40;
    background: #f8f9fa;
    margin: 0;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}

.p-dropdown-panel .p-dropdown-header .p-dropdown-filter {
    padding-right: 1.75rem;
    margin-right: -1.75rem;
}

.p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon {
    right: 0.75rem;
    color: #6c757d;
}

.p-dropdown-filter-icon {
    position: absolute;
    top: 50%;
    margin-top: -0.5rem;
}

.p-dropdown-item {
    cursor: pointer;
    font-weight: normal;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.p-dropdown-panel .p-dropdown-items {
    padding: .25rem .25rem;
}

.p-dropdown-panel .p-dropdown-items .p-dropdown-item {
    margin: 2px 0;
    padding: .5rem .75rem;
    border: 0 none;
    color: #495057;
    background: transparent;
    -webkit-transition: -webkit-box-shadow 0.2s;
    transition: -webkit-box-shadow 0.2s;
    transition: box-shadow 0.2s;
    transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
    border-radius: 4px;
}

.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
    background: #f3f5fc;
    color: #4d46db;
}

.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight.p-focus {
    background: #E0E7FF;
}

.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled).p-focus {
    color: #495057;
    background: #dee2e6;
}

.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover {
    background: #f3f5fc;
    color: #4d46db;
}

.p-dropdown-panel .p-dropdown-items .p-dropdown-item-group {
    margin: 0;
    padding: 0.75rem 1.25rem;
    color: #343a40;
    background: #ffffff;
    font-weight: 700;
}

.p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message {
    padding: 0.75rem 1.25rem;
    color: #495057;
    background: transparent;
}

.p-dropdown-items-wrapper {
    overflow: auto;
}

@media (max-width: 575px) {
    .btn-sm-fluid {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px
    }
}

.main-stat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px
}

.main-stat__additional {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 15px
}

.main-stat__additional-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.special-pos {
    overflow: scroll;
    scrollbar-width: none
}

@media (max-width: 667px) {
    .special-pos {
        border: 1px solid #d7e2ea;
        border-radius: 15px
    }
}

.mobile-card__logo {
    margin-right: 12px;
    -webkit-box-shadow: 0px 10.8493px 9.0411px rgba(35, 20, 81, 0.08);
            box-shadow: 0px 10.8493px 9.0411px rgba(35, 20, 81, 0.08);
}

.payment-systems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    list-style: none;
    text-align: center
}

.payment-systems__label {
    margin: 0 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5
}

.payment-systems__items {
    margin: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width: 667px) {
    .payment-systems__items {
        gap: 20px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.payment-systems__item {
    width: 50px;
    height: 30px;
    background-size: contain
}

.payment-systems__item--visa {
    width: 60px;
    background: url(/images_new/payment-systems/visa.svg) no-repeat center center
}

.payment-systems__item--mastercard {
    background: url(/images_new/payment-systems/mastercard.svg) no-repeat center center
}

.payment-systems__item--apple-pay {
    background: url(/images_new/payment-systems/applepay.svg) no-repeat center center
}

.payment-systems__item--unionpay {
    width: 40px;
    background: url(/images_new/payment-systems/unionpay.svg) no-repeat center center
}

.payment-systems__item--stripe {
    width: 60px;
    background: url(/images_new/payment-systems/stripe.svg) no-repeat center center
}

.payment-systems__item--google-pay {
    width: 60px;
    background: url(/images_new/payment-systems/google-pay.svg) no-repeat center center
}

.proxy-header-dropdown {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    color: #0f0933
}

.proxy-header-dropdown__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
    border-right: 1px solid #d7e2ea;
    padding: 0 20px 0 0
}

.proxy-header-dropdown__block:last-child {
    border-right: unset
}

.proxy-header-dropdown__block-title {
    padding: 0 0 20px 0;
    text-transform: uppercase;
    font-weight: 600;
    color: #0f0933;
    text-decoration: none
}

.proxy-header-dropdown__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    color: #0f0933;
    text-decoration: none;
    padding: 6px
}

.proxy-header-dropdown__item:hover {
    cursor: pointer;
    background-color: #eee;
    border-radius: 8px
}

.main-card {
    color: #0f0933;
    border-radius: 25px;
    background: #fff;
    padding: 25px
}

@media (max-width: 667px) {
    .main-card {
        border-radius: 0px
    }
}

.main-card__footer {
    border: 1px solid #e1e4eb;
    color: #7e858b;
    border-radius: 15px;
    line-height: 1.5;
    padding: 20px
}

.main-card__settings {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    padding: 20px;
    border: 1px solid #e1e4eb;
    border-radius: 15px
}

@media only screen and (min-width: 668px)and (max-width: 1024px) {
    .main-card__settings {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px;
        border: none
    }
}

@media (max-width: 667px) {
    .main-card__settings {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px;
        border: none
    }
}

.main-card__settings-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    width: 100%
}

.main-card__settings-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 500
}

.main-card__settings-item > span:first-of-type {
    color: #7e858b
}

.main-card__buy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    padding: 20px;
    border: 1px solid #e1e4eb;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 15px
}

@media (max-width: 667px) {
    .main-card__buy {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0;
        border: none
    }
}

.main-card__buy-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

.main-card__buy-price-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    color: #7e858b;
    width: 100%
}

.main-card__buy-price-adv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #4d46db;
    width: 100%;
    text-align: left;
    font-weight: 500
}

.p-bold-text {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5;
    color: #4d46db
}

.advantages-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    background-color: #f3f5fc;
    border-radius: 15px;
    padding: 8px
}

.w-half {
    width: 60%
}

.custom-input-number {
    height: 45px
}

.custom-input-number input {
    border: unset;
    text-align: center;
    height: 43px
}

.custom-input-number .p-inputtext:enabled:focus {
    border-color: #ced4da
}

.custom-input-number .p-inputnumber-button-up {
    border-left: 1px solid silver;
    border-top: unset;
    border-bottom: unset;
    border-right: unset
}

.custom-input-number .p-inputnumber-button-down {
    border-right: 1px solid silver;
    border-left: unset;
    border-top: unset;
    border-bottom: unset
}

.custom-input-number .p-inputtext:enabled:hover {
    border-color: #ced4da
}

.custom-input-number.p-inputnumber {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    border: 1px solid #d7e2ea;
    border-radius: 6px
}

.main-card__settings-item .p-inputtext {
    height: 45px;
    background: rgba(0, 0, 0, 0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    white-space: nowrap;
    color: #0f0933
}

.p-dropdown-filter-container {
    position: relative;
}


.main-card__settings-item .p-dropdown-label {
    white-space: nowrap;
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    text-overflow: ellipsis;
    cursor: pointer
}

.opp-bg {
    background: url("/images_new/opp-bg.svg") no-repeat;
    background-size: cover;
    min-height: 350px;
    border-radius: 25px;
    padding: 40px
}

@media (max-width: 667px) {
    .opp-bg {
        border-radius: 0;
        background-position: center
    }
}

.opp-col-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px
}

@media (max-width: 667px) {
    .opp-col-block {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 0 20px 0
    }
}

.opp-col-block-number {
    background-color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #4d46db;
    text-align: center;
    font-size: 18px;
    line-height: 50px;
    font-weight: 700;
    min-width: 50px
}

.who-uit-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 667px) {
    .who-uit-container {
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left
    }
}

.who-uit-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 667px) {
    .who-uit-block {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.who-uit-block > p {
    max-width: 300px;
    text-align: center
}

@media (max-width: 667px) {
    .who-uit-block > p {
        text-align: left
    }
}

@media (max-width: 667px) {
    .center-mobile {
        text-align: center
    }
}

.main-cards-app-s {
    margin-top: 2rem
}

.m-row-margins {
    margin-top: 40px
}

@media (max-width: 575px) {
    .m-row-margins {
        margin-top: 20px
    }

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

.dropdown-types {
    padding-left: 0;
}

:root {
    font-family: "Inter var", sans-serif;
    -webkit-font-feature-settings: "cv02", "cv03", "cv04", "cv11";
    font-feature-settings: "cv02", "cv03", "cv04", "cv11";
    font-variation-settings: normal;
    --font-family: "Inter var", sans-serif;
    --font-feature-settings: "cv02", "cv03", "cv04", "cv11";
    --text-color: #334155;
    --text-color-secondary: #64748b;
    --primary-color: #6366F1;
    --primary-color-text: #ffffff;
    --surface-0: #ffffff;
    --surface-50: #f8fafc;
    --surface-100: #f1f5f9;
    --surface-200: #e2e8f0;
    --surface-300: #cbd5e1;
    --surface-400: #94a3b8;
    --surface-500: #64748b;
    --surface-600: #475569;
    --surface-700: #334155;
    --surface-800: #1e293b;
    --surface-900: #0f172a;
    --surface-950: #020617;
    --gray-0: #ffffff;
    --gray-50: #f8fafc;
    --gray-100: #f1f5f9;
    --gray-200: #e2e8f0;
    --gray-300: #cbd5e1;
    --gray-400: #94a3b8;
    --gray-500: #64748b;
    --gray-600: #475569;
    --gray-700: #334155;
    --gray-800: #1e293b;
    --gray-900: #0f172a;
    --gray-950: #020617;
    --content-padding: 1.125rem;
    --inline-spacing: 0.5rem;
    --border-radius: 6px;
    --surface-ground: #f8fafc;
    --surface-section: #ffffff;
    --surface-card: #ffffff;
    --surface-overlay: #ffffff;
    --surface-border: #e2e8f0;
    --surface-hover: #f1f5f9;
    --focus-ring: none;
    --maskbg: rgba(0, 0, 0, 0.4);
    --highlight-bg: #EEF2FF;
    --highlight-text-color: #4338CA;
    --p-anchor-gutter: 2px;
    color-scheme: light
}

:root {
    --p-focus-ring-color: var(--primary-color)
}

@font-face {
    font-family: "Inter var";
    font-weight: 100 900;
    font-display: swap;
    font-style: normal;
    font-named-instance: "Regular";
    src: url("./fonts/Inter-roman.var.woff2?v=3.19") format("woff2")
}

@font-face {
    font-family: "Inter var";
    font-weight: 100 900;
    font-display: swap;
    font-style: italic;
    font-named-instance: "Italic";
    src: url("./fonts/Inter-italic.var.woff2?v=3.19") format("woff2")
}

:root {
    --blue-50: #f5f9ff;
    --blue-100: #d0e1fd;
    --blue-200: #abc9fb;
    --blue-300: #85b2f9;
    --blue-400: #609af8;
    --blue-500: #3b82f6;
    --blue-600: #326fd1;
    --blue-700: #295bac;
    --blue-800: #204887;
    --blue-900: #183462;
    --green-50: #f4fcf7;
    --green-100: #caf1d8;
    --green-200: #a0e6ba;
    --green-300: #76db9b;
    --green-400: #4cd07d;
    --green-500: #22c55e;
    --green-600: #1da750;
    --green-700: #188a42;
    --green-800: #136c34;
    --green-900: #0e4f26;
    --yellow-50: #fefbf3;
    --yellow-100: #faedc4;
    --yellow-200: #f6de95;
    --yellow-300: #f2d066;
    --yellow-400: #eec137;
    --yellow-500: #eab308;
    --yellow-600: #c79807;
    --yellow-700: #a47d06;
    --yellow-800: #816204;
    --yellow-900: #5e4803;
    --cyan-50: #f3fbfd;
    --cyan-100: #c3edf5;
    --cyan-200: #94e0ed;
    --cyan-300: #65d2e4;
    --cyan-400: #35c4dc;
    --cyan-500: #06b6d4;
    --cyan-600: #059bb4;
    --cyan-700: #047f94;
    --cyan-800: #036475;
    --cyan-900: #024955;
    --pink-50: #fef6fa;
    --pink-100: #fad3e7;
    --pink-200: #f7b0d3;
    --pink-300: #f38ec0;
    --pink-400: #f06bac;
    --pink-500: #ec4899;
    --pink-600: #c93d82;
    --pink-700: #a5326b;
    --pink-800: #822854;
    --pink-900: #5e1d3d;
    --indigo-50: #f7f7fe;
    --indigo-100: #dadafc;
    --indigo-200: #bcbdf9;
    --indigo-300: #9ea0f6;
    --indigo-400: #8183f4;
    --indigo-500: #6366f1;
    --indigo-600: #5457cd;
    --indigo-700: #4547a9;
    --indigo-800: #363885;
    --indigo-900: #282960;
    --teal-50: #f3fbfb;
    --teal-100: #c7eeea;
    --teal-200: #9ae0d9;
    --teal-300: #6dd3c8;
    --teal-400: #41c5b7;
    --teal-500: #14b8a6;
    --teal-600: #119c8d;
    --teal-700: #0e8174;
    --teal-800: #0b655b;
    --teal-900: #084a42;
    --orange-50: #fff8f3;
    --orange-100: #feddc7;
    --orange-200: #fcc39b;
    --orange-300: #fba86f;
    --orange-400: #fa8e42;
    --orange-500: #f97316;
    --orange-600: #d46213;
    --orange-700: #ae510f;
    --orange-800: #893f0c;
    --orange-900: #642e09;
    --bluegray-50: #f7f8f9;
    --bluegray-100: #dadee3;
    --bluegray-200: #bcc3cd;
    --bluegray-300: #9fa9b7;
    --bluegray-400: #818ea1;
    --bluegray-500: #64748b;
    --bluegray-600: #556376;
    --bluegray-700: #465161;
    --bluegray-800: #37404c;
    --bluegray-900: #282e38;
    --purple-50: #fbf7ff;
    --purple-100: #ead6fd;
    --purple-200: #dab6fc;
    --purple-300: #c996fa;
    --purple-400: #b975f9;
    --purple-500: #a855f7;
    --purple-600: #8f48d2;
    --purple-700: #763cad;
    --purple-800: #5c2f88;
    --purple-900: #432263;
    --red-50: #fff5f5;
    --red-100: #ffd0ce;
    --red-200: #ffaca7;
    --red-300: #ff8780;
    --red-400: #ff6259;
    --red-500: #ff3d32;
    --red-600: #d9342b;
    --red-700: #b32b23;
    --red-800: #8c221c;
    --red-900: #661814;
    --primary-50: #f7f7fe;
    --primary-100: #dadafc;
    --primary-200: #bcbdf9;
    --primary-300: #9ea0f6;
    --primary-400: #8183f4;
    --primary-500: #6366f1;
    --primary-600: #5457cd;
    --primary-700: #4547a9;
    --primary-800: #363885;
    --primary-900: #282960
}

@layer primevue {
    .p-component, .p-component * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .p-component {
        font-family: var(--font-family);
        -webkit-font-feature-settings: var(--font-feature-settings, normal);
        font-feature-settings: var(--font-feature-settings, normal);
        font-size: 1rem;
        font-weight: normal
    }

    .p-component:disabled {
        opacity: .6
    }

    .p-icon {
        width: 1rem;
        height: 1rem
    }

    @-webkit-keyframes p-component-overlay-enter-animation {
        from {
            background-color: rgba(0, 0, 0, 0)
        }
        to {
            background-color: var(--maskbg)
        }
    }@keyframes p-component-overlay-enter-animation {
         from {
             background-color: rgba(0, 0, 0, 0)
         }
         to {
             background-color: var(--maskbg)
         }
     }@-webkit-keyframes p-component-overlay-leave-animation {
          from {
              background-color: var(--maskbg)
          }
          to {
              background-color: rgba(0, 0, 0, 0)
          }
      }@keyframes p-component-overlay-leave-animation {
           from {
               background-color: var(--maskbg)
           }
           to {
               background-color: rgba(0, 0, 0, 0)
           }
       }.p-dropdown {
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            cursor: pointer;
            position: relative;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none
        }

    .p-dropdown-trigger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .p-dropdown-label {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: 1%;
        text-overflow: ellipsis;
        cursor: pointer
    }

    input.p-dropdown-label {
        cursor: default
    }

    .p-dropdown {
        background: #fff;
        border: 1px solid #cbd5e1;
        -webkit-transition: background-color .2s, color .2s, border-color .2s, outline-color .2s, -webkit-box-shadow .2s;
        transition: background-color .2s, color .2s, border-color .2s, outline-color .2s, -webkit-box-shadow .2s;
        transition: background-color .2s, color .2s, border-color .2s, box-shadow .2s, outline-color .2s;
        transition: background-color .2s, color .2s, border-color .2s, box-shadow .2s, outline-color .2s, -webkit-box-shadow .2s;
        border-radius: 6px;
        outline-color: rgba(0, 0, 0, 0)
    }

    .p-dropdown:not(.p-disabled):hover {
        border-color: #94a3b8
    }

    .p-dropdown .p-dropdown-label {
        background: rgba(0, 0, 0, 0);
        border: 0 none
    }

    .p-dropdown .p-dropdown-label:focus, .p-dropdown .p-dropdown-label:enabled:focus {
        outline: 0 none;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .p-dropdown .p-dropdown-trigger {
        background: rgba(0, 0, 0, 0);
        color: #94a3b8;
        width: 2.5rem;
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px
    }

    .p-inputnumber {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }

    .p-inputnumber-button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .p-inputnumber-buttons-horizontal .p-button.p-inputnumber-button .p-button-label {
        display: none
    }

    .p-inputnumber-buttons-horizontal .p-button.p-inputnumber-button-up {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .p-inputnumber-buttons-horizontal .p-inputnumber-input {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        border-radius: 0
    }

    .p-inputnumber-buttons-horizontal .p-button.p-inputnumber-button-down {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .p-inputnumber-input {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .p-inputtext {
        font-family: var(--font-family);
        -webkit-font-feature-settings: var(--font-feature-settings, normal);
        font-feature-settings: var(--font-feature-settings, normal);
        font-size: 1rem;
        color: #334155;
        background: #fff;
        padding: .5rem .75rem;
        border: 1px solid #cbd5e1;
        -webkit-transition: background-color .2s, color .2s, border-color .2s, outline-color .2s, -webkit-box-shadow .2s;
        transition: background-color .2s, color .2s, border-color .2s, outline-color .2s, -webkit-box-shadow .2s;
        transition: background-color .2s, color .2s, border-color .2s, box-shadow .2s, outline-color .2s;
        transition: background-color .2s, color .2s, border-color .2s, box-shadow .2s, outline-color .2s, -webkit-box-shadow .2s;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 6px;
        outline-color: rgba(0, 0, 0, 0)
    }

    .p-inputtext:enabled:hover {
        border-color: #94a3b8
    }

    .p-inputtext:enabled:focus {
        outline: 1px solid var(--p-focus-ring-color);
        outline-offset: -1px;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-color: #94a3b8
    }

    .p-invalid {
        border-color: #e24c4c !important; /* Красная граница */
    }

    .p-invalid:hover {
        border-color: #e24c4c !important;
    }

    .p-invalid:focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(226, 76, 76, 0.2) !important;
                box-shadow: 0 0 0 0.2rem rgba(226, 76, 76, 0.2) !important; /* Свечение при фокусе */
    }

    ::-webkit-input-placeholder {
        color: #64748b
    }

    ::-moz-placeholder {
        color: #64748b
    }

    @-webkit-keyframes dash-frame {
        100% {
            stroke-dashoffset: 0
        }
    }@keyframes dash-frame {
         100% {
             stroke-dashoffset: 0
         }
     }.p-button {
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          cursor: pointer;
          -webkit-user-select: none;
          -moz-user-select: none;
          -ms-user-select: none;
          user-select: none;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          vertical-align: bottom;
          text-align: center;
          overflow: hidden;
          position: relative
      }

    .p-button-label {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .p-button:disabled {
        cursor: default
    }

    .p-button-icon-only {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .p-button-icon-only .p-button-label {
        visibility: hidden;
        width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .p-button {
        color: #fff;
        background: #6366f1;
        border: 1px solid #6366f1;
        padding: .5rem 1rem;
        font-size: 1rem;
        -webkit-transition: background-color .2s, color .2s, border-color .2s, outline-color .2s, -webkit-box-shadow .2s;
        transition: background-color .2s, color .2s, border-color .2s, outline-color .2s, -webkit-box-shadow .2s;
        transition: background-color .2s, color .2s, border-color .2s, box-shadow .2s, outline-color .2s;
        transition: background-color .2s, color .2s, border-color .2s, box-shadow .2s, outline-color .2s, -webkit-box-shadow .2s;
        border-radius: 6px;
        outline-color: rgba(0, 0, 0, 0)
    }

    .p-button:not(:disabled):hover {
        background: #4f46e5;
        color: #fff;
        border-color: #4f46e5
    }

    .p-button:not(:disabled):active {
        background: #4338ca;
        color: #fff;
        border-color: #4338ca
    }

    .p-button:focus-visible {
        outline: 1px solid var(--p-focus-ring-color);
        outline-offset: 2px;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .p-button .p-button-label {
        -webkit-transition-duration: .2s;
        transition-duration: .2s
    }

    .p-button.p-button-icon-only {
        width: 2.5rem;
        padding: .5rem 0
    }

    @-webkit-keyframes p-progressbar-indeterminate-anim {
        0% {
            left: -35%;
            right: 100%
        }
        60% {
            left: 100%;
            right: -90%
        }
        100% {
            left: 100%;
            right: -90%
        }
    }@keyframes p-progressbar-indeterminate-anim {
         0% {
             left: -35%;
             right: 100%
         }
         60% {
             left: 100%;
             right: -90%
         }
         100% {
             left: 100%;
             right: -90%
         }
     }@-webkit-keyframes p-progressbar-indeterminate-anim-short {
          0% {
              left: -200%;
              right: 100%
          }
          60% {
              left: 107%;
              right: -8%
          }
          100% {
              left: 107%;
              right: -8%
          }
      }@keyframes p-progressbar-indeterminate-anim-short {
           0% {
               left: -200%;
               right: 100%
           }
           60% {
               left: 107%;
               right: -8%
           }
           100% {
               left: 107%;
               right: -8%
           }
       }@-webkit-keyframes p-progress-spinner-rotate {
            100% {
                -webkit-transform: rotate(360deg);
                transform: rotate(360deg)
            }
        }@keyframes p-progress-spinner-rotate {
             100% {
                 -webkit-transform: rotate(360deg);
                 transform: rotate(360deg)
             }
         }@-webkit-keyframes p-progress-spinner-dash {
              0% {
                  stroke-dasharray: 1, 200;
                  stroke-dashoffset: 0
              }
              50% {
                  stroke-dasharray: 89, 200;
                  stroke-dashoffset: -35px
              }
              100% {
                  stroke-dasharray: 89, 200;
                  stroke-dashoffset: -124px
              }
          }@keyframes p-progress-spinner-dash {
               0% {
                   stroke-dasharray: 1, 200;
                   stroke-dashoffset: 0
               }
               50% {
                   stroke-dasharray: 89, 200;
                   stroke-dashoffset: -35px
               }
               100% {
                   stroke-dasharray: 89, 200;
                   stroke-dashoffset: -124px
               }
           }@-webkit-keyframes p-progress-spinner-color {
                100%, 0% {
                    stroke: #dc2626
                }
                40% {
                    stroke: #2563eb
                }
                66% {
                    stroke: #16a34a
                }
                80%, 90% {
                    stroke: #ca8a04
                }
            }@keyframes p-progress-spinner-color {
                 100%, 0% {
                     stroke: #dc2626
                 }
                 40% {
                     stroke: #2563eb
                 }
                 66% {
                     stroke: #16a34a
                 }
                 80%, 90% {
                     stroke: #ca8a04
                 }
             }.p-ink {
                  display: block;
                  position: absolute;
                  background: rgba(255, 255, 255, .5);
                  border-radius: 100%;
                  -webkit-transform: scale(0);
                  -ms-transform: scale(0);
                  transform: scale(0);
                  pointer-events: none
              }

    @-webkit-keyframes ripple {
        100% {
            opacity: 0;
            -webkit-transform: scale(2.5);
            transform: scale(2.5)
        }
    }@keyframes ripple {
         100% {
             opacity: 0;
             -webkit-transform: scale(2.5);
             transform: scale(2.5)
         }
     }@-webkit-keyframes p-skeleton-animation {
          from {
              -webkit-transform: translateX(-100%);
              transform: translateX(-100%)
          }
          to {
              -webkit-transform: translateX(100%);
              transform: translateX(100%)
          }
      }@keyframes p-skeleton-animation {
           from {
               -webkit-transform: translateX(-100%);
               transform: translateX(-100%)
           }
           to {
               -webkit-transform: translateX(100%);
               transform: translateX(100%)
           }
       }
}

@layer primevue {
    .p-button-label {
        font-weight: 500
    }

    .p-dropdown {
        -webkit-box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 1px 2px 0 rgba(18, 18, 23, .05);
        box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 1px 2px 0 rgba(18, 18, 23, .05)
    }

    .p-dropdown .p-dropdown-label {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .p-inputnumber.p-inputnumber-buttons-horizontal .p-inputnumber-button {
        background-color: rgba(0, 0, 0, 0);
        border: 1px solid #cbd5e1;
        color: #64748b
    }

    .p-inputnumber.p-inputnumber-buttons-horizontal .p-inputnumber-button:hover {
        background-color: #f1f5f9;
        color: #475569
    }

    .p-inputnumber.p-inputnumber-buttons-horizontal .p-inputnumber-button:active {
        background-color: #e2e8f0;
        color: #334155
    }

    .p-inputnumber.p-inputnumber-buttons-horizontal .p-inputnumber-button.p-inputnumber-button-up {
        border-left: 0 none
    }

    .p-inputnumber.p-inputnumber-buttons-horizontal .p-inputnumber-button.p-inputnumber-button-down {
        border-right: 0 none
    }

    .p-inputtext {
        -webkit-box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 1px 2px 0 rgba(18, 18, 23, .05);
        box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 1px 2px 0 rgba(18, 18, 23, .05)
    }

    .p-inputtext:disabled {
        opacity: 1;
        background-color: #e2e8f0;
        color: #64748b
    }
}

/* BUTTONS */
.button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: none;
    border-radius: .5rem;
    font-size: 1rem;
    font-weight: 600;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    white-space: nowrap;
}

.button:hover {
    background-color: #5f72bd;
    cursor: pointer;
}

.button:active {
    background-color: #5f72bd;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}

.button:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

.header__auth-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: .5rem;
    border: none;
    border-radius: .5rem;
    padding: .6rem 1rem;
    background-color: #fff;
    color: #3c4043;
    -webkit-box-shadow: 0 1px 2px rgb(0 0 0 / 0.05);
            box-shadow: 0 1px 2px rgb(0 0 0 / 0.05);
    -webkit-transition: background-color 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 600;
}

.header__auth-btn:hover {
    background-color: #f8f8f8;
    -webkit-box-shadow: 0 2px 4px rgb(0 0 0 / 0.1);
            box-shadow: 0 2px 4px rgb(0 0 0 / 0.1);
    cursor: pointer;
}

.button__icon {
    max-width: 1rem;
}

.hero_button {
    background-color: #6366f1;
    color: #f8f8f8;
    padding: 1rem 1.6rem;
    white-space: nowrap;
}

.hero_button:hover {
    background-color: #4F46E5;
    -webkit-box-shadow: 0 2px 4px rgb(0 0 0 / 0.1);
            box-shadow: 0 2px 4px rgb(0 0 0 / 0.1);
}

.hero_auth-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: .5rem;
    padding: .6rem 1.2rem;
    background-color: #fff;
    color: #3c4043;
    -webkit-box-shadow: 0 1px 2px rgb(0 0 0 / 0.05);
            box-shadow: 0 1px 2px rgb(0 0 0 / 0.05);
    cursor: pointer;
    -webkit-transition: background-color 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}

.hero_auth-button:hover {
    background-color: #f8f8f8;
    -webkit-box-shadow: 0 2px 4px rgb(0 0 0 / 0.1);
            box-shadow: 0 2px 4px rgb(0 0 0 / 0.1);
}

.hero_auth-button:active {
    background-color: #e8e8e8;
    -webkit-box-shadow: 0 1px 2px rgb(0 0 0 / 0.05);
            box-shadow: 0 1px 2px rgb(0 0 0 / 0.05);
    -webkit-transform: translateY(1px);
        -ms-transform: translateY(1px);
            transform: translateY(1px);
}

.hero_auth-button:disabled {
    background-color: #f1f3f4;
    color: #a6a6a6;
    border-color: #f1f3f4;
    cursor: not-allowed;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.hero_auth-button img {
    max-width: 1.95rem;
}

.google-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: .5rem;
    padding: 1rem 1.6rem;
    background-color: #fff;
    color: #3c4043;
    -webkit-box-shadow: 0 1px 2px rgb(0 0 0 / 0.05);
            box-shadow: 0 1px 2px rgb(0 0 0 / 0.05);
    cursor: pointer;
    -webkit-transition: background-color 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}

.google-button:hover {
    background-color: #f8f8f8;
    -webkit-box-shadow: 0 2px 4px rgb(0 0 0 / 0.1);
            box-shadow: 0 2px 4px rgb(0 0 0 / 0.1);
}

.google-button:active {
    background-color: #e8e8e8;
    -webkit-box-shadow: 0 1px 2px rgb(0 0 0 / 0.05);
            box-shadow: 0 1px 2px rgb(0 0 0 / 0.05);
    -webkit-transform: translateY(1px);
        -ms-transform: translateY(1px);
            transform: translateY(1px);
}

.google-button:disabled {
    background-color: #f1f3f4;
    color: #a6a6a6;
    border-color: #f1f3f4;
    cursor: not-allowed;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.google-button img {
    max-width: 2rem;
}

.cta__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: .5rem;
    padding: 1rem 1.6rem;
    background-color: #fff;
    color: #3c4043;
    -webkit-box-shadow: 0 1px 2px rgb(0 0 0 / 0.05);
            box-shadow: 0 1px 2px rgb(0 0 0 / 0.05);
    cursor: pointer;
    -webkit-transition: background-color 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
    border: none;
    border-radius: .5rem;
}

.cta__button:hover {
    background-color: #5f72bd;
    color: #fff;
}

.cta__button-text {
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
}

/* BOOTSTRAP */
/* Превращает элемент в flex-контейнер */
.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

/* Превращает элемент в inline-flex контейнер */
.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

/* Направление основного потока (горизонтальное) */
.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
}

/* Направление основного потока (вертикальное) */
.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
}

/* Горизонтальное выравнивание элементов внутри flex */
.justify-content-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
}

.justify-content-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
}

.justify-content-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
}

.justify-content-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
}

/* Вертикальное выравнивание элементов внутри flex */
.align-items-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
}

.align-items-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
}

.align-items-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
}

/* Вертикальное выравнивание отдельного flex-элемента */
.align-self-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
}

.align-self-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
}

/* Заставить элемент расти и заполнять доступное пространство */
.flex-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
}

/* Обратить порядок элементов */
.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
}

.text-decoration-none {
    text-decoration: none !important;
}

/* Базовые gap размеры */
.gap-1 {
    gap: .25rem;
}

.gap-2 {
    gap: .5rem;
}

.gap-3 {
    gap: .75rem;
}

/* sm: экраны от 576px */
@media (min-width: 576px) {
    .gap-sm-1 {
        gap: 0.25rem !important;
    }

    .gap-sm-2 {
        gap: 0.5rem !important;
    }

    .gap-sm-3 {
        gap: 0.75rem !important;
    }
}

/* md: экраны от 768px */
@media (min-width: 768px) {
    .gap-md-1 {
        gap: 0.25rem !important;
    }

    .gap-md-2 {
        gap: 0.5rem !important;
    }

    .gap-md-3 {
        gap: 0.75rem !important;
    }
}

/* lg: экраны от 992px */
@media (min-width: 992px) {
    .gap-lg-1 {
        gap: 0.25rem !important;
    }

    .gap-lg-2 {
        gap: 0.5rem !important;
    }

    .gap-lg-3 {
        gap: 0.75rem !important;
    }
}

/* xl: экраны от 1200px */
@media (min-width: 1200px) {
    .gap-xl-1 {
        gap: 0.25rem !important;
    }

    .gap-xl-2 {
        gap: 0.5rem !important;
    }

    .gap-xl-3 {
        gap: 0.75rem !important;
    }
}

/* xxl: экраны от 1400px */
@media (min-width: 1400px) {
    .gap-xxl-1 {
        gap: 0.25rem !important;
    }

    .gap-xxl-2 {
        gap: 0.5rem !important;
    }

    .gap-xxl-3 {
        gap: 0.75rem !important;
    }
}

.mt-1 {
    margin-top: .25rem;
}

.mt-2 {
    margin-top: .5rem;
}

.mt-3 {
    margin-top: .75rem;
}

.mb-1 {
    margin-bottom: .25rem;
}

.mb-2 {
    margin-bottom: .5rem;
}

.mb-3 {
    margin-bottom: .75rem;
}

.mr-1 {
    margin-right: .25rem;
}

.mr-2 {
    margin-right: .5rem;
}

.mr-3 {
    margin-right: .75rem;
}

.ml-1 {
    margin-left: .25rem;
}

.ml-2 {
    margin-left: .5rem;
}

.ml-3 {
    margin-left: .75rem;
}

.pt-1 {
    padding-top: .25rem;
}

.pt-2 {
    padding-top: .5rem;
}

.pt-3 {
    padding-top: .75rem;
}

.pb-1 {
    padding-bottom: .25rem;
}

.pb-2 {
    padding-bottom: .5rem;
}

.pb-3 {
    padding-bottom: .75rem;
}

.pr-1 {
    padding-right: .25rem;
}

.pr-2 {
    padding-right: .5rem;
}

.pr-3 {
    padding-right: .75rem;
}

.pl-1 {
    padding-left: .25rem;
}

.pl-2 {
    padding-left: .5rem;
}

.pl-3 {
    padding-left: .75rem;
}

.list-unstyled {
    list-style: none;
}

.flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}

.uppercase-text {
    text-transform: uppercase;
}