@font-face {
    font-family: "mBank-Bold";
    src: url("../font/mBank-Bold.otf") format("opentype");
}
@font-face {
    font-family: "mBank-Regular";
    src: url("../font/mBank-Regular.otf") format("opentype");
}
html{
  height: 100%;
}
body{
  margin: 0;
  /* overflow-y: scroll; /* Add the ability to scroll */ */
  -ms-overflow-style: none;
  font-family: 'mBank-Regular', sans-serif;
  font-size: 1vw;
  height: 100%;
  /* height: 100%; */
}
.mwm-main{
  background-image: url('../images/background.jpg');
  background-color: white;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  /* min-height: 850px; */
  min-height: 49.5vw;
  height: calc(100% - 14vw);
  width: 100%;
}
.mwm-main.mwm-main_1, .mwm-main.mwm-main_4{
  background-image: url('../images/background.jpg');
}

.mwm-main.mwm-main_3{
  background-image: url('../images/background.jpg');
}
.mwm-txt_bold, .mwm-txt b{
  font-family: 'mBank-Bold', sans-serif;
}
red{
  background-color: #af141a;
  padding: 0.4vw;
  color: white;
}
green{
  background-color: #299541;
  padding: 0.4vw;
  color: white;
}
orange{
  background-color: #f39100;
  padding: 0.4vw;
  color: white;
}
.mwm-main__content{
  width: 100%;
  max-width: 92vw;
  margin: 0 auto;
}
.mwm-main__content_1{
  float: left;
  width: 41%;
    margin-left: 5%;
    margin-right: 4%;
    padding-top: 4vw;
}
.mwm-main__content_2{
  float: left;
  width: 45%;
  margin-left: 5%;
  margin-top: -5vw;
}
.mwm-main__footer{
  font-family: 'mBank-Regular', sans-serif;
  /* font-size: 20px; */
  display: inline-block;
  width: 100%;
}
.mwm-main__footer a{
  color: black;
  text-decoration: none;
}
.mwm-main__footer a:focus{
  text-decoration: underline;
}
.mwm-main__footer-content{
  margin: 2.2vw;
  margin-left: 15vw;
}
.mwm-main__logo{
  margin-top: 1.5vw;
  margin-left: 2.9vw;
}
.mwm-main_2 .mwm-main__content{
  font-size: 1.5vw;
  text-align: center;
}
.mwm-main_2 .mwm-txt,.mwm-main_2 .mwm-txt h2 {
    font-weight: 100;
    line-height: 2.5vw;
}
.mwm-main_3 .mwm-main__content{
  font-size: 2vw;
  margin-top: 7vw;
  text-align: center;
}

.form-text{
  margin-bottom: 1vw;
}
.form-text input, .form-text textarea{
  width: calc(100% - 49vw);
  border-inline: inherit;
  border: #d8d8d8 solid 1px;
  border-radius: 1vw;
  padding: 0.7vw;
  font-size: 1vw;
  padding-left: 1.2vw;
  resize: none;
}
.form-text textarea{
  height: 7vw;
}
*:focus {
    outline: none;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #d8d8d8;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #d8d8d8;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #d8d8d8;
}
:-moz-placeholder { /* Firefox 18- */
  color: #d8d8d8;
}
button{
  background-color: #ed3023;
  border: none;
  border-radius: 5vw;
  padding: 0.5vw;
  width: 10vw;
  color: white;
  font-size: 1vw;
  text-transform: lowercase;
  font-family: 'mBank-Bold', sans-serif;
  cursor: pointer;
}
button:hover{
  transition: all 0.15s linear 0s;
  opacity: 0.8;
}
.cookies{
  position: fixed;
  display: block;
  width: 100%;
  bottom: 0;
  z-index: 1000;
}
.cookie-image-content{
  width: 75px;
  position: absolute;
  top: -35px;
  left: 250px;
}
.cookie-image-content img{
  width: 100%;
}
.cookie-text-content{
  display: block;
    background-color: white;
    width: 40vw;
    margin: 0 auto;
    padding: 10px;
    padding-left: 25vw;
    padding-right: 25vw;
    border: 1px solid grey;
    position: relative;
    font-size: 12px;
    color: #949494;
    font-family: 'mBank-Regular', sans-serif;
}
.cookie-text-content a{
  color: #949494;
  font-family: 'mBank-Bold', sans-serif;
}
#cookies-message-noaccept{
  width: 13px;
