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


*,
*::before,
*::after {
    padding: 0px;
    margin: 0px;
    outline: 0;
}

body {
    font-family: sans-serif;
    overflow-x: visible;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
p {
    margin: 0;
    cursor: default;
}

.cl {
    font-size: 0;
    line-height: 0;
    clear: both;
    display: block;
    height: 0;
}

#helpnav,
#helpnav a {
    background: none !important;
    color: #fff;
    z-index: 10 !important;
    position: relative;
}


#fujitsu {
    margin-top: -52px;
} 
@media (max-width: 478px) {
    #fujitsu {
        margin-top: 0;
    }
}

/* ___ Header ___ */
.promo_header {
    background: #f58500;
    color: #fff;
    font-family: "Exo 2", sans-serif;
    overflow: hidden;
    height: 550px;
}

.header_info {
    padding: 100px 0 0 30px;
}

.header_info h1 {
    text-transform: uppercase;
    font-size: 40px;
    line-height: normal;
    padding: 20px 0 10px 0;
}

.header_info h2 {
    font-size: 32px;
    line-height: normal;
}


.header_img {
    padding: 20px 0;
    margin: auto;
}

.header_info p {
    font-size: 30px;
    line-height: normal;
}

.header_info .d-flex {
    flex-direction: column;
    align-items: center;
}

.header_info .d-flex img {
    padding: 20px 0 10px 0;
}

@media (min-width: 992px) {
    .promo_header {
        background: url('img/header-bg.png') no-repeat top #f58500;
    background-size: cover;
    }
    .header_img {
        padding: 0;
    }

    .header_info h2 {
        padding: 0 0 60px 0;
    }

    .header_info p {
        margin-left: 30px;
        position: relative;
        top: -4px;
    }

    .header_info .d-flex {
        flex-direction: row;
        align-items: flex-end;
    }
  
}



/* ___ Products ___ */
.cont .upgrades-table,
.cont .upgrades-table tr:first-child td,
.cont .upgrades-table tr:last-child td:first-child,
.cont .upgrades-table tr:last-child td:last-child {
    border-radius: 0;
}

.cont .upgrades-table {
    border-color: #000;
}
.cont .upgrades-table th{
    background: #000;
    border-color: #000;
}

.cont .upgrades-table td, .cont .upgrades-table th {
    border-color: #000;
}
.out-cont {
    padding: 20px 0;
    background-color: #fff;
}

.out-cont4 {
    background-color: #f4f4f4;
}

.cont a.img img {
    max-width: -webkit-fill-available;
    height: auto;
    object-fit: contain;
}

@media (min-width: 992px) {
    .cont {
        display: flex;
        align-items: center;
    }
}

.cont .title a {
    font-family: 'Exo2', sans-serif;
    font-size: 28px;
    letter-spacing: -0.83px;
    line-height: normal;
    color: #d60303;
}

.cont ul li {
    font-family: 'Exo2', sans-serif;
    line-height: 34.54px;   
    /* line-height: normal; */
}

.cont ul li::before {
    width: 10px;
    height: 10px;
    background-color: #000;
    margin: 5px 0;
}

.cont span.old-price {
    font-size: 38px;
    color: #d60303; 
}

.cont .old-price::before {
    color: #000;
}

.cont span.price {
    font-family: 'Exo2-B', sans-serif;
    font-size: 62px;
}

.cont a.here {
    font-family: 'Exo2-B', sans-serif;
    background-color: #d60303;
    border: 2px solid #d60303;
    color: #fff;
    transition: all .3s ease-in-out;
}

.cont a.here:hover {
    color: #000;
    background-color: transparent;
    transform: translateY(-4px);
}

/* ___ Reviews ___ */
.promo_reviews {
    background: #f4f4f4;
    color: #000;
    font-family: "Gotham-Medium", sans-serif;
    overflow: hidden;
}

.promo_reviews img {
    max-width: fit-content;
    margin: auto;
}


.promo_reviews h4 {
    font-size: 30px;
    padding: 0 0 20px 0;
    line-height: normal;
}

.promo_reviews p {
    font-size: 16px;
    line-height: normal;
    padding: 10px 0 0 0;
}
.promo_reviews p span {
    font-weight: bold;
}

.bg-gray {
    background-color: #f4f4f4;
}


/* BNP */

.bnp {
    background: url('https://ardes.bg/uploads/fck/image/content/Poli/landing/asus-zephyrus-g16-09.2024/css/img/bg-bnp.png') no-repeat top #fff;
    /* background-size: cover; */
    color: #fff;
    min-height: 420px;
    padding: 40px 0;
    font-family: Neris, sans-serif;
    overflow: hidden;
}

.bnp img {
    max-width: 380px;
    width: 100%;
    height: 200px;
    object-fit: contain;
    padding: 20px 0;
}

.bnp h2 {
    font-weight: bold;
}

.bnp p {
    max-width: 500px;
    width: 100%;
    font-size: 16px;
    line-height: normal;
    font-weight: bold;
}


/* ___  Seperator & Footer ___ */
p.promo_footer,
a.promo_seperator {
    padding: 20px 0;
    text-align: center;
    font-family: "Gotham-Medium", sans-serif;
    font-size: 35px;
    line-height: normal;
}

/* ___  Footer ___ */
p.promo_footer {
    background-color: #d60303;
    color: #fff;
}

/* Seperator */
a.promo_seperator {
    display: block;
    margin: auto;
    background-color: #000;
    text-decoration: none;
    color: #fff;
}

a.promo_seperator span {
    font-family: "Gotham-Bold", sans-serif;
    color: #fff;
    text-decoration: underline;
}

/* ___ Screen Size ___ */
@media (min-width: 1201px) and (max-width: 1400px) {

    /* .promo_header img, */
    .promo_reviews img {
        max-width: -webkit-fill-available;
        height: auto;
        object-fit: contain;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {

    .promo_header img,
    .promo_reviews img {
        max-width: -webkit-fill-available;
        height: auto;
        object-fit: contain;
    }
}

@media(max-width:991px) {

    .promo_header img,
    .promo_reviews img {
        max-width: -webkit-fill-available;
        height: auto;
        object-fit: contain;
    }

    .promo_header {
        height: auto;
        text-align: center;
    }

    .header_info {
        padding: 70px 0 0 0;
    }

    .header_info h1 {
        font-size: 28px;
        padding: 10px;
    }

    .promo_reviews {
        text-align: center;
    }

    .promo_reviews h4 {
        font-size: 28px;
    }

    .promo_reviews p {
        font-size: 20px;
    }

    a.promo_seperator,
    p.promo_footer {
        font-size: 25px;
        padding: 10px 5px;
    }
}

@media (max-width: 767px) {

    .header_info {
        padding: 70px 0 0 0;
    }

    p.promo_footer,
    a.promo_seperator {
        font-size: 23px;
    }
}

@media (max-width: 478px) {
    .header_info {
        padding: 30px 0 0 0;
    }
}