body{
  margin: 0;
  padding: 0;
  background: #000000;
  font-family: "objektiv-mk1", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.time-container {
  text-align: center;
  padding: 15px 0px;
  max-width: 1440px;
  margin: 0 auto;
}

.bg-shark {
  background: #1c2024!important;
}

ul {
  list-style: disc;
  margin: 0px;
  padding: 0px;
}

.list-inline li {
  display: inline;
  list-style: none;
}

.time-container ul li {
  color: #fff;
  font-size: 12px;
  padding: 6px 25px;
  font-family: "objektiv-mk1", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 900!important;
  cursor: pointer;
  background: #1D2024;
  transition: 0.6s;
}

.current-time {
  color: #14171a !important;
  background: #fcad25 !important;
  border-radius: 2px;
}

.site-content{
  max-width: 1440px;
  margin: 0 auto;
}

.map{
  position: relative;
}

.map_events{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.map_events article{
  position: absolute;
  width: 375px;
  border-radius: 4px;
  background-color: #fff;
  box-sizing: border-box;
  top: 0;
  left: 0;
  background-image: url('dots.png');
  background-repeat: no-repeat;
  background-position: 100% 60px;
  background-size: 83px 6px;
  opacity: 0;
  transition: 0.6s;
  height: 0;
  overflow: hidden;
  color: #1D2024;
}
.map_events article.current{
  opacity: 1;
}


.map_events article header{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-top: 24px;
  border-top: 4px solid #f3902d;
  padding-left: 27px;
  padding-right: 27px;
}


.map_events article img{
  width: 42px;
  height: 30px;
}

.map_events article span{
  width: 85px;
  font-weight: 500;
  font-size: 13px;
  margin-right: -27px;
}

.map_events article div{
  margin-left: 24px;
  font-size: 16px;
  font-weight: 500;
  flex-basis: 290px;
  flex: 1;
}

.map_events article p{
  display: block;
  float: left;
  width: 100%;
  margin-top: 25px;
  font-size: 14px;
  padding-bottom: 24px;
  padding-left: 27px;
  padding-right: 27px;
  line-height: 20px;
}

.map_events *{
  box-sizing: border-box;
}

.map{
  width: 100%;
  max-width: 1444px;
}
.mapFrame{
  display: block;
  width: 100%;
  padding-bottom: 62.11%;
}
.map canvas{
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100%);
}


.map svg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.map svg ellipse{
  opacity: 0;
  transition: 0.4s;
}
.map svg ellipse.visible{
  opacity: 1;
}