@media (max-width: 1900px) {
    .navbar-top{
        padding-left: 10vw;
        padding-right: 10vw;
    }

    .navbar-bottom{
        padding: 8px 7vw;
    }

    .navbar-bottom a:nth-child(-n+4){
        margin: 0;
    }

    .navbar-bottom a:nth-child(5){
        margin-right: 100px;
    }

    /*.navbar-bottom a:nth-child(8){*/
    /*    margin-right: 20px;*/
    /*}*/


    .navbar-bottom a:nth-child(6) {
        margin-left: 10vw;
        transition: .2s;
    }

    .navbar-bottom a:nth-child(6),
    .navbar-bottom a:nth-child(7){
        margin-right: 30px;
        transition: .2s;
    }
}

@media (max-width: 1750px) {
    .navbar-top {
        padding-left: 10vw;
        padding-right: 6vw;
    }
    .buttons-container {
        gap: 2vw;
    }
    .buttons-container .buttons {
        gap: 2vw;
    }

    .navbar-bottom a:nth-child(6), .navbar-bottom a:nth-child(7) {
        margin-right: 30px;
        transition: .2s;
    }

    .navbar-bottom a:nth-child(6) {
        margin-left: 10vw;
        transition: .2s;
    }

    html[lang=ka-GE] .navbar-bottom{
        padding: 8px 6vw 8px 4vw;
    }
    .navbar-bottom{
        padding: 8px 6vw 8px 4vw;
    }

    html[lang="en-EN"] .navbar-bottom a:nth-child(5) {
        margin-right: 15vw;
        transition: .2s;
    }

    html[lang=ka-GE] .navbar-top{
        padding-left: 6vw;
        padding-right: 6vw;
    }

    html[lang=ka-GE] .index_1{
        margin-top: 30px;
    }

    .navbar-bottom a:nth-child(5){
        margin-right: 200px;
    }
}

@media (max-width: 1500px) {
    .navbar-top {
        padding-left: 5vw;
        padding-right: 5vw;
    }

    .navbar-bottom {
        padding: 8px 5vw;
    }

    .navbar-bottom a:nth-child(5){
        margin-right: 12vw;
    }
}

@media (max-width: 1450px) {
    .navbar-bottom a:nth-child(3) {
        max-width: 150px;
        transition: .2s;
    }


    .footer_inner .footer_links{
        gap: 30px;
    }

    .gapped .item a{
        padding: 2px 15px;
    }

    .how-participant .full .all-prizes{
        padding: 5px 40px;
    }

    .full .item-5 .image a{
        padding: 2px 15px;
        bottom: -5px;
    }

    .item-1 .content .text{
        max-width: 100px;
    }

    .draw-info-panel p{
        right: 45px;
        font-size: 15px;
    }

    .draw-info-panel .draw-info-bg{
        max-width: 440px;
    }
}

@media (max-width: 1300px) {
    html[lang=kk-KZ] .navbar-bottom {
        padding: 8px 6vw 8px 4vw;
    }

    html[lang=kk-KZ] .navbar-top{
        padding-left: 4vw;
    }
}

@media (max-width: 1250px) {
    .prize-desc-wrapper > .img-wrapper{
        display: none;
    }

    .prize-item > .mob-prize{
        display: flex;
        width: 100%;
        justify-content: center;
        position: relative;
    }

    .prize-item > .mob-prize:after{
        content: "";
        background: url(/static/img/prize_glow.png);
        width: 225px;
        height: 191px;
        position: absolute;
        bottom: 10px;
        left: 40%;
        z-index: 1;
        transform: translateX(-50%) rotate(30deg);
        background-size: 100% 100%;
        user-select: none;
        pointer-events: none;
    }

    .prize-item > .mob-prize img{
        max-width: 22.91vw;
        z-index: 2;
    }

    .prize-item .prize-desc-wrapper p{
        max-width: 100%;
    }

    #checks-table table tbody tr td{
        white-space: normal;
        font-size: 12px;
    }

    .cabinet-title{
        max-width: 300px;
    }

    .cabinet-container{
        gap: 50px;
        padding: 0 100px 0 120px;
    }

    .cabinet-sidebar{
        max-width: 300px;
    }

    .participate-modal-container .description-part p.zc-font{
        font-size: 20px;
        -webkit-text-stroke-width: 4px;
    }

    .participate-modal-container .description-part p:nth-child(1){
        margin-bottom: 42px;
    }

    .participate-modal-container .description-part p.zc-font{
        margin-bottom: 18px;
    }

    .participate-modal-container .description-part p:nth-child(3){
        margin-bottom: 24px;
    }

    .participate-modal-container .description-part{
        margin-bottom: 29px;
    }

    .participate-modal-container .bg{
        margin-left: -40px;
        max-width: 570px;
    }
}

