@font-face {
    font-family: "HaginCapsMedium";
    src: url("../font/HaginCapsMedium.eot"); /* IE9 Compat Modes */
    src: url("../font/HaginCapsMedium.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
      url("../font/HaginCapsMedium.otf") format("opentype"), /* Open Type Font */
      url("../font/HaginCapsMedium.svg") format("svg"), /* Legacy iOS */
      url("../font/HaginCapsMedium.ttf") format("truetype"), /* Safari, Android, iOS */
      url("../font/HaginCapsMedium.woff") format("woff"), /* Modern Browsers */
      url("../font/HaginCapsMedium.woff2") format("woff2"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: "Impact";
    src: url("../font/impact.eot"); /* IE9 Compat Modes */
    src: url("../font/impact.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
      url("../font/impact.otf") format("opentype"), /* Open Type Font */
      url("../font/impact.svg") format("svg"), /* Legacy iOS */
      url("../font/impact.ttf") format("truetype"), /* Safari, Android, iOS */
      url("../font/impact.woff") format("woff"), /* Modern Browsers */
      url("../font/impact.woff2") format("woff2"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: "Axiforma-Regular";
    src: url("../font/Kastelov-AxiformaRegular.eot"); /* IE9 Compat Modes */
    src: url("../font/Kastelov-AxiformaRegular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
      url("../font/Kastelov-AxiformaRegular.otf") format("opentype"), /* Open Type Font */
      url("../font/Kastelov-AxiformaRegular.svg") format("svg"), /* Legacy iOS */
      url("../font/Kastelov-AxiformaRegular.ttf") format("truetype"), /* Safari, Android, iOS */
      url("../font/Kastelov-AxiformaRegular.woff") format("woff"), /* Modern Browsers */
      url("../font/Kastelov-AxiformaRegular.woff2") format("woff2"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
  }

body{
    margin: 0px;
    padding: 0px;
    font-family: "HaginCapsMedium";
    overflow-x: hidden;
}

#head_section{
    background: url(../img/Menu\ background.png)no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 57px;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 2;
}
.menu_wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end
}
.menu_btn{
    height: 35px;
    z-index: 100;
    cursor: pointer;
    margin: 15px 30px;
}
.logo img{
    width: 11vw;
    position: absolute;
    top: -12px;
    min-width: 100px;
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    cursor: pointer;
}
.line{
    height: 4px;
    width: 40px;
    min-width: 30px;
    opacity: 1;
    background: #fff;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}
.line_two{
    margin: 7px 0px;
}
.rot_one{
    transform: rotate(45deg);
    position: absolute;
    top: 30px;
    z-index: 100;
    background: #C4C4C4;
    border-radius: 55px;
    -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;
    top: 30px;
    z-index: 100;
    background: #C4C4C4;
    border-radius: 55px;
    margin: 0px !important;
    -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);
}
.line_hide{
    opacity: 0;
    transition:0.3s ease;
    -webkit-transition:0.3s ease;
    -moz-transition:0.3s ease;
    -ms-transition:0.3s ease;
    -o-transition:0.3s ease;
}
.menu{
    position: absolute;
    top:0px;
    left: 0px;
    padding: 0px 0px 30px 0px;
    width: 100%;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 2px 69px rgba(0, 0, 0, 0.112715);
            box-shadow: 0px 2px 69px rgba(0, 0, 0, 0.112715);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    transform: translateY(-1000px);
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transform: translateY(-1000px);
    -moz-transform: translateY(-1000px);
    -ms-transform: translateY(-1000px);
    -o-transform: translateY(-1000px);
}
.menu_slide{
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
}
.logo_menu{
    background: url(../img/Protecta_LOGO.png)no-repeat;
    background-position: center;
    background-size: contain;
    margin: 0px auto;
    height: 150px;
    width: 100%;
    min-width: 100px;
    cursor: pointer;
}
.menu ul{
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
}
.menu li{
    margin:10px 83px 10px 0px;
}
.menu li a{
    font-size: 20px;
    line-height: 20px;
    color: #262C30;
    text-decoration: none;
    cursor: pointer;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}
.menu a:hover {
    border-bottom: 2px solid #FFDF51;
}
#hero{
    padding-top: 57px;
}
.hero_img{
    background: url(../img/main_yellow.png)no-repeat;
    background-position: center;
    background-size: cover;
    height: calc(100vh - 57px);
    min-height:320px;
}

.hero_wrap{
    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;
    padding: 100px 0px;
    align-items: center;
    z-index: 1;
    position: relative;
}

.banner_img{
    width: 100vh;
    min-width: 100px;
}
.reward_img{
    background: url(../img/red_back.png)no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 44.074%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.rewards_wrap_img{
    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;
}
.rewards_wrap_img img{
    height:20vw ;
    min-height: 250px;
}

.rewards{
    background: url(../img/rew_background.png)no-repeat;
    background-size: cover;
    width: 100%;
    margin: 0px;
    padding: 42px 0px 0px 0px;
}
.rew{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.left_hero{
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.left_hero img{
    height: 22.604vw;
}
.right_hero{
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}
.right_hero img{
    height: 19.0625vw;
}
.how_to{
    padding: 157px 0px 165px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: hidden;
}
.how_to h3{
    font-size: 35px;
    line-height: 35px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #171717;
    margin: 0 auto;    
}
.inner_wrap{
    margin: 115px 56px 56px 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.inner_wrap img{
    margin: 0 auto;
}

.how_to_participate p{
    font-size: 35px;
    line-height: 50px;
    text-align: center;
    color: #370A14;
}
.value{
    text-align: center;
    font-size: 16px !important;
    width: 100%;
}
.participate_btn{
    margin: 32px auto;
}
.participate_btn button{
    width: 290px;
    height: 63px;
    background: linear-gradient(285.49deg, #370A14 -34.45%, #8A293A 117.79%);
    font-family: "Impact";
    text-transform: uppercase;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 1px;
    color: #FFFFFF;
    border: none;
    outline: none;
    cursor: pointer;
    -webkit-transform: scale(1);
            transform: scale(1);
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}
.participate_btn button:hover,
#call_to:hover,
.see_all button:hover{
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
}
.participate_btn img{
    padding-left: 11px;
}
#registration{
    background: #FFDF51;
    padding: 142px 0px;
    overflow: hidden;
}
.reg_form h3{
    text-align: center;
    font-size: 35px;
    line-height: 35px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #171717;
    padding-bottom: 114px;

}
.left_form{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0px 35px;
}
.right_form{
    padding: 0px 35px;
}
.clear{
    overflow: hidden;
}
.left_form input,
.up{
    border: none;
    background: rgba(00,00,00,0);
    padding-bottom: 29px;
    padding-top: 32px;
    outline: none;
    font-family: "Impact";
    padding-left: 30px;
    width: 100%;
}
.clear::after,
.upload_before::after,
.upload_after::after{
    content: "";
    width: 100%;
    height: 1px;
    background: #000;
    display: block;
}

.left_form input::-webkit-input-placeholder,
.up::-webkit-input-placeholder{
    font-family: "Impact";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #171717;
    opacity: 0.5;
}

.left_form input:-ms-input-placeholder,
.up:-ms-input-placeholder{
    font-family: "Impact";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #171717;
    opacity: 0.5;
}

.left_form input::-ms-input-placeholder,
.up::-ms-input-placeholder{
    font-family: "Impact";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #171717;
    opacity: 0.5;
}

.left_form input::placeholder,
.up::placeholder{
    font-family: "Impact";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #171717;
    background: rgba(00,00,00,0);
    opacity: 0.5;
    transform: scale(1)translateY(0px)translateX(0px);
    transition:0.3s ease;
    -webkit-transition:0.3s ease;
    -moz-transition:0.3s ease;
    -ms-transition:0.3s ease;
    -o-transition:0.3s ease;
    -webkit-transform: scale(1)translateY(0px)translateX(0px);
    -moz-transform: scale(1)translateY(0px)translateX(0px);
    -ms-transform: scale(1)translateY(0px)translateX(0px);
    -o-transform: scale(1)translateY(0px)translateX(0px);
}
.left_form input:focus::-webkit-input-placeholder{
    transform: scale(0.8)translateY(-35px)translateX(-80px);
    -webkit-transform: scale(0.8)translateY(-35px)translateX(-80px);
    -moz-transform: scale(0.8)translateY(-35px)translateX(-80px);
    -ms-transform: scale(0.8)translateY(-35px)translateX(-80px);
    -o-transform: scale(0.8)translateY(-35px)translateX(-80px);
}
.left_form input:focus:-ms-input-placeholder{
    transform: scale(0.8)translateY(-35px)translateX(-80px);
    -webkit-transform: scale(0.8)translateY(-35px)translateX(-80px);
    -moz-transform: scale(0.8)translateY(-35px)translateX(-80px);
    -ms-transform: scale(0.8)translateY(-35px)translateX(-80px);
    -o-transform: scale(0.8)translateY(-35px)translateX(-80px);
}
.left_form input:focus::-ms-input-placeholder{
    transform: scale(0.8)translateY(-35px)translateX(-80px);
    -webkit-transform: scale(0.8)translateY(-35px)translateX(-80px);
    -moz-transform: scale(0.8)translateY(-35px)translateX(-80px);
    -ms-transform: scale(0.8)translateY(-35px)translateX(-80px);
    -o-transform: scale(0.8)translateY(-35px)translateX(-80px);
}
.left_form input:focus::placeholder{
    transform: scale(0.8)translateY(-35px)translateX(-80px);
    -webkit-transform: scale(0.8)translateY(-35px)translateX(-80px);
    -moz-transform: scale(0.8)translateY(-35px)translateX(-80px);
    -ms-transform: scale(0.8)translateY(-35px)translateX(-80px);
    -o-transform: scale(0.8)translateY(-35px)translateX(-80px);
}
#uploader_before,
#uploader_after{
    opacity: 0;
    position: absolute;
    width: 50%;
    cursor: pointer;
    position: absolute;
    left: 35px;
}
#uploader_before{
    top: 28px;
}
#uploader_after{
    top: 115px;
}
.upload_before label,
.upload_after label{
    display: inline ;
}

.up{
    width: 100%;
    position: relative;
}

.up_icon{
    background: #4F131F;
    height: 40px;
    width: 40px;
    padding: 7px;
    position: absolute;
    right: 60px;
    cursor: pointer;
    overflow: hidden;
    top: 28px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.up_icon_after{
    top: 110px !important;
}
.up_arrow{
    width: 20px;
    height: 6px;
    cursor: pointer;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    margin: 0px 3px;
    background: #FFDF51;
    transition:0.5s ease;
    transform: rotateZ(90deg)translateX(60%);
    -webkit-transition:0.5s ease;
    -moz-transition:0.5s ease;
    -ms-transition:0.5s ease;
    -o-transition:0.5s ease;
    -webkit-transform: rotateZ(90deg)translateX(60%);
    -moz-transform: rotateZ(90deg)translateX(60%);
    -ms-transform: rotateZ(90deg)translateX(60%);
    -o-transform: rotateZ(90deg)translateX(60%);
}
.up_arrow:before{
    content: "";
    cursor: pointer;
    display: block;
    border-left: 6px solid #FFDF51;
    border-bottom: 6px solid #FFDF51;
    position: absolute;
    width: 20px;
    height: 20px;
    transform: rotateZ(45deg)translateX(-6px)translateY(-4px);
}

.upload_rules p {
    font-family: "Axiforma-Regular";
    font-style: normal;
    font-weight: 500;
    font-size: 9px;
    line-height: 28px;
    text-transform: uppercase;
    color: #6B6344;
    margin: 0px;
}
.upload_rules p:nth-of-type(1){
    margin-top: 10px;
}
.period{
    font-weight: 900;
    color: #000;
}
.i_agree{
    margin-top: 14px;
}

.i_agree label,
.i_agree_rules label{
    border: 0.5px solid #000000;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 2px;
    width: 11px;
    height: 11px;
    position: absolute;
    margin: 8px 0px 0px -11px;
    cursor: pointer;
    z-index: 1;
}
#i_agree,
#i_agree_rules{
    opacity: 0;
    position: relative;
    cursor: pointer;
}
#i_agree:checked + label,
#i_agree_rules:checked + label{
    background: url(../img/x.png)no-repeat;
    background-size: cover;
}
.i_agree span,
.i_agree_rules span{
    font-family: "Axiforma-Regular";
    text-transform: uppercase;
    font-style: normal;
    font-weight: 500;
    font-size: 9px;
    line-height: 28px;
    color: rgba(44, 46, 63, 0.7);
    padding-left: 15px;
}
.submit{
    margin:79px auto; 
}
#call_to{
    width: 261px;
    height: 63px;
    background: linear-gradient(284.01deg, #370A14 -34.45%, #8A293A 117.79%);
    border: none;
    outline: none;
    font-family: "Impact";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 43px;
    color: #FFFFFF;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

#gallery{
    background: url(../img/slider_back.png)no-repeat;
    padding: 50px 0px;
    background-size: cover;
    overflow: hidden;
}
#game_products{
  overflow: hidden;
}
#game_products h3,
#gallery h3{
    font-size: 35px;
    line-height: 35px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #171717;
    text-align: center;
    padding: 168px 0px 75px 0px;
}

.products img{
    width: 100%;
    height: auto;
    margin: 0 auto;
}
#gallery h3{
    color: #fff;
}
.products_wrap{
    max-width: 1310px;
    padding-bottom: 168px;
}
.products{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;  
}
.products p{
    font-family: "Impact";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #171717;
    opacity: 0.5;
    text-align: center;
    margin: 53px auto;
    width: 100%;
}
.gallery_wrap,
.red_wrap{
    max-width: 1310px;
}

