@font-face {
    font-family: 'Axiforma';
    /* src: url(../font/Kastelov\ -\ Axiforma\ Regular.otf); */
    src: url('../font/Axiforma-Regular.eot');
    src: url('../font/Axiforma-Regular.eot?#iefix') format('embedded-opentype'),
            url('../font/Axiforma-Regular.svg#Axiforma-Regular') format('svg'),
            url('../font/Axiforma-Regular.ttf') format('truetype'),
            url('../font/Axiforma-Regular.woff') format('woff'),
            url('../font/Axiforma-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Axiforma bold';
    /* src: url(../font/Kastelov\ -\ Axiforma\ ExtraBold.otf);    */
    src: url('../font/Axiforma-ExtraBold.eot');
    src: url('../font/Axiforma-ExtraBold.eot?#iefix') format('embedded-opentype'),
         url('../font/Axiforma-ExtraBold.svg#Axiforma-ExtraBold') format('svg'),
         url('../font/Axiforma-ExtraBold.ttf') format('truetype'),
         url('../font/Axiforma-ExtraBold.woff') format('woff'),
         url('../font/Axiforma-ExtraBold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Uni';
    /* src: url(../font/Uni\ Sans\ Heavy.otf); */
    src: url('../font/UniSansHeavyCAPS.eot');
    src: url('../font/UniSansHeavyCAPS.eot?#iefix') format('embedded-opentype'),
         url('../font/UniSansHeavyCAPS.svg#UniSansHeavyCAPS') format('svg'),
         url('../font/UniSansHeavyCAPS.ttf') format('truetype'),
         url('../font/UniSansHeavyCAPS.woff') format('woff'),
         url('../font/UniSansHeavyCAPS.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Sofia pro';
    /* src: url(../font/sofiapro-light.otf); */
    src: url('../font/SofiaProLight.eot');
    src: url('../font/SofiaProLight.eot?#iefix') format('embedded-opentype'),
        url('../font/SofiaProLight.svg#SofiaProLight') format('svg'),
        url('../font/SofiaProLight.ttf') format('truetype'),
        url('../font/SofiaProLight.woff') format('woff'),
        url('../font/SofiaProLight.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Uni thin';
    src: url('../font/fontfabric_-_unisans-book-webfont.eot');
    src: url('../font/fontfabric_-_unisans-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/fontfabric_-_unisans-book-webfont.woff2') format('woff2'),
         url('../font/fontfabric_-_unisans-book-webfont.woff') format('woff'),
         url('../font/fontfabric_-_unisans-book-webfont.ttf') format('truetype'),
         url('../font/fontfabric_-_unisans-book-webfont.svg#uni_sansbook') format('svg');
    font-weight: normal;
    font-style: normal;
}



body{
    margin: 0px;
    padding: 0px;
    font-family: 'Axiforma', sans-serif;
}
.container{
    max-width: 1440px;
}
.the_logo{
    padding: 5px 0px;
}
.nav_section{
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0px 2px 69px rgba(0, 0, 0, 0.112715);
            box-shadow: 0px 2px 69px rgba(0, 0, 0, 0.112715);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 30;
}
.mob_icon{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 30px;
    height: 30px;
    position: absolute;
    display: none;
    top: 23px;
    right: 10px;
}
.line_one,
.line_two,
.line_three{
    background: #263E82;
    width: 25px;
    height: 2px;
    margin: 4px 0px;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
.rot_one{
    transform: rotate(45deg);
    position: absolute;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.rot_two{
    transform: rotate(135deg);
    position: absolute;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
}
.nav_hide{
    opacity: 0;
    transition:0.3s ease;
    position: absolute;
    -webkit-transition:0.3s ease;
    -moz-transition:0.3s ease;
    -ms-transition:0.3s ease;
    -o-transition:0.3s ease;
}

.menu_mobile{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
}

.main_nav{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
}
.menu{
    padding: 0px;
    margin-bottom: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style: none;
    margin-left: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.menu_res{
    display:none;
    width: 100%;
}
.inner_res{
    margin-right: auto;
}
.menu_res ul{
    list-style: none;
    padding: 0px;
}

.menu li,
.menu_res li{
    background: url(../img/hov.png) no-repeat center;
    background-size: 100% 100%;
    padding: 0px 43px;
    margin: 22px 0px;
    height: 30px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}

.menu li::before,
.menu_res li::before{
    content: "";
    background: #fff;
    background-size: cover;
    overflow: hidden;
    display: block;
    position: absolute;
    left: 0.1px;
    width: 100%;
    height: 70px;
    transition: 0.6s ease;
    -webkit-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    -ms-transition: 0.6s ease;
    -o-transition: 0.6s ease;
}
.menu li:hover::before,
.menu_res li:hover::before{
    transform: translateX(300px);
    -webkit-transform: translateX(300px);
    -moz-transform: translateX(300px);
    -ms-transform: translateX(300px);
    -o-transform: translateX(300px);
}
.menu li a,
.menu_res li a{
    position: relative;
    color: #262C30;
    z-index: 1;
    font-size: 13px;
    line-height: 18px;
    font-family: 'Axiforma';
    text-decoration: none;
    transition: 0.6s ease;
    -webkit-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    -ms-transition: 0.6s ease;
    -o-transition: 0.6s ease;
}
.menu li:hover,
.menu_res li:hover{
    color: #fff;
}
.menu li:hover a,
.menu_res li:hover a{
    color: #fff;
}
.main_section{
    margin-top: 75px;
    background: url(../img/main.png) no-repeat center;
    background-size: cover;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    overflow: hidden;
}
.main_info{
    text-align: center;
    padding: 193px 35px 50px ;
    margin-left: auto;
    text-transform:uppercase;
    transform: translateX(2000px);
    transition:0.3s ease;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    -webkit-transition:0.3s ease;
    -moz-transition:0.3s ease;
    -ms-transition:0.3s ease;
    -o-transition:0.3s ease;
}
.main_info h2{
    font-family: 'Uni';
    font-size:125px;
    line-height: 100px;
    color: #263E82;
}
.load_reveal{
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
}
.main_info h2 span{
    font-family: 'Uni thin';
    font-size:100px;
    line-height: 85px;
    color: #009FDD;
	text-transform:none;
}
.game_period{
    padding-top: 194px;
}
.main_info img{
    width: 30.677vw;
}

#game_info span{
    font-family: 'Uni';
    font-size: 1.5625vw;
    color: #263E82;
}
.steps{
    color: #171717;
    position: relative;
    font-size: 35px;
    line-height: 35px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-family: 'Sofia pro';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 1;

}
.steps:before{
    content: "";
    height:10px;
    width: 10px;
    background: #263E82;
    border-radius:10px;
    display: block;
    margin-right: 31px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    -ms-border-radius:10px;
    -o-border-radius:10px;
}


.rules_section{
    background: #fff;
}

.rules{
    padding-top: 104px;
    padding-bottom: 192px;
}
.inner_info{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
}
.img_circle{
    width: 175px;
    height: 175px;
    border-radius: 50%;
    background: #263E82;
    -webkit-box-shadow: -5px 20px 25px rgba(203, 222, 252, 0.55);
    box-shadow: -5px 20px 25px rgba(203, 222, 252, 0.55);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 66px auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.rule_value{   
    font-family: Axiforma;
    font-size: 12px;
    text-align: center;
    color: #263E82;
}
.step_what{
    font-family: 'Axiforma bold';
    font-size: 35px;
    line-height: 50px;
    color: #263E82;
}
.rew_arrow{
    width: 31px;
    position: absolute;
    right: -7%;
}

.step_what span{
    text-transform: uppercase;
    font-weight: 900;
}
.registration{
    position: relative;
    background: #CBDEFB;
}
.reg_form{
    padding-bottom: 166px;
    padding-top: 104px;
}

.left_info{
    padding: 28px 0px;
    position: relative;
}
.left_info h3{
    font-family: 'Axiforma bold';
    font-size: 42px;
    line-height: 60px;
    color: #263E82;
    z-index: 1;
    position: relative;
}
.fill_info{
    width: 558px;
    margin-left: auto;
}

.form_style{
    width:100%;
    border: none;
    border-bottom: 1px solid #000000;
    background: rgba(255, 255,255, 0);
    height: 81px;
    font-size: 18px;
    outline: none;
    padding-left: 40px;
}
.form_style::-webkit-input-placeholder{
    font-family: 'Sofia pro';
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #171717;
    opacity: 0.5;
}
.form_style:-ms-input-placeholder{
    font-family: 'Sofia pro';
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #171717;
    opacity: 0.5;
}
.form_style::-ms-input-placeholder{
    font-family: 'Sofia pro';
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #171717;
    opacity: 0.5;
}
.form_style::placeholder{
    font-family: 'Sofia pro';
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #171717;
    opacity: 0.5;
}
.chk_space{
    margin-top: 44px;
}
.check_style label{
    font-family: 'Axiforma';
    font-size: 13px;
    line-height: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    letter-spacing: -0.379167px;
    color: rgba(44, 46, 63, 0.7)
}
.check,
.check_second{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

#chk,
#chk-second{
    width: 14px;
    height: 14px;
    position: relative;
}

.check:checked + label .agree:before,
.check_second:checked + label .agree_second:before{
    background:url(../img/check.png) no-repeat center;
    background-size: cover;
}
.agree,
.agree_second{
    cursor: pointer;
    padding-left: 40px;
    position: relative;
}
.agree::before,
.agree_second::before{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: rgba(255,255,255,0);
    border: 1px solid #000;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    outline: none;
    position: absolute;
    left: 0px;
    cursor: pointer;
}
.ncp{
    text-decoration: underline;
    color: rgba(44, 46, 63, 0.7);
}

#submit{
    background:linear-gradient(284.01deg, #263E82 34.45%, #7FAADB 117.79%);
    border-radius: 55px;
    border: none;
    padding: 26px 45px;
    font-family: 'Sofia pro';
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 3px;
    text-transform: uppercase;
    cursor: pointer;
    color: #FFFFFF;
    background-size: 400%;
    margin-top: 43px;
    position: relative;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}
#submit:hover{
    animation:gradient 5s linear infinite ;
    -webkit-animation:gradient 5s linear infinite ;
}
.sub_btn{
   display: flex;
   flex-wrap: wrap;
}
.error_msg_wrap{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    bottom: -40px;
}
.submit_error_msg,
.submit_error_confirm{
    text-align: center;
    font-family: Axiforma;
    font-size: 10px;
    color: red;
    margin-top: 10px;
    display: none;
}

.msg_show{
    display:block;
}
.rec_img{
    position: absolute;
    top: 40%;
    right: 0%;
    z-index: 0;
}
.rew_tab{
    padding-top: 130px;
}
.rew{
    margin-top: 83px;
    margin-bottom: 104px;
}
.rew p {
    font-family: 'Axiforma bold';
    font-size: 35px;
    line-height: 50px;
    text-align: center;
    color: #263E82;
    margin-top: 73px;
}
.rew_counter{
    position: absolute;
    top: 0px;
    left: 20px;
    font-family: 'Axiforma bold';
    font-size: 55px;
    line-height: 50px;
    color: #263E82;
}
.outer_rim{
    background: #F9FCFF;
    -webkit-box-shadow: -5px 20px 25px rgba(203, 222, 252, 0.55);
            box-shadow: -5px 20px 25px rgba(203, 222, 252, 0.55);
    height: 16.510vw;
    width: 16.510vw;
    min-width: 200px;
    min-height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 300px;
    position: relative;
    margin: 0 auto;
}
.inner_rim{
    background-size: cover;
    height: 15.364vw;
    width: 15.364vw;
    min-width: 190px;
    min-height: 190px;
    border-radius: 290px;
    -webkit-border-radius: 290px;
    -moz-border-radius: 290px;
    -ms-border-radius: 290px;
    -o-border-radius: 290px;
}
.inner_rim_first{
    background: url(../img/tasos.png) no-repeat center;
    background-size: 100% auto;
}
.inner_rim_second{
    background: url(../img/bag.png) no-repeat center;
    background-color:#CBDEFB; 
    background-size: 50% 50%;
}
.inner_rim_third{
    background: url(../img/talol.png) no-repeat center;
    background-color:#CBDEFB; 
    background-size: 50% 50%;
}
.partical_first{
    position: absolute;
    right: -16%;
    top: -10%;
    z-index: -1;
}
.partical_second{
    position: absolute;
    -webkit-transform: rotate(-4.52deg);
            transform: rotate(-4.52deg);
    right: -25%;
    z-index: -1;
    bottom: -14%;
}
.products{
    background: #CBDEFB;
    padding: 183px 0px 183px 0px;
}

.product_ruls{
    font-family: 'Axiforma bold';
    font-weight: 400;
    font-size: 50px;
    line-height: 60px;
    padding-top: 47px;
    color: #263E82;
}
.promo{
    font-family: 'Axiforma';
    font-size: 20px;
    line-height: 27px;
    text-transform: uppercase;
    color: #0D3880;
    padding-top: 44px;
}
.promo span{
    font-family: 'Axiforma bold';
    font-weight: 900;
}

/* slider */

.slide_wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.on_top{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.product_info{
    width: 48%;
    margin-left: auto;
    position: relative;
}
.product_info ul{
    font-family: 'Axiforma bold';
    font-size: 25px;
    line-height: 35px;
    color: #0D3880;
    padding: 0px;
    text-transform: uppercase;
}
.product_info li{
    font-family: 'Axiforma';
    font-size: 15px;
    line-height: 20px;
    color: #0D3880;
    list-style: none;
    padding: 10px 0px;
}

.outre_slide{
    width: 20.770vw;
    height: 20.770vw;
    min-height:270px;
    min-width:270px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius:400px;
    background: #F9FCFF;
    -webkit-border-radius:400px;
    -moz-border-radius:400px;
    -ms-border-radius:400px;
    -o-border-radius:400px;
}
.inner_slide{
    width: 19vw;
    height: 19vw;
    min-height:260px;
    min-width:260px;
    border-radius:400px;
}
.slick-prev.slick-arrow{
    display: none !important;
}
.slick-next.slick-arrow{
    position: absolute !important;
    left: 56% !important;
    bottom: 0%;
    transform:translate(-50%, 0%);
    background: rgba(0,0,0,0);
    border: none;
    font-size: 0px;
    cursor: pointer;
    height: 20px;
    outline: none;
    -webkit-transform:translate(-50%, 0%);
    -moz-transform:translate(-50%, 0%);
    -ms-transform:translate(-50%, 0%);
    -o-transform:translate(-50%, 0%);
}
.first_product{
    background: url(../img/ioni.png) no-repeat center;
    background-color: #CBDEFB;
    background-size: contain;
}
.second_product{
    background: url(../img/boya.png) no-repeat center;
    background-color: #CBDEFB;
    background-size: contain;
}
.third_product{
    background: url(../img/cve_interin.png) no-repeat center;
    background-color: #CBDEFB;
    background-size: contain;
}
.fourt_product{
    background: url(../img/fasagen.png) no-repeat center;
    background-color: #CBDEFB;
    background-size: contain;
}
.five_product{
    background: url(../img/interin.png) no-repeat center;
    background-color: #CBDEFB;
    background-size: contain;
}


.the_foot{
    background: #D1D3D8;
}
.footer_nav ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 10px 0px;
    margin: 0px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.footer_nav li{
    list-style: none;
    font-family: Axiforma;
    font-size: 13px;
    line-height: 28px;
    letter-spacing: -0.379167px;
    color: rgba(44, 46, 63, 0.7);
    padding: 10px 0px;
}
.footer_nav li a{
    color: rgba(44, 46, 63, 0.7);
}
.orgachim img{
    width: 100px;
}
.mail_to{
    text-decoration: underline;
}

#social_btn a:nth-of-type(2){
    margin: 0px 64px;
    opacity: 0.6;
}
#social_btn a:nth-of-type(1){
    opacity: 0.6;
}
.cookie-bar-btn{
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
}
.cookie-bar-btn:hover{
    transform: scale(0.9) !important;
    -webkit-transform: scale(0.9) !important;
    -moz-transform: scale(0.9) !important;
    -ms-transform: scale(0.9) !important;
    -o-transform: scale(0.9) !important;
}


/* MODAL */
.fade{
    opacity: 1;
}

#winners .modal-dialog,
#winners_ .modal-dialog{
    max-width: 75%;
}

#winners .modal-content,
#winners_ .modal-content{
    border-radius: 20px;
}

#winners .modal-body,
#winners_ .modal-body{
    padding: 50px;
}

#winners .close,
#winners_ .close{
    font-size: 50px;
}

#winners h1,
#winners_ h1{
    font-family: 'Axiforma bold';
    font-size: 35px;
    color: #0D3880; 
    text-align: center;
    margin-bottom: 20px;
}

