.items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.items .article {
    padding: 15px;
    flex: 0 1 50%;
    display: flex;
    flex-direction: column;
}

.article__thumbnail {
    width: 100%;
    position: relative;
    overflow: hidden;
    display: block;
    padding-top: 66.5%;
    height: 0;
    margin-bottom: 10px;
}

.article__thumbnail img {
    display: block;
    position: absolute;
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 50%;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, -50%);
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s;
}

.article__thumbnail:hover img {
    opacity: .85;
}

.article__name {
    display: block;
    padding: 15px;
    border: 1px solid #eee;
    border-top: none;
    font-size: 18px;
    line-height: 22px;
    text-decoration: none;
    font-weight: bold;
    background: #FAFAFA;
    flex: auto;
    color: #242526;
}

.article__name:hover {
    color: #f83030;
}

.article__date {
    display: block;
    padding: 15px;
    border: 1px solid #eee;
    border-top: none;
    font-size: 14px;
    line-height: 17px;
    color: #999999;
    margin-top: auto;
}

.article__date:before {

    display: inline-block;
    margin-right: 6px;
}

.items.sliders .article__thumbnail {
    height: 125px;
}

.items.sliders .article__name {
    font-size: 16px;
}

.items.sliders {
    margin: 0 -7.5px;
}

.items.sliders .tns-item {
    padding: 7.5px;
}

.items.sliders .article__thumbnail img {
    object-fit: cover;
}

@media (max-width: 767.98px) {
    .items.casino__news > .item {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
    }
}

@media (max-width: 500px) {
    .items .article {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
    }
}

@media screen and (orientation: landscape) {
    .items.casino__news > .item {
        -webkit-box-flex: 1;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
    }
}

.pagenavi-box--top {
    margin-bottom: 50px;
}

.pagination {
    list-style: none;
    padding: 0;
    margin: 10px auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination li {
    margin: 2px;
}

.pagination li a,
.pagination li span,
.pagination > a,
.pagination > span {
    display: block;
    width: 42px;
    height: 42px;
    line-height: 40px;
    font-weight: 700;
    text-align: center;
    border-radius: 100%;
    border: 1px solid #eee;
    background: #fafafa;
    color: #9a9d9f;
}

.pagination a {
    text-decoration: none;
}

.pagination .active span,
.pagination .active a {
    background-color: #f83030;
    border-color: #f83030;
    color: #fff;
}

.pagination svg {
    width: 15px;
    height: 15px;
    fill: #9a9d9f;
}

@media (max-width: 480px) {

    .pagination li a,
    .pagination li span,
    .pagination > a,
    .pagination > span {
        width: 28px;
        height: 28px;
        font-size: 14px;
        line-height: 28px;
    }
}

.wp-caption {
    border: 1px solid #e0e0e0;
    background-color: #fafafa;
    max-width: 100%;
    padding: 10px;
    text-align: center;
    margin: 0;
}

.post__short {
    float: right;
    margin: 0 0 25px 20px;
    max-width: 330px;
}


.casino__info {
    clear: both;
    border: 1px solid #E0E0E0;
    margin-top: 20px;
    float: left;
    width: 100%;
}

.casino__info-header {
    padding: 15px;
    background: #FAFAFA;

}

.casino__info-header .casino-name {
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #242526;
}

.bonus-item {
    margin: 10px 0 0 0;
    font-size: 15px;
    line-height: 18px;
    color: #FF6600;
}

.bonus-item span {
    font-weight: bold;
    color: #242526;
}

.bonus-item span span {
    font-weight: 400;
    color: #ff6600;
}

.item__footer {
    padding: 15px;
}

.casino__thumb {
    max-width: 100px;
    margin-left: auto;
}

.casino__thumb a,
.casino__thumb img {
    display: block;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.main-bonus-article {
    text-align: center;
    padding: 15px 15px;
    background: linear-gradient(180deg, #F00 0, #FFC530 100%);
    color: #fff;
    position: relative;
    line-height: normal;
    border: 0;
}

.main-bonus-article:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.main-bonus-article__code {
    border-bottom: 1px dashed;
}

.main-bonus-article:hover .main-bonus-article__code {
    border: 1px dashed transparent;
}

.main-bonus-article.tourney {
    margin: 0 -17px;
}

.main-bonus-article:before {
    content: '';
    width: 100%;
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    background: radial-gradient(ellipse at center, #fafafa 0, #fafafa 45%, transparent 55%);
    background-size: 15px 14px;
    background-repeat: repeat-x;
    background-position: 2px center;
    height: 10px;
}

.main-bonus-article.tourney:before {
    background: radial-gradient(ellipse at center, #fff 0, #fff 45%, transparent 55%);
    background-size: 15px 14px;
    background-repeat: repeat-x;
    background-position: 2px center;
}

.main-bonus-article .copy-code,
.main-bonus-article .copy-code2 {
    border-bottom: dashed #fff 1px;
}

.main-bonus-article .copy {
    fill: #fff;
}

.main-bonus-article .copy-code,
.main-bonus-article .copy-code2 {
    white-space: nowrap;
}

.list__btn {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
}

.list__btn > li {
    flex: 1 0 auto;
}

.list__btn li + li {
    margin-left: 15px;
}

.screen-reader-text {
    display: inline-block;
    margin-left: 5px;
    height: 18px;
    font-size: 18px;
    line-height: 21px;
    font-weight: bold;
    color: #faab00;
}

.items.sliders {
    display: block;
    margin-bottom: 15px;
}

.items.sliders:not(.tns-slider) {
    display: flex;
    flex-wrap: nowrap;
}

.items.sliders .article__name {
    min-height: 120px;
}

.items.sliders:not(.tns-slider) .article:nth-child(7),
.items.sliders:not(.tns-slider) .article:nth-child(6),
.items.sliders:not(.tns-slider) .article:nth-child(5),
.items.sliders:not(.tns-slider) .article:nth-child(4) {
    display: none;
}

@media (max-width: 768px) {
    .post__short {
        display: flex;
        flex-direction: column-reverse;
    }

    .items.sliders {
        margin: 0 0 30px;
    }

    .items.sliders .article {
        padding: 0;
    }

}

.post__alert {
    position: relative;
}

.post__alert.no-mobile {
    display: none;
}

.post__alert a,
.post__alert img {
    display: block;
}

.post__alert img {
    margin: 0 auto;
}

@media (min-width: 1024px) {

    .post__alert.no-desktop {
        display: none;
    }

    .post__alert.no-mobile {
        display: block;
    }
}

.wprv-box__category {
    padding: 0 15px;
}