*,
::after,
::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  color: #000;
  font-family: "Roboto", sans-serif;
}

span {
  display: inline-block;
}

.imgfill, .main__logo img, .app__logo img, .kolase__gallery__item img, .polfest__slider--wrap img, .polfest__slider--topper img {
  width: 100%;
  height: 100%;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.m_auto {
  margin: 0 auto;
}

.container {
  margin: 0 auto;
  max-width: 970px;
  padding: 0;
}

.page {
  position: relative;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

@media (max-width: 768px) {
  .page {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

#page1 {
  background-image: url(../images/bg/bg-1.jpg);
}

@media (max-width: 768px) {
  #page1 {
    background-image: url(../images/bg/bg-m-1.jpg);
  }
}

#page2 {
  background-image: url(../images/bg/bg-2.jpg);
}

@media (max-width: 768px) {
  #page2 {
    background-image: url(../images/bg/bg-m-2.jpg);
  }
}

#page3 {
  background-image: url(../images/bg/bg-3.jpg);
}

@media (max-width: 768px) {
  #page3 {
    background-image: url(../images/bg/bg-m-3.jpg);
  }
}

#page4 {
  background-image: url(../images/bg/bg-5.jpg);
  min-height: unset;
}

@media (max-width: 768px) {
  #page4 {
    background-image: url(../images/bg/bg-m-5.jpg);
  }
}

#page5 {
  background-image: url(../images/bg/bg-4.jpg);
}

@media (max-width: 768px) {
  #page5 {
    background-image: url(../images/bg/bg-m-4.jpg);
  }
}

#page5 .song__form {
  background-color: #0085a0;
}

#page6 {
  background-image: url(../images/bg/bg-6.jpg);
  min-height: 50%;
}

@media (max-width: 768px) {
  #page6 {
    background-image: url(../images/bg/bg-m-6.jpg);
    min-height: 30%;
  }
}

#page7 {
  min-height: 10%;
}

@media (max-width: 768px) {
  #page7 {
    padding: 20px 0;
  }
}

.main__logo {
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .main__logo {
    margin-top: 50px;
    margin-bottom: 20px;
  }
}

