* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
    background: #080a0f;

    font: 500 16px / 22px Mulish, Arial, sans-serif;
    overflow-x: hidden;
    scroll-behavior: smooth;
    overscroll-behavior-x: none;
}

header {
    width: 100%;
    background-color: #080a0f;
    padding: 16px 24px;
    align-items: center;
    backface-visibility: hidden;

}

p,
ul,
li {
    color: #82848e;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
}

.mobile-menu {
    display: none;
}

.mobile-sidebar {
    display: none;

}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sidebar-bottom ul li a:hover,
.footer-nav ul li a:hover,
nav ul li a:hover {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(89.75deg, #2350f5 .12%, #7693ff 42.2%, #b781ff 64.43%, #a061f2 99.69%);
    -webkit-background-clip: text;
    background-clip: text;
}

.right-container {
    display: flex;
    gap: 16px;
    justify-content: space-between;
    width: 100%;
}

.logo img {
    width: 200px;
    height: auto;

}

.right-container ul,
.left-container .social {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-bottom: 0;
}

.right-container ul li {
    list-style: none;
}

nav a {
    text-decoration: none;
    border-radius: 12px;
    color: #e6e6e7;
    transition: color .28s ease;
    font-size: 16px;
    line-height: 22px;
}

.container {
    max-width: 1116px;
    margin: 0 auto;
    align-items: center;
    gap: 40px;
}

.head-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.head-title {
    max-width: 600px;
    z-index: 10;
}

.head-banner {
    position: relative;
    flex: 1;
    height: 600px;
}

.container .title {
    font-size: clamp(28px, 2.5vw + 1rem, 56px);
    line-height: clamp(34px, 3vw + 1rem, 62px);
    padding-bottom: 30px;
    color: #fff;
    font-weight: 700;
    width: 76%;
}

.head-title h2 {
    color: #fff;
    padding-bottom: 30px;
    line-height: 2;
}

.head-title h3 {
    color: #fff;
    padding-bottom: 30px;
    line-height: 2;
    font-size: 1.5rem;
}

.head-title ul li {
    color: #fff;
    line-height: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.second-head {
    padding-top: 30px;
}

.image-caption {
    font-size: 12px;
    line-height: 16px;
    color: #717a97;
    padding: 25px 0;
    text-align: center;
}

.container .title span {
    -webkit-text-fill-color: #0000;
    background: linear-gradient(89.75deg, #2350f5 .12%, #7693ff 42.2%, #b781ff 64.43%, #a061f2 99.69%), linear-gradient(91.82deg, #2350f5 1.91%, #9bb0ff 30.49%, #fff 42.97%, #ffeed0 56.43%, #ffba45 86.33%);
    -webkit-background-clip: text;
    background-clip: text;
}

.container .head-title {
    max-width: 600px;
    text-align: start;
}

.top-banner img {
    position: absolute;
    left: 0;
    top: 100%;
    transform: translateY(-61%);
    height: 981px;
    width: auto;
}

.top-banner img {
    transition: rotate 0.4s ease;
}

.top-banner img:hover {
    rotate: 10deg;
}

.button {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 14px 29px;
    border-radius: 12px;
    background: linear-gradient(144.27deg, #436af3 .71%, #2048e9 104.52%);
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    overflow: hidden;
}

.button .text {
    position: relative;
    z-index: 2;
}

.decor {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.decor-item {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.15);
    transform: translateX(100%);
}

.decor-item:nth-child(2) {
    background: rgba(255, 255, 255, 0.25);
    transition-delay: 0.1s;
}

.decor-item {
    transition: transform 0.5s ease;
}

.button:hover .decor-item {
    transform: translateX(-100%);
}

.head-banner::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);

    width: 500px;
    height: 500px;

    background: radial-gradient(circle,
            rgba(67, 106, 243, 0.35) 0%,
            rgba(67, 106, 243, 0.15) 40%,
            transparent 70%);
    filter: blur(100px);
    z-index: 0;
}

.states-section {
    position: relative;
    width: 100%;
    margin-top: 78px;
    z-index: 10;
    padding: 0;
}

.states-section .svg-container {
    width: 100%;
    height: 300px;
    display: block;
    border-radius: 50px;
}

.states-content {
    position: absolute;
    inset: 0;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 25px;

    color: #fff;
    text-align: center;
}

.states-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    padding-left: 10px;
    padding-right: 10px;
}

.state {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.state-title {
    font-size: clamp(18px, 1vw + 1rem, 38px);
    line-height: clamp(34px, 3vw + 1rem, 62px);
    font-weight: 700;
    color: #fff;
}

.state-text {
    font-size: clamp(10px, 1vh, 14px);
    color: #c9d6ff;
    text-align: center;
}

.features {
    position: relative;
    margin: 0 auto;
    padding: 60px 20px;
    background-color: #f0f2f8;
    border-radius: 50px;
    margin-top: -156px;
    z-index: 2;
    overflow: visible;
}

._root_17myv_2 {
    background-color: #2453FF;
    border-radius: 32px;
    height: 85px;
    inset-inline-start: 0;
    position: absolute;
    width: 94%;
    left: 50%;
    transform: translate(-50%, -82%);
    z-index: 1;
}

._root_17myv_2 svg {
    bottom: -8px;
    inset-inline-end: 30px;
    position: absolute;
    width: 60%;

}

.features-content {
    max-width: 1116px;
    margin: 0 auto;
    margin-top: 120px;
}

.section-title {
    font-size: clamp(24px, 2.2vw + 1rem, 48px);
    line-height: 1.4;
    margin-bottom: clamp(20px, 3vw, 40px);
    font-weight: 700;

}

.grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;

}

.grid-card {
    background: #fff;
    border-radius: 24px;
    padding: 30px 30px 0 30px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.dark img {
    max-width: 229px;
    height: auto;
    display: block;
    margin: 0 auto;

}

.grid-card img,
.grid-card svg {
    transform: translateY(100px);
    opacity: 0;
    transition: all 0.6s ease;
}

.grid-card img.show,
.grid-card svg.show {
    transform: translateY(0);
    opacity: 1;
}

.grid2 {
    padding: 0;
}

.grid2-text {
    padding: 30px 30px 0 30px;
}

.grid3 {
    display: flex;
    gap: 20px;
    margin-top: auto;
}

.grid3 .grid-text {
    margin-top: -20px;
}

.grid3 img {
    width: 250px;
    height: auto;
    display: block;
    align-self: flex-end
}

.grid2 img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

._icons_1ple9_31 {
    align-items: center;
    background: #eef1f7;
    border-radius: 10px;
    display: inline-flex;
    margin-top: auto;
    padding: 8px 12px;
    gap: 8px;
    margin-bottom: 15px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
    transform: translateY(-4px);
}

._icons_1ple9_31:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.52);
}

