.header {
    position: relative;
    min-height: 100vh;
    padding: 190px 0 118px;
    background:
        linear-gradient(120deg, rgba(5, 7, 11, 0.94), rgba(11, 14, 22, 0.78)),
        url("/static/img/header-background.jpg") center/cover no-repeat;
    overflow: hidden;
}

.header::before,
.header::after {
    content: "";
    position: absolute;
    inset: auto;
    pointer-events: none;
}

.header::before {
    width: 520px;
    height: 520px;
    top: -160px;
    right: -140px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(234, 97, 251, 0.18), rgba(234, 97, 251, 0));
    filter: blur(20px);
}

.header::after {
    left: 0;
    right: 0;
    bottom: 0;
    height: 220px;
    background: linear-gradient(180deg, rgba(5, 7, 11, 0), rgba(5, 7, 11, 0.92));
}

.header-content {
    position: relative;
    z-index: 2;
}

.hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.06fr) minmax(320px, 0.94fr);
    align-items: center;
    gap: 82px;
}

.header-copy {
    animation: hero-rise 0.7s ease both;
}

.header-content_kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 38px;
    padding: 0 16px;
    margin-bottom: 22px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(255, 255, 255, 0.10);
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.9rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    box-shadow: none;
}

.header-content_kicker::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--color-accent);
    box-shadow: 0 0 10px rgba(234, 97, 251, 0.55);
}

.header-content_title {
    color: var(--color-white);
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: clamp(3.8rem, 8vw, 6rem);
    line-height: 0.92;
    margin-bottom: 22px;
    text-shadow: 0 10px 26px rgba(0, 0, 0, 0.22);
}

.header-content_title span {
    display: block;
    color: rgba(255, 255, 255, 0.56);
}

.header-content_subtitle {
    max-width: 560px;
    color: rgba(255, 255, 255, 0.68);
    font-weight: 500;
    font-size: 1.08rem;
    line-height: 1.8;
    margin-bottom: 40px;
}

.header-content_buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.socials-trigger {
    min-width: 220px;
}

.header-visual {
    position: relative;
    min-height: 540px;
    animation: hero-rise 0.9s ease both;
}

.header-visual_frame {
    position: absolute;
    inset: 40px 32px 18px;
    border-radius: 22px;
    background:
        linear-gradient(180deg, rgba(15, 19, 29, 0.92), rgba(8, 10, 16, 0.98));
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: var(--shadow-strong);
    overflow: hidden;
}

.header-visual_frame::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at center, rgba(234, 97, 251, 0.10), transparent 40%),
        linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px),
        linear-gradient(180deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px);
    background-size: auto, 44px 44px, 44px 44px;
    opacity: 0.72;
}

.header-visual_frame::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.10), transparent 24%);
}

.header-visual_grid {
    position: absolute;
    inset: 18px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.header-visual_logo {
    position: absolute;
    inset: 0;
    margin: auto;
    width: min(58%, 290px);
    filter: drop-shadow(0 16px 28px rgba(234, 97, 251, 0.22));
    animation: logo-float 6.5s ease-in-out infinite;
}

.header-visual_panel {
    position: absolute;
    width: 170px;
    height: 118px;
    border-radius: 16px;
    background: rgba(12, 15, 23, 0.66);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(14px);
}

.header-visual_panel::before,
.header-visual_panel::after {
    content: "";
    position: absolute;
    left: 18px;
    right: 18px;
    height: 10px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.10), rgba(234, 97, 251, 0.18), rgba(255, 255, 255, 0.06));
}

.header-visual_panel::before {
    top: 28px;
}

.header-visual_panel::after {
    top: 54px;
}

.header-visual_panel-top {
    top: 0;
    left: 0;
    transform: rotate(-8deg);
}

.header-visual_panel-bottom {
    right: 6px;
    bottom: 0;
    transform: rotate(10deg);
}

.header-scroll-wrap {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    margin-top: 18px;
    margin-bottom: 26px;
}

.header-scroll {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.03);
    position: relative;
    transition: transform 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}

.header-scroll:hover {
    transform: translateY(2px);
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.18);
}

.header-scroll::before {
    content: "";
    width: 12px;
    height: 12px;
    border-right: 2px solid rgba(255, 255, 255, 0.8);
    border-bottom: 2px solid rgba(255, 255, 255, 0.8);
    position: absolute;
    left: 50%;
    top: 44%;
    transform: translate(-50%, -50%) rotate(45deg);
}