@media (max-width: 1200px) {

    .logo-container img {
        width: 100%;
        max-width: 110px;
    }

    .buttons-container .buttons a{
        padding: 10px 20px;
    }
    .navbar-top {
        padding: 8px 16px;
        gap: 16px;
    }
    .navbar-bottom {
        display: none;
    }
    .buttons-container {
        gap: 0;
        padding: 12px 0;
    }
    .buttons-container .entry-button {
        display: none;
    }
    .buttons-container .language-selector {
        display: none;
    }
    .buttons-container .buttons {
        gap: 0;
    }
    .navbar-burger {
        display: flex;
    }
    .navbar-top .check-load-button {
        font-size: 14px;
        width: auto;
        padding: 0 12px;
        height: 28px;
    }
}

@media (max-width: 1050px) {
    .participate-modal-container .bg {
        margin-left: -35px;
        max-width: 500px;
    }

    .participate-modal-container .description-part p:nth-child(1) {
        margin-bottom: 20px;
    }

    .navbar-top {
        padding-left: 2vw;
        padding-right: 2vw;
    }

    .navbar-bottom {
        padding: 8px 2vw;
    }
}

@media (max-width: 1000px) {

    .navbar-bottom {
        background: #002281;
    }

    .navbar-main{
        z-index: 10;
    }

    .navbar-bottom a{
        margin: 0 !important;
    }
}

@media (max-width: 900px) {
    .navbar-top{
        padding: 0 20px;
    }

    .navbar-bottom{
        padding: 8px 20px;
    }
}

