body
{
    margin:0;
    font-family: "IBM Plex Mono", monospace;
    font-weight: 300;
    font-style: normal;
    overflow-x: hidden;
    background:rgba(34, 34, 34, 1);
}
header
{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    background: rgba(254, 252, 84, 1);
    z-index:3;
}
.content
{
    width:calc(100% - 40px);
    margin:0 auto;
    max-width:1440px;
}
header .content
{
    margin-top:20px;
    margin-bottom:20px;
}
.logo
{
    float:left;
}
.logo-image
{
    display:inline-block;
    width:46px;
    float:left;
}
.logo h1
{
    font-size:20px;
    font-weight:600;
    color:black;
    margin:0;
    margin-left:10px;
    float:left;
    position:relative;
    top:6px;
}
.hero
{
    width:100%;
    min-height:700px;
    background: rgba(254, 252, 84, 1);
    overflow:hidden;
    position: relative;
}
.cl
{
    clear:both;
}
.meniu
{
    float:right;
    margin-top:7px;
}
.meniu .item
{
    font-size:18px;
    color:black;
    font-weight:400;
    margin-left:20px;
    display:inline-block;
}
.meniu .special-item
{
    margin-left:50px;
    font-weight:600;
    padding-right:20px;
    background-image:url(../img/arrow-right-top.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size:12px;
}
.flag-decor
{
    width:50%;
    height:100%;
    position:absolute;
    top:0;
    right:0;
    background-image:url(../img/flag-up.png);
    background-size:auto 100%;
    background-repeat: no-repeat;
    background-position:left center;
}
.hero .content
{
    padding-top:120px;
    position:relative;
    z-index:2;
}
.hero-title-holder
{
    max-width:600px;
}
.title
{
    font-family: "Abril Fatface", serif;
    font-weight: 400;
    font-style: normal;
    font-size:160px;
    line-height:150px;
    padding-bottom:30px;
    border-bottom:1px solid black;
    margin-bottom:30px;
}
.title-2
{
    margin-left:140px;
}
.hero .content p
{
    font-size:22px;
    font-weight:500;
    font-family:"IBM Plex Sans", sans-serif;
    max-width:320px;
    float:left;
}
.subtitle-vote
{
    float:right;
    width:90px;
    text-align:Center;
    font-size:22px;
    font-weight:500;
    font-family:"IBM Plex Sans", sans-serif;
}
.bubble
{
    width:40px;
    height:40px;
    border-radius:50%;
    background-color:#000000;
    position:relative;
    margin:0 auto;
    margin-top:10px;
}
.bubble .arrow-down
{
    position:absolute;
    transform: translate(-50%,-50%);
    width:60%;
    top:50%;
    left:50%;
    animation-name: animate-down-up;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}
.flag-icon
{
    position:absolute;
    width:10%;
    max-width:80px;
}
.h1
{
    left:10%;
    bottom:10%;
    animation-name: spin-e-1;
    animation-duration: 10s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.h2
{
    left:40%;
    bottom:40%;
    animation-name: spin-e-1;
    animation-duration: 7s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.h3
{
    left:30%;
    bottom:30%;
    animation-name: spin-e-1;
    animation-duration: 6s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.h4
{
    left:70%;
    bottom:70%;
    animation-name: spin-e-1;
    animation-duration: 8s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.h5
{
    left:55%;
    bottom:45%;
    animation-name: spin-e-1;
    animation-duration: 9s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.leaders, .about, .top
{
    padding-top:50px;
    padding-bottom:50px;
}
.about
{
    background-image:url(../img/flag-up.png);
    background-position:right -80px bottom -20px;
    background-size:350px;
    background-repeat: no-repeat;
}
.about
{
    background-color: rgba(254, 252, 84, 1);
}
section h2
{
    font-size:68px;
    font-weight:400;
    font-family: "Abril Fatface", sans-serif;
    color: rgba(254, 252, 84, 1);
    margin-bottom:30px;
    margin-top:0;
    line-height:68px;
}
.about h2
{
    color:black;
    font-size:58px;
    padding-bottom:20px;
    border-bottom:1px solid black;
    margin-bottom:20px;
}
.about p
{
    font-family: "IBM Plex Sans", sans-serif;
    font-size:20px;
    line-height:30px;
}
.leaders p, .top p
{
    color:white;
    font-family: "IBM Plex Sans", sans-serif;
}
.col-33
{
    width:33.33%;
    float:left;
}
.col-25
{
    width:25%;
    float:left;
}
.col-33 .wrapper, .col-25 .wrapper
{
    padding:20px;
}
.top-item
{
    width:100%;
    max-width:420px;
}
.top-image
{
    border:1px solid rgba(254, 252, 84, 1);
    width:100%;
    height:300px;
    background-size:cover;
    position:relative;
    background-position:center top;
}
.top-info
{
    padding-top:10px;
    padding-bottom:10px;
    border-bottom:1px solid #4F5155;
}
.top-name
{
    float:left;
    font-size:18px;
    font-weight:600;
    color:white;
    line-height:24px;
    font-family: "IBM Plex Sans", sans-serif;
}
.total-votes
{
    font-size:16px;
    font-weight:300;
}
.mobile-icon
{
    display:inline;
    width:16px;
    position: relative;
    top:4px;
}
.top-score {
    font-family: "Abril Fatface", sans-serif;
    color: rgba(254, 252, 84, 1);
    font-size: 27px;
    float: right;
    position: relative;
    top: -3px;
}
.top-vote-message
{
    font-family: "IBM Plex Sans", sans-serif;
    padding-top:8px;
    background-color:#040484;
    color: white;
    padding-bottom: 10px;
    font-size: 19px;
    width: 100%;
    text-align: center;
}
.nr
{
    background-color:#040484;
    color:white;
    font-weight:600;
    position:absolute;
    top:0;
    left:0;
    padding:6px;
    font-size:22px;
}
.mka
{
    background-color:#139a44;
}
.lka
{
    background-color:#e61f2e;
}
.lighter
{
    font-weight:200;
}
.more-button
{
    border:1px solid rgba(254, 252, 84, 1);
    border-radius:36px;
    padding:12px 20px 12px 20px;
    font-family:"IBM Plex Sans", sans-serif;
    font-size:20px;
    color:White;
    font-weight:600;
    position:relative;
    margin-top:20px;
    max-width:220px;
    transition: 0.2s;
    cursor:pointer;
}
.play-bubble
{
    width:50px;
    height:50px;
    position:absolute;
    top:15px;
    right:15px;
    border-radius:50%;
    background-color:rgba(0,0,0,0.8);
}
.candidate-description, .candidate-video
{
    display:none;
}
.video-holder
{
    width:100%;
    padding-bottom:67%;
    background-color:#FAFAFA;
    position:relative;
    background-image:url(../img/play-sharp-solid-2.svg);
    background-repeat: no-repeat;
    background-position:center center;
    background-size:50px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.video-explainer
{
    transform: translate(-50%,-50%);
    width:70%;
    text-align:Center;
    font-family: "IBM Plex Sans", sans-serif;
    font-weight:300;
    color:black;
    position:absolute;
    top:20%;
    left:50%;

}
.popup-holder
{
    width:calc(100% - 40px);
    margin:0 auto;
    margin-top:60px;
    background-color:white;
    position:relative;
    border:1px solid rgba(254, 252, 84, 1);
    max-width:660px;
    min-height:300px;
}
.popup-holder h2
{
    font-family: "Abril Fatface", sans-serif;
}
.popup-holder p
{
    font-family: "IBM Plex Sans", sans-serif;
}
.close-button
{
    position:absolute;
    top:15px;
    right:15px;
    width:20px;
    cursor:pointer;
}
.popup-holder .wrapper
{
    padding:30px;
}
.play-icon
{
    transform: translate(-50%,-50%);
    width:36%;
    position:absolute;
    top:50%;
    left:50%;
}
.more-button:hover
{
    max-width:240px;
    opacity:0.8;
    background-color:rgba(254, 252, 84, 1);
    color:black;
}
.bubble-right
{
    width:36px;
    height:36px;
    background-color:black;
    position:absolute;
    border-radius:50%;
    border: 1px solid rgba(254, 252, 84, 1);
    top:50%;
    right:6px;
    transform: translate(0,-50%);
}
.bubble-right .arrow-right
{
    position:absolute;
    transform: translate(-50%,-50%);
    width:36%;
    top:50%;
    left:50%;
}
.popup
{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    overflow: auto;
    box-sizing: border-box;
    padding-top: 50px;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    z-index: 9999;
}
.active-popup
{
    display:block;
    opacity:1;
}
@keyframes animate-down-up {
    0%   {top:50%}
    50%  {top:60%}
    100% {top:50%}
}
@keyframes spin-e-1 {
    0%   {transform:rotate(0deg)}
    50%   {transform:rotate(180deg)}
    100%   {transform:rotate(359deg)}
}
@keyframes spin-e-2 {
    0%   {transform:rotate(0deg)}
    50%   {transform:rotate(-180deg)}
    100%   {transform:rotate(-359deg)}
}
@media only screen and (max-width: 1200px) {
    .meniu
    {
        display:none;
    }
    .col-25
    {
        width:50%;
    }
}
@media only screen and (max-width: 1100px) {
    .col-33
    {
        width:50%;
    }
}
@media only screen and (max-width: 600px) {
   .meniu
   {
       display:none;
   }
  .col-25, .col-33
  {
      width:100%;
      margin:0;
  }
    section h2 {
        font-size: 28px;
        font-weight: 400;
        font-family: "Abril Fatface", sans-serif;
        color: rgba(254, 252, 84, 1);
        margin-bottom: 30px;
        margin-top: 0;
        line-height: 35px;
    }
    .title
    {
        font-size: 70px;
        line-height: 70px;
        margin-bottom:0;
    }
    .title-2
    {
        margin-left:40px;
    }
    .hero .content p {
        font-size: 18px;
        font-weight: 500;
        font-family: "IBM Plex Sans", sans-serif;
        width: 80%;
        float: left;
    }
    .flag-decor {
        width: 70%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        background-image: url(../img/flag-up.png);
        background-size: auto 60%;
        background-repeat: no-repeat;
        background-position: bottom -40% right 80%;
    }
    .flag-icon {
        position: absolute;
        width: 15%;
        max-width: 80px;
    }
    .h1 {
        left: 50%;
        bottom: 3%;
    }
    .h2 {
        left: 70%;
        bottom: 10%;
    }
    .h3 {
        left: 84%;
        bottom: 20%;
    }
    .h5 {
        left: 85%;
        bottom: 14%;
    }
    .h4 {
        left: 30%;
        bottom: 2%;
    }
    .leaders p, .top p {
        color: white;
        font-family: "IBM Plex Sans", sans-serif;
        font-size: 18px;
        line-height: 28px;
    }
    .top-score {
        font-family: "Abril Fatface", sans-serif;
        color: rgba(254, 252, 84, 1);
        font-size: 28px;
        position: relative;
        float: right;
        top: -8px;
    }
    .top-vote-message {
        font-size: 15px;
    }
    .about h2 {
        color: black;
        font-size: 34px;
    }
    .portals-holder
    {
        text-align:center;
    }
    .portals-holder img
    {
        margin:10px;
    }
    .subtitle-vote
    {
        float:none;
        margin:0 auto;
        padding-top:20px;
    }
    .hero
    {
        min-height:auto;
        padding-bottom:50px;
    }
}