@-webkit-keyframes flip-down-front {
  0% {
    transform: rotateX(0deg);
    background-color: ;
    color: #fff;
  }
  100% {
    transform: rotateX(-180deg);
    background-color: ;
    color: ;
  }
}
@keyframes flip-down-front {
  0% {
    transform: rotateX(0deg);
    background-color: ;
    color: #fff;
  }
  100% {
    transform: rotateX(-180deg);
    background-color: ;
    color: ;
  }
}
@-webkit-keyframes flip-down-back {
  0% {
    transform: rotateY(180deg) rotateX(0deg);
    background-color: ;
    color: ;
  }
  100% {
    transform: rotateY(180deg) rotateX(180deg);
    background-color: ;
    color: #fff;
  }
}
@keyframes flip-down-back {
  0% {
    transform: rotateY(180deg) rotateX(0deg);
    background-color: ;
    color: ;
  }
  100% {
    transform: rotateY(180deg) rotateX(180deg);
    background-color: ;
    color: #fff;
  }
}
@-webkit-keyframes fade-under {
  0% {
    background-color: ;
    color: ;
  }
  100% {
    background-color: ;
    color: #fff;
  }
}
@keyframes fade-under {
  0% {
    background-color: ;
    color: ;
  }
  100% {
    background-color: ;
    color: #fff;
  }
}
@keyframes bziuu {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
.wosp2017-body {
  font-family: 'Roboto', sans-serif;
  background: #fbd977 url('/img/wosp/2017/wosp2017_bg.jpg') 50% 0% no-repeat;
  background-size: cover;
  color: #fff;
  padding-bottom: 45px;
  z-index: 2;
}
.wosp2017-body .wosp2017-info-bar {
  background: none;
  margin: 0;
}
@media only screen and (max-width: 980px) {
  .wosp2017-body .wosp2017-info-bar {
    padding-left: 0;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 480px) {
  .wosp2017-body .wosp2017-info-bar {
    padding-bottom: 10px;
  }
}
.wosp2017-body .wosp2017-info-bar-wrapper {
  max-width: 1200px;
  width: 100%;
  background: #000000;
}
.wosp2017-body .wosp2017-info-bar-wrapper .wosp2017-donation-text {
  margin-left: 0.5em;
  margin-right: 0.5em;
}
@media only screen and (max-width: 980px) {
  .wosp2017-body .wosp2017-info-bar-wrapper .wosp2017-donation-text {
    display: inline-block;
  }
}
@media only screen and (max-width: 480px) {
  .wosp2017-body .wosp2017-info-bar-wrapper .wosp2017-donation-text {
    display: block;
  }
}
.wosp2017-body .wosp2017-info-bar .wosp2017-content {
  margin-right: auto;
}
@media only screen and (max-width: 980px) {
  .wosp2017-body .wosp2017-info-bar .wosp2017-content {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 480px) {
  .wosp2017-body .wosp2017-info-bar .donation-counter_currency {
    font-size: 14px;
  }
}
.wosp2017-header,
.wosp2017-nav,
.wosp2017-content {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}
.wosp2017-header {
  text-align: center;
}
.wosp2017-header_logo {
  display: inline-block;
  vertical-align: middle;
}
.wosp2017-header_txt {
  display: none;
}
.wosp2017-header_logo-txt {
  margin: 0 auto;
  max-width: 100%;
}
.wosp2017-nav {
  position: relative;
  top: 0;
  background-color: #ec0009;
  height: 44px;
  line-height: 44px;
}
@media screen and (max-width: 640px) {
  .wosp2017-nav {
    margin-top: 0;
  }
}
.wosp2017-nav.sticky {
  position: relative;
  top: 0;
}
.wosp2017-nav_input {
  opacity: 0;
  width: 0;
  position: absolute;
  right: 0;
}
.wosp2017-nav_input:checked ~ .wosp2017-nav_label {
  width: 40px;
}
.wosp2017-nav_input:checked ~ .wosp2017-nav_label > span {
  background-position: center bottom;
}
.wosp2017-nav_label {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 4;
}
.wosp2017-nav_label > span {
  width: 40px;
  text-align: center;
  display: block;
  margin: 0 0 0 auto;
  position: relative;
  overflow: hidden;
  text-indent: 100%;
  background: transparent url('/img/wosp/2017/menu-arrow.png') center top no-repeat;
}
.wosp2017-nav_label > span:before {
  content: '';
  position: absolute;
  background-color: #ec0009;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.wosp2017-nav_entries {
  display: block;
  font-size: 0;
  text-align: center;
  z-index: 3;
}
.wosp2017-nav_entries_item {
  display: inline-block;
  font-size: 19px;
  line-height: 19px;
  vertical-align: middle;
  border-right: 1px solid rgba(255,255,255,0.5);
  padding-right: 1.5em;
  margin-right: 1.5em;
}
.wosp2017-nav_entries_item:last-child {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}
.wosp2017-nav_entries_item > a {
  color: #fff;
  text-transform: uppercase;
}
.wosp2017-nav_entries_item.active > a {
  font-weight: 900;
}
.wosp2017-nav_entries_item.wosp2017-nav_entries_item_default {
  display: none;
}
.wosp2017-content iframe {
  width: 100%;
}
.wosp2017-intrinsic-container {
  position: relative;
  overflow: hidden;
  height: 640px;
}
.wosp2017-intrinsic-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1023px) {
  .wosp2017-nav {
    height: 0;
    max-width: calc(100% - 50px);
    top: 25px;
  }
  .wosp2017-nav.sticky {
    top: 25px;
  }
  .wosp2017-nav_label {
    display: inline-block;
  }
  .wosp2017-nav_entries {
    height: auto;
    background-color: transparent;
    padding-right: 40px;
  }
  .wosp2017-nav_entries_item {
    background-color: #fff;
    margin-right: 0;
    padding-right: 0;
    line-height: inherit;
    text-align: left;
    padding-left: 1em;
    width: 100%;
    box-sizing: border-box;
  }
  .wosp2017-nav_entries_item:not(.active) {
    display: none;
  }
  .wosp2017-nav_entries_item.wosp2017-nav_entries_item_default {
    display: inline-block;
  }
  .wosp2017-nav_entries_item > span,
  .wosp2017-nav_entries_item > a {
    color: #05315a;
  }
  .wosp2017-nav_input:checked ~ .wosp2017-nav_entries > .wosp2017-nav_entries_item {
    display: block;
  }
  .wosp2017-body.wosp2017-sc.wosp2017-top-counter-showed .wosp2017-nav {
    top: 65px;
  }
  .wosp2017-body.wosp2017-sc .wosp2017-nav {
    top: 15px;
  }
  .wosp2017-body.wosp2017-sc.wosp2017-article {
    z-index: 5;
    padding-bottom: 20px;
  }
  .wosp2017-content {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .wosp2017-intrinsic-container {
    max-width: calc(100% - 50px);
    margin: 0 auto;
    height: 1400px;
  }
}
@media only screen and (max-width: 767px) {
  .wosp2017-body {
    padding-bottom: 0;
  }
  .wosp2017-intrinsic-container {
    height: 1250px;
  }
}
@media only screen and (max-width: 540px) {
  .wosp2017-body {
    padding-bottom: 0;
  }
  .wosp2017-intrinsic-container {
    height: 1100px;
  }
}
@media only screen and (max-width: 480px) {
  .wosp2017-body.wosp2017-sc.wosp2017-top-counter-showed .wosp2017-nav {
    top: 115px;
  }
  .wosp2017-body.wosp2017-sc .wosp2017-nav {
    top: 27px;
  }
}
@media only screen and (max-width: 1023px) {
  .wosp2017_box_map {
    padding-top: 100px;
  }
}
nav.sticky {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.wosp2017_box_numbers {
  background: transparent url('/img/wosp/2017/numbers_bg.jpg') 50% 50% no-repeat;
  background-size: cover;
  overflow: hidden;
  padding: 40px 0 75px;
}
.wosp2017_box_numbers_header-gathered,
.wosp2017_box_numbers_header-end {
  font-weight: 900;
  text-transform: uppercase;
}
.wosp2017_box_numbers_header-gathered:after,
.wosp2017_box_numbers_header-end:after {
  content: '';
  display: block;
  background-color: #00aeef;
  width: 40px;
  height: 5px;
}
@media only screen and (max-width: 1023px) {
  .wosp2017_box_numbers_header-gathered:after,
  .wosp2017_box_numbers_header-end:after {
    width: 30px;
    height: 4px;
  }
}
.wosp2017_box_numbers_header-gathered {
  font-size: 45px;
}
.wosp2017_box_numbers_header-gathered:after {
  margin: 0.55em auto 0.9em;
}
.wosp2017_box_numbers_header-end {
  font-size: 25px;
  margin-top: 3.3em;
}
.wosp2017_box_numbers_header-end:after {
  margin: 0.8em auto 1.2em;
}
.wosp2017_box_numbers .counter-disclaimer {
  font-weight: 500;
  font-size: 19px;
  margin-top: 1em;
  text-transform: uppercase;
}
.wosp2017_box_numbers_counters {
  width: 750px;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .wosp2017_box_numbers_counters {
    width: 100%;
  }
}
.wosp2017_box_numbers_charts {
  position: absolute;
  right: 0;
  bottom: 75px;
}
@media only screen and (max-width: 1023px) {
  .wosp2017_box_numbers_charts {
    position: static;
  }
}
.wosp2017_box_numbers_finale {
  display: none;
  background: transparent url('/img/wosp/2017/finale_bg.png') 50% 50% no-repeat;
  height: 292px;
  font-size: 95px;
  font-weight: 900;
  line-height: 292px;
  margin-top: 20px;
  margin-bottom: -40px;
  text-shadow: 0 0 20px rgba(0,0,0,0.5);
  animation: bziuu 1000ms ease-in both;
}
.wosp2017_box_numbers_start_splash {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
}
.wosp2017_box_numbers_start_splash_content {
  width: 592px;
  max-width: calc(100% - 50px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.wosp2017_box_numbers_start_splash_img {
  float: left;
}
.wosp2017_box_numbers_start_splash_txt {
  overflow: hidden;
  color: #04294c;
  font-size: 28px;
  line-height: 50px;
  font-weight: 300;
  padding: 22px;
}
.wosp2017_box_numbers_start_splash_txt > span {
  display: block;
  font-size: 45px;
  line-height: 65px;
  font-weight: 900;
}
.wosp2017_box_numbers_start_splash_txt > span:after {
  content: '';
  display: block;
  background-color: #00aeef;
  width: 40px;
  height: 5px;
  margin-top: 20px;
}
@media only screen and (max-width: 1023px) {
  .wosp2017_box_numbers_start_splash_txt > span:after {
    width: 30px;
    height: 4px;
  }
}
.donation-counter {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  height: 1.24em;
  line-height: 1.24em;
  white-space: normal;
  font-size: 64px;
}
@media only screen and (max-width: 1159px) {
  .donation-counter {
    font-size: 50px;
  }
}
.donation-counter > b {
  float: left;
  box-sizing: border-box;
  width: 0.992em;
  height: 100%;
  margin: 0 2px;
  text-align: center;
  overflow: hidden;
  background-color: #000;
  border-radius: 0.15em;
}
.donation-counter > b:nth-last-child(3n+0) {
  margin-left: 0.2em;
}
.donation-counter > b:nth-last-child(0n+1) {
  background: linear-gradient(to bottom,#149f4f 0%,#149f4f 50%,#43b272 51%,#43b272 100%);
}
.donation-counter > b:nth-last-child(0n+2) {
  background: linear-gradient(to bottom,#005aa0 0%,#005aa0 50%,#337bb3 51%,#337bb3 100%);
}
.donation-counter > b:nth-last-child(0n+3) {
  background: linear-gradient(to bottom,#00aeef 0%,#00aeef 50%,#33bef2 51%,#33bef2 100%);
}
.donation-counter > b:nth-last-child(0n+4) {
  background: linear-gradient(to bottom,#e32927 0%,#e32927 50%,#e95452 51%,#e95452 100%);
}
.donation-counter > b:nth-last-child(0n+5) {
  background: linear-gradient(to bottom,#d3a004 0%,#d3a004 50%,#dcb336 51%,#dcb336 100%);
}
.donation-counter > b:nth-last-child(0n+6) {
  background: linear-gradient(to bottom,#ea720e 0%,#ea720e 50%,#ee8e3e 51%,#ee8e3e 100%);
}
.donation-counter > b:nth-last-child(0n+7) {
  background: linear-gradient(to bottom,#b62978 0%,#b62978 50%,#c55493 51%,#c55493 100%);
}
.donation-counter > b:nth-last-child(0n+8) {
  background: linear-gradient(to bottom,#580e64 0%,#580e64 50%,#793e83 51%,#793e83 100%);
}
.donation-counter > b:nth-last-child(1n+9) {
  background: linear-gradient(to bottom,#646c73 0%,#646c73 50%,#83898f 51%,#83898f 100%);
}
.donation-counter > b:before {
  content: ' 0 1 2 3 4 5 6 7 8 9 ';
  display: block;
  word-break: break-all;
  word-break: break-word;
  transition: 0.4s cubic-bezier(.12,.78,.52,1.2);
}
.donation-counter > b.d0:before {
  margin-top: -0em;
}
.donation-counter > b.d1:before {
  margin-top: -1.24em;
}
.donation-counter > b.d2:before {
  margin-top: -2.48em;
}
.donation-counter > b.d3:before {
  margin-top: -3.72em;
}
.donation-counter > b.d4:before {
  margin-top: -4.96em;
}
.donation-counter > b.d5:before {
  margin-top: -6.2em;
}
.donation-counter > b.d6:before {
  margin-top: -7.44em;
}
.donation-counter > b.d7:before {
  margin-top: -8.68em;
}
.donation-counter > b.d8:before {
  margin-top: -9.92em;
}
.donation-counter > b.d9:before {
  margin-top: -11.16em;
}
.donation-counter_currency {
  display: inline-block;
  vertical-align: middle;
  font-size: 25px;
  font-weight: 900;
  margin-left: 0.5em;
}
.donation-chart-bar {
  width: 9.5em;
  position: relative;
  color: #fff;
  font-size: 15px;
  margin: 2em 5em 0 auto;
  background-image: linear-gradient(160deg,#b02a7a,#1c539a);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
@media only screen and (max-width: 1023px) {
  .donation-chart-bar {
    margin: 8em auto 0;
  }
}
.donation-chart-bar:before {
  content: '';
  display: block;
  width: 100%;
  height: 2em;
  position: absolute;
  bottom: 100%;
  left: 0;
  -webkit-transform: skewX(-40deg);
  transform: skewX(-40deg);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  background-color: #d662ab;
}
.donation-chart-bar:after {
  content: '';
  display: block;
  width: 1.6em;
  height: 100%;
  position: absolute;
  bottom: 1px;
  left: 100%;
  -webkit-transform: skewY(-50deg);
  transform: skewY(-50deg);
  -webkit-transform-origin: left;
  transform-origin: left;
  background-image: linear-gradient(160deg,#8d2565,#004b85);
}
.donation-chart-bar_item {
  height: 30px;
  line-height: 30px;
  position: relative;
  text-align: center;
  cursor: default;
}
.donation-chart-bar_item_amount {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  bottom: 14px;
  right: 100%;
  font-size: 28px;
  font-weight: 900;
  margin-right: -30px;
  padding-right: 60px;
  border-bottom: 3px solid #00aeef;
  -webkit-transition: 0.5s opacity ease-in-out;
  transition: 0.5s opacity ease-in-out;
}
@media only screen and (max-width: 1159px) {
  .donation-chart-bar_item_amount {
    font-size: 20px;
  }
}
.donation-chart-bar_item_amount:after {
  content: '';
  position: absolute;
  bottom: -8px;
  right: -11px;
  height: 13px;
  width: 13px;
  border: 3px solid #00aeef;
  box-sizing: border-box;
  border-radius: 50%;
}
.donation-chart-bar_item:hover,
.donation-chart-bar_item.active {
  font-weight: 700;
}
.donation-chart-bar_item:hover .donation-chart-bar_item_amount,
.donation-chart-bar_item.active .donation-chart-bar_item_amount {
  opacity: 1;
  pointer-events: auto;
}
.donation-chart-bar_time-now {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.donation-chart-bar_time-start {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.donation-chart-bar.hasActive .donation-chart-bar_item:not(.active) .donation-chart-bar_item_amount {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transform-origin: right;
  transform-origin: right;
}
.donation-chart-bar.hasActive .donation-chart-bar_item:hover:not(.active) .donation-chart-bar_item_amount {
  opacity: 0.8;
}
.chart-text {
  text-transform: uppercase;
}
.chart-text > span {
  display: block;
  font-weight: bold;
}
.donation-clock {
  -webkit-perspective: 100vw;
  perspective: 100vw;
  -webkit-perspective-origin: left;
  perspective-origin: left;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: inline-block;
  vertical-align: middle;
}
.donation-clock .digit {
  position: relative;
  float: left;
  width: 0.992em;
  height: 1.24em;
  border-radius: 0.15em;
  text-align: center;
  font-size: 64px;
  box-shadow: 4px 4px 5px rgba(0,0,0,0.3);
  background: linear-gradient(to bottom,#1a1a1a 0%,#1a1a1a 50%,#000 51%,#000 100%);
}
@media only screen and (max-width: 1159px) {
  .donation-clock .digit {
    font-size: 50px;
  }
}
.donation-clock .digit.tenhour,
.donation-clock .digit.tenmin,
.donation-clock .digit.tensec {
  margin-right: 0.1em;
}
.donation-clock .base {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #fff;
}
.donation-clock .flap {
  display: none;
  position: absolute;
  width: 100%;
  height: 50%;
  background: #000;
  left: 0;
  top: 0;
  border-radius: 0.15em 0.15em 0 0;
  transform-origin: 50% 100%;
  backface-visibility: hidden;
  overflow: hidden;
}
.donation-clock .flap::before {
  content: attr(data-content);
  position: absolute;
  left: 50%;
}
.donation-clock .flap.front::before,
.donation-clock .flap.under::before {
  top: 100%;
  transform: translate(-50%,-50%);
}
.donation-clock .flap.back {
  transform: rotateY(180deg);
}
.donation-clock .flap.back::before {
  top: 100%;
  transform: translate(-50%,-50%) rotateZ(180deg);
}
.donation-clock .flap.over {
  z-index: 2;
}
.donation-clock .flap.under {
  z-index: 1;
}
.donation-clock .flap.front {
  background-color: #1a1a1a;
  -webkit-animation: flip-down-front 300ms ease-in both;
  animation: flip-down-front 300ms ease-in both;
}
.donation-clock .flap.back {
  -webkit-animation: flip-down-back 300ms ease-in both;
  animation: flip-down-back 300ms ease-in both;
}
.donation-clock .flap.under {
  background-color: #1a1a1a;
  -webkit-animation: fade-under 300ms ease-in both;
  animation: fade-under 300ms ease-in both;
}
.donation-clock .separator {
  float: left;
  width: 0.496em;
  height: 1.24em;
  line-height: 1.24em;
  font-size: 60.16px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  text-shadow: 2px 2px 5px rgba(0,0,0,0.4);
}
@media only screen and (max-width: 1159px) {
  .donation-clock .separator {
    font-size: 47px;
  }
}
.wosp2017_box_numbers.before-start-state .wosp2017_box_numbers_start_splash {
  display: block;
}
.wosp2017_box_numbers.before-start-state .donation-counter > b:before {
  display: none;
}
.wosp2017_box_numbers.before-start-state .donation-counter > b:after {
  content: '❤';
  font-size: 45px;
  position: relative;
  top: -3px;
}
.wosp2017_box_numbers.before-start-state .wosp2017_box_numbers_header-end {
  color: #085399;
}
.wosp2017_box_numbers.before-start-state .donation-clock .separator {
  color: #085399;
}
.wosp2017_box_numbers.before-start-state .donation-clock .digit {
  background: #085399;
}
.wosp2017_box_numbers.before-start-state .donation-chart-bar {
  color: #085399;
  background: #085399;
}
.wosp2017_box_numbers.before-start-state .donation-chart-bar:before,
.wosp2017_box_numbers.before-start-state .donation-chart-bar:after {
  background: #085399;
}
.wosp2017_box_numbers_finale {
  background: none !important;
}
.wosp2017_box_numbers_finale .firework {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -143px;
  width: 165px;
  height: 176px;
  z-index: -1;
  background: transparent url('/img/wosp/2017/firework_1.png') 50% 50% no-repeat;
}
.wosp2017_box_numbers_finale .firework.firework-2 {
  top: 36px;
  margin-left: -270px;
  width: 170px;
  height: 159px;
  background: transparent url('/img/wosp/2017/firework_2.png') 50% 50% no-repeat;
}
.wosp2017_box_numbers_finale .firework.firework-3 {
  top: 45px;
  margin-left: 15px;
  width: 110px;
  height: 102px;
  background: transparent url('/img/wosp/2017/firework_3.png') 50% 50% no-repeat;
}
.wosp2017_box_numbers_finale .firework.firework-4 {
  top: 20px;
  margin-left: 35px;
  width: 237px;
  height: 210px;
  background: transparent url('/img/wosp/2017/firework_4.png') 50% 50% no-repeat;
}
.wosp2017_box_numbers_finale .firework.firework-5 {
  top: 130px;
  margin-left: -20px;
  width: 191px;
  height: 172px;
  background: transparent url('/img/wosp/2017/firework_5.png') 50% 50% no-repeat;
}
.wosp2017_box_numbers_finale .firework.firework-6 {
  top: 53px;
  margin-left: -170px;
  width: 102px;
  height: 96px;
  background: transparent url('/img/wosp/2017/firework_6.png') 50% 50% no-repeat;
}
.wosp2017_box_numbers_finale .firework.firework-7 {
  top: 80px;
  margin-left: -100px;
  width: 181px;
  height: 160px;
  background: transparent url('/img/wosp/2017/firework_7.png') 50% 50% no-repeat;
}
.wosp2017_box_numbers_finale .firework.firework-8 {
  top: 120px;
  margin-left: -220px;
  width: 188px;
  height: 177px;
  background: transparent url('/img/wosp/2017/firework_8.png') 50% 50% no-repeat;
}
.wosp2017_box_numbers_finale .firework.firework-9 {
  top: 190px;
  margin-left: -140px;
  width: 102px;
  height: 96px;
  background: transparent url('/img/wosp/2017/firework_9.png') 50% 50% no-repeat;
}
.wosp2017_box_numbers_finale .firework.firework-10 {
  top: 190px;
  margin-left: -20px;
  width: 94px;
  height: 88px;
  background: transparent url('/img/wosp/2017/firework_10.png') 50% 50% no-repeat;
}
.wosp2017_box_numbers_finale .firework.firework-11 {
  top: 180px;
  margin-left: -75px;
  width: 94px;
  height: 98px;
  background: transparent url('/img/wosp/2017/firework_11.png') 50% 50% no-repeat;
}
.wosp2017_box_numbers_finale.showed .firework {
  animation: firework 2s ease-in 0s infinite;
}
.wosp2017_box_numbers_finale.showed .firework.firework-2 {
  animation-delay: 0.5s;
}
.wosp2017_box_numbers_finale.showed .firework.firework-3 {
  animation-duration: 1.5s;
  animation-delay: 300ms;
}
.wosp2017_box_numbers_finale.showed .firework.firework-4 {
  animation-duration: 1.8s;
  animation-delay: 150ms;
}
.wosp2017_box_numbers_finale.showed .firework.firework-5 {
  animation-delay: 0.5s;
}
.wosp2017_box_numbers_finale.showed .firework.firework-6 {
  animation-duration: 1.7s;
  animation-delay: 100ms;
}
.wosp2017_box_numbers_finale.showed .firework.firework-7 {
  animation-delay: 400ms;
}
.wosp2017_box_numbers_finale.showed .firework.firework-8 {
  animation-delay: 300ms;
  animation-duration: 1.5s;
}
.wosp2017_box_numbers_finale.showed .firework.firework-9 {
  animation-duration: 1.8s;
  animation-delay: 450ms;
}
.wosp2017_box_numbers_finale.showed .firework.firework-10 {
  animation-duration: 1.9s;
  animation-delay: 100ms;
}
.wosp2017_box_numbers_finale.showed .firework.firework-11 {
  animation-delay: 250ms;
  animation-duration: 1.5s;
}
@-webkit-keyframes firework {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  40% {
    transform: scale(1);
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes firework {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  40% {
    transform: scale(1);
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes firework {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  40% {
    transform: scale(1);
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes firework {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  40% {
    transform: scale(1);
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .wosp2017_box_numbers {
    padding: 100px 0 50px;
  }
  .wosp2017_box_numbers .donation-chart-bar {
    -webkit-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
  }
  .wosp2017_box_numbers .donation-chart-bar.hasActive {
    -webkit-transform: translate3d(50%,0,0);
    transform: translate3d(50%,0,0);
  }
  .wosp2017_box_numbers .donation-chart-bar_item:hover:not(.active) {
    font-weight: 400;
  }
  .wosp2017_box_numbers .donation-chart-bar_item:hover:not(.active) .donation-chart-bar_item_amount {
    opacity: 0;
  }
  .wosp2017_box_numbers_start_splash_txt {
    font-size: 27px;
  }
  .wosp2017_box_numbers_start_splash_txt > span {
    font-size: 36px;
  }
}
@media only screen and (max-width: 567px) {
  .wosp2017_box_numbers_header-gathered {
    font-size: 20px;
  }
  .wosp2017_box_numbers .counter-disclaimer {
    font-size: 13px;
  }
  .wosp2017_box_numbers_header-end {
    font-size: 14px;
  }
  .wosp2017_box_numbers_start_splash_img {
    display: none;
  }
  .wosp2017_box_numbers_finale {
    height: 180px;
    line-height: 180px;
    font-size: 54px;
    background-size: contain;
  }
  .wosp2017_box_numbers.before-start-state .donation-counter > b:after {
    font-size: 18px;
  }
  .donation-counter {
    font-size: 25px;
  }
  .donation-counter > b {
    margin: 0 1px;
  }
  .donation-counter_currency {
    font-size: 16px;
  }
  .donation-clock .digit {
    font-size: 25px;
  }
  .donation-clock .separator {
    font-size: 23.5px;
  }
  .donation-chart-bar {
    width: 6.5em;
    margin: 6em auto 0;
  }
  .donation-chart-bar.hasActive {
    -webkit-transform: translate3d(35%,0,0);
    transform: translate3d(35%,0,0);
  }
  .donation-chart-bar_item_amount {
    font-size: 16px;
    margin-right: -10px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .wosp2017_box_numbers_start_splash_txt {
    font-size: 22px;
    line-height: 36px;
  }
  .wosp2017_box_numbers_start_splash_txt > span {
    font-size: 36px;
    line-height: 50px;
  }
}
.wosp2017_box_video {
  background: #ffffff;
  background: rgba(255,255,255,0.8);
  color: #000000;
}
.wosp2017_box_video .innerVideoModule {
  padding: 2em 0;
  overflow: hidden;
}
.wosp2017_box_video .innerVideoModule.center {
  max-width: 860px;
  margin: 0 auto;
}
.wosp2017_box_video .innerVideoModule .hideVideoPlayer {
  max-width: 600px;
  margin: 0 auto;
}
.wosp2017_box_video .innerVideoModule .hideVideoPlayer > img {
  width: 100%;
  height: auto;
}
.wosp2017_box_video .innerVideoModule .video-info {
  margin: 1em auto;
  position: relative;
  max-width: 600px;
  color: #000;
}
.wosp2017_box_video .innerVideoModule .video-info .photoTitle,
.wosp2017_box_video .innerVideoModule .video-info .video-title {
  color: #000;
  display: block;
  max-width: 90%;
  font-size: 26px;
  line-height: 28px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .wosp2017_box_video .innerVideoModule .video-info .photoTitle,
  .wosp2017_box_video .innerVideoModule .video-info .video-title {
    max-width: 85%;
    font-size: 22px;
    line-height: 24px;
  }
}
@media screen and (max-width: 480px) {
  .wosp2017_box_video .innerVideoModule .video-info .photoTitle,
  .wosp2017_box_video .innerVideoModule .video-info .video-title {
    max-width: 80%;
    font-size: 18px;
    line-height: 20px;
  }
}
.wosp2017_box_video .innerVideoModule .video-info .photoDescription,
.wosp2017_box_video .innerVideoModule .video-info .video-description {
  display: block;
  color: #000;
  padding: 1em 0;
  font-size: 12px;
}
.wosp2017_box_video .innerVideoModule .video-info .playlist-counter {
  color: #000;
  font-weight: 700;
  position: absolute;
  right: 0;
  top: 16px;
  font-size: 12px;
  line-height: 12px;
}
@media screen and (max-width: 768px) {
  .wosp2017_box_video .innerVideoModule .video-info .playlist-counter {
    top: 12px;
  }
}
@media screen and (max-width: 480px) {
  .wosp2017_box_video .innerVideoModule .video-info .playlist-counter {
    top: 10px;
  }
}
@media screen and (max-width: 640px) {
  .wosp2017_box_video .innerVideoModule {
    padding: 2em 1em;
    width: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.wosp2017_box_video .videoPlaylist {
  margin: 20px auto 0;
  max-width: 760px;
}
.wosp2017_box_video .videoPlaylist:before {
  content: '';
  position: absolute;
  width: 200%;
  background: rgba(0,0,0,0.3);
  height: 1px;
  left: -50%;
  top: -20px;
}
.wosp2017_box_video .videoPlaylist .frame {
  height: 130px !important;
  margin: 0 78px;
}
@media screen and (max-width: 640px) {
  .wosp2017_box_video .videoPlaylist .frame {
    margin: 0 40px;
    height: 80px !important;
  }
}
.wosp2017_box_video .videoPlaylist .frame .film .item {
  border: none;
}
@media screen and (max-width: 579px) {
  .wosp2017_box_video .videoPlaylist .frame .film .item {
    border: 3px solid transparent;
  }
}
.wosp2017_box_video .videoPlaylist .frame .film .item img {
  border: 3px solid transparent;
  width: 141px;
}
@media screen and (max-width: 579px) {
  .wosp2017_box_video .videoPlaylist .frame .film .item img {
    width: 100%;
    border: none;
    min-width: 115px;
  }
}
.wosp2017_box_video .videoPlaylist .frame .film .item.active {
  border: none;
}
@media screen and (max-width: 579px) {
  .wosp2017_box_video .videoPlaylist .frame .film .item.active {
    border: 3px solid #ff0000;
  }
}
.wosp2017_box_video .videoPlaylist .frame .film .item.active .title {
  display: block;
}
@media screen and (max-width: 579px) {
  .wosp2017_box_video .videoPlaylist .frame .film .item.active .title {
    display: none;
  }
}
.wosp2017_box_video .videoPlaylist .frame .film .item.active img {
  border: 3px solid #ff0000;
}
@media screen and (max-width: 579px) {
  .wosp2017_box_video .videoPlaylist .frame .film .item.active img {
    border: none;
  }
}
.wosp2017_box_video .videoPlaylist .frame .film .item .title {
  background: transparent;
  position: relative;
  height: 100%;
  color: #000;
  width: 130px;
}
@media screen and (max-width: 579px) {
  .wosp2017_box_video .videoPlaylist .frame .film .item .title {
    display: none;
  }
}
.wosp2017_box_video .videoPlaylist .frame .film .item a {
  text-decoration: none;
}
.wosp2017_box_video .videoPlaylist .prev {
  background: none;
  opacity: 0.8;
}
.wosp2017_box_video .videoPlaylist .prev:before {
  content: "\00ab";
  font-size: 85px;
}
@media screen and (max-width: 579px) {
  .wosp2017_box_video .videoPlaylist .prev:before {
    line-height: 54px;
  }
}
.wosp2017_box_video .videoPlaylist .prev:hover {
  background: none;
  opacity: 1;
}
.wosp2017_box_video .videoPlaylist .next {
  background: none;
  opacity: 0.8;
}
.wosp2017_box_video .videoPlaylist .next:before {
  content: "\00bb";
  font-size: 85px;
}
@media screen and (max-width: 579px) {
  .wosp2017_box_video .videoPlaylist .next:before {
    line-height: 54px;
  }
}
.wosp2017_box_video .videoPlaylist .next:hover {
  background: none;
  opacity: 1;
}
.wosp2017_box_video .videoPlaylist.short {
  max-width: 720px;
}
.wosp2017_box_video .videoPlaylist.short .frame {
  margin: 0 58px;
}
@media screen and (max-width: 640px) {
  .wosp2017_box_video .videoPlaylist.short .frame {
    margin: 0 40px;
  }
}
.wosp2017_box_video .videoPlaylist.short .frame .film .item img {
  height: auto;
  width: 141px;
}
@media screen and (max-width: 640px) {
  .wosp2017_box_video figcaption .photoTitle {
    margin-left: 0;
  }
}
.wosp2017_box_timeline {
  background: #1678d3 url('/img/wosp/2017/timeline_bg.jpg') 50% 0% no-repeat;
  background-size: contain;
  padding: 70px 100px;
  box-sizing: border-box;
  position: relative;
}
.wosp2017_box_timeline_heart-decoration {
  position: absolute;
  right: -38px;
  bottom: -28px;
}
@media only screen and (max-width: 1259px) {
  .wosp2017_box_timeline_heart-decoration {
    display: none;
  }
}
.wosp2017_timeline {
  display: block;
  text-align: justify;
  -ms-text-justify: distribute-all-lines;
  text-justify: distribute-all-lines;
  padding: 0;
  margin: 0;
  height: 5px;
  position: relative;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.wosp2017_timeline_container {
  overflow: hidden;
  padding: 45px 25px 45px;
  position: relative;
}
.wosp2017_timeline_arrow-left,
.wosp2017_timeline_arrow-right {
  position: absolute;
  top: 45px;
  background: transparent url('/img/wosp/2017/timeline_arrows.png') 50% 50% no-repeat;
  width: 44px;
  height: 38px;
  margin-top: -17px;
}
.wosp2017_timeline_arrow-left {
  left: -55px;
  transform: rotateZ(180deg);
}
.wosp2017_timeline_arrow-right {
  right: -55px;
}
.wosp2017_timeline.translate-by-45.showRightSide {
  -webkit-transform: translateX(-45%);
  transform: translateX(-45%);
}
.wosp2017_timeline.translate-by-33.showRightSide {
  -webkit-transform: translateX(-33.33%);
  transform: translateX(-33.33%);
}
.wosp2017_timeline_mobile-menu-button {
  display: none;
}
.wosp2017_timeline:before {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  width: calc(100% - 10px);
  background-color: #fff;
  left: 5px;
}
.wosp2017_timeline_item {
  list-style-type: none;
  width: 5px;
  height: 5px;
  box-sizing: border-box;
  border-radius: 50%;
  vertical-align: top;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.wosp2017_timeline_item:before {
  content: '';
  border-radius: 50%;
  border: 6px solid #fff;
  width: 11px;
  height: 11px;
  position: absolute;
  top: -9px;
  left: -9px;
  background-color: #005aa0;
}
.wosp2017_timeline_item:after {
  content: '❤';
  color: #ea2b23;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  line-height: 22px;
  height: 20px;
  opacity: 0;
}
.wosp2017_timeline_item:hover:before {
  background-color: #fff;
}
.wosp2017_timeline_item:hover:after {
  opacity: 0.8;
}
.wosp2017_timeline_item.active {
  cursor: default;
  font-size: 22px;
}
.wosp2017_timeline_item.active:before {
  background-color: #fff;
  top: -15px;
  left: -15px;
  width: 23px;
  height: 23px;
}
.wosp2017_timeline_item.active:after {
  opacity: 1;
}
.wosp2017_timeline_item > time {
  color: #fff;
  font-weight: bold;
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-bottom: 1em;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.wosp2017_timeline:after {
  content: '';
  width: 100%;
  display: inline-block;
  font-size: 0;
  line-height: 0;
}
.wosp2017_timeline_details {
  font-size: 0;
  margin-top: 50px;
}
.wosp2017_timeline_details_page {
  display: none;
  text-align: center;
}
.wosp2017_timeline_details_page.active {
  display: block;
}
.wosp2017_timeline_details_page.hasText .wosp2017_timeline_details_text {
  display: inline-block;
}
.wosp2017_timeline_details_items {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  box-sizing: border-box;
  font-size: 24px;
}
.wosp2017_timeline_details_item {
  padding: 0 1em;
  font-size: 24px;
  box-sizing: border-box;
}
.wosp2017_timeline_details_item > span {
  display: block;
  font-size: 34px;
  font-weight: 900;
}
.wosp2017_timeline_details_item:before {
  content: '';
  display: block;
  height: 76px;
  margin: 0 auto 1em;
}
.wosp2017_timeline_details_item.amount {
  margin-top: 1.5em;
}
.wosp2017_timeline_details_item.amount:before {
  width: 75px;
  background: transparent url('/img/wosp/2017/timeline_details_icons.png') 0% 50% no-repeat;
}
.wosp2017_timeline_details_item.target {
  margin-top: 2em;
}
.wosp2017_timeline_details_item.target:before {
  width: 85px;
  background: transparent url('/img/wosp/2017/timeline_details_icons.png') 100% 50% no-repeat;
}
.wosp2017_timeline_details_item:after {
  content: '';
  display: block;
  background-color: #00aeef;
  width: 40px;
  height: 5px;
  margin: 0.7em auto 0;
}
@media only screen and (max-width: 1023px) {
  .wosp2017_timeline_details_item:after {
    width: 30px;
    height: 4px;
  }
}
.wosp2017_timeline_details_text {
  text-align: left;
  display: none;
  vertical-align: top;
  width: 50%;
  font-size: 24px;
  padding: 1.5em;
  box-sizing: border-box;
  border: 1px solid #fff;
}
@media only screen and (max-width: 1023px) {
  .wosp2017_box_timeline {
    padding: 145px 60px 100px 60px;
  }
  .wosp2017_timeline_details_item {
    font-size: 16px;
  }
  .wosp2017_timeline_details_item > span {
    font-size: 24px;
  }
  .wosp2017_timeline_details_item:before {
    height: 50px;
  }
  .wosp2017_timeline_details_item.amount:before {
    width: 50px;
    background-size: auto 50px;
  }
  .wosp2017_timeline_details_item.target:before {
    width: 55px;
    background-size: auto 50px;
  }
  .wosp2017_timeline_details_text {
    font-size: 16px;
    font-weight: 300;
  }
}
@media only screen and (max-width: 767px) {
  .wosp2017_box_timeline {
    padding: 100px 25px;
    background: #1678d3 url('/img/wosp/2017/timeline_bg.jpg') 50% 50% no-repeat;
    background-size: cover;
  }
  .wosp2017_timeline {
    height: 44px;
    margin: 0 auto;
    font-size: 0;
    width: 5px;
  }
  .wosp2017_timeline_super_container {
    height: 0;
    position: relative;
  }
  .wosp2017_timeline_container {
    display: block;
    vertical-align: top;
    max-height: 300px;
    height: 44px;
    overflow: hidden;
    padding: 0;
    background-color: #005aa0;
    z-index: 2;
    width: 100%;
    padding-left: 200px;
    margin: 0 0 0 auto;
    box-sizing: border-box;
  }
  .wosp2017_timeline_container.mobile-menu-expanded {
    height: auto;
    overflow: auto;
    z-index: 4;
    padding: 2em 0;
    width: calc(100% - 200px);
  }
  .wosp2017_timeline_container.mobile-menu-expanded .wosp2017_timeline {
    height: auto;
  }
  .wosp2017_timeline_container.mobile-menu-expanded .wosp2017_timeline:before {
    height: 100%;
    top: -5px;
  }
  .wosp2017_timeline_container.mobile-menu-expanded .wosp2017_timeline_item {
    display: block;
    margin-top: 35px;
  }
  .wosp2017_timeline_container.mobile-menu-expanded .wosp2017_timeline_item.active {
    top: 0px;
  }
  .wosp2017_timeline_container.mobile-menu-expanded .wosp2017_timeline_item:first-child {
    margin-top: 0px;
  }
  .wosp2017_timeline_container.mobile-menu-expanded ~ .wosp2017_timeline_mobile-menu-button {
    width: 200px;
    background-color: #005aa0;
    background-image: none;
  }
  .wosp2017_timeline_mobile-menu-button {
    display: block;
    position: absolute;
    top: 0;
    line-height: 44px;
    width: 100%;
    z-index: 3;
    font-size: 19px;
    text-transform: uppercase;
    padding-left: 1em;
    box-sizing: border-box;
    background: transparent url('/img/wosp/2017/menu-arrow.png') right top no-repeat;
    border-right: 8px solid transparent;
  }
  .wosp2017_timeline.translate-by-33.showRightSide,
  .wosp2017_timeline.translate-by-45.showRightSide {
    -webkit-transform: none;
    transform: none;
  }
  .wosp2017_timeline_arrow-left,
  .wosp2017_timeline_arrow-right {
    display: none !important;
  }
  .wosp2017_timeline:before {
    width: 100%;
    height: 44px;
    top: 0;
    left: 0;
  }
  .wosp2017_timeline_details {
    margin-top: 0;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 75px;
  }
  .wosp2017_timeline_details_items,
  .wosp2017_timeline_details_text {
    display: block;
    width: 100%;
  }
  .wosp2017_timeline_details_item.amount {
    margin-top: 0;
  }
  .wosp2017_timeline_details_text {
    margin-top: 2em;
  }
  .wosp2017_timeline_item {
    margin-top: 0;
    display: none;
    font-size: 14px;
  }
  .wosp2017_timeline_item.active {
    display: block;
    margin-top: 0;
    top: 19px;
  }
  .wosp2017_timeline_item:first-child {
    margin-top: 0;
  }
  .wosp2017_timeline_item > time {
    bottom: 50%;
    left: 100%;
    margin-bottom: 0;
    margin-left: 1em;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
}
@media only screen and (max-width: 567px) {
  .wosp2017_box_timeline {
    padding: 95px 25px 30px 25px;
  }
  .wosp2017-nav_entries_item {
    padding-left: 10px;
  }
  .wosp2017_timeline {
    width: 3px;
  }
  .wosp2017_timeline_container {
    padding-left: 130px;
    padding-right: 40px;
  }
  .wosp2017_timeline_container.mobile-menu-expanded {
    padding: 1.5em 40px 1.5em 0;
    width: calc(100% - 130px);
  }
  .wosp2017_timeline_container.mobile-menu-expanded ~ .wosp2017_timeline_mobile-menu-button {
    width: 130px;
  }
  .wosp2017_timeline_mobile-menu-button {
    font-size: 15px;
    padding-left: 10px;
  }
  .wosp2017_timeline_item {
    width: 3px;
    height: 3px;
  }
  .wosp2017_timeline_item:before {
    border-width: 3px;
    width: 9px;
    height: 9px;
    top: -5px;
    left: -6px;
  }
  .wosp2017_timeline_item:after {
    line-height: 17px;
    height: 15px;
  }
  .wosp2017_timeline_item.active {
    font-size: 18px;
    top: 22px;
  }
  .wosp2017_timeline_item.active:before {
    top: -12px;
    left: -12px;
    width: 20px;
    height: 20px;
  }
  .wosp2017_timeline_details {
    margin-top: 70px;
  }
  .wosp2017_timeline_details_item {
    font-size: 14px;
  }
  .wosp2017_timeline_details_item > span {
    font-size: 17px;
  }
  .wosp2017_timeline_details_text {
    font-size: 14px;
    line-height: 1.2em;
    padding: 1em;
  }
}
@media only screen and (max-width: 359px) {
  .wosp2017_timeline {
    margin: 0 0 0 15px;
  }
}
