@font-face {
  font-family: "Maison";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Maison Neue Book/MaisonNeue-Book.otf") format("opentype"), url("../fonts/Maison Neue Book/MaisonNeue-Book.woff") format("woff"), url("../fonts/Maison Neue Book/MaisonNeue-Book.woff2") format("woff2");
}

@font-face {
  font-family: "GTPressura";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/GT Pressura/GT-Pressura-Mono-Regular.ttf") format("truetype"), url("../fonts/GT Pressura/GT-Pressura-Mono-Regular.otf") format("opentype"), url("../fonts/GT Pressura/GT-Pressura-Mono-Regular.woff") format("woff"), url("../fonts/GT Pressura/GT-Pressura-Mono-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "GTPressura";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/GT Pressura/GT-Pressura-Mono-Bold.ttf") format("truetype"), url("../fonts/GT Pressura/GT-Pressura-Mono-Bold.otf") format("opentype"), url("../fonts/GT Pressura/GT-Pressura-Mono-Bold.woff") format("woff"), url("../fonts/GT Pressura/GT-Pressura-Mono-Bold.woff2") format("woff2");
}

@font-face {
  font-family: "GTAmerica";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/GT America/GT-America-Condensed-Medium.ttf") format("truetype"), url("../fonts/GT America/GT-America-Condensed-Medium.otf") format("opentype"), url("../fonts/GT America/GT-America-Condensed-Medium.svg#GTAmerica") format("svg"), url("../fonts/GT America/GT-America-Condensed-Medium.woff") format("woff"), url("../fonts/GT America/GT-America-Condensed-Medium.woff2") format("woff2");
}

@font-face {
  font-family: "GTAmerica";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/GT America/GT-America-Expanded-Bold.ttf") format("truetype"), url("../fonts/GT America/GT-America-Expanded-Bold.otf") format("opentype"), url("../fonts/GT America/GT-America-Expanded-Bold.svg#GTAmerica") format("svg"), url("../fonts/GT America/GT-America-Expanded-Bold.woff") format("woff"), url("../fonts/GT America/GT-America-Expanded-Bold.woff2") format("woff2");
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-transition: color 9999s ease-out, background-color 9999s ease-out !important;
  -webkit-transition-delay: 9999s !important;
  transition: color 9999s ease-out, background-color 9999s ease-out !important;
  transition-delay: 9999s !important;
}

[hidden],
.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  /* 1 */;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

.invisible {
  visibility: hidden;
}

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

html {
  height: 100%;
}

::-moz-selection {
  color: #fff;
  background: #a32231;
  text-shadow: none;
}

