@media screen and (max-width: 1230px) {
    .container {
        max-width: 960px;
    }
    .sidebar {
        min-width: 326px;
        width: 326px;
        margin-left: 20px;
    }
    .offer_item__desc {
        overflow: hidden;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        height: 100px;
    }
    .platforms_header__th, .platforms_item__block, .platforms_details__block {
        padding: 20px 8px;
    }
    .platforms_item__block:last-child {
        width: 100%;
    }
    .article_item {
        width: 50%;
    }
    .article_thumbnail img {
        width: 100%;
        height: auto;
    }

}
@media screen and (max-width: 993px) {
    .container {
        max-width: 960px;
        width: 90%;
        margin: 0 auto;
    }
    .toc__mobile {
        margin-bottom: 20px;
    }
    .sidebar {
        display: none;
    }
    .hero_info {
        width: 100%;
    }
    .hero_image {
        display: none;
    }
    .hero_inner {
        padding: 80px 0;
    }
}
@media screen and (max-width: 769px) {
    .header_menu__nav {
        position: absolute;
        top: 0;
        padding: 90px 0 30px;
        right: -100%;
        height: 100vh;
        background-color: #fff;
        overflow: hidden;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
        -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 1, 1, 0.15);
        -moz-box-shadow: 0px 0px 16px 0px rgba(0, 1, 1, 0.15);
             box-shadow: 0px 0px 16px 0px rgba(0, 1, 1, 0.15);
        -webkit-transition: 0.8s;
        -o-transition: 0.8s;
        -moz-transition: 0.8s;
        transition: 0.8s;
        width: 50%;
        z-index: 7;
    }
    .header_menu__nav.open {
        overflow-y: scroll;
        right: 0;
        -webkit-transition: 0.8s;
        -o-transition: 0.8s;
        -moz-transition: 0.8s;
        transition: 0.8s;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -moz-box-orient: vertical;
            -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .header_menu__nav > ul > li > a {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        color: #00435d;
        text-transform: uppercase;
        font-weight: 700;
    }
    .menu_btn {
        display: block;
        position: relative;
        height: 38px;
        width: 38px;
        left: 0;
        -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
                border-radius: 4px;
        margin-left: 30px;
        -webkit-transition: 0.8s;
        -o-transition: 0.8s;
        -moz-transition: 0.8s;
        transition: 0.8s;
        cursor: pointer;
        z-index: 8;
    }
    .bar {
        position: relative;
        display: block;
        width: 25px;
        height: 3px;
        margin: 0 auto;
        background-color: #fff;
        -webkit-border-radius: 1.55px;
            -moz-border-radius: 1.55px;
                border-radius: 1.55px;
        overflow: hidden;
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        -moz-transition: 0.4s;
        transition: 0.4s;
    }
    .bar:nth-of-type(1) {
        top: 8px;
        -moz-transition: top 0.3s ease 0.3s, -moz-transform 0.3s ease-out 0.1s;
        -o-transition: top 0.3s ease 0.3s, -o-transform 0.3s ease-out 0.1s;
        -webkit-transition: top 0.3s ease, -webkit-transform 0.3s ease-out;
        -webkit-transition-delay: 0.3s, 0.1s;
        -webkit-transition: top 0.3s ease 0.3s, -webkit-transform 0.3s ease-out 0.1s;
        transition: top 0.3s ease 0.3s, -webkit-transform 0.3s ease-out 0.1s;
        -moz-transition: top 0.3s ease 0.3s, transform 0.3s ease-out 0.1s, -moz-transform 0.3s ease-out 0.1s;
        transition: top 0.3s ease 0.3s, transform 0.3s ease-out 0.1s;
        transition: top 0.3s ease 0.3s, transform 0.3s ease-out 0.1s, -webkit-transform 0.3s ease-out 0.1s, -moz-transform 0.3s ease-out 0.1s, -o-transform 0.3s ease-out 0.1s;
        transition: top 0.3s ease 0.3s, transform 0.3s ease-out 0.1s, -webkit-transform 0.3s ease-out 0.1s;
        -webkit-animation: mrotr 2s cubic-bezier(0.5, 0.2, 0.2, 1.01);
        -moz-animation: mrotr 2s cubic-bezier(0.5, 0.2, 0.2, 1.01);
            -o-animation: mrotr 2s cubic-bezier(0.5, 0.2, 0.2, 1.01);
                animation: mrotr 2s cubic-bezier(0.5, 0.2, 0.2, 1.01);
    }
    .bar:nth-of-type(2) {
        top: 14px;
        -webkit-transition: ease 0.3s;
        -o-transition: ease 0.3s;
        -moz-transition: ease 0.3s;
        transition: ease 0.3s;
                -webkit-animation: fade .3s cubic-bezier(0.5, 0.2, 0.2, 1.01);
                -moz-animation: fade .3s cubic-bezier(0.5, 0.2, 0.2, 1.01);
                    -o-animation: fade .3s cubic-bezier(0.5, 0.2, 0.2, 1.01);
                        animation: fade .3s cubic-bezier(0.5, 0.2, 0.2, 1.01);
    }
    .bar:nth-of-type(3) {
        top: 20px;
        -moz-transition: top 0.3s ease 0.3s, -moz-transform 0.3s ease-out 0.1s;
        -o-transition: top 0.3s ease 0.3s, -o-transform 0.3s ease-out 0.1s;
        -webkit-transition: top 0.3s ease, -webkit-transform 0.3s ease-out;
        -webkit-transition-delay: 0.3s, 0.1s;
        -webkit-transition: top 0.3s ease 0.3s, -webkit-transform 0.3s ease-out 0.1s;
        transition: top 0.3s ease 0.3s, -webkit-transform 0.3s ease-out 0.1s;
        -moz-transition: top 0.3s ease 0.3s, transform 0.3s ease-out 0.1s, -moz-transform 0.3s ease-out 0.1s;
        transition: top 0.3s ease 0.3s, transform 0.3s ease-out 0.1s;
        transition: top 0.3s ease 0.3s, transform 0.3s ease-out 0.1s, -webkit-transform 0.3s ease-out 0.1s, -moz-transform 0.3s ease-out 0.1s, -o-transform 0.3s ease-out 0.1s;
        transition: top 0.3s ease 0.3s, transform 0.3s ease-out 0.1s, -webkit-transform 0.3s ease-out 0.1s;
        -webkit-animation: mrotl 2s cubic-bezier(0.5, 0.2, 0.2, 1.01);
        -moz-animation: mrotl 2s cubic-bezier(0.5, 0.2, 0.2, 1.01);
            -o-animation: mrotl 2s cubic-bezier(0.5, 0.2, 0.2, 1.01);
                animation: mrotl 2s cubic-bezier(0.5, 0.2, 0.2, 1.01);
    }
    .menu_btn.open .bar:nth-of-type(1) {
        background: #000;
        top: 17px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
                transform: rotate(45deg);
        -moz-transition: top 0.3s ease 0.1s, -moz-transform 0.3s ease-out 0.5s;
        -o-transition: top 0.3s ease 0.1s, -o-transform 0.3s ease-out 0.5s;
        -webkit-transition: top 0.3s ease, -webkit-transform 0.3s ease-out;
        -webkit-transition-delay: 0.1s, 0.5s;
        -webkit-transition: top 0.3s ease 0.1s, -webkit-transform 0.3s ease-out 0.5s;
        transition: top 0.3s ease 0.1s, -webkit-transform 0.3s ease-out 0.5s;
        -moz-transition: top 0.3s ease 0.1s, transform 0.3s ease-out 0.5s, -moz-transform 0.3s ease-out 0.5s;
        transition: top 0.3s ease 0.1s, transform 0.3s ease-out 0.5s;
        transition: top 0.3s ease 0.1s, transform 0.3s ease-out 0.5s, -webkit-transform 0.3s ease-out 0.5s, -moz-transform 0.3s ease-out 0.5s, -o-transform 0.3s ease-out 0.5s;
        transition: top 0.3s ease 0.1s, transform 0.3s ease-out 0.5s, -webkit-transform 0.3s ease-out 0.5s;
    }
    .menu_btn.open .bar:nth-of-type(2) {
        opacity: 0;
    }
    .menu_btn.open .bar:nth-of-type(3) {
        background: #000;
        top: 11px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
                transform: rotate(-45deg);
        -moz-transition: top 0.3s ease 0.1s, -moz-transform 0.3s ease-out 0.5s;
        -o-transition: top 0.3s ease 0.1s, -o-transform 0.3s ease-out 0.5s;
        -webkit-transition: top 0.3s ease, -webkit-transform 0.3s ease-out;
        -webkit-transition-delay: 0.1s, 0.5s;
        -webkit-transition: top 0.3s ease 0.1s, -webkit-transform 0.3s ease-out 0.5s;
        transition: top 0.3s ease 0.1s, -webkit-transform 0.3s ease-out 0.5s;
        -moz-transition: top 0.3s ease 0.1s, transform 0.3s ease-out 0.5s, -moz-transform 0.3s ease-out 0.5s;
        transition: top 0.3s ease 0.1s, transform 0.3s ease-out 0.5s;
        transition: top 0.3s ease 0.1s, transform 0.3s ease-out 0.5s, -webkit-transform 0.3s ease-out 0.5s, -moz-transform 0.3s ease-out 0.5s, -o-transform 0.3s ease-out 0.5s;
        transition: top 0.3s ease 0.1s, transform 0.3s ease-out 0.5s, -webkit-transform 0.3s ease-out 0.5s;
    }
    .header_menu__nav > ul > li {
        padding: 20px 20px 20px 11%;
        margin-left: 0 !important;
        text-align: left;
        padding: 14px 20px;
        border-bottom: 1px solid rgba(25, 25, 25, 0.2);
        width: 100%;
        -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
                box-sizing: border-box;
    }
    .header_menu__nav ul {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      background: #fff;
      padding: 0;
      -webkit-box-shadow: none;
         -moz-box-shadow: none;
              box-shadow: none;
    }
    .header {
      position: relative;
      margin-bottom: 45px;
    }
    
    body.open .black-scr {
        opacity: 1;
        z-index: 1;
    }
    body {
        overflow-x: hidden;
    }
    body.open {
        overflow-y: hidden;
    }
    h1 {
        font-size: 38px;
        line-height: 44px;
    }
    p {
        font-size: 16px;
    }
    h2 {
        margin-top: 40px;
        margin-bottom: 18px;
        font-size: 30px;
        line-height: 38px;
    }
    .offer_item {
        width: 100%;
        padding: 2.5px;
    }
    .offer_list {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .offer_item__desc {
        height: auto;
    }
    .platforms_header {
        display: none;
    }
    .platforms_wrap {
        padding: 20px 20px 0 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .platforms_item__block {
        max-width: unset !important;
    }
    .platforms_features {
        padding-left: 18px;
    }
    .platforms_header__th, .platforms_item__block, .platforms_details__block {
        padding: 0px;
    }
    .platforms_notes__dn {
        display: block;
        margin-bottom: 12px;
    }
    .platforms_item__block {
        margin-bottom: 27px;
    }
    .platforms_notes__item:last-child {
        margin-bottom: 0;
    }
    .platforms_features__item:last-child {
        margin-bottom: 0;
    }
    .platforms_notes__list {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
    .footer {
        margin-top: 50px;
    }
    .footer_copyright p {
        font-size: 12px;
    }
    .article_item {
        width: 100%;
    }
    .author_soc_link:first-child {
        margin-left: 0;
    }
    .new_reviews__wrap {
        width: 125px;
    }
    .author_soc, .new_reviews {
        padding-left: 14px;
        margin-left: 14px;
    }
    .author_photo {
        margin-right: 14px;
    }
}
@media screen and (max-width: 577px) {
    .header_btn {
        display: none;
    }
    .header_menu__nav {
        width: 90%;
    }
    .platforms_details > .df {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .platforms_details {
        padding: 25px 16px;
    }
    .platforms_details__list {
        padding-left: 18px;
    }
    .platforms_details__block:not(:last-child) {
        margin-bottom: 24px;
    }
    h1 {
        font-size: 30px;
        line-height: 35px;
    }
    h2 {
        margin-top: 30px;
        margin-bottom: 12px;
        font-size: 24px;
        line-height: 30px;
    }
    .offer_list {
        margin: 20px 0 !important;
    }
    h3 {
        font-size: 20px;
        line-height: 30px;
    }
    h4 {
        font-size: 18px;
        line-height: 24px;
    }
    h5 {
        font-size: 16px;
        line-height: 20px;
    }
    p {
        font-size: 14px;
    }
    .wp-block-quote cite {
        font-size: 16px;
    }
    .schema-faq-section {
        padding: 16px 18px;
    }
    
    .schema-faq-question {
        font-size: 16px;
        line-height: 22px;
    }
    .schema-faq-answer {
        font-size: 14px;
        line-height: 20px;
    }
    .footer_wrap {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .wp-block-image {
        margin: 20px 0 !important;
        margin-bottom: 20px !important;
    }
    .wp-block-image figcaption {
        margin: 6px 0;
    }
    .platforms_bestchoice {
        left: -61px;
        top: 35px;
        padding: 7px 13px;
        line-height: 10px;
        -webkit-box-shadow: 0px -5px 20px rgb(0 0 0 / 10%);
           -moz-box-shadow: 0px -5px 20px rgb(0 0 0 / 10%);
                box-shadow: 0px -5px 20px rgb(0 0 0 / 10%);
    }
    .platforms_box {
        width: 95%;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
        margin: 0 auto 16px !important;
        -webkit-border-radius: 10px;
           -moz-border-radius: 10px;
                border-radius: 10px;
    }
    .article_title {
        font-size: 21px;
    }
    .article_category__link {
        font-size: 12px;
    }
    .nav_cat__link {
        width: 100%;
        box-sizing: border-box;
    }
    .breadcrumbs {
        margin-top: 0;
    }
    .author_soc,
    .new_reviews,
    .article_date {
        padding: 0;
        margin: 0;
    }
    .author_soc::before, .new_reviews::before {
        display: none;
    }
    .author_info__top {
        align-items: baseline;
        flex-direction: column;
    }
    .author_name,
    .author_soc,
    .new_reviews {
        margin-bottom: 5px;
    }
    .author_box {
        align-items: flex-start;
    }
    .links_item {
        width: 100%;
    }
    .hero_inner {
        padding: 50px 0;
    }
    .mb-80 {
        margin-bottom: 50px;
    }
    .best_casino {
        padding: 15px;
    }
    .best_casino__rating {
        margin-left: 15px;
    }

}