@import url(https://fonts.googleapis.com/css?family=Fira+Sans:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic);

* {
    padding: 0px;
    margin: 0px;
    border: 0px;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}
*::before,
*::after {
    display: inline-block;
}
html,
body {
    height: 100%;
    background: #1c1917;
    font-family: 'Fira 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-6c42baa2 {
    background: linear-gradient(135deg, #ef4444, #f97316);
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 4px 20px rgba(59, 130, 246, 0.3);
}

.c-6f0ab128 {
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
}

.c-ff37f286 {
    display: flex;
    align-items: center;
    gap: 20px;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 700;
    font-size: 24px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    transition: 140ms ease-in-out;
    position: relative;
    z-index: 99999;
}

.c-ff37f286:hover {
    transform: translateY(-2px);
}

.c-d0643824 {
    font-size: 30px;
    color: rgba(255, 255, 255, 0.9);
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0%,
    100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-5px);
    }
}

.c-2c358d79 {
    display: flex;
    align-items: center;
    gap: 40px;
}

.c-a58bee38 {
    display: flex;
    align-items: center;
    gap: 28px;
}

.c-160920ef {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
    padding: 20px 28px;
    border-radius: 28px;
    transition: 140ms ease-in-out;
    position: relative;
    overflow: hidden;
}

.c-160920ef::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(-100%);
    transition: 280ms ease-in-out;
}

.c-160920ef:hover::before {
    transform: translateX(0);
}

.c-160920ef:hover {
    color: #450a0a;
    backdrop-filter: blur(10px);
}

.c-b658752c {
    background: rgba(255, 255, 255, 0.2);
    color: #450a0a;
    padding: 20px 40px;
    border-radius: 28px;
    font-weight: 600;
    border: 2px solid rgba(255, 255, 255, 0.3);
    transition: 140ms ease-in-out;
    backdrop-filter: blur(10px);
}

.c-b658752c:hover {
    background: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.c-d34458a0 {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 10px;
    z-index: 1001;
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    backdrop-filter: blur(10px);
    transition: 140ms ease-in-out;
}

.c-d34458a0:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.05);
}

.c-b2df16fb {
    width: 24px;
    height: 3px;
    background: #450a0a;
    margin: 3px 0;
    transition: 140ms ease-in-out;
    border-radius: 2px;
}

.header__burger--active .c-b2df16fb:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
}

.header__burger--active .c-b2df16fb:nth-child(2) {
    opacity: 0;
}

.header__burger--active .c-b2df16fb:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}

.c-a860d6fa {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: linear-gradient(135deg, #ef4444, #f97316);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 56px;
    transform: translateY(-100%);
    transition: 280ms ease-in-out;
    z-index: 1000;
}

.header__mobile-menu--active {
    transform: translateY(0);
}

.c-babc1ac2 {
    color: #450a0a;
    font-size: 30px;
    font-weight: 700;
    padding: 10px 28px;
    border-radius: 28px;
    transition: 140ms ease-in-out;
    opacity: 0;
    transform: translateY(30px);
    text-align: center;
    min-width: 250px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.header__mobile-menu--active .c-babc1ac2 {
    opacity: 1;
    transform: translateY(0);
}

.c-babc1ac2:nth-child(1) {
    transition-delay: 0.1s;
}
.c-babc1ac2:nth-child(2) {
    transition-delay: 0.2s;
}
.c-babc1ac2:nth-child(3) {
    transition-delay: 0.3s;
}
.c-babc1ac2:nth-child(4) {
    transition-delay: 0.4s;
}
.c-babc1ac2:nth-child(5) {
    transition-delay: 0.5s;
}

.c-babc1ac2:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: scale(1.05);
}

.c-5475f1fa {
    background: rgba(255, 255, 255, 0.9);
    color: #ef4444;
    padding: 10px 28px;
    border-radius: 28px;
    font-weight: 700;
    font-size: 24px;
    margin-top: 40px;
    transition: 140ms ease-in-out;
    opacity: 0;
    transform: translateY(30px);
}

.header__mobile-menu--active .c-5475f1fa {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.6s;
}

.c-5475f1fa:hover {
    background: #450a0a;
    transform: scale(1.1);
}

.c-c7b65a5f {
    background-color: #1c1917;
    padding: 40px 0;
    border-top: 2px solid #ef4444;
    position: relative;
}

.c-53830c24 {
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.c-59ea4356 {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fef2f2;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 28px;
    transition: transform 280ms ease-in-out;
}

.c-59ea4356:hover {
    transform: scale(1.05);
}

.c-59ea4356 i {
    color: #ef4444;
    font-size: 30px;
}

.c-a615062b {
    color: #fecaca;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto 40px;
    font-size: 18px;
}

.c-3c1a722e {
    margin-bottom: 40px;
}

.c-f3473601 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    margin-bottom: 28px;
}

.c-dfe8da0d {
    color: #fecaca;
    font-weight: 500;
    position: relative;
    transition: color 140ms ease-in-out;
    padding: 10px 0;
}

.c-dfe8da0d::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #ef4444;
    transition: all 280ms ease-in-out;
    transform: translateX(-50%);
}

