:root {
  --base-font-family: 'Jost', sans-serif;
  --maneken-font-family: 'IBM Plex Sans', sans-serif;
  --header-font-family: 'Fira Sans', sans-serif;
  --cursive-font-family: 'Klyakson', cursive;
  --color-text: #232325;
  --color-dark: #232325;
  --color-light-gray: #F5F2ED;
  --color-dark-gray: #CCC;
  --color-dark-gray2: #dfdfdf;
  --color-maneken: #EF5A26;
  --color-blue: #5F6AD3;
  --color-red: #EB5757;
  --color-green: #5EB251;
  --color-yellow: #F9AF28;
  --color-light-beige: #F5F2ED;
  --container-width: 1200px;
  --poster-height: 700px;
  --poster-margin: 100px;
  --mobi-poster-margin: 3rem;
  --mobi-padding: 10px;
  --mobi-height: 56.25vw;
  --maneken-promo-height: 66.66vh;
  --color-scrollbar-track: rgba(255, 255, 255, 0.2);
  --color-scrollbar-thumb: rgba(170, 170, 170, 0.2);
  --color-scrollbar-hover: #aaa;
  --promo-gradient: linear-gradient(180deg,rgb(0 0 0 / 0%) 0%,rgb(0 0 0 / 80%) 100%);
  --promo-gray: #adadad;
  --poster-width: 400px;
  --poster-margin: 3rem;
  --pushkin-menu-height: 64px;
  --maneken-menu-height: 100px;
  --expand-padding: 300px;
  --nearest-height: 141.8px; }

*, *::before, *::after {
  box-sizing: border-box; }

* {
  padding: 0;
  margin: 0; }

html {
  font-family: sans-serif;
  font-size: 16px;
  line-height: 1.15; }

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  font-family: var(--base-font-family);
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.2;
  color: var(--color-text);
  position: relative; }

button, input, select, textarea, th, td {
  font-family: var(--base-font-family);
  font-style: normal;
  font-weight: normal; }

a {
  text-decoration: none; }

.container {
  max-width: var(--container-width);
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 767px) {
    .container {
      max-width: 100vw; } }
.bg-white {
  background-color: white; }

::-webkit-scrollbar {
  width: 10px;
  height: 10px; }

::-webkit-scrollbar-track {
  background: var(--color-scrollbar-track);
  border-radius: 10px; }

::-webkit-scrollbar-thumb {
  background: var(--color-scrollbar-thumb);
  border-radius: 10px;
  transition: background-color 0.5s ease-in-out; }

::-webkit-scrollbar-thumb:hover {
  background: var(--color-scrollbar-hover); }

@media (max-width: 767px) {
  .fancybox__content {
    padding: 0 !important; }
    .fancybox__content video {
      max-width: 100%; } }

div.mobi-head {
  display: none;
  border-bottom: 1px solid var(--color-dark); }
  @media (max-width: 767px) {
    div.mobi-head {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      height: 75px;
      padding-left: var(--mobi-padding);
      padding-right: var(--mobi-padding); } }
  div.mobi-head .icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px; }
  div.mobi-head .close {
    display: none; }
  div.mobi-head .hamburger {
    background-color: var(--color-maneken); }
  div.mobi-head .phone {
    border: 2px solid var(--color-maneken);
    margin-right: 15px; }
    div.mobi-head .phone svg {
      width: 14.19px; }

.mobi-menu-on div.mobi-head .hamburger, .mobi-menu-on div.mobi-head .phone {
  display: none; }

.mobi-menu-on div.mobi-head .close {
  display: inline-flex; }

.mobi-menu {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 75px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999; }
  .mobi-menu .interior {
    background-color: white;
    border-top: 1px solid var(--color-light-gray);
    padding: 0 20px 24px; }
  .mobi-menu dt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 52px;
    border-bottom: 1px solid var(--color-light-gray); }
    .mobi-menu dt span {
      font-weight: 500;
      font-size: 20px;
      line-height: 1;
      color: black;
      text-transform: uppercase; }
    .mobi-menu dt::after {
      content: '';
      display: inline-block;
      width: 8px;
      height: 6px;
      background-image: url("../images/expand-down.3d8f05a11f6d.svg"); }
  .mobi-menu dd {
    display: none; }
    .mobi-menu dd a {
      display: flex;
      align-items: center;
      min-height: 52px;
      padding-left: 8px;
      padding-right: 8px;
      padding-top: 12px;
      padding-bottom: 12px;
      border-bottom: 1px solid var(--color-light-gray);
      font-size: 20px;
      font-weight: 500;
      overflow: hidden;
      text-overflow: ellipsis;
      text-transform: uppercase;
      color: #828282;
      text-decoration-line: none; }
      .mobi-menu dd a.active {
        color: var(--color-maneken); }
      .mobi-menu dd a span {
        line-height: 1.2; }
  .mobi-menu .expanded dt span {
    color: var(--color-maneken); }
  .mobi-menu .expanded dt::after {
    background-image: url("../images/expand-up.1f15edf04f57.svg"); }
  .mobi-menu .expanded dd {
    display: block; }
  .mobi-menu .menu-item {
    display: block;
    height: 52px;
    line-height: 52px;
    border-bottom: 1px solid var(--color-light-gray);
    font-size: 20px;
    font-weight: 500;
    color: black;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase; }
    .mobi-menu .menu-item.active {
      color: var(--color-maneken); }
    .mobi-menu .menu-item:last-of-type {
      border-bottom: none; }

.mobi-menu-on .mobi-menu {
  display: block; }

.pager {
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  .pager a {
    margin: 4px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: var(--color-text);
    border: 1px solid var(--color-dark-gray);
    border-radius: 4px; }
    .pager a:hover, .pager a.active {
      color: white;
      background: var(--color-maneken);
      border-color: var(--color-maneken); }

.scrollup {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  right: 40px;
  bottom: 40px;
  opacity: 0;
  visibility: hidden;
  background-color: var(--color-maneken);
  border-radius: 50%;
  z-index: 9999;
  transition: visibility 1s cubic-bezier(0.19, 1, 0.22, 1), opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
  outline: none; }
  .scrollup svg {
    width: 50%;
    max-width: 50%; }
    .scrollup svg path {
      fill: white; }

.scrolled-down .scrollup {
  visibility: visible;
  opacity: 0.5; }

img.image-left {
  float: left;
  margin: 0 12px 6px 0; }
  @media (max-width: 767px) {
    img.image-left {
      float: none;
      margin-right: 0;
      max-width: 100%; } }
img.image-right {
  float: right;
  margin: 0 0 6px 12px; }
  @media (max-width: 767px) {
    img.image-right {
      float: none;
      margin-left: 0;
      max-width: 100%; } }
table.bordered-table {
  border-collapse: collapse; }
  table.bordered-table th, table.bordered-table td {
    border: 1px solid #999; }

@media (max-width: 767px) {
  p.video-holder {
    aspect-ratio: 16 / 9;
    width: 100%; }
    p.video-holder iframe {
      width: 100%;
      height: 100%;
      object-fit: contain;
      object-position: center; } }