#winners_ h1::after{
    content: '';
    display: block;
    width: 40%;
    height: 1px;
    background: #000;
    margin: 15px auto 35px;
}

#winners h2,
#winners_ h2{
    font-family: 'Axiforma';
    font-size: 20px;
    color: #0D3880; 
    text-align: center;
    opacity: 0.55;
}

#winners h2::after{
    content: '';
    display: block;
    width: 40%;
    height: 1px;
    background: #000;
    margin: 15px auto 35px;
}

.campaign_over {
    font-family: 'Axiforma bold';
    color: #0D3880; 
    text-align: center;    
}

.winners_date{
    margin: 30px 0px;
}
.winners_info_date{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.winners_left{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}
.winners_date span{
    font-family: Axiforma;
    font-size: 14px;
    line-height: 27px;
    text-align: center;
    color: #0D3880;
    opacity: 0.55;
    width: 100%;
    display: block;
}

.winners_show{
    font-family: 'Axiforma bold';
    font-size: 20px;
    color: #0D3880; 
    margin-bottom: 40px;
}

.winners_main,
.fqa_text{
    overflow-x: hidden;
    overflow-y: scroll;
    height: 650px;
}

.winners_main::-webkit-scrollbar,
.fqa_text::-webkit-scrollbar{
    width: 8px;
}

.winners_main::-webkit-scrollbar-track,
.fqa_text::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 3px grey;
            box-shadow: inset 0 0 3px grey; 
    border-radius: 10px;
}

