@import url(https://fonts.googleapis.com/css?family=Rubik:300,regular,500,600,700,800,900,300italic,italic,500italic,600italic,700italic,800italic,900italic);



* {
    padding: 0px;
    margin: 0px;
    border: 0px;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}
*::before,
*::after {
    display: inline-block;
}
html,
body {
    height: 100%;
    background: #1f1f2e;
    font-family: 'Rubik', sans-serif;
    font-size: var(--font-size);
}
body {
    line-height: 1;
    scrollbar-gutter: stable;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
input,
button,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    background-color: transparent;
}
input,
textarea {
    width: 100%;
}
label {
    display: inline-block;
}
button,
select,
option {
    cursor: pointer;
}
a {
    display: inline-block;
    color: inherit;
    text-decoration: none;
}
ul li {
    list-style: none;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size: inherit;
}

main {
    overflow-x: hidden;
}





.c-5d2abf16 {
    background: #1f1f2e;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    transition: 300ms ease-in-out;
}

.header--scrolled {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(226, 232, 240, 0.5);
}

.c-aa835f45 {
    max-width: 1160px;
    margin: 0 auto;
    padding: 30px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.c-5ee88fad {
    position: absolute;
    left: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #f3f4f6;
    font-weight: 600;
    font-size: 19px;
    transition: 150ms ease-in-out;
    z-index: 9999;
}

.c-5ee88fad:hover {
    transform: scale(1.05);
}

.c-b6cd51ea {
    font-size: 26px;
    background: linear-gradient(45deg, #a78bfa, #f472b6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.c-41c5857e {
    display: flex;
    align-items: center;
}

.c-8da77db3 {
    display: flex;
    align-items: center;
    gap: 48px;
    background: #2c2c3c;
    padding: 10px 30px;
    border-radius: 24px;
    border: 1px solid #3a3a4f;
}

.c-388dfe9c {
    color: #d1d5db;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 10px;
    transition: 150ms ease-in-out;
    position: relative;
    overflow: hidden;
}

.c-388dfe9c::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.1), transparent);
    transition: 300ms ease-in-out;
}

.c-388dfe9c:hover::before {
    left: 100%;
}

.c-388dfe9c:hover {
    color: #a78bfa;
    background: rgba(59, 130, 246, 0.05);
}

.header__menu-link--active {
    color: #a78bfa;
    background: rgba(59, 130, 246, 0.1);
}

.header__theme-toggle {
    position: absolute;
    right: 20px;
    background: #2c2c3c;
    border: 1px solid #3a3a4f;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 150ms ease-in-out;
}

.header__theme-toggle:hover {
    background: #a78bfa;
    color: #111827;
    transform: rotate(180deg);
}


.c-09e60f73 {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 10px;
    z-index: 1001;
    background: #2c2c3c;
    border: 1px solid #3a3a4f;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    transition: 150ms ease-in-out;
    position: absolute;
    right: 20px;
}

.c-09e60f73:hover {
    background: #a78bfa;
    transform: scale(1.05);
}

.c-88e466ec {
    width: 18px;
    height: 2px;
    background: #f3f4f6;
    margin: 2px 0;
    transition: 150ms ease-in-out;
    border-radius: 2px;
}

.c-09e60f73:hover .c-88e466ec {
    background: #111827;
}


.header__burger--active {
    background: #a78bfa;
}

.header__burger--active .c-88e466ec {
    background: #111827;
}

.header__burger--active .c-88e466ec:nth-child(1) {
    transform: rotate(45deg) translate(4px, 4px);
}

.header__burger--active .c-88e466ec:nth-child(2) {
    opacity: 0;
}

.header__burger--active .c-88e466ec:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}


.c-8700850e {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(10px);
    opacity: 0;
    visibility: hidden;
    transition: 300ms ease-in-out;
    z-index: 999;
}

.header__overlay--active {
    opacity: 1;
    visibility: visible;
}


.c-7727aa77 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #1f1f2e;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 48px;
    transform: scale(0.9) translateY(-20px);
    opacity: 0;
    visibility: hidden;
    transition: 300ms ease-in-out;
    z-index: 1000;
    overflow-y: auto;
    padding: 48px 20px;
}

.header__mobile-menu--active {
    transform: scale(1) translateY(0);
    opacity: 1;
    visibility: visible;
}


.c-6694d7d6 {
    color: #f3f4f6;
    font-size: 34px;
    font-weight: 600;
    padding: 30px 48px;
    border-radius: 24px;
    transition: 150ms ease-in-out;
    opacity: 0;
    transform: translateY(30px);
    text-align: center;
    min-width: 250px;
    background: #2c2c3c;
    border: 1px solid #3a3a4f;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    display: block;
}

