.userapplication__container {
  text-align: center;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.userapplication__box {
  width: 100%;
  max-width: 100%;
  padding: 0 5px 20px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  text-align: left;
  box-sizing: border-box;
}
.userapplication__box a {
  overflow: hidden;
}
.userapplication__box .userapplication__box-image {
  width: 100%;
  max-width: 100%;
  transition: all 0.5s ease-in-out 0s;
  position: relative;
  z-index: 1;
  height: 100%;
}
.userapplication__box .userapplication__box-mem {
  width: 100%;
  max-width: 100%;
  display: block;
  transition: all 0.5s ease-in-out 0s;
  position: relative;
  z-index: 1;
}
.userapplication__box .additional-fields {
  box-sizing: border-box;
  padding: 0 10px;
  margin: 0 0 10px;
}
.userapplication__box .additional-fields div {
  margin: 5px 0;
}
.userapplication__box .additional-images {
  overflow: hidden;
  margin: 0 0 10px 0;
  background: url("/media/static/lazyload_300x200.gif") center center;
  background-size: cover;
}
.userapplication__box .additional-adres-wideo iframe {
  max-width: 100%;
  width: 100%;
}
.userapplication__box .userapplication__box-image:hover,
.userapplication__box .userapplication__box-mem:hover {
  transform: scale(1.05);
}
.userapplication--6-in-row .userapplication__box {
  width: 16.66667%;
}
.userapplication--5-in-row .userapplication__box {
  width: 20%;
}
.userapplication--4-in-row .userapplication__box {
  width: 25%;
}
.userapplication--3-in-row .userapplication__box {
  width: 33.3333%;
}
.userapplication--2-in-row .userapplication__box {
  width: 50%;
}
.userapplication__voting {
  width: 100%;
  margin-top: auto;
  text-align: center;
}
.userapplication__voting .btn {
  margin: 10px auto 20px;
  font-size: 13px;
  line-height: 30px;
  padding: 0 25px;
}
.userapplication__voting .btn-disabled,
.userapplication__voting .btn-disabled:hover {
  background-color: #ebebeb;
  color: #999;
}
.userapplication__vote_count {
  display: none;
}
.userapplication__voting .voting_counter {
  float: left;
  width: 100%;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  margin: 10px 0;
}
.userapplication__voting .voting_counter .number {
  font-weight: 900;
}
.userapplication__voting .voting_counter .txt {
  color: #555;
}
@media (max-width: 1000px) {
  .userapplication--6-in-row .userapplication__box,
  .userapplication--5-in-row .userapplication__box,
  .userapplication--4-in-row .userapplication__box {
    width: 33.333%;
  }
  .userapplication__box .additional-images {
    height: auto;
  }
}
@media (max-width: 576px) {
  .userapplication--6-in-row .userapplication__box,
  .userapplication--5-in-row .userapplication__box,
  .userapplication--4-in-row .userapplication__box,
  .userapplication--3-in-row .userapplication__box {
    width: 50%;
  }
}
@media (max-width: 360px) {
  .userapplication--6-in-row .userapplication__box,
  .userapplication--5-in-row .userapplication__box,
  .userapplication--4-in-row .userapplication__box,
  .userapplication--3-in-row .userapplication__box,
  .userapplication--2-in-row .userapplication__box {
    width: 100%;
  }
}

html.lb-disable-scrolling {
  overflow: hidden;
  position: fixed;
  height: 100vh;
  width: 100vw;
}
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: alpha(opacity=80);
  opacity: 0.8;
  display: none;
}
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  border: 4px solid white;
}
.lightbox a img {
  border: 0;
}
.lb-outerContainer {
  position: relative;
  zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: white;
}
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../../img/loading.gif) no-repeat;
}
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.lb-container > .nav {
  left: 0;
}
.lb-nav a {
  outline: 0;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}
.lb-prev,
.lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}
.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../../img/prev.png) left 48% no-repeat;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../../img/next.png) right 48% no-repeat;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-data {
  padding: 0 4px;
  color: #ccc;
}
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
.lb-data .lb-caption a {
  color: #4ae;
}
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999;
}
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../../img/close.png) top right no-repeat;
  text-align: right;
  outline: 0;
  filter: alpha(opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: alpha(opacity=100);
  opacity: 1;
}

.pagination {
  list-style: none;
  text-align: center;
  margin: 10px 0;
}
.pagination li {
  display: inline-block;
  margin: 0 5px;
}
.pagination li span {
}
.pagination li a {
}
.pagination li.active {
  font-weight: bold;
}
.pagination li.disabled {
  opacity: 0.33;
}

.body--blocked {
  overflow: hidden;
  height: 100%;
  overflow-scrolling: none;
}

.votePopup,
.votePopup__container,
.votePopup__wrapper,
.votePopup__content {
  height: 100%;
}