/* background-color: red; */
display: block;
text-align: center;
color: red;
padding: 5px;
text-decoration: none;
position: absolute;
right: 250px;
top: 7px;
}
#cookies-message-noaccept img{
  width: 100%;
}
#cookies-message-accept{
  width: 60px;
background-color: red;
display: block;
text-align: center;
color: white;
padding: 5px;
border-radius: 39px;
text-decoration: none;
position: absolute;
right: 250px;
bottom: 20px;
font-family: 'mBank-Bold', sans-serif;
}
#cookies-message-container.hidden{
  display: none;
}

.mwm-main__content img{
  width: 100%;
}
.mwm-main__logo img{
  width: 30vw;
}
/* .mwm-main__content br{
  
} */
.time{
  width: 4vw;
  float: left;
}
.mwm-main__line{
  position: relative;
  z-index: 100;
  width: 100%;
}
.mwm-main__line img{
  width: 100%;
}
.mwm-main__content br.fix{
  margin-bottom: 2vw;
  content: "";
  width: 100%;
  display: block;
}
.mwm-txt, .mwm-txt h2{
  font-weight: 100;
  line-height: 2vw;
}
.mwm-txt{
  margin-bottom: 3vw;
}

/* @media (max-width: 1200px){
  .mwm-main__content{
    width: 100%;
    max-width: 800px;
  }
} */
.mwm-main__content_2 .mwm-txt{
  margin-bottom: 2vw;
}
h3{
  margin-top: 0;
  margin-bottom: 0.3vw;
  font-weight: 100;
}
h3 b{
  font-family: 'mBank-Bold', sans-serif;
  margin-right: 1.5vw;
}
.mwm-calendar_content{
  margin-bottom: 2vw;
}
.mwm-main__flowers{
  position: absolute;
    top: 0;
    z-index: 0;
    right: 0;
}
.mwm-main__flowers img{
  width: 61vw;
}
b.fix{
  display: block;
  float: left;
  height: 4vw;
  margin-right: 1.2vw;
}
h3.fix b{
  margin-right: 1.2vw;
}
.mwm-main_3 .mwm-main__content {
    font-size: 1.9vw;
  }
.mwm-main_3 .mwm-main__content .mwm-txt b {
  font-size: 3.7vw;
}
.mwm-main_3 .mwm-main__content .mwm-txt h2{
  line-height: 4.5vw;
  width: 90%;
}
.mwm-main_4 .mwm-main__content {
  font-size: 1.4vw;
  text-align: center;
  margin-top: 4.9vw;
}
.mwm-main_5 .mwm-main__content {
  margin-top: 3.5vw;
}
.mwm-main_4 .mwm-main__content h2 {
  line-height: 2.4vw;
}
.mwm-main_4 .mwm-txt {
  margin-bottom: 1.9vw;
}
.normal{
  display: block;
}
.mobile{
  display: none;
}
.mwm-list-votes{
  list-style: none;
  width: 100%;
  padding: 0;
}
.mwm-list-votes li{
  width: 90%;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 2.8vw;
    min-height: 3.4vw;
    display: flex;
}
.mwm-list-one-vote-perc{
  width: 10%;
  float: left;
  font-family: 'mBank-Bold', sans-serif;
  font-size: 2vw;
}
.mwm-list-one-vote{
  width: 70%;
  /* float: left; */
  text-align: left;
  margin-left: 10%;
}
.mwm-list-one-vote-btn{
  width: 20%;
  float: left;
  position: relative;
  height: 100%;
    display: block;
    min-height: inherit;
}
.mwm-list-one-vote-btn a{
  background-color: #ed3023;
    border: none;
    border-radius: 5vw;
    padding: 0.7vw;
    width: 10.5vw;
    color: white;
    font-size: 1.1vw;
    text-transform: lowercase;
    font-family: 'mBank-Bold', sans-serif;
    cursor: pointer;
    position: absolute;
    z-index: 10000;
    left: 50%;
    text-decoration: none;
    transform: translate(-33%, -39%);
    top: 50%;
}
.mwm-list-one-vote-btn a:hover{
    transition: all 0.15s linear 0s;
    opacity: 0.8;
  }
