
.discounts__banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background: url('../../img/banner.jpg') top center / contain no-repeat, #f6f6f6;
    height: 400px;
}

.discounts__banner_mob {
    display: none;
}

.banner__text-wrap {
    margin-top: 50px;
    max-width: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-left: 50px;
}

.banner__title {
    max-width: 500px;
    color: #002E6D;
    font-size: 42px;
    line-height: 48px;
    font-style: normal;
    font-weight: 600;
}

.banner__subtitle {
    text-align: left;
    color: #002E6D;
    font-size: 18px;
    line-height: 24px;
    font-style: normal;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 33px;
    max-width: 500px;
}

.banner__title span,
.banner__subtitle span {
    color: #FF5F49;
}

.banner__tag {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background: #FF5F49;
    color: #fff;
    border-radius: 16px;
    padding: 4px 16px;
    font-size: 15px;
    line-height: 16px;
    font-weight: 600;
    margin-bottom: 30px;
}

.banner__btn {
    width: 240px;
    height: 48px;
}



@media screen and (max-width: 1279px){
    .discounts__banner {
        height: 314px;
    }

    .banner__text-wrap {
        margin-top: 40px;
        margin-left: 40px;
        max-width: 400px;
    }

    .banner__title {
        max-width: 400px;
        font-size: 36px;
        line-height: 40px;
    }

    .banner__subtitle {
        font-size: 16px;
        line-height: 20px;
        margin-top: 20px;
        margin-bottom: 24px;
        max-width: 400px;
    }
    .banner__tag {
        border-radius: 16px;
        padding: 4px 16px;
        font-size: 15px;
        line-height: 16px;
        font-weight: 600;
        margin-bottom: 20px;
    }


    .banner__btn {
        width: 240px;
        height: 48px;
    }


}

@media screen and (max-width: 1032px){
    .discounts__banner {
        min-height: 240px;
    }

    .banner__text-wrap {
        margin-top: 36px;
        margin-left: 36px;
        max-width: 300px;
    }

    .banner__title {
        max-width: 300px;
        font-size: 30px;
        line-height: 32px;
    }

    .banner__subtitle {
        margin-bottom: 16px;
        max-width: 300px;
    }

    .banner__tag {
        margin-bottom: 20px;
    }

    .banner__btn {
        width: 200px;
        height: 40px;
        font-size: 15px;
        line-height: 16px;
    }
}

@media screen and (max-width: 767px){
    .discounts__banner {
        height: auto;
        border-radius: 16px;
    }

    .discounts__banner_mob {
        display: block;
    }

    .banner__text-wrap {
        margin-top: 0;
        max-width: 300px;
    }

    .banner__title {
        max-width: unset;
        font-size: 28px;
    }

    .banner__btn {
        margin-bottom: 24px;
    }
}
