*,
*::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;
}


#swipe {
    margin-top: -52px;
}

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

/* ___ Header ___ */
.promo_header {
    background: url('img/header-img-3.png') no-repeat top #000;
    background-size: cover;
    color: #fff;
    font-family: "Gotham-Medium", sans-serif;
    overflow: hidden;
    height: 585px;
}

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

.header_info h1 {
    /* text-transform: uppercase; */
    font-size: 47px;
    line-height: normal;
    margin: 30px 0 0 0;

    background: #28A745;
    background: linear-gradient(90deg, rgba(40, 167, 69, 1) 0%, rgba(34, 163, 125, 1) 100%);
    color: #fff;

    max-width: 454px;
    width: 100%;
    min-height: 120px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.header_info h2 {
    font-size: 50px;
    line-height: normal;
    padding: 30px 0 50px 0;
}

.header_info a {
    background: #28A745;
    background: linear-gradient(90deg, rgba(40, 167, 69, 1) 0%, rgba(34, 163, 125, 1) 100%);
    color: #fff;
    font-size: 30px;
    text-decoration: none;

    max-width: 241px;
    width: 100%;
    height: 55px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;

    transition: all .3s ease-in-out;
}
.header_info a:hover {
    transform: translateY(-4px);
}

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

@media (min-width: 992px) {
    .header_img {
        padding: 0;
    }
}


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

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

.promo_reviews h4 {
    font-size: 40px;
    line-height: normal;
    font-weight: bold;

    color: #28A745;
    background-image: linear-gradient(45deg, #28A745, #22A37D 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    text-align: center;
    font-family: Girloy-Bold, sans-serif;
}

.promo_reviews h5 {
    font-size: 24px;
    line-height: normal;
    font-weight: bold;
    font-family: Girloy-Bold, sans-serif;
    padding: 0 0 20px 0;
}

.promo_reviews p {
    text-align: center;
    font-size: 22px;
    line-height: normal;
    color: #343434;
    padding: 20px 0 30px 0;
}

.desc-spec,
.desc-spec-green {
    max-width: 426px;
    width: 100%;
    min-height: 203px;

    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;

    border: 1px solid #000;
    border-radius: 20px;
    padding: 30px 20px;
    text-align: left;
    margin: 20px 0;
}

.desc-spec p {
    font-size: 18px;
    line-height: normal;
    text-align: left;
}

.desc-spec-green {
    background: #28A745;
    background: linear-gradient(90deg, rgba(40, 167, 69, 1) 0%, rgba(34, 163, 125, 1) 100%);
    color: #fff;
}

.desc-spec-green p {
    color: #fff;
    text-align: left;
}


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

.desc7 a {
    color: #343434;
}




@media (min-width: 992px) {
    .desc1 .row {
        justify-content: space-around;
    }

    .swipe-container {
        min-height: 590px;
    }

    .desc-mobil {
        display: none;
    }

    img.desc-spec-2 {
        margin-top: 100px;
    }

    img.desc-spec-3 {
        margin-top: -100px;
    }

    .desc5,
    .desc5 p {
        text-align: left;
    }

    .desc5 h5 {
        padding: 0;
    }

    .desc5 p {
        padding: 10px 0 20px 0;
    }

}

/* ___  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: #000;
    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) {

    

    .desc.desc1 .row {
        align-items: center;
        justify-content: center;
    }

    .desc5 h5 {
        padding: 0;
    }

    .desc5 p {
        padding: 10px 0 30px 0;
    }

    .desc-spec,
    .desc-spec-green {
        margin: 10px 0;
    }

    .desc-spec p,
    .desc-spec-green p,
    .desc-spec,
    .desc-spec-green {
        text-align: center;
    }

    .shop-desc {
        display: none;
    }

    .landing .cont .btn_box {
        height: auto;
    }

    .landing .cont .price {
        font-size: 30px;
    }

    .landing .cont .old-price {
        top: 20px;
    }


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

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

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

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

    .header_info h2 {
        font-size: 26px;
    }

    .header_info a {
        font-size: 22px;
        margin: auto;
    }

    .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;
    }

    .desc7 p {
        font-size: 15px;
    }
}