.main__about {
  background: #d43053;
  color: #fff;
  width: 150px;
  margin: 20px auto 0;
  padding: 10px;
  font-weight: 700;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

@media (max-width: 768px) {
  .main__about {
    font-size: 14px;
  }
}

.main__about:hover {
  width: 170px;
}

.main__subtitle {
  text-transform: uppercase;
}

.main__subtitle h3 {
  font-weight: 700;
}

@media (max-width: 768px) {
  .main__subtitle h3 {
    font-size: 16px;
  }
}

.main__subtitle h2 {
  font-size: 1.5em;
  font-weight: 900;
}

@media (max-width: 768px) {
  .main__subtitle h2 {
    font-size: 18px;
  }
}

.main__video {
  width: 92%;
  height: 500px;
  margin: 0 auto 30px;
}

@media (max-width: 768px) {
  .main__video {
    width: 100%;
    margin-top: 40px;
    height: 200px;
  }
}

.main__video video {
  width: 100%;
  height: 100%;
}

.main__audio {
  margin-bottom: 30px;
}

.main__dnp span {
  font-size: 1.25em;
  font-weight: 700;
  display: block;
}

@media (max-width: 768px) {
  .main__dnp span {
    font-size: 14px;
  }
}

.main__dnp h2 {
  font-weight: 700;
}

@media (max-width: 768px) {
  .main__dnp h2 {
    font-size: 25px;
  }
}

.main__dnp h4 {
  font-weight: 700;
  color: #e3392d;
}

@media (max-width: 768px) {
  .main__dnp h4 {
    font-size: 14px;
  }
}

.main__dnp--program {
  margin: 15px 0;
}

.main__dnp--logo {
  width: 175px;
  margin: 25px auto 0;
}

@media (max-width: 768px) {
  .main__dnp--logo {
    width: 125px;
  }
}

.main__place {
  margin: 20px 0;
}

.main__kolase {
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 80px;
  margin: 30px;
}

@media (max-width: 768px) {
  .main__kolase {
    width: 50px;
    height: 50px;
    margin: 15px;
  }
}

.main__title {
  font-weight: 900;
  font-size: 52px;
  text-align: left;
  line-height: 1.1;
  text-shadow: -3px -3px 0 #000, 3px -3px 0 #000, -3px 3px 0 #000, 3px 3px 0 #000, 5px 5px 15px rgba(0, 0, 0, 0.76);
}

@media (max-width: 768px) {
  .main__title {
    font-size: 30px;
  }
}

.main__top--polfest {
  width: 960px;
  position: absolute;
  top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .main__top--polfest {
    width: 100%;
    padding: 0 30px;
  }
}

.main__top--polfest .share {
  position: relative;
  right: 0;
  top: 0;
}

.main__top--polfest .share__link--fb span,
.main__top--polfest .share__link--tw span,
.main__top--polfest .share__link--wa span {
  background: #c80300;
  border: 2px solid #c80300;
}

.main__top--polfest .logo__top {
  width: 80px;
}

@media (max-width: 768px) {
  .main__top--polfest .logo__top {
    width: 50px;
  }
}

.main__top--polfest .logo__top--polfest {
  width: 250px;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .main__top--polfest .logo__top--polfest {
    width: 125px;
  }
}

.song__title {
  margin: 20px 0;
}

.song__title h3 {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media (max-width: 768px) {
  .song__title h3 {
    font-size: 16px;
  }
}

.song__form {
  background-color: #d43053;
  padding: 10px 50px;
  display: inline-block;
  margin-bottom: 20px;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  font-weight: 700;
}

.song__form:hover {
  padding: 10px 60px;
}

@media (max-width: 768px) {
  .song__form {
    font-size: 14px;
  }
}

.song__tnc {
  margin: 15px 0;
  text-align: left;
  background: #55c7d2;
  border-radius: 20px;
  color: #000;
}

.song__tnc--list li.open .song__tnc--head::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.song__tnc--list li.open .song__tnc--body {
  max-height: 200px;
  overflow-y: auto;
  padding: 10px 25px;
}

@media (max-width: 768px) {
  .song__tnc--list li.open .song__tnc--body {
    padding: 10px;
  }
}

.song__tnc--list li:last-child.open .song__tnc--body {
  border-radius: 0 0 20px 20px;
}

.song__tnc--list li:last-child .song__tnc--head {
  border-bottom: none;
}

.song__tnc--head {
  padding: 20px;
  cursor: pointer;
  position: relative;
  color: #fff;
  border-bottom: solid 2px #33b4c1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 768px) {
  .song__tnc--head {
    padding: 15px;
    font-size: 14px;
  }
}

.song__tnc--head::after {
  content: "\276F";
  width: 1em;
  height: 1em;
  text-align: center;
  -webkit-transition: all .35s;
  transition: all .35s;
}

.song__tnc--body {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.5s max-height;
  transition: 0.5s max-height;
  background-color: #fff;
  width: 100%;
  word-break: break-word;
  scrollbar-width: 10px;
  scrollbar-color: #ddd #eee;
}

.song__tnc--body::-webkit-scrollbar {
  width: 10px;
}

.song__tnc--body::-webkit-scrollbar-track {
  background: #eee;
}

.song__tnc--body::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border-radius: 20px;
}

@media (max-width: 768px) {
  .song__tnc--body {
    font-size: 14px;
  }
}

.song__tnc--body p {
  margin: 7px 0;
  line-height: 1.3;
}

.song__tnc--body ul {
  padding-left: 20px;
}

.song__tnc--body ul li {
  display: list-item;
  list-style: disc;
  margin: 7px 0;
}

.song__tnc--body ol {
  padding-left: 20px;
}

.song__tnc--body ol li {
  display: list-item;
  list-style: lower-alpha;
  margin: 7px 0;
}

.song__cta {
  margin: 20px 0;
}

.song__arr {
  margin: 20px 0;
  font-weight: 700;
}

@media (max-width: 768px) {
  .song__arr {
    font-size: 14px;
  }
}

.song__join {
  background: #fff;
  color: #d43053;
}

.song__snk {
  background: #000;
  color: #fff;
}

.app__logo {
  width: 250px;
}

.app__video {
  margin: 20px 0px;
}

.app__video .col-md-3 {
  padding: 10px;
}

@media (max-width: 768px) {
  .app__video .col-6 {
    max-width: 45%;
    margin: 2.5%;
    padding: 0;
  }
}

.app__video video {
  width: 100%;
}

.app__video--winner, .app__video--all {
  height: 400px;
}

@media (max-width: 768px) {
  .app__video--winner, .app__video--all {
    height: 275px;
  }
}

.app__video--all {
  width: 220px;
  margin: 10px;
}

@media (max-width: 768px) {
  .app__video--all {
    width: 50%;
  }
}

.app__video--slider .slick-arrow {
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  padding: 15px;
  z-index: 20;
  background-size: 12px;
}

.app__video--slider .slick-next {
  background-image: url(../images/icon_next.png);
}

.app__video--slider .slick-next:before {
  content: "";
}

.app__video--slider .slick-prev {
  background-image: url(../images/icon_prev.png);
}

.app__video--slider .slick-prev:before {
  content: "";
}

@media (max-width: 768px) {
  .juri__wrap .col-6 {
    max-width: 45%;
    margin: 2%;
  }
}

@media (max-width: 768px) {
  .juri__wrap .mx-1,
  .juri__wrap .mb-4 {
    margin: 0 !important;
  }
}

.juri__title h3 {
  text-transform: uppercase;
  font-weight: 700;
  margin: 20px 0;
  color: #fae81c;
}

@media (max-width: 768px) {
  .juri__title h3 {
    font-size: 16px;
  }
}

.juri__desc {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 200ms;
  transition: all 200ms;
  cursor: default;
}

.juri__desc span {
  margin: 3px 0;
  font-weight: 700;
  font-size: 16px;
}

@media (max-width: 768px) {
  .juri__desc span {
    font-size: 14px;
  }
}

.juri__desc:hover, .juri__desc:active {
  opacity: 1;
}

.sponsor__wrap {
  color: #000;
  font-weight: 700;
}

.sponsor__wrap ul {
  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;
  margin: 20px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sponsor__wrap ul li {
  padding: 10px;
  max-width: 150px;
}

@media (max-width: 768px) {
  .sponsor__wrap ul li {
    padding: 10px;
    -ms-flex-preferred-size: 22%;
        flex-basis: 22%;
  }
}

.sponsor__wrap ul li img {
  max-height: 75px;
}

@media (max-width: 768px) {
  .sponsor__wrap ul li img {
    max-height: 40px;
  }
}

.footer {
  background-color: #050227;
  color: #fff;
  padding: 40px 0;
}

@media (max-width: 768px) {
  .footer {
    padding: 20px 0;
  }
}

.footer .row {
  text-align: center;
}

.footer__menu {
  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;
  color: #fae81c;
  font-weight: 700;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .footer__menu {
    font-size: 12px;
    margin-bottom: 10px;
  }
}

.footer__menu div {
  margin: 10px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .footer__menu div {
    margin: 5px;
  }
}

.footer ul {
  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;
  margin: 20px 0;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media (max-width: 768px) {
  .footer ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.footer ul li {
  padding: 10px;
}

@media (max-width: 768px) {
  .footer ul li {
    -ms-flex-preferred-size: 27%;
        flex-basis: 27%;
  }
}

.footer span {
  width: 150px;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .footer span {
    width: 90px;
  }
}

@media (max-width: 768px) {
  .footer small {
    font-size: 8px;
  }
}

.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer__kolase {
  background: #000;
}

.social__item {
  display: inline-block;
  padding: 0 5px;
}

.social__link {
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 35px;
  padding: 6px 8px 8px;
  background: #fff;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  text-align: center;
}

.social__link--facebook {
  background-color: #3b5998;
}

.social__link--instagram {
  background-color: #c13584;
}

.social__link--twitter {
  background-color: #1da1f2;
}

.social__link--whatsapp {
  background-color: #25D366;
}

.popup {
  position: fixed;
  top: calc(50% - 300px);
  left: calc(50% - 400px);
  width: 800px;
  height: 600px;
  padding: 50px;
  background: #E3392C;
  color: #fff;
  display: none;
  z-index: 9999;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {
  .popup {
    top: calc(50% - 250px);
    left: 10%;
    width: 80%;
    height: 500px;
    padding: 27px 15px;
  }
}

.popup.show {
  display: block;
}

.popup__wrap {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  scrollbar-width: 10px;
  scrollbar-color: #ddd #bbb;
}

.popup__wrap::-webkit-scrollbar {
  width: 10px;
}

.popup__wrap::-webkit-scrollbar-track {
  background: #bbb;
}

.popup__wrap::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border-radius: 20px;
}

.popup__wrap h3 {
  font-weight: 700;
}

@media (max-width: 768px) {
  .popup__wrap h3 {
    font-size: 16px;
  }
}

.popup__wrap ol {
  display: list-item;
}

.popup__wrap ol li {
  display: list-item;
  text-align: left;
  list-style-type: decimal;
  margin-left: 20px;
  padding: 5px;
}

@media (max-width: 768px) {
  .popup__wrap ol li {
    font-size: 14px;
    padding: 5px;
  }
}

.popup__wrap ul {
  display: list-item;
  margin: 10px 0;
}

.popup__wrap ul li {
  display: list-item;
  text-align: left;
  list-style: disc;
  margin-left: 20px;
  padding: 5px;
}

@media (max-width: 768px) {
  .popup__wrap ul li {
    font-size: 14px;
    padding: 5px;
  }
}

@media (max-width: 768px) {
  .popup__wrap p {
    font-size: 14px;
  }
}

.popup__close, .popup__close--join, .popup__close--snk {
  position: absolute;
  top: 0px;
  right: 0;
  width: 25px;
  height: 25px;
}

.popup__join {
  background: url(../images/popup__bg.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 768px) {
  .popup__join {
    width: 500px;
    left: calc(50% - 250px);
    padding: 30px;
  }
}

.popup__submission {
  text-align: left;
  color: #fff;
  font-size: 16px;
}

@media (max-width: 768px) {
  .popup__submission {
    font-size: 12px;
  }
}

.popup__submission .form__input {
  margin: 10px 0;
}

.popup__submission .form__input label {
  line-height: 1.5;
  text-transform: uppercase;
}

.popup__submission .form__input input[type=text]:not(#akunsosmed),
.popup__submission .form__input input[type=email],
.popup__submission .form__input input[type=number] {
  width: 98%;
  padding: 5px;
}

.popup__submission .form__input input[type=submit] {
  width: 120px;
  background: #eb1c23;
  color: #fff;
  padding: 10px;
  border: none;
  margin: auto;
  display: block;
  margin-top: 30px;
  text-transform: uppercase;
}

.popup__submission .form__input input[type=radio] {
  margin-right: 10px;
}

.popup__submission .form__input select {
  padding: 5px;
}

.popup__submission .form__input #akunsosmed {
  padding: 5px;
  width: calc(100% - 105px);
}

.popup__submission .col-4 {
  padding: 0 5px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.popup__submission .col-4:first-child {
  margin-right: auto;
}

.popup__submission .col-4:nth-child(2) {
  margin-left: auto;
}

.popup__item {
  display: none;
}

.popup__item--video {
  width: 100%;
  height: 350px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .popup__item--video {
    height: 170px;
  }
}

.popup__polfest {
  top: 70px;
  left: 0;
  right: 0;
  margin: auto;
  max-height: 550px;
  height: auto;
  text-align: left;
  overflow: hidden;
}

.popup__polfest .popup__wrap {
  max-height: 450px;
  padding-right: 10px;
}

.popup__polfest h3 {
  margin-bottom: 10px;
}

.popup__polfest p {
  font-size: 14px;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .popup__polfest p {
    font-size: 12px;
  }
}

.popup__polfest ul li {
  font-size: 14px;
}

@media (max-width: 768px) {
  .popup__polfest ul li {
    padding: 3px;
    font-size: 12px;
  }
}

.hide {
  display: none;
}

#kolase1 {
  background-image: url(../images/bg-kolase/page1.jpg);
}

@media (max-width: 768px) {
  #kolase1 {
    background-image: url(../images/bg-kolase/page1-m.jpg);
    min-height: 75%;
  }
}

#kolase2 {
  background-image: url(../images/bg-kolase/page2.jpg);
}

@media (max-width: 768px) {
  #kolase2 {
    background-image: url(../images/bg-kolase/page2-m.jpg);
    min-height: auto;
    background-position: center;
  }
}

#kolase3 {
  background-image: url(../images/bg-kolase/page3.jpg);
}

@media (max-width: 768px) {
  #kolase3 {
    background-image: url(../images/bg-kolase/page3-m.jpg);
    min-height: auto;
  }
}