@media (max-width: 768px) {


    /* navbar */
    /*.buttons-container .buttons a{*/
    /*    padding: 10px 20px;*/
    /*}*/
    /*.navbar-top {*/
    /*    padding: 8px 16px;*/
    /*    gap: 16px;*/
    /*}*/
    /*.navbar-bottom {*/
    /*    display: none;*/
    /*}*/
    /*.buttons-container {*/
    /*    gap: 0;*/
    /*    padding: 12px 0;*/
    /*}*/
    /*.buttons-container .entry-button {*/
    /*    display: none;*/
    /*}*/
    /*.buttons-container .language-selector {*/
    /*    display: none;*/
    /*}*/
    /*.buttons-container .buttons {*/
    /*    gap: 0;*/
    /*}*/
    /*.navbar-burger {*/
    /*    display: flex;*/
    /*}*/
    /*.navbar-top .check-load-button {*/
    /*    font-size: 14px;*/
    /*    width: auto;*/
    /*    padding: 0 12px;*/
    /*    height: 28px;*/
    /*}*/




    .index_1 {
        background-image: url("/static/img/mob/index_1-mob.png");
        background-size: 100% 100%;
        aspect-ratio: 320 / 642;
    }

    .kv {
        display: none;
    }

    .kv-mob {
        display: block;
        position: absolute;
        width: 100%;
        /*object-fit: cover;*/
        bottom: 160px;
        left: 0;
    }

    .index_1 .challenge {
        top: 50px;
        left: 70px;
        max-width: 80%;
    }

    .index_1 .slogan {
        bottom: 0;
        right: 0;
        max-width: 100%;
    }

    .cookie_1 {
        top: auto;
        bottom: 22%;
        max-width: 60px;
    }

    .shadow {
        display: none;
    }

    .oreo-form{
        padding: 0 20px;
    }

    .oreo-form .form-group input, .oreo-form .form-group input[type="text"]:focus{
        height: 36px;
        border: 1px solid #fff;
    }

    .oreo-form .form-group{
        margin-bottom: 11px;
    }

    .oreo-form .forgot-password{
        margin-top: 23px;
    }

    .oreo-form .button-container{
        margin-top: 24px;
        margin-bottom: 17px;
    }

    .modal-strip{
        padding: 11px;
    }

    .oreo-form .button-container button{
        padding: 3px 10px;
    }

    .bordered-whiteblue,
    .bordered-darkestblue{
        border: 2px solid #fff;
    }

    .game-start-wrapper .logo-container img{
        max-width: 80%;
    }



    .index_2 {
        padding-top: 50px;
    }

    .mob-num{
        font-size: 20px;
    }

    .gapped .item {
        width: 100%;
        max-width: 250px;
        height: 262px;
        display: flex;
        justify-content: start;
        align-items: center;
        flex-direction: column;
    }

    .item-1 .content .text {
        max-width: 140px;
        font-size: 12px;
    }

    .item .content .text {
        font-size: 12px;
    }

    .item .content11 .text {
        font-size: 12px;
    }

    .gapped .item-1 .image img,
    .gapped .item-2 .image img,
    .gapped .item-3 .image img {
        max-width: 140px;
    }

    .item .item-glow {
        top: -100px;
        left: -80px;
        width: 500px;
        height: 500px;
    }

    .how-participant .gapped {
        gap: 50px;
        max-width: 250px;
    }

    .item .content {
        padding-top: 10px;
    }

    .gapped .item-1 a {
        bottom: -24px!important;
        max-width: 200px;
        width: 100%;
        white-space: normal;
        text-align: center;
    }

    .gapped .item a {
        bottom: -16px;
        max-width: 200px;
        width: 100%;
        white-space: normal;
        text-align: center;
    }

    .index_2 .how-participant {
        gap: 50px;
        margin-top: 50px;
        width: 100%;
        padding: 0 10px;
        margin-bottom: 60px;
    }

    .full .item-4 .image img,
    .full .item-5 .image img,
    .full .item-6 .image img,
    .full .item-7 .image img {
        max-width: 210px;
        position: relative;
        z-index: 1;
    }

    .how-participant .full .item-4,
    .how-participant .full .item-5,
    .how-participant .full .item-6,
    .how-participant .full .item-7 {
        display: flex;
        align-items: center;
        justify-content: start;
        flex-direction: column;
        max-width: 250px;
        width: 100%;
        padding-bottom: 30px;
        gap: 0;
    }
    .item-4 .item-glow-2,
    .item-5 .item-glow-2,
    .item-6 .item-glow-2,
    .item-7 .item-glow-2 {
        width: 400px;
        height: 400px;
        left: -80px;
        bottom: -50px;
    }

    .full .item-6 .image a {
        padding: 8px 17px;
        position: absolute;
        bottom: -95px;
        left: 30px;
        z-index: 2;
        font-size: 11px;
    }

    .full .item-7 .image {
        position: relative;
    }

    .full .item-7 .image a {
        padding: 8px 17px;
        position: absolute;
        bottom: -95px;
        /*left: 30px;*/
        left: 50%;
        transform: translateX(-50%);
        z-index: 2;
        font-size: 11px;
        display: flex;
    }

    html[lang="ka-GE"] .full .item-7 .image a {
        padding: 8px 17px;
        position: absolute;
        bottom: -105px;
        /*left: 30px;*/
        left: 50%;
        transform: translateX(-50%);
        z-index: 2;
        font-size: 11px;
        display: flex;
    }

    .index_3, .index_7 {
        gap: 40px;
        padding-top: 16px;
        padding-bottom: 38px;
    }

    .label-prizes{
        font-size: 16px;
        -webkit-text-stroke-width: 2px;
    }


    .index_7 .extra_title{
        font-size: 12px;
        max-width: 250px;
    }

    .index_7 .extra_title > a{
        font-size: 12px;
    }


    .item-g .image img {
        max-width: 165px;
    }

    .index_7 .prizes .line {
        gap: 55px;
        max-width: 250px;
        width: 100%;
        padding-top: 40px;
    }


    .index_7 .line .item {
        display: flex;
        align-items: center;
        justify-content: space-around;
        flex-direction: column;
        width: 250px;
        height: 315px;
    }

    .index_7 .prize-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }
    .index_7 .prize-content .text-mini {
        font-size: 10px;
        padding-top: 4px;
    }

    .item-g .text {
        max-width: 240px;
    }


    .index_7 .prize-content .text{
        font-size: 12px;
    }


    .item-1 .image img {
        max-width: 195px;
    }

    .index_3 .line .item-1 {
        width: 250px;
        height: 350px;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
    }

    .index_3 .line .item-2 {
        width: 250px;
        height: 300px;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
    }

    .index_3 .prize-content {
        gap: 10px;
        width: 250px;
    }

    .index_3 .line .item .prize-content .text {
        font-size: 12px;
    }

    .ticket-extra-text{
        font-size: 8px;
        margin: 3px auto 0;
    }

    .index_3 .line .item .prize-content .text-mini {
        font-size: 10px;
        padding-top: 4px;
    }

    .prize-content a {
        bottom: -20px;
        right: 50%;
        padding: 7px 23px;
        transform: translateX(50%);
    }

    .item-2 .image img {
        max-width: 170px;
    }

    .index_3 .item-2 .prize-content {
        padding-top: 0;
        gap: 20px;
        width: 220px;
    }


    .slider-item .image-container img {
        max-width: 200px;
    }

    .products-wrapper {
        max-width: 250px;
    }

    .slider-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
        max-width: 250px;
        height: 300px;
        overflow: visible;
        gap: 20px;
    }

    .products-wrapper .owl-nav button {
        background-color: rgba(255, 255, 255, 0)!important;
        height: 20px;
        background-size: 20px !important;
    }

    .slider-item-glow {
        position: absolute;
        bottom: 0;
        left: -80px;
        width: 400px !important;
        height: 400px;
        transform: rotate(2.4deg);
        pointer-events: none;
        z-index: -1;
        filter: blur(10px);
    }

    .products {
        padding-top: 30px;
    }

    .dropdown-main_rank,
    .dropdown-rank_prizes{
        justify-content: space-between;
        padding: 0 10px;
    }

    .drop-date-underline{
        padding-bottom: 10px;
        border-bottom: 3px solid #FFF;;
    }

    .block_flex_mob{
        display: flex;
        justify-content: center;
        align-items: center;
        border-bottom: 2px solid #fff;
    }

    .block-winners .button-lang-menu >li >a {
        height: 52px;
        font-size: 12px;
        /*border: 2px solid #FFF;*/
        justify-content: start;
    }

    .block-winners .block_flex_mob .button-lang-menu >li >a {
        height: 52px;
        font-size: 10px;
        /*border: 2px solid #FFF;*/
        justify-content: center;
    }

    .dropdown-menu > .active > a {
        border: 2px solid #FFF;
    }

    .winners-search .dropdown-main_rank svg {
        width: 28px;
    }


    .checkbox-container input[type="checkbox"] {
        margin: 0 4px 0 -33px;
    }

    .checkbox label {
        color: #FFF;
        font-size: 9px;
        font-style: normal;
        font-weight: 800;
        line-height: normal;
        padding-left: 0;
        margin-left: 33px;
    }

    .checkbox label >a {
        font-size: 9px;
    }



}