.header__mobile-menu--active .c-6694d7d6 {
    opacity: 1;
    transform: translateY(0);
}


.c-6694d7d6:nth-child(1) {
    transition-delay: 0.1s;
}
.c-6694d7d6:nth-child(2) {
    transition-delay: 0.2s;
}
.c-6694d7d6:nth-child(3) {
    transition-delay: 0.3s;
}
.c-6694d7d6:nth-child(4) {
    transition-delay: 0.4s;
}
.c-6694d7d6:nth-child(5) {
    transition-delay: 0.5s;
}


.c-6694d7d6::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.1), transparent);
    transition: 300ms ease-in-out;
}

.c-6694d7d6:hover::before {
    left: 100%;
}

.c-6694d7d6:hover {
    color: #a78bfa;
    background: rgba(59, 130, 246, 0.05);
    transform: scale(1.05);
    border-color: #a78bfa;
}

.header__mobile-menu-link--active {
    color: #a78bfa;
    background: rgba(59, 130, 246, 0.1);
    border-color: #a78bfa;
}






@keyframes slideInFromRight {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideOutToRight {
    from {
        transform: translateX(0);
        opacity: 1;
    }
    to {
        transform: translateX(100%);
        opacity: 0;
    }
}

.c-690a05d8 {
    background-color: #1f1f2e;
    padding: 48px 0;
    border-top: 2px solid #a78bfa;
    position: relative;
}

.c-82aa020c {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.c-661b1033 {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #f3f4f6;
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 30px;
    transition: transform 300ms ease-in-out;
}

.c-661b1033:hover {
    transform: scale(1.05);
}

.c-661b1033 i {
    color: #a78bfa;
    font-size: 34px;
}

.c-23b1d9bc {
    color: #d1d5db;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto 48px;
    font-size: 19px;
}

.c-f3c5f0c6 {
    margin-bottom: 48px;
}

.c-3b09fe60 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 48px;
    margin-bottom: 30px;
}

.c-dea4d8d8 {
    color: #d1d5db;
    font-weight: 500;
    position: relative;
    transition: color 150ms ease-in-out;
    padding: 10px 0;
}

.c-dea4d8d8::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #a78bfa;
    transition: all 300ms ease-in-out;
    transform: translateX(-50%);
}

.c-dea4d8d8:hover {
    color: #a78bfa;
}

.c-dea4d8d8:hover::after {
    width: 100%;
}

.c-18d35c4d {
    background-color: #2c2c3c;
    border-radius: 16px;
    padding: 30px;
    margin-bottom: 48px;
    display: inline-block;
    min-width: 300px;
}

.c-427d10cf {
    color: #f3f4f6;
    font-weight: 600;
    font-size: 19px;
    margin-bottom: 20px;
}

.c-c943ac20 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.c-63e9078e {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #d1d5db;
}

.c-48a0dcbd {
    color: #a78bfa;
    width: 20px;
    text-align: center;
}

.c-4087bea9 {
    width: 100px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #a78bfa, transparent);
    margin: 30px auto;
}

.c-dea2daff {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.c-1e4863c2 {
    color: #9ca3af;
    font-size: 14px;
}

.c-452917fc {
    display: flex;
    gap: 30px;
}

.c-3eedbbcf {
    color: #9ca3af;
    font-size: 14px;
    transition: color 150ms ease-in-out;
    position: relative;
}

.c-3eedbbcf:hover {
    color: #a78bfa;
}

.c-3eedbbcf:not(:last-child)::after {
    content: '•';
    position: absolute;
    right: calc(-1 * 30px / 2);
    color: #9ca3af;
}

.c-80a2c4b1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #a78bfa, #f472b6, #a78bfa);
    opacity: 0.8;
}



.c-ffa47e1c {
    min-height: 100vh;
    margin-top: 5rem;
    background: #2c2c3c;
    padding: 64px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.c-ffa47e1c::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, #a78bfa 0%, transparent 70%);
    opacity: 0.05;
    pointer-events: none;
}

.c-45141527 {
    max-width: 800px;
    width: 100%;
    background: #1f1f2e;
    border-radius: 24px;
    box-shadow: 0 10px 40px 0 1px 2px rgba(255, 255, 255, 0.04);
    overflow: hidden;
    border: 1px solid #3a3a4f;
    position: relative;
    z-index: 1;
}

.c-b6effd2a {
    padding: 48px;
    text-align: center;
    border-bottom: 1px solid #3a3a4f;
}