.slick-slide img{
    height: 420px;
    width: auto !important;
}
.slick-slide{
    margin: 0px 15px 0px 15px;
    overflow: hidden;
}
.slick-next,
.slick-prev{
    position: absolute;
    z-index: 1;
    width: 100px;
    height: 100px;
    border: none;
    background: #FFFFFF;
    cursor: pointer;
}
.slick-prev{
    -webkit-box-shadow: 10px 4px 20px rgba(0, 0, 0, 0.25);
            box-shadow: 10px 4px 20px rgba(0, 0, 0, 0.25);
    left: -118px;
    top: 50%;
    -webkit-transform: translate(0px, -50%);
            transform: translate(0px, -50%);
}
.slick-next{
    right: -118px;
    -webkit-box-shadow: 20px 5px 20px rgba(0, 0, 0, 0.25);
            box-shadow: 20px 5px 20px rgba(0, 0, 0, 0.25);
    top: 50%;
    -webkit-transform: translate(0px, -50%);
            transform: translate(0px, -50%);
}
.before_after{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
}
.before_after p{
    font-size: 35px;
    line-height: 35px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #171717;
}
.on_slider p{
    color:#fff !important;
}
.before_text{
    padding-left: 15px;
}
.after_text{
    margin-left: auto;
    padding-right: 15px;
}
.see_all{
    padding: 29px 0px 0px 15px;
}
.see_all span{
    font-family: "Impact";
    font-style: normal;
    font-weight: normal;
    font-size: 26px;
    line-height: 140.88%;
    letter-spacing: 0.01em;
    color: #370A14;
    padding-right: 171px;
}