.header-info {
    position: relative;
    z-index: 3;
    margin-top: 0;
}

.header-info .cont {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.header-info_item {
    background: rgba(12, 15, 23, 0.90);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    backdrop-filter: blur(12px);
    padding: 22px 20px;
    display: flex;
    align-items: center;
    gap: 16px;
    box-shadow: var(--shadow-soft);
    transition: transform 0.18s ease, border-color 0.18s ease;
    animation: hero-rise 0.7s ease both;
}

.header-info_item:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 255, 255, 0.14);
}

.header-info_item img {
    width: 46px;
    height: 46px;
    padding: 11px;
    margin-right: 0;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.05);
}

.header-info_title {
    color: rgba(255, 255, 255, 0.58);
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 0.72rem;
    margin-bottom: 6px;
}

.header-info_value {
    color: rgba(255, 230, 255, 0.92);
    font-weight: 700;
    font-size: 1.08rem;
}

.advantage {
    padding-top: 184px;
}

.advantage-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    counter-reset: advantage-counter;
}

.advantage-item {
    counter-increment: advantage-counter;
    position: relative;
    min-height: 250px;
    padding: 34px 28px 30px;
    text-align: left;
    line-height: 1.7;
    border-radius: 20px;
    width: auto;
    background:
        linear-gradient(180deg, rgba(18, 23, 33, 0.96), rgba(11, 14, 21, 0.92));
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: var(--shadow-soft);
    overflow: hidden;
    transition: transform 0.2s ease, border-color 0.2s ease;
    animation: hero-rise 0.7s ease both;
}

.advantage-item::before {
    content: counter(advantage-counter, decimal-leading-zero);
    position: absolute;
    top: 22px;
    right: 24px;
    color: rgba(255, 255, 255, 0.08);
    font-family: 'Poppins', sans-serif;
    font-size: 3rem;
    line-height: 1;
}

.advantage-item::after {
    content: "";
    position: absolute;
    left: 28px;
    top: 22px;
    width: 58px;
    height: 3px;
    border-radius: 999px;
    background: var(--gradient-2);
    box-shadow: 0 12px 28px rgba(234, 97, 251, 0.36);
}

.advantage-item:hover {
    transform: translateY(-8px);
    border-color: rgba(255, 255, 255, 0.14);
}

.advantage-item_title {
    position: relative;
    z-index: 1;
    font-weight: 700;
    font-size: 1.16rem;
    color: rgba(255, 255, 255, 0.95);
    margin: 26px 0 12px;
}

.advantage-item_text {
    position: relative;
    z-index: 1;
    color: rgba(255, 255, 255, 0.68);
    font-weight: 500;
    font-size: 0.96rem;
}

.products {
    padding-top: 132px;
}

.products-box {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
    gap: 28px;
}

.products-cart {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    border-radius: 20px;
    background:
        linear-gradient(180deg, rgba(18, 23, 33, 0.96), rgba(10, 13, 20, 0.94));
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: var(--shadow-soft);
    overflow: hidden;
    transition: transform 0.2s ease, border-color 0.2s ease;
    animation: hero-rise 0.65s ease both;
}

.products-cart::before {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    top: -80px;
    right: -80px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(234, 97, 251, 0.18), rgba(234, 97, 251, 0));
    pointer-events: none;
}

.products-cart:hover {
    transform: translateY(-8px);
    border-color: rgba(255, 255, 255, 0.14);
}

.products-cart_title {
    color: rgba(255, 255, 255, 0.06);
    font-weight: 700;
    font-size: clamp(2.4rem, 4vw, 4rem);
    text-transform: uppercase;
    position: absolute;
    top: 18px;
    right: 24px;
    left: auto;
    transform: none;
    pointer-events: none;
}

.products-cart_header {
    background: transparent;
    border: 0;
    padding: 24px 24px 0;
    width: 100%;
    text-align: left;
    font-weight: 700;
    font-size: 1.18rem;
    color: rgba(255, 255, 255, 0.94);
}

.products-cart_content {
    background: transparent;
    border: 0;
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 0 24px 24px;
}

.products-cart_image {
    margin: 18px 0 20px;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.03);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.products-cart_pd {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 0;
}

.products-cart_description {
    color: rgba(255, 255, 255, 0.72);
    font-weight: 500;
    line-height: 1.75;
    font-size: 1rem;
    margin-bottom: 26px;
    text-align: left;
}

