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



* {
    padding: 0px;
    margin: 0px;
    border: 0px;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}
*::before,
*::after {
    display: inline-block;
}
html,
body {
    height: 100%;
    background: #fefefc;
    font-family: 'Quicksand', 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-ba243312 {
    background: #fefefc;
    box-shadow: 0 2px 10px 0 1px 2px rgba(0, 0, 0, 0.03);
    position: sticky;
    top: 0;
    z-index: 999999;
}

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

.c-0216863a {
    display: flex;
    align-items: center;
    gap: 18px;
    text-decoration: none;
    color: #3c3a3a;
    font-weight: 600;
    font-size: 26px;
}

.c-adb26b97 {
    color: #f472b6;
    font-size: 28px;
}

.c-4ce504aa {
    display: flex;
    align-items: center;
    gap: 44px;
}

.c-7b7c967a {
    display: flex;
    list-style: none;
    gap: 28px;
}

.c-3688810a {
    text-decoration: none;
    color: #6b7280;
    font-weight: 500;
    padding: 8px 16px;
    border-radius: 12px;
    transition: all 280ms ease-in-out;
}

.c-3688810a:hover {
    color: #f472b6;
    background-color: #fff1f2;
}

.c-2a583127 {
    display: none;
    background: none;
    border: none;
    font-size: 24px;
    color: #3c3a3a;
    cursor: pointer;
}

.c-03070411 {
    background: #f472b6;
    color: #ffffff;
    padding: 12px 24px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 500;
    transition: all 280ms ease-in-out;
}

.c-03070411:hover {
    background: #a78bfa;
    transform: translateY(-2px);
}



.c-86e635a8 {
    background-color: #2d2a2a;
    color: #ffffff;
    padding: 44px 0;
}

.c-adb115be {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 18px;
}

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

.c-489206a6 {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.c-0255bffe {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
}

.c-0255bffe i {
    color: #f472b6;
    font-size: 26px;
}

.c-86b907fb {
    color: #a8a8b3;
    line-height: 1.5;
    margin-bottom: 18px;
}

.c-5ffed77d {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 18px;
    position: relative;
    padding-bottom: 10px;
}

.c-5ffed77d::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: #f472b6;
}

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

.c-1049362f {
    color: #a8a8b3;
    transition: color 120ms ease-in-out;
    display: flex;
    align-items: center;
    gap: 4px;
}

.c-1049362f:hover {
    color: #f472b6;
    transform: translateX(5px);
}

.c-1049362f i {
    font-size: 10px;
}

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

.c-761ac8be {
    color: #f472b6;
    margin-top: 3px;
}

.c-cb67b613 {
    color: #a8a8b3;
    line-height: 1.5;
}

.c-23383350 {
    margin-top: 10px;
}

.c-39e0c6b4 {
    color: #a8a8b3;
    line-height: 1.5;
    margin-bottom: 18px;
}

.c-495f2f0d {
    display: flex;
    gap: 10px;
}

.c-f097eca6 {
    flex: 1;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 10px 18px;
    border-radius: 6px;
    color: #ffffff;
}

.c-f097eca6::placeholder {
    color: #a8a8b3;
}

.c-febe9ede {
    background-color: #f472b6;
    color: #ffffff;
    padding: 10px 18px;
    border-radius: 6px;
    transition: background-color 120ms ease-in-out;
}

.c-febe9ede:hover {
    background-color: #a78bfa;
}

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

.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: #a8a8b3;
    transition: all 120ms ease-in-out;
}

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

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

.c-d7f2cd08 {
    color: #a8a8b3;
    font-size: 14px;
}

.c-0b172609 {
    display: flex;
    gap: 28px;
}

.c-e445f07b {
    color: #a8a8b3;
    font-size: 14px;
    transition: color 120ms ease-in-out;
}

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



