/* playlsita */

/* hide panels */

.hide-left-panel {
  display: none;
}

.hide-right-panel {
  display: none;
}

.left-panel-block {
  width: 284px;
}

.right-panel-block {
  width: 284px;
}

/* hide test 1 - 2 info */
.hide-tester1 {
  display: none;
}

.hide-tester2 {
  display: none;
}

.hide-tester3 {
  display: none;
}

.hide-test1-info {
  display: none;
}

.hide-test2-info {
  display: none;
}

.hide-test3-info {
  display: none;
}

.test1-info {
  align-items: flex-start;
  background-color: #7e86aa;
  display: flex;
  height: 436px;
  position: relative;
  width: 647px;
}

.test2-info {
  align-items: flex-start;
  background-color: #7e86aa;
  display: flex;
  height: 436px;
  position: relative;
  width: 647px;
}

.test3-info {
  align-items: flex-start;
  background-color: #7e86aa;
  display: flex;
  height: 436px;
  position: relative;
  width: 647px;
}

.hide-slideshow {
  display: none !important;
}

.show-main-slide {
  display: block;
}

/* test 3 */

.test3-first-slide {
  background-color: #7e86aa;
}

.hide-test3-first-slide {
  display: none;
}

.hide-submunu {
  display: none;
}

/* panels */

@media only screen and (max-width: 1215px) {
}

@media only screen and (max-width: 1255px) {
  .left-panel-block {
    position: absolute;
    left: 0;
    z-index: 100;
  }

  .right-panel-block {
    position: absolute;
    right: 0;
    z-index: 100;
  }
}
