@font-face {
    font-family: 'Disruptors Script';
    src: url('./assets/fonts/Disruptor\'s Script.otf') format('opentype');
    font-weight: 400;
}

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

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

body {
    font-family: 'Anticva', serif;
    color: #000;
    background: #fff;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}

.container {
    width: 90%;
    max-width: 1400px;
    margin: auto;
}

.header {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 10;
    background: #000;
    padding: 10px 5px;
}

@media screen and (max-width:750px) {
    .header {}
}

.header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-right {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
}

.logo img {
    width: 150px;
}

.icon,
.contact {
    margin-left: 15px;
    font-size: 18px;
    border: 0.5px solid #fff;
    padding: 10px 15px;
    border-radius: 15px;
}

@media screen and (max-width:750px) {

    .icon,
    .contact {
        display: none !important;
    }
}

.menu-btn {
    cursor: pointer;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
}

.mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    display: none;
    padding: 10px;
    font-size: 28px;
}

.mobile-menu ul li {
    margin-bottom: 20px;
}

.close-btn {
    cursor: pointer;
    font-size: 35px;
    margin-bottom: 20px;
}

.hero {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.hero-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}

.hero-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
}

.hero-content {
    position: relative;
    z-index: 2;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: 60vh;
}

.hero-title {
    font-size: 90px;
    letter-spacing: 3px;
}

.hero-text {
    font-size: 20px;
    font-family: Inter;
    font-weight: 300;
    font-style: Light;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;

}

.hero-sub {
    font-size: 32px;
    margin: 20px 0;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.hero-logo {
    width: 50px;
    height: 50px;
    background: red;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.hero-btn {
    margin-top: 30px;
    display: inline-block;
}

.section-title {
    text-align: center;
    font-size: 46px;
    margin-bottom: 10px;
}

.section-subtitle {
    text-align: center;
    font-size: 26px;
    margin-bottom: 40px;
}

.script {
    font-family: 'Disruptors Script';
    font-size: 84px;
    color: #b3341c;
}

.products {
    padding: 80px 0;
}

.products .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.products .container {
    margin: 10px auto;
}

.product-grid {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 20px;
}


@media screen and (max-width: 900px) {
    .product-grid {
        flex-wrap: wrap;
    }
}

.product-card img {
    width: 100%;
    max-width: 300px;
    min-height: 260px;
    object-fit: cover;
    background: #ddd;
}

.product-card h4 {
    margin-top: 15px;
    font-family: Anticva;
    font-weight: 400;
    font-style: Regular;
    font-size: 23px;
    line-height: 130%;
    letter-spacing: 0%;
    text-transform: uppercase;

}

.product-card p {
    font-size: 18px;
    opacity: 0.7;
    margin-top: 5px;
    max-width: 300px;
}

.stats {
    position: relative;
}

.stats-title {
    font-family: Anticva;
    font-weight: 400;
    font-style: Regular;
    font-size: 30px;
    line-height: 105%;
    letter-spacing: -4%;
    text-transform: uppercase;
}

.stats-line {
    width: 500px;
    top: 108px;
    position: absolute;
    right: 207px;
}

.stats {
    padding: 80px 0;
    text-align: center;
}

.stats-items {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 40px;
}

.stats-item img {
    width: 200px;
}

@media screen and (max-width: 750px) {
    .stats-item img {
        width: 100%;
    }
}

.stats-item span {
    opacity: 0.5;
    margin-bottom: 10px;
    display: block;
}

.works-items {
    display: flex;
    justify-content: space-around;
    margin: 20px 0;
}

@media screen and (max-width:750px) {
    .works-items {
        flex-wrap: wrap;
    }

    .works-item {
        width: 100%;
    }
}

.works-item h4 {
    font-family: Anticva;
    font-weight: 400;
    font-style: Regular;
    font-size: 26px;
    line-height: 130%;
    letter-spacing: 0%;
    text-transform: uppercase;
}

.works-item p {
    font-family: Inter;
    font-weight: 300;
    font-style: Light;
    font-size: 19px;
    line-height: 140%;
    letter-spacing: 0%;
    margin-top: 10px;

}

.works-item img {
    width: 400px;
    height: 250px;
    object-fit: cover;
}

@media screen and (max-width:750px) {

    .works-item,
    .works-item img {
        width: 100%;
    }
}



.works-item {}

.why {
    padding: 100px 0;
}

.why .container .section-title {
    font-family: Anticva;
    font-weight: 400;
    font-size: 64px;
    line-height: 105%;
    letter-spacing: -4%;
    text-align: center;
    text-transform: uppercase;
}

.why .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.why-grid {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.why-item span {
    opacity: 0.4;
    display: block;
}

.why-grid {
    display: flex;
}

.why-image {
    width: 95vw;
    margin: 0 auto;
}

.key {
    display: flex;
    justify-content: center;
}

.key svg {
    width: 90vw;
    height: 400px;
    overflow-x: hidden;
    object-fit: cover;
}

.catalog {
    margin: 50px;
}

.catalog {
    width: 100%;
    max-width: 1100px;
    margin: 40px auto;
    font-family: 'Times New Roman', serif;
}

.catalog-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.catalog-title {
    font-size: 34px;
    font-weight: 500;
    letter-spacing: 1px;
}

.catalog-link {
    font-size: 14px;
    color: #9a2c24;
    text-decoration: none;
    border: 1px solid #9a2c24;
    padding: 6px 18px;
    border-radius: 40px;
}

.catalog-item {
    border-bottom: 1px solid #dcdcdc;
}

.catalog-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
    cursor: pointer;
}

.catalog-top .number {
    width: 50px;
    opacity: 0.6;
}

.catalog-top .title {
    flex: 1;
    font-size: 26px;
    text-transform: uppercase;
    text-align: center;
    opacity: 0.3;
}

.catalog-top:hover .title {
    opacity: 1;
}

.catalog-top .toggle {
    font-size: 28px;
    width: 40px;
    text-align: center;
}

.catalog-content {
    padding: 20px 0 35px;
    display: none;
}

.catalog-content.open {
    display: block;
}

.brands-slider {
    width: 100%;
    max-width: 1200px;
    margin: 40px auto;
    position: relative;
    display: flex;
    align-items: center;
}

.arrow {
    background: none;
    border: none;
    font-size: 30px;
    cursor: pointer;
    opacity: 0.6;
    transition: 0.2s;
}

.arrow:hover {
    opacity: 1;
}

.brands-track {
    display: flex;
    overflow: hidden;
    border: 1px solid #ddd;
    flex: 1;
}

.brand-item {
    flex: 0 0 240px;
    min-height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #eee;
    background: #fff;
}

.brand-item img {
    max-width: 140px;
    max-height: 80px;
    object-fit: contain;
}

.brand-item:last-child {
    border-right: none;
}

/* Шрифты */
@import url('https://fonts.googleapis.com/css2?family=Antic+Didone&display=swap');

.international {
    padding: 80px 0;
    position: relative;
}

.map {
    width: 600px;
}

.map img {
    width: 100%;
    height: 100%;
}

@media screen and (max-width:750px) {
    .stat-cards {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

    .stat-card {
        width: 100% !important;
    }

    .map {
        display: none;
    }

    .side-image {
        display: none !important;
    }

}

.intl-title {
    font-family: 'Antic Didone', serif;
    font-size: 30px;
    line-height: 1.1;
    margin-bottom: 20px;
}

.intl-title .script {
    font-family: "Disruptors Script", cursive;
    /* твой скриптовый шрифт */
    font-size: 56px;
    color: #a4361f;
    display: inline-block;
}

.countries-block {
    margin: 20px 0 50px 0;
}

.countries-block h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
}

.countries-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 40px;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 400px;
}

.countries-list li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    width: 100px;
}