.c-6bad1f51 {
    min-height: 100vh;
    background: linear-gradient(135deg, #fff1f2 0%, #fde2e4 100%);
    padding: 60px 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.c-2a1c9345 {
    max-width: 600px;
    width: 100%;
    background: #fefefc;
    border-radius: 28px;
    box-shadow: 0 20px 40px 0 3px 6px rgba(0, 0, 0, 0.08);
    padding: 44px;
    transform: translateY(20px);
    opacity: 0;
    animation: contactsSlideIn 0.8s ease forwards;
}

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

.c-6a5f5b5b {
    text-align: center;
    margin-bottom: 60px;
}

.c-67104ab5 {
    font-size: 34px;
    font-weight: 700;
    color: #3c3a3a;
    margin-bottom: 18px;
}

.c-0b073719 {
    font-size: 20px;
    color: #6b7280;
    line-height: 1.5;
}

.c-1e4bc34c {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

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

.c-96cfcf93 {
    font-size: 14px;
    font-weight: 500;
    color: #3c3a3a;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.c-6dc3e313,
.contacts__textarea {
    padding: 18px;
    border: 2px solid var(--border-color);
    border-radius: 12px;
    font-size: var(--font-size);
    color: #3c3a3a;
    background: #fefefc;
    transition: all 280ms ease-in-out;
    outline: none;
}

.c-6dc3e313: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-cb9c7cdb {
    padding: 18px 44px;
    background: linear-gradient(135deg, #f472b6 0%, #a78bfa 100%);
    color: #ffffff;
    border: none;
    border-radius: 12px;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    transition: all 280ms ease-in-out;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.c-cb9c7cdb:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px 0 3px 6px rgba(0, 0, 0, 0.08);
}

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

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

.c-85094754 {
    transition: opacity 120ms ease-in-out;
}

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

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

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

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

.contacts__info {
    margin-top: 60px;
    padding-top: 28px;
    border-top: 1px solid #fde2e4;
}

.contacts__info-title {
    font-size: 20px;
    font-weight: 600;
    color: #3c3a3a;
    margin-bottom: 18px;
}

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

.contacts__info-item {
    color: #6b7280;
    font-size: 14px;
    line-height: 1.5;
}

.contacts__info-link {
    color: #f472b6;
    transition: color 120ms ease-in-out;
}

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





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

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

.c-4bec64f4 {
    color: #a8a8b3;
    opacity: 0.8;
    line-height: 1.4;
}

.c-994156fd {
    background: #fefefc;
    padding: 44px;
    border-radius: 28px;
    text-align: center;
    max-width: 550px;
    width: 100%;
    position: relative;
    overflow: hidden;
    border: 2px solid transparent;
    transition: all 450ms ease-in-out;
    margin: 40px auto;
}

.c-994156fd::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, #f472b6, #a78bfa, #fbbf24, #ef4444);
    border-radius: 28px;
    z-index: -1;
    opacity: 0;
    transition: opacity 280ms ease-in-out;
}

.c-994156fd: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-994156fd:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-glow);
}

.c-38110a65 {
    font-size: 34px;
    font-weight: 800;
    color: #3c3a3a;
    margin-bottom: 18px;
    line-height: 1.2;
    position: relative;
}

.c-38110a65::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: #a78bfa;
    border-radius: 2px;
    transition: width 280ms ease-in-out;
}

.c-994156fd:hover .c-38110a65::after {
    width: 120px;
}

.c-cf47296f {
    font-size: 20px;
    color: #6b7280;
    margin-bottom: 60px;
    line-height: 1.5;
    margin-top: 28px;
}

.c-2abb4267 {
    display: inline-block;
    background: #a78bfa;
    color: #ffffff;
    padding: 28px 44px;
    border-radius: 18px;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    transition: all 280ms ease-in-out;
    position: relative;
    overflow: hidden;
}

.c-2abb4267::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 450ms ease-in-out;
}

.c-2abb4267:hover::before {
    left: 100%;
}

.c-2abb4267:hover {
    background: #7c3aed;
    transform: scale(1.05);
    box-shadow: 0 8px 25px rgba(139, 92, 246, 0.4);
}