.c-dfe8da0d:hover {
    color: #ef4444;
}

.c-dfe8da0d:hover::after {
    width: 100%;
}

.c-660d7644 {
    background-color: #292524;
    border-radius: 18px;
    padding: 28px;
    margin-bottom: 40px;
    display: inline-block;
    min-width: 300px;
}

.c-eaa92a00 {
    color: #fef2f2;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 20px;
}

.c-31e3969f {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.c-6abd37f0 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #fecaca;
}

.c-d0f64d5e {
    color: #ef4444;
    width: 20px;
    text-align: center;
}

.c-a9d3d31b {
    width: 100px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #ef4444, transparent);
    margin: 28px auto;
}

.c-4b421977 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 28px;
}

.c-e994bb47 {
    color: #fca5a5;
    font-size: 13px;
}

.c-0664c56a {
    display: flex;
    gap: 28px;
}

.c-53d6e6ef {
    color: #fca5a5;
    font-size: 13px;
    transition: color 140ms ease-in-out;
    position: relative;
}

.c-53d6e6ef:hover {
    color: #ef4444;
}

.c-53d6e6ef:not(:last-child)::after {
    content: '•';
    position: absolute;
    right: calc(-1 * 28px / 2);
    color: #fca5a5;
}

.c-f19f53b8 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #ef4444, #f97316, #ef4444);
    opacity: 0.8;
}