.c-2b58c24a {
    font-size: 34px;
    font-weight: 600;
    color: #f3f4f6;
    margin-bottom: 10px;
}

.c-0622982b {
    font-size: var(--font-size);
    color: #d1d5db;
    line-height: 1.5;
}

.c-624e458c {
    padding: 48px;
}

.c-7eaee198 {
    display: grid;
    gap: 48px;
}

.c-d0bab500 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.c-91387c07 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contacts-v3__field--full {
    grid-column: 1 / -1;
}

.c-da6fec8f {
    font-size: 14px;
    font-weight: 600;
    color: #f3f4f6;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.c-92be8aeb,
.c-be6b668f {
    padding: 30px;
    border: none;
    border-bottom: 2px solid #3a3a4f;
    border-radius: 5px 5px 0 0;
    background: #2c2c3c;
    font-size: var(--font-size);
    color: #f3f4f6;
    transition: all 300ms ease-in-out;
    outline: none;
}

.c-92be8aeb:focus,
.c-be6b668f:focus {
    border-bottom-color: #a78bfa;
    background: #1f1f2e;
    box-shadow: 0 -2px 10px 0 1px 2px rgba(255, 255, 255, 0.04);
}

.c-be6b668f {
    min-height: 120px;
    resize: vertical;
    font-family: inherit;
    line-height: 1.5;
}

.c-988bfb2c {
    position: relative;
}

.c-67afcc39 {
    padding: 30px 48px;
    background: #a78bfa;
    color: #111827;
    border: none;
    border-radius: 16px;
    font-size: 19px;
    font-weight: 600;
    cursor: pointer;
    transition: all 300ms ease-in-out;
    position: relative;
    overflow: hidden;
    justify-self: center;
    min-width: 200px;
    border: 1px solid #a78bfa;
}

.c-67afcc39::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 500ms ease;
}

.c-67afcc39:hover {
    background: var(--accent-primary-hover);
    transform: translateY(-2px);
    color: #a78bfa;
}

.c-67afcc39:hover::before {
    left: 100%;
}

.c-67afcc39:active {
    transform: translateY(0);
}


.c-ffa47e1c .iti {
    width: 100%;
}

.c-ffa47e1c .iti__flag-container {
    background: #2c2c3c;
    border-right: 2px solid #3a3a4f;
}

.c-ffa47e1c .iti__selected-flag {
    padding: 0 20px;
}

.c-ffa47e1c .iti__country-list {
    border-radius: 10px;
    box-shadow: 0 15px 35px 0 3px 6px rgba(255, 255, 255, 0.08);
    border: 1px solid #3a3a4f;
}



#phone {
    padding-left: 64px;
}

input.error {
    border: 2px solid #dc2626;
}

.c-9f1b3338 {
    color: #9ca3af;
    opacity: 0.8;
    line-height: 1.4;
}

.c-091a9f7a {
    background: #1f1f2e;
    padding: 48px;
    border-radius: 24px;
    text-align: center;
    max-width: 550px;
    width: 100%;
    position: relative;
    overflow: hidden;
    border: 2px solid transparent;
    transition: all 500ms ease;
    margin: 40px auto;
}

.c-091a9f7a::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, #a78bfa, #f472b6, #f59e0b, #dc2626);
    border-radius: 24px;
    z-index: -1;
    opacity: 0;
    transition: opacity 300ms ease-in-out;
}

.c-091a9f7a:hover::before {
    opacity: 1;
    animation: borderGlow 2s ease-in-out infinite alternate;
}

@keyframes borderGlow {
    0% {
        filter: hue-rotate(0deg);
    }
    100% {
        filter: hue-rotate(360deg);
    }
}

.c-091a9f7a:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-glow);
}

.c-afd7a0df {
    font-size: 34px;
    font-weight: 800;
    color: #f3f4f6;
    margin-bottom: 20px;
    line-height: 1.2;
    position: relative;
}

.c-afd7a0df::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: #f472b6;
    border-radius: 2px;
    transition: width 300ms ease-in-out;
}

.c-091a9f7a:hover .c-afd7a0df::after {
    width: 120px;
}

.c-1c5fa7eb {
    font-size: 19px;
    color: #d1d5db;
    margin-bottom: 64px;
    line-height: 1.5;
    margin-top: 30px;
}

.c-93c96537 {
    display: inline-block;
    background: #f472b6;
    color: #111827;
    padding: 30px 48px;
    border-radius: 16px;
    font-size: 19px;
    font-weight: 700;
    text-decoration: none;
    transition: all 300ms ease-in-out;
    position: relative;
    overflow: hidden;
}

.c-93c96537::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 500ms ease;
}