#kolase4 {
  min-height: 10%;
}

@media (max-width: 768px) {
  #kolase4 {
    padding: 20px 0;
  }
}

.kolase__logo {
  margin-top: 50px;
}

.kolase__nav {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
}

@media (max-width: 768px) {
  .kolase__nav {
    width: 100%;
    top: 50px;
    display: none;
  }
}

@media (max-width: 768px) {
  .kolase__nav ul {
    display: list-item;
  }
}

.kolase__nav ul li {
  padding: 30px;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .kolase__nav ul li {
    width: 100%;
    padding: 15px;
    text-align: right;
    background: #c7181a;
    border-bottom: solid 1px #fff;
    font-size: 14px;
  }
}

.kolase__nav ul li a {
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

.kolase__nav ul li a:hover {
  color: #e6e6e6;
}

.kolase__nav__mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  padding: 12px;
}

@media (max-width: 768px) {
  .kolase__nav__mobile {
    display: block;
  }
}

.kolase__gallery__slider {
  width: 100%;
}

.kolase__gallery__slider .slick-slide {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.kolase__gallery__slider .slick-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.kolase__gallery__slider .slick-dots li button:before {
  font-size: 30px;
  margin: 10px 0;
}

.kolase__gallery__item {
  width: 500px;
  height: 500px;
}

@media (max-width: 768px) {
  .kolase__gallery__item {
    width: 250px;
    height: 250px;
  }
}

.kolase__gallery__desc {
  margin: 50px 0;
}

@media (max-width: 768px) {
  .kolase__gallery__desc h3 {
    font-size: 16px;
  }
}

.active {
  display: block;
}

.menu--mekanisme, .menu--tnc {
  cursor: pointer;
}

.share--mobile {
  position: absolute;
  right: 20px;
  top: 10px;
}

@media (min-width: 990px) {
  .share--mobile {
    right: 25px;
  }
}

.share--nomenu {
  right: 5px;
}

.share--inline {
  display: inline-block;
}

.share--right {
  display: inline-block;
  float: right;
}

.share--fixed {
  position: fixed;
  bottom: 13px;
  right: 55px;
  z-index: 9;
}

.share__wrap {
  padding: 0 2px;
  margin: 0;
  display: inline-block;
  height: 40px;
  float: right;
}

.share__wrap--float {
  position: absolute;
  top: 40px;
  right: 0;
  padding: 10px;
  background: rgba(0, 0, 0, 0.8);
  min-width: 130px;
  height: auto;
}

.share__wrap--float .share__link {
  color: #fff;
  background: transparent;
}

.share__wrap--float .share__link:hover {
  background: transparent;
}

.share__wrap--float .share__link--fb:hover span {
  color: #3b5998;
}

.share__wrap--float .share__link--tw:hover span {
  color: #4099FF;
}

.share__wrap--float .share__link--wa:hover span {
  color: #43d854;
}

.share__item {
  padding: 0;
  margin: 4px 0;
  display: block;
  float: left;
}

.share__link {
  width: 36px;
  height: 36px;
  padding: 3px;
  margin: 0;
  line-height: 1;
  font-size: 16px;
  border-radius: 20px;
  text-align: center;
  vertical-align: middle;
  display: block;
  color: #000;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.share__link span {
  width: 30px;
  height: 30px;
  padding: 3px 0px;
  display: block;
  border-radius: 20px;
  border: 2px solid transparent;
  line-height: 1.5;
}

.share__link span img {
  height: 100%;
  position: relative;
  top: -4px;
}

.share__link--fb:hover span {
  background: #3b5998;
  border: 2px solid #3b5998;
}

.share__link--tw:hover span {
  background: #4099FF;
  border: 2px solid #4099FF;
}

.share__link--wa:hover span {
  background: #43d854;
  border: 2px solid #43d854;
}

.share--black {
  color: #000;
}

.visible-desktop {
  display: none;
}

@media (min-width: 768px) {
  .visible-desktop {
    display: block;
  }
}

.visible-mobile {
  display: block;
}

@media (min-width: 768px) {
  .visible-mobile {
    display: none;
  }
}

#polfest1 {
  background-image: url(../images/bg-polfest/page1.jpg);
  font-family: "Montserrat", sans-serif;
  padding-bottom: 0;
}