.winners_main::-webkit-scrollbar-thumb,
.fqa_text::-webkit-scrollbar-thumb{
    height: 50px;
    background: #0D3880; 
    border-radius: 10px;
}

.winners_main .prize{
    padding: 0 10%;
}

.winners_main h4{
    font-family: 'Axiforma bold';
    font-size: 20px;
    color: #0D3880;
    margin-bottom: 40px;
}

.winner p{
    font-family: 'Axiforma';
    font-size: 16px;
    color: #000000;
}

#winners_ .winners_date p{
    display: block;
    width: 100%;
    font-family: Axiforma;
    font-size: 14px;
    line-height: normal;
    text-align: center;
    color: #0D3880;
    opacity: 0.55;
    margin-bottom: 0;
}

#winners_ .prize{
    display: block;
    text-align: center;
    margin-top: 70px;
}

.slick-dots{
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: -1%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 98%;
    padding: 0px;
}

.slick-dots .slick-active{
    background: rgb(86, 93, 104) !important;
    height: 5px !important;
    width: 5px !important;
}
.slick-dots li{
    margin: 0px 2px;
    font-size: 0px;
    border-radius: 10px;
    height: 5px;
    width: 5px;
    padding: 0px;
    min-width: 0px !important;
    border: none;
    background: #0D3880;
}
.slick-dots li button{
    display: none;
  }


  /* popup */
  .popup_form{
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  padding: 50px;
  border-radius: 32px;
  /*position: fixed;
  */
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  -ms-border-radius: 32px;
  -o-border-radius: 32px;
}
.modal_style_wrap{
    padding: 100px 20px;
    border-radius: 35px;
    text-align: center;
}
.modal_style_inner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
}
.modal_btn_close{
    float: none;
}
.modal_btn_close span{
    font-size: 30px 100px;
}
.modal_style_inner p{
    font-family: 'Axiforma';
    font-size: 20px;
    line-height: 27px;
    color: #0D3880;
}
.m_content{
    padding:30px;
    border-radius: 20px !important;
    -webkit-border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    -ms-border-radius: 20px !important;
    -o-border-radius: 20px !important;
}
.modal-dialog {
    max-width:75% !important;
    width:100%;
}

