/* JIRA AD-2 */
@media screen and (min-width: 1024px) and (max-width: 1279px) {
    .promotions-sec::before {
        top: -77px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .promotions-sec::before {
        top: -58px;
    }
}

@media screen and (max-width: 767px) {
    .top-banner .banner-cont p {
        font-size: 16px;
        line-height: 24px;
    }

    .top-banner .banner-cont h1 {
        font-size: 25px;
        line-height: 32px;
    }
}

@media screen and (min-width:639px) and (max-width: 767px) {
    .promotions-sec::before {
        top: -48px;
    }
}

@media screen and (max-width:639px) {
    .top-banner>img {
        transform: scaleX(-1);
        object-position: -325px 0px;
    }
}

@media screen and (max-width: 479px) {
    .els-nostres-img {
        width: 30%;
        align-content: center;
    }

    .els-nostres-cnt {
        width: 70%;
        padding-left: 20px;
    }

    .els-nostres-cnt p {
        line-height: 16px;
    }

    .prod-ico {
        margin-bottom: 20px;
    }

    .prod-cnt p {
        margin-right: 10px;
    }

    .promotions-sec::before {
        top: -20px;
    }
}

/* end JIRA AD-2 */