body
{
    margin:0;
    overflow-x:hidden;
    font-family: 'Montserrat', sans-serif;
}
.container
{
    width:100%;
    overflow-x:hidden;
}
.cl
{
    clear:both;
}
.anchor-x
{
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
}
.anchor-xy
{
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.anchor-y
{
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
}
.hero
{
    width:100%;
    height:100vh;
    background-image:url(../img/background.jpg);
    background-size:cover;
    background-position:center center;
    overflow:hidden;
    position:relative;
}
.hero .rings
{
    position:absolute;
    right:10%;
    bottom:-30%;
    height:90%;
    max-height:1000px;
    opacity:0;
}
.hero .lubin
{
    position:absolute;
    right:8%;
    opacity:0;
    height:90%;
    max-height:1000px;
    bottom:-10%;
}
.shadow-back
{
    width:100%;
    height:100%;
    background: rgb(255,228,77);
    background: -moz-radial-gradient(circle, rgba(255,228,77,1) -100%, rgba(42,51,74,1) 0%, rgba(42,51,74,0) 0%, rgba(17,21,31,0.7) 100%);
    background: -webkit-radial-gradient(circle, rgba(255,228,77,1) -100%, rgba(42,51,74,1) 0%, rgba(42,51,74,0) 0%, rgba(17,21,31,0.7) 100%);
    background: radial-gradient(circle, rgba(255,228,77,1) -100%, rgba(42,51,74,1) 0%, rgba(42,51,74,0) 0%, rgba(17,21,31,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe44d",endColorstr="#11151f",GradientType=1);
    position:absolute;
    top:0;
    left:0;
}
.header
{
    width:100%;
    padding-top:30px;
    position:relative;
    z-index:2;
}
.content-holder
{
    width:96%;
    max-width:1200px;
    margin:0 auto;
}
.header-logo
{
    float:left;
    width:120px;
}
.lkf-logo
{
    width:100px;
    position:relative;
    top:-10px;
    float:right;
}
.meniu-holder
{
    width:60%;
    position:absolute;
    top:50px;
    left:50%;
    max-width:800px;
}
.meniu-item
{
    float:left;
    width:25%;
    text-align:center;
    font-size:18px;
    color:white;
    font-weight:500;
    cursor:pointer;
}
.meniu-item:hover
{
    opacity:0.8;
}
.hero-content
{
    max-width:600px;
    width:96%;
    float:left;
    min-height:400px;
    position:absolute;
    top:50%;
}
.logo
{
    width:90%;
    max-width:450px;
}
p
{
    font-size:14px;
    line-height:24px;
    color:white;
    margin-top:20px;
    max-width:500px;
}
.custom-button
{
    background-color:#015A2B;
    padding:16px;
    padding-left:40px;
    padding-right:40px;
    cursor:pointer;
    display:inline-table;
    margin-top:20px;
    color:white;
    text-align:center;
    font-size:20px;
    font-weight:600;
    font-family: Oxanium,sans-serif;
}
.checkbox
{
    display:inline-table;
    margin-right:8px;
    width:20px;
    border-radius:4px;
    border:1px solid #015A2B;
    cursor:pointer;
    height:20px;
    position:relative;
    top:-16px;
}
.success-form
{
    display:none;
    color:black;
    font-size:18px;
}
.check
{
    opacity:0;
    width:12px;
    height:12px;
    border-radius:50%;
    position:absolute;
    top:50%;
    left:50%;
    background-color:#015A2B;
}
.error-field
{
    border:1px solid red !important;
}
.checkbox-label
{
    font-size:18px;
    display:inline-table;
}
.custom-button:hover
{
    opacity:0.8;
}
.arrow-down {
    position:absolute;
    bottom:2%;
    left:30%;
}
.vote-section, .suggestion-section
{
    width:100%;
    min-height:500px;
    background: rgb(255,228,77);
    background: -moz-radial-gradient(circle, rgba(255,228,77,1) -100%, rgba(0,119,52,1) 0%, rgba(0,119,52,1) 28%, rgba(0,82,40,1) 100%);
    background: -webkit-radial-gradient(circle, rgba(255,228,77,1) -100%, rgba(0,119,52,1) 0%, rgba(0,119,52,1) 28%, rgba(0,82,40,1) 100%);
    background: radial-gradient(circle, rgba(255,228,77,1) -100%, rgba(0,119,52,1) 0%, rgba(0,119,52,1) 28%, rgba(0,82,40,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe44d",endColorstr="#005228",GradientType=1);
    position:relative;
    padding-bottom:60px;
}
.offer-input
{
    padding:60px;
    border:1px solid white;
    border-radius:6px;
    background:none;
    width:80%;
    max-width:460px;
    font-size:20px;
    color:white;
    outline:none;
    text-align:center;
    font-family:Montserrat,sans-serif;
}
.offer-input::placeholder
{
    opacity:0.5;
    color:#FAFAFA;
}
.offer-holder
{
    margin-top:30px;
    margin-bottom:30px;
    text-align:center;
}
.vote-content
{
    position:relative;
    z-index:2;
}
.vote-decor
{
    background-image:url(../img/graphic-element.svg?C=1);
    background-position:center center;
    background-repeat:no-repeat;
    width:100%;
    height:100%;
    position:absolute;
}
h2
{
    text-transform: uppercase;
    color:white;
    font-size:53px;
    margin-top:0;
    padding-top:50px;
    font-family: Oxanium,sans-serif;
    text-align:center;
}
.prize-section h2, .aikstele-section h2
{
    text-align:left;
    padding-top:160px;
}
.swiper-container
{
    width:100%;
    margin-top:50px;
    margin-bottom:20px;
}
.swiper-item
{
    width:33%;
    float:left;
}
.image-holder
{
    width:250px;
    height:250px;
    border-radius:25px;
    background-color:black;
    margin:0 auto;
    margin-top:25px;
    background-position:center center;
    background-size:cover;
}
.vote-section .vote-listing
{
    width:100%;
    margin-top:40px;
    text-align:center;
}
.vote-category
{
    display:inline-table;
    margin-left:20px;
    margin-right:20px;
    font-size:23px;
    color:white;
    text-align:left;
    padding-top:5px;
    font-family: Oxanium,sans-serif;
    text-transform: uppercase;
}
.active
{
    border-bottom:3px solid #FFC700;
}
.vote-message
{
    font-size:16px;
    text-align:center;
    margin-top:12px;
    margin-bottom:12px;
    color:#FFC700;
}
.inactive
{
    padding-left:26px;
    background-image:url(../img/lock.svg);
    background-repeat:no-repeat;
    background-position:left center;
    background-size:auto 22px;
    opacity:0.6;
    pointer-events: none;
}
.item-title
{
    font-size:18px;
    max-width:250px;
    text-align:center;
    color:white;
    margin:0 auto;
    margin-top:10px;
    margin-bottom:10px;
    font-family: Oxanium,sans-serif;
    font-weight:600;
}
.item-about
{
    font-size:12px;
    max-width:250px;
    text-align:center;
    color:white;
    margin:0 auto;
    margin-bottom:10px;
}
.default-button
{
    border-top:1px solid white;
    width:80%;
    max-width:220px;
    margin:0 auto;
    border-bottom:1px solid white;
    padding-top:10px;
    padding-bottom:10px;
    font-size:22px;
    text-align:center;
    cursor:pointer;
    color:white;
    font-family: Oxanium,sans-serif;
    font-weight:600;
}
.vote-button
{
    transition:0.2s;
    width:80%;
    max-width:220px;
    margin:0 auto;
    padding-top:10px;
    padding-bottom:10px;
    font-size:22px;
    text-align:center;
    background-color:white;
    border-radius:12px;
    cursor:pointer;
    color:#015A2B;
    font-family: Oxanium,sans-serif;
    font-weight:600;
    position:absolute;
    bottom:20px;
    left:50%;
}
.default-button:hover
{
    opacity:0.8;
}
.ad-position
{
    text-align:center;
    margin-top:50px;
    margin-bottom:50px;
}
.ad-desktop
{
    display:inline-table;
    opacity:0.4;
    width:1200px;
    height:250px;
    background-color:#C4C4C4;
}
.visual-section
{
    width:100%;
    height:100vh;

    background-size:cover;
    background-position:center center;
    overflow:hidden;
    position:relative;
}
.v1
{
    background-image:url(../img/background-2.jpg);
}
.v2
{
    background-image:url(../img/background-3.jpg?C=1);
}
.v3
{
    background-image:url(../img/background-4.jpg?C=1);
}
.visual-section .circle-1
{
    position:absolute;
    bottom:-50%;
    left:25%;
    width:25%;
    max-width:500px;
}
.visual-section .circle-2
{
    position:absolute;
    right:-25%;
    top:35%;
    width:25%;
    max-width:500px;
}
.visual-section .logo-100
{
    position:absolute;
    top:50%;
    left:50%;
    width:80%;
    max-width:820px;
}
.prize-section, .aikstele-section
{
    width:100%;
    height:100vh;
    background: rgb(255,228,77);
    background: -moz-radial-gradient(circle, rgba(255,228,77,1) -100%, rgba(0,119,52,1) 0%, rgba(0,119,52,1) 28%, rgba(0,82,40,1) 100%);
    background: -webkit-radial-gradient(circle, rgba(255,228,77,1) -100%, rgba(0,119,52,1) 0%, rgba(0,119,52,1) 28%, rgba(0,82,40,1) 100%);
    background: radial-gradient(circle, rgba(255,228,77,1) -100%, rgba(0,119,52,1) 0%, rgba(0,119,52,1) 28%, rgba(0,82,40,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe44d",endColorstr="#005228",GradientType=1);
}
.col-5
{
    width:50%;
    float:left;
}
.aikstele
{
    width:140%;
    margin-left:-20%;
}
.prize-holder
{
    padding-top:60px;
    padding-bottom:60px;
}
.prizes
{
    width:96%;
}
.disable-nav
{
    overflow: hidden !important;
}
.popup
{
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color:rgba(0,0,0,0.6);
    overflow: auto;
    box-sizing: border-box;
    opacity: 0;
    pointer-events: none;
    transition: all 0.2s ease-in-out;
    z-index: 9999;
}
.popup-holder
{
    width:90%;
    max-width:620px;
    margin:0 auto;
    margin-top:50px;
    border-radius:25px;
    background-color:white;
    position:relative;
    margin-bottom:50px;
}
.hero-vote-bt
{
    display:none;
}
.popup-rules .popup-holder
{
    max-width:760px;
}
.popup-active
{
    opacity: 1;
    pointer-events: all;
}
.close-bt
{
    position:absolute;
    top:15px;
    right:15px;
    cursor:pointer;
    font-size:32px;
}
.popup-wrapper
{
    padding:36px;
}
.popup-image
{
    width:100%;
    height:320px;
    border-radius:25px;
    background-color:black;
    background-size:cover;
    background-position:center center;
}
.popup-rules p
{
    color:black;
}
.popup-rules h2, .popup-register h2
{
    color:black;
    font-size:32px;
    padding-top:0;
}
.form-label
{
    font-size:18px;
    font-weight:bold;
    font-family: Oxanium,sans-serif;
    margin-bottom:2px;
}
.registration-form
{
    width:90%;
    margin:0 auto;
    max-width:420px;
}
.custom-input
{
    width:calc(100% - 32px);
    margin-bottom:30px;
    background:white;
    outline:none;
    border:1px solid #666666;
    padding:16px;
    font-size:18px;
    border-radius:6px;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev
{
    color:white !important;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next
{
    color:white !important;
}
.popup-title
{
    font-size:26px;
    text-align:center;
    margin-top:10px;
    margin-bottom:10px;
    font-weight:bold;
}
.popup-about
{
    font-size:18px;
    line-height:26px;
    color:black;
    text-align:center;
}
.close-bt:hover
{
    opacity:0.8;
}
.votes-left-holder
{
    display:none;
    max-width:220px;
    width:60%;
    padding:8px;
    background-color:white;
    border-top-right-radius:12px;
    position:fixed;
    bottom:0;
    left:0;
    text-align:center;
    z-index:22;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.25);
}
.votes-titles
{
    font-weight:bold;
    font-size:18px;
    margin-bottom:10px;
    display:inline-table;
    color:rgba(0,82,40,1);
}
.votes-left
{
    font-size:32px;
    font-weight:bold;
    display:inline-table;
    margin-left:10px;
    color:rgba(0,82,40,1);
}
.shake {
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}
.register-button
{
    display:none;
    width:80%;
    border-radius:6px;
    padding:18px;
    font-size:18px;
    font-weight:bold;
    text-align:center;
    color:white;
    background-color:rgba(0,82,40,1);
    cursor:pointer;
    margin:0 auto;
}
.register-button:hover
{
    opacity:0.8;
}
.gallery-holder
{
    width:calc(100% - 20px);
    max-width:1440px;
    margin:0 auto;
    text-align:center;
    margin-top:50px;
    margin-bottom:50px;
    position:relative;
    z-index:1;
}
.gallery-item
{
    width: 320px;
    background-image: url(../img/graphic-element.svg?C=1);
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    background-color: #003207;
    border-radius: 12px;
    margin: 12px;
    display: inline-table;
    min-height: 480px;
    padding-bottom: 60px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
@media screen and (max-width: 780px) {

    .meniu-holder
    {
        display:none;
    }
    .hero
    {
        height:140vh;
    }
    .hero .rings {
        position: absolute;
        right: -30%;
        bottom: -8%;
        width: 100%;
        height:auto;
        max-height: 1000px;
        opacity: 0;
    }
    .hero .lubin {
        position: absolute;
        right: -23%;
        opacity: 0;
         height: auto;
        width: 90%;
        max-height: 1000px;
        bottom: -10%;
    }
    .hero p
    {
        text-shadow: 0px 0px 6px rgba(0,0,0,0.5);
    }

    h2 {

        font-size: 8vw;
    }
    .vote-category
    {
        font-size: 5vw;
        margin-bottom: 10px;
    }
    .item-title {
        font-size: 7vw;
    }
    .vote-button
    {
        font-size: 7vw;
    }
    .offer-input {
        padding: 30px;
        border: 1px solid white;
        border-radius: 6px;
        background: none;
        width: 70%;
        max-width: 460px;
        font-size: 4vw;
        color: white;
        outline: none;
        text-align: center;
        font-family: Montserrat,sans-serif;
    }
    .visual-section {
        height: 45vh;
    }
    .col-5 {
        width: 100%;
    }
    .prize-section, .aikstele-section {
        height: auto;
    }
    .prizes {
        width: 96%;
        margin-top: 50px;
    }
    .prize-section h2, .aikstele-section h2 {
        text-align: left;
        padding-top: 0;
    }
    .aikstele {
        width: 120%;
        margin-left: -10%;
    }
    .image-holder {
        width: 90%;
        height: 180px;
        border-radius: 25px;
        background-color: black;
        margin: 0 auto;
        margin-top: 25px;
        background-position: center center;
        background-size: cover;
    }
    .gallery-item {
        width: 45%;
        margin: 6px;
        min-height: auto;
    }
    .popup-wrapper
    {
        padding:20px;
    }
    .popup-rules h2, .popup-register h2 {
        color: black;
        margin-top:0;
        font-size: 6vw;
    }
    .item-about {
        font-size: 10px;
        max-width: 90%;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 10px;
    }
    .vote-button {
        font-size: 3vw;
    }
    .item-title {
        font-size: 4vw;
    }
}