._icons_1ple9_31 span {
    background: #d3dbe7;
    border-radius: 1px;
    display: block;
    height: 14px;
    margin: 0 12px;
    width: 1px;
}

.wide {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 30px;
}

.wide .grid-text {
    width: 49%;
}

._indicators_kbrlf_63 {
    --active-color: #2951eb;
    color: #d4d9ec;
    height: auto;
    opacity: 0;
    width: 100%;
    transition: all 0.3s ease;

}

._indicators_kbrlf_63:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.02);
}

.grid-card p {
    margin: 8px 0;
}

.grid-card ul {
    margin-left: 20px;
}

.grid-card.dark {
    background: linear-gradient(180deg, #020817, #0b1220);
    color: #fff;
}

.grid-card.big {
    grid-row: span 2;
}

.geo {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 80px;
    margin-top: 80px;
}

.geo-text {
    width: 100%;
    line-height: 2.5;
}

.map img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 50%;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18)
}

.map img:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.22);
}

.faces {
    display: flex;
    width: 26%;
    align-items: center;
    gap: 5px;
}

.faces img {
    width: 100px;
    height: auto;
    padding-bottom: 10px;
}

.geo-btn {
    background-color: #020817;
}

.geo-btn:hover {
    background-color: #3674f1;
}

/* section */
.products {
    padding: 80px 0;
    background: #080a0f;
    color: #fff;
    gap: 60px;
}

