@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: #fff8fc;
    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-cfa92be7 {
    background: #fff8fc;
    box-shadow: 0 2px 10px 0 2px 4px rgba(0, 0, 0, 0.08);
    position: sticky;
    top: 0;
    z-index: 1000;
    transition: 300ms ease-in-out;
}

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

.c-0afbb52e {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #2a1a2f;
    font-weight: 600;
    font-size: 18px;
    transition: 140ms ease-in-out;
}

.c-0afbb52e:hover {
    color: #d65db1;
    transform: translateY(-1px);
}

.c-8a106e74 {
    font-size: 24px;
    color: #d65db1;
}

.c-5bb2a6e3 {
    display: flex;
    align-items: center;
    gap: 48px;
}

.c-cd8dc2a0 {
    display: flex;
    align-items: center;
    gap: 30px;
}

.c-d3ff6475 {
    position: relative;
}

.c-dcc01459 {
    color: #6e4e6e;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 12px;
    transition: 140ms ease-in-out;
    position: relative;
}

.c-dcc01459:hover {
    color: #d65db1;
    background: #fbe9f2;
}

.c-dcc01459::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    width: 0;
    height: 2px;
    background: #d65db1;
    transition: 140ms ease-in-out;
    transform: translateX(-50%);
}

.c-dcc01459:hover::after {
    width: 80%;
}

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

.c-03db87ad {
    padding: 10px 30px;
    border-radius: 12px;
    font-weight: 500;
    transition: 140ms ease-in-out;
    cursor: pointer;
}

.c-4351ab9b {
    background: #d65db1;
    color: #ffffff;
}

.c-4351ab9b:hover {
    background: #2563eb;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px 0 2px 4px rgba(0, 0, 0, 0.08);
}

.header__btn--secondary {
    color: #6e4e6e;
    border: 1px solid #eed7e6;
}

.header__btn--secondary:hover {
    background: #fbe9f2;
    color: #2a1a2f;
}

.c-8ea758bb {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 30px;
    height: 24px;
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
}

.c-8ea758bb span {
    display: block;
    height: 3px;
    width: 100%;
    background: #2a1a2f;
    border-radius: 2px;
    transition: 0.3s;
}

.c-cfa92be7.open .c-8ea758bb span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
}
.c-cfa92be7.open .c-8ea758bb span:nth-child(2) {
    opacity: 0;
}
.c-cfa92be7.open .c-8ea758bb span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
}



.c-26a9d7d9 {
    background-color: #fbe9f2;
    padding: 30px 0;
    border-top: 1px solid #eed7e6;
}

.c-c4fb538c {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
}

.c-35fe8296 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.c-cb937f9b {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #2a1a2f;
    font-weight: 600;
    font-size: 18px;
}

.c-cb937f9b i {
    color: #d65db1;
    font-size: 24px;
}

.c-9966cc05 {
    display: flex;
    gap: 48px;
}

.c-6330bb29 {
    color: #6e4e6e;
    transition: color 140ms ease-in-out;
}

.c-6330bb29:hover {
    color: #d65db1;
}

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

.footer-social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #eed7e6;
    color: #6e4e6e;
    transition: all 140ms ease-in-out;
}

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

.c-2becf163 {
    margin-top: 48px;
    padding-top: 20px;
    border-top: 1px solid #eed7e6;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.c-fde97a1c {
    color: #bfa3c3;
    font-size: 14px;
}

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

.c-3dbc579d {
    color: #bfa3c3;
    font-size: 14px;
    transition: color 140ms ease-in-out;
}

.c-3dbc579d:hover {
    color: #d65db1;
}



.c-65cdbd15 {
    min-height: 100vh;
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #fff8fc;
}

.c-12436b9e {
    background: linear-gradient(135deg, #3d2b47 0%, #d65db1 100%);
    color: #ffffff;
    padding: 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.c-12436b9e::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    animation: contactsV4Float 20s ease-in-out infinite;
}

@keyframes contactsV4Float {
    0%,
    100% {
        transform: translate(0, 0) rotate(0deg);
    }
    33% {
        transform: translate(-20px, -20px) rotate(120deg);
    }
    66% {
        transform: translate(20px, -10px) rotate(240deg);
    }
}

.c-973e8d30 {
    position: relative;
    z-index: 1;
}

.c-ba950dc6 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1.2;
}

