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


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

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


}

/* ___ Header ___ */
.promo_header {
    background: #000;
    color: #fff;
    font-family: "Gilroy", sans-serif;
    overflow: hidden;
    height: 814px;
}

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

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


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

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

    .header_img {
        display: none;
    }

    .logo-active {
        text-align: center;
        margin: auto;
        display: block;
    }

    .logo-blackview {
        position: absolute;
        top: 80px;
        left: 30px;
    }

    .promo_header .header_info {
        position: relative;
    }

    .promo_header {
        background: url("img/header-bg.png") no-repeat top #000;
        background-size: cover;
    }
}


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

.out-cont {
    padding: 20px 0;
    background-color: #fff;
}

.out-cont1 {
    background: url('img/prod-bg.png') no-repeat top #ffde00;
    background-size: cover;
}

.out-cont2 {
    background: url('img/prod-bg-2.png') no-repeat top #fff;
    background-size: cover;
}

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

.cont .title a {
    font-family: "Gilroy", sans-serif;
    font-weight: bold;
}

.cont ul li {
    font-family: "Gilroy", sans-serif;
    line-height: normal;
}

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

.cont span.old-price {
    font-family: "Gilroy", sans-serif;
    color: #b7b7b7;
}

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

.cont span.price {
    font-weight: bold;
    font-family: "Gilroy", sans-serif;
    color: #000;
}

.cont a.here {
    font-weight: bold;
    font-family: "Gilroy", sans-serif;
    background-color: #000;
    border: 2px solid #000;
    color: #fff;
    transition: all .3s ease-in-out;
}

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


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

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

/* H2 */
.promo_reviews h2 {
    min-height: 302px;
    font-size: 80px;
    display: flex;
    font-weight: bold;
    align-items: center;
    justify-content: center;
    line-height: normal;
}

.desc1 h2 {
    background: url('img/причини.png') no-repeat top #000;
    /* background-size: cover; */
    color: #ffde00;
}

.desc2 h2 {
    background: url('img/стандарти.png') no-repeat top #000;
    color: #ffde00;
    min-height: 250px;
}


/* H3 */
.promo_reviews h3 {
    font-weight: bold;
    font-size: 48px;
    line-height: normal;
}

.promo_reviews h3 span {
    color: #ffde00;
    padding: 0 0 40px 0;
    display: block;
}

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



/* P */
.promo_reviews p {
    font-size: 22px;
    line-height: normal;
}

.promo_reviews p.text-center {
    color: #ffde00;
}

.promo_reviews p span {
    color: #ffde00;
}

/* Cards */
.promo_reviews .card {
    background: transparent;
}

.promo_reviews .card-header {
    background: transparent;
    min-height: 210px;
}

.promo_reviews .card-body {
    max-width: 387px;
    width: 100%;
    height: 465px;
}

.promo_reviews .card-body p {
    font-size: 18px;
    line-height: normal;
    padding: 40px 0 0 0;
    max-width: 95%;
    width: 100%;
    margin: auto;
}

.card-1 .card-body {
    background: url('img/1.png') no-repeat top transparent;
    background-size: contain;
}

.card-2 .card-body {
    background: url('img/2.png') no-repeat top transparent;
    background-size: contain;
}

.card-3 .card-body {
    background: url('img/3.png') no-repeat top transparent;
    background-size: contain;
}

.card-4 .card-body {
    background: url('img/4.png') no-repeat top transparent;
    background-size: contain;
}

.card-5 .card-body {
    background: url('img/5.png') no-repeat top transparent;
    background-size: contain;
}

.card-6 .card-body {
    background: url('img/6.png') no-repeat top transparent;
    background-size: contain;
}



/* Desc 1 */
.desc1 {
    padding: 50px 0 0 0;
}

/* Desc 2 */
.desc2 p {
    z-index: 2;
    position: relative;
    font-weight: bold;
}

.desc2 img {
    margin-top: -200px;
    z-index: 1;
}

/* Desc 3 */
.desc3 {
    background: url('img/img-link.png') no-repeat top #fff;
    background-size: cover;
    color: #000;
    padding: 60px 0 50px 0;
}

.desc3 h2 {
    padding: 0 0 300px 0;
    min-height: auto;
    display: flex;
    flex-direction: column;
    line-height: 40px;
    font-size: 48px;
    font-weight: 100;
}

.desc3 h2 span {
    font-weight: 900;
}

.ai-bx {
    padding: 100px 0 0 0 !important;
}

.ai-bx p {
    padding: 20px 0 0 0;
    font-size: 18px;
}


/* Desc 4 */
.desc4 {
    background-color: #fff;
    padding: 40px 0;
}

/* ___  Seperator & Footer ___ */
p.promo_footer,
a.promo_seperator {
    padding: 20px 0;
    text-align: center;
    font-family: "Gilroy", 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;
    }

    .promo_reviews .card-body p {
        font-size: 14px;
    }
}

@media(max-width:991px) {
    .promo_reviews .card {
        align-items: center;
    }

    .desc2 img {
        margin-top: -100px;
    }

    .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 {
        height: auto;
        text-align: center;
    }

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

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

    .promo_reviews h2 {
        font-size: 26px;
        min-height: auto;
    }

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

    .promo_reviews .card-header {
        min-height: auto;
    }

    .desc1 h2 {
        background: #000;
    }

    .desc2 h2 {
        background: #000;
    }

    .promo_reviews .card-body {
        height: 360px;
    }

    .promo_reviews .card-body p {
        max-width: 99%;
        font-size: 14px;
        text-align: left;
    }

    .desc3 {
        background: #fff;
    }

    .desc3 h2 {
        padding: 0;
    }

    .ai-bx {
        padding: 0 !important;
    }

    .ai-bx .col-md-12 {
        margin: 10px 0;
    }

    .ai-bx p {
        font-size: 16px;
    }

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