@media screen and (min-width: 320px) {
    .coupon-page__all-link-mobile {
        display: block;

        text-align: center;
        text-decoration: underline !important;
        text-transform: uppercase;

        font-size: 14px;
    }

    .coupon-page__title {
        display: inline-block;

        text-decoration: none;
        text-transform: uppercase;

        color: #29aae3;

        font-size: 1.5em;
        font-weight: 700;
    }

    .coupon__main {
        position: relative;
    }

    .coupon__banner {
        position: absolute;
        z-index: 4;
        top: -37px;
        right: 0;

        display: none;

        width: 308px;

        background-color: #fff;
    }

    .coupon__items {
        display: flex;
        flex-direction: column;

        justify-content: space-between;
    }

    .coupon__item {
        display: block;

        width: 100%;
        margin-bottom: 15px;
    }

    .coupon__item-img-text {
        position: absolute;
        bottom: 0;

        overflow: hidden;

        box-sizing: border-box;
        width: 100%;
        height: 100px;
        padding: 16px 20px;

        text-overflow: ellipsis;

        color: #fff;
        background: rgba(0, 0, 0, .45);

        font-size: 16px;
        font-weight: 700;
        line-height: 16px;
    }

    .coupon__item-img-text-corporation {
        overflow: hidden;

        height: 16px;

        white-space: nowrap;
        text-transform: uppercase;
        text-overflow: ellipsis;

        color: #fff;
    }

    .coupon__item-img-text-address {
        overflow: hidden;

        height: 50px;
        margin-top: 4px;

        color: #fff;
    }

    .coupon__item-img {
        position: relative;

        height: 216px;

        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .coupon__item-text-wrapper {
        padding: 15px 10px 5px;

        color: #000;
        border-right: 2px solid #e8e8e8;
        border-bottom: 2px solid #e8e8e8;
        border-left: 2px solid #e8e8e8;
    }

    .coupon__item-text {
        overflow: hidden;

        height: 88px;
    }

    .coupon__item-info {
        display: flex;

        margin-top: 32px;

        justify-content: space-between;
    }

    .coupon__item-info-discount,
    .coupon__item-info-total {
        font-size: 16px;
        font-weight: 700;
    }

    .coupon__item:hover {
        opacity: .9;
    }

    .coupon__items-banner {
        margin: 10px auto;
    }

    .coupon__items.coupon__items-sidebar {
        flex-direction: column;
    }

    .coupon__sidebar-title {
        margin: 10px 0;

        text-transform: uppercase;

        color: #35b6de;

        font-size: 18px;
        font-weight: bold;
    }

    .coupon__items-sidebar .coupon__item {
        width: 100%;
        margin-bottom: 16px;
    }

    .coupon__sidebar-all {
        display: block;

        margin-bottom: 20px;

        text-align: center;
        text-decoration: underline !important;
        text-transform: uppercase;

        font-size: 14px;
    }

    .coupon__items-banner.coupon__items-banner-tablet {
        display: block;

        width: 100%;
    }
}

@media screen and (min-width: 768px) {
    .coupon__items.coupon__items-sidebar {
        flex-direction: row;
    }

    .coupon__items-sidebar .coupon__item {
        width: 49%;
    }

    .coupon-page__all-link-mobile {
        display: none;
    }

    .coupon__items-banner {
        display: none;
    }

    .v3__homepage-block__header-link-all.coupon-page__all-link {
        display: block;
        float: right;

        padding: 32px 0 0 0;

        text-decoration: underline !important;
        text-transform: uppercase;

        font-size: 14px;
    }

    .coupon__items {
        flex-direction: row;
    }

    .coupon-page .coupon__items {
        flex-wrap: wrap;
    }

    .coupon__item {
        width: 32.5%;
        margin-bottom: 0;
    }

    .coupon-page .coupon__item {
        width: 49%;
        margin-bottom: 18px;
    }
}

@media screen and (min-width: 1200px) {
    .coupon__banner .ads-banner-sidebar img{
        margin-top: 15px;
        padding-bottom: 60px;
    }

    .coupon__banner .ads-banner-sidebar iframe{
        margin-top: 15px;
        padding-bottom: 60px;
    }

    .coupon__item:nth-child(7) {
        z-index: 1111111;
    }

    .coupon .page-break {
        position: relative;
        z-index: 3;
    }

    .coupon__items.coupon__items-sidebar {
        flex-direction: column;
    }

    .coupon__items-sidebar .coupon__item {
        width: 280px;
    }

    .coupon__banner {
        display: block;
    }

    .coupon__item {
        width: 306px;
    }

    .coupon-page .coupon__item {
        width: 32.3%;
    }

    .coupon__items-banner.coupon__items-banner-tablet {
        display: none;
    }
}