.mwm-list-votes li .perc{
  width: 100%;
}
.mwm-list-votes li .perc-text{
  font-size: 1vw;
}
.mwm-list-votes.result li{
  width: 60%;
}
.mwm-list-votes.result .mwm-list-one-vote{
  margin-left: 0;
}
.mwm-list-votes.result li.win-vote{
  width: 90%;
  color: #27912f;
}
.mwm-list-votes.result li .mwm-list-one-vote-perc{
  width: 23%;
  font-family: "mBank-Regular";
  font-size: 2vw;
}
.mwm-list-votes.result li .mwm-list-one-vote{
  font-size: 1.3vw;
  padding-top: 0.5vw;
  line-height: 1.9vw;
}
.mwm-list-votes.result li.win-vote .mwm-list-one-vote-perc{
  width: 12%;
  font-family: "mBank-Bold";
  font-size: 3.5vw;
  color: #27912f;
}
.mwm-list-votes.result li.win-vote .mwm-list-one-vote-perc .perc-text{
  font-size: 1.4vw;
}
.mwm-list-votes.result li {
  margin-bottom: 1vw;
}
.mwm-list-votes.result li.win-vote .mwm-list-one-vote-perc .perc{
  line-height: 3.6vw;
}
.mwm-list-votes.result li.win-vote .mwm-list-one-vote{
  padding: 2.6vw;
  padding-top: 0.9vw;
  font-size: 2vw;
  font-family: 'mBank-Bold';
}
#count{
  font-family: 'mBank-Regular';
    font-size: 0.8vw;
    padding: 0;
    margin: 0;
    width: calc(100% - 49vw);
    margin: 0 auto;
    text-align: right;
    margin-top: -0.3vw;
}
.mwm-main_6 .mwm-main__content_2{
  width: 40%;
  margin-left: auto;
  margin-right: 0;
  margin-top: 13vw;
}
.mwm-main_6 .mwm-main__content_1{
  width: 45%;
  margin-left: 10%;
  margin-right: 0;
  margin-top: 10vw
}
.mwm-main_6 .mwm-main__content_1 img{
  width: 90%;
}
.mwm-main_6 .mwm-list-votes.result li.win-vote .mwm-list-one-vote-perc {
  width: 23%;
}
.mwm-main_6 .mwm-list-votes.result li.win-vote .mwm-list-one-vote {
  padding: 1.6vw;
  line-height: 1.7vw;
  font-size: 1.6vw;
}

.mwm-main_6 .mwm-main__content h2{
  font-size: 1.7vw;
  margin-top: 0.5vw;
  margin-bottom: 0.5vw;
}
.mwm-main.mwm-main_4.mwm-main_6{
  background-image: url('../images/background.jpg');
  background-color: white;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  min-height: 51vw;
    height: 100%;
}
.mwm-main.mwm-main_4.mwm-main_7{
  background-image: url('../images/background_dioda.jpg');
  background-color: white;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  min-height: 51vw;
    height: 100%;
}
.mwm-main_6 ul li:first-child{
  margin-left: 6.5vw;
}
.mwm-main__content_left{
  text-align: left;
}
.mwm-main__content_left h2{
  line-height: 2.7vw;
}
.mwm-main__content_left red{
  margin-top: 1vw;
  line-height: 5vw;
}
.mwm-main__content_left h2 b{
  font-size: 3vw;
}
.mwm-main_4 .mwm-main__content .left_site{
  text-align: left;
}
.mwm-main_6 .left_site ul li:first-child {
  margin-left: 0vw;
}
.mwm-main_6 .left_site ul li {
  margin-left: 3.5vw;
}
/* .mwm-main_6.mwm-main_8 .mwm-main__content_2 {
  width: 100%;
  margin-left: 3vw;
  margin-right: 0;
  margin-top: 13vw;
}
.mwm-main_6.mwm-main_8 .mwm-list-votes.result li.win-vote{
  width: 100%;
}
.mwm-main_6.mwm-main_8 .mwm-list-votes.result li {
  width: 100%;
  margin-left: 0vw;
} */
.mwm-main_7 .mwm-main__content {
  margin-top: 13vw;
}
.mwm-main.mwm-main_2{
  background-image: url('../images/background_big.jpg');
}
.mwm-main.mwm-main_4{
  background-image: url('../images/background_small.jpg');
}
.mwm-main.mwm-main_3{
  background-image: url('../images/background_big_flag.jpg');
}
.mwm-main.mwm-main_4.mwm-main_7{
  background-image: url('../images/background_small.jpg');
}

.margin-fix{
  margin-top: -2.7vw;
}
.result .mwm-list-one-vote {
  width: 82%;
}
.mwm-main_7.mwm-main_8 .mwm-main__content {
  margin-top: 3.5vw;
}