.countries-list img {
    width: 22px;
    height: 22px;
    object-fit: contain;
}

@media screen and (max-width:750px) {
    .countries-list {
        width: 100%;
    }

    .countries-list li {
        width: 70px;
        flex-wrap: wrap;
    }
}

.stat-cards {
    display: flex;

    flex-wrap: wrap;
    width: 400px;
}

.stat-card {
    width: 200px;
}

/* GRID 2×2 */
.stats-grid {
    display: flex;
    justify-content: flex-end;
    gap: 0;
    border: 1px solid #e5e5e5;
}

.stat-card {
    position: relative;
    border: 1px solid #e5e5e5;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.stat-num {
    font-family: 'Antic Didone', serif;
    font-size: 48px;
    line-height: 1;
    margin-bottom: 6px;
}

.stat-text {
    font-size: 14px;
}

.stat-index {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 14px;
    color: #c5c5c5;
}

/* Адаптив */
@media (max-width: 768px) {
    .stats-grid {
        grid-template-columns: 1fr 1fr;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .stats-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .brand-item {
        flex: 0 0 160px;
    }
}


.photos {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 20px;
}

.photos img {
    width: 240px;
    height: 360px;
    object-fit: cover;
    border-radius: 4px;
}

.catalog-btn {
    display: block;
    margin: 0 auto;
    text-align: center;
    color: #9a2c24;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
    margin-top: 10px;
}

.catalog-moq {
    text-align: center;
    margin-top: 35px;
    opacity: 0.7;
}

.partners {}

.partners .text p {
    font-family: Inter;
    font-weight: 300;
    font-style: Light;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;

}

.partners .text h3 {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 25px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;

}

.partners .text {
    text-align: center;
}

.video-section {
    padding: 100px 0;
}

.video-wrapper {
    margin-top: 40px;
}

.footer {
    background: #1e1e1e;
    color: #fff;
    padding: 80px 0 40px;
    font-family: 'Antic Didone', serif;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1fr auto auto auto 1fr;
    gap: 40px;
    align-items: start;
}

.footer-title {
    grid-column: 1 / 6;
    font-size: 46px;
    margin-bottom: 40px;
    line-height: 1.1;
}

.footer-script {
    font-family: "Disruptors Script", cursive;
    font-size: 52px;
    color: #fff;
    position: relative;
    display: inline-block;
}

.footer-script::after {
    content: '';
    width: 100%;
    height: 3px;
    background: #2e8be6;
    position: absolute;
    left: 0;
    bottom: -4px;
}

.footer-column h4 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 14px;
}