.products-cart_pd > div:last-child {
    margin-top: auto;
}

.products-cart .button {
    width: 100%;
}

.button-blocked {
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.04);
    color: rgba(255, 255, 255, 0.54);
    box-shadow: none;
}

.media {
    padding-top: 132px;
    margin-bottom: 110px;
}

body.modal-open {
    overflow: hidden;
}

.socials-modal {
    position: fixed;
    inset: 0;
    z-index: 180;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 28px 18px;
    background: rgba(3, 5, 9, 0.76);
    backdrop-filter: blur(8px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.18s ease, visibility 0.18s ease;
}

.socials-modal.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.socials-modal_dialog {
    width: min(100%, 520px);
    padding: 28px 28px 24px;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(25, 28, 38, 0.98), rgba(19, 21, 29, 0.98));
    border: 1px solid rgba(255, 255, 255, 0.10);
    box-shadow: 0 26px 72px rgba(0, 0, 0, 0.42);
    transform: translateY(18px) scale(0.98);
    transition: transform 0.18s ease;
}

.socials-modal.is-open .socials-modal_dialog {
    transform: translateY(0) scale(1);
}

.socials-modal_dialog:focus {
    outline: none;
}

.socials-modal_title {
    margin: 0 0 22px;
    color: rgba(255, 255, 255, 0.96);
    font-family: 'Poppins', sans-serif;
    font-size: clamp(2rem, 4vw, 2.4rem);
    font-weight: 600;
    line-height: 1.05;
    text-align: center;
}

.socials-modal_list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.socials-modal_link {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.03);
    color: rgba(255, 255, 255, 0.94);
    transition: transform 0.18s ease, border-color 0.18s ease, background-color 0.18s ease;
}

.socials-modal_link:hover {
    color: rgba(255, 255, 255, 0.98);
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(234, 97, 251, 0.24);
    transform: translateY(-2px);
}

