/* RESPONSIVE */
@keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes covermenu {
  0% {
    top: 100%;
  }
  100% {
    top: 170px;
  }
}
@keyframes covermenuhome {
  0% {
    top: 0px;
  }
  100% {
    top: 75%;
  }
}
html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background: #ffffff;
  color: #000;
  font-family: Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: 100;
  transition: all 0.3s;
}

.main-wrapper {
  width: 92%;
  max-width: 1500px;
  display: block;
  margin: auto;
  padding-top: 7vh;
}
@media (min-width: 1024px) {
  .main-wrapper {
    display: flex;
    flex-wrap: wrap;
    padding-top: 15vh;
    gap: 2vh;
  }
}

#back-to-top {
  display: block;
  opacity: 0;
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 12vw;
  right: 0;
  z-index: 9999;
  background-color: white;
  line-height: 40px;
  text-align: center;
  font-size: 200%;
  border-top-left-radius: 100%;
  border-bottom-left-radius: 100%;
  transition: opacity 0.3s;
}
@media (min-width: 1024px) {
  #back-to-top {
    display: none;
  }
}

.col {
  width: 100%;
}
@media (min-width: 1024px) {
  .col:first-child {
    width: 45%;
  }
  .col:last-child {
    width: 55%;
    min-width: 620px;
  }
}

.flex {
  width: 100%;
  justify-content: flex-start;
}
@media (min-width: 1024px) {
  .flex {
    display: flex;
    gap: 3vw;
  }
}
@media (min-width: 1216px) {
  .flex {
    gap: 5vw;
  }
}

