:root {
  --vw: calc(100vw / 1880);
  --vw-md: calc(100vw / 744);
  --vw-sm: calc(100vw / 440);
}
body.no-scroll {
  overflow: hidden;
}
/*section {
opacity: 0;
transform: translateY(200px);
}*/
.bbh-bartle-regular {
  font-family: 'BBH Bartle', sans-serif;
  font-weight: 400;
  font-style: normal;
}
.inter-regular {
  font-family: 'Inter', sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.inter-medium {
  font-family: 'Inter', sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.inter-semibol {
  font-family: 'Inter', sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.inter-bold {
  font-family: 'Inter', sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
#studio {
  cursor: none;
}
#cursor-studio,
.trail-dot {
  position: fixed;
  height: 30vh;
  width: 100%;
  background: url('../images/owner.jpg') no-repeat center/contain;
  pointer-events: none;
  left: 0;
  top: 0;
  margin-left: -50%;
  margin-top: -15vh; /* половина от height: 30vh */
  will-change: transform;
  backface-visibility: hidden;
}

body.studio-page #cursor-studio,
body.studio-page .trail-dot {
  height: 65vh;
}

#cursor-studio {
  z-index: -1;
  opacity: 0;
}
.trail-dot {
  z-index: -2;
  opacity: 0;
  mix-blend-mode: difference;
}

.table_stroke {
  position: relative;
}

.preview {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  transform: scale(0.98);
  will-change: transform, opacity;
}

.preview img {
  width: 25vh;
  height: auto;
  object-fit: cover;
  display: block;
}

#bgVideo {
  transform-origin: center;
  will-change: transform;
}

.awards_block .award_block {
  border-top: 1px solid black;
}

.awards_block .award_block:first-child {
  border-top: 0px solid black;
}

.project_carousel_image {
  transform-origin: top right;
}

/* красная подсказка под каждым полем при ошибке валидации */
.wpcf7-not-valid-tip {
  display: block;
  font-size: calc(14 * var(--vw));
  color: #e35d5d;
  margin-top: 4px;
}

@media (max-width: 556px) {
  .wpcf7-not-valid-tip {
    font-size: calc(12 * var(--vw-sm));
  }
}

/* общий блок сообщений внизу формы (успех/ошибка) */
.wpcf7-response-output {
  display: none !important;
}

/* блок для скринридеров, который CF7 использует для перечисления всех ошибок сверху */
/* он мешал верстке поэтому пришлось убрать */
.screen-reader-response {
  display: none !important;
}

/* Плавный transition на ховер (ссылки, press-блоки, строки проектов) */
a,
.press_block,
.projects_table .table_stroke {
  transition: 1s;
}

a:hover,
.press_block:hover,
.projects_table .table_stroke:hover {
  transition: 1s;
}

/* Фон и цвет текста мобильного меню (nav-overplay) */
.nav-overplay {
  background-color: black;
}

.nav-overplay a {
  color: #c6c6ce;
}

.black-theme .nav-overplay {
  background-color: #c6c6ce;
}

.black-theme .nav-overplay a {
  color: black;
}