.socials-modal_icon {
    flex-shrink: 0;
    width: 38px;
    height: 38px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.socials-modal_icon svg {
    width: 20px;
    height: 20px;
    display: block;
}

.socials-modal_icon--telegram {
    background: linear-gradient(180deg, #2bb9f6 0%, #1b95e2 100%);
}

.socials-modal_icon--discord {
    background: linear-gradient(180deg, #6978ff 0%, #5865f2 100%);
}

.socials-modal_icon--vk {
    background: linear-gradient(180deg, #3592ff 0%, #2787f5 100%);
}

.socials-modal_label {
    font-weight: 600;
    font-size: 1.04rem;
}

.socials-modal_actions {
    display: flex;
    justify-content: center;
    margin-top: 24px;
}

.socials-modal_button {
    min-width: 126px;
}

body.document-page {
    background: linear-gradient(180deg, #05070b 0%, #090c12 48%, #06080c 100%);
}

body.document-page .wrapper::before,
body.document-page .wrapper::after {
    display: none;
}

.document-layout {
    padding: 168px 0 96px;
}

.document-card {
    max-width: 980px;
    margin: 0 auto;
    padding: 34px 36px;
    border-radius: 20px;
    background: rgba(12, 15, 23, 0.90);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: var(--shadow-soft);
}

.document-card p,
.document-card pre {
    color: rgba(255, 255, 255, 0.84);
    line-height: 1.8;
}

.document-card pre {
    white-space: pre-wrap;
}

.document-link {
    color: #d95bf3;
}

.document-link:hover {
    color: #efb4ff;
}

.contacts-card {
    max-width: 820px;
}

.contacts-spacer {
    height: 14px;
}

.payments-process-card {
    max-width: 980px;
}

.payments-card-types {
    margin-top: 28px;
}

.payments-card-types img {
    width: min(100%, 300px);
    display: block;
    margin: 0 auto;
}

.media-box {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
}

.media-box iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 20px;
    background: #05070b;
    box-shadow: var(--shadow-soft);
    transition: transform 0.2s ease, border-color 0.2s ease;
    animation: hero-rise 0.7s ease both;
}

.header-info_item:nth-child(2),
.advantage-item:nth-child(2),
.products-cart:nth-child(2),
.media-box iframe:nth-child(2) {
    animation-delay: 0.08s;
}

.header-info_item:nth-child(3),
.advantage-item:nth-child(3),
.products-cart:nth-child(3),
.media-box iframe:nth-child(3) {
    animation-delay: 0.16s;
}

.header-info_item:nth-child(4),
.advantage-item:nth-child(4),
.products-cart:nth-child(4),
.media-box iframe:nth-child(4) {
    animation-delay: 0.24s;
}

.advantage-item:nth-child(5),
.products-cart:nth-child(5) {
    animation-delay: 0.32s;
}

.advantage-item:nth-child(6),
.products-cart:nth-child(6) {
    animation-delay: 0.4s;
}

.media-box iframe:hover {
    transform: translateY(-6px);
    border-color: rgba(255, 255, 255, 0.16);
}

details {
    position: relative;
    width: 100%;
}

details[open] {
    z-index: 1;
}

summary {
    padding: 10px 12px;
    cursor: pointer;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.04);
    list-style: none;
    color: #fff;
    transition: border-color 0.15s ease, background-color 0.15s ease;
}

summary:hover {
    background: rgba(255, 255, 255, 0.06);
}

summary::-webkit-details-marker {
    display: none;
}

details[open] summary:before {
    content: '';
    display: block;
    width: 100vw;
    height: 100vh;
    background: transparent;
    position: fixed;
    top: 0;
    left: 0;
}

summary:after {
    content: '';
    display: inline-block;
    float: right;
    width: .55rem;
    height: .55rem;
    border-bottom: 1px solid currentColor;
    border-left: 1px solid currentColor;
    border-bottom-left-radius: 2px;
    transform: rotate(45deg) translate(50%, 0%);
    transform-origin: center center;
    transition: transform ease-in-out 100ms;
    position: relative;
    top: 4px;
}

summary:focus {
    outline: none;
}

details[open] summary:after {
    transform: rotate(-45deg) translate(0%, 0%);
}

.some-fkcn-block ul {
    width: 100%;
    background: rgba(13, 16, 24, 0.98);
    position: absolute;
    top: calc(100% + .5rem);
    left: 0;
    padding: 0.4rem;
    margin: 0;
    box-sizing: border-box;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    max-height: 180px;
    color: #fff;
    overflow-y: auto;
    box-shadow: 0 22px 42px rgba(0, 0, 0, 0.32);
}

.some-fkcn-block li {
    transition: 0.2s;
    margin: 0;
    padding: 0.75rem 0.65rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    cursor: pointer;
    color: #fff;
}

.some-fkcn-block li:hover {
    color: #fff;
    background: rgba(234, 97, 251, 0.10);
}

.some-fkcn-block li:first-child {
    padding-top: 0.75rem;
}

.some-fkcn-block li:last-child {
    padding-bottom: 0.75rem;
    border-bottom: none;
}

summary.radios {
    counter-reset: radios;
}

.some-fkcn-block input[type=radio] {
    counter-increment: radios;
    appearance: none;
    display: none;
}

.some-fkcn-block input[type=radio]:checked {
    display: inline;
}

.some-fkcn-block input[type=radio]:after {
    content: attr(title);
    display: inline;
    font-size: 1rem;
}

.some-fkcn-block ul.list {
    counter-reset: labels;
}

.modal-header h4,
.close,
.modal-body span,
.modal-desc,
.aboba {
    color: #fff;
}

.input-container {
    position: relative;
    margin-bottom: 15px;
    top: 5px;
}

.input-container label {
    position: absolute;
    top: 11px;
    left: 12px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.72);
    pointer-events: none;
    transition: all 0.2s ease-in-out;
}

.input-container input {
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.03);
    width: 100%;
    border-radius: 14px;
    padding: 12px 12px 10px;
    font-size: 16px;
    color: #fff;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.input-container input:focus {
    outline: none;
    border-color: rgba(234, 97, 251, 0.64);
    box-shadow: 0 0 0 4px rgba(234, 97, 251, 0.12);
}

.input-container input:focus ~ label,
.input-container input:valid ~ label,
.input-container input:not(:placeholder-shown) ~ label {
    top: -11px;
    left: 10px;
    padding: 0 6px;
    font-size: 12px;
    background: rgba(12, 15, 23, 0.92);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #EA61FB;
}

::-webkit-scrollbar {
    width: 4px;
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -800px 0;
    }

    100% {
        background-position: 800px 0;
    }
}