.fqa_wrap{
    border-radius: 20px;
    padding: 30px;
}
.fqa{
    padding: 0px;
}
.fqa_close{
    font-size: 50px;
}
.fqa_text h5{
    font-family: 'Axiforma bold';
    font-size: 20px;
    color: #0D3880;
    margin-bottom: 20px;
}
.fqa_text p{
    font-family: 'Axiforma';
    font-size: 11px;
    color: #000000;
}

  @-webkit-keyframes gradient{
    0%{
        background-position: 100%;
    }
    25%{
         background-position: 0%;
     }
     50%{
         background-position: 100%;
     }
     75%{
         background-position: 0%;
     }
     100%{
         background-position: 100%;
     }
 }
 
 @keyframes gradient{
    0%{
        background-position: 100%;
    }
    25%{
         background-position: 0%;
     }
     50%{
         background-position: 100%;
     }
     75%{
         background-position: 0%;
     }
     100%{
         background-position: 100%;
     }
 }
  @media screen and (max-width: 1499px){
    .steps{
        font-size: 30px;
    }
    .main_info h2{
        font-size: 5vw;
    }
    .main_info{
        padding: 77px 40px 50px;
    }
    .main_info h2 span{
        font-size: 4vw;
    }
    .step_what{
        font-size: 25px;
        line-height: 35px;
    }
    .left_info{
        padding: 50px 0px;
    }
    .left_info h3{
        font-size: 40px;
    }
    .products{
        padding: 100px 0px;
    }
  }
  @media screen and (max-width: 1440px){
    .container{
        max-width: 1140px;
      }
      .menu li{
          padding: 0px 25px;
      }
      .rec_img{
          top: 60%;
          width: 50%;
          left: 35%;
      }
      .rew p{
          font-size: 30px;
      }
      .product_info ul{
          font-size: 20px;
      }
      .product_info li{
          font-size: 13px;
          padding: 5px 0px;
      }
      .footer_nav li{
        font-size: 10px;
      }
  }