.votePopup {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  line-height: 1.3;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  background-color: #fff;
  box-sizing: border-box;
  pointer-events: none;
  z-index: -1;
}

.votePopup.active {
  overflow: unset;
  opacity: 1;
  z-index: 23;
  pointer-events: all;
}

.votePopup__wrapper {
  width: auto;
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
}

.votePopup__title,
.votePopup__title--h2,
.votePopup__subtitle,
p {
  text-align: left;
}

.votePopup__title {
  width: 100%;
  font-weight: 600;
  text-transform: uppercase;
}

.votePopup__subtitle {
  width: 100%;
  margin: 24px 0 16px 0;
}

.votePopup p {
  margin: 0 0 24px;
}

.votePopup__img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 1px;
  margin: 0 0 24px;
  box-sizing: border-box;
}

/* popup */

.votePopup__container {
  position: relative;
  overflow-x: hidden;
  overflow-y: scroll;
  width: 100%;
}

.votePopup__content {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  width: 100%;
  padding: 40px 16px;
  box-sizing: border-box;
}

/* nav icons */
.votePopup__exit {
  position: absolute;
  top: 8px;
  right: 24px;
  width: 50px;
  height: 50px;
  background-color: #f2f2f2;
  opacity: 0.8;
  z-index: 1;
  transition: all 0.5s ease-in-out;
  pointer-events: all;
  cursor: pointer;
  box-sizing: border-box;
}

.votePopup__exit:before,
.votePopup__exit:after,
.votePopup__nav:before,
.votePopup__nav:after {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 48px;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  border-radius: 180px;
  background-color: #777;
  box-sizing: border-box;
  transition: all 0.5s ease-in-out;
}

.votePopup__exit:before {
  transform: rotate(135deg);
}

.votePopup__exit:after {
  transform: rotate(45deg);
}

.votePopup__exit:hover:before,
.votePopup__exit:hover:after,
.votePopup__nav:hover:before,
.votePopup__nav:hover:after {
  background-color: #111;
}

.votePopup__exit:hover:before,
.votePopup__exit:hover,
.votePopup__nav:hover {
  opacity: 1;
}

.votePopup__nav {
  position: absolute;
  display: block;
  top: 50%;
  width: 40px;
  height: 60px;
  opacity: 0.8;
  background-color: #f2f2f2;
  transform: translateY(-50%);
  pointer-events: all;
  cursor: pointer;
  box-sizing: border-box;
}

.votePopup__nav--disabled {
  opacity: 0.2;
  background-color: #d5d5d5;
  pointer-events: none;
}

.votePopup__nav--prev {
  left: 0;
}

.votePopup__nav--next {
  right: 24px;
}

.votePopup__nav:before,
.votePopup__nav:after {
  height: 30px;
}

.votePopup__nav--prev:before {
  transform: rotate(135deg);
  bottom: 6px;
  top: auto;
}

.votePopup__nav--prev:after {
  transform: rotate(45deg);
  top: 6px;
}

.votePopup__nav--next:before {
  transform: rotate(45deg);
  bottom: 6px;
  top: auto;
}

.votePopup__nav--next:after {
  transform: rotate(135deg);
  top: 6px;
}

/* RWD */

@media (max-width: 1000px) {
  .votePopup__exit {
    width: 44px;
    height: 44px;
    opacity: 0.6;
  }
  .votePopup__exit:hover {
    opacity: 1;
  }
  .votePopup__exit:before,
  .votePopup__exit:after {
    height: 42px;
  }
  .votePopup__title {
    padding: 24px 0 0 0;
  }
  .votePopup__details {
    width: 100%;
    padding: 0;
  }
}

@media (max-width: 600px) {
  .votePopup__exit {
    right: 16px;
  }
  .votePopup__nav {
    width: 40px;
    height: 44px;
    width: 50%;
    bottom: 0;
    top: unset;
    transform: unset;
  }
  .votePopup__nav:before,
  .votePopup__nav:after {
    height: 20px;
  }
  .votePopup__nav--prev {
    border-right: 1px solid #dadada;
  }
  .votePopup__nav--next {
    right: 0;
    border-left: 1px solid #dadada;
  }
}

.participantPopup__container {
  height: auto;
}

.participantPopup__content {
  display: flex;
  width: 100%;
  max-width: 1140px;
  margin: 40px auto 64px;
  gap: 26px;
  align-items: center;
  box-sizing: border-box;
  padding: 0 16px;
}

.voteMethod__list {
  display: flex;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  list-style: none;
  gap: 22px;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 0 16px;
}

.voteMethod__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 260px;
  box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.08),
    0px 3px 6px -4px rgba(0, 0, 0, 0.12), 0px 9px 28px 8px rgba(0, 0, 0, 0.05);
  padding: 68px 30px;
  border-radius: 16px;
  box-sizing: border-box;
}

