.alfabet-switcher {
  overflow: hidden;
  margin: 0;
}

.alfabet-switcher__page {
  width: 50%;
  display: inline-block;
}

.alfabet-switcher__page .announce__picture {
  margin-top: 0;
  margin-bottom: 0;
}

.alfabet-switcher__pages-container {
  width: 200vw;
  font-size: 0;
  line-height: 0;
  transition: .6s transform ease-in-out;
}

.alfabet-switcher__pages-container img {
  cursor: pointer;
}

.alfabet-switcher__pages-container_moved {
  transform: translateX(-50%);
}

.alfabet-switcher__descr {
  position: relative;
  margin-top: -2vw;
}

@media(min-width: 1400px) {
  .alfabet-switcher__descr {
    margin-top: -30px;
  }
}

.sign-board {
  position: absolute;
  transition: .3s opacity ease-in;
  will-change: opacity;
}

.footer,
.portfolio-tags {
  border-color: #16160a;
  background: #16160a;
  color: #fff;
}