.c-2abb4267:active {
    transform: scale(0.98);
}

.c-a3f350f5 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden;
}

.c-d645c692 {
    position: absolute;
    width: 6px;
    height: 6px;
    background: #f472b6;
    border-radius: 50%;
    opacity: 0.3;
    animation: float 6s ease-in-out infinite;
}

.c-d645c692:nth-child(1) {
    top: 20%;
    left: 10%;
    animation-delay: 0s;
}

.c-d645c692:nth-child(2) {
    top: 60%;
    right: 15%;
    animation-delay: 2s;
    background: #a78bfa;
}

.c-d645c692:nth-child(3) {
    bottom: 30%;
    left: 20%;
    animation-delay: 4s;
    background: #fbbf24;
}

@keyframes float {
    0%,
    100% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(180deg);
    }
}

.c-3f014171 {
    position: fixed;
    bottom: 28px;
    right: 28px;
    background: linear-gradient(135deg, #f472b6, #a78bfa);
    color: #ffffff;
    padding: 18px;
    border-radius: 18px;
    box-shadow: 0 8px 32px 0 6px 12px rgba(0, 0, 0, 0.12);
    max-width: 400px;
    z-index: 1000;
    transform: translateX(120%);
    transition: transform 280ms ease-in-out;
}

.c-3f014171.policy-compact--visible {
    transform: translateX(0);
}

.c-d365721c {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}

.c-822e763f {
    font-size: var(--font-size);
    font-weight: 600;
}

.c-d0dc3f9a {
    background: none;
    border: none;
    color: #ffffff;
    font-size: 20px;
    cursor: pointer;
    opacity: 0.7;
    transition: opacity 120ms ease-in-out;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.c-d0dc3f9a:hover {
    opacity: 1;
}

.c-45d62a55 {
    font-size: 14px;
    margin-bottom: 18px;
    opacity: 0.9;
}

.c-e2eeda98 {
    display: flex;
    gap: 18px;
    margin-bottom: 18px;
    flex-wrap: wrap;
}

.c-e80921fb {
    color: #ffffff;
    text-decoration: underline;
    font-size: 14px;
    opacity: 0.8;
    transition: opacity 120ms ease-in-out;
}

.c-e80921fb:hover {
    opacity: 1;
}

.c-705ee5b3 {
    background: #ffffff;
    color: #f472b6;
    border: none;
    padding: 10px 18px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
    transition: all 120ms ease-in-out;
}

.c-705ee5b3:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.3);
}

@media (max-width: 768px) {
    .c-4ce504aa {
        position: fixed;
        top: 70px;
        left: 0;
        right: 0;
        background: #fefefc;
        flex-direction: column;
        padding: 28px;
        box-shadow: 0 5px 20px 0 3px 6px rgba(0, 0, 0, 0.08);
        transform: translateY(-100%);
        opacity: 0;
        visibility: hidden;
        transition: all 280ms ease-in-out;
    }

    .c-4ce504aa.active {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }

    .c-7b7c967a {
        flex-direction: column;
        width: 100%;
        gap: 18px;
    }

    .c-3688810a {
        padding: 16px;
        text-align: center;
    }

    .c-2a583127 {
        display: block;
    }

    .c-03070411 {
        margin-top: 18px;
        text-align: center;
    }
}
@media (max-width: 768px) {
    .c-1a6cd537 {
        flex-direction: column;
    }

    .c-0b172609 {
        flex-direction: column;
        gap: 10px;
    }
}
@media (max-width: 768px) {
    .c-6bad1f51 {
        padding: 28px 10px;
    }

    .c-2a1c9345 {
        padding: 28px;
    }

    .c-67104ab5 {
        font-size: 26px;
    }
}
@media (max-width: 480px) {
    .c-3f014171 {
        bottom: 18px;
        right: 18px;
        left: 18px;
        max-width: none;
    }
}