.voteMethod__item.voteMethod__item--with-counter {
  padding: 68px 30px 38px;
}

.voteMethod__innerWrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.voteMethod__price {
  text-align: center;
  color: #f47920;
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 24px;
  border-bottom: 1px solid #202f7b;
}

.voteMethod__item form {
  display: flex;
}

.voteMethod__innerWrapper .free-voting-form {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
}

.voteMethod__item .auth-vote-button {
  border: none;
  padding: 12px 24px;
  max-width: 121px;
  border-radius: 50px;
  cursor: pointer;
  background-color: #f47920;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  margin: 0 auto;
  font-family: "Montserrat";
  width: 100%;
  max-height: 40px;
}

.voteMethod__item .paid-vote-button {
  border: none;
  padding: 12px 24px;
  max-width: 121px;
  border-radius: 50px;
  cursor: pointer;
  background-color: #f47920;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  margin: 0 auto;
  font-family: "Montserrat";
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  max-height: 40px;
}

.voteMethod__innerWrapper .btn-disabled {
  max-width: 201px;
  width: 100%;
  padding: 12px 24px;
  font-size: 13px;
  font-weight: 700;
  font-family: "Montserrat";
  border: none;
  background-color: #d9d9d9 !important;
  border-radius: 50px;
  color: #fff;
}

.voteMethod__title {
  font-size: 24px;
  margin-bottom: 32px;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto 32px;
  box-sizing: border-box;
  padding: 0 16px;
}

.voteMethod__votes {
  font-size: 24px;
  font-weight: 900;
  text-align: center;
}

.voteMethod__counter-wrapper {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}

.voteMethod__counter-title {
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  width: 100%;
  margin: 0 !important;
}

.voteMethod__counter {
  width:100%;
  font-size: 12px;
  text-align: center;
  font-weight: 600;
}

.participantPopup__container {
  color: #202f7b;
  width: 100%;
}

.userapplication__column-container .userapplication__box .additional-images {
  overflow: hidden;
  margin: 0 0 10px 0;
  width: 180px;
  height: 180px;
  background: url(../../img/placeholder.png) center center;
  background-size: cover;
}

.participantPopup__header-wrapper {
  display: flex;
  justify-content: center;
  padding: 50px 16px 5px 16px;
  border-bottom: 1px solid #d9d9d9;
  box-sizing: border-box;
}

.participantPopup__header {
  width: 1280px;
}

.participantPopup__wrapper .additional-images {
  margin: 0 0 10px 0;
  width: 300px;
  height: 300px;
  border-radius: 16px;
  background: url(../../img/placeholder.png) center center;
  background-size: cover;
}

.participantPopup__content .company {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 8px;
}

.participantPopup__wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: none !important;
}

.participantPopup__content .additional-fields {
  flex-grow: 1;
  height: fit-content;
}

.participantPopup__content .additional-fields .ordinal_number {
  font-weight: 900;
  margin-bottom: 8px;
}

.participantPopup__content .additional-fields .progress-bar {
  background-color: #f5f5f5;
  border-radius: 32px;
  height: 16px;
}
.participantPopup__content .progress-bar span {
  display: inline-block;
  border-radius: 32px;
  height: 16px;
  color: #f47920;
}
.participantPopup__content .progress-bar {
  width: 85%;
}
.participantPopup__barWrapper {
  display: flex;
  align-items: center;
  margin: 22px 0;
  gap: 24px;
  font-weight: 600;
}

.participantPopup__exit {
  position: absolute;
  top: 37px;
  right: 72px;
  width: 40px;
  height: 40px;
  background-color: #f47920;
  border-radius: 50px;
  background-image: url("../../img/close.png");
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  background-size: 16px 16px;
}

.votePopup.active--scrollable {
  overflow-y: scroll;
  opacity: 1;
  z-index: 23;
  pointer-events: all;
}

@media (max-width: 800px) {
  .participantPopup__content .ordinal_number {
    text-align: center;
  }
  .participantPopup__header-wrapper {
    padding: 4px 16px;
  }
  .participantPopup__content {
    flex-direction: column;
  }

  .voteMethod__item {
    width: 328px;
  }

  .participantPopup__barWrapper {
    flex-wrap: wrap;
  }

  .additional-fields {
    width: 100%;
  }

  .additional-fields .progress-bar {
    width: 100%;
  }

  .participantPopup__exit {
    top: 16px;
    right: 16px;
  }

  .voteMethod__list {
    justify-content: center;
  }

  .voteMethod__title {
    font-weight: 900;
    text-align: center;
  }

  .participantPopup__header {
    padding-top: 8px;
  }
}

.participantPopup__content .additional-images .additional-images--box {
  width: 300px;
  height: 300px;
  border-radius: 16px;
}

.participantPopup__content .additional-images img {
  width: 300px;
  height: 300px;
  border-radius: 16px;
}