.footer-column ul,
.footer-column p {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-column ul li {
    margin: 8px 0;
}

.footer-column ul li a {
    color: #ccc;
    text-decoration: none;
    font-size: 14px;
}

.footer-column ul li a:hover {
    color: #fff;
}

.footer-socials {
    display: flex;
    gap: 12px;
}

.footer-socials img {
    width: 22px;
}

.icon {
    width: 16px;
    margin-right: 6px;
    opacity: .7;
}

.footer-form {
    grid-column: 5 / 6;
    display: flex;
    flex-direction: column;
    gap: 18px;
    max-width: 380px;
}

.footer-form h4 {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 600;
}

.footer-form input {
    background: transparent;
    border: none;
    border-bottom: 1px solid #555;
    padding: 10px 0;
    color: #fff;
    font-size: 14px;
}

.phone-field {
    display: flex;
    align-items: center;
    gap: 8px;
    border-bottom: 1px solid #555;
    padding: 10px 0;
}

.phone-field .flag {
    width: 20px;
}

.phone-field input {
    border: none !important;
    flex: 1;
    padding: 0;
}

.checkbox-line {
    font-size: 12px;
    color: #bbb;
    display: flex;
    gap: 6px;
    align-items: flex-start;
}

.checkbox-line a {
    color: #fff;
    text-decoration: underline;
}

.footer-btn {
    background: #3d3d3d;
    padding: 14px 20px;
    border-radius: 30px;
    border: none;
    color: #fff;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    letter-spacing: .5px;
}

.footer-btn:hover {
    opacity: .8;
}

.footer-bottom {
    margin-top: 60px;
    padding-top: 20px;
    border-top: 1px solid #333;
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #aaa;
}

.bottom-links {
    display: flex;
    gap: 20px;
}

.bottom-links a {
    color: #ddd;
    text-decoration: none;
}

.bottom-links a:hover {
    color: #fff;
}

/* Mobile */
@media (max-width: 900px) {
    .footer-grid {
        display: flex;
        flex-wrap: wrap;
    }

    .footer-form {
        max-width: 100%;
    }

    .footer-title {
        font-size: 36px;
    }

    .footer-script {
        font-size: 44px;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 12px;
    }
}

body {
    margin: 0;
    font-family: sans-serif;
}

/* Кнопка */
.menu-btn {
    cursor: pointer;
}

/* FULLSCREEN MENU */
.mobile-menu {
    position: fixed;
    inset: 0;
    background: #00000033;
    backdrop-filter: blur(4px);
    display: flex;
    justify-content: flex-end;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s ease;
    z-index: 9999;
}

.mobile-menu.open {
    opacity: 1;
    pointer-events: auto;
}

.mobile-menu-inner {
    width: 100%;
    max-width: 350px;
    background: rgb(84 83 83 / 50%);
    backdrop-filter: blur(8px);
    color: white;
    height: 100%;
    padding: 30px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transform: translateX(100%);
    transition: transform 0.35s ease;
}

.mobile-menu.open .mobile-menu-inner {
    transform: translateX(0);
}

.open-modal-btn {
    padding: 12px 20px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    color: white;
    font-size: 20px;
    text-decoration: none;
    background: none;
    padding: 0;
}

.modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(4px);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    transition: 0.25s ease;
    z-index: 9999;
}

.modal.active {
    opacity: 1;
    pointer-events: auto;
}

.modal__content {
    background: white;
    width: 90%;
    max-width: 750px;
    border-radius: 12px;
    padding: 40px;
    position: relative;
    transform: translateY(-20px);
    transition: 0.3s ease;
}

.modal.active .modal__content {
    transform: translateY(0);
}

.modal__close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: black;
    color: white;
    font-size: 26px;
    border: none;
    border-radius: 6px;
    width: 38px;
    height: 38px;
    cursor: pointer;
}

