.map {
  background-color: #050508;
  width: 100%;
  text-align: center;
  padding: 63px 5% 50px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .map {
    padding: 63px 1% 50px;
  }
}
@media only screen and (max-width: 767px) {
  .map {
    padding: 30px 0 40px;
  }
}
.map__content {
  margin: 0;
  display: block;
  font-size: 0;
  width: 100%;
  box-sizing: border-box;
}
.map__main-title {
  display: block;
  text-align: center;
  list-style: none;
  font-family: "roadgeek";
  font-size: 4rem;
  font-weight: 400;
  color: #000000;
  text-transform: uppercase;
  width: 90%;
  margin: 0 auto 30px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .map__main-title {
    font-size: 2.8rem;
    margin: 0 auto 20px;
  }
}
.map__main-descr {
  font-size: 2rem;
  line-height: 1.5;
  margin: 0;
  color: #ffffff;
  width: 90%;
  margin: 0 auto 40px;
  max-width: 1200px;
}
@media screen and (max-width: 1800px) {
  .map__main-descr {
    max-width: 940px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1100px) {
  .map__main-descr {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .map__main-descr {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .map__main-descr {
    font-size: 1.8rem;
    margin: 0 auto 20px;
  }
}
.map__main-descr-notice {
  display: block;
  margin: 10px auto;
  text-align: center;
  font-size: 0.75em;
  opacity: 0.8;
}
.map__area {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 62%;
  margin: 0 6% 0 0;
}
@media screen and (max-width: 1490px) {
  .map__area {
    margin: 0 5% 0 0;
  }
}
@media screen and (max-width: 1340px) {
  .map__area {
    margin: 0 4% 0 0;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .map__area {
    font-size: 2rem;
    margin: 0 2% 0 0;
  }
}
@media screen and (max-width: 1400px) {
  .map__area {
    float: none;
    width: 90%;
    margin: 20px auto 30px;
  }
}
.map__img {
  margin: 0;
  width: 100%;
}
.map__column {
  display: none;
  text-align: left;
  vertical-align: middle;
  width: 29%;
  margin: 0;
  padding: 1px 0 0 55px;
  box-sizing: border-box;
}
.map__column.active {
  display: inline-block;
}
@media screen and (max-width: 1620px) {
  .map__column {
    padding: 0 0 0 20px;
  }
}
@media screen and (max-width: 1410px) {
  .map__column {
    padding: 0 0 0 19px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .map__column {
    padding: 0 0 0 15px;
  }
}
@media screen and (max-width: 1400px) {
  .map__column {
    float: none;
    margin: 0 auto;
    padding: 0;
    width: 80%;
    text-align: center;
  }
}
.map__title {
  font-size: 2.3rem;
  font-weight: 600;
  padding: 0;
  margin: 0 auto 6px;
  color: #2fb14a;
}
@media screen and (max-width: 1620px) {
  .map__title {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 1410px) {
  .map__title {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1140px) {
  .map__title {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .map__title {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .map__title {
    font-size: 1.8rem;
  }
}
.map__descr {
  font-size: 2rem;
  line-height: 1.5;
  margin: 0;
  color: #ffffff;
}
@media screen and (max-width: 1900px) {
  .map__descr {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1700px) {
  .map__descr {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1400px) {
  .map__descr {
    font-size: 1.9rem;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .map__descr {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .map__descr {
    font-size: 1.6rem;
  }
}
.map__point {
  display: inline-block;
  position: absolute;
  z-index: 100;
  text-decoration: none;
  font-size: 4rem;
  color: #ffffff;
  cursor: pointer;
  translate: (-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.map__point.active {
  color: #2fb14a;
  z-index: 101;
}
/* Random animation time */
.map__point_peru:not(.active) {
  animation: 4s colorchange 1.3s infinite linear;
}
.map__point_canada:not(.active) {
  animation: 5.3s colorchange 1.9s infinite linear;
}
.map__point_ecuador:not(.active) {
  animation: 4s colorchange 0s infinite linear;
}
.map__point_brazil:not(.active) {
  animation: 3.8s colorchange 1.2s infinite linear;
}
.map__point_indonesia:not(.active) {
  animation: 3.2s colorchange 0.2s infinite linear;
}
.map__point_costarica:not(.active) {
  animation: 5s colorchange 2.5s infinite linear;
}
.map__point_chile:not(.active) {
  animation: 2.9s colorchange 0.8s infinite linear;
}
.map__point_italy:not(.active) {
  animation: 6.3s colorchange 4.2s infinite linear;
}
.map__point_romania:not(.active) {
  animation: 3.5s colorchange 9s infinite linear;
}
.map__point_philippines:not(.active) {
  animation: 5.4s colorchange 4.9s infinite linear;
}
.map__point_greece:not(.active) {
  animation: 2.1s colorchange 6.5s infinite linear;
}
.map__point_malaysia:not(.active) {
  animation: 5.2s colorchange 7.1s infinite linear;
}
.map__point_puertorico:not(.active) {
  animation: 4.4s colorchange 0.8s infinite linear;
}
.map__point_austria:not(.active) {
  animation: 6.6s colorchange 1.2s infinite linear;
}
.map__point_uk:not(.active) {
  animation: 7.3s colorchange 3.9s infinite linear;
}
.map__point_ireland:not(.active) {
  animation: 2.9s colorchange 5.4s infinite linear;
}
.map__point_panama:not(.active) {
  animation: 3s colorchange 4.1s infinite linear;
}
.map__point_southafrica:not(.active) {
  animation: 4.7s colorchange 5.1s infinite linear;
}
.map__point_us:not(.active) {
  animation: 5.1s colorchange 5s infinite linear;
}
.map__point_colombia:not(.active) {
  animation: 3.9s colorchange 3.8s infinite linear;
}
.map__point_suriname:not(.active) {
  animation: 5s colorchange 2.9s infinite linear;
}
.map__point_belize:not(.active) {
  animation: 7.8s colorchange 3.9s infinite linear;
}
.map__point_belize:not(.active) {
  animation: 4.9s colorchange 3.8s infinite linear;
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .map__point {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 768px) and (min-width: 680px) {
  .map__point {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 680px) and (min-width: 480px) {
  .map__point {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 480px) {
  .map__point {
    font-size: 1.3rem;
  }
}
@keyframes colorchange {
  0% {
    color: #fff;
    z-index: 100;
  }
  40% {
    color: #fff;
  }
  50% {
    color: #2fb14a;
    z-index: 101;
  }
  60% {
    color: #fff;
  }
  100% {
    color: #fff;
    z-index: 100;
  }
}
@-webkit-keyframes colorchange {
  0% {
    color: #fff;
    z-index: 100;
  }
  40% {
    color: #fff;
  }
  50% {
    color: #2fb14a;
    z-index: 101;
  }
  60% {
    color: #fff;
  }
  100% {
    color: #fff;
    z-index: 100;
  }
}