@media (max-width: 768px) {
  #polfest1 {
    min-height: 108%;
  }
}

@media (max-width: 768px) {
  #polfest1 .row {
    width: 100%;
  }
  #polfest1 .row > .col-md-6.col-10 {
    min-height: 800px;
  }
}

@media screen and (max-height: 650px) {
  #polfest1 .main__logo {
    margin-top: 70px;
  }
}

@media (max-width: 768px) {
  #polfest1 .main__logo {
    margin-top: 45px;
  }
}

#polfest2 {
  background-image: url(../images/bg-polfest/page2.jpg);
  font-family: "Montserrat", sans-serif;
  padding-bottom: 0;
  background-position: 20% bottom;
}

#polfest3 {
  background-image: url(../images/bg-polfest/page3.jpg);
  font-family: "Montserrat", sans-serif;
}

#polfest3 .section__title {
  position: relative;
  width: 970px;
  left: -80px;
}

@media (max-width: 768px) {
  #polfest3 .section__title {
    display: block;
    width: 85%;
    left: 0;
  }
  #polfest3 .section__title--logo {
    width: 125px;
    margin: auto;
  }
  #polfest3 .section__title--divider {
    display: none;
  }
  #polfest3 .section__title--name {
    margin-top: 10px;
  }
  #polfest3 .section__title--name .name--left {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    padding-right: 7px;
  }
  #polfest3 .section__title--name .name--right {
    -webkit-box-flex: 4;
        -ms-flex: 4 1 0px;
            flex: 4 1 0px;
  }
}

