#main,
#part-2-sp-1,
#part-2-sp-2,
#part-2-sp-3,
#part-2-cryptogram,
#part-2-online-17-11 {
  display: flex;
}

.sidebar.active #main-mobile,
.sidebar.active #part-2-sp-1-mobile,
.sidebar.active #part-2-sp-2-mobile,
.sidebar.active #part-2-sp-3-mobile,
.sidebar.active #part-2-cryptogram-mobile,
.sidebar.active #part-2-online-17-11-mobile {
  display: flex;
}

.btn-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}

.portals {
  padding-bottom: 60px;
}
.portals__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.portals__section {
  display: flex;
  gap: 100px;
}
.portals__section .on-off {
  display: block;
}
.portals__section:nth-of-type(odd) {
  margin-right: 310px;
}
.portals__section:nth-of-type(even) {
  margin-left: 310px;
}
.portals__item {
  position: relative;
  width: 500px;
  min-width: 500px;
  height: 500px;
  user-select: none;
}
.portals__item.disabled .portals__wrapper-pic {
  animation: none;
  filter: grayscale(1);
}
.portals__item.disabled {
  pointer-events: none;
}
.portals__wrapper-pic, .portals__pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.portals__wrapper-pic {
  z-index: 2;
  animation: portal 20s linear infinite;
}
.portals__pic {
  z-index: 1;
}
.portals .gif {
  border-radius: 50%;
  width: 49%;
  height: auto;
  top: 26%;
  left: 26%;
}
.portals .gif--2 {
  left: 25%;
}
.portals .gif--3 {
  left: 28%;
}

@keyframes portal {
  0% {
    transform: rotate(0deg) scale(0.95);
  }
  25% {
    transform: rotate(90deg) scale(1.05);
  }
  50% {
    transform: rotate(180deg) scale(0.95);
  }
  75% {
    transform: rotate(270deg) scale(1.05);
  }
  100% {
    transform: rotate(360deg) scale(0.95);
  }
}
@media (max-width: 1540px) {
  .portals__section:nth-of-type(odd) {
    margin-right: 250px;
  }
  .portals__section:nth-of-type(even) {
    margin-left: 250px;
  }
  .portals__item {
    width: 400px;
    height: 400px;
    min-width: 400px;
  }
}
@media (max-width: 1200px) {
  .portals__section {
    gap: 40px;
  }
  .portals__section:nth-of-type(odd) {
    margin-right: 175px;
  }
  .portals__section:nth-of-type(even) {
    margin-left: 175px;
  }
  .portals__item {
    width: 250px;
    height: 250px;
    min-width: 250px;
  }
}
@media (max-width: 768px) {
  .portals__section {
    gap: 0;
    flex-direction: column;
  }
  .portals__section .on-off {
    display: none;
  }
  .portals__section:nth-of-type(odd) {
    margin-right: 0;
  }
  .portals__section:nth-of-type(even) {
    margin-left: 0;
  }
}

/*# sourceMappingURL=style.css.map */
