@import url(https://fonts.googleapis.com/css?family=IBM+Plex+Sans:100,200,300,regular,500,600,700,100italic,200italic,300italic,italic,500italic,600italic,700italic);



* {
    padding: 0px;
    margin: 0px;
    border: 0px;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}
*::before,
*::after {
    display: inline-block;
}
html,
body {
    height: 100%;
    background: #0f172a;
    font-family: 'IBM Plex 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-c7802ef9 {
    background: #1e293b;
    padding: 20px 0;
    position: sticky;
    top: 0;
    z-index: 100;
    color: #f1f5f9;
}

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

.c-f1f59914 {
    display: flex;
    align-items: center;
    font-size: 19px;
    font-weight: bold;
    position: relative;
    z-index: 9999;
}

.c-4d639f2b {
    margin-right: 10px;
    color: #0ea5e9;
}


.c-7b00ec25 {
    display: flex;
    align-items: center;
}

.c-cc1a1293 {
    display: flex;
    margin-right: 48px;
}

.c-01f314e3 {
    margin-left: 30px;
    position: relative;
}

.c-35635c59 {
    display: flex;
    align-items: center;
    padding: 10px;
    transition: 150ms ease-in-out;
}

.c-35635c59:hover {
    color: #0ea5e9;
}

.c-35635c59 i {
    margin-left: 10px;
}


.header__dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    background: #1e293b;
    border-radius: 12px;
    padding: 10px;
    min-width: 200px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: 300ms ease-in-out;
}

.c-01f314e3:hover .header__dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.header__dropdown-item {
    padding: 10px;
    border-radius: 6px;
    transition: 150ms ease-in-out;
    white-space: nowrap;
}

.header__dropdown-item:hover {
    background: #334155;
    color: #0ea5e9;
}


.header__search {
    display: flex;
    align-items: center;
    background: #334155;
    border-radius: 24px;
    padding: 10px;
}

.header__search-icon {
    margin-right: 10px;
    color: #cbd5e1;
}

.header__search-input {
    background: none;
    border: none;
    outline: none;
    color: #f1f5f9;
}

.header__search-input::placeholder {
    color: #cbd5e1;
}
.c-8fff935f {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 10px;
    z-index: 1001;
    background: none;
    border: none;
}

.c-02195285 {
    width: 24px;
    height: 2px;
    background: #f1f5f9;
    margin: 3px 0;
    transition: 150ms ease-in-out;
    border-radius: 2px;
}

.header__burger--active .c-02195285:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.header__burger--active .c-02195285:nth-child(2) {
    opacity: 0;
}

.header__burger--active .c-02195285:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -6px);
}

.c-31e0aa95 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #0f172a;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 100px;
    gap: 30px;
    transform: translateX(-100%);
    transition: 300ms ease-in-out;
    z-index: 1000;
    overflow-y: auto;
}

.header__mobile-menu--active {
    transform: translateX(0);
}

.c-1f1d12f3 {
    width: 90%;
    max-width: 300px;
}

.c-a9ef2b24 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #f1f5f9;
    font-size: 19px;
    font-weight: 600;
    padding: 30px;
    border-radius: 18px;
    transition: 150ms ease-in-out;
    opacity: 0;
    transform: translateY(20px);
    width: 100%;
    background: #1e293b;
    margin-bottom: 10px;
}

.header__mobile-menu--active .c-a9ef2b24 {
    opacity: 1;
    transform: translateY(0);
}

.c-a9ef2b24:nth-child(1) {
    transition-delay: 0.1s;
}
.c-a9ef2b24:nth-child(2) {
    transition-delay: 0.2s;
}
.c-a9ef2b24:nth-child(3) {
    transition-delay: 0.3s;
}
.c-a9ef2b24:nth-child(4) {
    transition-delay: 0.4s;
}

.c-a9ef2b24:hover {
    color: #0ea5e9;
    background: #0ea5e9;
    color: #0f172a;
    transform: scale(1.02);
}

.header__mobile-submenu {
    max-height: 0;
    overflow: hidden;
    transition: 300ms ease-in-out;
    background: #334155;
    border-radius: 12px;
    margin-top: 10px;
}

.header__mobile-submenu--active {
    max-height: 300px;
}

.header__mobile-submenu-item {
    padding: 20px 30px;
    color: #cbd5e1;
    border-bottom: 1px solid #1e293b;
    transition: 150ms ease-in-out;
}

.header__mobile-submenu-item:last-child {
    border-bottom: none;
}

.header__mobile-submenu-item:hover {
    background: #1e293b;
    color: #0ea5e9;
}