.product-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 80px;
}

.products-desc {
    width: 100%;
    max-width: 600px;
    line-height: 2.5;
}

/* cards */
.products-title {
    color: #fff;
    white-space: pre-line;

    font-size: clamp(30px, 2.2vw + 1rem, 56px);
    line-height: 1.2;
}

.products p {
    color: #82848e;
    font-weight: 500;
    margin-top: 12px;
}

.product-cards {
    width: 50%;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    gap: 16px;
}

.p-card {
    padding: 20px;
    border-radius: 16px;
    cursor: pointer;
    transition: 0.3s;
    margin-top: 24px;
}

.p-card-content {
    display: flex;
    align-items: center;

}

.p-card:hover {
    background: #151922;
    transform: translateX(10px);
}

.product-card-text {
    margin-left: 20px;
}

.product-card-text ul {
    margin-left: 20px;
}

.product-card-image {
    background: #151922;
    width: 150px;
    height: 70px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-card-image img {
    width: 50px;
    height: 50px;
}

.p-card h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: #fff;
}

.p-card p,
footer p,
.contacts p {
    color: #82848e;
    font-weight: 500;
    margin: 10px 0 16px;
    font-size: 16px;
    line-height: 22px;

}

.p-card.active {
    background: #151922;
    transform: translateX(10px) scale(1.05);
}

/* RIGHT */
.product-right {

    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: visible;
}

.phone {
    width: 220px;
    position: absolute;
    left: 0;
    top: 66%;
    transform: translate(-10%, -50%);
    z-index: 2;
}

.tablet {
    width: 500px;
    max-width: none;
    margin-left: 100px;
}

.phone {
    transform: translate(-30%, -50%);
    opacity: 0;
    transition: all 0.8s ease;
}

.tablet {
    transform: translate(60%, 0);
    opacity: 0;
    transition: all 0.8s ease;
}

.phone,
.tablet {
    transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1),
        opacity 0.6s ease;
}

.product-right.active .phone {
    transform: translate(-10%, -50%);
    opacity: 1;
}

.product-right.active .tablet {
    transform: translate(0, 0);
    opacity: 1;
}

