@import url(https://fonts.googleapis.com/css?family=Work+Sans:100,200,300,regular,500,600,700,800,900,100italic,200italic,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: #121212;
    font-family: 'Work Sans', 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-7739bbbf {
    background: #121212;
    padding: 20px 0;
    box-shadow: 0 1px 3px 0 2px 4px rgba(255, 255, 255, 0.08);
    font-family: 'Work Sans', sans-serif;
    position: relative;
    z-index: 99999;
}

.c-18c9d5c6 {
    max-width: 1240px;
    margin: auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.c-8e2b51a7 {
    font-size: 28px;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 10px;
}

.c-8e2b51a7 i {
    color: #e879f9;
}

.c-02a313ca {
    display: flex;
    gap: 30px;
}

.c-02a313ca a {
    color: #e0d4df;
    text-decoration: none;
    font-size: var(--font-size);
    padding-bottom: 2px;
    position: relative;
    transition: color 300ms ease-in;
}

.c-02a313ca a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    height: 2px;
    width: 100%;
    background-color: #e879f9;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 160ms ease;
}

.c-02a313ca a:hover::after,
.c-02a313ca a.active::after {
    transform: scaleX(1);
}

.c-02a313ca a:hover {
    color: #e879f9;
}

.menu-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 28px;
    color: #ffffff;
}



.c-d5fc764a {
    background-color: #ffffff;
    color: #000000;
    padding: 48px 0;
}

.c-b3d100ce {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

.c-cc05ee35 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 48px;
    margin-bottom: 48px;
}

.c-b0b04af7 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.c-89f6c040 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    font-size: 21px;
    margin-bottom: 10px;
}

.c-89f6c040 i {
    color: #e879f9;
    font-size: 28px;
}

.c-9298b7c4 {
    color: #a89ca9;
    line-height: 1.5;
    margin-bottom: 20px;
}

.c-7ffdea69 {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

.c-7ffdea69::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: #e879f9;
}

.c-aa382942 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.c-1a60a4b0 {
    color: #a89ca9;
    transition: color 160ms ease;
    display: flex;
    align-items: center;
    gap: 4px;
}

.c-1a60a4b0:hover {
    color: #e879f9;
    transform: translateX(5px);
}

.c-1a60a4b0 i {
    font-size: 10px;
}

.c-b751248b {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
}

.c-da6c5b26 {
    color: #e879f9;
    margin-top: 3px;
}

.c-383de004 {
    color: #a89ca9;
    line-height: 1.5;
}

.c-2472888b {
    margin-top: 10px;
}

.c-651e10d3 {
    color: #a89ca9;
    line-height: 1.5;
    margin-bottom: 20px;
}

.c-281e1db8 {
    display: flex;
    gap: 10px;
}

.c-35c92e6f {
    flex: 1;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 10px 20px;
    border-radius: 6px;
    color: #000000;
}

.c-35c92e6f::placeholder {
    color: #a89ca9;
}

.c-ca69e2b1 {
    background-color: #e879f9;
    color: #000000;
    padding: 10px 20px;
    border-radius: 6px;
    transition: background-color 160ms ease;
}

.c-ca69e2b1:hover {
    background-color: #f472b6;
}

.footer-social {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.footer-social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    color: #a89ca9;
    transition: all 160ms ease;
}

.footer-social-link:hover {
    background-color: #e879f9;
    color: #000000;
    transform: translateY(-3px);
}