.header__mobile-search {
    width: 90%;
    max-width: 300px;
    display: flex;
    align-items: center;
    background: #1e293b;
    border-radius: 24px;
    padding: 20px;
    margin-top: 30px;
}

.header__mobile-search-input {
    background: transparent;
    border: none;
    outline: none;
    padding: 4px;
    color: #f1f5f9;
    width: 100%;
}

.c-c66e2cc2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: 300ms ease-in-out;
    z-index: 999;
}

.header__overlay--active {
    opacity: 1;
    visibility: visible;
}




.c-2b24bf6f {
    background-color: #1e293b;
    padding: 48px 0;
    border-top: 1px solid #334155;
}

.c-3e8ce661 {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px;
}

.c-23e3541d {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 48px;
    margin-bottom: 48px;
}

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

.c-d7ca9797 {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #f1f5f9;
    font-weight: 600;
    font-size: 26px;
}

.c-d7ca9797 i {
    color: #0ea5e9;
    font-size: 34px;
}

.c-c29d2b40 {
    color: #cbd5e1;
    line-height: 1.6;
}

.c-5c9c5418 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
}

.c-a7d5f67c {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #cbd5e1;
}

.c-f31e29ac {
    color: #0ea5e9;
    width: 20px;
    text-align: center;
}

.c-e2308bc8 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 48px;
}

.c-1ccba084 {
    display: flex;
    flex-direction: column;
}

.c-c1eb4d47 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    cursor: pointer;
    border-bottom: 1px solid #334155;
}

.c-b6169d21 {
    color: #f1f5f9;
    font-weight: 600;
    font-size: 19px;
}

.c-27231490 {
    color: #0ea5e9;
    transition: transform 300ms ease-in-out;
    display: none;
}

.c-2e3aaa7f {
    padding: 20px 0;
    overflow: hidden;
    transition: max-height 300ms ease-in-out;
}

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

.c-01c4f912 {
    color: #cbd5e1;
    transition: all 150ms ease-in-out;
    padding: 4px 0;
    position: relative;
    padding-left: 20px;
}

.c-01c4f912::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 6px;
    height: 6px;
    background-color: #0ea5e9;
    border-radius: 50%;
    transform: translateY(-50%) scale(0);
    transition: transform 150ms ease-in-out;
}

.c-01c4f912:hover {
    color: #0ea5e9;
    padding-left: 30px;
}

.c-01c4f912:hover::before {
    transform: translateY(-50%) scale(1);
}

.c-43303e2b {
    margin-top: 20px;
}

.c-4cc2f08a {
    color: #cbd5e1;
    line-height: 1.5;
    margin-bottom: 20px;
}

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

.c-b9b4f15e {
    background-color: #0f172a;
    border: 1px solid #334155;
    padding: 20px;
    border-radius: 6px;
    color: #f1f5f9;
    transition: border-color 150ms ease-in-out;
}

.c-b9b4f15e:focus {
    outline: none;
    border-color: #0ea5e9;
}

.c-b9b4f15e::placeholder {
    color: #94a3b8;
}

.c-ba2db4a1 {
    background-color: #0ea5e9;
    color: #0f172a;
    padding: 20px;
    border-radius: 6px;
    font-weight: 500;
    transition: background-color 150ms ease-in-out;
}

.c-ba2db4a1:hover {
    background-color: #38bdf8;
}

.c-a6229958 {
    padding-top: 20px;
    border-top: 1px solid #334155;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.c-219c2634 {
    color: #94a3b8;
    font-size: 14px;
}

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

.c-f61c75ff {
    color: #94a3b8;
    font-size: 14px;
    transition: color 150ms ease-in-out;
}

.c-f61c75ff:hover {
    color: #0ea5e9;
}






.c-99ec8d15 {
    min-height: 100vh;
    background: #1e293b;
    padding: 48px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.c-99ec8d15::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 80%, #0ea5e9 0%, transparent 50%), radial-gradient(circle at 80% 20%, #38bdf8 0%, transparent 50%);
    opacity: 0.03;
    pointer-events: none;
}

.c-48d49339 {
    max-width: 700px;
    width: 100%;
    position: relative;
    z-index: 1;
}

.c-99c88653 {
    text-align: center;
    margin-bottom: 64px;
    background: #0f172a;
    padding: 48px;
    border-radius: 24px;
    box-shadow: 0 4px 20px 0 1px 2px rgba(0, 0, 0, 0.05);
    border: 1px solid #334155;
}

.c-5b5b6a1c {
    font-size: 34px;
    font-weight: 700;
    color: #f1f5f9;
    margin-bottom: 20px;
    position: relative;
}

.c-5b5b6a1c::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #0ea5e9 0%, #38bdf8 100%);
    border-radius: 6px;
}