#polfest4 {
  background-image: url(../images/bg-polfest/page4.jpg);
  font-family: "Montserrat", sans-serif;
}

#polfest4 .col-md-3 {
  max-width: 22%;
  margin: 0 1.5%;
}

@media (max-width: 768px) {
  #polfest4 .col-md-3 {
    max-width: 45%;
    margin: 2.5%;
  }
}

#polfest5 {
  min-height: 30%;
  font-family: "Montserrat", sans-serif;
}

.section__title {
  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;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .section__title {
    width: 85%;
    margin: 0 auto 30px;
  }
}

.section__title--logo {
  width: 250px;
}

@media (max-width: 768px) {
  .section__title--logo {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

.section__title--divider {
  background-color: #000;
  width: 2px;
  height: 40px;
  margin: 0 30px;
}

@media (max-width: 768px) {
  .section__title--divider {
    margin: 0 15px;
  }
}

.section__title--name {
  color: #000;
  font-size: 20px;
}

@media (max-width: 768px) {
  .section__title--name {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    font-size: 12px;
  }
}

.section__title--name.text-white {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.event__container {
  width: 100%;
}

.event__wrap {
  cursor: pointer;
  text-align: left;
  margin-bottom: 20px;
  -webkit-filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.15));
}

.event__top, .event__bottom {
  position: relative;
  padding: 15px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.event__top {
  -webkit-clip-path: polygon(7% 0, 93% 0, 100% 5%, 100% 95%, 93% 100%, 7% 100%, 0 95%, 0 5%);
          clip-path: polygon(7% 0, 93% 0, 100% 5%, 100% 95%, 93% 100%, 7% 100%, 0 95%, 0 5%);
  height: 400px;
}

@media (max-width: 768px) {
  .event__top {
    height: 250px;
  }
}

.event__top--divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.event__top--playbtn {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.event__top--content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
}

.event__top--content h3 {
  font-size: 22px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 1;
  word-wrap: break-word;
}

@media (max-width: 768px) {
  .event__top--content h3 {
    font-size: 12px;
  }
}

.event__top--type {
  text-transform: uppercase;
  background: #c80300;
  padding: 5px;
  margin-bottom: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
}

@media (max-width: 768px) {
  .event__top--type {
    font-size: 10px;
  }
}

.event__bottom {
  -webkit-clip-path: polygon(7% 0, 93% 0, 100% 10%, 100% 90%, 93% 100%, 7% 100%, 0 90%, 0 10%);
          clip-path: polygon(7% 0, 93% 0, 100% 10%, 100% 90%, 93% 100%, 7% 100%, 0 90%, 0 10%);
  height: 150px;
  background-image: url(../images/event-bottom-w.png);
  color: #000;
}

.event__bottom--date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.event__bottom--day {
  color: #c80300;
  font-size: 40px;
  margin-right: 8px;
  line-height: 1.1;
}

@media (max-width: 768px) {
  .event__bottom--day {
    font-size: 26px;
    margin-right: 5px;
  }
}

.event__bottom--month {
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 5px;
}

@media (max-width: 768px) {
  .event__bottom--month {
    font-size: 10px;
    margin-bottom: 0;
  }
}

.event__bottom--admit {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 26px;
}

@media (max-width: 768px) {
  .event__bottom--admit {
    font-size: 18px;
  }
}

.event__bottom small {
  font-size: 12px;
}

.text-white {
  color: #fff;
}

.bg-white {
  background: #fff;
}

@media (max-width: 768px) {
  .livestream {
    margin-top: 5%;
  }
}

.livestream .main__video {
  width: 100%;
  margin: 0;
  position: relative;
}

@media (max-width: 768px) {
  .livestream .main__video {
    height: 250px;
  }
}

.livestream__blocking.blocking--left {
  position: absolute;
  left: -100px;
}

@media (max-width: 768px) {
  .livestream__blocking.blocking--left {
    display: none;
  }
}

.livestream__blocking.blocking--right {
  position: absolute;
  right: -100px;
}

@media (max-width: 768px) {
  .livestream__blocking.blocking--right {
    display: none;
  }
}

.polfest__about {
  background: rgba(0, 0, 0, 0.8);
  padding: 50px 30px;
  text-align: left;
  -webkit-box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.3);
          box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {
  .polfest__about {
    margin-top: 20%;
  }
}

.polfest__about h3 {
  font-size: 16px;
}

@media (max-width: 768px) {
  .polfest__about h3 {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .polfest__about div:nth-child(3) {
    margin-top: 20px;
  }
}

.polfest__slider {
  position: absolute;
  bottom: 0;
  width: 470px;
  height: 500px;
  margin-left: 30px;
}

@media (max-width: 768px) {
  .polfest__slider {
    left: 0;
    right: 0;
    height: 335px;
    max-width: 90%;
    margin: 20px auto 0;
  }
}

.polfest__slider--item {
  width: 100%;
  height: 500px;
  border-radius: 17px 17px 0 0;
  overflow: hidden;
}

@media (max-width: 768px) {
  .polfest__slider--item {
    border-radius: 10px 10px 0 0;
    height: 335px;
  }
}

.polfest__slider--wrap {
  width: 425px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .polfest__slider--wrap {
    width: 90%;
  }
}

.polfest__slider--wrap.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.polfest__slider--wrap .slick-dots {
  bottom: 10px;
}

.polfest__slider--wrap .slick-dots li button:before {
  font-size: 40px;
  opacity: 1;
}

.polfest__slider--wrap .slick-dots li.slick-active button:before {
  color: #c80300;
}

.polfest__slider--wrap .slick-arrow {
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  padding: 15px;
  z-index: 20;
  background-size: 12px;
}

.polfest__slider--wrap .slick-next {
  background-image: url(../images/icon_next.png);
  right: 5px;
}

.polfest__slider--wrap .slick-next:before {
  content: "";
}

.polfest__slider--wrap .slick-prev {
  background-image: url(../images/icon_prev.png);
  left: 5px;
}

.polfest__slider--wrap .slick-prev:before {
  content: "";
}

.polfest__slider--topper {
  position: absolute;
  top: -22px;
  width: 100%;
}

@media (max-width: 768px) {
  .polfest__slider--topper {
    top: -16px;
  }
}

.polfest__countdown {
  width: 400px;
  margin-top: 30px;
  text-align: left;
  background: rgba(0, 0, 0, 0.6);
  padding: 15px 5px;
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.5);
  text-align: center;
}

@media (max-width: 768px) {
  .polfest__countdown {
    width: 100%;
  }
}

.polfest__countdown h4 {
  padding-left: 5px;
}

.polfest__countdown li {
  font-size: 18px;
  padding: 0 5px;
  text-transform: uppercase;
  text-align: center;
}

@media (max-width: 768px) {
  .polfest__countdown li {
    font-size: 10px;
  }
}

.polfest__countdown li span {
  display: block;
  font-size: 4rem;
  font-weight: 700;
}

@media (max-width: 768px) {
  .polfest__countdown li span {
    font-size: 2.7rem;
  }
}

.polfest__campaign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .polfest__campaign {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    margin-top: 50px;
  }
}

.polfest__campaign > p {
  font-size: 14px;
  -webkit-box-flex: 2;
      -ms-flex: 2 1 0px;
          flex: 2 1 0px;
  margin: 0;
  font-weight: 700;
  word-wrap: break-word;
  padding-right: 10px;
}

@media (max-width: 768px) {
  .polfest__campaign > p {
    max-width: 75%;
    font-size: 10px;
  }
}

.polfest__campaign > p a {
  font-weight: 400;
}

@media (max-width: 768px) {
  .polfest__campaign > p a {
    font-size: 9px;
  }
}

.polfest__campaign--img {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  max-width: 85px;
}

@media (max-width: 768px) {
  .polfest__campaign--img {
    max-width: 25%;
  }
}

.polfest__banner {
  margin-top: 40px;
}

@media (max-width: 768px) {
  .polfest__banner {
    margin-top: 20px;
  }
}

.polfest__banner span {
  font-size: 8px;
  margin-bottom: 10px;
}

.polfest__banner--desktop {
  width: 970px;
  height: 90px;
}

@media (max-width: 768px) {
  .polfest__banner--desktop {
    display: none;
  }
}

.polfest__banner--mobile {
  width: 320px;
  height: 50px;
  margin: 0 auto;
  display: none;
}

@media (max-width: 768px) {
  .polfest__banner--mobile {
    display: block;
  }
}

@media (max-width: 768px) {
  .justify-content-start .col-md-6, .justify-content-end .col-md-6 {
    margin: auto;
  }
}

.name--left {
  width: 120px;
}

.name--right ul li {
  width: 80px;
  height: 50px;
  margin: 5px;
  position: relative;
}

@media (max-width: 768px) {
  .name--right ul li {
    width: 50px;
    height: 25px;
  }
}

.name--right ul li img {
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
/*# sourceMappingURL=styles.css.map */