.subtitle {
    margin: 0 0 24px;
    font-size: 17px;
    line-height: 1.4;
}

input[type="text"],
input[type="tel"] {
    width: 100%;
    border: none;
    border-bottom: 1px solid #bbb;
    padding: 12px 4px;
    font-size: 17px;
    outline: none;
}

.phone-input {
    display: flex;
    gap: 8px;
    align-items: center;
    border-bottom: 1px solid #bbb;
    padding: 10px 0;
}

.checkbox {
    display: flex;
    gap: 8px;
    margin-top: 10px;
    font-size: 14px;
}

.submit-btn {
    margin-top: 24px;
    width: 100%;
    border: none;
    border-radius: 40px;
    padding: 16px;
    background: #bfbfbf;
    color: white;
    font-size: 18px;
    cursor: pointer;
}


h2 {
    margin: 0 0 10px;
    font-size: 28px;
    font-weight: 600;
}

.subtitle {
    margin: 0 0 30px;
    font-size: 18px;
    line-height: 1.4;
}

form {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

input[type="text"],
input[type="tel"] {
    width: 100%;
    border: none;
    border-bottom: 1px solid #c2c2c2;
    padding: 12px 4px;
    font-size: 17px;
    outline: none;
}

.phone-input {
    display: flex;
    align-items: center;
    gap: 8px;
    border-bottom: 1px solid #c2c2c2;
    padding: 10px 0;
}

.flag {
    font-size: 20px;
}

.code {
    font-size: 18px;
    opacity: 0.8;
}

/* CHECKBOX */
.checkbox {
    font-size: 15px;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.checkbox input {
    transform: translateY(2px);
}

.checkbox a {
    color: black;
}

/* BUTTON */
.submit-btn {
    width: 100%;
    padding: 18px;
    font-size: 18px;
    border-radius: 40px;
    border: none;
    background: #d7d7d7;
    color: #fff;
    cursor: pointer;
}


.close-btn {
    font-size: 40px;
    color: white;
    background: none;
    border: none;
    cursor: pointer;
    margin-left: auto;
}

.menu-links {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.menu-links li {
    margin: 18px 0;
}

.menu-links a {
    color: white;
    font-size: 20px;
    text-decoration: none;
}

/* CONTACTS */
.contacts {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.contacts a {
    color: white;
    text-decoration: none;
    font-size: 16px;
}

#openMenu {
    font-size: 26px;
    background: none;
    border: none;
    color: white;
    cursor: pointer;
}

/* MOBILE MENU */
.mobile-menu {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(4px);
    display: flex;
    justify-content: flex-end;
    opacity: 0;
    pointer-events: none;
    transition: .3s ease;
    z-index: 9999;
}

.mobile-menu.active {
    opacity: 1;
    pointer-events: auto;
}

.mobile-menu-inner {
    width: 300px;
    height: 100%;
    background: rgba(20, 20, 20, 0.85);
    color: white;
    padding: 30px 22px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transform: translateX(100%);
    transition: .3s ease;
}

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

.menu-close {
    font-size: 28px;
    color: white;
    background: none;
    border: none;
    cursor: pointer;
    margin-left: auto;
}

.menu-links {
    list-style: none;
    padding: 0;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.menu-links a,
.menu-links button {
    color: white;
    background: none;
    border: none;
    font-size: 20px;
    text-align: left;
    cursor: pointer;
    width: 100%;
}

/* modalH */
.modalH {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: .3s ease;
    z-index: 10000;
}

.modalH.active {
    opacity: 1;
    pointer-events: auto;
}

.modalH-content {
    background: white;
    width: 90%;
    max-width: 700px;
    border-radius: 12px;
    padding: 40px;
    position: relative;
    transform: translateY(-20px);
    transition: .3s ease;
}

.modalH.active .modalH-content {
    transform: translateY(0);
}

.modalH-close {
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 28px;
    border: none;
    background: black;
    color: white;
    width: 38px;
    height: 38px;
    border-radius: 6px;
    cursor: pointer;
}

input,
.submit-btn {
    width: 100%;
}

input {
    border: none;
    border-bottom: 1px solid #bbb;
    padding: 12px 4px;
    font-size: 16px;
    margin-bottom: 16px;
    outline: none;
}

.phone-input {
    display: flex;
    gap: 8px;
    align-items: center;
    border-bottom: 1px solid #bbb;
    padding: 10px 0;
    margin-bottom: 16px;
}

.checkbox {
    display: flex;
    font-size: 14px;
    margin: 10px 0 20px;
}

.checkbox a {
    color: black;
}

.submit-btn {
    padding: 16px;
    background: #bfbfbf;
    border: none;
    border-radius: 40px;
    color: white;
    font-size: 16px;
    cursor: pointer;
}