.see_all button{
    width: 261px;
    height: 63px;
    background: #fff;
    font-family: "Impact";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #95052D;
    border: none;
    outline: none;
    cursor: pointer;
    transition:0.3s ease;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transition:0.3s ease;
    -moz-transition:0.3s ease;
    -ms-transition:0.3s ease;
    -o-transition:0.3s ease;
}
#redirect_pats{
    overflow: hidden;
}
#redirect_pats h3{
    font-size: 35px;
    line-height: 35px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #870227;
    text-align: center;
    padding: 54px 0px 91px 0px;
}
.red_wrap{
    padding-bottom: 80px;
}
.redirect{
    margin-bottom: 40px;
}

.redirect_btn {
    width: 169px;
    height: 47px;
    background: #9D0731;
    padding: 15px 25px;
    font-family: "Impact";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}
.redirect_btn:hover{
    color: #000;
    text-decoration: none;
}
.redirect_btn img{
    padding-left: 7px;
}

.redirect p{
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    color: #820125;
    padding-bottom: 44px;
}
.red{
    margin-bottom: 19px;
}
.red img{
    width: 100%;
}

.red_text{
    background: #E3E3E3;
    height: auto;
    padding: 26px 30px;
    width: 100%;
}
.text_one{
    padding: 26px 30px 50px;
}
.red_text span{
    font-family: "Impact";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.01em;
    color: #370A14;
}
.foot_images{
    position: relative;
}

