@font-face {
    font-family: 'NarkisBlockMF';
    src: url('../fonts/NarkisBlockMF-Regular.woff2') format('woff2'),
        url('../fonts/NarkisBlockMF-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NarkisBlockMF';
    src: url('../fonts/NarkisBlockMF-Medium.woff2') format('woff2'),
        url('../fonts/NarkisBlockMF-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NarkisBlockMF';
    src: url('../fonts/NarkisBlockMF-Bold.woff2') format('woff2'),
        url('../fonts/NarkisBlockMF-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Almoni';
    src: url('../fonts/AlmoniNeueDL40AAA-D-Bold.woff2') format('woff2'),
        url('../fonts/AlmoniNeueDL40AAA-D-Bold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metric';
    src: url('../fonts/Metric-Regular.woff2') format('woff2'),
        url('../fonts/Metric-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Fb Spoiler';
    src: url('../fonts/FbSpoiler-Regular.woff2') format('woff2'),
        url('../fonts/FbSpoiler-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



* {
    box-sizing: border-box;
    font-family: 'NarkisBlockMF';
}

html {
    scroll-behavior: smooth;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'NarkisBlockMF';
    font-weight: 400;
    color: #fff;
    font-size: 14px;
    padding: 0;
    margin: 0;
}

ul,
ol,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    color: #fff;
    text-decoration: none;
}

p {
    color: #fff;
    font-size: 30px;
    line-height: 1;
    font-weight: 400;
    margin: 0 0 15px;
}

p:last-child {
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    line-height: 1;
}

img {
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    display: block;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    max-width: 1310px;
    width: 100%;
    position: relative;
}

.section-gapping {
    padding-top: 100px;
    padding-bottom: 100px;
}

.top-gapping {
    padding-top: 100px;
}

.bottom-gapping {
    padding-bottom: 100px;
}

.menu-icon {
    cursor: pointer;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 0;
    background-color: transparent;
    padding: 0;
    color: #fff;
    display: none;
}

.form-check {
    display: inline-flex;
    gap: 7px;
}

.form-check input[type="checkbox"] {
    width: 16px;
    height: 16px;
}

.input-form {
    min-height: 40px;
    border: 1px solid #000;
    background-color: #F8F7F7;
    border-radius: 10px;
    padding: 10px 20px;
    color: #000;
    font-weight: 500;
    width: 100%;
    outline: none;
}

.btn {
    flex-shrink: 0;
    background-color: #cf1430;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    padding: 10px 20px;
    gap: 10px;
    border-radius: 5px;
    font-weight: 500;
    cursor: pointer;
    width: 100%;
    max-width: 200px;
    min-height: 40px;
}

.btn:hover {
    background-color: #000;
}

.btn-border {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: 1px solid #EEEEEE;
    border-radius: 5px;
    font-weight: 400;
    font-size: 16px;
    padding: 14px;
    color: #000;
}

.btn-border:hover {
    color: #cf1430;
    border-color: #cf1430;
}

.btn-link {
    display: inline-block;
    text-decoration: underline;
    color: #fff;
    text-underline-offset: 6px;
    padding-bottom: 4px;
    font-size: 30px;
    font-weight: 400;
}

.btn-link:hover {
    color: #cf1430;
    text-decoration: none;
}

.hidden {
    display: none;
}

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

.main-title {
    font-size: 34px;
    font-weight: 400;
    margin: 0 auto 25px;
    display: flex;
    justify-content: center;
    position: relative;
}

.main-title span {
    background-color: #06060b;
    padding: 0 15px;
    position: relative;
}

.main-title::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    margin: auto;
}

.main-title::after {
    left: auto;
    right: 0;
}

.swiper-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 2;
    color: #cf1430;
}

.swiper-arrow.next {
    right: -15px;
}

.swiper-arrow.prev {
    left: -15px;
}

.swiper-arrow.swiper-button-disabled {
    opacity: 0.15;
}

.swiper-scrollbar.swiper-scrollbar-horizontal {
    width: 142px;
    margin: 0 auto;
    left: 0;
    right: 0;
    overflow: hidden;
    opacity: 1 !important;
}

.img-responsive,
.video-responsive {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-responsive {
    object-position: top;
}

.table-responsive {
    width: 100%;
    overflow-x: auto;
}

/******************************/

.main-wrapper {
    background-color: #06060b;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

header {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    width: 100%;
    background-color: #06060b;
}

header .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding: 30px 0;
}

.header .logo {
    max-width: 200px;
}

.logo-left {
    max-width: 90px;
}

.main-menu ul {
    display: inline-flex;
    gap: 35px;
}

.main-menu ul li:not(:first-child) {
    border-right: 1px solid #fff;
    padding-right: 30px;
}

.main-menu ul li a {
    font-size: 24px;
    font-weight: 400;
}

.main-menu ul li a:hover {
    color: #cf1330;
}

.banner-section {
    margin-top: 50px;
}

.main-banner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 20px;
    background-color: #080b0e;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
    border-radius: 30px;
    overflow: hidden;
}

.main-banner .banner-content {
    padding: 50px 30px;
    text-align: center;
}

.banner-content img {
    max-width: 200px;
    margin: 0 auto 15px;
}

.banner-content h2 {
    font-size: 70px;
    line-height: 1;
    margin: 0;
}

.banner-img {
    position: relative;
}

.banner-img .banner-flag {
    max-width: 140px;
    position: absolute;
    top: 40%;
    left: 13%;
}

.banner-widget img {
    height: 500px;
    object-fit: cover;
    object-position: center;
}

.banner-widget .widget-box {
    position: absolute;
    top: 50%;
    right: 50px;
    transform: translateY(-50%);
    padding: 35px;
    text-align: center;
    background-color: #cf1430;
    min-width: 420px;
}

.widget-box p {
    margin-bottom: 0;
}

.widget-box h2 {
    line-height: 0.8;
    font-size: 100px;
    color: #000;
    font-weight: 700;
    margin: 0;
}

.widget-box h2 span {
    font-size: 40px;
    vertical-align: super;
}

.widget-box h3 {
    font-size: 50px;
}

.widget-box h4 {
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 0;
}

footer {
    margin-top: auto;
    text-align: center;
}

footer .footer_logo {
    max-width: 190px;
    margin: 0 auto 30px;
}

.footer-bottom p {
    text-align: justify;
}

.footer-bottom p a {
    font-family: 'Metric';
}

.footer-bottom p a:hover {
    color: #cf1430;
}

.logo-section ul {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 15px;
}

.logo-section ul li {
    border-radius: 10px;
    overflow: hidden;
    display: block;
}

.video-box {
    position: relative;
    max-width: 800px;
    width: 100%;
    margin: 0 auto 40px;
    border: 1px solid #cf1430;
}

.video-box .video-player {
    width: 100%;
    height: 100%;
    display: block;
}

.video-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
}

.video-box p {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1;
    color: #ff00ff;
}

.video-box .btn-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: transparent;
    width: 80px;
    height: 80px;
    border-radius: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    color: #fff;
    cursor: pointer;
}

.video-box .btn-play:hover {
    border-color: #cf1430;
    color: #cf1430;
}

.aeg-section {
    border-top: 1px solid #cf1430;
}

.aeg-content-top {
    margin: 0 auto 50px;
    max-width: 580px;
    width: 100%;
    text-align: center;
}

.aeg-content-top h2 {
    text-align: center;
    font-size: 90px;
    color: #cf1430;
    margin-bottom: 20px;
}

.aeg-content-top h2 img {
    max-width: 130px;
    margin: 0;
    display: inline-block;
}

.product-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.product-list .box {
    border: 1px solid #cf1330;
    padding: 15px;
}

.product-list .box .product-img {
    height: 240px;
    margin-bottom: 15px;
    overflow: hidden;
}

.product-list .box .product-img a {
    display: block;
    width: 100%;
    height: 100%;
}

.product-list .box .product-content {
    text-align: center;
}

.product-content h3 {
    font-size: 30px;
    margin-bottom: 5px;
}

.product-content p {
    font-size: 24px;
    margin-bottom: 5px;
}

.product-content a:hover {
    color: #cf1330;
}

.tab-sticky {
    display: none;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    text-align: center;
    gap: 5px;
    position: sticky;
    bottom: 0;
    width: 100%;
    z-index: 9;
}

.tab-sticky li a {
    background-color: #fff;
    width: 100%;
    display: inline-flex;
    color: #000;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    padding: 10px 5px;
    min-height: 55px;
}

.tab-sticky li a:hover {
    background-color: #cf1430;
    color: #fff;
}

.tab-sticky .icon {
    display: flex;
    color: #cf1430;
}

.tab-sticky a:hover .icon {
    color: #fff;
}

.common-slider h3 {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 5px;
    text-align: center;
}

.common-slider p {
    font-family: 'Fb Spoiler';
    color: #bfbfbf;
    font-size: 24px;
    text-align: center;
}

.common-box {
    padding: 0 50px;
    position: relative;
}

.common-box .product-img {
    margin-bottom: 20px;
}

.product-slider .product-img img {
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

.common-btn {
    display: grid;
    justify-content: space-between;
    gap: 5px;
    grid-template-columns: repeat(2, 1fr);
}

.common-btn button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    background-color: #fff;
    border-radius: 5px;
    color: #000;
    font-size: 20px;
    font-weight: 700;
    padding: 15px 10px;
    border: none;
    cursor: pointer;
}

.common-btn button:hover {
    background-color: #cf1430;
    color: #fff;
}

.common-btn button .icon {
    display: flex;
    color: #cf1430;
}

.common-btn button:hover .icon {
    color: #fff;
}

.product-logo {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 15px;
    margin-bottom: 70px;
}

.product-logo li {
    border-radius: 5px;
    overflow: hidden;
    display: block;
}

.common-popup {
    background-color: #fff;
    bottom: 60px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    padding: 40px 15px 15px;
    display: none;
}

.common-popup.active {
    display: block;
}

.common-popup .close-btn {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background-color: #cf1430;
    color: #fff;
    cursor: pointer;
}

.common-popup .product-logo {
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 0;
}

.common-popup .list-ul {
    padding-right: 15px;
}

.common-popup .list-ul,
.common-popup .list-ul li {
    list-style: disc;
    color: #000;
    list-style-position: unset;
}

.common-popup .list-ul li {
    margin-bottom: 2px;
}