.c-cba88738 {
    min-height: 100vh;
    background: linear-gradient(135deg, #ef4444 0%, #f97316 100%);
    padding: 56px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.c-9dd681cc {
    max-width: 600px;
    width: 100%;
    background: #1c1917;
    border-radius: 28px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.c-4ab72261 {
    background: linear-gradient(135deg, #fef2f2 0%, #fef2f2 100%);
    color: #450a0a;
    padding: 40px;
    text-align: center;
}

.c-13bc4288 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
}

.c-7e329bb4 {
    font-size: var(--font-size);
    opacity: 0.9;
    font-weight: 300;
}

.c-e4842dd9 {
    padding: 40px;
}

.c-777b5f0d {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.c-2cfec722 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
}

.c-0f1a3148 {
    position: relative;
}

.contacts-v2__field--full {
    grid-column: 1 / -1;
}

.c-3946e6e7 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    font-size: 13px;
    color: #fca5a5;
    transition: all 280ms ease-in-out;
    pointer-events: none;
    background: #1c1917;
    padding: 0 4px;
}

.c-4ef9a54a {
    top: 20px;
}

.c-2819544c,
.c-7d7fdffe {
    width: 100%;
    padding: 10px 20px;
    border: 2px solid #3f3f46;
    border-radius: 10px;
    font-size: var(--font-size);
    color: #fef2f2;
    background: #1c1917;
    transition: all 280ms ease-in-out;
    outline: none;
}

.c-2819544c:focus,
.c-7d7fdffe:focus,
.c-2819544c:not(:placeholder-shown),
.c-7d7fdffe:not(:placeholder-shown) {
    border-color: #ef4444;
}

.c-2819544c:focus + .c-3946e6e7,
.c-7d7fdffe:focus + .c-3946e6e7,
.c-2819544c:not(:placeholder-shown) + .c-3946e6e7,
.c-7d7fdffe:not(:placeholder-shown) + .c-3946e6e7,
.c-3b0ea025:has(.c-2819544c:focus) .c-3946e6e7,
.c-3b0ea025:has(.c-2819544c:not(:placeholder-shown)) .c-3946e6e7 {
    top: 0px;
    left: 12px;
    font-size: 12px;
    color: #ef4444;
    font-weight: 500;
}

.c-7d7fdffe {
    min-height: 120px;
    resize: vertical;
    font-family: inherit;
    line-height: 1.5;
}

.c-3b0ea025 {
    position: relative;
}

.c-b44163e6 {
    padding: 28px 40px;
    background: linear-gradient(135deg, #ef4444 0%, #f97316 100%);
    color: #450a0a;
    border: none;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 280ms ease-in-out;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
}

.c-b44163e6:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(59, 130, 246, 0.4);
}

.c-b44163e6:active {
    transform: translateY(0);
}

.c-1a1fa98a {
    left: 64px;
}

.c-799f56fa {
    padding-left: 64px !important;
}

.c-cba88738 .iti {
    width: 100%;
}

.c-cba88738 .iti__flag-container {
    border-right: 2px solid #3f3f46;
}

.c-cba88738 .iti__selected-flag {
    padding: 0 20px;
}

.c-cba88738 .iti__country-list {
    border-radius: 10px;
    box-shadow: 0 10px 30px 0 5px 10px rgba(255, 255, 255, 0.1);
    background: #1c1917;
    color: #fef2f2;
}

.c-cba88738 .iti__country:hover {
    background: #292524;
}

.c-cba88738 .iti__active {
    background: #ef4444;
}

input.error {
    border: 1px solid #dc2626 !important;
}

.c-34fd4594 {
    color: #fca5a5;
    opacity: 0.8;
    line-height: 1.4;
}

.c-18a99d88 {
    background: #1c1917;
    padding: 40px;
    border-radius: 28px;
    text-align: center;
    max-width: 550px;
    width: 100%;
    position: relative;
    overflow: hidden;
    border: 2px solid transparent;
    transition: all 480ms ease-in-out;
    margin: 40px auto;
}

.c-18a99d88::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, #ef4444, #f97316, #eab308, #dc2626);
    border-radius: 28px;
    z-index: -1;
    opacity: 0;
    transition: opacity 280ms ease-in-out;
}

.c-18a99d88: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-18a99d88:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-glow);
}

.c-36c1c4b3 {
    font-size: 30px;
    font-weight: 800;
    color: #fef2f2;
    margin-bottom: 20px;
    line-height: 1.2;
    position: relative;
}

.c-36c1c4b3::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: #f97316;
    border-radius: 2px;
    transition: width 280ms ease-in-out;
}

.c-18a99d88:hover .c-36c1c4b3::after {
    width: 120px;
}

.c-e1bd1d34 {
    font-size: 18px;
    color: #fecaca;
    margin-bottom: 56px;
    line-height: 1.5;
    margin-top: 28px;
}

.c-ec3e6bfa {
    display: inline-block;
    background: #f97316;
    color: #450a0a;
    padding: 28px 40px;
    border-radius: 18px;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    transition: all 280ms ease-in-out;
    position: relative;
    overflow: hidden;
}

.c-ec3e6bfa::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 480ms ease-in-out;
}

.c-ec3e6bfa:hover::before {
    left: 100%;
}

.c-ec3e6bfa:hover {
    background: #7c3aed;
    transform: scale(1.05);
    box-shadow: 0 8px 25px rgba(139, 92, 246, 0.4);
}

.c-ec3e6bfa:active {
    transform: scale(0.98);
}

.c-3583f7bd {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden;
}

.c-777ee9cc {
    position: absolute;
    width: 6px;
    height: 6px;
    background: #ef4444;
    border-radius: 50%;
    opacity: 0.3;
    animation: float 6s ease-in-out infinite;
}

.c-777ee9cc:nth-child(1) {
    top: 20%;
    left: 10%;
    animation-delay: 0s;
}

