
.content__text {
    width: 100%;
}

@media (max-width: 1200px) {
    .content__text {
        width: 100%;
    }
}
@media (max-width: 1024px) {
    .content__text {
        width: 100%;
    }
}
@media (max-width: 768px) {
    .title-wrap {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .btn-promo {
        margin-bottom: 15px;
    }
}
.btn-promo {
    font-size: 16px;
    text-transform: uppercase;
    color: red;
    padding: 10px 50px;
    border: 2px solid red;
    border-radius: 25px;
    cursor: pointer;
}
.btn-promo:hover {
    background: red;
    color: #fff;
}
.promo-tile .brand-wrap {
    position: absolute;
    right: 0;
    transform: translateX(120%) translateY(-50%);
    top: 50%;
    max-width: 200px;
    height: auto;
}
.promo-tile .brand-wrap img {
    width: 100%;
}
@media (max-width: 1024px) {
    .promo-tile .brand-wrap {
        position: relative;
        transform: translateX(0) translateY(-50%);
        align-self: center;
    }
}

@media (max-width: 768px) {
    .promo-tile .brand-wrap {
        max-width: 100%;
        transform: none;
        margin-bottom: 15px;
    }
}
.promo-button:hover {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    background-color: #288abf;
}
.promo-tile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
    width: 100%;
    margin: 20px 0;
    padding: 16px 0;
    background: #302d28;
    -webkit-transition: .2s ease all;
    -o-transition: .2s ease all;
    transition: .2s ease all;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    min-height: 128px;
}
.promo-info {
    width: 130px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.promo-info-text {
    position: relative;
    top: 50%;
    text-align: center;
    font-size: 30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.coupon-item-wrap.green .promo-info-text, .coupon-item-wrap.green .promo-info-title {
    color: #4caf50;
}
.promo-info-title {
    height: 38px;
    line-height: 18px;
    text-align: center;
    font-size: 12px;
}
.promo-info-title {
    position: absolute;
    bottom: 13px;
    text-align: center;
    width: 130px;
    left: 0;
    right: 0;
    font-size: 14px;
    font-weight: 400;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.coupon-item-wrap.green .promo-info-text, .coupon-item-wrap.green .promo-info-title {
    color: #4caf50;
}
.discount-inner, .special-sale-icon {
    font-size: 24px;
    line-height: 36px;
    margin: 0 auto;
}
.discount-inner b {
    font-size: 28px;
    font-weight: 700;
}
/*.promo-info:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    right: 0;*/
/*    border-right: 1px dotted #ccc;*/
/*}*/
.promo-tile .promo-content {
    width: -webkit-calc(100% - 130px);
    width: calc(100% - 130px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 16px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.promo-header-wrap {
    display: inline-block;
    width: 100%;
    position: relative;
}
.promo-title {
    color: #fdc061;
    font-size: 20px;
    line-height: 26px;
    font-weight: 300;
}
.promo-title {
    font-size: 20px;
    line-height: 24px;
    padding: 0;
    margin: -3px 0 0;
}
.promo-descr {
    color: #f0f0f0;
    margin: 15px 0;
}
.promo-title a {
    color: inherit;
    -webkit-transition: .2s ease all;
    -o-transition: .2s ease all;
    transition: .2s ease all;
}
.promo-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.rating-time-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
.promo-times {
    display: inline-block;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    color: #fdc061;
}
.promo-time {
    display: block;
    color: #fdc061;
    font-size: 13px;
    line-height: 15px;
    margin-bottom: -3px;
    margin-right: 4px;
}
.promo-time {
    display: inline-block;
    font-weight: 400;
}
.promo-data {
    display: inline-block;
    font-weight: 700;
}
.promo-btn-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.waves {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    overflow: hidden;
}
.promo-button {
    display: inline-block;
    min-width: 170px;
    height: 36px;
    margin: 0 -2px;
    padding: 0 10px;
    position: relative;
    font: normal 500 14px Roboto, sans-serif;
    text-align: center;
    text-decoration: none;
    color: #fff !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 37px;
    background-color: #2d9dd9;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #2d9dd9;
    cursor: pointer;
}
.item-btn {
    color: inherit;
}
.promo-button:active, .promo-button:visited {
    background-color: #2d9dd9;
}
@media only screen and (max-width: 990px) and (min-width: 768px) {
    .best-category-tile:nth-child(4n+4) {
        margin-right: 0
    }
}

@media only screen and (max-width: 860px) {
    .main-best-promo-tile .promo-time2 {
        display: none
    }
}

@media screen and (max-width: 767px) {
    .main-best-promos {
        margin: 0
    }

    .main-categories .categories-col {
        float: none;
        display: inline-block;
        margin: 0 -2px;
        vertical-align: top;
        width: 50%
    }

    .best-category-tile {
        width: -webkit-calc((100% - 2 * 10px) / 3);
        width: calc((100% - 2 * 10px) / 3);
        margin: 10px 10px 0 0
    }

    .best-categories {
        margin: -10px 0 0
    }

    .how-to-use .step-image {
        float: none;
        width: 100%;
        margin: 0 0 15px 0
    }

    .country-item {
        width: auto;
        margin: 32px 8px 0
    }

    #shops .shop-block .block-thumb {
        height: 152px
    }

    .sidebar-shops .shop-item {
        width: 25%
    }

    .promo-title {
        padding: 0;
        margin: 0;
        font-size: 16px;
        line-height: 20px
    }

    .item.no-btn .item-body .item-title {
        padding: 0;
        font-size: 16px;
        line-height: 20px
    }

    .close-btn {
        top: 37px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .promo-info-title {
        width: 130px
    }

    .article ul[id] li > img {
        max-width: 90%
    }
}

@media only screen and (max-width: 767px) and (min-width: 481px) {
    .best-category-tile:nth-of-type(3n+3) {
        margin-right: 0
    }
}

@media only screen and (max-width: 640px) {
    .shop-block {
        width: -webkit-calc((100% - 20px) / 3);
        width: calc((100% - 20px) / 3);
        margin: 0 10px 10px 0
    }

    .shop-block:nth-child(4n) {
        width: -webkit-calc((100% - 20px) / 3);
        width: calc((100% - 20px) / 3);
        margin: 0 10px 10px 0
    }

    .shop-block:nth-child(3n) {
        margin-right: 0
    }

    .comment-field {
        width: 100%;
        float: none;
        padding: 0
    }

    .comment-field:first-child {
        width: 100%;
        float: none;
        padding: 0
    }

    .item .promo-info.promo-type {
        width: 80px;
        border: 0;
    }

    .promo-footer {
        position: static
    }

    .promo-tile.dop-margin .promo-content {
        padding: 10px 16px 0
    }

    .promo-tile.dop-margin .promo-content .coupon-label {
        position: absolute;
        top: 6px;
        width: auto;
        margin-left: 0
    }

    .promo-tile .promo-button .text {
        display: initial;
        padding-left: 0;
        padding-right: 0
    }

    .promo-tile .promo-button .code, .promo-tile .promo-button .corner {
        display: none
    }

    .sidebar-shops .shop-item {
        width: 50%
    }

    .address-wrap {
        display: block
    }

    .code-left.address {
        margin: 0 auto;
        padding: 0;
        text-align: center
    }

    .item-body.map-wrap {
        padding: 0;
        border: 0
    }

    .item.no-btn .left-part {
        width: 80px
    }

    .reminder-button {
        margin-top: 10px
    }

    .article ul[id] li {
        width: 100%;
        margin: 0 0 20px
    }

    .article ul[id] li > img {
        max-width: 100%
    }

    .popup-body {
        padding: 20px 16px
    }

    .popup-body .content-inner {
        margin: 0;
        font-size: 20px;
        line-height: 24px
    }

    .popup-body .popup-steps {
        padding-left: 16px
    }

    .popup-body .popup-steps > li {
        font-size: 20px;
        line-height: 24px
    }

    .promo-type-inner {
        padding: 0 0 0 14px
    }

    .popup-code {
        display: block;
        margin: 8px 12px 16px 0;
        padding: 8px
    }

    .popup-code .code {
        display: block;
        margin: 0;
        text-align: center;
        max-width: inherit
    }

    .copy-succes, .popup-copy {
        padding: 0 15px 0 35px !important;
        margin: 12px auto 6px;
        left: 50%;
        height: 30px;
        line-height: 31px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .popup-top {
        display: block;
        padding: 16px 32px 0 0
    }

    .popup-top:after {
        content: "";
        clear: both;
        display: block
    }

    .popup-top .promo-content {
        display: table-footer-group;
        padding: 0
    }

    .popup-top .promo-title {
        margin: 0;
        padding: 0 0 8px 14px
    }

    .popup-top .promo-description {
        margin: 0 0 4px 14px
    }

    .popup-top .promo-info .promo-info-content {
        display: inline-block;
        margin-top: -8px;
        position: relative
    }

    .popup-top .discount-inner, .popup-top .special-sale-icon {
        position: relative
    }

    .popup-top .discount-inner i {
        position: relative
    }

    .popup-body .content-inner {
        margin: 0
    }

    .popup-body .content-inner.some-padding {
        margin: 0
    }

    .popup-content .discount-inner b {
        font-size: 14px
    }

    .popup-top .promo-info {
        display: table-header-group;
        width: 100%;
        float: none
    }

    .popup-top .promo-info.red .promo-info-title {
        color: #f44336
    }

    .popup-top .promo-info.green .promo-info-title {
        color: #4caf50
    }

    .popup-top .promo-info.blue .promo-info-title {
        color: #5c6bc0
    }

    .popup-top .promo-info .promo-info-title {
        text-align: left;
        display: inline-block;
        position: relative;
        font-size: 14px;
        line-height: 18px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        white-space: normal;
        font-weight: 400;
        height: auto;
        top: 2px;
        bottom: 0;
        left: 0;
        right: 0;
        vertical-align: top;
        width: auto;
        margin: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        padding: 0 8px;
        background-color: #fff
    }
}

@media screen and (max-width: 480px) {
    .promocodes .subscribe-block {
        display: none
    }

    .best-category-tile {
        width: -webkit-calc((100% - 10px) / 2);
        width: calc((100% - 10px) / 2)
    }

    .best-category-tile:nth-of-type(2n+2) {
        margin-right: 0
    }

    .logo-link-wrap {
        text-align: left
    }

    .country-item {
        width: 90px;
        margin-left: 5px;
        margin-right: 5px
    }

    #shops .shop-block {
        width: -webkit-calc((100% - 10px) / 2);
        width: calc((100% - 10px) / 2);
        margin-right: 10px
    }

    #shops .shop-block:nth-of-type(n) {
        width: -webkit-calc((100% - 10px) / 2);
        width: calc((100% - 10px) / 2)
    }

    #shops .shop-block:nth-of-type(even) {
        margin-right: 0
    }

    .page-footer li {
        display: block;
        margin: 12px 0 0
    }

    .page-footer li:first-child {
        display: block;
        margin: 12px 0 0
    }

    .rating-time-wrap {
        margin: 8px 0
    }

    .promo-thumbs-title {
        font-size: 12px
    }

    .mobile-nav-content {
        width: 100%
    }

    .promo-button {
        padding: 0 8px
    }

    .promo-time, .promo-times {
        font-size: 13px;
        line-height: 16px;
        margin: 0
    }

    .main-section.blackfriday-promo-tile > .container, .main-section.main-article > .container {
        width: 100%
    }

    .main-section.blackfriday-promo-tile .article-cell {
        -webkit-border-radius: 0;
        border-radius: 0
    }

    .main-best-promo-tile .tile-footer .promo-time {
        font-size: 13px
    }

    .main-best-promo-tile .tile-footer .promo-button {
        float: right;
        padding: 0 10px
    }

    .about-shop {
        float: none !important;
        background-color: #fff;
        padding: 0 12px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        border: 1px solid #e7e7e7
    }

    .section-title {
        font-size: 24px;
        line-height: 32px;
        margin: 8px 0 24px
    }

    .section-description {
        font-size: 13px
    }

    .promo-tile .promo-times {
        width: 100%;
        text-align: center;
        display: block;
    }


    .promo-time, .rating-time-wrap, .rating-wrap {
        display: block
    }

    .main-best-promo-tile .tile-footer .promo-time {
        display: inline-block
    }

    .promo-footer {
        display: block;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .promo-tile {
        padding: 12px 16px 10px;
        flex-direction: column;
        justify-content: space-between;
        min-height: auto
    }

    .promo-tile .promo-content {
        margin-top: 10px;
        width: 100%;
        padding: 0;
        flex-direction: column;
    }

    .promo-tile.dop-margin .promo-content {
        padding: 10px 0 0
    }

    .promo-info:after {
        display: none
    }

    .promo-header-wrap {
        padding: 0 0 8px
    }

    .promo-header-wrap > .promo-text {
        padding: 0
    }

    .promo-text {
        padding: 0 0 30px
    }

    .promo-title {
        font-size: 18px;
        line-height: 22px
    }

    .promo-time2 {
        display: none
    }

    .filter_item .promo-info-title {
        font-size: 14px;
        line-height: 32px;
        bottom: 18px
    }

    .filter_item .promo-info-text {
        top: inherit;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        text-align: left
    }

    .promo-shop .promo-info-title {
        bottom: 1px !important;
        margin: 0 0 10px
    }

    .discount-inner {
        font-size: 15px;
        line-height: 20px;
        text-align: left
    }

    .discount-inner b {
        font-weight: 600;
        font-size: 18px;
        line-height: 22px
    }

    .similar-title {
        line-height: 32px
    }

    .best-category-tile .image-wrapper img, .main-shop-tile .tile-logo img {
        max-height: 100%;
        max-width: 100%;
        width: auto
    }

    .about-shop .shop-logo {
        margin: 0
    }

    .shop-logo-wrap {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        padding: 0;
        border: 0;
        position: relative;
        vertical-align: middle
    }

    .shop-logo-wrap:before {
        content: "";
        display: block;
        padding: 36px
    }

    .image-wrapper img {
        bottom: 0;
        left: 0;
        margin: auto;
        max-height: 90%;
        max-width: 90%;
        position: absolute;
        right: 0;
        top: 0
    }

    .promo-info.promo-shop {
        width: 90px
    }

    .promo-info-content {
        top: inherit;
        right: 0;
        bottom: 0;
        left: 0;
        height: 24px
    }

    .promo-info-content img {
        margin: auto 0
    }

    .about-shop .shop-rating {
        position: absolute;
        right: 0;
        top: 50%;
        margin: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .brand-rating {
        margin: 0
    }

    .sidebar-widget {
        margin: 0 0 32px
    }
}

@media (max-width: 467px) {
    .shop-block {
        width: 48%;
        margin-right: 4%
    }

    .shop-block:nth-child(3n) {
        margin-right: 4%
    }

    .shop-block:nth-child(2n), .shop-block:nth-child(4n) {
        margin-right: 0
    }
}

@media only screen and (min-width: 481px) {
    .banner-telegram-wrap {
        display: none
    }
}

@media only screen and (min-width: 991px) {
    .best-category-tile:nth-child(6n+6) {
        margin: 16px 0 0
    }
}
