.eventS {
    background: url(../img/image-3-2.jpg)no-repeat top center /cover;
    padding: 40px 0 50px;
}

.eventS__box {
    position: relative;
}

.ribbon {
    position: relative;
    width: 150px;
    background-color: #FF0000; /* цвет ленты */
    font: bold 16px Sans-Serif;
    color: #fff; /* цвет шрифта */
    text-align: center;
    text-shadow: 1px 1px 0px rgba(255,255,255,0.5);
    padding: 7px 0;
    top: 25px;
    left: -10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.eventS-ribbon {
    width: 106px;
    height: 106px;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
}

.eventS__title span {
    color: #FF0000;
}

.eventS__date span {
    color: #fff;
}

.eventS__block {
    margin-bottom: 20px;
}

.eventS__title {
    font-size: 51px;
    color: #F3F3F3;
    text-align: center;
    font-weight: 700;
    margin-bottom: 40px;
}

.eventS__img {
    display: block;
    width: 100%;
    height: 200px;
}


.eventS__case {
    background: #0E0E0E;
    padding: 30px;
    height: 300px;
    position: relative;
}

.eventS__word {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #e08821;
    display: block;
}

    .eventS__word:hover {
        color: #e08821;
        text-decoration: none;
    }

.eventS__date {
    font-size: 12px;
    color: #FF0000;
    margin: 0;
    position: absolute;
    bottom: 30px;
    left: 30px;
}

.eventS__text {
    font-size: 15px;
    color: #F3F3F3;
}


/*leader*/
.leader {
    background: url(../img/image-3-2.jpg)no-repeat top center/cover;
    padding: 40px 0 50px;
}

.table {
    color: #fff;
}

.table__center {
    text-align: center;
}


.bargain__title {
    font-size: 51px;
    color: #f3f3f3;
    text-align: center;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
}

.bargain__word {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #e08821;
    display: block;
    text-align: center;
}

    .bargain__word:hover {
        color: #e08821;
        text-decoration: none;
    }

.bargain__block {
    min-width: 300px;
    height: 300px;
    display: block;
}

    .bargain__block:hover {
        text-decoration: none;
    }

.bargain__img {
    display: block;
    width: 100%;
    height: 250px;
}

.bargain__btn {
    color: #e08821;
    padding: 14px 0;
    border: 1px solid #b56d19;
    text-decoration: none;
    font-weight: 700;
    line-height: 1.2;
    border-radius: 2px;
    background-color: rgba(14,14,14,.9);
    text-align: center;
    width: 25%;
    display: block;
    margin: 40px auto 0;
}

    .bargain__btn:hover {
        color: #e08821;
        text-decoration: none;
        background: #fff;
    }

.bargain__item {
    font-size: 18px;
    color: #fff;
}

.bargain__text {
    font-size: 25px;
    color: #f3f3f3;
    text-align: center;
    font-weight: 700;
    margin-bottom: 40px;
    margin-top: 20px;
    text-align: center;
}

.bargain__list {
    width: 29%;
    display: block;
    margin: 0 auto;
}

.bargain__description_one,
.bargain__description_two,
.bargain__description_three {
    display: none;
}

.bargain__word {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #e08821;
    text-align: center;
    line-height: 23px;
}

/*Media Requests*/
/*992-1200*/
@media screen and (max-width: 1200px) {
}

/* 768-992px */
@media screen and (max-width: 992px) {
    .bargain__block {
        margin-bottom: 20px;
    }

    .bargain__list {
        width: 47%;
    }
}



/* 576-768px */
@media screen and (max-width: 768px) {
    .eventS__title {
        font-size: 42px;
    }

    .bargain__title {
        font-size: 27px;
    }
}

/* 320-576px */
@media screen and (max-width: 576px) {
    .eventS__title {
        font-size: 26px;
    }

    .bargain__list {
        width: 95%;
    }

    .bargain__btn {
        width: 65%;
    }
}