.c-6eb69f84 {
    font-size: 19px;
    color: #cbd5e1;
    line-height: 1.6;
}

.c-02ae501b {
    background: #0f172a;
    border-radius: 24px;
    box-shadow: 0 8px 30px 0 3px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border: 1px solid #334155;
}

.c-44eb9425 {
    background: #1e293b;
    padding: 30px;
    border-bottom: 1px solid #334155;
}

.c-99910bbb {
    width: 100%;
    height: 6px;
    background: #334155;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 20px;
}

.c-9cca65b5 {
    height: 100%;
    background: linear-gradient(90deg, #0ea5e9 0%, #38bdf8 100%);
    border-radius: 6px;
    transition: width 500ms ease;
    width: 33.33%;
}

.c-673de483 {
    display: flex;
    justify-content: space-between;
}

.c-064d1b53 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #94a3b8;
    transition: all 300ms ease-in-out;
}

.c-ff93f28b {
    color: #0ea5e9;
    font-weight: 500;
}

.contacts-v5__step--completed {
    color: #22c55e;
    font-weight: 500;
}

.c-d65351a2 {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #334155;
    color: #94a3b8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
    transition: all 300ms ease-in-out;
}

.c-ff93f28b .c-d65351a2 {
    background: #0ea5e9;
    color: #0f172a;
}

.contacts-v5__step--completed .c-d65351a2 {
    background: #22c55e;
    color: #0f172a;
}

.c-f301e019 {
    position: relative;
    overflow: hidden;
}

.c-b73e411e {
    display: flex;
    transition: transform 500ms ease;
    width: 300%;
}

.c-c334d683 {
    width: 33.33%;
    flex-shrink: 0;
    padding: 30px;
}

.c-33a3cb79 {
    font-size: 26px;
    font-weight: 600;
    color: #f1f5f9;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.c-4ab146a7 {
    width: 28px;
    height: 28px;
    background: #0ea5e9;
    color: #0f172a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
}

.c-efd2c490 {
    font-size: var(--font-size);
    color: #cbd5e1;
    margin-bottom: 48px;
    line-height: 1.5;
}

.contacts-v5__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 30px;
}

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

.c-bb3af58f:not(:last-child) {
    margin-bottom: 32px;
}

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

.c-36118b9e {
    font-size: 14px;
    font-weight: 500;
    color: #f1f5f9;
    display: flex;
    align-items: center;
    gap: 4px;
}

.c-dc5ed7fe {
    color: #f43f5e;
    font-size: 12px;
}

.c-bcbc45bc,
.c-57b1e979 {
    padding: 20px;
    border: 2px solid #334155;
    border-radius: 12px;
    font-size: var(--font-size);
    color: #f1f5f9;
    background: #0f172a;
    transition: all 300ms ease-in-out;
    outline: none;
}

.c-bcbc45bc:focus,
.c-57b1e979:focus {
    border-color: var(--border-focus);
    box-shadow: 0 0 0 4px var(--accent-primary-light);
    transform: scale(1.02);
}

.c-bcbc45bc.error {
    border-color: #f43f5e;
    background: var(--error-light);
    animation: contactsV5Shake 0.5s ease-in-out;
}

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

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

.c-4128cf69 {
    position: relative;
}

.c-e8ec4fd1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 48px;
    padding: 30px;
    border-top: 1px solid #334155;
}

.c-15f1e4eb {
    padding: 20px 48px;
    border: 2px solid #0ea5e9;
    border-radius: 12px;
    font-size: var(--font-size);
    font-weight: 500;
    cursor: pointer;
    transition: all 300ms ease-in-out;
    background: transparent;
    color: #0ea5e9;
}

.c-15f1e4eb:hover {
    background: #0ea5e9;
    color: #0f172a;
    transform: translateY(-2px);
}

.c-15f1e4eb:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none;
}

.c-48c49fc1 {
    background: #0ea5e9;
    color: #0f172a;
    border: 1px solid #0ea5e9;
}

.c-48c49fc1:hover {
    background: var(--accent-primary-hover);
    color: #0ea5e9;
}

.c-60cf16f0 {
    width: 100%;
    padding: 30px 48px;
    background: linear-gradient(135deg, #38bdf8 0%, #0ea5e9 100%);
    color: #f1f5f9;
    border: none;
    border-radius: 18px;
    font-size: 19px;
    font-weight: 600;
    cursor: pointer;
    transition: all 300ms ease-in-out;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
}

.c-60cf16f0::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 500ms ease;
}

.c-60cf16f0:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(16, 185, 129, 0.4);
}

.c-60cf16f0:hover::before {
    left: 100%;
}


.c-99ec8d15 .iti {
    width: 100%;
}

