.about-map {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.about-map.js-sticky-track {
  overflow: visible;
}

.about-map__inner {
  height: 100vh;
  overflow: hidden;
}

.about-map__arrowdown {
  cursor: pointer;
  fill: transparent;
  stroke: white;
  position: absolute;
  bottom: 25vh;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 3.2rem;
  height: 4.3rem;
}

.about-map__arrowdown svg {
  width: 100%;
  height: 100%;
  fill: transparent;
  stroke: white;
}

.about-map__bread {
  padding-top: 7rem;
}

.about-map__bread .page-head {
  left: -20vw;
}

.about-map__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 48%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.about-map__logo svg {
  bottom: -10vh;
  opacity: 0;
}

.about-map__logo .logo--middle {
  -webkit-transform: matrix(0.6, 0, 0, 0.6, 0, 0);
  -ms-transform: matrix(0.6, 0, 0, 0.6, 0, 0);
  transform: matrix(0.6, 0, 0, 0.6, 0, 0);
  -webkit-transform-origin: center !important;
  -ms-transform-origin: center !important;
  transform-origin: center !important;
  opacity: 0;
  -webkit-opacity: 0;
}

.about-map__logo-text {
  margin-bottom: 5.5rem;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 2rem;
  text-align: center;
  padding-bottom: 0;
  color: #F6F3F0;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  width: 100%;
  top: -5vh;
}

.about-map__country {
  width: 80vh;
  height: 80vh;
  position: absolute;
  left: 37%;
  top: 53%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.about-map__country svg {
  width: 100%;
  height: 100%;
}

.about-map__country svg #ukraine {
  fill: rgba(246, 243, 240, 0.08);
  opacity: 0;
}

.about-map__country .light {
  display: none;
}

.about-map__country .dark {
  display: block;
}

.about-map__ukraine {
  width: 12%;
  position: absolute;
  left: 59%;
  top: 36.8%;
  opacity: 0.01;
}

.about-map__ukraine circle[stroke],
.about-map__ukraine .circle {
  opacity: 0;
}

.about-map__ukraine-text {
  font-family: 'Roboto Slab',
 serif;
  font-size: 3.2rem;
  line-height: 120%;
  color: #F6F3F0;
  position: absolute;
  left: 2rem;
  bottom: 40%;
  opacity: 0;
  max-width: 40rem;
}

.main-wrap {
  padding-top: 0 !important;
}

.fullpage-menu__btn_inner {
  right: -10vw;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.theme-switcher {
  bottom: -5vw;
}

.white-theme .about-map__logo-text {
  color: #212326;
}

.white-theme .about-map__ukraine-text {
  color: #212326;
}

.white-theme .about-map__logo .logo--left path,
.white-theme .about-map__logo .logo--right path {
  fill: #212326;
}

.white-theme .about-map__logo .logo--middle path:not(:first-child) {
  fill: #9C6460;
}

.white-theme .about-map__ukraine .light {
  display: block;
}

.white-theme .about-map__ukraine .dark {
  display: none;
}

@media only screen and (min-width: 769px) {
  .about-map__arrowdown {
    width: 4.4rem;
    height: 6rem;
    bottom: 4rem;
  }
}

@media only screen and (min-width: 1023px) {
  .about-map__bread {
    padding-top: 13rem;
  }

  .about-map__logo .logo--middle {
    -webkit-transform: matrix(0.6, 0, 0, 0.6, 0, 0);
    -ms-transform: matrix(0.6, 0, 0, 0.6, 0, 0);
    transform: matrix(0.6, 0, 0, 0.6, 0, 0);
    -webkit-transform-origin: center !important;
    -ms-transform-origin: center !important;
    transform-origin: center !important;
    opacity: 0;
    -webkit-opacity: 0;
  }

  .about-map__country {
    width: 220vh;
    height: 220vh;
    left: 47%;
    top: 76%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    will-change: transform;
  }

  .about-map__ukraine-text {
    font-size: 3.2rem;
    line-height: 120%;
    color: #F6F3F0;
    left: 10%;
    bottom: 15%;
  }

  .about-map__ukraine circle[stroke],
  .about-map__ukraine .circle {
    opacity: 0;
  }
}

@media only screen and (min-width: 1900px) {
  .about-map__ukraine {
    top: 38%;
  }
}

@media only screen and (min-width: 480px) and (max-width: 769px) {
  .about-map__logo svg {
    height: 40vh;
  }

  .about-map__logo-text {
    margin-bottom: 0;
  }

  .about-map__ukraine {
    top: 36.5%;
  }

  .about-map__ukraine svg {
    height: 60vh;
  }

  .about-map__ukraine-text {
    left: 2rem;
    font-size: 1.6rem;
  }
}