a {
  color: #999;
  text-decoration: none;
}
a:hover {
  color: #000;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

p {
  margin: 0 0 3px 0;
}

header {
  width: 100%;
}
@media (min-width: 1024px) {
  header {
    display: flex;
    gap: 3vw;
  }
}
@media (min-width: 1216px) {
  header {
    gap: 5vw;
  }
}
header .main-title {
  display: block;
  width: 75%;
  margin-bottom: 20px;
  margin: 0 auto 30px auto;
}
@media (min-width: 1024px) {
  header .main-title {
    width: 45%;
    margin-bottom: 0;
  }
}
header .main-title .slogan.mobile {
  text-align: center;
  font-size: 120%;
}
@media (min-width: 1024px) {
  header .main-title .slogan.mobile {
    display: none;
  }
}
header .main-title a {
  display: block;
  opacity: 1;
}
header .contacts {
  padding-left: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  header .contacts {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 55%;
    min-width: 620px;
    text-align: left;
  }
}
header .contacts .contact {
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  header .contacts .contact {
    margin-bottom: 0px;
  }
}
header .contacts .sites {
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  header .contacts .sites {
    margin-bottom: 0px;
  }
}
header .contacts .no-seen {
  opacity: 0;
  font-size: 10pt;
}
header .contacts .slogan.desktop {
  display: none;
}
@media (min-width: 1024px) {
  header .contacts .slogan.desktop {
    text-align: right;
    font-size: 140%;
    display: block;
  }
}
header .links a {
  color: #000;
  text-decoration: none;
  opacity: 0.5;
  transition: all 0.5s;
  -webkit-transition: all 0.3s;
}
header .links a:hover {
  opacity: 1;
}
@media (max-width: 768px) {
  header .rolling-container {
    max-height: 0px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
  }
  header .rolling-container.open {
    max-height: 100px;
  }
}

.video-container {
  aspect-ratio: 16/9;
  margin-bottom: 4px;
  background: #000;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1024px) {
  .video-container {
    margin-bottom: 0;
  }
}
.video-container:has(img) {
  background-color: transparent;
}
.video-container:has(img) .print-container {
  background-color: transparent;
}
.video-container:has(img) .print-container .print-archive {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.video-wrapper {
  overflow: visible;
  position: relative;
}
.video-wrapper .video-name {
  position: absolute;
  bottom: 2px;
  left: 2px;
  color: white;
  text-transform: uppercase;
  z-index: 10;
}
@media (min-width: 1024px) {
  .video-wrapper .video-name {
    display: none;
  }
}

video {
  -o-object-fit: cover;
     object-fit: cover;
}

.video-js {
  animation: appear 0.7s;
  width: 100%;
  height: 100%;
}
.video-js .vjs-big-play-button {
  border: none;
  height: 2em;
  width: 2em;
  margin-left: -1em;
  line-height: 2em;
  border-radius: 100%;
  z-index: 5;
  background-color: rgba(70, 70, 70, 0.5);
}

.vjs-poster img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

@media (max-width: 768px) {
  .video-gen-container {
    margin-top: 10px;
  }
  .date .video-gen-container {
    display: block;
    z-index: 5;
    bottom: 5px;
  }
  .vjs-big-play-button {
    display: none;
  }
}
.no-scroll {
  overflow: hidden;
}

.video-js .vjs-tech {
  position: static;
  width: 100%;
  height: 100%;
}

.video-caption {
  font-weight: 100;
  color: #000;
}
.video-caption p {
  color: #999;
  line-height: 1.2em;
}

.print-container {
  height: 100%;
  text-align: center;
  background: #000;
  width: 100%;
}
.print-container .middle {
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.print-container .print-archive {
  display: inline-block;
  vertical-align: middle;
  width: 70%;
}

@media (max-width: 768px) {
  .print-container {
    padding-bottom: 20px;
    width: 100%;
  }
  .print-container .middle {
    display: none;
  }
  .print-container .print-archive {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .single-print .navigation {
    margin-bottom: 20px;
  }
  .print-container {
    text-align: center;
    padding-bottom: 20px;
  }
}
.video-grid {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  height: 50%;
  gap: 2px;
  align-content: flex-start;
  overflow-y: scroll;
  margin-top: 2px;
}
.video-grid .video-thumb {
  height: 45px;
  width: calc(20% - 2px);
}
@media (min-width: 1024px) {
  .video-grid .video-thumb {
    height: 50px;
    width: calc(16.6666666667% - 2px);
  }
}
.video-grid .video-thumb .post-link {
  display: block;
  width: 100%;
  height: 100%;
}
.video-grid .video-thumb .thumb-container {
  opacity: 0.6;
  width: 100%;
  height: 100%;
  background-color: #333;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.video-grid .video-thumb .current-menu-item {
  opacity: 1;
}

.thumb-container:hover {
  opacity: 1;
}

@media (min-width: 768px) {
  .cale {
    display: none;
  }
}
@media (min-width: 1024px) {
  .video-grid {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    height: 50%;
    gap: 2px;
    align-content: flex-start;
    overflow-y: scroll;
    margin-top: 2px;
  }
  .video-grid .video-thumb {
    height: 60px;
    width: calc(16.6666666667% - 2px);
  }
  .video-grid .video-thumb .post-link {
    display: block;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 1216px) {
  .video-grid {
    height: 34%;
  }
}
.print-grid {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 30px;
}
.print-grid .print-thumb {
  margin-bottom: 1px;
  opacity: 0;
}
.print-grid .print-thumb .thumb-container {
  height: 100%;
  width: 100%;
  text-align: center;
}

@media (max-width: 768px) {
  .menu-mask .print-grid {
    display: block;
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  .cale {
    display: none;
  }
  .print-grid {
    display: block;
    height: 85%;
  }
  .menu-mask .print-grid {
    display: none;
  }
  .print-thumb {
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .cale {
    display: block;
  }
  .print-grid {
    overflow-y: scroll;
  }
}
@media (min-width: 1216px) {
  .print-grid {
    height: 94%;
  }
  .print-thumb:nth-child(odd) {
    padding-left: 0;
    padding-right: 2px;
  }
  .print-thumb:nth-child(even) {
    padding-left: 2px;
    padding-right: 0;
  }
}
.backtomenu {
  display: none;
}

.current-menu-item a {
  color: #000;
}

.date .menu1 li:first-child a {
  color: #000;
}

.current-menu-item-ajax,
.video-thumb .current-menu-item-ajax .thumb-container {
  color: #000;
  opacity: 1;
}

.current {
  color: #000;
}

.current-category-ancestor a,
.current-menu-item a,
.current-menu-parent a {
  color: #000;
}

.navigation {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 0px;
  margin-bottom: 20px;
  gap: 10px;
}
@media (min-width: 1024px) {
  .navigation {
    width: 100%;
    gap: 7%;
  }
}
@media (min-width: 1216px) {
  .navigation {
    gap: 9%;
  }
}
.navigation * {
  text-transform: lowercase;
}

.menu1 {
  width: 100%;
}
@media (min-width: 1024px) {
  .menu1 {
    width: 16%;
    margin-left: 2%;
    margin-top: -5px;
  }
}
@media (min-width: 1216px) {
  .menu1 {
    width: 12%;
    margin-left: 24%;
  }
}
@media (min-width: 1920px) {
  .menu1 {
    width: 10%;
    margin-left: 33%;
  }
}
.menu1 ul {
  display: flex;
  justify-content: center;
  gap: 10px;
}
@media (min-width: 1024px) {
  .menu1 ul {
    display: block;
  }
}
.menu1 ul li a {
  font-size: 22pt;
  font-weight: 400;
}
@media (min-width: 1024px) {
  .menu1 ul li a {
    font-size: 13pt;
  }
}
@media (min-width: 1216px) {
  .menu1 ul li a {
    font-size: 15pt;
  }
}

.menu2,
.menu3 {
  width: calc(50% - 5px);
}
@media (min-width: 1024px) {
  .menu2,
  .menu3 {
    width: 34%;
    max-width: 120px;
    margin-top: 0;
  }
}
@media (min-width: 1216px) {
  .menu2,
  .menu3 {
    width: 23%;
  }
}
@media (min-width: 1920px) {
  .menu2,
  .menu3 {
    width: 19%;
  }
}
.menu2 li,
.menu3 li {
  margin-bottom: 4px;
}
@media (min-width: 1024px) {
  .menu2 li,
  .menu3 li {
    margin-bottom: 3px;
  }
}

.menu2 {
  text-align: right;
}
@media (min-width: 1024px) {
  .menu2 {
    text-align: left;
  }
}

.menu3 {
  max-height: 368px;
  overflow: scroll;
}
.menu3 li {
  opacity: 0;
}
.menu3 a {
  margin-bottom: 4px;
}
@media (min-width: 1024px) {
  .menu3 a {
    margin-bottom: 3px;
  }
}

.category-print .navigation .menu2, .parent-category-print .navigation .menu2 {
  width: 100%;
  text-align: center;
}
@media (min-width: 1024px) {
  .category-print .navigation .menu2, .parent-category-print .navigation .menu2 {
    width: 27%;
    text-align: left;
  }
}

.back-to-menu {
  display: none;
}

@media (max-width: 768px) {
  .gen-wrapper {
    padding-top: 20px;
  }
}/*# sourceMappingURL=main.css.map */