.c-99ec8d15 .iti__flag-container {
    border-right: 2px solid #334155;
}

.c-99ec8d15 .iti__selected-flag {
    padding: 0 20px;
}

.c-99ec8d15 .iti__country-list {
    border-radius: 12px;
    box-shadow: 0 15px 40px 0 6px 12px rgba(0, 0, 0, 0.15);
    border: 1px solid #334155;
}



#phone {
    padding-left: 64px;
}

.c-19d54670 {
    color: #94a3b8;
    opacity: 0.8;
    line-height: 1.4;
}

.c-82c53355 {
    width: 100vw;
    height: 100vh;
    background: #0f172a;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.c-f58dbef8 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.c-2fa331f8 {
    text-align: center;
    z-index: 10;
    position: relative;
    animation: cta-content-float 6s ease-in-out infinite;
}

.c-70ad295e {
    font-size: clamp(2.5rem, 10vw, 5rem);
    font-weight: 900;
    color: #f1f5f9;
    margin-bottom: 30px;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    line-height: 1;
    position: relative;
}

.c-70ad295e::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, #0ea5e9, #38bdf8);
    border-radius: 2px;
    animation: cta-underline-wave 3s ease-in-out infinite;
}

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

.c-4000bcf0 {
    display: inline-block;
    background: linear-gradient(45deg, #0ea5e9, #38bdf8);
    color: #f1f5f9;
    padding: 30px 48px;
    border-radius: 50px;
    font-size: 19px;
    font-weight: 700;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: all 300ms ease-in-out;
    box-shadow: 0 8px 25px rgba(59, 130, 246, 0.3);
}

.c-4000bcf0::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #38bdf8, #0ea5e9);
    opacity: 0;
    transition: opacity 300ms ease-in-out;
}

.c-4000bcf0:hover::before {
    opacity: 1;
}

.c-4000bcf0:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 15px 35px rgba(59, 130, 246, 0.4);
}

.c-4000bcf0 span {
    position: relative;
    z-index: 1;
}

@keyframes cta-content-float {
    0%,
    100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
}

@keyframes cta-underline-wave {
    0%,
    100% {
        width: 100px;
        transform: translateX(-50%) scaleX(1);
    }
    50% {
        width: 200px;
        transform: translateX(-50%) scaleX(1.2);
    }
}

.c-b1a35612 {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: linear-gradient(135deg, #0ea5e9, #38bdf8);
    color: #0f172a;
    padding: 20px;
    border-radius: 18px;
    box-shadow: 0 8px 32px 0 6px 12px rgba(0, 0, 0, 0.15);
    max-width: 400px;
    z-index: 1000;
    transform: translateX(120%);
    transition: transform 300ms ease-in-out;
}

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

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

.c-9eb0fd9c {
    font-size: var(--font-size);
    font-weight: 600;
}

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

.c-6bf4fce0:hover {
    opacity: 1;
}

.c-77bad49e {
    font-size: 14px;
    margin-bottom: 20px;
    opacity: 0.9;
}

.c-bec95992 {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.c-ba11e217 {
    color: #0f172a;
    text-decoration: underline;
    font-size: 14px;
    opacity: 0.8;
    transition: opacity 150ms ease-in-out;
}

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

.c-607c7693 {
    background: #0f172a;
    color: #0ea5e9;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
    transition: all 150ms ease-in-out;
}

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

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

    .c-8fff935f {
        display: flex;
    }
}
@media (max-width: 768px) {
    .c-23e3541d {
        grid-template-columns: 1fr;
    }

    .c-e2308bc8 {
        grid-template-columns: 1fr;
    }

    .c-27231490 {
        display: block;
    }

    .c-2e3aaa7f {
        max-height: 0;
        padding: 0;
    }

    .c-1ccba084.footer-section-active .c-2e3aaa7f {
        max-height: 300px;
        padding: 20px 0;
    }

    .c-1ccba084.footer-section-active .c-27231490 {
        transform: rotate(180deg);
    }

    .c-a6229958 {
        flex-direction: column;
        text-align: center;
    }

    .c-96b7d035 {
        justify-content: center;
        flex-wrap: wrap;
    }
}
@media (min-width: 769px) {
    .c-2e3aaa7f {
        max-height: none !important;
        padding: 20px 0 !important;
    }
}
@media (max-width: 768px) {
    .contacts-v5__row {
        grid-template-columns: 1fr;
    }

    .c-673de483 {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    .c-99c88653,
    .c-f301e019 {
        padding: 30px;
    }

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

    .c-15f1e4eb {
        width: 100%;
    }
}
@media (max-width: 480px) {
    .c-b1a35612 {
        bottom: 20px;
        right: 20px;
        left: 20px;
        max-width: none;
    }
}