@import url('https://fonts.googleapis.com/css?family=Fira+Sans:100,300,500&display=swap&subset=cyrillic');
@import url("https://use.typekit.net/gpq2knp.css");
/* MASK & BG*/
.mask-up-nami {
  position: fixed;
  display: block;
  width: 100%;
  height: 10vh;
  opacity: .15;
  background-image: linear-gradient(#000a1e, rgba(0, 10, 30, 0));
  z-index: 9;
}
.mask-up-vdo {
  position: fixed;
  display: block;
  height: 10vh;
  width: 100%;
  opacity: .15;
  background-image: linear-gradient(#001e32, rgba(0, 30, 50, 0));
  z-index: 9;
}
.mask-down-nami {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: calc(100vw/4);
  background-image: linear-gradient(rgba(0, 10, 30, 0), #000a1e);
}
.img-mask-up {
  position: absolute;
  display: block;
  width: 100%;
  top: 0;
  height: 60%;
  background-image: linear-gradient(#000a1e, rgba(0, 10, 30, 0));
  z-index: 2;
}
.mask-right {
  display: none;
}
@media (min-width: 1800px) {
  .mask-right {
    position: absolute;
    display: block;
    width: 400px;
    left: 500px;
    height: 100%;
    background-image: linear-gradient(to right, rgba(0, 10, 30, 0), #000a1e);
    z-index: 2;
  }
}
.map {
  padding-bottom: 0;
}
.map .img-mask-up {
  height: 140%;
}
.lens {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 10, 30, 0.9), rgba(0, 10, 30, 0.3) 80%);
  overflow: hidden;
  z-index: 1;
  transform: translate(-50%, 0);
}
.bg-namibus {
  display: block;
  position: relative;
  width: 100%;
  top: 0;
  background-color: #000a1e;
  overflow: hidden;
  z-index: 0;
}
.vdo,
.cutter {
  overflow: hidden;
}
.vdo-black,
.cutter-black {
  background-color: black;
}
@media (max-width: 600px) {
  .vdo-solid {
    padding-top: 0;
  }
}
.bg-vdo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1e2832;
  z-index: -10;
}
.bg-black {
  background-color: black;
}
.bg-yelow {
  display: block;
  position: absolute;
  top: 20%;
  width: 100%;
  height: 55%;
  background-color: #ffc800;
  overflow: hidden;
  z-index: 0;
}
@media (min-width: 1300px) {
  .bg-yelow {
    height: 65vw;
    max-height: 65%;
  }
}
.pattern-vdo {
  position: absolute;
  top: 25%;
  right: 0;
  width: 15%;
  height: 8%;
  background-image: url('../pages/arts/vdo/i/pattern-vdo.svg');
  background-repeat: repeat;
  background-size: 19%;
  z-index: 3;
}
.pattern-vdo:last-child {
  top: 70%;
  width: 75%;
  right: -60%;
  height: 10%;
  background-size: 3.8%;
}
.pattern-vdo-2 {
  position: absolute;
  top: 30%;
  width: 70%;
  left: 0;
  height: 80%;
  background-image: url('../pages/arts/vdo/i/pattern-vdo.svg');
  background-repeat: repeat;
  background-size: 3.8%;
  z-index: 1;
}
.bg-wrapper {
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
}
.bg-wrapper .vdo-grey {
  width: 140%;
  height: 51.72%;
  background-color: #F1F1F1;
  transform: translate(-32%, 10%);
}
.bg-wrapper .vdo-blue {
  position: absolute;
  top: 25.55%;
  width: 100%;
  height: 14%;
  background-color: #004696;
  transform: translate(50%, 0);
}
.bg-wrapper .bg-yelow {
  top: 56.9%;
  height: 33.95%;
  background-color: #F4C327;
  transform: translate(-50%, 0);
}
.vdo-white {
  position: absolute;
  top: 15%;
  left: 0;
  width: 100%;
  height: 85%;
  background-color: #FFF;
}
.blocks-wrapper {
  position: relative;
}
.gap-bottom {
  margin-top: 100px;
}
.taho-plug {
  width: 100%;
}
@media (min-width: 980px) {
  .taho-plug {
    margin-top: 20%;
  }
}
.gap-vdo {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  width: 200%;
  buttom: 0;
  height: 200px;
  z-index: 1;
  margin: 80px 0 -80px 0;
  transform: translate(-27px, 0);
}
.gap-vdo h2 {
  position: absolute;
  top: 50px;
  left: 50px;
}
.gap-vdo svg {
  width: 100px;
  height: 200px;
  fill: #1e2832;
  margin-right: -1px;
}
@media (max-width: 460px) {
  .gap-vdo svg {
    display: none;
  }
}
.gap-vdo .box-vdo {
  width: 150%;
  background-color: #1e2832;
}
.screen-wrapper {
  height: 100vh;
  z-index: 1;
}
@media (max-width: 460px) {
  .screen-wrapper {
    height: 80vh;
  }
}
.screen-wrapper .mask-frame {
  position: absolute;
  width: 49%;
  height: 100%;
  overflow: hidden;
  z-index: 2;
}
.screen-wrapper .mask-frame .woow-text {
  position: absolute;
  width: 70%;
  top: 50%;
  left: 140%;
  transform: translate(-50%, -50%);
}
@media (max-width: 460px) {
  .screen-wrapper .mask-frame {
    display: none;
  }
}
/* SECTION & CONTAINER*/
@media (max-width: 460px) {
  .section__div-part.desctop {
    display: none;
  }
  .section__div-part.stat-mob > p {
    color: #FFF;
    margin-top: -20px;
  }
}
.section.cover {
  overflow: hidden;
  padding-top: 200px;
}
@media (max-width: 760px) {
  .section.cover {
    padding-top: 150px;
  }
}
@media (max-width: 460px) {
  .section.cover {
    padding-top: 100px;
  }
}
@media (min-width: 1260px) {
  .section.cover .img-container {
    height: 73vw;
  }
}
.img-container {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  left: 50%;
}
.img-container__cover {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 0;
}
.img-container__cover .scale-content {
  width: 100%;
  height: 100%;
}
.img-container__cover .scale-content picture > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.img-container img,
.img-container picture,
.img-container video,
.img-container #axina {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, 0);
}
.limiter {
  max-width: 160vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2vw;
  padding-right: 2vw;
}
@media (max-width: 980px) {
  .limiter {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  .limiter {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 461px) {
  .limiter--up-shift {
    margin-top: -60vh;
  }
}
.grid-images {
  display: grid;
  grid-gap: 2vw;
  margin-bottom: 2vw;
}
.grid-images--sym {
  grid-template-columns: 1fr 1fr;
}
.grid-images--asym {
  grid-template-columns: 2fr 1fr;
}
.grid-images--one {
  grid-template: 1fr;
}
@media (max-width: 980px) {
  .grid-images {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .grid-images {
    grid-gap: 10px;
    margin-bottom: 10px;
  }
}
.grid-images--row {
  grid-rows: 2;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .grid-images--row {
    margin-bottom: 0;
  }
}
.vimeo-container {
  position: relative;
  width: 100%;
  height: 100%;
  left: 50%;
  z-index: 0;
}
.vimeo-container iframe {
  width: 100%;
  height: calc(56.25vw);
  max-width: 1980px;
  max-height: 1080px;
  transform: translate(-50%, 0);
  padding-left: 2vw;
  padding-right: 2vw;
}
@media (max-width: 980px) {
  .vimeo-container iframe {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  .vimeo-container iframe {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.full-height {
  height: 100vh;
  overflow: hidden;
}
.img-container.fix {
  position: relative;
}
.img-container.separator,
.swiper-container.separator {
  margin-bottom: 20px;
}
.img-container.blend {
  mix-blend-mode: screen;
}
.modul-container {
  position: absolute;
  width: 70%;
  height: 40%;
  z-index: 1;
  top: 6%;
  left: -8%;
  transform: translate(-50%, 0);
}
.modul-container .vdo-plus-btm {
  position: inherit;
  width: 15%;
  top: 19%;
  left: 36%;
  z-index: 3;
  background: #FFF;
  box-shadow: 0 0 40px 0 rgba(29, 52, 110, 0.2);
}
.modul-container .vdo-plus-btm img {
  width: 40%;
  height: 40%;
  margin: 30% 0;
}
.modul-robohand {
  position: absolute;
  bottom: 0;
  left: -32%;
  width: 25vw;
  max-width: 42%;
  z-index: 2;
  transform: translate(-50%, 0);
}
.section_two_div {
  display: flex;
  flex-direction: row;
}
.taho-sequence > .img-container {
  width: 80%;
  z-index: 1;
}
.section.bus {
  overflow: hidden;
  height: calc(100vw/2.1);
  max-height: 860px;
  min-height: 300px;
  padding-bottom: 0;
}
.section.bus .section__container {
  display: flex;
}
.section.bus .section__container img {
  max-width: 1800px;
}
.section.winter {
  overflow: hidden;
  margin: 20px 0;
}
.section.winter .bcg-parallax {
  padding: 150px 0;
  display: flex;
}
.section.winter .bcg-parallax .bcg {
  height: 150%;
}
@media (min-width: 1260px) {
  .section.winter .bcg-parallax {
    padding: 14vw 0;
  }
}
@media (max-width: 460px) {
  .section.winter .bcg-parallax {
    padding: 80px 0;
  }
}
.sheet {
  width: 90vw;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  margin: 12vw auto;
}
@media (max-width: 1000px) {
  .sheet {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .sheet {
    margin: 100px auto;
  }
}
.sheet li {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
}
.sheet li .cell-a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px none rgba(150, 150, 150, 0.2);
  border-left-style: solid;
  height: 15vw;
  max-height: 200px;
}
.sheet li .cell-a .cell-num {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #8d7308;
  padding-top: 8px;
  z-index: 2;
}
.sheet li .cell-a .cell-num h4 {
  color: #000;
  text-align: center;
  vertical-align: middle;
}
.sheet li .cell-a .cell-line {
  position: absolute;
  width: 101%;
  height: 1px;
  z-index: 1;
  background: #8d7308;
}
.sheet li .cell-b {
  padding: 50px 5px 0 5px;
}
.sheet li .cell-b p {
  text-align: center;
  line-height: normal;
  font-size: .8em;
}
.sheet li:nth-child(1) > .cell-a {
  border-left-style: none;
}
.sheet li:nth-child(1) > .cell-a > .cell-line {
  width: 100%;
  transform: translateX(50%);
}
.sheet li:last-child > .cell-a > .cell-line {
  width: 100%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .sheet {
    flex-direction: column;
  }
  .sheet li {
    flex-direction: row;
  }
  .sheet li .cell-a {
    height: 100px;
    width: 35vw;
    min-width: 150px;
    border-left-style: none;
    border-top-style: solid;
  }
  .sheet li .cell-a .cell-line {
    position: absolute;
    height: 101%;
    width: 1px;
    z-index: 1;
  }
  .sheet li .cell-b {
    padding: 40px 20px 0 15vw;
  }
  .sheet li .cell-b p {
    text-align: left;
    vertical-align: middle;
    line-height: normal;
    font-size: 1em;
  }
  .sheet li:nth-child(1) > .cell-a {
    border-top-style: none;
  }
  .sheet li:nth-child(1) > .cell-a > .cell-line {
    height: 100%;
    width: 1px;
    transform: translateY(50%);
  }
  .sheet li:last-child > .cell-a > .cell-line {
    height: 100%;
    width: 1px;
    transform: translateY(-50%);
  }
}
.horizontal-container {
  position: relative;
  width: 400%;
  height: 55.555vw;
}
@media (max-width: 1300px) {
  .horizontal-container {
    margin-bottom: 60px;
  }
}
@media (max-width: 559px) {
  .horizontal-container {
    display: none;
  }
}
.section-horizontal {
  width: 25%;
  padding: 0 35px;
}
.section-horizontal .img-container.fix {
  width: 90%;
  max-width: 1800px;
  height: auto;
}
@media (max-width: 1300px) {
  .section-horizontal .img-container.fix {
    width: 90vw;
  }
}
@media (min-aspect-ratio: 8/6) {
  .section-horizontal .img-container.fix {
    width: 80vw;
  }
}
.section-1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 25%;
  bottom: 0;
}
.section-2 {
  position: absolute;
  top: 0;
  left: 25%;
  right: 50%;
  bottom: 0;
}
.section-3 {
  position: absolute;
  top: 0;
  left: 50%;
  right: 75%;
  bottom: 0;
}
.section-4 {
  position: absolute;
  top: 0;
  left: 75%;
  right: 100%;
  bottom: 0;
}
#poster {
  padding-bottom: 100px;
}
@media (max-width: 460px) {
  #poster {
    padding-bottom: 30px;
    height: intrinsic;
  }
}
.taho-grid {
  position: absolute;
  top: 25%;
  width: 100%;
  height: 70%;
  border: 0.5px solid #363d46;
  background-image: url('../pages/arts/vdo/i/grid.svg');
  background-size: 7%;
  background-position: 1% 1.5%;
  z-index: 0;
}
#poster-mobile {
  width: 100%;
  height: calc(100vw/1.6);
  min-height: 300px;
  margin-top: -30px;
  margin-bottom: 40px;
}
#poster-mobile .swiper-wrapper {
  height: 85%;
}
@media (min-width: 560px) {
  #poster-mobile {
    display: none;
  }
}
.card-slider-wrapper {
  display: flex;
  justify-content: center;
}
.swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 100%;
  background: #1e2832;
  opacity: .2;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #1e2832;
  transform: scale(1.3);
  transition: 0.6s ease-out;
}
.separator.axina {
  padding-bottom: 30px;
}
.separator.axina .swiper-pagination-bullets {
  bottom: 0;
}
.separator.axina .swiper-pagination-bullets .swiper-pagination-bullet,
.separator.axina .swiper-pagination-bullets .swiper-pagination-bullet-actie {
  background: #8d7308;
}
@media (min-width: 461px) {
  .separator.axina {
    padding-bottom: 0;
  }
  .separator.axina .swiper-pagination-bullets {
    display: none;
  }
}
@media (max-width: 460px) {
  .separator.axina .portfolio-nav {
    display: none;
  }
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}
.eco-green {
  margin-top: -100px;
  display: block;
  transform: scale(0.75) perspective(200px) rotate3d(1, 4, -4, 5deg);
  height: 1000px;
}
@media (max-width: 768px) {
  .eco-green {
    transform: scale(0.5) perspective(200px) rotate3d(1, 4, -4, 5deg) translate(-200px, 0);
    height: 740px;
  }
}
@media (max-width: 460px) {
  .eco-green {
    transform: scale(0.3) perspective(200px) rotate3d(1, 4, -4, 5deg) translate(-300px, 0);
    height: 450px;
  }
}
.eco-bg {
  position: absolute;
  display: block;
  width: 1100px;
  height: 800px;
  border-radius: 10px;
  background-image: linear-gradient(rgba(0, 220, 75, 0.9), rgba(0, 220, 75, 0));
  transform: translate(-220px, 60px);
}
.forest {
  position: absolute;
  top: 0;
  transform: translate(400px, -80px);
}
.grid-bg-3 {
  position: absolute;
  top: 0;
  transform: translate(80px, -70px);
  opacity: 60%;
}
.grid-bg-2 {
  position: absolute;
  top: 0;
  transform: translate(40px, -100px);
}
.grid-bg-1 {
  position: absolute;
  top: 0;
}
.section.map {
  overflow: hidden;
  height: 700px;
}
@media (min-width: 1400px) {
  .section.map {
    height: calc(100vw/1.9);
  }
}
@media (max-width: 600px) {
  .section.map {
    height: 400px;
  }
  .section.map .section__container > .img-container > img {
    width: 200%;
    transform: translate(-40%, 0);
  }
}
.section.map .section__container {
  display: flex;
}
.model {
  width: 50%;
  display: flex;
}
.model img {
  margin: auto;
  max-width: 50%;
  opacity: .4;
}
.row-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
}
.row-wrapper.poster .img-row-central > img {
  margin-right: 5%;
  min-width: 295px;
}
@media (max-width: 980px) {
  .row-wrapper {
    overflow: scroll;
    margin-left: -4%;
    padding-left: 4%;
    justify-content: flex-start;
  }
  .row-wrapper.card {
    height: 315px;
    width: 107%;
  }
  .row-wrapper.poster {
    height: 520px;
    width: 107%;
  }
  .row-wrapper.poster .img-row-central {
    height: 80%;
  }
}
.img-row-central {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 160%;
  z-index: 1;
  margin-left: 3%;
}
@media (max-width: 980px) {
  .img-row-central {
    height: 187px;
    width: 100%;
    margin-left: 0;
  }
}
.img-row-central img {
  object-fit: cover;
  width: 30vw;
  max-width: 400px;
  min-width: 293px;
  margin-left: 3vw;
  height: intrinsic;
  box-shadow: 30px 60px 80px 0 rgba(0, 0, 0, 0.2);
}
@media (min-width: 980px) {
  .img-row-central img {
    margin-left: 4vw;
  }
}
@media (max-width: 980px) {
  .img-row-central img {
    margin-left: 5%;
  }
}
.img-row-central img:first-child {
  margin-left: 0;
}
.img-row-central img:last-child {
  margin-right: 30px;
}
.img-wrapper {
  position: inherit;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.img-wrapper > .video-container {
  margin-top: 0;
  position: absolute;
  z-index: 0;
}
.mfti-bg-container {
  position: absolute;
  top: 0;
  padding-bottom: 30%;
  width: 100%;
  z-index: 0;
}
@media (min-width: 2300px) {
  .mfti-bg-container {
    padding-bottom: 0;
  }
}
@media (max-width: 2080px) {
  .mfti-bg-container {
    padding-bottom: 55%;
  }
}
@media (max-width: 980px) {
  .grid {
    min-width: calc(100vw*3);
  }
}
.grid:nth-child(2n) {
  position: absolute;
  width: 100%;
  height: auto;
  mix-blend-mode: screen;
  z-index: 1;
}
/* VIDEO CONTAINERS*/
.video-scroll {
  position: absolute;
  width: 100%;
  height: 100vh;
  left: 50%;
  transform: translateX(-50%);
}
.video-scroll .video {
  position: relative;
  z-index: 1;
  object-fit: cover;
}
.video-scroll.fix {
  top: 15%;
  width: 120vw;
  height: auto;
  max-width: 1920px;
  min-width: 1000px;
}
@media (min-aspect-ratio: 8/6) {
  .video-scroll.fix {
    width: 85vw;
  }
}
@media (max-width: 470px) {
  .video-scroll.fix {
    min-width: 730px;
    top: 20%;
  }
}
.video-container {
  position: relative;
  margin-top: 50px;
  width: 100%;
  height: 100%;
}
@media (max-width: 460px) {
  .video-container {
    display: none;
  }
}
.video-container__video {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-container__video--in {
  display: block;
}
.video-container__video--lp {
  display: none;
}
.video-container--lp .video-container__video--in {
  display: none;
}
.video-container--lp .video-container__video--lp {
  display: block;
}
.video-container .vimeo {
  width: 100%;
  height: calc(100vw/1.777);
}
.video-container.one {
  display: block;
}
.video-container.one__img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-container.one__vdo {
  display: block;
  height: 590px;
}
.video-container.one__vdo--plug {
  display: block;
  height: auto;
  width: 60%;
  max-height: 454px;
  max-width: 600px;
  margin-left: 30%;
  z-index: 2;
}
@media (max-width: 460px) {
  .video-container.one__vdo--plug {
    width: 80%;
    margin-left: 20%;
    margin-top: 0;
  }
}
@media (max-width: 980px) {
  .video-container.one__vdo {
    height: 61vw;
  }
}
.video-container.fix {
  margin-top: 0;
  margin-bottom: 0;
}
.video-container__mob {
  display: none;
}
@media (max-width: 460px) {
  .video-container__mob {
    display: block;
  }
}
.video-wrapper.separator {
  margin-top: 0;
  margin-bottom: 2vw;
}
@media (max-width: 768px) {
  .video-wrapper.separator {
    margin-bottom: 10px;
  }
}
.grid-images > .video-wrapper.separator {
  margin-bottom: 0;
}
.section__container.separator {
  margin-bottom: 60px;
}
.section--page.sm-mfti,
.section--page.sm-vdo {
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 460px) {
  .section--page.sm-mfti,
  .section--page.sm-vdo {
    display: none;
  }
}
/* TABS */
.tabs {
  align-self: center;
  width: 33.333%;
}
@media (max-width: 768px) {
  .tabs {
    width: 100%;
    margin-bottom: 0;
  }
  .tabs p {
    font-size: .8em;
    line-height: 1.4;
  }
  .tabs li {
    display: inline-block;
    width: 30%;
    margin-right: 2%;
  }
}
.tabs li {
  margin-top: 40px;
  opacity: .4;
}
@media (max-width: 768px) {
  .tabs li {
    margin-top: 0;
  }
}
.tabs li p {
  z-index: 1;
}
.tabs li .bar {
  position: relative;
  margin-top: 30px;
  width: 0%;
  height: 2px;
  background-color: #545fff;
  z-index: 0;
}
@media (max-width: 768px) {
  .tabs li .bar {
    margin-top: 1em;
    height: 1px;
  }
}
.tabs li.active .bar {
  width: 100%;
  transition: .6s ease;
}
.tabs li.active,
.tabs li:hover {
  opacity: 1;
}
.tabs-container {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
  flex-direction: row;
}
.tabs-container .tabs-content {
  position: relative;
  width: 66.666%;
  margin-top: 3vh;
}
@media (max-width: 768px) {
  .tabs-container .tabs-content {
    width: 80%;
    height: 43vw;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }
}
.tabs-container .tabs-content .tabs-panel {
  display: none;
}
.tabs-container .tabs-content .tabs-panel img {
  width: 100%;
}
.tabs-container .tabs-content .tabs-panel.active {
  display: block;
  object-fit: cover;
}
/* SMALL-ANIMATE-ELEMENTS */
.map-pin-new {
  width: 22px;
  height: 22px;
  position: relative;
  z-index: 1;
  left: 20%;
  margin-top: -21%;
}
@media (max-width: 460px) {
  .map-pin-new {
    left: 18%;
    margin-top: -22%;
  }
}
.map-pin-new__dot {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: 50%;
  background: #46f57d;
  border: 1px solid #ffffff;
}
.map-pin-new__dot i {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 18px;
  background: url('../pages/arts/namibus/i/power.svg') no-repeat;
  background-size: 100% 100%;
  animation: activeArea 2.5s ease infinite;
}
@keyframes activeArea {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
}
.map-pin-new__area {
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
  left: 50%;
  top: 50%;
}
.map-pin-new__area {
  width: 110px;
  height: 110px;
  margin: -55px 0 0 -55px;
}
.map-pin-new__area span {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #ffffff;
  opacity: 0;
  transform: scale(0);
  animation: chargeArea 2.5s ease-out infinite;
}
@keyframes chargeArea {
  0%,
  100% {
    opacity: 0;
    transform: scale(0);
  }
  30% {
    opacity: 1;
  }
  50% {
    transform: scale(1);
    opacity: 0;
  }
}
.map-pin-new__area span:nth-child(2) {
  animation-delay: .4s;
}
.map-pin-new__area span:nth-child(3) {
  animation-delay: .8s;
}
.md-11 {
  margin-top: -52%;
  left: 80%;
}
@media (max-width: 460px) {
  .md-11 {
    margin-top: -54%;
    left: 78%;
  }
}
.img-numbers {
  position: static;
  display: flex;
  flex-wrap: nowrap;
  flex-flow: row;
  align-items: baseline;
  z-index: 1;
  margin: 50px 0;
}
.img-numbers p {
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  flex-grow: 1;
  margin: 0 10px;
}
.img-numbers .line {
  flex-grow: 6;
  align-self: center;
  height: 2px;
  background-color: #FFF;
  opacity: .3;
  margin: auto;
  transform: translateX(-10%) scaleX(1.1);
}
@media (max-width: 460px) {
  .img-numbers {
    display: none;
  }
}
/* FONT-TYPE*/
@media (max-width: 460px) {
  .desc p {
    font-size: 16px;
    line-height: 1.8;
  }
}
.line-blocks {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.line-blocks .tags {
  margin-right: 15px;
}
.button {
  box-sizing: inherit;
  display: inline-flex;
  border: 1px solid #545fff;
  border-radius: 8px;
  padding: 15px;
  color: #545fff;
  text-decoration: none;
}
@media (max-width: 460px) {
  .button {
    padding: 10px;
  }
}
.button:hover {
  color: white;
  transition: .5s ease;
  background-color: #545fff;
}
.button.vdo-color {
  border: 1px solid #ffc800;
  color: #ffc800;
}
.button.vdo-color:hover {
  color: #1e2832;
  transition: .5s ease;
  background-color: #ffc800;
}
@media (max-width: 550px) {
  .button.vdo-color {
    margin-top: 20px;
  }
}
.nami-txt {
  font-family: pnt;
  font-size: .75em;
  color: #ffc800;
  z-index: 2;
}
@media (max-width: 460px) {
  .nami-txt {
    font-size: 1em;
  }
}
.presentation > h3 {
  color: #545fff;
}
@media (max-width: 770px) {
  .presentation > h3 {
    font-size: 2em;
  }
}
@media (max-width: 460px) {
  .presentation > h3 {
    font-size: 1.75em;
  }
}
.temper {
  margin: auto;
  z-index: 2;
}
.temper h2 {
  font-family: 'Fira Sans', sans-serif;
  font-size: 10vw;
  font-weight: 100;
}
@media (max-width: 600px) {
  .temper h2 {
    font-size: 3.7em;
  }
}
.wrap {
  margin-top: 60px;
}
.wrap__fonts {
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .wrap__fonts {
    margin-bottom: 60px;
  }
}
.wrap h2 {
  margin-left: -20px;
  font-family: 'Fira Sans', sans-serif;
  font-weight: 100;
  font-size: 23vw;
}
@media (min-width: 1024px) {
  .wrap h2 {
    font-size: 235px;
  }
}
@media (max-width: 768px) {
  .wrap h2 {
    margin-left: -10px;
  }
}
.wrap .list {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.wrap .list li:first-child > h3 {
  font-family: 'Fira Sans', sans-serif;
  font-weight: 500;
}
.wrap .list li:nth-child(2) > h3 {
  font-family: 'Fira Sans', sans-serif;
  font-weight: 300;
}
.wrap .list li {
  width: 25%;
}
.wrap .list li div {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #EE4E4F;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .wrap .list li div {
    width: 15vw;
    height: 15vw;
    margin-bottom: 30px;
  }
}
.wrap .list li:nth-child(2) > div {
  background: #004678;
}
.wrap .list li:nth-child(3) > div {
  background: #46F57D;
}
.wrap .list li:nth-child(4) > div {
  border: 1px solid white;
  overflow: hidden;
  background: white;
}
.wrap .list li:nth-child(4) > div::after {
  content: '';
  display: block;
  height: 60px;
  width: 100%;
  background-color: #000a1e;
}
@media (max-width: 768px) {
  .wrap .list li:nth-child(4) > div::after {
    height: 7.5vw;
  }
}
.wrap .list li p {
  opacity: .4;
}
@media (max-width: 460px) {
  .wrap__colors > .list > li {
    width: 50%;
    margin-bottom: 60px;
  }
  .wrap__colors > .list > li:nth-child(3) {
    margin-bottom: 0;
  }
  .wrap__colors > .list > li:nth-child(4) {
    margin-bottom: 0;
  }
}
.vdo-txt {
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: none;
  margin-bottom: 0;
}
.vdo h2 {
  margin-right: 20px;
  font-size: 4em;
  line-height: 1;
  z-index: 2;
}
@media (max-width: 770px) {
  .vdo h2 {
    font-size: 3em;
  }
}
@media (max-width: 460px) {
  .vdo h2 {
    font-size: 2.5em;
  }
}
.vdo h3 {
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-size: 2.5em;
}
@media (max-width: 460px) {
  .vdo h3 {
    font-size: 2em;
  }
}
.text-shift {
  display: block;
  transform: translate(25px, 0);
}
@media (max-width: 460px) {
  .text-shift {
    transform: translate(0, 0);
    padding-left: 20px;
    margin: 40px 20px 0 20px;
  }
}
.axina-txt {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}
.axina-txt--left {
  align-items: normal;
}
.axina-txt h1 {
  display: inline-flex;
  text-align: center;
  font-size: 2.5em;
  color: #fff;
}
.axina-txt h2 {
  font-size: 3em;
}
.axina-txt p {
  line-height: 2.2;
  color: #B4B4B4;
  z-index: 2;
}
.mfti-txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 3;
}
.mfti-txt h1 {
  display: inline-flex;
  text-transform: inherit;
  font-size: 4em;
  color: #fff;
}
.mfti-txt h3 {
  font-size: 2em;
}
.mfti-txt p {
  font-weight: 100;
  line-height: 2.4;
  font-size: .8em;
  color: #fff;
}
.mfti-txt .limiter {
  max-width: 160vw;
  z-index: inherit;
}
.mfti-txt li {
  margin-bottom: 10px;
}
.mfti-txt li:first-child {
  width: 140px;
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ffc800;
}
@media (max-width: 768px) {
  .mfti-txt h1 {
    text-align: center;
    font-size: 3em;
  }
}
@media (max-width: 768px) and (max-width: 400px) {
  .mfti-txt h1 {
    font-size: 2.5em;
  }
}
/* ICONS & SPRITE */
.wrap__icons > .list-4-columns {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  margin-top: 120px;
  z-index: 3;
}
@media (max-width: 768px) {
  .wrap__icons > .list-4-columns {
    margin-top: 20px;
  }
}
.wrap__icons > .list-4-columns li {
  width: 25%;
}
.wrap__icons > .list-4-columns li div {
  width: 120px;
  height: 120px;
  background-image: url('../pages/arts/namibus/i/icons-sprite.svg');
  background-repeat: no-repeat;
  background-size: 800%;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .wrap__icons > .list-4-columns li div {
    width: 18vw;
    height: 18vw;
  }
}
.wrap__icons > .list-4-columns li:nth-child(2) > div {
  background-position: -120px 0;
}
@media (max-width: 768px) {
  .wrap__icons > .list-4-columns li:nth-child(2) > div {
    background-position: -18vw 0;
  }
}
.wrap__icons > .list-4-columns li:nth-child(3) > div {
  background-position: -240px 0;
}
@media (max-width: 768px) {
  .wrap__icons > .list-4-columns li:nth-child(3) > div {
    background-position: -36vw 0;
  }
}
.wrap__icons > .list-4-columns li:nth-child(4) > div {
  background-position: -360px 0;
}
@media (max-width: 768px) {
  .wrap__icons > .list-4-columns li:nth-child(4) > div {
    background-position: -54vw 0;
  }
}
.wrap__icons > .list-4-columns li:nth-child(5) > div {
  background-position: -480px 0;
}
@media (max-width: 768px) {
  .wrap__icons > .list-4-columns li:nth-child(5) > div {
    background-position: -72vw 0;
  }
}
.wrap__icons > .list-4-columns li:nth-child(6) > div {
  background-position: -600px 0;
}
@media (max-width: 768px) {
  .wrap__icons > .list-4-columns li:nth-child(6) > div {
    background-position: -90vw 0;
  }
}
.wrap__icons > .list-4-columns li:nth-child(7) > div {
  background-position: -720px 0;
}
@media (max-width: 768px) {
  .wrap__icons > .list-4-columns li:nth-child(7) > div {
    background-position: -108vw 0;
  }
}
.wrap__icons > .list-4-columns li:nth-child(8) > div {
  background-position: -840px 0;
}
@media (max-width: 768px) {
  .wrap__icons > .list-4-columns li:nth-child(8) > div {
    background-position: -126vw 0;
  }
}
.wrap__icons > .list-4-columns li:nth-child(9) > div {
  background-position: 0 -120px;
}
@media (max-width: 768px) {
  .wrap__icons > .list-4-columns li:nth-child(9) > div {
    background-position: 0 -18vw;
  }
}
.wrap__icons > .list-4-columns li:nth-child(10) > div {
  background-position: -120px -120px;
}
@media (max-width: 768px) {
  .wrap__icons > .list-4-columns li:nth-child(10) > div {
    background-position: -18vw -18vw;
  }
}
.wrap__icons > .list-4-columns li:nth-child(11) > div {
  background-position: -240px -120px;
}
@media (max-width: 768px) {
  .wrap__icons > .list-4-columns li:nth-child(11) > div {
    background-position: -36vw -18vw;
  }
}
.wrap__icons > .list-4-columns li:nth-child(12) > div {
  background-position: -360px -120px;
}
@media (max-width: 768px) {
  .wrap__icons > .list-4-columns li:nth-child(12) > div {
    background-position: -54vw -18vw;
  }
}
.wrap__icons > .list-4-columns li:nth-child(13) > div {
  background-position: -480px -120px;
}
@media (max-width: 768px) {
  .wrap__icons > .list-4-columns li:nth-child(13) > div {
    background-position: -72vw -18vw;
    margin-bottom: 0;
  }
}
.wrap__icons > .list-4-columns li:nth-child(14) > div {
  background-position: -600px -120px;
}
@media (max-width: 768px) {
  .wrap__icons > .list-4-columns li:nth-child(14) > div {
    background-position: -90vw -18vw;
    margin-bottom: 0;
  }
}
.wrap__icons > .list-4-columns li:nth-child(15) > div {
  background-position: -720px -120px;
}
@media (max-width: 768px) {
  .wrap__icons > .list-4-columns li:nth-child(15) > div {
    background-position: -108vw -18vw;
    margin-bottom: 0;
  }
}
.wrap__icons > .list-4-columns li:nth-child(16) > div {
  background-position: -840px -120px;
}
@media (max-width: 768px) {
  .wrap__icons > .list-4-columns li:nth-child(16) > div {
    background-position: -126vw -18vw;
    margin-bottom: 0;
  }
}
.wrap__icons > .list-3-columns {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  margin-top: 120px;
  z-index: 3;
}
@media (max-width: 768px) {
  .wrap__icons > .list-3-columns {
    margin-top: 100px;
  }
}
.wrap__icons > .list-3-columns li {
  width: 33%;
}
.wrap__icons > .list-3-columns li div {
  width: 180px;
  height: 180px;
  margin: 0 auto;
  background-image: url('../pages/arts/vdo/i/page/icons/icons-sprite.svg');
  background-repeat: no-repeat;
  background-size: 600%;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .wrap__icons > .list-3-columns li div {
    width: 22vw;
    height: 22vw;
  }
}
.wrap__icons > .list-3-columns li:nth-child(2) > div {
  background-position: -180px 0;
}
@media (max-width: 768px) {
  .wrap__icons > .list-3-columns li:nth-child(2) > div {
    background-position: -22vw 0;
  }
}
.wrap__icons > .list-3-columns li:nth-child(3) > div {
  background-position: -360px 0;
}
@media (max-width: 768px) {
  .wrap__icons > .list-3-columns li:nth-child(3) > div {
    background-position: -44vw 0;
  }
}
.wrap__icons > .list-3-columns li:nth-child(4) > div {
  background-position: -540px 0;
}
@media (max-width: 768px) {
  .wrap__icons > .list-3-columns li:nth-child(4) > div {
    background-position: -66vw 0;
  }
}
.wrap__icons > .list-3-columns li:nth-child(5) > div {
  background-position: -720px 0;
}
@media (max-width: 768px) {
  .wrap__icons > .list-3-columns li:nth-child(5) > div {
    background-position: -88vw 0;
  }
}
.wrap__icons > .list-3-columns li:nth-child(6) > div {
  background-position: -900px 0;
}
@media (max-width: 768px) {
  .wrap__icons > .list-3-columns li:nth-child(6) > div {
    background-position: -110vw 0;
  }
}
/* COLORS */
/* moduls */
/*# sourceMappingURL=arts.css.map */