.f_image{
    background: url(../img/Menu\ background.png)no-repeat;
    background-size: cover;
    height:62px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.foot_logo{
    margin: 0px auto;
}
.foot_logo img{
    height: 8vw;
    min-height: 80px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}
.footer_nav{
    background: #370A14;
}
.footer_nav ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
}
.footer_nav{
    padding: 15px 0px;
}

.footer_nav li {
    font-family: "Axiforma-Regular";
    font-size: 13px;
    line-height: 28px;
    letter-spacing: -0.379167px;
    color: rgba(255, 255, 255, 0.7);
}
.footer_nav li a{
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}
.footer_nav li a:hover{
    color: #FFDF51;
}

/* modal */
#exampleModalScrollable{
    padding: 0px;
}
.close{
    font-size: 3.5rem;
    padding: 2rem !important;
}
.modal-header{
    border: 0px !important;
}
.modal-dialog{
    max-width: 1218px;
}
.modal-title,
.place_city{
    font-size: 35px;
    line-height: 35px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #171717;
    text-align: center;
    padding-bottom: 76px;
}
.place_city{
    text-align: left;
    padding-bottom: 35px;
}
.modal-content{
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -ms-border-radius: 0px !important;
    -o-border-radius: 0px !important;
}
.modal_img{
    overflow: hidden;
    padding: 20px 0px;
}
.modal_img img{
    width: 100%;
}
.modal_wrap_img_left,
.modal_wrap_img_right{
    padding: 0px 15px;
}
.modal-dialog{
    margin: 0.5rem auto !important;
}
.modal_gallery,
.modal_winners{
    overflow-x: hidden;
    overflow-y: scroll;
    height: 650px;
}
.modal_gallery::-webkit-scrollbar,
.modal_winners::-webkit-scrollbar{
    width: 8px;
    margin-left: 15px;
}

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