.footer-nav {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

footer .social img {
    margin-right: 10px;
}

.footer-nav ul {
    display: flex;
    gap: 25px;

}

.footer-nav ul li {
    list-style: none;
    color: #fff;
}

.footer-nav ul li a,
i {
    color: #fff;
    text-decoration: none;
    transition: color .28s ease;
}

.footer-nav {
    border-top: 1px solid #2e3138;

    line-height: 1.5;
    padding: 30px 0 30px;
}

.contacts {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.contacts ul {
    margin-left: 20px;
}

.form-switch {
    background-color: #f2f3f5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    border-radius: 12px;
    padding: 5px;
    margin-bottom: 50px;
}

.switch-item {
    position: relative;
    cursor: pointer;
    width: 100%;
}

.contacts-texts {
    width: 50%;
}

.form {
    width: 40%;
}

.switch-item input {
    display: none;
}

.switch-item span {
    display: block;
    text-align: center;
    border-radius: 10px;
    color: #666;
    background-color: #e4e7ed;
    padding: 10px 7px;
    transition: 0.3s;
    font-size: 17px;
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.switch-item input:checked+span {
    background: linear-gradient(144.27deg, rgb(67, 106, 243) 0.71%, rgb(32, 72, 233) 104.52%);
    color: #fff;
}

.switch-item span::before {
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #f2f3f5;
    display: inline-block;
    margin-right: 8px;
}

.switch-item input:checked+span::before {
    background: #fff;
}

.contacts-texts.support {
    display: none;
}

.contact-icon {
    position: relative;
    display: inline-block;
}

.contacts-form {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 12px;
    text-align: center;
}

.form-fields {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.input-group,
.select-group {
    position: relative;
}

.input-icon {
    position: absolute;
    top: 50%;
    left: 14px;
    width: 18px;
    height: 18px;
    transform: translateY(-50%);
    color: #8c8f9a;
    pointer-events: none;
    z-index: 2;
}

.input-group input:not([type="file"]),
.select-group select,
select {
    width: 100%;
    padding: 14px 16px 14px 44px;
    border: none;
    border-radius: 12px;
    background: #f1f2f4;
    font-size: 16px;
    outline: none;
}

.select-group select,
select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #36373a;
}

select:invalid,
.disabled {
    color: #6c6e73;
}

option {
    color: #333;
}

.select-arrow {
    position: absolute;
    top: 50%;
    right: 14px;
    width: 18px;
    height: 18px;
    transform: translateY(-50%);
    pointer-events: none;
}
/* File Input */
#resume {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    overflow: hidden;
}
.file-group {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px 14px 44px;
    border-radius: 12px;
    background: #f1f2f4;
    min-height: 56px;
}
@media(max-width:1024px){
    .file-group{
        flex-direction: column;
    }
}
.file-btn {
    background: #fff;
    border: 1px solid #cfd3da;
    border-radius: 8px;
    padding: 8px 18px;
    cursor: pointer;
    font-size: 15px;
    color: #333;
    transition: .25s;
    white-space: nowrap;
}

.file-btn:hover {
    border-color: #3558ff;
    color: #3558ff;
}

.file-name {
    color: #7a7d85;
    font-size: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#submitBtn {
    background: linear-gradient(144.27deg, rgb(67, 106, 243) 0.71%, rgb(32, 72, 233) 104.52%);
    color: #fff;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 14px 30px;
    border-radius: 12px;
    font-weight: 600;
    text-decoration: none;
    overflow: hidden;
}

.social-btns {
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.social-btns h3 {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
}

.social-btns a {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #151922;
    justify-content: flex-start;
    padding: 14px 30px;
    border-radius: 12px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    overflow: hidden;
}

.social-btns a {
    transition: all 0.3s ease;
}

.social-btns a:hover {
    transform: translateY(-2px);
    background-color: #181e28;
}

.grid-card {
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.grid-card:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

.tooltip-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.contacts-form h2 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: #000;
    padding-bottom: 25px;
}

#menuIcon,
#closeBtn {
    height: 16px;
    position: relative;
    transform-origin: center;
    transition: opacity .28s ease, transform .28s ease;
    width: 16px;
    will-change: opacity, transform;
    display: block;

}

#menuBtn {
    background-color: #2e3138;
    padding: 10px;
    border-radius: 6px;
    text-align: center;
    align-items: center;
}

.sidebar-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 16px;
}

.sidebar-head .social {
    display: flex;
    gap: 16px;
    align-items: center;
}

.email-img {
    background-color: #48DF9A;
    padding: 9px;
    border-radius: 5px;
}

.telegram-img {
    background-color: #35a6e7;
    padding: 9px;
    border-radius: 5px;
}

.email-img img,
.telegram-img img {
    width: 24px;
    display: block;
    margin: auto;
}

.sidebar-bottom ul {
    padding: 9px;
    border-radius: 5px;
}

.sidebar-bottom ul li {
    list-style: none;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    padding: 10px;
}

.geo-btn-inner p {
    font-size: 12px;
    line-height: 16px;
    color: #717a97;
    padding-bottom: 10px;
}

/* ----------------modal ---------------- */
.modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    overflow-y: auto;
    justify-content: center;
    align-items: center;
}