::selection {
  color: #fff;
  background: #a32231;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

:root {
  --primary-bg: #000;
  --primary-text-color: #D8D4D2;
}

body {
  font: normal 400 16px/26px "Maison", Arial sans-serif;
  background-color: var(--primary-bg);
  color: var(--primary-text-color);
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
}

body a {
  color: var(--primary-text-color);
  border-bottom: 1px solid var(--primary-text-color);
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

body a:hover {
  color: var(--primary-text-color);
  border-color: transparent;
  text-decoration: none;
}

body.flex-page .footer-container {
  margin-top: auto;
}

body.flex-page {
  min-height: 100vh;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.hideVideo {
  position: fixed;
  z-index: -1;
  pointer-events: none;
  width: 50px;
  height: 50px;
  left: -9999px;
  top: -9999px;
}
.animate-b {
  height: 40%;
  width: 40%;
  position: fixed;
  overflow: hidden;
  z-index: 100000;
}

.animate-b .animate-img {
  width: 100%;
  height: auto;
}

.animate-b .animate-svg {
  width: 100%;
  height: auto;
  -webkit-filter: url(#filter);
  filter: url(#filter);
}

.top-r,
.bot-r,
.top-g,
.bot-g {
  stroke: #ffffff;
}

.top-r {
  stroke-width: 200px;
  -webkit-animation: topani 3.5s linear infinite;
  animation: topani 3.5s linear infinite;
}

.bot-r {
  stroke-width: 100px;
  -webkit-animation: botani 4s linear infinite;
  animation: botani 4s linear infinite;
}

.top-g {
  stroke-width: 50px;
  animation: topani 4s linear reverse infinite;
}

.bot-g {
  stroke-width: 50%;
  animation: botani 3.5s linear reverse infinite;
}

@-webkit-keyframes topani {
  34% {
    stroke-width: 1px;
  }

  81% {
    stroke-width: 9px;
  }
}

@keyframes topani {
  34% {
    stroke-width: 1px;
  }

  81% {
    stroke-width: 9px;
  }
}

@-webkit-keyframes botani {
  5% {
    stroke-width: 6px;
  }

  89% {
    stroke-width: 5px;
  }
}

@keyframes botani {
  5% {
    stroke-width: 6px;
  }

  89% {
    stroke-width: 5px;
  }
}

.animate-b1 {
  position: fixed;
  right: 0;
  top: 0;
  width: 40%;
  height: 40%;
}

.animate-b1 .animate-filter {
  display: none;
}

.svgWrap {
  position: absolute;
  width: 100%;
  height: 100%;
}

.svgWrap__text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.svgWrap__text use {
  fill: #fff;
}

.svgWrap__text:nth-child(2),
.svgWrap__text:nth-child(3),
.svgWrap__text:nth-child(4) {
  -webkit-clip-path: inset(0 0);
  clip-path: inset(0 0);
}

.svgWrap__text:nth-child(2) {
  left: -4px;
  animation: svg-glitch-effect 3s infinite ease-in alternate-reverse;
}

.svgWrap__text:nth-child(2) use {
  fill: #f5f5f5;
  -webkit-filter: opacity(1);
  filter: opacity(1);
  animation: svg-glitch-effectColor 4s infinite ease-in alternate-reverse;
}

.svgWrap__text:nth-child(3) {
  left: 4px;
  animation: svg-glitch-effect 5s infinite ease-in alternate-reverse;
}

.svgWrap__text:nth-child(3) use {
  fill: #ccc;
  -webkit-filter: opacity(1);
  filter: opacity(1);
  animation: svg-glitch-effectColor 6s infinite ease-in alternate-reverse;
}

@-webkit-keyframes svg-glitch-effect {
  0% {
    -webkit-clip-path: inset(52% 1%);
    clip-path: inset(52% 1%);
  }

  5% {
    -webkit-clip-path: inset(54% 1%);
    clip-path: inset(54% 1%);
  }

  10% {
    -webkit-clip-path: inset(61% 1%);
    clip-path: inset(61% 1%);
  }

  15% {
    -webkit-clip-path: inset(27% 1%);
    clip-path: inset(27% 1%);
  }

  20% {
    -webkit-clip-path: inset(56% 1%);
    clip-path: inset(56% 1%);
  }

  25% {
    -webkit-clip-path: inset(92% 1%);
    clip-path: inset(92% 1%);
  }

  30% {
    -webkit-clip-path: inset(17% 1%);
    clip-path: inset(17% 1%);
  }

  35% {
    -webkit-clip-path: inset(100% 1%);
    clip-path: inset(100% 1%);
  }

  40% {
    -webkit-clip-path: inset(45% 1%);
    clip-path: inset(45% 1%);
  }

  45% {
    -webkit-clip-path: inset(68% 1%);
    clip-path: inset(68% 1%);
  }

  50% {
    -webkit-clip-path: inset(74% 1%);
    clip-path: inset(74% 1%);
  }

  55% {
    -webkit-clip-path: inset(49% 1%);
    clip-path: inset(49% 1%);
  }

  60% {
    -webkit-clip-path: inset(78% 1%);
    clip-path: inset(78% 1%);
  }

  65% {
    -webkit-clip-path: inset(24% 1%);
    clip-path: inset(24% 1%);
  }

  70% {
    -webkit-clip-path: inset(44% 1%);
    clip-path: inset(44% 1%);
  }

  75% {
    -webkit-clip-path: inset(99% 1%);
    clip-path: inset(99% 1%);
  }

  80% {
    -webkit-clip-path: inset(41% 1%);
    clip-path: inset(41% 1%);
  }

  85% {
    -webkit-clip-path: inset(90% 1%);
    clip-path: inset(90% 1%);
  }

  90% {
    -webkit-clip-path: inset(48% 1%);
    clip-path: inset(48% 1%);
  }

  95% {
    -webkit-clip-path: inset(12% 1%);
    clip-path: inset(12% 1%);
  }

  100% {
    -webkit-clip-path: inset(38% 1%);
    clip-path: inset(38% 1%);
  }
}

@keyframes svg-glitch-effect {
  0% {
    -webkit-clip-path: inset(52% 1%);
    clip-path: inset(52% 1%);
  }

  5% {
    -webkit-clip-path: inset(54% 1%);
    clip-path: inset(54% 1%);
  }

  10% {
    -webkit-clip-path: inset(61% 1%);
    clip-path: inset(61% 1%);
  }

  15% {
    -webkit-clip-path: inset(27% 1%);
    clip-path: inset(27% 1%);
  }

  20% {
    -webkit-clip-path: inset(56% 1%);
    clip-path: inset(56% 1%);
  }

  25% {
    -webkit-clip-path: inset(92% 1%);
    clip-path: inset(92% 1%);
  }

  30% {
    -webkit-clip-path: inset(17% 1%);
    clip-path: inset(17% 1%);
  }

  35% {
    -webkit-clip-path: inset(100% 1%);
    clip-path: inset(100% 1%);
  }

  40% {
    -webkit-clip-path: inset(45% 1%);
    clip-path: inset(45% 1%);
  }

  45% {
    -webkit-clip-path: inset(68% 1%);
    clip-path: inset(68% 1%);
  }

  50% {
    -webkit-clip-path: inset(74% 1%);
    clip-path: inset(74% 1%);
  }

  55% {
    -webkit-clip-path: inset(49% 1%);
    clip-path: inset(49% 1%);
  }

  60% {
    -webkit-clip-path: inset(78% 1%);
    clip-path: inset(78% 1%);
  }

  65% {
    -webkit-clip-path: inset(24% 1%);
    clip-path: inset(24% 1%);
  }

  70% {
    -webkit-clip-path: inset(44% 1%);
    clip-path: inset(44% 1%);
  }

  75% {
    -webkit-clip-path: inset(99% 1%);
    clip-path: inset(99% 1%);
  }

  80% {
    -webkit-clip-path: inset(41% 1%);
    clip-path: inset(41% 1%);
  }

  85% {
    -webkit-clip-path: inset(90% 1%);
    clip-path: inset(90% 1%);
  }

  90% {
    -webkit-clip-path: inset(48% 1%);
    clip-path: inset(48% 1%);
  }

  95% {
    -webkit-clip-path: inset(12% 1%);
    clip-path: inset(12% 1%);
  }

  100% {
    -webkit-clip-path: inset(38% 1%);
    clip-path: inset(38% 1%);
  }
}

@-webkit-keyframes svg-glitch-effectColor {
  0% {
    -webkit-filter: opacity(0.97);
    filter: opacity(0.97);
  }

  5% {
    -webkit-filter: opacity(0.3);
    filter: opacity(0.3);
  }

  10% {
    -webkit-filter: opacity(0.95);
    filter: opacity(0.95);
  }

  15% {
    -webkit-filter: opacity(0.88);
    filter: opacity(0.88);
  }

  20% {
    -webkit-filter: opacity(0.33);
    filter: opacity(0.33);
  }

  25% {
    -webkit-filter: opacity(0.78);
    filter: opacity(0.78);
  }

  30% {
    -webkit-filter: opacity(0.66);
    filter: opacity(0.66);
  }

  35% {
    -webkit-filter: opacity(0.26);
    filter: opacity(0.26);
  }

  40% {
    -webkit-filter: opacity(0.51);
    filter: opacity(0.51);
  }

  45% {
    -webkit-filter: opacity(0.79);
    filter: opacity(0.79);
  }

  50% {
    -webkit-filter: opacity(0.73);
    filter: opacity(0.73);
  }

  55% {
    -webkit-filter: opacity(0.54);
    filter: opacity(0.54);
  }

  60% {
    -webkit-filter: opacity(0.96);
    filter: opacity(0.96);
  }

  65% {
    -webkit-filter: opacity(0.51);
    filter: opacity(0.51);
  }

  70% {
    -webkit-filter: opacity(0.08);
    filter: opacity(0.08);
  }

  75% {
    -webkit-filter: opacity(0.25);
    filter: opacity(0.25);
  }

  80% {
    -webkit-filter: opacity(0.34);
    filter: opacity(0.34);
  }

  85% {
    -webkit-filter: opacity(0.96);
    filter: opacity(0.96);
  }

  90% {
    -webkit-filter: opacity(0.54);
    filter: opacity(0.54);
  }

  95% {
    -webkit-filter: opacity(0.53);
    filter: opacity(0.53);
  }

  100% {
    -webkit-filter: opacity(1);
    filter: opacity(1);
  }
}

@keyframes svg-glitch-effectColor {
  0% {
    -webkit-filter: opacity(0.97);
    filter: opacity(0.97);
  }

  5% {
    -webkit-filter: opacity(0.3);
    filter: opacity(0.3);
  }

  10% {
    -webkit-filter: opacity(0.95);
    filter: opacity(0.95);
  }

  15% {
    -webkit-filter: opacity(0.88);
    filter: opacity(0.88);
  }

  20% {
    -webkit-filter: opacity(0.33);
    filter: opacity(0.33);
  }

  25% {
    -webkit-filter: opacity(0.78);
    filter: opacity(0.78);
  }

  30% {
    -webkit-filter: opacity(0.66);
    filter: opacity(0.66);
  }

  35% {
    -webkit-filter: opacity(0.26);
    filter: opacity(0.26);
  }

  40% {
    -webkit-filter: opacity(0.51);
    filter: opacity(0.51);
  }

  45% {
    -webkit-filter: opacity(0.79);
    filter: opacity(0.79);
  }

  50% {
    -webkit-filter: opacity(0.73);
    filter: opacity(0.73);
  }

  55% {
    -webkit-filter: opacity(0.54);
    filter: opacity(0.54);
  }

  60% {
    -webkit-filter: opacity(0.96);
    filter: opacity(0.96);
  }

  65% {
    -webkit-filter: opacity(0.51);
    filter: opacity(0.51);
  }

  70% {
    -webkit-filter: opacity(0.08);
    filter: opacity(0.08);
  }

  75% {
    -webkit-filter: opacity(0.25);
    filter: opacity(0.25);
  }

  80% {
    -webkit-filter: opacity(0.34);
    filter: opacity(0.34);
  }

  85% {
    -webkit-filter: opacity(0.96);
    filter: opacity(0.96);
  }

  90% {
    -webkit-filter: opacity(0.54);
    filter: opacity(0.54);
  }

  95% {
    -webkit-filter: opacity(0.53);
    filter: opacity(0.53);
  }

  100% {
    -webkit-filter: opacity(1);
    filter: opacity(1);
  }
}

.animate-b2 {
  position: fixed;
  right: 0;
  top: 40%;
  width: 40%;
  height: 40%;
  -webkit-filter: blur(1px);
  filter: blur(1px);
}

.animate-b2 .animate-filter {
  display: none;
}

.animate-b2 .animate-svg {
  -webkit-filter: url("#heat");
  filter: url("#heat");
}

.animate-b {
  display: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-filter: blur(30px);
  filter: blur(30px);
}

.animate-b .animate-svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: scale3d(1, 1.7, 1) skewX(-30deg);
  transform: scale3d(1, 1.7, 1) skewX(-30deg);
  opacity: 0.8;
}

.animate-b1 {
  display: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-filter: blur(30px);
  filter: blur(30px);
}

.animate-b1 .svgWrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: scale3d(1, 1.7, 1) skewX(-30deg);
  transform: scale3d(1, 1.7, 1) skewX(-30deg);
  opacity: 0.8;
}

.animate-b2 {
  display: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-filter: blur(80px);
  filter: blur(80px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.animate-b2.visible {
  -webkit-filter: blur(30px);
  filter: blur(30px);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.animate-b2.visible .animate-svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: scale3d(1, 1.7, 1) skewX(-30deg);
  transform: scale3d(1, 1.7, 1) skewX(-30deg);
  opacity: 0.9;
}

.animate-b2 .animate-svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: scale3d(4, 8, 1) skewX(-70deg);
  transform: scale3d(4, 8, 1) skewX(-70deg);
  opacity: 0.2;
}

body.overflow {
  overflow: hidden;
}

body.safSvg .animate-img-hover-video {
  display: none!important;
  visibility: hidden!important;
}
body.safSvg .animate-wait-video {
  display: none!important;
  visibility: hidden!important;
}
body.un-active .animate-wait-video {
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 1;
  -webkit-transition: height 0.001s linear, width 0.001s linear, opacity 0.3s cubic-bezier(0, 0, 0.2, 1) 1s;
  transition: height 0.001s linear, width 0.001s linear, opacity 0.3s cubic-bezier(0, 0, 0.2, 1) 1s;
  transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1) 1s, height 0.001s linear, width 0.001s linear;
  transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1) 1s, height 0.001s linear, width 0.001s linear, opacity 0.3s cubic-bezier(0, 0, 0.2, 1) 1s;

}
body.un-active .animate-b3 {
  width: 100%;
  height: 100%;
  visibility: visible;
  -webkit-filter: blur(0px);
  filter: blur(0px);
  -webkit-transition: height 0.001s linear, width 0.001s linear, -webkit-filter 1s cubic-bezier(0, 0, 0.2, 1) 0.5s;
  transition: height 0.001s linear, width 0.001s linear, -webkit-filter 1s cubic-bezier(0, 0, 0.2, 1) 0.5s;
  transition: filter 1s cubic-bezier(0, 0, 0.2, 1) 0.5s, height 0.001s linear, width 0.001s linear;
  transition: filter 1s cubic-bezier(0, 0, 0.2, 1) 0.5s, height 0.001s linear, width 0.001s linear, -webkit-filter 1s cubic-bezier(0, 0, 0.2, 1) 0.5s;
}

body.un-active .animate-b3 .animate-svg {
  -webkit-transition: opacity 2s ease-out 0.2s, -webkit-transform 5s cubic-bezier(0, 0, 0.2, 1) 0.1s;
  transition: opacity 2s ease-out 0.2s, -webkit-transform 5s cubic-bezier(0, 0, 0.2, 1) 0.1s;
  transition: transform 5s cubic-bezier(0, 0, 0.2, 1) 0.1s, opacity 2s ease-out 0.2s;
  transition: transform 5s cubic-bezier(0, 0, 0.2, 1) 0.1s, opacity 2s ease-out 0.2s, -webkit-transform 5s cubic-bezier(0, 0, 0.2, 1) 0.1s;
  -webkit-transform: scale3d(1, 1.6, 1) skewX(-20deg);
  transform: scale3d(1, 1.6, 1) skewX(-20deg);
  opacity: 0.95;
}
.animate-wait-video video{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.animate-wait-video {
  position: fixed;
  z-index: 19999;
  pointer-events: none;
  width: 0;
  height: 0;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0.01s linear 0.3s, height 0.01s linear 0.3s, width 0.01s linear 0.3s, opacity 0.3s ease-out;
  transition: visibility 0.01s linear 0.3s, height 0.01s linear 0.3s, width 0.01s linear 0.3s, opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out,  visibility 0.01s linear 0.3s, height 0.01s linear 0.3s, width 0.01s linear 0.3s;
  transition: opacity 0.3s ease-out,  visibility 0.01s linear 0.3s, height 0.01s linear 0.3s, width 0.01s linear 0.3s, opacity 0.3s ease-out;
}
.animate-b3 {
  position: fixed;
  z-index: 19999;
  pointer-events: none;
  width: 0;
  height: 0;
  left: 0;
  top: 0;
  -webkit-filter: blur(80px);
  filter: blur(80px);
  visibility: hidden;
  -webkit-transition: visibility 0.01s linear 1s, height 0.01s linear 1s, width 0.01s linear 1s, -webkit-filter 0.5s ease-out 1s;
  transition: visibility 0.01s linear 1s, height 0.01s linear 1s, width 0.01s linear 1s, -webkit-filter 0.5s ease-out 1s;
  transition: filter 0.5s ease-out 1s, visibility 0.01s linear 1s, height 0.01s linear 1s, width 0.01s linear 1s;
  transition: filter 0.5s ease-out 1s, visibility 0.01s linear 1s, height 0.01s linear 1s, width 0.01s linear 1s, -webkit-filter 0.5s ease-out 1s;
  will-change: transform;
}

.animate-b3 .animate-filter {
  display: none;
}

.animate-b3 .animate-svg {
  background: rgba(40, 40, 40, 0.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-filter: url(#wavy);
  filter: url(#wavy);
  -webkit-transition: opacity 0.2s linear, -webkit-transform 0.1s linear 2s;
  transition: opacity 0.2s linear, -webkit-transform 0.1s linear 2s;
  transition: transform 0.1s linear 2s, opacity 0.2s linear;
  transition: transform 0.1s linear 2s, opacity 0.2s linear, -webkit-transform 0.1s linear 2s;
  -webkit-transform: scale3d(4, 8, 1) skewX(-90deg);
  transform: scale3d(4, 8, 1) skewX(-90deg);
  will-change: transform;
}

.animate-b3 .animate-svg path {
  fill: var(--primary-text-color);
}

.blog-press__pic {
  position: relative;
  overflow: hidden;
}

.blog-press__pic:hover {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.blog-press__pic:hover .animate-img-hover {
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  visibility: visible;
  -webkit-filter: blur(20px) drop-shadow(20px -20px 15px var(--shadow));
  filter: blur(20px) drop-shadow(20px -20px 15px var(--shadow));
  -webkit-transition: height 0.001s linear, width 0.001s linear, background 0.3s ease 0.4s, -webkit-filter 1s cubic-bezier(0, 0, 0.2, 1) 0.5s;
  transition: height 0.001s linear, width 0.001s linear, background 0.3s ease 0.4s, -webkit-filter 1s cubic-bezier(0, 0, 0.2, 1) 0.5s;
  transition: filter 1s cubic-bezier(0, 0, 0.2, 1) 0.5s, height 0.001s linear, width 0.001s linear, background 0.3s ease 0.4s;
  transition: filter 1s cubic-bezier(0, 0, 0.2, 1) 0.5s, height 0.001s linear, width 0.001s linear, background 0.3s ease 0.4s, -webkit-filter 1s cubic-bezier(0, 0, 0.2, 1) 0.5s;
}

.blog-press__pic:hover .animate-img-hover .animate-svg {
  -webkit-transition: opacity 1s ease-out 0.2s, -webkit-transform 2s cubic-bezier(0, 0, 0.2, 1) 0.1s;
  transition: opacity 1s ease-out 0.2s, -webkit-transform 2s cubic-bezier(0, 0, 0.2, 1) 0.1s;
  transition: transform 2s cubic-bezier(0, 0, 0.2, 1) 0.1s, opacity 1s ease-out 0.2s;
  transition: transform 2s cubic-bezier(0, 0, 0.2, 1) 0.1s, opacity 1s ease-out 0.2s, -webkit-transform 2s cubic-bezier(0, 0, 0.2, 1) 0.1s;
  -webkit-transform: scale3d(1, 1.6, 1) skewX(-20deg);
  transform: scale3d(1, 1.6, 1) skewX(-20deg);
  opacity: 0.99;
}
.blog-press__pic:hover .animate-img-hover-video video {
  opacity: 1;
}
.animate-img-hover-video video{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}
.animate-img-hover-video {
  background: transparent;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9;
  left: 0;
  top: 0;
  pointer-events: none;
}
.animate-img-hover {
  --fill: var(--primary-text-color);
  --shadow: var(--primary-bg);
  background: transparent;
  position: absolute;
  z-index: 9;
  pointer-events: none;
  width: 0;
  height: 0;
  left: 0;
  top: 0;
  -webkit-filter: blur(80px) drop-shadow(10px -10px 10px var(--shadow));
  filter: blur(80px) drop-shadow(10px -10px 10px var(--shadow));
  visibility: hidden;
  -webkit-transition: visibility 0.01s linear 1s, height 0.01s linear 1s, width 0.01s linear 1s, background 0.3s ease, -webkit-filter 0.5s ease-out 0.1s;
  transition: visibility 0.01s linear 1s, height 0.01s linear 1s, width 0.01s linear 1s, background 0.3s ease, -webkit-filter 0.5s ease-out 0.1s;
  transition: filter 0.5s ease-out 0.1s, visibility 0.01s linear 1s, height 0.01s linear 1s, width 0.01s linear 1s, background 0.3s ease;
  transition: filter 0.5s ease-out 0.1s, visibility 0.01s linear 1s, height 0.01s linear 1s, width 0.01s linear 1s, background 0.3s ease, -webkit-filter 0.5s ease-out 0.1s;
  will-change: transform;
}

.animate-img-hover .animate-svg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-filter: url(#wavy);
  filter: url(#wavy);
  -webkit-transition: opacity 0.8s linear 0.1s, -webkit-transform 1s linear 0.1s;
  transition: opacity 0.8s linear 0.1s, -webkit-transform 1s linear 0.1s;
  transition: transform 1s linear 0.1s, opacity 0.8s linear 0.1s;
  transition: transform 1s linear 0.1s, opacity 0.8s linear 0.1s, -webkit-transform 1s linear 0.1s;
  -webkit-transform: scale3d(4, 8, 1) skewX(-90deg);
  transform: scale3d(4, 8, 1) skewX(-90deg);
  will-change: transform;
}

.animate-img-hover .animate-svg path {
  fill: var(--fill);
}

[data-bs-theme=default] {
  --primary-bg: #000;
  --primary-text-color: #D8D4D2;
}

[data-bs-theme=carol] {
  --primary-bg: #1C57BB;
  --primary-text-color: #FEBC11;
}

[data-bs-theme=truth] {
  --primary-bg: #FF9873;
  --primary-text-color: #8040CF;
}

[data-bs-theme=apples] {
  --primary-bg: #161A66;
  --primary-text-color: #E07B82;
}

[data-bs-theme=fingernails] {
  --primary-bg: #D8D4D2;
  --primary-text-color: #942F16;
}

[data-bs-theme="little fish"] {
  --primary-bg: #731012;
  --primary-text-color: #FFA1C2;
}

[data-bs-theme="the new boy"] {
  --primary-bg: #9C7AFA;
  --primary-text-color: #000000;
}

[data-bs-theme="the turning"] {
  --primary-bg: #161A66;
  --primary-text-color: #F04C24;
}

[data-bs-theme="mrs. america"] {
  --primary-bg: #8040CF;
  --primary-text-color: #FEBC11;
}

[data-bs-theme=stateless] {
  --primary-bg: #E9547D;
  --primary-text-color: #492061;
}

[data-bs-theme=shayda] {
  --primary-bg: #FEBC11;
  --primary-text-color: #161A66;
}


.header-container {
  background-color: var(--primary-bg);
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--primary-text-color);
  height: 130px;
  position: -webkit-sticky;
  position: sticky;
  z-index: 100;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.header-container.header-bg{
  background-color: transparent!important;
  border-color: transparent!important;
}

.header-container__additional {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  font-family: "GTPressura", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 17px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.header-logo {
  position: relative;
  z-index: 100;
  transition: all 0.3s ease-in-out;
}

.header-logo:hover {
  transform: scale(1.05) translate(10px, 2px);
}

.header-logo svg {
  fill: var(--primary-text-color);
  -webkit-transition: fill 0.2s ease;
  transition: fill 0.2s ease;
}

.header-logo svg path {
  fill: var(--primary-text-color);
  -webkit-transition: fill 0.2s ease;
  transition: fill 0.2s ease;
}

.header-logo svg.mobile {
  display: none;
}

.header-mobile-menu-btn {
  position: relative;
  z-index: 100;
  margin-left: auto;
  font-weight: 400;
  font-size: 20px;
  line-height: 31px;
  cursor: pointer;
}

.header-nav {
  margin-left: auto;
}

.header-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.header-nav ul li {
  font-weight: 400;
  font-size: 24px;
  line-height: 31px;
  padding-left: 15px;
}

.header-nav ul li.active a {
  color: var(--primary-text-color);
  border-color: var(--primary-text-color);
}

.header-nav ul li a {
  color: var(--primary-text-color);
  border-color: transparent;
  border-width: 2px;
}

.header-nav ul li a.active,
.header-nav ul li a:hover {
  color: var(--primary-text-color);
  border-color: var(--primary-text-color);
}
.descriptor-b {
  text-transform: uppercase;
}
.descriptor-b div a{
  border-bottom: none;
  text-decoration: none;
}
.descriptor-b div{
  display: none;
  color: var(--primary-text-color);
  border-bottom: 1px solid var(--primary-text-color);
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.footer-container {
  /*background-color: var(--primary-bg);*/
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  min-height: 115px;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  border-top: 1px solid var(--primary-text-color);
}

.footer-logo {
  width: 100%;
}

.footer-logo svg {
  fill: var(--primary-text-color);
  -webkit-transition: fill 0.2s ease;
  transition: fill 0.2s ease;
}

.footer-logo svg path {
  fill: var(--primary-text-color);
  -webkit-transition: fill 0.2s ease;
  transition: fill 0.2s ease;
}

.footer-logo ~ .footer-copyright {
  margin-top: auto;
}

.footer-copyright {
  width: 100%;
  font-family: "GTPressura", sans-serif;
  font-size: 15px;
  line-height: 1.4;
  text-transform: uppercase;
}

.footer-copyright strong {
  font-weight: 700;
}

.footer-work {
  font-family: "GTPressura", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.4;
}

.footer-work strong {
  text-transform: uppercase;
  font-weight: 700;
}
.footer-work a{
  border-bottom: 1px solid transparent;
}
.footer-work a:hover{
  border-bottom: 1px solid var(--primary-text-color);
}
.footer-social {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer-social div {
  width: 100%;
}

.footer-social div:last-of-type {
  margin-top: auto;
}
.js-footer-link-spoiler {
  transition: opacity 0.2s ease;
}
.js-footer-link-spoiler:hover {
  opacity: 100%!important;
}
.footer-social .none {
  display: none;
  transition: none;
}
.footer-social a {
  color: var(--primary-text-color);
  border-color: transparent;
}

.footer-social a:hover {
  color: var(--primary-text-color);
  border-color: var(--primary-text-color);
}

.footer-nav {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
}

.footer-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-nav ul li a {
  color: var(--primary-text-color);
  border-color: transparent;
}

.footer-nav ul li a:hover {
  color: var(--primary-text-color);
  border-color: var(--primary-text-color);
}

.blog-press {
  margin-bottom: 100px;
}

.blog-press .content {
  margin: 20px 0;
}

.blog-press__text .tl {
  font-family: "GTAmerica", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.blog-press__text .tl h5,
.blog-press__text .tl h4,
.blog-press__text .tl h3,
.blog-press__text .tl h2,
.blog-press__text .tl h1 {
  font-family: "GTAmerica", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 36px;
  margin: 0;
}

.blog-press__text .text {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 31px;
  margin-bottom: 35px;
}

.blog-press__text .text p:first-of-type {
  margin-top: 0;
}

.blog-press__text .text p:last-of-type {
  margin-bottom: 0;
}

.blog-press__text .control {
  margin-top: 35px;
}

.blog-press__text .control a {
  font-family: "GTPressura", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 17px;
  text-transform: uppercase;
}

.blog-press__pic img {
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.blog-press-description__image {
  height: 100%;
  width: 100%;
}

.blog-press-description__image img {
  display: block;
  margin: 0 auto;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-press-description__content {
  padding: 15px 10px 40px;
}

.blog-press-description__content .title {
  margin-bottom: 20px;
}

.blog-press-description__content .title .tl {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 31px;
  margin-bottom: 10px;
}
.blog-press-description__content .title .tl + .events-b {
  margin-top: 50px;
}
.blog-press-description__content .title .tl h5,
.blog-press-description__content .title .tl h4,
.blog-press-description__content .title .tl h3,
.blog-press-description__content .title .tl h2,
.blog-press-description__content .title .tl h1 {
  font-weight: 400;
  font-size: 24px;
  line-height: 31px;
  margin: 0;
}

.blog-press-description__content .title .sub-tl {
  font-family: GTPressura, sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
  text-transform: uppercase;
}

.blog-press-description__content .text {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
}

.blog-press-description__content .text > div > p {
  margin: 30px 0;
}
.blog-press-description__content .text > div > p:first-of-type {
  margin-top: 0;
}

.blog-press-description__content .text > div > p:last-of-type {
  margin-bottom: 0;
}
.blog-press-description__content .text >  p{
  margin: 30px 0;
}

.blog-press-description__content .text > p:first-of-type {
  margin-top: 0;
}

.blog-press-description__content .text > p:last-of-type {
  margin-bottom: 0;
}
.blog-press-description__content .text > div {
  margin: 30px 0;
}

.blog-press-description__content .text > div:first-of-type {
  margin-top: 0;
}

.blog-press-description__content .text > div:last-of-type {
  margin-bottom: 0;
}

.blog-press-description__content .text blockquote {
  margin: 40px 0;
  font-family: "GTAmerica", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 36px;
  text-transform: uppercase;
  padding-left: 20%;
}

.blog-press-description__content .text img {
  margin: 10px 0;
  width: 100%!important;
  padding-left: 20%;
}

.blog-press-description__control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 20px;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
}

.blog-press-description__control a {
  border-color: transparent;
}

.blog-press-description__control a:hover {
  border-color: var(--primary-text-color);
}

.work-block__item {
  --color-border: var(--primary-text-color);

  padding-top: 35px;
  padding-bottom: 43px;
  padding-right: 10px;
  padding-left: 10px;
  border-top: 1px solid var(--color-border);
  width: calc(100% + 20px);
}

.work-block__name_container {
  display: inline-block;
  position: relative;
}

.work-block__name .work-block__name_container {
  --color-tl: var(--primary-text-color);
  color: var(--primary-text-color);
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.work-block__name {
  position: relative;
}

.work-block__name a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: none;
}

.work-block__name .work-block__name_container:hover {
  color: var(--color-tl);
}

.work-block__name .work-block__name_container:hover .info__category div {
  border-color: var(--color-tl);
}

/*.work-block__name:hover .pic {*/
/*  opacity: 1;*/
/*}*/

.work-block__name .tl {
  font-family: "GTAmerica", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 60px;
  line-height: 70px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.work-block__name .tl h5,
.work-block__name .tl h4,
.work-block__name .tl h3,
.work-block__name .tl h2,
.work-block__name .tl h1 {
  font-family: "GTAmerica", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 60px;
  line-height: 70px;
  margin: 0;
}

.work-block__name .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: GTPressura, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 15px;
  line-height: 17px;
  margin: 0 -10px;
}

.work-block__name .info__year {
  font-weight: 700;
  padding: 0 10px;
}

.work-block__name .info__rated {
  font-weight: 700;
  padding: 0 10px;
}

.work-block__name .info__category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 10px;
  margin: 0 -10px;
}

.work-block__name .info__category div {
  margin: 5px 10px;
  padding: 2px 7px;
  border: 1px solid var(--primary-text-color);
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}

.work-block__name .pic {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -45%;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.work-block__description {
  font-size: 15px;
  line-height: 22px;
}

.work-block__description p:first-of-type {
  margin-top: 10px;
}

.work-block__description p:last-of-type {
  margin-bottom: 0;
}

.work-block__author {
  text-transform: capitalize;
  padding-top: 5px;
}

.work-block__author strong {
  font-family: GTPressura, sans-serif;
  text-transform: uppercase;
}

.work-block__author div + div {
  margin-top: 20px;
}

.work-block__author p {
  margin: 0;
}

.work-description {
  padding-top: 17px;
  padding-bottom: 25px;
  padding-right: 10px;
  padding-left: 10px;
}

.work-description__title {
  border-bottom: 1px solid var(--primary-text-color);
}

.work-description__title:last-of-type {
  border-bottom: none;
}

.work-description__name {
  color: var(--primary-text-color);
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
}

.work-description__name a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: none;
}

.work-description__name .tl {
  font-family: "GTAmerica", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 60px;
  line-height: 70px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.work-description__name .tl h5,
.work-description__name .tl h4,
.work-description__name .tl h3,
.work-description__name .tl h2,
.work-description__name .tl h1 {
  font-family: "GTAmerica", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 60px;
  line-height: 70px;
  margin: 0;
}
.work-description__name .tl {
}
.work-description__name .tl .direct {
  font-family: "Maison", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  text-transform: none;
  display: inline-block;
}
.work-description__name .tl .direct strong{
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 17px;
  font-family: "GTPressura", sans-serif;
  text-transform: uppercase;
}
.work-description__name .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: GTPressura, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 15px;
  line-height: 17px;
  margin: 0 -10px;
}

.work-description__name .info__year {
  font-weight: 700;
  padding: 0 10px;
}

.work-description__name .info__rated {
  font-weight: 700;
  padding: 0 10px;
}

.work-description__name .info__category {
  font-size: 15px;
  line-height: 17px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 10px;
  margin: 0 -10px;
}

.work-description__name .info__category div {
  margin: 5px 10px;
  padding: 2px 7px;
  border: 1px solid var(--primary-text-color);
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}

.work-description__description {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 25px;
}

.work-description__description p:first-of-type {
  margin-top: 10px;
}

.work-description__description p:last-of-type {
  margin-bottom: 0;
}

.work-description__author {
  font-size: 13px;
  line-height: 17px;
  padding-top: 11px;
  text-transform: capitalize;
}

.work-description__author strong {
  font-family: GTPressura, sans-serif;
  text-transform: uppercase;
}

.work-description__author div {
  margin-bottom: 20px;
}

.work-description__author p {
  margin: 0;
}

.work-description-stills {
  padding-right: 10px;
  padding-left: 10px;
  margin: 20px 0;
}

.work-description-stills__container.mt-50 {
  margin-top: 57px;
}

.work-description-stills__container .tl {
  font-family: "GTPressura", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.work-description-stills__container .slider {
  font-weight: 400;
  font-size: 13px;
  line-height: 17px;
}

.work-description-stills__container .slider strong {
  font-family: "GTPressura", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 17px;
  text-transform: uppercase;
}

.work-description-stills__container .slider p {
  margin: 12px 0;
}

.work-description-stills__container .slider.col-12 .swiper.still-swiper {
  margin-left: -20px;
}

.work-description-stills .swiper.still-swiper {
  margin-right: -20px;
}
.work-description-video .video-b figure{
  margin: 0;
}
.work-description-video {
  --color-border: var(--primary-text-color);
}
.work-description-video .video-b {
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
}
.work-description-stills {
  --color-border: var(--primary-text-color);
}
.work-description-stills .swiper.still-swiper .swiper-slide {
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
}
.work-description-stills .swiper.still-swiper .swiper-wrapper {
  height: 100%;
}

.work-description-stills .swiper.still-swiper .swiper-slide .pic {
  width: 100%;
  display: block;
  height: 0;
  padding-bottom: 66.6666%;
  cursor: pointer;
}

.work-description-stills .swiper.still-swiper .swiper-slide .pic img {
  display: block;
  margin: 0 auto;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}

.work-description-stills .swiper-still-button-next:hover,
.work-description-stills .swiper-still-button-prev:hover {
  opacity: 0.5;
}
.work-description-stills .swiper-still-button-next,
.work-description-stills .swiper-still-button-prev {
  width: 41px;
  height: 34px;
  position: absolute;
  top: calc(50% - 20.5px);
  z-index: 1;
  overflow: hidden;
  transition: opacity 0.2s ease;
}

.work-description-stills .swiper-still-button-next svg,
.work-description-stills .swiper-still-button-prev svg {
  max-width: 100%;
  position: absolute;
}

.work-description-stills .swiper-still-button-next svg path,
.work-description-stills .swiper-still-button-prev svg path {
  stroke: var(--primary-text-color);
}

.work-description-stills .swiper-still-button-prev {
  left: 20px;
}

.work-description-stills .swiper-still-button-prev svg {
  left: 0;
}

.work-description-stills .swiper-still-button-next {
  right: 20px;
}

.work-description-stills .swiper-still-button-next svg {
  right: 0;
}

.work-description-awards {
  padding-right: 10px;
  padding-left: 10px;
  margin: 40px 0;
}

.work-description-awards__container .tl {
  font-family: "GTPressura", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.work-description-awards__container .text {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  position: relative;
}

.work-description-awards__container .text strong {
  font-family: "GTPressura", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 17px;
  text-transform: uppercase;
}

.work-description-awards__container .text p {
  margin: 12px 0;
}

.work-description-awards .list-awards-control {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  border-bottom: 1px solid var(--primary-text-color);
  color: var(--primary-text-color);
  cursor: pointer;
  display: inline-block;
  position: relative;
}

.work-description-awards .list-awards {
  overflow: auto;
  max-height: 350px;
  margin-right: -10px;
  padding-right: 5px;
}

.work-description-awards .list-awards .grad {
  position: absolute;
  width: 100%;
  height: 70px;
  top: calc(100% - 70px);
  left: 0;
  overflow: hidden;
  pointer-events: none;
}

.work-description-awards .list-awards .grad svg {
  width: 100%;
  height: auto;
}

.work-description-awards .list-awards .grad svg stop {
  stop-color: var(--primary-bg);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.work-description-awards .list-awards::-webkit-scrollbar {
  width: 2px;
}

.work-description-awards .list-awards::-webkit-scrollbar-thumb {
  background-color: var(--primary-text-color);
  border-radius: 50px;
}

.work-description-awards .list-awards__container {
  height: 100%;
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  position: relative;
  padding-bottom: 70px;
}

.work-description-awards .list-awards .list-awards__container div {
  margin-bottom: 15px;
}
.work-description-awards .list-awards p {
  margin: 0;
}

.work-description-synopsis {
  padding-right: 10px;
  padding-left: 10px;
  margin: 40px 0;
}

.work-description-synopsis__container .tl {
  font-family: "GTPressura", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.work-description-synopsis__container .text {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.work-description-synopsis__container .text p:first-child {
  margin-top: 0;
}
.work-description-synopsis__container .text p:last-child {
  margin-bottom: 0;
}

.work-description-team + .work-description-awards,
.work-description-team + .work-description-press{
  margin-top: 20px;
}
.work-description-team {
  padding-right: 10px;
  padding-left: 10px;
  margin: 40px 0 20px;
}

.work-description-team__container .tl {
  font-family: "GTPressura", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.work-description-team__container .text {
  font-weight: 400;
  font-size: 13px;
  line-height: 21px;
  font-family: "GTPressura", sans-serif;
  text-transform: uppercase;
}

.work-description-team__author {
  font-family: 'Maison', sans-serif;
  font-size: 13px;
  line-height: 17px;
  text-transform: capitalize;
  /*display: flex;*/
  /*margin: 0 -20px;*/
}
.work-description-team__author .item{
  /*flex: 1 0 auto;*/
  /*min-width: 50%;*/
  /*padding: 0 20px;*/
  height: 100%;
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  position: relative;
  /*padding-bottom: 70px;*/

  display: inline-flex;
  flex-wrap: wrap;
  width: 100%;
}
.work-description-team__author .item div:nth-child(even) {
  padding-left: 10px;
}
.work-description-team__author .item div {
  margin-bottom: 20px;
  width: 50%;
}
.work-description-team__author strong {
  font-family: "GTPressura", sans-serif;
  text-transform: uppercase;
  margin-bottom: 3px;
  display: block;
}
.work-description-team__author p {
  margin: 0;
  line-height: 1.5;
}

.work-description-press {
  padding-right: 10px;
  padding-left: 10px;
  margin: 40px 0;
}

.work-description-press__container .tl {
  font-family: "GTPressura", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.work-description-press__container .text {
  font-weight: 400;
  font-size: 13px;
  line-height: 21px;
  font-family: "GTPressura", sans-serif;
  text-transform: uppercase;

}

.work-description-press__container .text p {
  margin: 0;
}
.work-description-team + .work-description-control{
  margin-top: 80px;
}
.work-description-control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0px 20px 20px;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  margin-top: 100px;
}

.work-description-control a {
  border-color: transparent;
}

.work-description-control a:hover {
  border-color: var(--primary-text-color);
}

.hero-b {
  /*height: calc(100vh - 130px);*/
  height: 80vh;
}

.hero-b .swiper,
.hero-b .swiper-wrapper {
  height: 100%;
}


.hero-b .swiper .plyr:fullscreen video{
  object-fit: contain;
}
.hero-b .swiper .plyr button {
  margin: 0;
  padding:  20px;
}
.hero-b .swiper .plyr--video .plyr__controls{
  background: transparent;
  padding: 0;
  margin: 0;
}
.hero-b .swiper .plyr.plyr--video .plyr__control:focus-visible,
.hero-b .swiper .plyr.plyr--video .plyr__control:hover,
.hero-b .swiper .plyr.plyr--video .plyr__control[aria-expanded=true] {
  color: #fff;
  background: transparent;
}
.video-b .plyr .plyr__controls-fullscreen svg path,
.hero-b .swiper .plyr .plyr__controls-fullscreen svg path{
  stroke-width: 2;
}
.video-b .plyr .plyr__controls-fullscreen svg,
.hero-b .swiper .plyr .plyr__controls-fullscreen svg {
  width: 100%;
  height: 100%;
}
.video-b .plyr:fullscreen .plyr__controls-fullscreen,
.hero-b .swiper .plyr:fullscreen .plyr__controls-fullscreen {
  display: block;
}
.video-b .plyr .plyr__controls-fullscreen,
.hero-b .swiper .plyr .plyr__controls-fullscreen {
  display: none;
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 10;
  width: 47px;
  height: 29px;
}
.hero-b .swiper .plyr .plyr__control svg {
  fill: none;
  height: 24px;
  width: 36px;
}
.hero-b .swiper .plyr{
  height: 100%;
}

.hero-b .swiper .plyr__control.plyr__control--playIcon {
  background: transparent;
  padding: 0;
}
.hero-b .swiper .plyr__control.plyr__control--playIcon svg {
  fill: none;
  height: 34px;
  width: 41px;
}

.hero-b .swiper .swiper-slide .vid{
  width: 100%;
  height: 100%;
}
.hero-b .swiper video{
  object-fit: cover;
  display: block;
  height: 100%;
  width: 100%;
}
.hero-b .swiper .plyr video{
  object-fit: cover;
  display: block;
  height: 100%;
  width: 100%;
}
.hero-b .swiper .plyr .plyr__poster{
  -webkit-background-size: cover;
  background-size: cover;
}
.hero-b .swiper-slide .pic {
  height: 100%;
  width: 100%;
}

.hero-b .swiper-slide .pic img {
  display: block;
  margin: 0 auto;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero-b .swiper-slide .pic .mobile {
  display: none;
}

.hero-b .swiper-hero-button-next:hover,
.hero-b .swiper-hero-button-prev:hover {
  opacity: 0.5;
}
.hero-b .swiper-hero-button-next,
.hero-b .swiper-hero-button-prev {
  width: 41px;
  height: 34px;
  position: absolute;
  top: calc(50% - 20.5px);
  z-index: 1;
  transition: 0.2s ease;
}

.hero-b .swiper-hero-button-next svg,
.hero-b .swiper-hero-button-prev svg {
  max-width: 100%;
}

.hero-b .swiper-hero-button-next svg path,
.hero-b .swiper-hero-button-prev svg path {
  stroke: var(--primary-text-color);
}

.hero-b .swiper-hero-button-prev {
  left: 20px;
}

.hero-b .swiper-hero-button-next {
  right: 20px;
}

.hero-b .swiper-hero-pagination {
  position: absolute;
  bottom: 15px;
  z-index: 1;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hero-b .swiper-hero-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  border: 1px solid var(--primary-text-color);
  border-radius: 50%;
  background: transparent;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 1;
}

.hero-b .swiper-hero-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--primary-text-color);
}

.hero-content__item {
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 20px;
  padding-bottom: 100px;
}

.hero-content__name_container {
  display: inline-block;
  position: relative;
}

.hero-content__name .hero-content__name_container{
  --color-tl: var(--primary-text-color);
  color: var(--primary-text-color);
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.hero-content__name {
  position: relative;
}

.hero-content__name a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: none;
}

.hero-content__name .hero-content__name_container:hover {
  color: var(--color-tl);
}

.hero-content__name .hero-content__name_container:hover .info__category div {
  border-color: var(--color-tl);
}

.hero-content__name .tl {
  font-family: "GTAmerica", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 60px;
  line-height: 70px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.hero-content__name .tl h5,
.hero-content__name .tl h4,
.hero-content__name .tl h3,
.hero-content__name .tl h2,
.hero-content__name .tl h1 {
  font-family: "GTAmerica", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 60px;
  line-height: 70px;
  margin: 0;
}

.hero-content__name .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: GTPressura, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 15px;
  line-height: 17px;
  margin: 0 -10px;
}

.hero-content__name .info__year {
  font-weight: 700;
  padding: 0 10px;
}

.hero-content__name .info__rated {
  font-weight: 700;
  padding: 0 10px;
}

.hero-content__name .info__category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 10px;
  margin: 0 -10px;
}

.hero-content__name .info__category div {
  margin: 5px 10px;
  padding: 2px 7px;
  border: 1px solid var(--primary-text-color);
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}

.hero-content__description {
  font-size: 15px;
  line-height: 22px;
}

.hero-content__description-text p:first-of-type {
  margin-top: 10px;
}

.hero-content__description-text p:last-of-type {
  margin-bottom: 0;
}

.hero-content__description-author {
  margin-top: 20px;
  font-family: GTPressura, sans-serif;
  text-transform: capitalize;
}

.hero-content__description-author strong {
  text-transform: uppercase;
}

.hero-content__description-author .item div + div {
  margin-top: 20px;
}

.hero-content__description-author p {
  margin: 0;
  font-family: "Maison", sans-serif;
}


.about-description-row {
  padding-right: 10px;
  padding-left: 10px;
  margin: 60px 0;
}
.about-description-row:first-child {
  margin-top: 0;
}
.about-description-row__container .tl {
  font-family: "GTPressura", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.about-description-row__container .text {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.about-description-row__container .text p:first-child {
  margin-top: 0;
}
.about-description-row__container .text p:last-child {
  margin-bottom: 0;
}

.about-container__image {
  height: 75vh;
  width: 100%;
}

.about-container__image img {
  display: block;
  margin: 0 auto;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.about-container__content {
  padding: 20px 10px 100px;
}

.about-container__content .title {
  margin-bottom: 20px;
}
.about-container__content .text-long {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 31px;
  margin-bottom: 10px;
}
.about-container__content .title .tl {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 31px;
  margin-bottom: 10px;
}

.about-container__content .title .tl h5,
.about-container__content .title .tl h4,
.about-container__content .title .tl h3,
.about-container__content .title .tl h2,
.about-container__content .title .tl h1 {
  font-weight: 400;
  font-size: 24px;
  line-height: 31px;
  margin: 0;
}

.about-container__content .text {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
}

.about-container__content .text p {
  margin: 30px 0;
}

.about-container__content .text p:first-of-type {
  margin-top: 0;
}

.about-container__content .text p:last-of-type {
  margin-bottom: 0;
}

.about-container__content .text .about-member {
  margin-bottom: 20px;
}
.team-member_label {
  font-family: "GTPressura", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  text-transform: uppercase;
  margin-bottom: 45px;
}
.team-member {
  margin-bottom: 100px;
}
.team-member:last-child {
  margin-bottom: 0;
}
.team-member__image {

}
.team-member__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: top;
  aspect-ratio: 4/3;
}
.team-member__meta {

}
.team-member__meta .team-member__meta-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 0;
  height: 100%;
}
.team-member__meta .team-member__name {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 5px;
}
.team-member__meta .team-member__position {
  font-family: "GTPressura", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px; /* 113.333% */
  text-transform: uppercase;
  margin-bottom: 20px;
}
.team-member__meta .team-member__bio {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px
}
.team-member__meta .team-member__bio p {
  margin: 13px 0;
}
.team-member__meta .team-member__bio p:first-child {
  margin-top: 0;
}
.team-member__meta .team-member__bio p:last-child {
  margin-bottom: 0;
}
.about-container .about-member {
  font-weight: 400;
  font-size: 24px;
  line-height: 31px;
}

.about-container .about-member > div {
  margin-bottom: 40px;
  position: relative;
}
.about-member__block.link div{
  border-bottom: 1px solid var(--primary-text-color);
  transition: all 0.2s ease;
  display: inline-block;
  line-height: 1;
}
.about-member__block.link:hover div{
  border-color: transparent;
}
.about-container .about-member .about-member__link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
  border: none;
}

.about-container .about-member span {
  font-family: "GTPressura", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  display: block;
  margin-top: 2px;
}

.about-container .about-contact {
  padding-top: 200px;
}

.about-container .about-contact .tl {
  font-family: "GTPressura", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.about-container .about-contact__text {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
}

.about-container .about-contact__text strong {
  font-family: "GTPressura", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 17px;
  text-transform: uppercase;
}

.about-container .about-contact__text p {
  margin: 12px 0;
}
.about-container__video video{
  display: block;
  margin: 0 auto;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.about-container__video {
  height: 100%;
  width: 100%;
}
.video-b .plyr__poster{
  -webkit-background-size: cover;
  background-size: cover;
}

.video-b .plyr--stopped .plyr__controls {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.video-b .wp-block-cloudflare-stream-block-video > video{
  width: 100%;
}
.video-b .plyr svg {
  fill: transparent;
  height: auto;
  width: auto;
}

.video-b .plyr svg path {
  stroke: var(--primary-text-color) !important;
}

.video-b .plyr__time {
  font-size: 24px;
  line-height: 31px;
  color: var(--primary-text-color);
  margin: 15px 0 13px;
  padding-right: 20px;
}

.video-b .plyr__time + .plyr__time:before {
  margin-right: 10px;
  margin-left: 5px;
}

.video-b .plyr__tooltip {
  background: var(--primary-bg);
  border-radius: 0;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1490196078);
  color: var(--primary-text-color);
  font-size: 13px;
  font-weight: 400;
  left: 50%;
  margin-bottom: 10px;
  line-height: 1;
  padding: 7px 7px 5px;
  pointer-events: none;
}

.video-b .plyr__tooltip:before {
  border-left: 4px solid rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-top: 4px solid var(--primary-bg);
}

.video-b .plyr__controls {
  padding: 0;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: transparent;
}

.video-b .plyr__controls .plyr__progress__container {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  margin: 0;
}

.video-b .plyr__control svg {
  transition: opacity 0.2s ease;
}
.video-b .plyr__control:hover svg{
  opacity: 0.5;
}
.video-b .plyr__control {
  margin: 0;
  padding: 0;

}

.video-b .plyr__control--overlaid {
  background: transparent;
  padding: 0;
}

.video-b .plyr__control:focus-visible,
.video-b .plyr__control:hover,
.video-b .plyr__control[aria-expanded=true] {
  background: transparent !important;
}

.video-b .plyr__volume {
  margin: 0 20px;
}

.video-b .plyr__volume input[type=range] {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  color: var(--primary-text-color);
  height: 8px;
}

.video-b .plyr__volume input[type=range]::-webkit-slider-runnable-track {
  height: 2px;
}

.video-b .plyr__volume input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background: var(--primary-text-color);
  border: 0;
  border-radius: 0;
  height: 8px;
  margin-top: -3px;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 2px;
}

.video-b .plyr__volume input[type=range]::-moz-range-track {
  height: 2px;
}

.video-b .plyr__volume input[type=range]::-moz-range-thumb {
  background: #fff;
  border: 0;
  border-radius: 0;
  height: 8px;
  margin-top: -3px;
  position: relative;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 3px;
}

.video-b .plyr__volume input[type=range]::-moz-range-progress {
  background: var(--primary-text-color);
  border-radius: 0;
  height: 2px;
}

.video-b .plyr__progress {
  left: 0;
  margin-right: 0;
}

.video-b .plyr__progress input[type=range] {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  color: var(--primary-text-color);
  height: 8px;
}

.video-b .plyr__progress input[type=range]::-webkit-slider-runnable-track {
  height: 2px;
}

.video-b .plyr__progress input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background: var(--primary-text-color);
  border: 0;
  border-radius: 0;
  height: 8px;
  margin-top: -3px;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 2px;
}

.video-b .plyr__progress input[type=range]::-moz-range-track {
  height: 2px;
}

.video-b .plyr__progress input[type=range]::-moz-range-thumb {
  background: #fff;
  border: 0;
  border-radius: 0;
  height: 8px;
  margin-top: -3px;
  position: relative;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 3px;
}

.video-b .plyr__progress input[type=range]::-moz-range-progress {
  background: var(--primary-text-color);
  border-radius: 0;
  height: 2px;
}

.video-b .plyr__progress__buffer {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  height: 2px;
  top: calc(50% + 1px);
  color: var(--primary-text-color);
  opacity: 0.3;
}

.video-b .plyr .plyr__progress-container {
  width: 100%;
}

.video-b .plyr .plyr__play-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: auto;
  padding-left: 20px;
}

.video-b .plyr .plyr__volume-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.video-b .plyr .plyr__time-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.themes-change-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -6px;
}


.themes-change-b div {
  margin: 0 3px;
  width: 10px;
  height: 10px;
  border: 1px solid #D8D4D2;
  cursor: pointer;
  border-radius: 50%;
}
.themes-change-b div {
  border-color: var(--primary-text-color);
}
.backdrop {
  background: rgba(0, 0, 0, 0.87);
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
}

.popup {
  position: fixed;
  z-index: 9997;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  padding: 0 10px;
  display: none;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.popup.active .popup-wrapper {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.7s cubic-bezier(0.15, 0.55, 0.45, 1);
  transition: all 0.7s cubic-bezier(0.15, 0.55, 0.45, 1);
  opacity: 1;
}

.popup-wrapper {
  width: 100%;
  max-width: 890px;
  margin: auto;
  padding: 60px 0;
  top: 0;
  z-index: 9999;
  position: relative;
  opacity: 0;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 0.5s cubic-bezier(0.46, -0.07, 0.3, 0.98);
  transition: all 0.5s cubic-bezier(0.46, -0.07, 0.3, 0.98);
}

.popup-container {
  position: relative;
}

.close-popup:hover {
  opacity: 0.5;
}
.close-popup {
  position: absolute;
  width: 76px;
  height: 32px;
  right: 20px;
  top: 20px;
  cursor: pointer;
  z-index: 10000;
  transition: opacity 0.2s ease;
}

.close-popup svg path {
  stroke: var(--primary-text-color);
}

.popup-framesView .popup-wrapper {
  padding: 0;
  max-width: 100%;
  max-height: calc(100vh - 60px);
  width: 83.33333333%;
}

.popup-framesView .popup-container {
  max-height: calc(100vh - 60px);
}

.popup-framesView .swiper-wrapper {
  height: 100%;
  max-height: calc(100vh - 60px);
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.popup-framesView .swiper-slide .pic {
  height: 100%;
  width: 100%;
  display: block;
}

.popup-framesView .swiper-slide .pic img {
  display: block;
  margin: 0 auto;
  max-height: 100vh;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.popup-framesView .swiper-framesView-button-next:hover,
.popup-framesView .swiper-framesView-button-prev:hover {
  opacity: 0.5;
}

.popup-framesView .swiper-framesView-button-next,
.popup-framesView .swiper-framesView-button-prev {
  width: 41px;
  height: 34px;
  position: absolute;
  top: calc(50% - 20.5px);
  z-index: 1;
  overflow: hidden;
  transition: opacity 0.2s ease;
}

.popup-framesView .swiper-framesView-button-next svg,
.popup-framesView .swiper-framesView-button-prev svg {
  max-width: 100%;
  position: absolute;
}

.popup-framesView .swiper-framesView-button-next svg path,
.popup-framesView .swiper-framesView-button-prev svg path {
  stroke: var(--primary-text-color);
}

.popup-framesView .swiper-framesView-button-prev {
  left: 20px;
}

.popup-framesView .swiper-framesView-button-prev svg {
  left: 0;
}

.popup-framesView .swiper-framesView-button-next {
  right: 20px;
}

.popup-framesView .swiper-framesView-button-next svg {
  right: 0;
}

.popup-contacts .tl a:hover{
  border-bottom: 1px solid  #D8D4D2;
}
.popup-contacts .tl a{
  color: #D8D4D2;
  white-space: pre-wrap;
  word-wrap: break-word;
  border-bottom: 1px solid transparent;
}
.popup-contacts .tl {
  font-size: 32px;
  font-family: "GTAmerica", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.popup-contacts .text {
  color: #D8D4D2;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  max-width: 450px;
}
.popup-contacts,
.popup-happenings {
  overflow: hidden;
}

.popup-contacts .close-popup,
.popup-happenings .close-popup {
  position: absolute;
  left: 0;
  top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}

.popup-contacts .close-popup svg,
.popup-happenings .close-popup svg {
  width: auto;
  height: auto;
  position: absolute;
}

.popup-contacts .popup-wrapper {
  max-width: 640px;
  width: 100%;
  max-height: 100vh;
  padding: 130px 0 70px;
}
.popup-happenings .popup-wrapper {
  max-width: 450px;
  width: 100%;
  max-height: 100vh;
  padding: 80px 0 30px;
}

.popup-contacts .popup-container,
.popup-happenings .popup-container {
  max-height: calc(100vh - 110px);
  overflow: auto;
}

.popup-contacts .popup-container::-webkit-scrollbar,
.popup-happenings .popup-container::-webkit-scrollbar {
  width: 2px;
}

.popup-contacts .popup-container::-webkit-scrollbar-thumb,
.popup-happenings .popup-container::-webkit-scrollbar-thumb {
  background-color: var(--primary-text-color);
  border-radius: 50px;
}

.filter-b {
  font-family: "GTPressura", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 17px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.filter-b span {
  border-bottom: 1px solid var(--primary-text-color);
}

.filter-b a {
  color: var(--primary-text-color);
  border: none;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 20px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding: 3px 0;
}

.filter-b a:hover {
  font-weight: 700;
}

.filter-b a.active {
  font-weight: 700;
}

.filter-b a.active:before {
  background: var(--primary-text-color);
}

.filter-b a:before {
  content: "";
  border-radius: 50%;
  position: relative;
  top: -1px;
  width: 9px;
  height: 9px;
  border: 1px solid var(--primary-text-color);
  margin-right: 5px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.sort-b {
  font-family: "GTPressura", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 17px;
  text-transform: uppercase;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sort-b span {
  border-bottom: 1px solid var(--primary-text-color);
}

.sort-b a:hover {
  font-weight: 700;
}
.sort-b a {
  color: var(--primary-text-color);
  margin-left: 10px;
  border: none;
  transition: all 0.2s ease;
  padding: 3px 0;
  min-width: 51px;
  text-align: center;
}

.events-b {
  color: #D8D4D2;
  overflow: hidden;
}

.events-b + .events-b {
  margin-top: 100px;
}

.events-b .tl {
  font-weight: 700;
  font-size: 32px;
  line-height: 36px;
  font-family: "GTAmerica", sans-serif;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.events-b .tl h4,
.events-b .tl h3,
.events-b .tl h2,
.events-b .tl h1 {
  font-weight: 700;
  font-size: 32px;
  line-height: 36px;
  margin: 0;
}

.events-b .text {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 31px;
}

.events-b .text p:first-of-type {
  margin-top: 0;
}

.events-b .text p:last-of-type {
  margin-bottom: 0;
}

.events-b .sub-tl {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 20px;
}

.events-b .items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 -10px;
}

.events-b .items > div {
  width: 50%;
  padding: 0 10px;
}

.events-b .items .name {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  font-family: "GTPressura", sans-serif;
  margin-bottom: 7px;
}

.events-b .items .desc {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
}

.events-b .items .desc p {
  margin: 0;
}

.events-b .items .desc a {
  color: #D8D4D2;
}

.promo-video-container-backstage {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  overflow: hidden;
  z-index: 99998;
}

body.visible-promo {
  overflow: hidden;
}
body.visible-promo .promo-video-container {
  display: block;
}
.promo-video-container .icon.volume.fade {
  opacity: 0;
}
.promo-video-container .icon.volume.active .line {
  opacity: 1;
}
.promo-video-container .icon.volume .line {
  opacity: 0;
  transition: all 0.2s ease
}
.promo-video-container .icon.volume {
  transition: opacity 0.2s ease;
  z-index: 1;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  width: 70px;
  cursor: pointer;
}

.promo-video-container {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  overflow: hidden;
  z-index: 99999;
}

.promo-video-container video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.promo-video-container video.promo-video.promo-video--mobile {
  display: none;
}
.work-description-section .work-description__name .tl h4,
.work-description-section .work-description__name .tl h3,
.work-description-section .work-description__name .tl h2,
.work-description-section .work-description__name .tl h1{
  margin-right: 20px;
  display: inline-block;
}
@media (max-aspect-ratio: 2/3) {
  .promo-video-container video.promo-video {
    display: none;
  }

  .promo-video-container video.promo-video.promo-video--mobile {
    display: block;
  }
}

@media (min-width: 768px) {
  .footer-logo svg {
    width: 100%;
    max-width: 265px;
  }

  .work-description-awards .list-awards-control {
    display: none!important;
  }
}

@media (max-width: 1199.98px) {
  .work-block__name .tl {
    font-size: 40px;
    line-height: 50px;
  }

  .work-block__name .tl h5,
  .work-block__name .tl h4,
  .work-block__name .tl h3,
  .work-block__name .tl h2,
  .work-block__name .tl h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .work-description__name .tl {
    font-size: 40px;
    line-height: 50px;
  }

  .work-description__name .tl h5,
  .work-description__name .tl h4,
  .work-description__name .tl h3,
  .work-description__name .tl h2,
  .work-description__name .tl h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .hero-content__name .tl {
    font-size: 40px;
    line-height: 50px;
  }

  .hero-content__name .tl h5,
  .hero-content__name .tl h4,
  .hero-content__name .tl h3,
  .hero-content__name .tl h2,
  .hero-content__name .tl h1 {
    font-size: 40px;
    line-height: 50px;
  }
}

@media (max-width: 991.98px) {
  .popup-framesView .swiper-slide .pic img {
    object-fit: contain;
  }
  .filter-b {
    position: relative;
  }
  .filter-b.active .drop-down-btn:after {
    transform: rotate(180deg);
  }
  .filter-b.active .drop-down-container {
    display: flex;
  }
  .filter-b a {
    padding: 10px 0;
  }
  .drop-down-btn:after {
    content: "";
    display: block;
    margin-left: 10px;
    width: 34px;
    height: 34px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg enable-background='new 0 0 100 100' id='Layer_1' version='1.1' viewBox='0 0 100 100' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpolygon fill='%23ffffff' points='23.1,34.1 51.5,61.7 80,34.1 81.5,35 51.5,64.1 21.5,35 23.1,34.1 '/%3E%3C/svg%3E");
    position: absolute;
    right: -33px;
    top: -7px;
  }
  .drop-down-container {
    position: absolute;
    background: #000;
    top: calc(100% + 10px);
    display: none;
    flex-direction: column;
    border: 1px solid;
    padding: 5px 20px 5px 0;
    min-width: 190px;
  }
  .header-logo svg.desktop {
    width: 300px;
  }
  .blog-press-description__content .title .tl + .events-b {
    margin-top: 30px;
  }
  .hideVideo {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
  .header-logo svg.mobile {
    display: block;
  }

  .header-logo svg.desktop {
    display: none;
  }

  .footer-copyright strong {
    width: 100%;
    display: block;
  }

  .blog-press__text .tl {
    font-size: 24px;
    line-height: 28px;
  }

  .blog-press__text .tl h5,
  .blog-press__text .tl h4,
  .blog-press__text .tl h3,
  .blog-press__text .tl h2,
  .blog-press__text .tl h1 {
    font-size: 24px;
    line-height: 28px;
  }

  .events-b .text {
    font-size: 18px;
    line-height: 24px;
  }
  .blog-press__text .text {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
  }

  .blog-press-description__content .text blockquote {
    font-size: 24px;
    line-height: 28px;
  }

  .work-block__name {
    margin-bottom: 20px;
  }

  .work-block__name .pic {
    display: none;
  }

  .work-description__name {
    margin-bottom: 25px;
  }

  .work-description__author {
    margin-top: 20px;
  }

  .work-description__author {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
    max-width: calc(100% + 20px);
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
  }

  .work-description__author div {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
    padding: 0 10px;
  }

  .work-description__author div {
    margin-bottom: 15px;
  }

  .work-description-stills .swiper-still-button-next,
  .work-description-stills .swiper-still-button-prev {
    width: 20px;
    height: 25px;
    top: calc(50% - 10px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .work-description-stills .swiper-still-button-next svg,
  .work-description-stills .swiper-still-button-prev svg {
    max-width: inherit;
  }

  .hero-content__name {
    margin-bottom: 25px;
  }

  .popup-framesView .popup-wrapper {
    width: 100%;
  }

  .popup-framesView .popup-container {
    width: 100%;
  }

  .popup-framesView .swiper-framesView-button-next,
  .popup-framesView .swiper-framesView-button-prev {
    width: 20px;
    height: 25px;
    top: calc(50% - 10px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .popup-framesView .swiper-framesView-button-next svg,
  .popup-framesView .swiper-framesView-button-prev svg {
    max-width: inherit;
  }
  .team-member_label {
    margin-bottom: 40px;
    margin-top: 60px;
  }
}

@media (max-width: 767.98px) {
  .work-description-stills .swiper-still-button-next svg path, .work-description-stills .swiper-still-button-prev svg path {
    stroke-width: 1.7;
  }
  .hero-b .swiper-hero-button-next,
  .hero-b .swiper-hero-button-prev {
    width: 23px;
    height: 34px;
  }
  .hero-b .swiper-hero-button-next svg path,
  .hero-b .swiper-hero-button-prev svg path {
    stroke-width: 1.7;
  }
  .work-description-stills .swiper-still-button-prev,
  .hero-b .swiper-hero-button-prev {
    left: 15px;
  }
  .work-description-stills .swiper-still-button-next,
  .hero-b .swiper-hero-button-next {
    right: 15px;
  }

  .work-description-team + .work-description-control{
    margin-top: 26px;
  }
  .work-description-control {
    margin-top: 46px;
  }

  .team-member_label {
    margin-bottom: 30px;
    margin-top: 40px;
  }
  .team-member {
    margin-bottom: 40px;
  }
  .blog-press-description__content .title .tl + .events-b {
    margin-top: 20px;
  }
  .header-logo:hover {
    transform: none;
  }
  .about-container__image {
    height: 100%;
  }
  .popup-contacts .tl {
    font-size: 24px;
  }
  .blog-press__pic {
    height: calc(70vw);
  }
  .hero-b .swiper-slide .pic .desktop {
    display: none;
  }
  .hero-b .swiper-slide .pic .mobile {
    display: block;
  }
  .hero-b {
    height: 100vw;
  }
  .header-nav {
    display: none;
    position: fixed;
    z-index: 99;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }

  .header-nav:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    background-color: var(--primary-bg);
  }

  .header-nav ul {
    overflow: auto;
    padding: 100px 20px 30px;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .header-nav ul li {
    font-family: "GTAmerica", sans-serif;
    font-weight: 500;
    font-size: 60px;
    line-height: 70px;
    text-transform: uppercase;
    margin-bottom: 10px;
  }

  .blog-press {
    margin-bottom: 30px;
  }

  .blog-press__text .control {
    margin-top: 20px;
  }

  .work-block__item {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .work-description__description {
    font-weight: 400;
    font-size: 13px;
    line-height: 17px;
  }

  .work-description-stills__container.mt-50 {
    margin-top: 0;
  }

  .work-description-stills__container .slider.col-10 {
    width: 100%;
  }

  .work-description-stills .swiper.still-swiper {
    margin-left: -20px;
  }

  .work-description-awards {
    margin: 20px 0;
  }

  .work-description-awards .list-awards .grad {
    top: calc(100% - 85px);
  }

  .work-description-team {
    margin: 30px 0 20px;
  }

  .work-description-synopsis {
    margin: 30px 0 40px;
  }

  .work-description-press {
    margin: 30px 0 40px;
  }

  .about-container__content {
    padding-top: 20px;
    padding-bottom: 60px;
  }
  .about-description-row {
    padding-right: 0;
    padding-left: 0;
    margin: 30px 0;
  }
  .about-container__content .text .about-member {
    margin-bottom: 0;
  }

  .about-container .about-contact {
    padding-top: 75px;
  }

  .popup-framesView {
    padding: 0;
  }

  .popup-framesView .close-popup {
    width: 40px;
    height: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
  }

  .popup-framesView .close-popup svg {
    width: auto;
    height: auto;
    position: absolute;
  }

  .popup-framesView .popup-container {
    padding: 0;
  }
}

@media (max-width: 575.98px) {
  .header-nav ul li {
    font-size: 52px;
  }
  .popup-contacts .tl {
    font-size: 16px;
  }
  .about-container__content .text-long {
    font-size: 20px;
    line-height: 28px;
  }
  .about-container__content .title .tl h5, .about-container__content .title .tl h4, .about-container__content .title .tl h3, .about-container__content .title .tl h2, .about-container__content .title .tl h1 {
    font-size: 20px;
    line-height: 28px;
  }
  .footer-copyright {
    font-size: 10px;
    line-height: 14px;
  }

  .footer-work {
    font-size: 10px;
    line-height: 14px;
  }

  .footer-social {
    font-size: 10px;
    line-height: 14px;
  }

  .footer-nav {
    font-size: 10px;
    line-height: 14px;
  }

  .blog-press .content {
    padding-right: 10px;
    padding-left: 10px;
  }

  .blog-press-description__content .text p {
    margin: 20px 0;
  }

  .blog-press-description__content .text blockquote {
    font-size: 22px;
    margin: 30px 0;
    padding-left: 5%;
  }

  .blog-press-description__content .text img {
    padding-left: 0;
  }

  .work-block__name {
    margin-bottom: 0;
  }

  .work-block__description {
    display: none;
  }

  .work-block__author {
    display: none;
    margin-top: 20px;
  }

  .work-block__author div + div {
    margin-top: 10px;
  }

  .hero-content__name .info div {
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .hero-content__description-author {
    margin-top: 20px;
  }

  .hero-content__description-author .item div + div {
    margin-top: 10px;
  }

  .about-container__content .text p {
    margin: 20px 0;
  }

  .about-container .about-member {
    font-size: 20px;
    line-height: 28px;
  }

  .about-container .about-member > div {
    margin-bottom: 15px;
  }

  .about-container .about-member span {
    font-size: 12px;
    line-height: 16px;
  }

  .video-b .plyr__time {
    margin: 10px 0 8px;
    font-size: 21px;
    line-height: 19px;
  }

  .sort-b {
    /*width: 100%;*/
    /*display: none;*/
  }

  .events-b + .events-b {
    margin-top: 50px;
  }

  .events-b .tl {
    font-size: 26px;
    line-height: 28px;
  }

  .events-b .tl h4,
  .events-b .tl h3,
  .events-b .tl h2,
  .events-b .tl h1 {
    font-size: 26px;
    line-height: 28px;
  }
}

@media only screen and (max-width: 575px) {
  .popup-wrapper {
    padding: 50px 0;
  }
}

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */

  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}