.modal_gallery::-webkit-scrollbar-thumb,
.modal_winners::-webkit-scrollbar-thumb{
    height: 50px;
    background:#370A14; 
    border-radius: 10px;
}
.modal_gallery .row{
    margin-bottom: 100px;
}
.after_text_mob,
    .before_text_mob{
        display: none;
    }
.modal_winners .row{
    padding-bottom: 94px;
}
.modal_winners img{
    width: 100%;
}
.modal_winners h5{
    font-size: 20px;
    line-height: 20px;
    color: #370A14;
    padding: 30px 0px;
}


/* @mediaquery */
@media  screen and (min-width: 1921px){
    .logo img{
        width: 6vw;
    }
}
@media  screen and (max-width: 1499px) {
    .logo_menu{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 10px auto;
    }
    .menu ul{
        margin: 0px auto;
    }
    .menu li{
        margin: 10px 50px 10px 0px;
    }
    .how_to h2,
    .reg_form h3,
    #game_products h3,
    #gallery h3,
    #redirect_pats h3{
        font-size: 30px;
    }
    .how_to_participate p{
        font-size: 25px;
        line-height: 30px;
    }
    .reg_form h3{
        padding-bottom: 10px;
    }
    #the_form{
        padding-bottom: 0px;
    }
    .submit{
        margin: 50px auto;
    }
    #call_to{
        margin-top: 0px;
    }
    /* .products img{
        transform: scale(0.7);
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
    } */
    .before_after p{
        font-size: 25px;
    }
   
    #gallery h3{
        padding: 59px 0px 0px 0px;
    }
    .gallery_wrap,
     .red_wrap{
        max-width: 1140px;
    }
    .slick-next,
     .slick-prev{
        width: 70px;
        height: 70px;
    }
    .slick-next{
        right:0px;
    }
    .slick-prev{
        left: 0px;
    }
    .hero_wrap{
        padding: 65px 0px;
    }
    #redirect_pats h3{
        padding: 54px 0px 35px 0px;
    }
    .redirect p{
        font-size: 25px;
        padding-bottom: 15px;
    }
    .red_text span{
        font-size: 14px;
    }
    .red_wrap{
        padding-bottom: 142px;
    }
  }
  @media  screen and (max-width: 1024px){
    .logo_menu{
        height: 85px;
    }
    .hero_img{
        height: auto;
    }
    .reward_img{
        position: relative;
        padding: 100px 0px;
    }
    .hero_wrap {
        padding: 50px 0px;
    }
    .rewards_wrap_img img{
        min-height: 120px;
    }
    .banner_img{
        width: 50vh;
    }
    .menu li{
        width: 100%;
    }
    .menu li a{
        font-size: 18px;
    }
    #registration{
        padding: 50px 15px;
    }
    .left_form,
    .right_form{
        padding: 0px 15px 0px 15px;
    }
    .submit{
        margin: 0px auto;
    }
    #call_to{
        margin-top: 25px;
    }
    .products img{
        width: auto;
        height: 150px;
    }
    #gallery{
        padding: 50px 0px;
    }
    #gallery h3{
        padding: 0px 30px;
    }
    .red_text{
        padding: 25px 15px;
    }
    .cookie-bar p{
        width: 100% !important;
        padding: 20px 25px 0px 25px !important;
    }
    
  }