.c-777ee9cc:nth-child(2) {
    top: 60%;
    right: 15%;
    animation-delay: 2s;
    background: #f97316;
}

.c-777ee9cc:nth-child(3) {
    bottom: 30%;
    left: 20%;
    animation-delay: 4s;
    background: #eab308;
}

@keyframes float {
    0%,
    100% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(180deg);
    }
}

.c-244f72a9 {
    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 280ms ease-in-out;
    padding: 28px;
}

.c-244f72a9.policy-modal--visible {
    opacity: 1;
    visibility: visible;
}

.c-d198f372 {
    background: #1c1917;
    border-radius: 28px;
    padding: 40px;
    max-width: 600px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 20px 60px 0 5px 10px rgba(255, 255, 255, 0.1);
    transform: scale(0.8) translateY(50px);
    transition: transform 280ms ease-in-out;
    position: relative;
}

.c-244f72a9.policy-modal--visible .c-d198f372 {
    transform: scale(1) translateY(0);
}

.c-21bdd9a9 {
    text-align: center;
    margin-bottom: 40px;
}

.c-8610d206 {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #ef4444, #f97316);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 28px;
    font-size: 40px;
}

.c-526345ba {
    font-size: 24px;
    font-weight: 700;
    color: #fef2f2;
    margin-bottom: 10px;
}

.c-f60e3dbe {
    color: #fecaca;
    font-size: var(--font-size);
}

.c-7e1509f2 {
    color: #fecaca;
    line-height: 1.6;
    margin-bottom: 40px;
    text-align: center;
}

.c-d3cb310c {
    background: #292524;
    border-radius: 18px;
    padding: 28px;
    margin-bottom: 40px;
}

.c-1a2f289e {
    font-weight: 600;
    color: #fef2f2;
    margin-bottom: 20px;
    text-align: center;
}

.c-bf2bdee8 {
    display: grid;
    gap: 20px;
}

.c-c0da35ef {
    display: flex;
    align-items: center;
    padding: 20px;
    background: #1c1917;
    border-radius: 10px;
    color: #fef2f2;
    text-decoration: none;
    transition: all 140ms ease-in-out;
    border: 2px solid transparent;
}

.c-c0da35ef:hover {
    border-color: #ef4444;
    transform: translateX(4px);
}

.c-bb9da313 {
    width: 24px;
    height: 24px;
    background: #ef4444;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    color: #450a0a;
    font-size: 12px;
}

.c-58d1aaf4 {
    flex: 1;
}

.c-d01024da {
    font-weight: 600;
    margin-bottom: 2px;
}

.c-b0aa12b1 {
    font-size: 13px;
    color: #fca5a5;
}

.c-7acf1f51 {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.c-7804abc6 {
    padding: 20px 40px;
    border-radius: 10px;
    font-size: var(--font-size);
    font-weight: 600;
    cursor: pointer;
    transition: all 140ms ease-in-out;
    border: 2px solid transparent;
    min-width: 140px;
}

.c-897ced09 {
    background: #ef4444;
    color: #450a0a;
}

.c-897ced09:hover {
    background: #f97316;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px 0 2px 4px rgba(255, 255, 255, 0.07);
}

@media (max-width: 768px) {
    .c-2c358d79 {
        display: none;
    }

    .c-d34458a0 {
        display: flex;
    }
}
@media (max-width: 768px) {
    .c-f3473601 {
        flex-direction: column;
        gap: 20px;
    }

    .c-660d7644 {
        min-width: auto;
        width: 100%;
    }

    .c-4b421977 {
        flex-direction: column;
        gap: 20px;
    }

    .c-0664c56a {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    .c-53d6e6ef:not(:last-child)::after {
        display: none;
    }
}
@media (max-width: 768px) {
    .c-2cfec722 {
        grid-template-columns: 1fr;
    }

    .c-4ab72261,
    .c-e4842dd9 {
        padding: 28px;
    }
}
@media (max-width: 640px) {
    .c-d198f372 {
        padding: 28px;
        margin: 20px;
    }

    .c-7acf1f51 {
        flex-direction: column;
    }
}
