@media (min-width: 1201px) and (max-width: 1400px) {

    .lucky-number {
        width: 34%;
    }
}

@media (min-width: 1201px) and (max-width: 1220px) {
    .container {
        width: 100%;
    }
}

@media (min-width: 1000px) and (max-width: 1200px) {
    .container {
        width: 98%;
    }

    nav ul li {
        width: 185px;
    }

    .nav-item-logo, .nav-item {
        margin-left: 5px;
        margin-right: 5px;
    }

    .lucky-number {
        width: 34%;
    }

    .block-iframe,
    .block-table {
        float: none;
        display: block;
        width: 100%;
    }

    .block-table-won {
        margin: 15px auto;
    }

    .block-table-payout {
        margin: 0 auto;
    }

    .newflash_back img {
        display: none;
    }

    .newflash_cont,
    .flash_object,
    .newflash_back {
        width: 100%;
    }

    .flash_object {
        text-align: center;
        height: 557px;
    }

    .how-to-play__item-img img {
        width: 100%;
    }

    .casinos-block__item {
        margin: 0 10px;
    }
}

@media (min-width: 650px) and (max-width: 999px) {
    .container {
        width: 100%;
    }

    .nav-item-logo, .nav-item {
        margin-top: 12px;
        margin-left: 4px;
        margin-right: 4px;
        font-size: 12px;
    }

    .nav-item-logo img {
        width: 100%;
    }

    .header__content-title {
        margin-top: 50px;
        width: 100%;
    }

    .header__content-description {
        padding: 10px 0 100px 0;
        width: 100%;
    }

    .game__item {
        margin-top: -85px;
    }

    .lucky-number,
    .block-video {
        width: 50%;
    }

    .block-email {
        float: none;
        display: block;
        margin: 0 auto;
    }

    .block-email__inner {
        margin: 20px 0 50px 0;
    }

    .footer__content,
    .footer__social {
        float: none;
        display: block;
    }

    .block-roulette__videos {
        text-align: center;
    }

    .roulette-videos__item {
        width: 49%;
        margin: 0 0 20px 0;
    }

    .how-to-play__item-img img {
        width: 100%;
    }

    .block-iframe,
    .block-table {
        float: none;
        display: block;
        width: 100%;
    }

    .block-table-won {
        margin: 15px auto;
    }

    .block-table-payout {
        margin: 0 auto;
    }

    .newflash_back img {
        display: none;
    }

    .newflash_cont,
    .flash_object,
    .newflash_back {
        width: 100%;
    }

    .flash_object {
        text-align: center;
        height: 557px;
    }

    .how-to-play__item {
        padding: 30px 10px;
    }

    .how-to-play__item-text,
    .how-to-play__item-img,
    .how-to-play:nth-child(odd) .how-to-play__item-img {
        float: none;
        width: inherit;
    }

    .how-to-play__item-img,
    .how-to-play:nth-child(odd) .how-to-play__item-img,
    .how-to-play:nth-child(even) .how-to-play__item-img {
        text-align: center;
    }

    .how-to-play__item-img img {
        width: inherit;
    }

    .flag-list {
        top: inherit;
        bottom: 40px;
    }

    .casinos-block__item {
        width: 49%;
        margin: 20px 0;
    }

    .casinos-block__inner {
        margin: 0 auto;
    }
}

@media (min-width: 780px) and (max-width: 999px) {
    nav ul li,
    .nav-item {
        width: 145px;
    }
}

@media (min-width: 320px) and (max-width: 779px) {
    .nav {
        padding: 0;
    }

    .nav-item {
        margin: 0;
    }

    .nav li:first-child a,
    .nav li:nth-child(2) a {
        color: white;
    }

    nav ul li {
        width: 100%;
    }

    .nav li:first-child {
        background: #163b95;
    }

    .nav li:nth-child(2) {
        background: #a01f2f;
    }

    .nav-item-logo {
        display: none;
    }

    nav ul li:before {
        position: absolute;
        left: 5px;
        top: 10px;
    }

    .flag-section-mobile.opening {
        display: block;
    }

    .flag-list {
        display: flex;
        flex-wrap: wrap;
        padding: 0 0 1px 0;
        font-size: 0;
        background: #0a5c53;
    }

    .flag-list__item {
        flex-grow: 1;
        box-shadow:
                1px 0 0 0 #003f41,
                0 1px 0 0 #003f41,
                1px 1px 0 0 #003f41,
                1px 0 0 0 #003f41 inset,
                0 1px 0 0 #003f41 inset;
    }

    .flag-list a {
        margin: 10px;
    }

    .eur-row:before {
        content: url("../img/i_eur.png");
    }

    .am-row:before {
        content: url("../img/i_amer.png");
    }

    .video-row:before {
        content: url("../img/i_video.png");
    }

    .how-to-play-row:before {
        content: url("../img/i_how.png");
    }

    .how-to-play__item {
        padding: 30px 10px;
    }

    .how-to-play__item-text,
    .how-to-play__item-img,
    .how-to-play:nth-child(odd) .how-to-play__item-text {
        float: none;
        display: block;
        margin: 8px 0;
    }

    .how-to-play__item-img,
    .how-to-play:nth-child(odd) .how-to-play__item-img,
    .how-to-play:nth-child(even) .how-to-play__item-img {
        text-align: center;
    }

    .block-logo-mobile {
        display: block;
        padding-top: 10px;
    }

    .header-wrapper {
        position: relative;
    }

    .header__content {
        padding: 0 0 65px 0;
    }

    .content-select-lang-section {
        padding: 0 15px;
    }

    .page {
        min-height: calc(100vh - 255px);
    }

    .footer {
        height: 255px;
    }

    .flag-section {
        display: none;
    }

}