.c-35fbeb4f {
    font-size: 18px;
    line-height: 1.6;
    opacity: 0.9;
    margin-bottom: 64px;
}

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

.c-69ade11f {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: var(--font-size);
    opacity: 0.9;
}

.c-858a6be5 {
    width: 20px;
    height: 20px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #d65db1;
    font-weight: bold;
}

.c-7d6d4b2f {
    padding: 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #fbe9f2;
}

.c-2bb213b2 {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}

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

.c-caada4c6 {
    font-size: 24px;
    font-weight: 600;
    color: #2a1a2f;
    margin-bottom: 10px;
}

.c-94b3e0e4 {
    font-size: var(--font-size);
    color: #6e4e6e;
    line-height: 1.5;
}

.c-10d78680 {
    display: flex;
    flex-direction: column;
    gap: 30px;
    background: #fff8fc;
    padding: 48px;
    border-radius: 18px;
    box-shadow: 0 4px 20px 0 1px 1px rgba(0, 0, 0, 0.03);
}

.c-01072538 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.c-40390457 {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.contacts-v4__field--full {
    grid-column: 1 / -1;
}

.c-dc5ff354 {
    font-size: 14px;
    font-weight: 500;
    color: #2a1a2f;
}

.c-15204401,
.c-1a184f6f {
    padding: 20px;
    border: 1px solid var(--border-color);
    border-radius: 12px;
    font-size: var(--font-size);
    color: #2a1a2f;
    background: #fff8fc;
    transition: all 300ms ease-in-out;
    outline: none;
}

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

.c-15204401.error {
    border: 1px solid #ff3f34 !important;
    background: var(--error-light);
    animation: contactsV4Shake 0.5s ease-in-out;
}

@keyframes contactsV4Shake {
    0%,
    100% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-5px);
    }
    75% {
        transform: translateX(5px);
    }
}

.c-1a184f6f {
    min-height: 100px;
    resize: vertical;
    font-family: inherit;
    line-height: 1.5;
}

.c-aa6e5158 {
    position: relative;
}

.c-178b7c37 {
    padding: 20px 48px;
    background: linear-gradient(135deg, #d65db1 0%, #ff6f91 100%);
    color: #ffffff;
    border: none;
    border-radius: 12px;
    font-size: var(--font-size);
    font-weight: 600;
    cursor: pointer;
    transition: all 300ms ease-in-out;
    position: relative;
    overflow: hidden;
}

.c-178b7c37::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.c-178b7c37:hover::before {
    width: 600px;
    height: 600px;
}

.c-178b7c37:hover {
    transform: translateY(-2px);
}

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


.c-65cdbd15 .iti {
    width: 100%;
}

.c-65cdbd15 .iti__flag-container {
    border-right: 1px solid var(--border-color);
}

.c-65cdbd15 .iti__selected-flag {
    padding: 0 10px;
}

.c-65cdbd15 .iti__country-list {
    border-radius: 12px;
    box-shadow: 0 8px 30px 0 2px 4px rgba(0, 0, 0, 0.08);
}





.c-fdd251b1 {
    color: #bfa3c3;
    opacity: 0.8;
    line-height: 1.4;
}

.c-1d1416be {
    background: linear-gradient(135deg, #d65db1, #ff6f91);
    padding: 48px;
    border-radius: 28px;
    text-align: center;
    max-width: 600px;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 20px auto;
}

.c-1d1416be::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%, rgba(255, 255, 255, 0.1) 100%);
    pointer-events: none;
}

.c-b4ce8ab2 {
    position: relative;
    z-index: 1;
}

.c-3005c0aa {
    font-size: 32px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 20px;
    line-height: 1.2;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.c-10541125 {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 64px;
    line-height: 1.5;
    opacity: 0.9;
}

.c-a14a2c85 {
    display: inline-block;
    background: #ffffff;
    color: #d65db1;
    padding: 30px 48px;
    border-radius: 18px;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    transition: all 300ms ease-in-out;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    border: 2px solid transparent;
}

.c-a14a2c85:hover {
    background: transparent;
    color: #ffffff;
    border-color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.3);
}

.c-a14a2c85:active {
    transform: translateY(-1px);
}