@media (max-width: 1300px) {
  
  .cookie-text-content {
    width: 40vw;
    padding-left: 15vw;
    padding-right: 15vw;
  }
  .cookie-image-content {
    left: 5vw;
  }
  #cookies-message-noaccept {
    width: 13px;
    /* background-color: red; */
    display: block;
    text-align: center;
    color: red;
    padding: 5px;
    text-decoration: none;
    position: absolute;
    right: 5vw;
    top: 7px;
  }
  #cookies-message-accept {
    width: 60px;
    background-color: red;
    display: block;
    text-align: center;
    color: white;
    padding: 5px;
    border-radius: 39px;
    text-decoration: none;
    position: absolute;
    right: 5vw;
    bottom: 20px;
    font-family: 'mBank-Bold', sans-serif;
  }
  body{
    height: 100%;
  }
  .mwm-main__flowers img {
    width: 45vw;
  }
  .mwm-main_6.mwm-main_7 .mwm-main__content h2 {
    margin-left: 9vw;
  }
  .margin-fix {
    margin-top: -1vw;
  }
}

@media (max-width: 800px){
  .mwm-main.mwm-main_4.mwm-main_6{
    background-image: url('../images/mobile_background.jpg');
    min-height: 185vw;
  }
  /* .mwm-main_6 .mwm-list-votes.result li.win-vote .mwm-list-one-vote-perc{
    width: 12%;
  }
  .mwm-main_6 .mwm-list-votes.result li.win-vote .mwm-list-one-vote{
    padding: 2.6vw;
  } */
  .mwm-main_6 ul li:first-child{
    margin: 0 auto;
  }
  .mwm-main_6 .mwm-main__content_2{
    width: 80vw;
    margin: 0 auto;
    float: inherit;
  }
  .mwm-main_6 .mwm-main__content_1{
    display: none;
  }
  .mwm-main__content_2{
    margin-top: 0;
  }
  .mwm-main{
    background-image: url('../images/mobile_background.jpg');
  }
  .mwm-main.mwm-main_1{
    background-image: url('../images/mobile_background.jpg');
  }

  .normal{
    display: none;
  }
  .mobile{
    display: block;
  }

  .mwm-txt, .mwm-txt h2{
    line-height: 4.5vw;
  }
  .mwm-main_2 .mwm-txt, .mwm-main_2 .mwm-txt h2{
    line-height: 2.5vw;
    font-size: 4vw;
  }
  .mwm-main__content{
    width: 100%;
  }
  .mwm-main__content{
    width: 80vw;
  }
  .mwm-main__content_1,.mwm-main__content_2{
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .mwm-main_2 .mwm-main__content{
    margin-top: 20vw;
  }
  .mwm-main__content img{
    margin-left: -2vw;
  }
  .mwm-main {
    min-height: 185vw;
  }
  body{
    font-size: 2.1vw;
  }
  .mwm-main__logo {
    margin-top: 6vw;
    margin-left: 8vw;
    margin-bottom: 5vw;
  }
  .mwm-main__logo img {
    width: 55vw;
  }
  .mwm-main__footer-content {
    margin: 2vw;
    margin-left: 12vw;
  }
  .form-text input, .form-text textarea {
    width: calc(100% - 18vw);
    border-inline: inherit;
    border: #d8d8d8 solid 1px;
    border-radius: 1vw;
    padding: 2vw;
    font-size: 2.5vw;
    padding-left: 3vw;
    resize: none;
  }
  .form-text textarea {
    height: 14vw;
  }
  button {
    background-color: #ed3023;
    border: none;
    border-radius: 5vw;
    padding: 1.5vw;
    width: 30vw;
    color: white;
    font-size: 3vw;
    text-transform: lowercase;
    font-family: 'mBank-Bold', sans-serif;
    cursor: pointer;
  }
  .form-text {
    margin-bottom: 2vw;
  }
  .cookie-image-content{
    position: relative;
    top: 0;
    left: auto;
  }
  #cookies-message-accept{
    position: relative;
    right: 0;
    bottom: 0;
    margin-left: auto;
  }
  .cookie-text-content {
    width: calc(100% - 102px);
    padding-left: 50px;
    padding-right: 50px;
  }
  .fix{
    display: block;
    float: left;
    height: 5vw;
    margin-right: 1.7vw;
  }
  .mwm-main_3 .mwm-main__content .mwm-txt b,
  .mwm-main_4 .mwm-main__content .mwm-txt b {
    font-size: 5.2vw;
  }
  .mwm-main_3 .mwm-main__content .mwm-txt h2{
    line-height: 8.5vw;
  }
  .mwm-main_4 .mwm-main__content .mwm-txt h2 {
    line-height: 6vw;
  }
  .mwm-main_3 .mwm-main__content{
    font-size: 4vw;
    margin-top: 35vw;
  }
  .mwm-main_4 .mwm-main__content {
    font-size: 4vw;
    margin-top: 16.2vw;
  }
  .mwm-main_2 .mwm-main__content {
    width: 95vw;
  }
  .mwm-main_2 .mwm-txt, .mwm-main_2 .mwm-txt h2,
  .mwm-main_4 .mwm-txt, .mwm-main_4 .mwm-txt h2 {
    line-height: 5.5vw;
    font-size: 5vw;
  }
  .mwm-list-votes li {
    width: 90%;
    overflow: inherit;
    margin: 0 auto;
    margin-bottom: 18vw;
    min-height: 2.3vw;
    display: block;
  }
  .mwm-list-one-vote {
    width: 100%;
    float: inherit;
    text-align: left;
    margin-left: 0;
  }
  .mwm-list-one-vote-btn a {
    background-color: #ed3023;
    border: none;
    border-radius: 5vw;
    padding: 1.4vw;
    width: 20vw;
    color: white;
    font-size: 2.5vw;
    text-transform: lowercase;
    font-family: 'mBank-Regular';
    cursor: pointer;
    position: absolute;
    z-index: 10000;
    text-decoration: none;
    transform: translate(-50%, 40%);
    left: 50%;
    top: 50%;
}
.mwm-main.mwm-main_4 {
  background-image: url('../images/mobile_background.jpg');
}
.mwm-list-one-vote-btn {
  width: 100%;
}
.mwm-list-votes.result li{
  margin-bottom: 11vw;
  min-height: inherit;
  display: flex;
  }
  .mwm-list-votes.result li.win-vote {
    width: 110%;
    color: #27912f;
    margin-left: -6%;
}
.mwm-list-votes.result li.win-vote .mwm-list-one-vote-perc {
  width: 20%;
  font-family: "mBank-Bold";
  font-size: 6vw;
  color: #27912f;
}
.mwm-list-votes.result li.win-vote .mwm-list-one-vote-perc .perc-text {
  font-size: 3.4vw;
}
.mwm-main_4 .mwm-main__content li.win-vote .mwm-list-one-vote{
  font-size: 4vw;
    padding: 0;
    padding-left: 1vw;
}
.mwm-main_4 .mwm-main__content .mwm-list-one-vote{
  font-size: 3vw;
}
.mwm-list-votes.result li {
  width: 100%;
}
.mwm-list-votes.result li .mwm-list-one-vote-perc {
  width: 20%;
  font-family: "mBank-Bold";
  font-size: 4.3vw;
  padding: 0.6vw;
}
.mwm-list-votes li .perc-text {
  font-size: 2.2vw;
}
.mwm-main_4 .mwm-txt {
  margin-bottom: 5vw;
}
.time {
  width: 9vw;
  float: left;
}
h3.fix{
  float: inherit;
}
.mwm-main_5 .mwm-main__content {
  margin-top: 18vw;
}
.mwm-main_5 .mwm-main__content .mwm-txt h2 {
  line-height: 6vw;
}
.mwm-main_5 .mwm-txt {
  margin-bottom: 10vw;
}
.mwm-list-votes.result li .mwm-list-one-vote {
  font-size: 2.4vw;
  padding-top: 0.5vw;
  line-height: 4vw;
  padding-left: 3vw;
  font-family: 'mBank-Regular';
}
h3 b {
  margin-right: 2.5vw;
}
h3.fix b {
  margin-right: 2.2vw;
}
#count{
  font-family: 'mBank-Regular';
  font-size: 1.2vw;
  padding: 0;
  margin: 0;
  width: calc(100% - 15vw);
  margin: 0 auto;
  text-align: right;
  margin-top: -0.1vw;
}
h3{
  font-size: 2.3vw;
}
.margin-fix {
  margin-top: 0;
}
.mwm-main.mwm-main_2{
  background-image: url('../images/mobile_background_big.jpg');
}
.mwm-main.mwm-main_4, .mwm-main.mwm-main_5{
  background-image: url('../images/mobile_background_small.jpg');
}
.mwm-main.mwm-main_3{
  background-image: url('../images/mobile_background_medium.jpg');
}
.mwm-main.mwm-main_4.mwm-main_7{
  background-image: url('../images/mobile_background_small.jpg');
}
}