@media screen and (max-width: 1199px){
    .main_section{
        margin-top: 69px;
    }
    .the_logo{
        padding: 18px 0px;
    }
    .menu{
        display: none;
    }
    .menu_res li{
        margin: 10px 0px;
    }
    .mob_icon{
        display: block;
        cursor: pointer;
    }
    .the_logo{
        width: 50%;
    }
    .main_info h2{
        line-height: 40px;
    }
    .main_info h2 span{
        line-height: 60px;
    }
    .game_period{
        padding-top: 100px;
    }
    .steps{
        font-size: 23px;
    }
    .rew_arrow{
        right: -11%;
    }
    .rules{
        padding-top: 60px;
        padding-bottom: 50px;
    }
    .fill_info{
        width: 100%;
        margin: 0px;
    }
    .reg_form{
        padding: 50px 15px;
    }
    .rew_tab {
        padding-top: 70px;
    }
    .rew p{
        font-size: 25px;
        line-height: 35px;
        margin-top: 35px;
    }
    .submit_error_msg, 
    .submit_error_confirm{
        width: 100%;
    }
    .rec_img{
        top: 25%;
        left: 50%;
        width: 20%;
    }
    .left_info{
        padding: 40px 0px;
    }
    .left_info h3{
        font-size: 30px;
        line-height: 40px;
    }
    .products{
        padding: 25px 0px 10px;
    }
    .product_ruls{
        font-size: 40px;
        line-height: 40px;
        padding-top: 30px;
    }
    .promo{
        font-size: 20px;
        line-height: 27px;
        padding-top: 30px;
    }
    .product_info{
        margin-left: 40px;
    }
    .footer_nav ul{
        padding: 20px 0px;
    }
    .footer_nav li{
        padding: 5px 0px;
        width: 100%;
        text-align: center;
    }
    .cookie-bar p{
        width:75% !important;
        padding: 20px 25px !important;
    }
    #winners .modal-dialog,
    #winners_ .modal-dialog{
        max-width: 97% !important;
        width: 100% !important;
    }
    #winners .modal-body,
    #winners_ .modal-body{
        padding: 20px !important;
    }
}
@media screen and (max-width: 768px){
    .rec_img{
        width: 25%;
        top: 35%;
    }
    .step_what{
        line-height: 30px;
    }
   
}
@media screen and (max-width: 767px) {
    .left_info{
        padding: 50px 0px;
    }
    .left_info h3{
        font-size: 25px;
        line-height: 35px;
    }
    .main_section{
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-left:0px; 
    }
    .main_info{
        padding: 35px 0px 50px;
    }
    #game_info span{
        font-size: 2.5625vw;
    }
    .step_what{
        line-height: 28px;
    }
    
    .product_info{
        width: 100%;
        padding: 20px 15px;
        margin: 0px;
    }
    .the_slider{
        padding: 10px 0px 10px;
    }
    .rew{
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .rew_arrow{
        bottom: -9%;
        left: 47.5%;
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
    }
    .outre_slide{
        margin: 0px auto 50px;
    }
    .product_ruls{
        font-size:45px;
    }
    .promo{
        font-size: 17px;
    }
    .slick-next.slick-arrow{
        left: 10% !important;
    }
    .cookie-bar p{
        width:100% !important;
        padding: 20px 25px 0px !important;
    }
    .winners_info_date{
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .winners_info_date span{
        width: 100%;
    }
    .modal-dialog{
        max-width: 100% !important;
    }
    .m_content{
        padding:10px;
    }

    #winners_ .prize img{
     display: block;
     margin: 0 auto;
    }
  }
  @media screen and (max-width: 499px){
      .main_section{
        background: url(../img/mob-main.png) no-repeat center;
        background-size: cover;
        height: 720px;
      }
      .main_info h2{
        font-size: 16vw;
      }
      .main_info h2 span{
        font-size: 14vw;
      }
      .main_info img{
        width: 91.677vw;
      }
      .game_period{
        padding-top: 69px;
      }
      #game_info span{
        font-size: 4.5625vw;
      }
      .sub_btn{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;    
      }
      .steps{
          font-size: 16px;
      }
      .rew_tab{
          padding-top: 15px;
      }
      .steps:before{
          margin-right: 10px;
      }
      .product_ruls{
          font-size: 20px;
          padding: 0px;
      }
      .img_circle{
          margin: 25px auto;
      }
      .how{
          padding-bottom: 35px;
      }
      .rew_arrow{
        left: 45.5%;
      }
      .promo{
          font-size: 11px;
          padding: 0px;
      }
      .left_info{
          padding: 10px 0px;
      }
      .error_msg_wrap{
        align-items: center !important;
      }
      .rec_img{
        position: static;
        width: 100%;
      }
      .step_what{
        font-size: 20px;
        line-height: 25px;
    }
    .slick-dots{
        top:55%;
    }
    .footer_nav ul{
        text-align: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .footer_nav li{
        font-size: 12px;
        padding: 5px 25px;
    }

    #winners h1,
    #winners_ h1{
        font-size: 25px;
    }
    #winners h2,
    #winners_ h2{
        font-size: 15px;
    }
    .winners_main h4{
        font-size: 15px;
    }
    .winner p{
        font-size: 14px;
    }
    
    .campaign_over h1 {
        font-family: 'Axiforma bold';
        font-size: 15px;
        color: #0D3880; 
        text-align: center;    
    }

  }
  @media screen and (max-width: 375px){
    .slick-dots{
        top: 50%;
    }
  }
  @media screen and (min-width: 1921px){
    .slide_wrap{
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    }
    .outre_slide{
        width: 16.77vw;
        height: 16.77vw;
    }
    .inner_slide{
        width: 15vw;
        height: 15vw;
    } 
    .product_info{
        margin-left: 10px;
    }
  }

  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){
    .main_info{
        padding: 125px 35px 50px;
    }
    .game_period{
        padding-top: 180px;
    }
    .menu li::before, .menu_res li::before{
        top:0px !important;
    }
    .main_info{
        transform: none;
        margin: 0px;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }
    .agree::before, .agree_second::before{
        font-weight: 100;
    }
  }
  
  