@media (min-width: 320px) and (max-width: 649px) {
    .container {
        width: 100%;
    }

    nav ul li {
        margin: 0 auto;
    }

    .header__content {
        padding: 0;
    }

    .header__content-title {
        margin: 2px 0 4px 0;
        width: 100%;
        font-size: 16px;
    }

    .header__content-description {
        padding: 5px 0;
        width: 100%;
        background: #ffc906;
        color: #004f47;
    }

    .game-block__eur {
        background: #153c9a;
    }

    .game-block__am {
        background: #a01f2f;
    }

    .game__item {
        width: 215px;
        height: 185px;
        background: none;
    }

    .game__img {
        margin-top: 0;
    }

    .game__item--left,
    .game__item--right {
        float: none;
        margin: 0 auto;
    }

    .game__link-img,
    .game__link-title {
        display: none;
    }

    .game__link-img-mob {
        display: block;
    }

    .game__img:hover {
        transform: none;
    }

    .btn__game-play {
        width: 160px;
        font-size: 18px;
    }

    .btn__game-play {
        bottom: 10px;
        left: 27px;
    }

    .flag-section {
        background: #004f47;
    }

    .lucky-number,
    .block-video,
    .block-email {
        float: none;
        display: block;
        width: 100%;
        margin-bottom: 30px;
    }

    .box_lng,
    .block-email__inner {
        margin: 0 auto;
    }

    .block-email__inner {
        float: none;
        margin-bottom: 30px;
    }

    .block-email__title {
        padding-top: 20px;
    }

    .footer__content,
    .footer__social {
        float: none;
        display: block;
    }

    .block-roulette__title {
        padding: 110px 0 25px 0;
    }

    .roulette-videos__item {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .how-to-play__item {
        padding: 30px 10px;
    }

    .how-to-play__item-text,
    .how-to-play__item-img,
    .how-to-play:nth-child(odd) .how-to-play__item-text {
        float: none;
        display: block;
        width: 100%;
        margin: 8px 0;
    }

    .how-to-play__item-img img {
        width: 100%;
    }

    .how-to-play__item-img,
    .how-to-play:nth-child(odd) .how-to-play__item-img {
        text-align: center;
    }

    .block-iframe,
    .block-table {
        float: none;
        display: block;
        width: 100%;
    }

    .block-table-won {
        margin: 15px auto;
    }

    .block-table-payout {
        margin: 0 auto;
    }

    .newflash_back img {
        display: none;
    }

    .newflash_cont,
    .flash_object,
    .newflash_back {
        width: 100%;
    }

    .flash_object {
        height: 100%;
    }

    .flag-list {
        top: inherit;
        bottom: 40px;
    }

    .block-contact__inner {
        width: 100%;
    }

    .block-contact__label {
        text-align: center;
    }

    .sitemap-lang {
        column-count: 2;
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-gap: 25px;
        -moz-column-gap: 25px;
        -webkit-column-gap: 25px;
    }

    .sitemap-lang__item,
    .sitemap-lang {
        width: inherit;
    }

    .sitemap-lang__title {
        height: inherit;
        line-height: inherit;
    }

    .error-block__num span {
        height: 100px;
        line-height: 100px;
    }

    .error-num {
        font-size: 100px;
    }

    .error-img img {
        width: 100px;
        height: 100px;
    }

    .error-block__title {
        font-size: 26px;
    }

    .error-block__subtitle,
    .error-block__description {
        font-size: 14px;
    }

    .casinos-block__item {
        width: 100%;
        margin: 20px 0;
    }

    .casinos-block__inner {
        margin: 0 auto;
    }
}

@media (max-width: 780px) {

    .nav-item-logo-mobile {
        display: block;
        text-align: center;
        height: 0;
    }
    .nav-item-logo-mobile img {
        width: 130px;
    }

    .block-roulette__title {
        padding: 25px 0 15px 0;
    }
}

@media (min-width: 780px) {

    .menu-toggle,
    .menu-toggle-flag { display: none; }

    nav ul {
        display: block;
    }

}