.modal.active {
    display: flex;
}

.modal-content {
    background: #fff;
    border-radius: 16px;
    max-width: 900px;
    width: 90%;
    position: relative;
    line-height: 1.75;
    max-height: 80vh;
    overflow-y: scroll;
}

.modal-text {
    padding: 30px;
}

.modal-content ul {
    margin-left: 20px;
}

.modal-content h1 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    color: #000;
    text-align: center;
}

.modal-content h2 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: #000;
    text-align: center;
    padding-bottom: 20px;
}

.modal-content p,
ul {
    color: #0d0e11;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 25px;
}

.modal-content li {
    color: #0d0e11;

}

.close-btn {

    position: absolute;
    right: 15px;
    top: 10px;

    width: 32px;
    height: 32px;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 20px;
    cursor: pointer;

    background: #f0f2f8;
    border-radius: 50%;
}

.close-btn:hover {
    background-color: #8c8f9a;
}

.modal-content::-webkit-scrollbar {
    display: none;
}

.modal-content {
    scrollbar-width: none;
}

.modal-content {
    -ms-overflow-style: none;
}

.social img {
    width: 25px;
}

.hide-img {
    display: none;
}

.hide-text {
    display: none;
}

.footer-nav ul {
    margin-bottom: 12px
}

._star_8irry_84 {
    align-items: center;
    display: flex;
    flex: 1;
    justify-content: center;
    position: relative;
}

