@media all and (max-width: 1170px) {
    .page__size {
        width: auto;
        min-width: 320px;
    }

    .toplist__right {
        flex-direction: column;
    }
    .top__short-review{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: stretch;
        align-items: center;
    }
    .top__short-review > * {
        margin: 0 15px 0 0;
    }

    .short-review__rating i {
        display: inline-block;
        vertical-align: middle;
        margin-top: -2px;
    }
    .short-review__rating-text ul {
        display: flex;
        flex-direction: column;
    }
    .short-review__rating-text li:first-child {
        border: none;
    }
    .top__more-info {
        padding: 0 20px 0 7px;
        flex-direction: row;
        align-items: center;
    }
    .short-review__action-btns {
        width: 215px;
    }
}
@media all and (max-width: 1080px) {
    .short-review__rating-text {
        display: none;
    }
}
@media all and (max-width: 960px) {
    .top__image img {
        width: 320px;
    }
}

@media all and (max-width: 940px) {
    .short-review__excerpt p {
        height: 30px;
        overflow: hidden;
    }
}
@media all and (max-width: 940px) {
    .short-review__diff-conditions {
        display: none;
    }
    .top__more-info {
        flex-direction: column;
        justify-content: space-evenly;
        align-items: flex-start;
    }
    .short-review__action-btns {
        width: 100%;
        padding-bottom: 10px;
    }
}
@media all and (max-width: 768px) {
    #nav {
        padding: 0 10px 0 0;
    }
    #nav:not( :target ) > a:first-of-type,
    #nav:target > a:last-of-type {
        display: block;
    }

    #nav > ul {
        display: none;
        position: fixed;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        top: 0;
        background: rgba(1,79,118,0.98);
        padding: 40px 20px 20px;
        z-index: 1002;
        overflow-y: scroll;
    }
    #nav:target > ul {
        display: block;
    }
    #nav > ul > li {
        width: 100%;
        float: none;
    }
    #nav > ul > li a {
        color: #fff;
        height: 44px;
        padding: 10px;
        line-height: 24px;
        text-align: left;
        font-size: 20px;
        font-weight: 400;
        border-bottom: 1px solid #31657f;
    }

    #nav > ul > li a:hover {
        color: #f4c440;
    }

    #nav li ul {
        position: static;
    }

    .logo {
        width: auto;
    }
    .header__top-left .flex-row {
        display: flex;
        justify-content: space-around;
        align-items: stretch;
        align-content: stretch;
    }
    .header__top-left .flex-row > * {
        align-self: stretch;
        flex-grow: 1;
    }

    .header__top-left .flex-row > .topnav {
        background: none;
        flex-grow: 2;
        display: flex;
        justify-content: flex-end;
        align-content: center;
        align-items: center;
        flex-direction: row;
    }
    .topnav__open {
        border-top: 3px solid #000;
        border-bottom: 3px solid #000;
        position: relative;
        height: 21px;
        font-size: 0;
        width: 30px;
        line-height: 16px;
    }
    .topnav__open:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        height: 3px;
        background: #000;
        width: 100%;
        margin-top: -1px;
    }

    .topnav__close {
        position: fixed;
        width: 32px;
        height: 32px;
        opacity: 0.5;
        z-index: 1005;
        right: 35px;
        font-size: 0;
        top: 20px;
    }
    .topnav__close:hover {
        opacity: 1;
    }
    .topnav__close:before, .topnav__close:after {
        position: absolute;
        left: 15px;
        content: ' ';
        height: 33px;
        width: 2px;
        background-color: #fff;
    }
    .topnav__close:before {
        transform: rotate(45deg);
    }
    .topnav__close:after {
        transform: rotate(-45deg);
    }

    .line-top__nav ul,
    .footer .page__size > * {
        flex-direction: column;
        text-align: center;
    }
    .line-top__logo {
        padding-bottom: 20px;
    }
    .line-bottom__right {
        padding: 10px 0;
    }

    .site-text__brdl img {
        width: 50%;
    }

    .bet-promo__main {
        flex-basis: 1;
    }
    .bet-promo ,
    .bet-promo__main-specials ul {
        flex-direction: column;
    }
}
@media all and (max-width: 748px) {
    .top__image img {
        width: 250px;
    }
    .short-review__excerpt {
        display: none;
    }
    .short-review__logo img {
        width: 80px;
    }
}
@media all and (max-width: 748px) {
   /* .short-review__action-btns .btn-text {
        display: none;
    }*/
    .short-review__action-btns .btn-green {
        width: 100%;
    }
}

@media all and (max-width: 530px) {
    .short-review__action-btns .btn-green {
        font-size: 16px;
    }
    .top__image img {
        width: 220px;
    }
}
@media all and (max-width: 460px) {
    .toplist__top {
        flex-direction: column;
    }
    .top__image,
    .short-review__rating,
    .short-review__some-text {
        display: none;
    }

    .site-text h1, .h1 {
        font-size: 21px;
    }

    .short-review__action-btns a.btn-text {
        display: none;
    }
    .top__more-info {
        padding: 0px 7px 8px;
    }
    .short-review__action-btns {
        padding-bottom: 0;
    }

    .top__short-review {
        flex-direction: row-reverse;
        justify-content: space-between;
    }
    .top__short-review > .short-review__logo {
        margin: 0;
    }
    .short-review__title a, .short-review__title {
        font-size: 22px;
    }

}