html[lang="en-EN"] .ka {
    display: none;
}
html[lang="ka-GE"] .en {
    display: none;
}

html {
    scroll-behavior: smooth;
}

.button-lang >img{
    width: 28px;
}


.block3 .main-title{
    margin-bottom: 60px;
}

.block5 .main-title{
    margin-bottom: 40px;
}

.block5{
    margin-top: 120px;
}

.main-title > p{
    text-align: center;
    margin: 0;
    font-family: "ZeroCool", sans-serif;
}

.block-faq .main-title > p{
    text-align: center;
    font-family: "ZeroCool", sans-serif;
}



.block3 {
    margin-top: 130px;
}

.block3-inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    max-width: 1440px;
    width: 100%;
    margin: auto;
}

.block4-inner1{
    background: url("/static/img/Rectangle 13.png") center no-repeat;
    width: 950px;
    height: 532px;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
    gap: 50px;
    margin: auto;
}

.block4-inner2{
    background: url("/static/img/Rectangle 13 (1).png") center no-repeat;
    width: 458px;
    height: 532px;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
    gap: 50px;
    margin: auto;
}

.block4-title > p{
    color: #FFF;
    font-family: "Futura New";
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
    text-align: center;
    margin: 0;

    background: var(--gradient-1, linear-gradient(77deg, #E3C441 28.9%, #FCF4A4 56.02%, #E1C242 83.14%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.block4-inner{
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
}

.block4-1,
.block4-2{
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    max-width: 280px;
    width: 100%;
    height: 350px;
}

.block4-1 > img{
    max-width: 220px;
    width: 100%;
}

.block4-2 > img{
    max-width: 265px;
    width: 100%;
}

.block4-1 > p,
.block4-2 > p{
    color: #FFF;
    text-align: center;
    font-family: "Futura New";
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin: 30px 0 0;
}


.block-winners{
    /*margin-top: 70px;*/
    display: flex;
    flex-direction: column;
    align-items: center;
}

#winners,
#rank{
    padding-bottom: 80px;
}

.prizesButtons{
    padding: 30px 0 40px;
    display: flex;
    gap: 116px;
}
.prizesButtons > a {
    text-decoration: none;
    border: 4px solid #FFF;
    background: #0029A3;
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    cursor: pointer;
    transition: 0.2s;
    padding: 5px 15px;
    width: 447px;
    height: 82px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.prizesButtons > a:hover {
    /*color: #612D22;*/
    background: #2859F6;
    text-decoration: none;
    transition: 0.2s;
    transform: scale(1.05);
}

.prizesButtons > a.selectedButton {
    color: #FFF;
    background: #2859F6;
    transition: 0.2s;
}

.prizesButtons > a.selectedButton:hover {
    color: #FFF;
    background: #2859F6;
    transition: 0.2s;
    transform: scale(1.05);
}


.prizesButtons > a.active {
    color: #FFF;
    background: #2859F6;
    transition: 0.2s;
}

.prizesButtons > a.active:hover {
    color: #FFF;
    background: #2859F6;
    transition: 0.2s;
    transform: scale(1.05);
}


.week_prizes{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px 0 0 10px;
    width: 504px;
    height: 64px;
}
.month_prizes{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 10px 10px 0;
    width: 438px;
    height: 64px;
}

.block-winners .winners-table-parent{
    /*max-width: 1580px;*/
    width: 1580px;
    max-height: 600px;
    /*height: 100%;*/
    overflow-y: scroll;
    margin: auto;
}

.block-winners .table-bordered{
    /*border-top: solid 4px #FFF;*/
    border-top: none;
    border-bottom: none;
    border-left: none;
    border-right: none;
}

.block-winners .table-striped tbody tr td.column-5{
    /*width: 30%;*/
}

.block-winners .table-bordered > tbody > tr{
    height: 60px;
}

.block-winners .table-bordered > thead > tr > th{
    border-bottom: solid 3px #FFF;
    border-top: none;
    border-left: none;
    border-right: none;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    padding: 6px 16px 6px 16px;
    text-align: center;
}

.block-winners .table-bordered > thead > tr > th > a{
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.block-winners .table-bordered > tbody > tr > td{
    border-bottom: solid 3px rgba(255, 255, 255, 0.5);
    border-top: none;
    border-left: none;
    border-right: none;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    padding: 18px 8px 18px 8px;
    white-space: nowrap;
    text-align: center;
}

.block-winners .table-striped > tbody > tr:nth-of-type(odd) {
    background: none;
}

.block-winners .winners-table-parent::-webkit-scrollbar {
    width: 10px;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.50);
}

.block-winners .winners-table-parent::-webkit-scrollbar-thumb {
    width: 10px;
    border-radius: 0;
    background: #2859F6;
}

.winners-search{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 16px;
}

.field-winnerssearch-phone{
    margin-bottom: 0;
}

.field-codesearch-phone{
    margin-bottom: 0;
}

.dropdown-main_rank{
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 3px solid #fff;
    background: none;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    transition: 0.2s;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    text-align: start;
    max-width: 400px;
}

/*html[lang="ka-GE"] .dropdown-main_rank{*/
/*    max-width: 500px;*/
/*}*/

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

.dropdown-main_rank:hover{
    background: none;
    color: #FFF;
    transition: 0.2s;
    transform: scale(1.05);
}
.dropdown-menu > .active > a{
    border: 4px solid #FFF;
    background: #2859F6;
    color: #FFF;
}
.dropdown-menu > .active > a:hover{
    border: 4px solid #FFF;
    background: #2859F6;
    color: #FFF;
}

.input-container{
    /*padding-right: 100px;*/
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    border-bottom: 3px solid #fff;
}

/*html[lang="ka-GE"] .input-container{*/
/*    padding-right: 60px;*/
/*}*/

.field-winnerssearch-phone .help-block{
    display: none;
}

.field-codesearch-phone .help-block {
    display: none;
}

.field-search-winners-week{
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-winners-phone{
    width: 280px;
    text-align: end;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    outline: none !important;
}

.search-winners-phone::placeholder{
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    border: none;
    background: none;
}

.search-winners-button{
    border: none;
    background: none;
}


.local-page{
    background: url("/static/img/bg-index-1-1.png") top no-repeat;
    background-size: cover;
    height: 100%;
    /*height: 1080px;*/
    display: flex;
    justify-content: center;
}
.local-page-block{
    width: 500px;
    height: auto;
    border: 4px solid #FFF;
    background: #0029A3;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    position: fixed;
    top: 0;
    transform: translateY(10%);
    padding: 40px 0;
}

.local-page-link{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 19px;
    padding-left: 85px;
    transition: 0.2s;
}
.local-page-link:hover{
    text-decoration: none;
    transition: 0.2s;
    transform: scale(1.05);
}

.local-page-link >img{
    width: 66px;
}
.local-page-link >p{
    color: #FFF;
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0.48px;
    margin: 0;
}


.mob{
    display: none;
}

.mob2{
    display: none;
}

.icon_for_prizes >img{
    max-height: 65px;
}

.pagination{
    display: none;
}


/*#how-participant,*/
/*#prizes{*/
/*    scroll-margin-top: 100px;*/
/*}*/

/*#winners,*/
/*#rank{*/
/*    scroll-margin-top: 110px;*/
/*}*/

/*#products{*/
/*    scroll-margin-top: 60px;*/
/*}*/

.container__nWr22.__bottom__uMcNg {
    bottom: 67px!important;
}

.user-rating{
    background: linear-gradient(77deg, rgba(227, 196, 65, 0.10) 28.9%, rgba(252, 244, 164, 0.10) 56.02%, rgba(225, 194, 66, 0.10) 83.14%)!important;
}

#jvLabelWrap{
    bottom: 60px!important;
}


.cookies{
    padding: 170px 60px 40px;
    background: linear-gradient(180deg, #001A5D 2.4%, #0037C3 54.33%, #011452 100%);
    color: #FFF;
}





.ag-slider {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 1440px;
    margin: auto;
}

.ag-slider #packs-carousel{
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
}

#packs-carousel .item-class{
    display: flex;
    justify-content: center;
    align-items: center;
}

#packs-carousel {
    max-height: 420px;
}

#packs-carousel .item-class {
    max-height: 100%;
}

#packs-carousel .item-class img {
    width: initial;
}

#packs-carousel .item-class {
    margin: auto;
    max-width: 400px;
    height: 420px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 5px;
}

#packs-carousel .item-class > p {
    color: #FFF;
    text-align: center;
    font-family: "Futura New";
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin: 0;
}

#packs-carousel .item-class img {
    /*width: 100%;*/
    height: auto;
    max-width: 330px;
    max-height: 220px;
}

/* Общие стили для навигации */
.ag-slider #packs-carousel .owl-nav{
    position: absolute;
    top: -60px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.ag-slider #packs-carousel .owl-stage-outer{
    z-index: 1;
}

.ag-slider #packs-carousel .owl-nav .owl-prev{
    position: absolute;
    left: 5px;
    top: 40%;
    transform: translateY(-50%);
}

.ag-slider #packs-carousel .owl-nav .owl-next{
    position: absolute;
    right: 5px;
    top: 40%;
    transform: translateY(-50%);
}