@media  screen and (max-width: 768px) {
    .hero_wrap{
        padding: 100px 0px;
    }
    .after_text_mob,
    .before_text_mob{
        display: block;
    }
    .on_modal{
        display: none;
    }
    .redirect p{
        font-size: 20px;
    }
    .red_wrap{
        padding-bottom: 30px;
    }
    
  }
  @media  screen and (max-width: 499px){
    .how_to{
        padding: 50px 15px;
    }
    .how_to h3, .reg_form h3, #game_products h3, #gallery h3, #redirect_pats h3{
        font-size: 25px !important;
    }
    .inner_wrap{
        margin: 10px 50px 10px 50px;
    }
    .inner_wrap img{
        width: 50%;
    }
    .how_to_participate p{
        font-size: 15px;
        line-height: 15px;
    }
    .how_to_participate p br{
        display: none;
    }
    .participate_btn{
        margin: 0 auto;
    }
    .participate_btn button,
    #call_to,
    .see_all button{
        width: 220px;
        height: 50px;
        font-size: 15px;
    }
    .see_all{
        padding: 0px;
        display: flex;
        flex-wrap: wrap;
    }
    .see_all button{
        margin: 20px auto;
    }
    .products_wrap{
        padding-bottom: 15px;
    }
    #registration{
        padding: 30px 0px;
    }
    .left_form input::-ms-input-placeholder,
    .up::-ms-input-placeholder{
        font-size: 13px;
    }
    .upload_rules p{
        font-size: 8px;
        line-height: 15px;
    }
    .i_agree{
        margin: 0px;
    }
    #game_products h3{   
        padding: 15px 0px;
    }
    
    .products p{
        margin: 15px auto;
    }
    .before_after{
        opacity: 0;
    }
    .footer_nav li{
        width: 100%;
        text-align: center;
    }
    .left_form input, .up{
        padding: 10px;
    }
    .up_icon {
        top: 3px;
        transform: scale(0.8);
    }
    .up_icon_after{
        top:50px !important;
    }
    .upload_after label, #uploader_after{
        top: 63px;
    }
    .i_agree label,
    .i_agree_rules label{
        width: 15px;
        height: 15px;
        margin: 5px 0px 0px -11px;
    }
    .upload_rules p{
        letter-spacing: 1px;
    }
    #redirect_pats h3{
        padding: 15px 0px;
        margin: 0px;
    }
    .redirect p{
        padding-bottom: 0px;
    }
    .red_text{
        padding: 15px;
    }
    .red_text span{
        font-size: 12px;
    }
  }
  @media  screen and (max-width: 321px){
    .hero_wrap{
        padding: 65px 15px;
    }
    .reward_img{
        padding: 80px 0px;
    }
    .how_to{
        padding: 25px 15px;
    }
    #registration{
        padding: 15px 0px;
    }
  }




  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){
    .how_to{
        display: block;
    }
    .how_to h2,
    .participate_btn{
        text-align: center;
    }
    .footer_nav{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .footer_nav nav {
        margin: 0 auto;
    }
    .footer_nav li{
        padding: 0px 60px;
    }
  }