.c-e2a76995 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease-in-out;
    padding: 30px;
}

.c-e2a76995.policy-modal--visible {
    opacity: 1;
    visibility: visible;
}

.c-9347e0af {
    background: #fff8fc;
    border-radius: 28px;
    padding: 48px;
    max-width: 600px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 20px 60px 0 6px 12px rgba(0, 0, 0, 0.12);
    transform: scale(0.8) translateY(50px);
    transition: transform 300ms ease-in-out;
    position: relative;
}

.c-e2a76995.policy-modal--visible .c-9347e0af {
    transform: scale(1) translateY(0);
}

.c-74a03ae6 {
    text-align: center;
    margin-bottom: 48px;
}

.c-50e47657 {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #d65db1, #ff6f91);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
    font-size: 40px;
}

.c-eb97745c {
    font-size: 24px;
    font-weight: 700;
    color: #2a1a2f;
    margin-bottom: 10px;
}

.c-d2d03a65 {
    color: #6e4e6e;
    font-size: var(--font-size);
}

.c-64182946 {
    color: #6e4e6e;
    line-height: 1.6;
    margin-bottom: 48px;
    text-align: center;
}

.c-f8d4300d {
    background: #fbe9f2;
    border-radius: 18px;
    padding: 30px;
    margin-bottom: 48px;
}

.c-66907078 {
    font-weight: 600;
    color: #2a1a2f;
    margin-bottom: 20px;
    text-align: center;
}

.c-708ffb1c {
    display: grid;
    gap: 20px;
}

.c-c4cfad01 {
    display: flex;
    align-items: center;
    padding: 20px;
    background: #fff8fc;
    border-radius: 12px;
    color: #2a1a2f;
    text-decoration: none;
    transition: all 140ms ease-in-out;
    border: 2px solid transparent;
}

.c-c4cfad01:hover {
    border-color: #d65db1;
    transform: translateX(4px);
}

.c-e030f92e {
    width: 24px;
    height: 24px;
    background: #d65db1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    color: #ffffff;
    font-size: 12px;
}

.c-392b407c {
    flex: 1;
}

.c-00a72fc2 {
    font-weight: 600;
    margin-bottom: 2px;
}

.c-994985fb {
    font-size: 14px;
    color: #bfa3c3;
}

.c-30c7ef86 {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.c-cbabef7f {
    padding: 20px 48px;
    border-radius: 12px;
    font-size: var(--font-size);
    font-weight: 600;
    cursor: pointer;
    transition: all 140ms ease-in-out;
    border: 2px solid transparent;
    min-width: 140px;
}

.c-af2112b0 {
    background: #d65db1;
    color: #ffffff;
}

.c-af2112b0:hover {
    background: #ff6f91;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px 0 2px 4px rgba(0, 0, 0, 0.08);
}

@media (max-width: 768px) {
    .c-cd8dc2a0 {
        display: none;
    }

    .c-845c351a {
        gap: 10px;
    }

    .c-03db87ad {
        padding: 4px 20px;
        font-size: 14px;
    }

    .c-8ea758bb {
        display: flex;
    }

    .c-cd8dc2a0 {
        position: absolute;
        top: 70px;
        left: 0;
        right: 0;
        background: #fff8fc;
        flex-direction: column;
        gap: 20px;
        padding: 20px;
        display: none;
    }

    .c-cfa92be7.open .c-cd8dc2a0 {
        display: flex;
    }
}
@media (max-width: 768px) {
    .c-35fe8296 {
        flex-direction: column;
        align-items: flex-start;
    }

    .c-9966cc05 {
        flex-direction: column;
        gap: 20px;
    }

    .c-2becf163 {
        flex-direction: column;
    }
}
@media (max-width: 1024px) {
    .c-65cdbd15 {
        grid-template-columns: 1fr;
    }

    .c-12436b9e {
        padding: 30px;
        text-align: center;
    }

    .c-7d6d4b2f {
        padding: 30px;
    }
}
@media (max-width: 768px) {
    .c-01072538 {
        grid-template-columns: 1fr;
    }

    .c-10d78680 {
        padding: 30px;
    }
}
@media (max-width: 640px) {
    .c-9347e0af {
        padding: 30px;
        margin: 20px;
    }

    .c-30c7ef86 {
        flex-direction: column;
    }
}