@media (max-width: 550px) {

    .index_1 .challenge{
        max-width: 210px;
    }

    .game-start-wrapper .logo-container p{
        font-size: 25px;
        -webkit-text-stroke-width: 4px;
    }

    .game-start-wrapper .start-container a{
        font-size: 40px;
        -webkit-text-stroke-width: 6px;
    }

    .game-start-wrapper .skip-container a{
        font-size: 16px;
    }

    .game-final-container p{
        font-size: 14px;
        margin-top: 20px;
    }
}

@media (max-width: 500px) {
    .navbar-top .check-load-button {
        font-size: 10px;
        height: 14px;
        border: 2px solid #fff;
    }

    .kv-mob {
        display: block;
        position: absolute;
        width: 100%;
        bottom: 100px;
        left: 0;
    }

    .index_1 .challenge{
        max-width: 210px;
    }
}

@media (max-width: 400px) {
    .game-start-wrapper .logo-container img{
        max-width: 168px;
    }

    .game-start-wrapper .logo-container p{
        font-size: 16px;
        -webkit-text-stroke-width: 2px;
        bottom: -40px;
    }

    .game-start-wrapper .start-container a{
        font-size: 24px;
        -webkit-text-stroke-width: 5px;
    }

    .game-start-wrapper .start-container{
        margin-top: 80px;
        margin-bottom: 30px;
    }

    .game-final-container p{
        font-size: 12px;
        margin-top: 20px;
    }
}