._star_8irry_84:before {
    background: radial-gradient(50% 50% at 50% 50%, #fff 0, #fff0);
    content: "";
    display: block;
    height: 139px;
    position: absolute;
    width: 1px;
}

@media (max-width: 1024px) {

    nav {
        width: 100% !important;
    }

    .right-container {
        width: 100%;
        justify-content: space-between;
    }

    .container {
        width: 90%;
        margin: 0 auto;
    }

    .container.head-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .container .title {
        width: 100%;
    }

    .head-banner {
        width: 100%;
        height: auto;
        margin-top: 30px;
    }

    .top-banner img {
        position: relative;
        height: 473px;
        transform: none;
        top: 0;
        left: 109px;
    }

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

    .grid-card.big {
        grid-row: span 1;
    }

    .product-right {
        display: none;
    }
}

@media (max-width: 768px) {
    .container .title {
        width: 100%;
        text-align: center;
    }

    ._star_8irry_84:before {
        width: 1px;
        transform: rotate(90deg);
        height: 300px;
    }

    ._star_8irry_84 {
        width: 100%;
    }

    .right-container .logo img {
        width: 60%;

    }

    .right-container {
        align-items: center;
    }

    .head-title .button {
        width: 100%;
    }

    .top-banner img {
        position: relative;
        width: 100%;
        height: auto;
        transform: none;
        left: 0;
    }

    .mobile-sidebar {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        width: 80%;
        max-width: 220px;
        height: 100dvh;
        transform: translateX(100%);
        overflow-y: auto;
        transition: 0.3s;
        padding: 1.25rem;
        background: linear-gradient(355.4deg, #080b0f 4.58%, #181e28 99.69%);
        display: flex;
        flex-direction: column;
        inset-inline-end: 0;
        padding: 16px 20px 20px;
        z-index: 200;

    }

    .right-container ul {
        display: none;
    }

    .left-container {
        display: none;
    }

    .states-content {
        align-items: flex-start;
        padding: 0 22px;
        gap: 10px;
        text-align: start;
    }

    .state-text {
        text-align: start;
    }

    .states-section {
        margin-top: -37px;
    }

    .states-section .svg-container {
        height: 369px;
    }

    .states-row {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        gap: 8px;
        flex-direction: column;
    }

    .state {
        align-items: flex-start;
    }

    .mobile-menu {
        display: block;
    }

    .mobile-sidebar {
        display: none;
        position: fixed;
    }

    .mobile-sidebar.active {
        transform: translateX(0);

        display: flex;
        right: 0;
    }

    .wide {
        flex-direction: column;
    }

    .wide .grid-text {
        width: 100%;
    }

    .grid3 .grid-text {
        margin-top: 0;
    }

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

    .geo-btn-inner {
        text-align: center;

    }

    .faces {
        width: 100%;
        flex-direction: column;
    }

    .products-desc {
        max-width: 100%;
        margin: 0 auto;
    }

    .product-cards {
        display: flex;
        gap: 16px;

        padding-bottom: 10px;
    }

    .p-card {
        padding: 10px 10px 0 10px;
        background: #151922;
        max-width: 375px;
        flex: 0 0 auto;
        scroll-snap-align: start;
        border-radius: 20px;

    }

    .tooltip-text span {
        font-size: 13px;
    }

    .product-cards::-webkit-scrollbar {
        display: none;
    }

    .product-cards {
        scrollbar-width: none;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        flex-direction: row;
        width: 100%;
    }

    .p-card.active {
        background: #151922;
        transform: translateX(0) scale(1);
    }

    .hide-img {
        display: block;
        width: 60%;
    }

    .p-card-content {
        flex-direction: column;
    }

    .product-inner {
        flex-direction: column;
        gap: 20px;
        align-items: stretch;
    }

    .hide-text {
        display: block
    }

    .product-card-text h3 {
        display: none;
    }

    .product-right {
        display: none;
    }


    .tablet {
        width: 100%;
        max-width: 100%;
    }

    .phone {
        transform: none;
        left: 0;
    }

    .contacts {
        flex-direction: column;
        gap: 30px;
    }

    .modal-text {
        padding-top: 0;
    }

    .form {
        width: 100%;
    }

    .contacts-texts {
        width: 100%;
    }

    .switch-item span {
        font-size: 13px;
    }

    .switch-item span::before {
        margin-right: 0;
    }

    .section-title {
        text-align: center;
    }

    .footer-nav {
        flex-direction: column;
        gap: 12px;
        border-top: none;
    }

    .grid3 {
        flex-direction: column;
        align-items: flex-end;
    }

    .close-btn {
        position: sticky;
        margin: 0 6px;
    }
}

@media (max-width: 1024px) {
    .grid3 .grid-text {
        margin-top: 0;
    }

    .products-desc {
        max-width: 100%;
        margin: 0 auto;
    }

    .product-cards {
        display: flex;
        gap: 16px;

        padding-bottom: 10px;
    }

    .p-card {
        padding: 10px 10px 0 10px;
        background: #151922;
        max-width: 330px;
        flex: 0 0 auto;
        scroll-snap-align: start;
        border-radius: 20px;

    }

    .product-cards::-webkit-scrollbar {
        display: none;
    }

    .product-cards {
        scrollbar-width: none;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        flex-direction: row;
        width: 100%;
    }

    .p-card.active {
        background: #151922;
        transform: translateX(0) scale(1);
    }

    .hide-img {
        display: block;
        width: 60%;
    }

    .p-card-content {
        flex-direction: column;
    }

    .product-inner {
        flex-direction: column;
        gap: 20px;
        align-items: stretch;
    }

    .hide-text {
        display: block
    }

    .product-card-text h3 {
        display: none;
    }

    .product-card-image {
        width: 90%;
        justify-content: center;
        gap: 17px;
    }

    .product-right {
        margin-top: 40px;
    }

    .phone {
        position: relative;
        transform: none;
        left: 10px;
        top: 20px;
        width: 80px;
    }

    .tablet {
        width: 310px;
    }

}

@media (max-width: 368px) {
    .grid-card {
        width: 315px;
    }

    .footer-nav ul {
        gap: 11px;
    }

    .grid3 {
        flex-direction: column;
        align-items: flex-end;
    }

    .switch-item span::before {
        width: 27px;
    }

}