.animated-background {
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background-color: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #bbbbbb 18%, #eeeeee 33%);
    background-size: 800px 104px;
    height: 20px;
    position: relative;
    opacity: 0.12;
    border-radius: 999px;
}

.modal-buy-agree span {
    font-size: 13px;
    color: #fff;
}

.modal-buy-agree a {
    font-size: 13px;
    color: #DA1DDA;
}

.modal-buy-agree {
    height: auto;
    margin-top: 12px;
    padding-top: 10px;
    border-top: 1px solid rgba(255,255,255,.08);
}

.modal-buy-agree input {
    background: #DA1DDA;
    color: #DA1DDA;
    accent-color: #DA1DDA;
    font-size: 12px;
}

ul {
    list-style: none;
    padding: 0;
}

li {
    display: flex;
    align-items: center;
}

#myModal1 .modal-content {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    border-radius: 18px;
    background: #121620 !important;
    box-shadow: 0 16px 42px rgba(0, 0, 0, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

#myModal1 .modal-header,
#myModal1 .modal-footer {
    background: transparent;
}

#myModal1 .modal-header {
    padding: 16px 18px 10px;
}

#myModal1 .modal-footer {
    border: 0;
    padding: 14px 20px 18px;
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    background: linear-gradient(0deg, rgba(0, 0, 0, .24), rgba(0, 0, 0, 0));
}

#myModal1 .close {
    opacity: 1;
    text-shadow: none;
    color: rgba(255,255,255,.85);
    width: 34px;
    height: 34px;
    border-radius: 10px;
    transition: .15s ease;
}

#myModal1 .close:hover {
    background: rgba(255,255,255,.06);
    color: #fff;
}

#myModal1 .modal-body {
    padding: 14px 20px 16px;
}

#myModal1 .modal-body span.lang {
    display: inline-block;
    margin: 8px 0 8px;
    font-weight: 600;
    color: rgba(255,255,255,.86);
}

#myModal1 .modal-desc {
    background: rgba(255,255,255,.03);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 16px;
    padding: 14px;
    min-height: 220px;
    color: rgba(218,220,230,.95);
}

#myModal1 details {
    width: 100%;
}

#myModal1 .buy-product {
    width: 220px !important;
}

@keyframes hero-rise {
    from {
        opacity: 0;
        transform: translateY(24px);
    }

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

@keyframes logo-float {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }
}

@media (max-width: 1100px) {
    .hero-grid {
        gap: 48px;
    }

    .header-info .cont {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 920px) {
    .header {
        padding-top: 164px;
    }

    .hero-grid {
        grid-template-columns: 1fr;
    }

    .header-copy {
        max-width: 700px;
    }

    .header-visual {
        min-height: 420px;
    }

    .header-visual_frame {
        inset: 34px 18px 14px;
    }

    .header-visual_panel {
        width: 150px;
        height: 104px;
    }

    .advantage-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .media-box {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .header {
        padding: 142px 0 96px;
        min-height: auto;
    }

    .header-content_buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .header-content_buttons .button {
        width: 100%;
    }

    .header-info .cont,
    .advantage-list {
        grid-template-columns: 1fr;
    }

    .products,
    .media {
        padding-top: 96px;
    }

    .media {
        margin-bottom: 90px;
    }

    .document-layout {
        padding: 144px 0 72px;
    }
}

@media (max-width: 576px) {
    .header-content_kicker {
        width: 100%;
        justify-content: center;
    }

    .header-visual {
        min-height: 320px;
    }

    .header-visual_panel {
        width: 120px;
        height: 82px;
        border-radius: 12px;
    }

    .products-cart,
    .advantage-item,
    .media-box iframe {
        border-radius: 16px;
    }

    .document-card {
        padding: 24px 20px;
        border-radius: 16px;
    }

    .socials-modal_dialog {
        padding: 24px 18px 20px;
        border-radius: 18px;
    }

    .socials-modal_title {
        margin-bottom: 18px;
        font-size: 1.8rem;
    }

    .socials-modal_link {
        padding: 12px 14px;
        border-radius: 14px;
    }

    .socials-modal_button {
        width: 100%;
    }

    #myModal1 .modal-body {
        padding: 12px 14px;
    }

    #myModal1 .modal-header {
        padding: 16px 14px 10px;
    }

    #myModal1 .modal-footer {
        padding: 12px 14px 14px;
    }

    #myModal1 .buy-product {
        width: 100% !important;
    }
}