.c-93c96537:hover::before {
    left: 100%;
}

.c-93c96537:hover {
    background: #7c3aed;
    transform: scale(1.05);
    box-shadow: 0 8px 25px rgba(139, 92, 246, 0.4);
}

.c-93c96537:active {
    transform: scale(0.98);
}

.c-bcf5f026 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden;
}

.c-3b866a6a {
    position: absolute;
    width: 6px;
    height: 6px;
    background: #a78bfa;
    border-radius: 50%;
    opacity: 0.3;
    animation: float 6s ease-in-out infinite;
}

.c-3b866a6a:nth-child(1) {
    top: 20%;
    left: 10%;
    animation-delay: 0s;
}

.c-3b866a6a:nth-child(2) {
    top: 60%;
    right: 15%;
    animation-delay: 2s;
    background: #f472b6;
}

.c-3b866a6a:nth-child(3) {
    bottom: 30%;
    left: 20%;
    animation-delay: 4s;
    background: #f59e0b;
}

@keyframes float {
    0%,
    100% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(180deg);
    }
}

.c-0eab50d1 {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1f1f2e;
    border-top: 2px solid #a78bfa;
    box-shadow: 0 -4px 20px 0 3px 6px rgba(255, 255, 255, 0.08);
    padding: 30px;
    z-index: 1000;
    transform: translateY(100%);
    transition: transform 300ms ease-in-out;
}

.c-0eab50d1.policy-agreement--visible {
    transform: translateY(0);
}

.c-c5bc0fab {
    max-width: 1160px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
}

.c-ed6a913d {
    flex: 1;
    min-width: 300px;
}

.c-927a3649 {
    font-size: 19px;
    font-weight: 600;
    color: #f3f4f6;
    margin-bottom: 10px;
}

.c-9748f20c {
    color: #d1d5db;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.c-5e5a19c5 {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.c-847183ca {
    color: #a78bfa;
    text-decoration: underline;
    font-size: 14px;
    transition: color 150ms ease-in-out;
}

.c-847183ca:hover {
    color: #f472b6;
}

.c-6782025c {
    display: flex;
    gap: 20px;
    align-items: center;
}

.c-0fcbed19 {
    background: #a78bfa;
    color: #111827;
    border: none;
    padding: 20px 48px;
    border-radius: 10px;
    font-size: var(--font-size);
    font-weight: 500;
    cursor: pointer;
    transition: all 150ms ease-in-out;
    white-space: nowrap;
}

.c-0fcbed19:hover {
    background: #f472b6;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px 0 3px 6px rgba(255, 255, 255, 0.08);
}

.c-0fcbed19:active {
    transform: translateY(0);
}

@media (max-width: 768px) {
    .c-8da77db3 {
        gap: 20px;
        padding: 4px 20px;
    }

    .c-388dfe9c {
        padding: 4px 10px;
        font-size: 14px;
    }

    .c-5ee88fad {
        position: static;
    }

    .header__theme-toggle {
        position: static;
        margin-left: 20px;
    }

    .c-aa835f45 {
        justify-content: space-between;
    }
    .c-41c5857e,
    .header__theme-toggle {
        display: none;
    }

    .c-09e60f73 {
        display: flex;
    }

    .c-aa835f45 {
        justify-content: space-between;
        padding: 20px;
    }

    .c-5ee88fad {
        position: static;
        transform: translateX(0);
    }

    .c-8da77db3 {
        display: none;
    }
}
@media (max-width: 480px) {
    .c-6694d7d6 {
        font-size: 26px;
        min-width: 200px;
        padding: 20px 30px;
    }

    .c-7727aa77 {
        gap: 30px;
        padding: 30px 10px;
    }
}
@media (max-width: 768px) {
    .c-3b09fe60 {
        flex-direction: column;
        gap: 20px;
    }

    .c-18d35c4d {
        min-width: auto;
        width: 100%;
    }

    .c-dea2daff {
        flex-direction: column;
        gap: 20px;
    }

    .c-452917fc {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    .c-3eedbbcf:not(:last-child)::after {
        display: none;
    }
}
@media (max-width: 768px) {
    .c-d0bab500 {
        grid-template-columns: 1fr;
    }

    .c-b6effd2a,
    .c-624e458c {
        padding: 30px;
    }

    .c-67afcc39 {
        min-width: auto;
        width: 100%;
    }
}
@media (max-width: 768px) {
    .c-c5bc0fab {
        flex-direction: column;
        text-align: center;
    }

    .c-ed6a913d {
        min-width: auto;
    }

    .c-5e5a19c5 {
        justify-content: center;
    }
}