.c-79f7ec1a {
    margin-top: 48px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.c-b3453e8e {
    color: #a89ca9;
    font-size: 15px;
}

.c-c74c9a23 {
    display: flex;
    gap: 30px;
}

.c-8928315d {
    color: #a89ca9;
    font-size: 15px;
    transition: color 160ms ease;
}

.c-8928315d:hover {
    color: #e879f9;
}



.c-462c6d72 {
    min-height: 100vh;
    background: linear-gradient(135deg, #1e1e1e 0%, #2c2c2c 100%);
    padding: 64px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.c-a7bab92d {
    max-width: 600px;
    width: 100%;
    background: #121212;
    border-radius: 32px;
    box-shadow: 0 20px 40px 0 2px 4px rgba(255, 255, 255, 0.08);
    padding: 48px;
    transform: translateY(20px);
    opacity: 0;
    animation: contactsSlideIn 0.8s ease forwards;
}

@keyframes contactsSlideIn {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.c-dc3c5050 {
    text-align: center;
    margin-bottom: 64px;
}

.c-ffa6aca5 {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
}

.c-94b27bee {
    font-size: 21px;
    color: #e0d4df;
    line-height: 1.5;
}

.c-f942ae1e {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.c-fbf6048f {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.c-59d79cb9 {
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.c-f7518e12,
.contacts__textarea {
    padding: 20px;
    border: 2px solid var(--border-color);
    border-radius: 12px;
    font-size: var(--font-size);
    color: #ffffff;
    background: #121212;
    transition: all 300ms ease-in;
    outline: none;
}

.c-f7518e12:focus,
.contacts__textarea:focus {
    border-color: var(--border-focus);
    box-shadow: 0 0 0 3px var(--accent-primary-light);
    transform: translateY(-2px);
}

.contacts__textarea {
    min-height: 120px;
    resize: vertical;
    font-family: inherit;
    line-height: 1.5;
}

.c-df39ca64 {
    padding: 20px 48px;
    background: linear-gradient(135deg, #e879f9 0%, #f472b6 100%);
    color: #000000;
    border: none;
    border-radius: 12px;
    font-size: 21px;
    font-weight: 600;
    cursor: pointer;
    transition: all 300ms ease-in;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.c-df39ca64:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px 0 2px 4px rgba(255, 255, 255, 0.08);
}

.c-df39ca64:active {
    transform: translateY(0);
}

.contacts__button--loading {
    pointer-events: none;
}

.c-ed60f565 {
    transition: opacity 160ms ease;
}

.contacts__button--loading .c-ed60f565 {
    opacity: 0;
}

.c-f2b83203 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    border: 2px solid transparent;
    border-top: 2px solid #000000;
    border-radius: 50%;
    opacity: 0;
    transition: opacity 160ms ease;
}

.contacts__button--loading .c-f2b83203 {
    opacity: 1;
    animation: contactsSpin 1s linear infinite;
}

@keyframes contactsSpin {
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.contacts__info {
    margin-top: 64px;
    padding-top: 30px;
    border-top: 1px solid #2c2c2c;
}

.contacts__info-title {
    font-size: 21px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 20px;
}

.contacts__info-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contacts__info-item {
    color: #e0d4df;
    font-size: 15px;
    line-height: 1.5;
}

.contacts__info-link {
    color: #e879f9;
    transition: color 160ms ease;
}

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





.contacts__success {
    position: fixed;
    top: 30px;
    right: 30px;
    background: #34d399;
    color: #000000;
    padding: 20px 30px;
    border-radius: 12px;
    font-weight: 500;
    transform: translateX(100%);
    opacity: 0;
    transition: all 300ms ease-in;
    z-index: 1000;
}

.contacts__success--show {
    transform: translateX(0);
    opacity: 1;
}

.c-fd6d0412 {
    color: #a89ca9;
    opacity: 0.8;
    line-height: 1.4;
}

.c-58833c90 {
    width: 100vw;
    height: 100vh;
    background: #121212;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.c-84529744 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.c-666c03fa {
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(45deg, #e879f9, #f472b6);
    opacity: 0.1;
    animation: cta-morph-float 20s ease-in-out infinite;
    filter: blur(1px);
}

.c-666c03fa:nth-child(1) {
    width: 300px;
    height: 300px;
    top: 10%;
    left: 10%;
    animation-delay: 0s;
}

.c-666c03fa:nth-child(2) {
    width: 200px;
    height: 200px;
    top: 50%;
    right: 20%;
    animation-delay: 5s;
}

.c-666c03fa:nth-child(3) {
    width: 400px;
    height: 400px;
    bottom: 10%;
    left: 30%;
    animation-delay: 10s;
}

.c-b3495dda {
    text-align: center;
    z-index: 10;
    position: relative;
    transform: translateZ(0);
}

.c-927aaa9a {
    font-size: clamp(2rem, 8vw, 4.5rem);
    font-weight: 900;
    color: #ffffff;
    margin-bottom: 30px;
    background: linear-gradient(45deg, #e879f9, #f472b6, #fde047);
    background-size: 200% 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: cta-gradient-shift 4s ease-in-out infinite;
    line-height: 1.1;
}

.c-e3f9c313 {
    font-size: clamp(1rem, 3vw, 1.5rem);
    color: #ffffff;
    margin-bottom: 64px;
    opacity: 0.9;
    line-height: 1.4;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.c-ae1f9ff1 {
    display: inline-block;
    background: transparent;
    color: #000000;
    padding: 30px 48px;
    border: 2px solid transparent;
    border-radius: 20px;
    font-size: 21px;
    font-weight: 700;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: all 300ms ease-in;
}

.c-ae1f9ff1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, #e879f9, #f472b6, #fde047, #e879f9);
    background-size: 300% 300%;
    border-radius: 20px;
    z-index: -2;
    animation: cta-border-flow 3s ease-in-out infinite;
}

.c-ae1f9ff1::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    background: #ffffff;
    border-radius: calc(20px - 2px);
    z-index: -1;
}

.c-ae1f9ff1:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 30px rgba(59, 130, 246, 0.3);
}

.c-ae1f9ff1:hover::after {
    background: transparent;
}

@keyframes cta-morph-float {
    0%,
    100% {
        transform: translateY(0px) rotate(0deg) scale(1);
        border-radius: 50%;
    }
    25% {
        transform: translateY(-30px) rotate(90deg) scale(1.1);
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    50% {
        transform: translateY(-60px) rotate(180deg) scale(0.9);
        border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
    }
    75% {
        transform: translateY(-30px) rotate(270deg) scale(1.2);
        border-radius: 40% 60% 60% 40% / 60% 40% 40% 60%;
    }
}

@keyframes cta-gradient-shift {
    0%,
    100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

@keyframes cta-border-flow {
    0%,
    100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

.c-ba15d4a6 {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #121212;
    border-top: 2px solid #e879f9;
    box-shadow: 0 -4px 20px 0 2px 4px rgba(255, 255, 255, 0.08);
    padding: 30px;
    z-index: 1000;
    transform: translateY(100%);
    transition: transform 300ms ease-in;
}

.c-ba15d4a6.policy-agreement--visible {
    transform: translateY(0);
}

.c-56038991 {
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
}

.c-0c53119c {
    flex: 1;
    min-width: 300px;
}

.c-582d4e2e {
    font-size: 21px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 10px;
}

.c-f1fe8e53 {
    color: #e0d4df;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.c-5f601821 {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.c-ad8808db {
    color: #e879f9;
    text-decoration: underline;
    font-size: 15px;
    transition: color 160ms ease;
}

.c-ad8808db:hover {
    color: #f472b6;
}

.c-a9a89c77 {
    display: flex;
    gap: 20px;
    align-items: center;
}

.c-0f9c13f5 {
    background: #e879f9;
    color: #000000;
    border: none;
    padding: 20px 48px;
    border-radius: 12px;
    font-size: var(--font-size);
    font-weight: 500;
    cursor: pointer;
    transition: all 160ms ease;
    white-space: nowrap;
}

.c-0f9c13f5:hover {
    background: #f472b6;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px 0 2px 4px rgba(255, 255, 255, 0.08);
}

.c-0f9c13f5:active {
    transform: translateY(0);
}

@media (max-width: 768px) {
    .c-02a313ca {
        display: none;
        flex-direction: column;
        gap: 20px;
        position: absolute;
        right: 20px;
        top: 60px;
        background: #1e1e1e;
        padding: 20px;
        border-radius: 12px;
        box-shadow: 0 4px 8px 0 6px 10px rgba(255, 255, 255, 0.12);
    }

    .c-02a313ca.show {
        display: flex;
    }

    .menu-toggle {
        display: block;
    }
}
@media (max-width: 768px) {
    .c-79f7ec1a {
        flex-direction: column;
    }

    .c-c74c9a23 {
        flex-direction: column;
        gap: 10px;
    }
}
@media (max-width: 768px) {
    .c-462c6d72 {
        padding: 30px 10px;
    }

    .c-a7bab92d {
        padding: 30px;
    }

    .c-ffa6aca5 {
        font-size: 28px;
    }
}
@media (max-width: 768px) {
    .c-56038991 {
        flex-direction: column;
        text-align: center;
    }

    .c-0c53119c {
        min-width: auto;
    }

    .c-5f601821 {
        justify-content: center;
    }
}